.body {
  margin-right: 10%;
  margin-left: 10%;
  background-color: #222b3a;
  font-family: 'Crimson Text', sans-serif;
}

.wrapContenu{
  position: relative;
}

.all-caps, .all-caps *{
  text-transform: uppercase !important;
}

.hero-text {
  position: absolute;
  z-index: 1000;
  margin-top: 5%;
  margin-left: 5%;
  color: #fff;
  font-size: 70px;
  line-height: 82px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.hero-text.smaller {
  position: static;
  font-size: 50px;
  line-height: 62px;
}

._2-column-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

._2-column-section.right.bloc3 {
  display: block;
}

._2-column-section.right.bloc3.desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._2-column-section.right.form {
  display: none;
}

._2-column-section.right.form.mobile {
  display: block;
}

._2-column-section.mobile._1 {
  display: block;
}

.icons {
  margin-top: 15px;
}

.title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
  text-transform: uppercase;
}

.title.light-blue {
  color: #25374b;
  font-size: 20px;
  text-align: left;
}

.title.light-blue {
  color: #fff;
  font-size: 20px;
  text-align: left;
}

.title.light-blue {
  display: block;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.text-section {
  margin-top: -50px;
  margin-bottom: 50px;
  padding: 75px 5%;
  background-color: #222b3a;
  font-weight: 300;
  text-align: center;
}

.text-section.speciall {
  margin-top: 0px;
  padding-top: 52px;
  padding-bottom: 30px;
  background-color: #222b3a;
}

.h1-color {
  margin-top: 30px;
  color: #c0845c;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.h1-color.form {
  text-align: center;
}

.h1-color.special {
  text-align: left;
}

.h1-color.choix {
  font-weight: 600;
  text-align: left;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  min-width: 35%;
  padding-right: 5%;
  padding-bottom: 40px;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #222b3a;
  font-size: 10px;
  text-align: left;
}

.div-block-2.image {
  min-width: 65%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-2.image.livingroom {
  background-image: url('../images/bassII-piscine.jpg');
}

.div-block-2.image.livingroom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 43, 58, .5)), to(rgba(34, 43, 58, .5))), url('../images/la-cuisine-bloc-3.jpg');
  background-image: linear-gradient(180deg, rgba(34, 43, 58, .5), rgba(34, 43, 58, .5)), url('../images/la-cuisine-bloc-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-2.image.livingroom.bloc5 {
  text-align: center;
}

.div-block-2.image.livingroom.special {
  background-image: url('../images/perspective2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-2.image.livingroom.special.emplacement {
  width: 100%;
  background-image: url('../images/lachine-sepia.jpg');
  background-position: 0px 50%;
}

.div-block-2.image.livingroom.special.testslider {
  padding-right: 0%;
  padding-bottom: 0px;
  padding-left: 0%;
  background-image: none;
}

.container {
  position: relative;
  z-index: 500;
  display: block;
  background-image: none;
}

.container.center {
  background-image: none;
  text-align: center;
}

.footer-logo {
  margin-bottom: 20px;
}

.dark-banner {
  padding-top: 50px;
  padding-bottom: 100px;
  border-top: 1px none #c9c9c7;
  background-color: #222b3a;
}

.paragraph-light-blue-2 {
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}

.paragraph-light-blue-2.mobilia.go {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #c9c9c7;
  font-size: 18px;
  font-weight: 400;
}

.landingheader {
  display: block;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222b3a;
  text-align: center;
}

.mainsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 450px;
  margin-top: 50px;
  background-image: url('../images/couple.jpg');
  background-position: 100px 50%;
  background-size: cover;
}

.mainsection._3._4 {
  margin-top: 31px;
  background-image: none;
}

.mainsection.popup {
  height: 500px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: none;
}

.dark-blue-button-2 {
  margin-top: 15px;
  margin-left: 30px;
  padding-right: 24px;
  padding-left: 24px;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #c0845c;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #c0845c;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.dark-blue-button-2:hover {
  background-color: #c0845c;
  box-shadow: inset 0 0 0 2px #c0845c;
  opacity: 1;
  color: #222b3a;
}

.dark-blue-button-2.mobile {
  box-shadow: inset 0 0 0 1px #222b3a;
  color: #222b3a;
}

.dark-blue-button-2.mobile:hover {
  background-color: #222b3a;
  box-shadow: inset 0 0 0 1px #c0845c;
  color: #c9c9c7;
}

.dark-blue-button-2.mobile.solo {
  margin-top: 25px;
  margin-right: 50px;
  margin-left: 50px;
  color: #222b3a;
}

.dark-blue-button-2.mobile.solo:hover {
  color: #c9c9c7;
}

.dark-blue-button-2.special {
  margin-top: -24px;
  margin-left: 0px;
  padding-right: 25px;
  padding-left: 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.dark-blue-button-2.specialbouton {
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 25px;
  padding-left: 25px;
}

.dark-blue-button-2.formm {
  margin-top: 15px;
  margin-left: 0px;
}

.dark-blue-button-2.formm.spec {
  margin-top: 15px;
}

.dark-blue-button-2.planbutton {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}

.mainh1 {
  margin-top: 30px;
  margin-bottom: 0px;
  color: #222b3a;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}

.mainh1.large2 {
  margin: 0px 10px -25px;
  padding: 0px;
  font-family: 'Crimson Text', sans-serif;
  color: #222b3a;
  font-size: 34px;
  line-height: 34px;
  text-transform: none;
}

.mainh1.large2.popup {
  margin-bottom: 0px;
  color: #b87f5e;
  text-transform: none;
}

.mainh1.main {
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 25px;
}

.mainh1.main.white {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #c9c9c7;
  font-size: 16px;
  text-transform: uppercase;
}

._60percent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/59b8247dde3a370001e0c388_Back1.png');
  background-position: 0px 0px;
  background-size: cover;
}

._60percent.newpercentage {
  width: 50%;
  padding: 24px 3.5%;
  background-color: #c0845c;
  background-image: none;
}

._60percent.newpercentage.alone {
  padding-right: 0%;
  padding-left: 0%;
}

._60percent.newpercentage {
  width: 50%;
  padding: 24px 3.5%;
}

._60percent.newpercentage.popup {
  width: 45%;
  padding-top: 0px;
  background-color: #222b3a;
  background-image: none;
}

.languageselector {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 34px;
  height: 34px;
  background-color: transparent;
  background-image: url('../images/an-fr_1an-fr.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.languageselector:hover {
  background-image: url('../images/anglais_1anglais.png');
}

.div-block-7 {
  width: 100%;
  height: 100%;
  background-image: url('../images/jeune-adulte.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.div-block-7.couple {
  background-image: url('../images/front-resize.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.h3-color-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  color: #c9c9c7;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.h3-color-2.special {
  padding-right: 100px;
  text-align: left;
}

.section {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a65bd), to(#a8c0dc));
  background-image: linear-gradient(180deg, #2a65bd, #a8c0dc);
}

.section.amenities2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4e8da), to(#3c4c59));
  background-image: linear-gradient(180deg, #f4e8da, #3c4c59);
}

.section.amenities2._2 {
  margin-top: 50px;
  background-image: none;
}

.slider {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .31)), to(rgba(0, 0, 0, .31)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .31), rgba(0, 0, 0, .31));
}

.slide-6 {
  width: 100%;
  height: 100%;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.slide-6.commonareas {
  background-image: url('../images/unit-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide3-2 {
  background-image: url('../images/bass-unit1-resize.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide2 {
  background-image: url('../images/marquise-2-slider.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.hero-image-div {
  position: relative;
  height: 75vh;
  background-image: url('../images/building2.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-image-div.amenities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .05))), url('../images/Lobby1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), url('../images/Lobby1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-image-div.amenities._2 {
  background-image: none;
}

.big-image-section-2 {
  height: 600px;
  margin-top: 50px;
  background-image: url('../images/pool-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.big-image-section-2.building {
  margin-bottom: 50px;
  background-image: url('../images/mapppp-.jpg');
  background-attachment: scroll;
}

.big-image-section-2.building.mapbass {
  margin-top: 75px;
  margin-bottom: 75px;
  background-image: url('../images/bass-map.png');
  background-position: 50% 100%;
  background-size: contain;
}

.big-image-section-2.home {
  background-image: url('../images/unit-fulle-size.jpg');
  background-position: 50% 50%;
}

.big-image-section-2.home {
  height: 550px;
  background-image: url('../images/bassII-piscine.jpg');
  background-position: 50% 50%;
  background-attachment: scroll;
}

.big-image-section-2.perspective{
  height: auto;
  background: none !important;
}

.big-image-section-2.perspective img{
  width: 100%;
  min-width: 100%;
}

.big-image-section-2.home.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: linear-gradient(165deg, rgba(0, 0, 0, .43), hsla(0, 0%, 100%, 0)), url('../images/final3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.big-image-section-2.home {
  background-image: url('../images/facade-bass-officiel.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.big-image-section-2.building {
  background-image: url('../images/BuildingFull.jpg');
}

.big-image-section-2.building.landing {
  height: 690px;
  margin-top: 35px;
  margin-bottom: 1px;
  background-image: url('../images/quartier.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.form-2 {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.middleform {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 25px;
}

.fiedlcontact {
  height: 35px;
  border: 1px solid #fff;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  color: #c9c9c7;
  font-size: 16px;
}

.fieldcontact {
  width: 100%;
  text-align: center;
}

.heading-2 {
  color: #c0845c;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.slide1.quartier {
  background-image: url('../images/griffinpicture.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3.quartier {
  background-image: url('../images/slide-griffin-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.containerfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo-2 {
  max-height: 100%;
  margin-right: 21px;
  margin-left: 21px;
}

.whitebottom {
  color: #fff;
}

.whitebottom.petit {
  color: #222b3a;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}

.whitebottom.petit {
  color: #222b3a;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}

.footer-home-button {
  text-align: left;
}

.footer-social-icons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  padding: 20px 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a1843a;
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, .12);
}

.footer-2.newfooter {
  height: 120px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px none #c9c9c7;
  background-color: #c0845c;
}

.footer-2.newfooter {
  height: 120px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px none #c9c9c7;
  background-color: #222b3a;
}

.menu-social-icon {
  width: 24px;
  height: 24px;
  margin: 0px 20px;
}

.gold-social-icon {
  margin-top: 0px;
  margin-bottom: 0px;
}

.link-block {
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-4 {
  text-decoration: none;
}

.column-6 {
  text-align: right;
}

.image-8 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.html-embed {
  margin: 25px -30px;
  color: #fff;
}

.modal-wrapper-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  height: 100%;
  padding-top: 80px;
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
}

.modal-wrapper-2._1 {
  display: none;
}

.signup-wrapper-2 {
  display: block;
  width: 1000px;
  height: 500px;
  max-width: 100%;
  margin: auto;
  background-color: transparent;
}

.div-block-9 {
  width: 55%;
  height: 100%;
  background-image: url('../images/bass-promo.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.image-9 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 43, 58, .59)), to(rgba(34, 43, 58, .59)));
  background-image: linear-gradient(180deg, rgba(34, 43, 58, .59), rgba(34, 43, 58, .59));
}

.div-block-10 {
  text-align: center;
}

.heading-3 {
  color: #c0845c;
  font-weight: 400;
}

.heading-3:hover {
  text-decoration: underline;
}

.heading-4 {
  color: #c0845c;
  font-weight: 400;
}

.heading-4:hover {
  text-decoration: underline;
}

.heading-5 {
  color: #c0845c;
  font-weight: 400;
}

.heading-5:hover {
  text-decoration: underline;
}

.columns-2 {
  margin-top: 10px;
}

.image-10 {
  margin-top: 30px;
}

.link-block-5 {
  text-decoration: none;
}

.link-block-6 {
  text-decoration: none;
}

.link-block-7 {
  text-decoration: none;
}

.link-block-8 {
  text-decoration: none;
}

.slide-7 {
  background-image: url('../images/slide-griffin-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/slide-griffin-4.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.text-span-11 {
  font-style: italic;
}

.image-11 {
  margin-left: -20px;
  text-align: center;
}

.column-7 {
  text-align: left;
}

.column-8 {
  text-align: left;
}

.text-section-2 {
  margin-top: 50px;
  padding: 100px 5%;
  background-color: #0b1124;
  background-image: url('../images/59b8247dde3a370001e0c388_Back1.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: 300;
}

.text-section-2.area {
  display: block;
  height: 400px;
  margin-bottom: 50px;
  background-image: url('../images/texturebleu.jpg');
  background-position: 0px 0px;
}

.h3-color-3 {
  color: #c0845c;
  font-size: 22px;
  line-height: 38px;
  font-weight: 400;
  text-transform: none;
}

.h3-color-3.new {
  margin: 0px -30px 40px -25px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #c0845c;
  font-size: 15px;
  line-height: 24px;
}

.h3-color-3.list {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

.body-2 {
  margin-right: 0;
  margin-left: 0;
  background-color: transparent;
}

#content-margin-wrapper{
  margin-right: 5%;
  margin-left: 5%;
  font-family: 'Crimson Text', sans-serif;
}

.container-7 {
  margin-top: 20px;
  background-color: transparent;
}

.navbar-2 {
  margin-top: 10px;
  background-color: transparent;
}

.nav-link-3 {
  margin-top: 10px;
  margin-right: 0px;
  padding-right: 14px;
  padding-left: 14px;
  font-family: Montserrat, sans-serif;
  color: #222b3a;
  font-size: 12px;
  font-weight: 600;
}

.text-block-header {
  color: #ffffff;
  line-height: 48px;
  text-transform: none;
}

.image-12 {
  margin-top: 93px;
}

.heading-6 {
  margin-top: 0px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-family: 'Crimson Text', sans-serif;
  color: #c9c9c7;
  font-size: 36px;
  font-weight: 600;
}

.heading-7 {
  margin-top: -15px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  color: #c0845c;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
}

.heading-8 {
  margin-top: 18px;
  margin-right: -36px;
  margin-left: -25px;
  color: #c9c9c7;
  font-size: 32px;
  line-height: 30px;
  font-weight: 600;
}

.heading-8.spec {
  margin-top: 20px;
  margin-left: -25px;
}

.heading-8.slidertxt {
  margin-right: 0px;
  margin-left: 15px;
  padding-right: 0px;
  font-size: 35px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  min-width: 35%;
  padding: 40px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0b1124;
  font-size: 10px;
}

.div-block-12.image {
  min-width: 65%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-12.image.lobby {
  background-image: url('../images/gym-bass2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-12.image.courtyard {
  background-image: url('../images/final1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-12.image.courtyard.promoteur {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 43, 58, .34)), to(rgba(34, 43, 58, .34))), url('../images/la-cuisine-bloc-3.jpg');
  background-image: linear-gradient(180deg, rgba(34, 43, 58, .34), rgba(34, 43, 58, .34)), url('../images/la-cuisine-bloc-3.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-12.light-blue-color {
  background-color: #222b3a;
  text-align: left;
}

.div-block-12.light-blue-color {
  background-color: #222b3a;
  text-align: left;
}

.image-15 {
  opacity: 0.81;
}

.fiedlcontact-2 {
  height: 40px;
  border: 1px solid #fff;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  font-family: Montserrat, sans-serif;
  color: #c9c9c7;
  font-size: 16px;
}

	/* Checkbox */
	input[type="checkbox"] {
		position: absolute;
		z-index: 999;
		width: 16px; height: 16px;
		opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

	}
	input[type="checkbox"] + label {
		cursor: pointer;
		display: inline-block;
		color:#c9c9c7;
		font:400 16px/18px 'Montserrat', sans-serif !important;
		margin:0 10px 0 0;
		width: auto;
    float: none;
    margin-bottom: 16px;
    pointer-events: none;
	}

	input[type="checkbox"] + label > span:first-of-type {
		content: '';
		display: inline-block;
		width: 16px; height: 16px;
		margin: -1px 10px 0 0;
		vertical-align: middle;
		cursor: pointer;
		background: url(/gx/m/check_off_bass2.png) no-repeat;
		position: relative;
		-webkit-transition: background 0.15s linear 0s, color 0.15s linear 0s, border 0.15s linear 0s;
		transition: background 0.15s linear 0s, color 0.15s linear 0s, border 0.15s linear 0s;
	}

	input[type="checkbox"]:checked + label > span:first-of-type { background: url(/gx/m/check_on_bass2.png) no-repeat;}

	input[type="checkbox"]:hover + label > span:first-of-type {}
	input[type="checkbox"]:checked:hover + label > span:first-of-type {}
	input[type="checkbox"]:focus + label > span:first-of-type { }

	input[type="checkbox"] + label { position: relative; padding-left: 26px;}
	input[type="checkbox"] + label > span:first-of-type { position: absolute; top:-1px; left: 0px;}
input[type="checkbox"] + label { font-size: 13px;}


select.fiedlcontact-2{
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#c9c9c7' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  color: #c9c9c7;
}

select.fiedlcontact-2 option{
  color: #c9c9c7;
}


.dark-banner-2 {
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px none #c9c9c7;
  background-color: #222b3a;
}

.h1-color-4 {
  margin-top: 30px;
  color: #c0845c;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.h1-color-4.form {
  margin-top: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.paragraph-5 {
  margin-top: -35px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #c9c9c7;
  font-size: 10px;
  text-align: center;
}

.container-8 {
  margin-top: 50px;
}

.image-18 {
  margin-bottom: 30px;
}

.container-9 {
  margin-top: -50px;
  text-align: center;
}

.image-19 {
  margin-top: 50px;
  margin-left: -25px;
}

.image-19.crowns1 {
  margin-top: 70px;
}

.image-20 {
  margin-top: -40px;
  margin-left: -25px;
}

.image-21 {
  margin-left: -25px;
}

.image-22 {
  margin-left: -25px;
}

.h {
  display: block;
}

.text-block-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 48px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.text-block-5 {
  padding-top: 169px;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.unordered-list {
  margin-top: 15px;
  margin-right: -25px;
  margin-left: -25px;
  padding-left: 25px;
  color: #c0845c;
}

.unordered-list.newlist {
  margin-top: 25px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 15px;
  list-style-type: none;
}

.image-24 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.slider-2 {
  width: 100%;
  height: 100%;
  background-color: #222b3a;
}

.slide-9 {
  background-image: url('../images/perspective2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-nav {
  display: none;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.section-6 {
  margin-top: 50px;
  padding-right: 0%;
  padding-left: 0%;
}

.section-6.sliderspec {
  display: none;
}

.big-container {
  height: 500px;
}

.slide-11 {
  width: 100%;
  height: 100%;
}

.slider-4 {
  height: 500px;
}

.columns-3 {
  width: 100%;
  height: 100%;
}

.column-9 {
  height: 500px;
  background-image: url('../images/lachine-sepia.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column-9.slide2 {
  background-image: url('../images/photo-du-bloc.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.column-9.slide2.professionnel {
  background-image: url('../images/bass-professionals-2.jpg');
}

.column-9.slide2.look {
  background-image: url('../images/industrielhistorique.jpg');
}

.column-9.slide2.transport {
  background-image: url('../images/metro.jpg');
  background-position: 50% 0px;
}

.column-9.slide2.resto {
  background-image: url('../images/Restogriffin.jpg');
  background-position: 50% 50%;
}

.column-9.slide2.atwater {
  background-image: url('../images/atwatermarket.jpg');
}

.column-9.slide2.modedevie {
  background-image: url('../images/vivreensanter.jpg');
}

.column-9.slide2.canal {
  background-image: url('../images/vivresain.jpg');
}

.column-9.slide2.artiste {
  background-image: url('../images/artistegriffintown.jpg');
  background-position: 50% 92%;
}

.column-9.slide2._7iemeslide {
  background-image: url('../images/feeling-1.jpg');
}

.column-9.slide3 {
  background-image: url('../images/photo-pour-bass-2.jpg');
  background-size: cover;
}

.column-9.new3 {
  background-image: url('../images/feeling3.jpg');
  background-position: -50px 50%;
  background-size: 1024px;
}

.column-10 {
  height: 500px;
  background-color: #222b3a;
}

.image-25 {
  margin-top: 25px;
  margin-left: 15px;
}

.slide-nav-2 {
  display: none;
}

.left-arrow-2 {
  display: block;
}

.right-arrow-2 {
  display: block;
}

.text-block-6 {
  font-family: Montserrat, sans-serif;
  color: #c9c9c7;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.text-block-6 a{
  color: inherit !important;
  text-decoration: none !important;
  transition: all 120ms ease-in;
}

.text-block-6 a:hover{
  color: #c0845c !important;
}

.lightbox-link-2 {
  margin-top: 75px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.lightbox-link-2:hover {
  opacity: 0.75;
}

.icon {
  display: none;
}

.left-arrow-3 {
  display: none;
}

.bold-text {
  font-weight: 600;
}

.heading-10 {
  font-size: 22px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
}

.heading-10._10spec {
  margin-top: 15px;
  margin-left: 5px;
}

.heading-10.titrespec {
  margin-top: 25px;
}

.heading-10.spectitre {
  padding-top: 10px;
  padding-left: 10px;
}

.text-span-12 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}

.text-span-12.special10 {
  margin-top: 0px;
}

.div-block-15 {
  position: absolute;
  left: 0px;
  right: 5px;
  bottom: 10px;
  text-align: right;
}

.heading-11 {
  font-family: 'Open Sans', sans-serif;
  color: #c9c9c7;
  font-size: 60px;
  font-weight: 600;
}

.div-block-16 {
  padding-right: 60px;
}

.div-block-17 {
  padding-right: 55px;
}

.div-block-18 {
  padding-right: 55px;
}

.div-block-19 {
  padding-right: 55px;
}

.div-block-20 {
  padding-right: 55px;
}

.div-block-21 {
  padding-right: 55px;
}

.div-block-22 {
  padding-right: 55px;
}

.div-block-23 {
  padding-right: 55px;
}

.div-block-24 {
  padding-right: 60px;
}

.div-block-25 {
  padding-right: 60px;
}

.container-10 {
  padding-top: 10px;
}

.div-block-27 {
  padding-right: 50px;
}

.text-span-13 {
  text-decoration: none;
}

.container-11 {
  text-align: center;
}

.link-block-10 {
  text-decoration: none;
}

.plansection {
  height: auto;
  margin-top: 50px;
  padding: 100px 50px;
  background-color: #0b1124;
  background-image: url('../images/texturebleu.jpg');
  background-position: 50% 50%;
  background-repeat: repeat;
}

.plansection.building {
  margin-bottom: 50px;
  background-image: url('../images/mapppp-.jpg');
  background-attachment: scroll;
}

.plansection.building.mapbass {
  margin-top: 75px;
  margin-bottom: 75px;
  background-image: url('../images/bass-map.png');
  background-position: 50% 100%;
  background-size: contain;
}

.plansection.home {
  background-image: url('../images/unit-fulle-size.jpg');
  background-position: 50% 50%;
}

.plansection.home {
  height: 550px;
  background-image: url('../images/bassII-piscine.jpg');
  background-position: 50% 50%;
  background-attachment: scroll;
}

.plansection.home.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: linear-gradient(165deg, hsla(60, 2%, 78%, .43) 30%, hsla(0, 0%, 100%, 0) 53%), url('../images/final3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.plansection.home {
  background-image: url('../images/facade-bass-officiel.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.plansection.building {
  background-image: url('../images/BuildingFull.jpg');
}

.plansection.building.landing {
  height: 690px;
  margin-top: 35px;
  margin-bottom: 1px;
  background-image: url('../images/quartier.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.headingplans {
  margin-top: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  font-family: 'Crimson Text', sans-serif;
  color: #c9c9c7;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

.heading2plans {
  margin: 0px 0px 20px;
  color: #c9c9c7;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.heading2plans.spec {
  margin-top: 20px;
  margin-left: -25px;
}

.heading2plans.slidertxt {
  margin-right: 0px;
  margin-left: 15px;
  padding-right: 0px;
  font-size: 35px;
}

.form-portes-ouvertes {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.fancybox-overlay{
  z-index: 8020 !important;
}

.fancybox-opened{
  z-index: 999999 !important;
}

html.w-mod-js *[data-ix="hero-text"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="section"] {
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="slowappear"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-building"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="appear"] {
  opacity: 0;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}

html.w-mod-js *[data-ix="slide-up-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="bouton"] {
  opacity: 0;
  -webkit-transform: translate(0px, 0px) scale(0.01, 0.01);
  -ms-transform: translate(0px, 0px) scale(0.01, 0.01);
  transform: translate(0px, 0px) scale(0.01, 0.01);
}

@media (max-width: 991px) {
  ._2-column-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-image-div {
    left: 0px;
  }
  .text-section-2.area {
    height: 450px;
  }
  .h3-color-3.new {
    padding-left: 20px;
  }
  .heading-8 {
    padding-left: 20px;
  }
  .heading-8.slidertxt {
    padding-left: 0px;
  }
  .paragraph-5.solo {
    margin-top: 17px;
  }
  .column-9.slide2.look.tabletimage {
    background-position: 19% 50%;
  }
  .column-9.slide2.look.tablettt {
    background-position: -100px 0px;
  }
  .column-9.slide2.modedevie {
    background-position: -279px 0px;
  }
  .text-block-6 {
    line-height: 24px;
  }
  .heading-10._10spec {
    margin-left: 10px;
  }
  .link-block-9 {
    text-decoration: none;
  }
  .link {
    padding-top: 0px;
    color: #c9c9c7;
    text-decoration: none;
  }
  .nav-menu-3 {
    text-align: left;
  }
  .nav-menu-5 {
    text-align: left;
  }
  .plansection {
    padding-right: 25px;
    padding-left: 25px;
  }
  .heading2plans {
    padding-left: 20px;
  }
  .heading2plans.slidertxt {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .hero-text {
    font-size: 36px;
    line-height: 44px;
  }
  .title {
    font-size: 24px;
    line-height: 34px;
  }
  .h1-color {
    font-size: 36px;
    line-height: 44px;
  }
  .h3-color-2 {
    font-size: 24px;
    line-height: 34px;
  }
  .h3-color-3 {
    font-size: 24px;
    line-height: 34px;
  }
  .h1-color-4 {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (max-width: 479px) {
  .hero-text {
    margin-top: 5%;
    margin-left: 5%;
    font-size: 26px;
    line-height: 36px;
  }
  .hero-text.smaller {
    margin-top: 12%;
    font-size: 38px;
    line-height: 48px;
  }
  ._2-column-section {
    display: block;
  }
  ._2-column-section.right.form {
    display: block;
  }
  ._2-column-section.mobile._1 {
    margin-top: 0px;
  }
  .title {
    font-size: 20px;
    line-height: 30px;
  }
  .text-section {
    padding: 50px 8%;
  }
  .h1-color {
    font-size: 26px;
    line-height: 36px;
  }
  .div-block-2 {
    margin-top: 30px;
    padding-right: 8%;
    padding-left: 8%;
  }
  .div-block-2.v2 {
    margin-top: 30px;
  }
  .container.center.solo {
    margin-top: -25px;
  }
  .paragraph-light-blue-2.mobilia {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .paragraph-light-blue-2.mobilia.go {
    margin-bottom: 20px;
  }
  .landingheader {
    padding-top: 70px;
  }
  .mainsection {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dark-blue-button-2 {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
  }
  .dark-blue-button-2.mobile {
    margin-right: 20px;
    margin-left: 20px;
  }
  .dark-blue-button-2.special {
    margin-top: -6px;
  }
  .dark-blue-button-2.specialbouton {
    margin-top: -2px;
  }
  .dark-blue-button-2.formm {
    margin-top: 10px;
    font-size: 14px;
  }
  .dark-blue-button-2.planbutton {
    margin-top: -2px;
  }
  .mainh1 {
    margin-top: 5px;
    padding-top: 25px;
    font-size: 14px;
    line-height: 28px;
  }
  .mainh1.large2 {
    font-size: 18px;
    line-height: 28px;
  }
  .mainh1.mobile {
    font-size: 18px;
    font-weight: 900;
  }
  ._60percent {
    width: 100%;
    padding: 35px 5px 50px;
  }
  ._60percent.newpercentage {
    width: 100%;
    height: 250px;
    margin-left: 0px;
    padding: 50px 10px;
  }
  ._60percent.newpercentage.mobile {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .43)), to(rgba(0, 0, 0, .43))), url('../images/couple-marquise.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .43), rgba(0, 0, 0, .43)), url('../images/couple-marquise.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  ._60percent.newpercentage {
    width: 100%;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .languageselector {
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
  }
  .h3-color-2 {
    margin-top: 6px;
    font-size: 18px;
    line-height: 26px;
  }
  .h3-color-2.one {
    font-size: 22px;
  }
  ._1 {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .container-5 {
    text-align: center;
  }
  .big-image-section-2.home {
    margin-top: 30px;
    background-position: 0px 50%;
  }
  .form-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .middleform {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-logo-2 {
    width: 80px;
    height: auto;
    margin-right: 20px;
    margin-left: 0px;
  }
  .whitebottom {
    font-size: 10px;
    line-height: 16px;
  }
  .whitebottom.petit {
    font-size: 9px;
    line-height: 14px;
  }
  .whitebottom.petit {
    font-size: 9px;
    line-height: 14px;
  }
  .menu-social-icon {
    width: 30px;
    height: 30px;
    margin: 10px;
  }
  .modal-wrapper-2._1 {
    display: none;
  }
  .text-section-2 {
    padding: 50px 8%;
  }
  .text-section-2.area {
    height: auto;
    padding-top: 70px;
  }
  .h3-color-3 {
    margin-top: 6px;
    font-size: 18px;
    line-height: 26px;
  }
  .h3-color-3.new {
    margin: 2px -15px 25px;
    font-size: 14px;
  }
  .h3-color-3.list.mobile {
    margin-left: 15px;
  }
  .h3-color-3.list.mobile.speciall {
    margin-top: 0px;
  }
  .text-block-header {
    line-height: 38px;
  }
  .heading-6.bass {
    padding-top: 15px;
    padding-left: 0px;
  }
  .heading-7.bass {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 30px;
  }
  .heading-8 {
    margin-top: 20px;
    margin-right: -22px;
    margin-left: -15px;
  }
  .heading-8.spec {
    margin-right: -41px;
    margin-left: -20px;
  }
  .heading-8.slidertxt.mobile {
    font-size: 20px;
    line-height: 20px;
  }
  .heading-8.slidertxt.mobile.speciall {
    margin-top: 11px;
    padding-left: 0px;
  }
  .div-block-12 {
    padding-right: 8%;
    padding-left: 8%;
  }
  .div-block-12.image.courtyard {
    margin-top: 30px;
    background-image: url('../images/piscine-facade.jpg');
  }
  .div-block-12.light-blue-color {
    height: 480px;
    margin-top: 20px;
  }
  .div-block-12.light-blue-color {
    height: 480px;
    margin-top: 20px;
  }
  .dark-banner-2.mobilee {
    height: auto;
    padding-bottom: 50px;
  }
  .h1-color-4 {
    font-size: 26px;
    line-height: 36px;
  }
  .paragraph-5.solo {
    margin-top: 6px;
  }
  .image-18 {
    margin-top: 25px;
    margin-bottom: 11px;
    margin-left: -15px;
  }
  .mobile-image {
    margin-top: 10px;
  }
  .special.this {
    margin-top: -20px;
    margin-left: -15px;
  }
  .spceial {
    margin-top: -25px;
    margin-left: 0px;
  }
  .letsgo {
    margin-top: 11px;
  }
  .html-embed-2 {
    display: none;
  }
  .text-block-4 {
    padding-top: 35px;
    font-size: 26px;
    line-height: 30px;
  }
  .text-block-5 {
    padding-top: 24px;
    font-size: 30px;
    line-height: 30px;
  }
  .column-9.slide2.look {
    background-position: 18% 50%;
  }
  .column-9.slide2.modedevie {
    background-position: 50% 0px;
  }
  .column-9.slide2.artiste {
    background-image: url('../images/artphoto.jpg');
    background-position: 50% 0px;
  }
  .column-9.slide2._7iemeslide {
    background-position: 50% 0px;
  }
  .text-block-6 {
    margin-top: 10px;
  }
  .heading-10.mobile {
    margin-left: 15px;
    color: #c0845c;
  }
  .text-span-12 {
    text-decoration: underline;
  }
  .text-span-12.mobile {
    text-decoration: underline;
  }
  .div-block-26 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 200px;
    background-color: #222b3a;
  }
  .link-block-9 {
    text-decoration: none;
  }
  .link {
    color: #c9c9c7;
    text-decoration: none;
  }
  .nav-menu-3 {
    text-align: left;
  }
  .nav-menu-4 {
    text-align: left;
  }
  .plansection {
    padding: 50px 15px;
  }
  .plansection.home {
    margin-top: 30px;
    background-position: 0px 50%;
  }
  .headingplans.bass {
    padding-left: 0px;
  }
  .heading2plans {
    margin-top: 20px;
    margin-right: -22px;
    margin-left: -15px;
  }
  .heading2plans.spec {
    margin-right: -41px;
    margin-left: -20px;
  }
  .heading2plans.slidertxt.mobile {
    font-size: 20px;
    line-height: 20px;
  }
  .heading2plans.slidertxt.mobile.speciall {
    margin-top: 11px;
    padding-left: 0px;
  }
  .form-portes-ouvertes {
    padding-right: 10px;
    padding-left: 10px;
  }
}

#submission-results-wrapper{
  display: none;
  margin-top: 18px;
  margin-bottom: 30px;
  background-color: #c0835c;
  padding-top: 14px;
  padding-bottom: 10px;
}

#submission-results-wrapper .response{
  font-family: Montserrat, sans-serif;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

form label.error{
  color: #ffffff;
}

p.note{
  color: #b5b5b5;
}

p.note abbr{
  color: #be0f0f;
  text-decoration: none;
  border-bottom: none;
}

form input.error{
  border-color: #be0f0f !important;
}

#section-plans .flex1{
  background: #ffffff;
}

#section-plan-side{
  height: auto;
  padding-top: 90px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#contactFormPopup{
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

#contactFormPopup .middleform{
  width: 80%;
}

#contactFormSelecteur{
  position: relative;
  /* bottom: 0; */
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

#contactFormSelecteur .middleform{
  width: 80%;
}

@media all and (max-width: 760px){
  #contactFormSelecteur{
    display: none !important;
  }
}

@media all and (min-width: 1400px){
  #contactFormSelecteur{
    padding-left: 30px;
    padding-right: 30px;
  }
}

.dark-blue-button-2{
  white-space: pre-wrap;
}

#footer-bureau-ventes{
  margin-top: 23px;
}

@media all and (max-width: 480px){
  #contactFormPopup{
    padding-left: 10px;
    padding-right: 10px;
  }
  #contactFormPopup .middleform{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  #contactFormPopup h1{
    font-size: 19px;
  }

  #contactFormPopup .paragraph-light-blue-2{
    font-size: 14px;
  }

  #contactFormPopup .w-col{
    padding-left: 0;
    padding-right: 0;
  }

  #contactFormPopup .w-button{
    max-width: 100%;
    white-space: pre-wrap;
  }

  .footer-logo{
    max-width: 150px;
  }
}

@media all and (max-width: 480px){
  .fiedlcontact-2{
    font-size: 13px;
  }
}

#cacher {
  display: none!important;
}