@import "../scss/main.css";

body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  color: #151515;
  font-size: 15px;
  font-weight: 500;
  overflow-x: hidden; 
}

.slick-slider img {
  opacity: 1 !important;
  
}
.detailsNotaires{
  margin-top: 651px;
}
.lienPeuColore {
  color: #FFF !important;
  border-bottom: 1px solid #FFF !important;
}

#pageTerrainsInnocupes li {
  padding-bottom: 10px;
  
}
.alert-succes{
background-color: green;
    padding: 20px;
    margin-bottom: 20px;
    color: #fff;
}
.alert-danger{
  background-color: red;
    padding: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.infoVisite {
  padding: 0 11px 20px 11px;
  
}

.ltlImage {
  width: 512px;
}

.souligner {
  text-decoration: underline;
  
}

.fixItDude {
  padding-right: 10%;
  
}

.prixLot {
  font-size: 24px;
  
}

.categorieInfo {
  color: #514e81;
  font-weight: 600;
  padding-right: 10%;
  
}


header .wrap {
  max-width: 100%;
  /*padding: 0 12%;*/
  
}

.wrap {
  max-width: 1250px;
  width: 70%;
  margin: 0 auto;
  position: relative;
  display: block; 
}

.top-bar {
  background-color: #e4e4e3;
  min-height: 44px; 
}

.top-bar-link {
  font-size: 16px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-weight: 300;
  padding: 12px 14px 12px 35px;
  background-color: #f1592a;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: 12px 15px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; 
}
.top-bar-link:first-child {
  margin-right: -5px; 
}
.top-bar-link.mail {
  background-image: url(../images/mail.png); 
}
.top-bar-link.lang{
  padding: 12px 14px;
  margin-left: -5px;

}
.top-bar-link.phone {
  background-image: url("../images/phone.png"); 
}
.top-bar-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s; 
}
.top-bar-link:hover {
  background-color: #F2683D; 
}
.top-bar-link:hover:after {
  height: 3px; 
}

.logo {
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  position: relative;
  z-index: 10; 
}
.logo:hover {
  opacity: .9; 
}
.logo img {
  position: absolute;
  top: -40px; 
}

.lightbox {
  display: none; 
}

.featherlight .featherlight-content {
  background-color: #e9f5fb !important; 
}

.featherlight-content h2 {
  font-size: 24px !important; 
}

.featherlight-content {
  font-size: 16px !important; 
}

.featherlight .featherlight-close-icon {
  font-size: 16px;
  background-color: #ffffff !important;
  color: #262262 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: bold;
  outline: none; 
}

.featherlight hr {
  margin: 10px 0 20px; 
}

.mobile-nav-button {
  position: absolute;
  margin: 50px 25px 0 0;
  right: 0;
  top: -10px;
  z-index: 9999;
  cursor: pointer;
  width: 35px;
  height: 30px;
  display: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
}

.mobile-nav-button .mobile-nav-button__line {
  width: 100%;
  height: 4px;
  background: #262262;
  position: relative;
  transition: .5s ease; 
}

.mobile-nav-button__line--1,
.mobile-nav-button__line--3 {
  background: #ffffff !important; 
}

.mobile-nav-button .mobile-nav-button__line:nth-of-type(2) {
  margin: 0.5rem 0; 
}

.mobile-nav-button .mobile-nav-button__line--1 {
  transform: rotate(135deg) translate(13px, -13px);
  position: absolute; 
}

.mobile-nav-button .mobile-nav-button__line--2 {
  opacity: 0; 
}

.mobile-nav-button .mobile-nav-button__line--3 {
  transform: rotate(45deg) translate(-1px, -1px);
  position: absolute; 
}

.mobile-menu {
  display: none;
  width: 104vw;
  left: -42%;
  height: 102vh;
  min-height: 568px;
  background: #262262;
  position: absolute;
  z-index: 9998;
  transition: 0.6s ease;
  top: -45px;
  opacity: 0; 
}
@supports (-webkit-appearance: none) {
  .mobile-menu {
    /*height: calc(100vh - 56px); */
  } 
}

.top-link {
  position: absolute;
  bottom: 60px;
  width: 300px;
  left: 50%;
  transform: translateX(-50%);
}

.mobile-menu ul {
  position: relative;
  top: 39%;
  transform: translateY(-50%);
  padding: 0; 
}

.mobile-menu ul li {
  list-style: none; 
}

.mobile-menu ul li a {
  width: 100%;
  margin: 5px auto;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
}
.mobile-menu ul li a:hover {
  color: #cccccc; 
}

.mobile-menu img {
  position: absolute;
  width: 150px;
  display: block;
  left: 50%;
  top: 3rem;
  transform: translatex(-50%);
  padding: 0;
  text-align: center; 
}

.mobile-menu--open {
  opacity: 1;
  display: block; 
}

#menu {
  padding: 25px 0;
  display: inline-block; 
}
#menu ul {
  list-style-type: none; 
}
#menu li {
  float: left; 
}
#menu li:last-child .menu-link:after {
  left: calc(10% + 20px); 
}

.menu-link {
  font-size: 16px;
  color: #262262;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  padding: 10px 16px;
  display: inline-block;
  text-align: center; 
}
.menu-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(10% + 10px);
  width: calc(80% - 20px);
  height: 0;
  background-color: #5cbfe9;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s; 
}
.menu-link .active {
  height: 3px; 
}
.menu-link:hover:after {
  height: 3px; 
}

#menu li:last-child a {
  padding-right: 0; 
}

#content {
  display: block;
  width: 100%; 
}

#pageLeLac .firstDiv {
  background-image: none;
  background-color: #e9f5fb;
  padding: 50px 30px 130px 0;
  font-size: 18px; 
}

#pageLocalisation .firstDiv,
#pageNormes .firstDiv,
#pageContact .firstDiv,
#pageTerrainsInnocupes .firstDiv,
#pageAsavoir .firstDiv  {
  padding: 50px 0 40px 0; 
}

#banner {
  background-image: url("../../images/bg_banner.jpg");
  height: 587px;
  background-repeat: no-repeat;
  background-size: cover; 
}
#banner .innerWrap {
  position: relative; 
}
#banner .innerWrap img {
  height: 587px;
  width: 100%;
  visibility: hidden; 
}
#banner #infoBanner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%; 
}
#banner h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 72px;
  font-weight: 800;
  line-height: 72px;
  margin-bottom: 0;
  padding-bottom: 30px; 
}

h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #262262;
  margin: 0;
  padding: 0;
  line-height: 36px; 
}

h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #262262;
  font-weight: 700;
  margin-bottom: 15px; 
}

h4 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #262262;
  padding-bottom: 5px; 
}

a {
  font-weight: bold; 
}

strong {
  font-weight: bold;
  color: #262262; 
}

hr {
  display: block;
  height: 5px;
  border: 0;
  border-top: 5px solid #5cbfe9;
  margin: 20px 0;
  padding: 0;
  width: 125px; 
}

.paddingRight {
  padding-right: 5px; 
}

.paddingLeft {
  padding-left: 5px; 
}
#twoBtn a{
  margin-right: 5px;

}
.btn {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 25px 12px;
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #f1592a;
  position: relative;
  border: none !important;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; 
}
.btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s; 
}
.btn:hover {
  background-color: #F2683D; 
}
.btn:hover:after {
  height: 3px; 
}

.infoHalf {
  padding: 50px 40px 0 40px;

  max-width: 455px; 
}

.insideThird {
  padding: 0 23px;
  margin-top: 60px; 
}
.insideThird.topThird {
  margin-top: 0; 
}

.rounded {
  background-color: #262262;
  height: 110px;
  width: 110px;
  margin: 0 auto;
  border-radius: 50%;
  position: relative; 
}
.rounded img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
}

.vendu .slick-track:before {
  background-image: url("../../images/vendu.png");
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8789898;
  width: 300px;
  height: 300px;
}

.sold .slick-track:before {
  background-image: url("../../images/sold.png");
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8789898;
  width: 300px;
  height: 300px;
}

#content a {
  color: #151515;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid #151515;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; 
}
#content a:hover {
  color: #5cbfe9;
  border-color: #5cbfe9; 
}

.fiche {
  padding: 11px; 
}


.innerTerrain {
  background-color: #e9f5fb;
  display: inline-block;
  padding: 28px 17px 0 17px;
  position: relative;

}
.innerTerrain h3 {
  padding: 0;
  margin: 0; 
}
.innerTerrain .col {
  min-height: 55px;
}

.infosup {
  padding-bottom: 0; 
}

.firstRow {
  padding: 28px 17px; 
}

.prix {
  background-color: #262262;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 13px;
  position: relative!important;
  bottom: 0;
  left: 0; 
  min-height: 110px;
}

#pageLeLac #premiereRange,
#pageLocalisation #premiereRange,
#pageNormes #premiereRange,
#pagecontact #premiereRange,
#pageTerrainsInnocupes #premiereRange,
#pageAsavoir #premiereRange {
  position: relative;
  background-color: #e9f5fb;
  display: inline-block;
  width: 100%; 
}

.bgTerrainsInnocupes {
  background-image: url("../../images/terrains_innocupes.jpg");
  background-repeat: no-repeat;
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-size: cover; 
}
.bgasavoir {
  background-image: url("../../images/a-savoir.jpg");
  background-repeat: no-repeat;
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-size: cover; 
}

.bgLeLac {
  background-image: url("../../images/le_lac.jpg");
  background-repeat: no-repeat;
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-size: cover; 
}

.bgLocalisation {
  background-image: url("../../images/localisation.jpg");
  background-repeat: no-repeat;
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-size: cover; 
}

.bgNormes {
  background-image: url("../../images/normes.jpg");
  background-repeat: no-repeat;
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-size: cover; 
}

.bgContact {
  background-image: url("../../images/contact.jpg");
  background-repeat: no-repeat;
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-size: cover; 
}



#premiereRange .slick-prev, #premiereRange .slick-next {
  top: 45%;
}

#premiereRange img {
  max-width: 100%;
  opacity: 0; 
  margin: 0 auto;
}



#sectionBleu {
  background-color: #e9f5fb;
  padding: 100px 0; 
}
#sectionBleu hr {
  margin: 20px auto; 
}
#sectionBleu a {
  color: #151515; 
}

#sectionBlanche {
  padding: 50px 0;
  background-color: #fff; 
}
#sectionBlanche.half-padding {
  padding: 50px 0; 
}
#sectionBlanche hr {
  margin: 20px auto; 
}
#sectionBlanche .btn:after {
  background-color: #e9f5fb; 
}

#pageLocalisation #sectionBlanche {
  font-size: 18px;
  padding-top: 50px; 
}
#pageLocalisation #sectionBlanche strong {
  color: #262262; 
}

.norme {
  margin-bottom: 50px; 
}

.signature {
  padding-top: 20px; 
}

.coordonnee {
  margin-top: 0; 
}

#sectionBlanche .margin-left {
  margin: 20px 0; 
}

input {
  width: 100%;
  padding: 10px 20px;
  font-family: 'Montserrat', sans-serif; 
}

textarea {
  padding: 15px 20px;
  width: 100%;
  font-family: 'Montserrat', sans-serif; 
}

button {
  width: 100%;
  font-family: 'Montserrat', sans-serif; 
}

.row {
  margin-bottom: 10px; 
}

.contact-info h4 {
  padding-bottom: 7px; 
}
.contact-info p {
  margin: 0;
  margin-bottom: 7px; 
}

form input, form textarea {
  border: 0;
  border-bottom: 3px solid #5cbfe9;
  outline: none;
  font-size: 14px;
  background: #e9f5fb;
  color: #262262;
  border-radius: 0;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s; 
}
form input:focus, form textarea:focus {
  border-color: #262262; 
}
form input::placeholder, form textarea::placeholder {
  /* Most modern browsers support this now. */
  color: #262262; 
}

footer {
  background-color: #262262;
  display: inline-block;
  width: 100%;
  color: #fff; 
}
footer #infoFooter {
  padding: 25px 0;
  font-size: 18px; 
}
footer #infoFooter strong {
  color: #ffffff; 
}
footer ul {
  list-style-type: none;
  margin-top: 21px;
  padding: 0; 
}
footer li {
  display: inline-block;
  font-weight: bolder;
  padding: 0 10px !important; 
}
footer a {
  color: #fff;
  text-decoration: none; 
}

.conteneurBouton {
  display: block; 
}

#copyrights {
  background-color: #0c1744;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 300; 
}
#copyrights a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; 
}
#copyrights a:hover {
  color: #5cbfe9;
  border-color: #5cbfe9; 
}

footer .menu-link {
  color: #ffffff;
  padding: 10px 8px; 
}
footer .menu-link:after {
  background-color: #ffffff; 
}

/*
_________ __            .___.__                                      __  .__  _____               .__                 
/   _____//  |_ __ __  __| _/|__| ____     ___________   ____ _____ _/  |_|__|/ ____\   ____  ____ |  |   ____   ____  
\_____  \   __\  |  \/ __ | |  |/  _ \  _/ ___\_  __ \_/ __ \__  \   __\  \   __\  _/ ___\/  _ \|  |  /  _ \_/ ___\ 
/        \|  | |  |  / /_/ | |  (  <_> ) \  \___|  | \/\  ___/ / __ \|  | |  ||  |    \  \__(  <_> )  |_(  <_> )  \___ 
/_______  /|__| |____/\____ | |__|\____/   \___  >__|    \___  >____  /__| |__||__|     \___  >____/|____/\____/ \___  >
\/                 \/                  \/            \/     \/                      \/                       \/ 
*/
/*
_________                 __                  
\_   ___ \ __ __  _______/  |_  ____   _____  
/    \  \/|  |  \/  ___/\   __\/  _ \ /     \ 
\     \___|  |  /\___ \  |  | (  <_> )  Y Y  \
\______  /____//____  > |__|  \____/|__|_|  /
\/           \/                    \/*/
/*
________      .__    .___
/  _____/______|__| __| _/
/   \  __\_  __ \  |/ __ | 
\    \_\  \  | \/  / /_/ | 
\______  /__|  |__\____ | 
\/              \/  */
.innerWrap {
  display: inline-block;
  width: 100%; 
}

.b1-show,
.b2-show,
.b3-show,
.b4-show,
.m-show,
.th-show,
.tv-show {
  display: none; 
}

.white {
  color: #fff; 
}

.black {
  color: #000; 
}

.grey {
  color: #58585A; 
}

.fs-reset,
.resetFontSize {
  font-size: 1em; 
}

.fw-100,
.fw-thin {
  font-weight: 100; 
}

.fw-200,
.fw-ultralight {
  font-weight: 200; 
}

.fw-300,
.fw-light {
  font-weight: 300; 
}

.fw-400,
.fw-book,
.fw-regular {
  font-weight: 400; 
}

.fw-500,
.fw-medium {
  font-weight: 500; 
}

.fw-600,
.fw-semibold {
  font-weight: 600; 
}

.fw-700,
.fw-bold {
  font-weight: 700; 
}

.fw-800,
.fw-extrabold {
  font-weight: 800; 
}

.fw-900,
.fw-black {
  font-weight: 900; 
}

.filler {
  min-height: 1px; 
}

.uppercase {
  text-transform: uppercase; 
}

.underline {
  text-decoration: underline; 
}

.nowrap {
  white-space: nowrap; 
}

.left {
  text-align: left !important; 
}

.right {
  text-align: right !important; 
}

.center {
  text-align: center !important; 
}

.bg-left {
  background-position: left !important; 
}

.bg-right {
  background-position: right !important; 
}

.bg-top {
  background-position: top !important; 
}

.bg-bottom {
  background-position: bottom !important; 
}

.bg-center {
  background-position: center !important; 
}

.no-pad {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important; 
}

.no-pad-v {
  padding-top: 0 !important;
  padding-bottom: 0 !important; 
}

.no-pad-h {
  padding-left: 0 !important;
  padding-right: 0 !important; 
}

.no-pad-t {
  padding-top: 0 !important; 
}

.no-pad-b {
  padding-bottom: 0 !important; 
}

.no-pad-l {
  padding-left: 0 !important; 
}

.no-pad-r {
  padding-right: 0 !important; 
}

.no-mar {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important; 
}

.no-mar-v {
  margin-top: 0 !important;
  margin-bottom: 0 !important; 
}

.no-mar-h {
  margin-left: 0 !important;
  margin-right: 0 !important; 
}

.no-mar-t {
  margin-top: 0 !important; 
}

.no-mar-b {
  margin-bottom: 0 !important; 
}

.no-mar-l {
  margin-left: 0 !important; 
}

.no-mar-r {
  margin-right: 0 !important; 
}

.no-mar-last:last-child {
  margin-bottom: 0 !important; 
}

.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; 
}

.fliph {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
  -ms-filter: "FlipH"; 
}

.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-filter: FlipV;
  filter: FlipV;
  -ms-filter: "FlipV"; 
}

.rotate90 {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); 
}

.rotate180 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); 
}

.rotate270 {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); 
}

.vcenter {
  box-sizing: border-box;
  padding-top: 0 !important;
  padding-bottom: 0 !important; 
}

.vcenter section {
  height: 100%; 
}

.vcenter .container {
  display: table;
  width: 100%;
  height: 100%; 
}

.vcenter .container-int {
  display: table-cell !important;
  vertical-align: middle; 
}

.w-full {
  width: 100%; 
}

.w-25 {
  width: 25%; 
}

.w-50 {
  width: 50%; 
}

.w-75 {
  width: 75%; 
}

.w-third {
  width: 33.33%; 
}

.col {
  box-sizing: border-box;
  position: relative;
  float: left;
  vertical-align: top; 
}

body.debugon .col {
  background: #CF6 !important;
  background-clip: content-box !important;
  border: 1px solid #0FF !important; 
}

.col-group {
  font-size: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important; 
}

.d-right {
  text-align: right !important; 
}

.d-center {
  text-align: center !important; 
}

.d-1-2 {
  width: 50%; 
}

.d-2-2 {
  width: 100%; 
}

.d-1-3 {
  width: 33.33%; 
}

.d-2-3 {
  width: 66.66%; 
}

.d-3-3 {
  width: 100%; 
}

.d-1-4 {
  width: 25%; 
}

.d-2-4 {
  width: 50%; 
}

.d-3-4 {
  width: 75%; 
}

.d-4-4 {
  width: 100%; 
}

.d-1-5 {
  width: 20%; 
}

.d-2-5 {
  width: 40%; 
}

.d-3-5 {
  width: 60%; 
}

.d-4-5 {
  width: 80%; 
}

.d-5-5 {
  width: 100%; 
}

.d-1-6 {
  width: 16.66%; 
}

.d-2-6 {
  width: 33.32%; 
}

.d-3-6 {
  width: 50%; 
}

.d-4-6 {
  width: 66.66%; 
}

.d-5-6 {
  width: 83.32%; 
}

.d-6-6 {
  width: 100%; 
}

.d-1-7 {
  width: 14.28%; 
}

.d-2-7 {
  width: 28.56%; 
}

.d-3-7 {
  width: 42.84%; 
}

.d-4-7 {
  width: 57.12%; 
}

.d-5-7 {
  width: 71.40%; 
}

.d-6-7 {
  width: 85.68%; 
}

.d-7-7 {
  width: 100%; 
}

.d-1-8 {
  width: 12.5%; 
}

.d-2-8 {
  width: 25%; 
}

.d-3-8 {
  width: 37.5%; 
}

.d-4-8 {
  width: 50%; 
}

.d-5-8 {
  width: 62.5%; 
}

.d-6-8 {
  width: 75%; 
}

.d-7-8 {
  width: 87.5%; 
}

.d-8-8 {
  width: 100%; 
}

.d-full {
  width: 100%; 
}

.nogutter .col {
  padding: 0 0 !important; 
}

@media screen and (max-width: 1910px) {
  .b1-1-2 {
    width: 50% !important; 
  }

  .b1-2-2 {
    width: 100% !important; 
  }

  .b1-1-3 {
    width: 33.33% !important; 
  }

  .b1-2-3 {
    width: 66.66% !important; 
  }

  .b1-3-3 {
    width: 100% !important; 
  }

  .b1-1-4 {
    width: 25% !important; 
  }

  .b1-2-4 {
    width: 50% !important; 
  }

  .b1-3-4 {
    width: 75% !important; 
  }

  .b1-4-4 {
    width: 100% !important; 
  }

  .b1-1-5 {
    width: 20% !important; 
  }

  .b1-2-5 {
    width: 40% !important; 
  }

  .b1-3-5 {
    width: 60% !important; 
  }

  .b1-4-5 {
    width: 80% !important; 
  }

  .b1-5-5 {
    width: 100% !important; 
  }

  .b1-1-6 {
    width: 16.66% !important; 
  }

  .b1-2-6 {
    width: 33.32% !important; 
  }

  .b1-3-6 {
    width: 50% !important; 
  }

  .b1-4-6 {
    width: 66.66% !important; 
  }

  .b1-5-6 {
    width: 83.32% !important; 
  }

  .b1-6-6 {
    width: 100% !important; 
  }

  .b1-1-7 {
    width: 14.28% !important; 
  }

  .b1-2-7 {
    width: 28.56% !important; 
  }

  .b1-3-7 {
    width: 42.84% !important; 
  }

  .b1-4-7 {
    width: 57.12% !important; 
  }

  .b1-5-7 {
    width: 71.40% !important; 
  }

  .b1-6-7 {
    width: 85.68% !important; 
  }

  .b1-7-7 {
    width: 100% !important; 
  }

  .b1-1-8 {
    width: 12.5% !important; 
  }

  .b1-2-8 {
    width: 25% !important; 
  }

  .b1-3-8 {
    width: 37.5% !important; 
  }

  .b1-4-8 {
    width: 50% !important; 
  }

  .b1-5-8 {
    width: 62.5% !important; 
  }

  .b1-6-8 {
    width: 75% !important; 
  }

  .b1-7-8 {
    width: 87.5% !important; 
  }

  .b1-8-8 {
    width: 100% !important; 
  }

  .b1-full {
    width: 100% !important; 
  }

  .b1-hide {
    display: none !important; 
  }

  .b1-show.b {
    display: block; 
  }

  .b1-show.ib {
    display: inline-block; 
  }

  .b1-left {
    text-align: left !important; 
  }

  .b1-right {
    text-align: right !important; 
  }

  .b1-center {
    text-align: center !important; 
  }

  .b1-no-mar {
    margin: 0 !important; 
  } 
}
@media screen and (max-width: 1680px) {

  .wrap {
    width: 85% !important;

  }



  .b2-1-2 {
    width: 50% !important; 
  }

  .b2-2-2 {
    width: 100% !important; 
  }

  .b2-1-3 {
    width: 33.33% !important; 
  }

  .b2-2-3 {
    width: 66.66% !important; 
  }

  .b2-3-3 {
    width: 100% !important; 
  }

  .b2-1-4 {
    width: 25% !important; 
  }

  .b2-2-4 {
    width: 50% !important; 
  }

  .b2-3-4 {
    width: 75% !important; 
  }

  .b2-4-4 {
    width: 100% !important; 
  }

  .b2-1-5 {
    width: 20% !important; 
  }

  .b2-2-5 {
    width: 40% !important; 
  }

  .b2-3-5 {
    width: 60% !important; 
  }

  .b2-4-5 {
    width: 80% !important; 
  }

  .b2-5-5 {
    width: 100% !important; 
  }

  .b2-1-6 {
    width: 16.66% !important; 
  }

  .b2-2-6 {
    width: 33.32% !important; 
  }

  .b2-3-6 {
    width: 50% !important; 
  }

  .b2-4-6 {
    width: 66.66% !important; 
  }

  .b2-5-6 {
    width: 83.32% !important; 
  }

  .b2-6-6 {
    width: 100% !important; 
  }

  .b2-1-7 {
    width: 14.28% !important; 
  }

  .b2-2-7 {
    width: 28.56% !important; 
  }

  .b2-3-7 {
    width: 42.84% !important; 
  }

  .b2-4-7 {
    width: 57.12% !important; 
  }

  .b2-5-7 {
    width: 71.40% !important; 
  }

  .b2-6-7 {
    width: 85.68% !important; 
  }

  .b2-7-7 {
    width: 100% !important; 
  }

  .b2-1-8 {
    width: 12.5% !important; 
  }

  .b2-2-8 {
    width: 25% !important; 
  }

  .b2-3-8 {
    width: 37.5% !important; 
  }

  .b2-4-8 {
    width: 50% !important; 
  }

  .b2-5-8 {
    width: 62.5% !important; 
  }

  .b2-6-8 {
    width: 75% !important; 
  }

  .b2-7-8 {
    width: 87.5% !important; 
  }

  .b2-8-8 {
    width: 100% !important; 
  }

  .b2-full {
    width: 100% !important; 
  }

  .b2-hide {
    display: none !important; 
  }

  .b2-show.b {
    display: block; 
  }

  .b2-show.ib {
    display: inline-block; 
  }

  .b2-left {
    text-align: left !important; 
  }

  .b2-right {
    text-align: right !important; 
  }

  .b2-center {
    text-align: center !important; 
  }

  .b2-no-mar {
    margin: 0 !important; 
  } 
}
@media screen and (max-width: 1440px) {
  .b3-1-2 {
    width: 50% !important; 
  }

  .b3-2-2 {
    width: 100% !important; 
  }

  .b3-1-3 {
    width: 33.33% !important; 
  }

  .b3-2-3 {
    width: 66.66% !important; 
  }

  .b3-3-3 {
    width: 100% !important; 
  }

  .b3-1-4 {
    width: 25% !important; 
  }

  .b3-2-4 {
    width: 50% !important; 
  }

  .b3-3-4 {
    width: 75% !important; 
  }

  .b3-4-4 {
    width: 100% !important; 
  }

  .b3-1-5 {
    width: 20% !important; 
  }

  .b3-2-5 {
    width: 40% !important; 
  }

  .b3-3-5 {
    width: 60% !important; 
  }

  .b3-4-5 {
    width: 80% !important; 
  }

  .b3-5-5 {
    width: 100% !important; 
  }

  .b3-1-6 {
    width: 16.66% !important; 
  }

  .b3-2-6 {
    width: 33.32% !important; 
  }

  .b3-3-6 {
    width: 50% !important; 
  }

  .b3-4-6 {
    width: 66.66% !important; 
  }

  .b3-5-6 {
    width: 83.32% !important; 
  }

  .b3-6-6 {
    width: 100% !important; 
  }

  .b3-1-7 {
    width: 14.28% !important; 
  }

  .b3-2-7 {
    width: 28.56% !important; 
  }

  .b3-3-7 {
    width: 42.84% !important; 
  }

  .b3-4-7 {
    width: 57.12% !important; 
  }

  .b3-5-7 {
    width: 71.40% !important; 
  }

  .b3-6-7 {
    width: 85.68% !important; 
  }

  .b3-7-7 {
    width: 100% !important; 
  }

  .b3-1-8 {
    width: 12.5% !important; 
  }

  .b3-2-8 {
    width: 25% !important; 
  }

  .b3-3-8 {
    width: 37.5% !important; 
  }

  .b3-4-8 {
    width: 50% !important; 
  }

  .b3-5-8 {
    width: 62.5% !important; 
  }

  .b3-6-8 {
    width: 75% !important; 
  }

  .b3-7-8 {
    width: 87.5% !important; 
  }

  .b3-8-8 {
    width: 100% !important; 
  }

  .b3-full {
    width: 100% !important; 
  }

  .b3-hide {
    display: none !important; 
  }

  .b3-show.b {
    display: block; 
  }

  .b3-show.ib {
    display: inline-block; 
  }

  .b3-left {
    text-align: left !important; 
  }

  .b3-right {
    text-align: right !important; 
  }

  .b3-center {
    text-align: center !important; 
  }

  .b3-no-mar {
    margin: 0 !important; 
  } 
}
@media screen and (max-width: 1280px) {
  .b4-1-2 {
    width: 50% !important; 
  }

  .b4-2-2 {
    width: 100% !important; 
  }

  .b4-1-3 {
    width: 33.33% !important; 
  }

  .b4-2-3 {
    width: 66.66% !important; 
  }

  .b4-3-3 {
    width: 100% !important; 
  }

  .b4-1-4 {
    width: 25% !important; 
  }

  .b4-2-4 {
    width: 50% !important; 
  }

  .b4-3-4 {
    width: 75% !important; 
  }

  .b4-4-4 {
    width: 100% !important; 
  }

  .b4-1-5 {
    width: 20% !important; 
  }

  .b4-2-5 {
    width: 40% !important; 
  }

  .b4-3-5 {
    width: 60% !important; 
  }

  .b4-4-5 {
    width: 80% !important; 
  }

  .b4-5-5 {
    width: 100% !important; 
  }

  .b4-1-6 {
    width: 16.66% !important; 
  }

  .b4-2-6 {
    width: 33.32% !important; 
  }

  .b4-3-6 {
    width: 50% !important; 
  }

  .b4-4-6 {
    width: 66.66% !important; 
  }

  .b4-5-6 {
    width: 83.32% !important; 
  }

  .b4-6-6 {
    width: 100% !important; 
  }

  .b4-1-7 {
    width: 14.28% !important; 
  }

  .b4-2-7 {
    width: 28.56% !important; 
  }

  .b4-3-7 {
    width: 42.84% !important; 
  }

  .b4-4-7 {
    width: 57.12% !important; 
  }

  .b4-5-7 {
    width: 71.40% !important; 
  }

  .b4-6-7 {
    width: 85.68% !important; 
  }

  .b4-7-7 {
    width: 100% !important; 
  }

  .b4-1-8 {
    width: 12.5% !important; 
  }

  .b4-2-8 {
    width: 25% !important; 
  }

  .b4-3-8 {
    width: 37.5% !important; 
  }

  .b4-4-8 {
    width: 50% !important; 
  }

  .b4-5-8 {
    width: 62.5% !important; 
  }

  .b4-6-8 {
    width: 75% !important; 
  }

  .b4-7-8 {
    width: 87.5% !important; 
  }

  .b4-8-8 {
    width: 100% !important; 
  }

  .b4-full {
    width: 100% !important; 
  }

  .b4-hide {
    display: none !important; 
  }

  .b4-show.b {
    display: block; 
  }

  .b4-show.ib {
    display: inline-block; 
  }

  .b4-left {
    text-align: left !important; 
  }

  .b4-right {
    text-align: right !important; 
  }

  .b4-center {
    text-align: center !important; 
  }

  .b4-no-mar {
    margin: 0 !important; 
  } 
}
@media screen and (max-width: 1024px) {
  .th-1-2 {
    width: 50% !important; 
  }

  .th-2-2 {
    width: 100% !important; 
  }

  .th-1-3 {
    width: 33.33% !important; 
  }

  .th-2-3 {
    width: 66.66% !important; 
  }

  .th-3-3 {
    width: 100% !important; 
  }

  .th-1-4 {
    width: 25% !important; 
  }

  .th-2-4 {
    width: 50% !important; 
  }

  .th-3-4 {
    width: 75% !important; 
  }

  .th-4-4 {
    width: 100% !important; 
  }

  .th-1-5 {
    width: 20% !important; 
  }

  .th-2-5 {
    width: 40% !important; 
  }

  .th-3-5 {
    width: 60% !important; 
  }

  .th-4-5 {
    width: 80% !important; 
  }

  .th-5-5 {
    width: 100% !important; 
  }

  .th-1-6 {
    width: 16.66% !important; 
  }

  .th-2-6 {
    width: 33.32% !important; 
  }

  .th-3-6 {
    width: 50% !important; 
  }

  .th-4-6 {
    width: 66.66% !important; 
  }

  .th-5-6 {
    width: 83.32% !important; 
  }

  .th-6-6 {
    width: 100% !important; 
  }

  .th-1-7 {
    width: 14.28% !important; 
  }

  .th-2-7 {
    width: 28.56% !important; 
  }

  .th-3-7 {
    width: 42.84% !important; 
  }

  .th-4-7 {
    width: 57.12% !important; 
  }

  .th-5-7 {
    width: 71.40% !important; 
  }

  .th-6-7 {
    width: 85.68% !important; 
  }

  .th-7-7 {
    width: 100% !important; 
  }

  .th-1-8 {
    width: 12.5% !important; 
  }

  .th-2-8 {
    width: 25% !important; 
  }

  .th-3-8 {
    width: 37.5% !important; 
  }

  .th-4-8 {
    width: 50% !important; 
  }

  .th-5-8 {
    width: 62.5% !important; 
  }

  .th-6-8 {
    width: 75% !important; 
  }

  .th-7-8 {
    width: 87.5% !important; 
  }

  .th-8-8 {
    width: 100% !important; 
  }

  .th-full {
    width: 100% !important; 
  }

  .th-hide {
    display: none !important; 
  }

  .th-show.b {
    display: block; 
  }

  .th-show.ib {
    display: inline-block !important; 
  }

  .th-left {
    text-align: left !important; 
  }

  .th-right {
    text-align: right !important; 
  }

  .th-center {
    text-align: center !important; 
  }

  .th-bg-left {
    background-position: left !important; 
  }

  .th-bg-right {
    background-position: right !important; 
  }

  .th-bg-top {
    background-position: top !important; 
  }

  .th-bg-bottom {
    background-position: bottom !important; 
  }

  .th-bg-center {
    background-position: center !important; 
  }

  .th-no-mar {
    margin: 0 !important; 
  } 
}
@media screen and (max-width: 768px) {
  .tv-1-2 {
    width: 50% !important; 
  }

  .tv-2-2 {
    width: 100% !important; 
  }

  .tv-1-3 {
    width: 33.33% !important; 
  }

  .tv-2-3 {
    width: 66.66% !important; 
  }

  .tv-3-3 {
    width: 100% !important; 
  }

  .tv-1-4 {
    width: 25% !important; 
  }

  .tv-2-4 {
    width: 50% !important; 
  }

  .tv-3-4 {
    width: 75% !important; 
  }

  .tv-4-4 {
    width: 100% !important; 
  }

  .tv-1-5 {
    width: 20% !important; 
  }

  .tv-2-5 {
    width: 40% !important; 
  }

  .tv-3-5 {
    width: 60% !important; 
  }

  .tv-4-5 {
    width: 80% !important; 
  }

  .tv-5-5 {
    width: 100% !important; 
  }

  .tv-1-6 {
    width: 16.66% !important; 
  }

  .tv-2-6 {
    width: 33.32% !important; 
  }

  .tv-3-6 {
    width: 50% !important; 
  }

  .tv-4-6 {
    width: 66.66% !important; 
  }

  .tv-5-6 {
    width: 83.32% !important; 
  }

  .tv-6-6 {
    width: 100% !important; 
  }

  .tv-1-7 {
    width: 14.28% !important; 
  }

  .tv-2-7 {
    width: 28.56% !important; 
  }

  .tv-3-7 {
    width: 42.84% !important; 
  }

  .tv-4-7 {
    width: 57.12% !important; 
  }

  .tv-5-7 {
    width: 71.40% !important; 
  }

  .tv-6-7 {
    width: 85.68% !important; 
  }

  .tv-7-7 {
    width: 100% !important; 
  }

  .tv-1-8 {
    width: 12.5% !important; 
  }

  .tv-2-8 {
    width: 25% !important; 
  }

  .tv-3-8 {
    width: 37.5% !important; 
  }

  .tv-4-8 {
    width: 50% !important; 
  }

  .tv-5-8 {
    width: 62.5% !important; 
  }

  .tv-6-8 {
    width: 75% !important; 
  }

  .tv-7-8 {
    width: 87.5% !important; 
  }

  .tv-8-8 {
    width: 100% !important; 
  }

  .tv-full {
    width: 100% !important; 
  }

  .tv-hide {
    display: none !important; 
  }

  .tv-show.b {
    display: block; 
  }

  .tv-show.ib {
    display: inline-block; 
  }

  .tv-left {
    text-align: left !important; 
  }

  .tv-right {
    text-align: right !important; 
  }

  .tv-center {
    text-align: center !important; 
  }

  .tv-bg-left {
    background-position: left !important; 
  }

  .tv-bg-right {
    background-position: right !important; 
  }

  .tv-bg-top {
    background-position: top !important; 
  }

  .tv-bg-bottom {
    background-position: bottom !important; 
  }

  .tv-bg-center {
    background-position: center !important; 
  }

  .tv-no-mar {
    margin: 0 !important; 
  } 
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  body {
    font-size: 13px;

  }
  .mobile-menu .top-link {
    position: absolute;
    bottom: 60px !important;
    width: 300px; 
  }

  .bgasavoir {
    display: none;

  }

  #twoBtn > a {
    margin-bottom: 10px;
  }

  .mobile-menu ul li a {
    font-size: 20px;

  }
  .m-1-2 {
    width: 50% !important; 
  }

  .m-2-2 {
    width: 100% !important; 
  }

  .m-1-3 {
    width: 33.33% !important; 
  }

  .m-2-3 {
    width: 66.66% !important; 
  }

  .m-3-3 {
    width: 100% !important; 
  }

  .m-1-4 {
    width: 25% !important; 
  }

  .m-2-4 {
    width: 50% !important; 
  }

  .m-3-4 {
    width: 75% !important; 
  }

  .m-4-4 {
    width: 100% !important; 
  }

  .m-1-5 {
    width: 20% !important; 
  }

  .m-2-5 {
    width: 40% !important; 
  }

  .m-3-5 {
    width: 60% !important; 
  }

  .m-4-5 {
    width: 80% !important; 
  }

  .m-5-5 {
    width: 100% !important; 
  }

  .m-1-6 {
    width: 16.66% !important; 
  }

  .m-2-6 {
    width: 33.32% !important; 
  }

  .m-3-6 {
    width: 50% !important; 
  }

  .m-4-6 {
    width: 66.66% !important; 
  }

  .m-5-6 {
    width: 83.32% !important; 
  }

  .m-6-6 {
    width: 100% !important; 
  }

  .m-1-7 {
    width: 14.28% !important; 
  }

  .m-2-7 {
    width: 28.56% !important; 
  }

  .m-3-7 {
    width: 42.84% !important; 
  }

  .m-4-7 {
    width: 57.12% !important; 
  }

  .m-5-7 {
    width: 71.40% !important; 
  }

  .m-6-7 {
    width: 85.68% !important; 
  }

  .m-7-7 {
    width: 100% !important; 
  }

  .m-1-8 {
    width: 12.5% !important; 
  }

  .m-2-8 {
    width: 25% !important; 
  }

  .m-3-8 {
    width: 37.5% !important; 
  }

  .m-4-8 {
    width: 50% !important; 
  }

  .m-5-8 {
    width: 62.5% !important; 
  }

  .m-6-8 {
    width: 75% !important; 
  }

  .m-7-8 {
    width: 87.5% !important; 
  }

  .m-8-8 {
    width: 100% !important; 
  }

  .m-full {
    width: 100% !important; 
  }

  .m-hide {
    display: none !important; 
  }

  .m-show.b {
    display: block; 
  }

  .m-show.ib {
    display: inline-block; 
  }

  .m-left {
    text-align: left !important; 
  }

  .m-right {
    text-align: right !important; 
  }

  .m-center {
    text-align: center !important; 
  }

  .m-bg-left {
    background-position: left !important; 
  }

  .m-bg-right {
    background-position: right !important; 
  }

  .m-bg-top {
    background-position: top !important; 
  }

  .m-bg-bottom {
    background-position: bottom !important; 
  }

  .m-bg-center {
    background-position: center !important; 
  }

  .m-no-mar {
    margin: 0 !important; 
  } 
}
/*   _____             .___.__         ________                             .__
/     \   ____   __| _/|__|____    \_____  \  __ __   __________________|__| ____   ______
/  \ /  \_/ __ \ / __ | |  \__  \    /  / \  \|  |  \_/ __ \_  __ \_  __ \  |/ __ \ /  ___/
/    Y    \  ___// /_/ | |  |/ __ \_ /   \_/.  \  |  /\  ___/|  | \/|  | \/  \  ___/ \___ \ 
\____|__  /\___  >____ | |__(____  / \_____\ \_/____/  \___  >__|   |__|  |__|\___  >____  >
\/     \/     \/         \/         \__>           \/                     \/     \/*/

@media screen and (max-width: 1420px) {

  header .wrap {
    width: 90% !important;
  }

  .menu-link {
    font-size: 16px;
    padding: 10px 10px;
  }
}

@media screen and (max-width: 1200px) {

  header .wrap {
    width: 90% !important;
  }

  .menu-link {
    font-size: 14px;
    padding: 10px 7px;
  }
}

@media screen and (max-width: 1024px) {

  #premiereRange .slick-prev, #premiereRange .slick-next {
    top: 50% !important;
  }

  #premiereRange {
    height: auto !important;
  }

  .slick-prev {
    left: 45px; 
  }

  .slick-next {
    right: 45px; 
  }

  #menu ul {
    display: none; 
  }

  .mobile-nav-button {
    display: inline-block; 
  }

  .rightHeader {
    width: 60% !important;
  }

  .leftHeader {
    width: 27% !important;
  }

  .mobile-menu {
    left: -59%;
}

  .mobile-menu .top-link {
    position: absolute;
    bottom: 60px;
    width: 300px;
    left: 50%;
    transform: translateX(-50%); 
  }

  .mobile-menu .top-link > a{
    margin-bottom: 8px;
  }

  .mobile-menu .top-link .top-bar-link:first-child {
    margin-right: 0; 
  }

  .flexContainer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  #home .secondDiv {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  #home .firstDiv {
    /*display: none; */
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  } 

  .logo img {
    max-width: initial;
  }

  #sectionBleu, #sectionBlanche {
    padding: 50px 0; 
  }

  .wrap {
    padding: 0 30px; 

  }

  .menu-link {
    font-size: 14px;
    padding: 10px 12px; 

  }

  img {
    max-width: 100%;
  }

  .bgTerrainsInnocupes, .bgLeLac, .bgLocalisation, .bgNormes, .bgContact {
    background-image: none; 

  }

  .featherlight .featherlight-content {
    margin-left: 20px !important;
    margin-right: 20px !important; 

  }

  .fiche img {
    width: 100%;

  }
  .fiche .firstRow-m {
    padding: 28px 17px; 

  }
  .fiche .filer-m {
    display: none; 

  }

  #premiereRange .infoHalf {
    padding: 70px 40px 50px;
    max-width: none; 

  }
  #premiereRange .infoHalf p {
    margin: 25px 0; 

  }
  #premiereRange .infoHalf hr {
    margin: 20px auto;

  }

  #pageLeLac .firstDiv {
    padding: 50px 30px 50px 0; 

  }
}

@media screen and (max-width: 860px) {
  .menu-link {
    font-size: 13px;
    padding: 10px 9px;

  }
}

@media screen and (max-width: 768px) {

  .wrap {
    padding: 0 15px; 
  }

  header .wrap {
    padding: 0; 
  }

  h2:not(.pageTitle) {
    text-align: center; 
  }

  .fiche {
    max-width: 80vw;
    margin: 0 auto;
    float: none;
    margin-bottom: 80px; 
  }
  .fiche .filer {
    display: none; 
  }
  .fiche .innerTerrain {
    padding: 28px 17px; 
  }

  .filer {
    display: none; 
  }

  .paddingLeft {
    padding-left: 0; 
  }

  .paddingRight {
    padding-right: 0; 
  }

  #menu {
    height: 57px; 
  }

  .logo img {
    left: 10px;
    z-index: 10;
    height: auto;
  }

  .top-bar .top-bar-link {
    display: none; 
  }



  #banner h1 {
    font-size: 36px;
    line-height: 40px;
    margin: 0 20px;
    padding-bottom: 15px; 
  }

  #infoBanner .btn {
    margin: 0 20px; 
  }

  .infoHalf hr {
    margin: 20px auto; 
  }

  .insideThird {
    margin-top: 40px; 
  }
  .insideThird.topThird {
    margin-top: 40px; 
  }
  .insideThird.firstThird {
    margin-top: 0; 
  }

  footer #infoFooter {
    font-size: 16px; 
  }
  footer .menu-link {
    font-weight: 500; 
  }
  footer #copyrights a {
    font-weight: 500; 
  }

  .contact-info {
    padding-bottom: 80px; 
  } 
}

/*# sourceMappingURL=main.css.map */
