.navbar {
  position: absolute;
  z-index: 10;
  width: 100%;
  background-color: #1b1b1b;
  background-image: -webkit-linear-gradient(270deg, #000, #1b1b1b 50%, #131313);
  background-image: linear-gradient(180deg, #000, #1b1b1b 50%, #131313);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .5);
}

.brand {
  width: 300px;
  height: 100px;
  margin-right: 22px;
  background-image: url('../images/Montcalm_inverse-white.png');
  background-position: 50% 50%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.brand.drummond {
  background-image: url('../images/DrummondLogo.png');
  background-size: auto;
}

.sectionslider {
  height: 100vh;
  padding-top: 12%;
  background-color: #1b1b1b;
  background-image: url('../images/Montcalm-Perspective-07.jpg');
  background-position: 50% 67px;
  background-size: contain;
  background-repeat: no-repeat;
}

.sectionslider.quartier {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .4), transparent), url('../images/VueCentreVille.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .4), transparent), url('../images/VueCentreVille.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sectionslider.testou {
  height: 100vh;
  margin-top: 0px;
  padding-top: 12%;
  background-image: url('../images/PoolTop.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.navmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  float: left;
}

.navlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 22px;
  padding-left: 22px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: url('../images/seperator4.png');
  background-position: 0px 50%;
  background-size: 1px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #d6d6d6;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.navlink:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(36, 36, 36, .5), rgba(36, 36, 36, .5)), url('../images/seperator4.png');
  background-image: linear-gradient(180deg, rgba(36, 36, 36, .5), rgba(36, 36, 36, .5)), url('../images/seperator4.png');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, 1px;
  background-repeat: repeat, no-repeat;
}

.navlink.w--current {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, .05)), url('../images/seperator4.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, .05)), url('../images/seperator4.png');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, 1px;
  background-repeat: repeat, no-repeat;
  color: #d6d6d6;
}

.navlink.last {
  background-image: url('../images/seperator4.png'), url('../images/seperator4.png');
  background-position: 100% 50%, 0px 50%;
  background-size: 1px, 1px;
  background-repeat: no-repeat, no-repeat;
}

.navlink.last:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(36, 36, 36, .5), rgba(36, 36, 36, .5)), url('../images/seperator4.png'), url('../images/seperator4.png');
  background-image: linear-gradient(180deg, rgba(36, 36, 36, .5), rgba(36, 36, 36, .5)), url('../images/seperator4.png'), url('../images/seperator4.png');
  background-position: 0px 0px, 100% 50%, 0px 50%;
  background-size: auto, 1px, 1px;
  background-repeat: repeat, no-repeat, no-repeat;
}

.navlink.english {
  padding-right: 25px;
  background-image: url('../images/an-fr.png');
  background-position: 25px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 9px;
}

.navlink.english:hover {
  background-image: url('../images/anglais.png');
  background-size: 24px;
}

.sectionregular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.sectionregular.shadow {
  position: relative;
  z-index: 900;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .75);
}

.sectionregular.largerlanding {
  height: 700px;
}

.leftblock-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38%;
  height: 100%;
  padding-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.leftblock-text.lessm {
  padding-top: 80px;
}

.rightblock-image {
  width: 62%;
  background-image: url('../images/Montcalm-Perspective19.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.rightblock-image.lobby {
  display: block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Montcalm-Perspective17b.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.rightblock-image.gym {
  background-image: url('../images/Montcalm-Perspective25.jpg');
  background-size: cover;
}

.rightblock-image.vieuxmtl {
  background-image: url('../images/VieuxPort1.jpg');
  background-size: cover;
}

.rightblock-image.village {
  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-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/JardinGamelin1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/JardinGamelin1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.rightblock-image.village:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/JardinGamelin1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/JardinGamelin1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.rightblock-image.quartier {
  background-image: url('../images/Village2.jpg');
  background-size: cover;
}

.rightblock-image.specialinvitation {
  background-image: url('../images/Montcalm-Perspective16.jpg');
}

.rightblock-image.specialinvitation.landing1 {
  background-image: none;
}

.rightblock-image.samconlanding {
  background-image: url('../images/Corner6.png'), url('../images/Celebration.png'), url('../images/Celebration10.png'), url('../images/PoolTop.jpg');
  background-position: 100% 116%, 50% 50%, 50% 50%, 50% 50%;
  background-size: 250px, 300px, 28px, cover;
  background-repeat: no-repeat, no-repeat, repeat-x, repeat;
}

.titlepage {
  margin-right: 5%;
  margin-left: 10%;
  padding-left: 20px;
  border-left: 1px solid rgba(0, 0, 0, .15);
  font-family: 'Josefin Sans', sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  text-transform: uppercase;
}

.titlepage.otherside {
  margin-right: 20%;
  padding-right: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-right: 1px solid rgba(0, 0, 0, .15);
  border-left-style: none;
}

.titlepage.otherside.contact {
  width: 70%;
  margin-right: 0%;
  padding-right: 0px;
  padding-left: 0px;
  border-right-color: hsla(0, 0%, 84%, .25);
  color: #d6d6d6;
  font-size: 28px;
  line-height: 36px;
}

.titlepage.white {
  border-left-color: hsla(0, 0%, 100%, .25);
  color: #fff;
}

.titlepage.white.plusshadow {
  text-shadow: 0 1px 6px rgba(0, 0, 0, .5);
}

.titlepage.contact2 {
  margin-right: 0%;
  margin-left: 0%;
  font-size: 28px;
  line-height: 36px;
}

.titlepage.contact2.whitey {
  border-left-color: hsla(0, 0%, 100%, .15);
  color: #fff;
}

.titlepage.landingtitle {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  padding-left: 0px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .25);
  border-left: 0px none hsla(0, 0%, 100%, .15);
  color: #fff;
  text-align: center;
}

.titlepage.landingtitle.morespace {
  width: 80%;
}

.titlepage.landingtitle.morespace.tighter {
  padding-bottom: 15px;
}

.minimal {
  font-style: italic;
  text-transform: none;
}

.minimal.evenless {
  font-size: 36px;
  line-height: 44px;
}

.divcta-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -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: #1b1b1b;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #bbb;
  text-decoration: none;
  text-transform: uppercase;
}

.divcta-bottom:hover {
  background-color: #292929;
}

.paragraph-inside {
  margin: 5px 8% 45px 10%;
  padding-left: 20px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: Merriweather, serif;
  color: #727272;
  font-size: 13px;
  line-height: 19px;
  font-style: italic;
  font-weight: 300;
}

.paragraph-inside.underinvitation {
  margin-top: 20px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, .9);
  font-size: 16px;
  line-height: 20px;
}

.paragraph-inside.underinvitation.plusshadow {
  text-shadow: 0 1px 6px rgba(0, 0, 0, .5);
}

.paragraph-inside.forpanorama {
  margin-top: 20px;
  margin-bottom: 50px;
}

.paragraph-inside.less {
  margin-bottom: 0px;
}

.divprojet-highlight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  height: 480px;
  margin-top: 0%;
  margin-left: 5%;
  padding: 0px 50px;
  -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;
  background-color: transparent;
  background-image: -webkit-linear-gradient(315deg, #1b1b1b 66%, rgba(27, 27, 27, .8));
  background-image: linear-gradient(135deg, #1b1b1b 66%, rgba(27, 27, 27, .8));
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, .5);
}

.divprojet-highlight.forpanorama {
  height: 100%;
  margin-top: 0%;
  margin-left: 0%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: -webkit-radial-gradient(circle farthest-corner at -18% 111%, #fff 55%, hsla(0, 0%, 100%, .6));
  background-image: radial-gradient(circle farthest-corner at -18% 111%, #fff 55%, hsla(0, 0%, 100%, .6));
  box-shadow: none;
}

.divprojet-highlight.quartier {
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.highlight-title {
  margin-bottom: 25px;
  padding-top: 0px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
}

.highlight-title.black {
  color: #1b1b1b;
}

.highlight-title.intro {
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 48px;
}

.highlight-title.intro2 {
  margin-bottom: 0px;
  line-height: 24px;
}

.highlight-title.new {
  line-height: 24px;
}

.adress {
  margin-bottom: 25px;
  font-family: 'Josefin Sans', sans-serif;
  color: hsla(0, 0%, 84%, .8);
  font-size: 20px;
}

.paragraph-highlight {
  margin-bottom: 25px;
  font-family: Merriweather, serif;
  color: #d6d6d6;
  font-size: 13px;
  line-height: 25px;
  font-style: italic;
  font-weight: 300;
}

.paragraph-highlight.quartier {
  margin-bottom: 0px;
}

.introletter {
  margin-bottom: 0px;
  font-size: 48px;
}

.div-bysamcon {
  width: 144px;
  height: 35px;
  background-image: url('../images/by-samcon.png');
  background-position: 50% 50%;
  background-size: 144px;
  background-repeat: no-repeat;
}

.div-bysamcon.en {
  background-image: url('../images/SamconLogo.png');
  background-size: 115px;
}

.div-bysamcon.en.contact {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.sectiondoublepicture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
}

.sectiondoublepicture.shadow {
  position: relative;
  z-index: 900;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
}

.divpicture {
  width: 50%;
  background-image: url('../images/Montcalm-Perspective23.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.divpicture.corridor {
  background-image: url('../images/Montcalm-Perspective18.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.divpicture.spa {
  background-image: url('../images/Montcalm-Perspective24.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.divpicture.toit {
  background-image: url('../images/Montcalm-Perspective22.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.divpicture.sauna {
  background-image: url('../images/Montcalm-Perspective20.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.divpicture.sofa {
  background-image: url('../images/Montcalm-Perspective21.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightboxopencorner {
  position: relative;
  top: 0px;
  right: 0px;
  width: 32px;
  height: 32px;
  margin-top: 5%;
  margin-right: 5%;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.lightboxopencorner:hover {
  opacity: 1;
}

.sectionlogo {
  position: static;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  -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;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
}

.logodark {
  width: 350px;
  height: 100px;
  background-image: url('../images/Montcalm_dark.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer {
  padding-top: 50px;
  padding-bottom: 15px;
  background-image: -webkit-linear-gradient(270deg, #000, #1b1b1b 50%, #000);
  background-image: linear-gradient(180deg, #000, #1b1b1b 50%, #000);
}

.footeremail {
  width: 80%;
}

.emailfooter {
  width: 60%;
  float: left;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
}

.footerbutton {
  width: 40%;
  float: none;
  background-color: #d6d6d6;
  font-family: 'Josefin Sans', sans-serif;
  color: #666;
  text-transform: uppercase;
}

.listitem {
  margin-bottom: 5px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #d6d6d6;
  text-decoration: none;
  text-transform: uppercase;
}

.listitem:hover {
  opacity: 0.8;
}

.sectionmap {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 515px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.mapmontcalm {
  position: static;
  box-shadow: none;
}

.mapmontcalm.contact5 {
  margin-top: 20px;
}

.sectionpanorama {
  position: relative;
  z-index: 1000;
  overflow: scroll;
  width: auto;
  height: 575px;
  box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, .25);
}

.textfooter {
  margin-bottom: 10px;
  font-family: 'Josefin Sans', sans-serif;
  color: #d6d6d6;
  font-size: 12px;
  text-transform: uppercase;
}

.contactsection {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #1b1b1b;
}

.contactsection.top {
  padding-top: 160px;
  padding-bottom: 100px;
  background-image: url('../images/ExteriorBlack.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contactsection.top.plans {
  background-image: -webkit-linear-gradient(0deg, transparent 35%, rgba(0, 0, 0, .2)), url('../images/VueDuCielColor.jpg');
  background-image: linear-gradient(90deg, transparent 35%, rgba(0, 0, 0, .2)), url('../images/VueDuCielColor.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.contactsection.side2 {
  background-color: #fff;
}

.samconlogo {
  width: 115px;
  height: 38px;
  background-image: url('../images/SamconLogo.png');
  background-position: 50% 50%;
  background-size: 115px;
  background-repeat: no-repeat;
}

.fbembed {
  height: 600px;
}

.shadesection {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 1px;
  background-color: #1b1b1b;
  box-shadow: 0 2px 10px 0 #000;
}

.topofmap {
  position: absolute;
  left: 40%;
  top: 34%;
  z-index: 1001;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-image: -webkit-linear-gradient(315deg, #000, rgba(27, 27, 27, .8) 99%);
  background-image: linear-gradient(135deg, #000, rgba(27, 27, 27, .8) 99%);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
  font-family: 'Josefin Sans', sans-serif;
  color: #eee;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
}

.imagebig {
  display: block;
  width: 2300px;
  height: 575px;
  max-width: none;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/Panorama.jpg');
  background-position: 0px 50%;
}

.divfleche {
  position: absolute;
  top: 255.5px;
  right: 10px;
  display: block;
  width: 64px;
  height: 64px;
  float: none;
  background-image: url('../images/next.png');
  background-position: 0px 0px;
  background-size: 64px;
  background-repeat: no-repeat;
}

.panoramatext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  height: 100%;
  padding: 150px 50px 50px 0px;
  -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;
  background-image: -webkit-radial-gradient(circle farthest-corner at 0% 100%, #fff 46%, hsla(0, 0%, 100%, .6));
  background-image: radial-gradient(circle farthest-corner at 0% 100%, #fff 46%, hsla(0, 0%, 100%, .6));
}

.textarrow {
  height: 50px;
  margin-top: 50px;
  margin-left: 0%;
  padding-top: 15px;
  padding-right: 30px;
  background-image: url('../images/next-black3.png');
  background-position: 100% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  font-family: Merriweather, serif;
  color: #777;
  font-size: 12px;
  font-style: italic;
}

.titlequartier {
  width: 35%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 9%;
  padding-left: 20px;
  border-left: 1px solid hsla(0, 0%, 100%, .25);
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 48px;
  font-weight: 600;
  text-transform: uppercase;
}

.titlequartier.contact {
  width: 60%;
}

.titlequartier.inverted {
  width: 39%;
  margin-right: 10px;
  margin-left: 0%;
  padding-left: 0px;
  float: right;
  border-right: 1px solid hsla(0, 0%, 100%, .5);
  border-left-style: none;
  border-left-width: 0px;
  text-shadow: 0 0 6px rgba(0, 0, 0, .25);
}

.titlequartier.home {
  width: auto;
  border-left-color: hsla(0, 0%, 100%, .5);
}

.insidemenu-header {
  height: 100vh;
}

.underquartier {
  margin-top: 25px;
  margin-left: 8%;
  padding-left: 20px;
  font-family: Merriweather, serif;
  color: hsla(0, 0%, 100%, .8);
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.underquartier.contact3 {
  margin-left: 10%;
  padding-left: 0px;
  font-style: normal;
}

.underquartier.contact3.contact4 {
  color: #1b1b1b;
}

.underquartier.contact6 {
  width: 70%;
}

.underquartier.home2 {
  margin-left: 0%;
  text-align: center;
}

.sectiongallerie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 740px;
}

.divgallerie {
  width: 25%;
  background-image: url('../images/VillageNew4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.divgallerie._2 {
  background-image: url('../images/ArtRuelle.jpg');
  background-size: cover;
}

.divgallerie._3 {
  background-image: url('../images/Spectacle1.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.divgallerie._4 {
  background-image: url('../images/Spectacle3.jpg');
}

.divgallerie._8 {
  background-image: url('../images/Vieux2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.divgallerie._10 {
  background-image: url('../images/Vieux6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.divhalf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.divgallerie2 {
  height: 70%;
  background-image: url('../images/Village5.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.divgallerie2._5 {
  background-image: url('../images/Spectacle5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.divgallerie2._7 {
  background-image: url('../images/Vieux1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.divgallerie3 {
  height: 30%;
  background-image: url('../images/Village6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.divgallerie3._6 {
  background-image: url('../images/Spectacle6.jpg');
}

.divgallerie3._9 {
  background-image: url('../images/Vieux4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lefttitle {
  width: 25%;
  margin-right: 0px;
  float: left;
}

.righttitle {
  width: 75%;
  float: left;
}

.sectioninvitation {
  margin-top: 0%;
  padding-top: 160px;
  padding-bottom: 60px;
  background-color: #fff;
  background-image: url('../images/ExteriorBlack.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: inset 0 0 0 20px #1b1b1b;
}

.sectioninvitation.landing {
  padding-top: 60px;
  background-image: url('../images/Corner6.png'), url('../images/PoolTop.jpg');
  background-position: 100% 100%, 50% 0px;
  background-size: 250px, cover;
  background-repeat: no-repeat, repeat;
}

.sectioninvitation.landing.section2 {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url('../images/PoolTop.jpg');
}

.sectioninvitation.landing.section3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
  box-shadow: none;
}

.sectioninvitation.landing.bottom {
  background-image: url('../images/Corner6.png'), url('../images/Montcalm-Perspective-07.jpg');
}

.sectioninvitation.drummond2 {
  background-image: url('../images/PerspectiveBlack.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.forminvitation {
  display: block;
  width: 60%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 50px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, .25);
  background-color: #1b1b1b;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.forminvitation:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
}

.forminvitation.forlanding {
  padding-top: 40px;
  padding-bottom: 40px;
  border-color: hsla(0, 0%, 100%, .15);
}

.forminvitation.forlanding.tight {
  margin-top: 30px;
  margin-bottom: 0px;
}

.fieldinvitation {
  margin-bottom: 20px;
  border-radius: 0px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  text-transform: none;
}

.invitationbutton {
  display: block;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  color: #1b1b1b;
  font-weight: 600;
  text-transform: uppercase;
}

.invitationbutton:hover {
  background-color: hsla(0, 0%, 100%, .8);
}

.invitationbutton.smaller {
  height: 40px;
}

.legal {
  margin-top: 25px;
  font-family: 'PT Sans', sans-serif;
  color: #a5a5a5;
  font-size: 12px;
  text-align: center;
}

.legallink {
  color: #cacaca;
  text-decoration: none;
}

.facebook {
  width: 32px;
  height: 32px;
  background-image: url('../images/facebook-logo-button.png');
  background-position: 0px 0px;
  background-size: 32px;
  background-repeat: no-repeat;
}

.instagram {
  width: 32px;
  height: 32px;
  background-image: url('../images/instagram-logo.png');
  background-position: 0px 0px;
  background-size: 32px;
  background-repeat: no-repeat;
}

.successmessage {
  background-color: #575757;
  font-family: Merriweather, serif;
  color: #ececec;
  font-size: 12px;
  font-style: italic;
}

.fieldcontact {
  height: 45px;
  margin-bottom: 20px;
  border: 1px solid #464646;
  background-color: #252525;
  font-family: 'Josefin Sans', sans-serif;
  color: #1b1b1b;
  font-weight: 700;
  text-transform: uppercase;
}

.fieldcontact._50 {
  width: 47%;
  height: 45px;
  margin-right: 0px;
  float: left;
}

.fieldcontact._60 {
  width: 47%;
  height: 45px;
  float: right;
}

.fieldcontact.message {
  height: 60px;
}

.boutoncontact {
  height: 45px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #d6d6d6;
  font-family: 'Josefin Sans', sans-serif;
  color: #1b1b1b;
  font-weight: 700;
  text-transform: uppercase;
}

.facebookimage {
  width: 100%;
  height: 205px;
  margin-top: 25px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .1);
  background-image: url('../images/FacebookSmall.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.facebookimage:hover {
  border-color: rgba(0, 0, 0, .3);
}

.facebookimage.instagram {
  background-image: url('../images/InstagramSmall.jpg');
  background-size: cover;
}

.lightbox {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.lightbox:hover {
  opacity: 0.6;
}

.slidehome1 {
  height: 100vh;
  padding-top: 30%;
  background-image: -webkit-linear-gradient(270deg, transparent 43%, rgba(0, 0, 0, .5) 74%), url('../images/PoolTop.jpg');
  background-image: linear-gradient(180deg, transparent 43%, rgba(0, 0, 0, .5) 74%), url('../images/PoolTop.jpg');
  background-position: 0px 0px, 50% 96px;
  background-size: auto, cover;
  background-repeat: repeat, repeat-y;
}

.slidehome1.succes {
  background-image: -webkit-linear-gradient(270deg, transparent 43%, rgba(0, 0, 0, .5) 74%), url('../images/Event.jpg');
  background-image: linear-gradient(180deg, transparent 43%, rgba(0, 0, 0, .5) 74%), url('../images/Event.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.sliderhome {
  height: 100vh;
  background-color: #000;
}

.buttonhome {
  margin-top: 15px;
  margin-left: 9%;
  padding: 15px 25px;
  background-color: #f5f5f5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #474747;
  font-weight: 700;
  text-transform: uppercase;
}

.buttonhome:hover {
  background-color: #1b1b1b;
  color: #f5f5f5;
}

.buttonhome.white {
  background-color: #f5f5f5;
  color: #474747;
}

.buttonhome.white.centered {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.buttonhome.white.centered:hover {
  background-color: #1b1b1b;
  color: #f5f5f5;
}

.slidehome2 {
  height: 100vh;
  padding-top: 20%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/ExteriorBlack.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/ExteriorBlack.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.logohome {
  display: block;
  width: 280px;
  height: 190px;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  background-image: url('../images/Montcalm_officiel_Stack-white.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slidehome3 {
  height: 100vh;
  padding-top: 30%;
  background-image: url('../images/Home005.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.parsamcon {
  width: 144px;
  height: 38px;
  margin-top: 25px;
  margin-left: 9%;
  float: none;
  background-image: url('../images/by-samcon.png');
  background-position: 0px 0px;
  background-size: 144px;
  background-repeat: no-repeat;
}

.parsamcon.en {
  background-image: url('../images/SamconLogo.png');
  background-size: 115px;
}

.rowplans {
  margin-top: 25px;
}

.hiddenmobile {
  background-color: rgba(0, 0, 0, .1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.hiddenmobile:hover {
  background-color: rgba(0, 0, 0, .25);
}

.divlanding {
  padding: 35px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, .15);
  background-color: rgba(0, 0, 0, .75);
}

.footerlanding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1b1b1b;
}

.montcalmwhite {
  width: 240px;
  height: 100px;
  background-image: url('../images/Montcalm_inverse-white.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.montcalmwhite.samconversion {
  width: 150px;
  margin-left: 50px;
  background-image: url('../images/SamconLogo.png');
}

.corner {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1001;
  width: 300px;
  height: 230px;
  background-image: url('../images/CornerFireworks2.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.corner.version3 {
  background-image: url('../images/Corner5.png');
  background-size: contain;
}

.logolanding {
  display: block;
  width: 443px;
  height: 59px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  background-image: url('../images/LogoLanding.png');
  background-position: 50% 50%;
  background-size: 443px;
  background-repeat: no-repeat;
}

.corner2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 300px;
  height: 230px;
  background-image: url('../images/CornerLogo.png');
  background-position: 100% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.samconlogolanding {
  display: block;
  width: 231px;
  height: 76px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/SamconLogo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.incluisions {
  display: block;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 45%, .25);
  font-family: 'Josefin Sans', sans-serif;
  color: #727272;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

.sliderlanding1 {
  height: 100%;
  background-color: #000;
}

.hiddenarrow {
  display: none;
}

.slide1landing {
  background-image: url('../images/Montcalm-Perspective16.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide2landing {
  background-image: url('../images/Montcalm-Perspective17b.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide3landing {
  background-image: url('../images/Montcalm-Perspective21.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide4landing {
  background-image: url('../images/Montcalm-Perspective19.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.slide5landing {
  background-image: url('../images/Montcalm-Perspective24.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.sliderlanding2 {
  height: 700px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000;
}

.slide6landing {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/LargeQuartierSpectable.jpg');
  background-position: 50% 0px;
  background-size: cover;
  box-shadow: inset 0 0 0 20px #1b1b1b;
}

.centered300 {
  margin-top: 0px;
  padding-top: 300px;
  padding-bottom: 0px;
}

.slide7landing {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/LargeVuePleine.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/LargeVuePleine.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  box-shadow: inset 0 0 0 20px #1b1b1b;
}

.slide8landing {
  background-image: url('../images/LargeVieux.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: inset 0 0 0 20px #1b1b1b;
}

.slide9landing {
  background-image: url('../images/LargeVillage.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: inset 0 0 0 20px #1b1b1b;
}

.slidehome4 {
  padding-top: 13%;
  background-color: #1b1b1b;
  background-image: url('../images/BackgroundVideo.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slidehome5 {
  padding-top: 25%;
  background-image: url('../images/iPad.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.thirdblock {
  width: 33.33333%;
}

.thirdblock.lobby2 {
  background-image: url('../images/NouveauLobby1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thirdblock.corridor2 {
  background-image: url('../images/CorridorNouveau.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.thirdblock.lobby3 {
  background-image: url('../images/NouveauLobby2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

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

.hiddenrounds {
  display: none;
}

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

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

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

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

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

@media (max-width: 991px) {
  .sectionslider {
    padding-top: 60%;
  }
  .leftblock-text {
    width: 45%;
    padding-top: 40px;
  }
  .rightblock-image {
    width: 60%;
  }
  .rightblock-image.lobby {
    width: 60%;
  }
  .rightblock-image.gym {
    width: 55%;
  }
  .divprojet-highlight {
    width: 90%;
    height: auto;
    margin-left: 5%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .panoramatext {
    width: 400px;
  }
  .lefttitle {
    width: 18%;
  }
  .righttitle {
    width: 46%;
  }
  .forminvitation.formulaire {
    width: 95%;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (max-width: 479px) {
  .brand {
    width: 50%;
    height: 60px;
    margin-left: 10px;
    background-size: contain;
  }
  .brand.w--current {
    width: 160px;
  }
  .sectionslider {
    padding-top: 300px;
  }
  .sectionslider.quartier {
    height: 500px;
    padding-top: 50px;
  }
  .navmenu {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #000;
  }
  .navlink {
    background-color: #1b1b1b;
  }
  .navlink.last {
    background-color: #1b1b1b;
  }
  .navlink.english {
    background-position: 50% 50%;
  }
  .sectionregular {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sectionregular.largerlanding {
    height: auto;
  }
  .leftblock-text {
    width: 100%;
  }
  .leftblock-text.forproject {
    padding-top: 160px;
  }
  .leftblock-text.lessm {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .rightblock-image {
    width: 100%;
    height: 300px;
  }
  .rightblock-image.lobby {
    width: 100%;
    height: 300px;
  }
  .rightblock-image.gym {
    width: 100%;
  }
  .rightblock-image.specialinvitation.landing1 {
    height: 400px;
  }
  .rightblock-image.samconlanding {
    background-image: url('../images/Celebration.png'), url('../images/Celebration10.png'), url('../images/PoolTop.jpg');
    background-position: 50% 50%, 50% 50%, 50% 50%;
    background-size: 300px, 28px, cover;
    background-repeat: no-repeat, repeat-x, repeat;
  }
  .titlepage {
    margin-left: 5%;
    font-size: 36px;
    line-height: 44px;
  }
  .titlepage.otherside {
    margin-left: 5%;
  }
  .titlepage.otherside.contact {
    font-size: 24px;
    line-height: 30px;
  }
  .titlepage.white.plusshadow {
    font-size: 28px;
    line-height: 36px;
  }
  .titlepage.landingtitle {
    width: 95%;
  }
  .titlepage.landingtitle.morespace {
    width: 90%;
    font-size: 28px;
    line-height: 36px;
  }
  .divcta-bottom {
    text-align: center;
  }
  .paragraph-inside {
    margin-left: 5%;
  }
  .paragraph-inside.underinvitation {
    margin-right: 1%;
    margin-left: 1%;
  }
  .divprojet-highlight {
    width: 90%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .paragraph-highlight.plans2 {
    margin-left: 10px;
  }
  .sectiondoublepicture {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .divpicture {
    width: 100%;
    height: 300px;
  }
  .divpicture.corridor {
    width: 100%;
    height: 300px;
  }
  .divpicture.spa {
    width: 100%;
    height: 300px;
  }
  .divpicture.toit {
    width: 100%;
    height: 300px;
  }
  .divpicture.sauna {
    width: 100%;
    height: 300px;
  }
  .divpicture.sofa {
    width: 100%;
    height: 300px;
  }
  .logodark {
    width: 90%;
  }
  .footeremail {
    width: 100%;
  }
  .listitem {
    text-align: center;
  }
  .textfooter {
    text-align: center;
  }
  .samconlogo {
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .titlequartier {
    width: 90%;
    margin-left: 10px;
    font-size: 24px;
    line-height: 28px;
  }
  .titlequartier.contact {
    width: 80%;
  }
  .titlequartier.inverted {
    width: 90%;
    margin-left: 10%;
    float: none;
  }
  .titlequartier.home {
    margin-left: 10px;
  }
  .underquartier {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 14px;
  }
  .underquartier.contact3 {
    font-size: 14px;
    line-height: 18px;
  }
  .underquartier.contact6 {
    width: 80%;
  }
  .sectiongallerie {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .divgallerie {
    width: 100%;
    height: 300px;
  }
  .divgallerie._3 {
    background-position: 100% 50%;
  }
  .divhalf {
    width: 100%;
  }
  .divgallerie2 {
    width: 100%;
    height: 300px;
  }
  .divgallerie3 {
    width: 100%;
    height: 300px;
  }
  .lefttitle {
    width: 35%;
  }
  .righttitle {
    width: 65%;
  }
  .sectioninvitation {
    padding-top: 120px;
  }
  .sectioninvitation.landing {
    box-shadow: inset 0 0 0 10px #1b1b1b;
  }
  .forminvitation {
    width: 90%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .forminvitation.forlanding {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .facebook {
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .instagram {
    display: block;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
  }
  .iconmobile {
    color: #d6d6d6;
  }
  .fieldcontact {
    font-size: 10px;
  }
  .fieldcontact._50 {
    width: 47%;
    font-size: 10px;
  }
  .fieldcontact._60 {
    width: 49%;
    font-size: 10px;
  }
  .lightbox {
    margin-bottom: 15px;
  }
  .slidehome1 {
    padding-top: 35%;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/PoolTop.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/PoolTop.jpg');
    background-position: 0px 0px, 50% -13%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .buttonhome {
    width: 90%;
    margin-left: 10px;
  }
  .buttonhome.white.centered {
    width: 90%;
  }
  .slidehome2 {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/ExteriorBlack.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/ExteriorBlack.jpg');
    background-position: 0px 0px, 69% 50%;
  }
  .logohome {
    margin-top: 25px;
  }
  .slidehome3 {
    padding-top: 35%;
  }
  .hiddenmobile {
    display: none;
  }
  .divlanding {
    padding-right: 15px;
    padding-left: 15px;
  }
  .montcalmwhite {
    margin-left: 10px;
  }
  .montcalmwhite.samconversion {
    margin-right: 10px;
  }
  .corner {
    width: 225px;
    height: 160px;
  }
  .corner2 {
    width: 225px;
    height: 160px;
  }
  .samconlogolanding {
    margin-bottom: 20px;
  }
  .incluisions {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .centered300 {
    padding-top: 150px;
  }
  .slide7landing {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/LargeVuePleine.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/LargeVuePleine.jpg');
    background-position: 0px 0px, 81% 50%;
  }
  .slide8landing {
    background-position: 50% 50%;
  }
  .slide9landing {
    background-position: 70% 50%;
  }
  .slidehome4 {
    padding-top: 30%;
  }
  .slidehome5 {
    padding-top: 45%;
  }
}

