/** END FONCTIONS **/
body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.conteneur {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.sidebar-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 90;
  opacity: 0.2;
  background-color: #000;
}
#main {
  padding-top: 75px;
  overflow: hidden;
}
#main p {
  font-size: 1.0625em;
  line-height: 1.5625em;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
div,
li,
span {
  font-family: 'Sofia Pro', sans-serif;
  color: #413B30;
}
a {
  text-decoration: none;
}
/** HEADER **/
/* preloader */
@keyframes rotate-loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#preloader {
  text-align: center;
  width: 100%;
  top: 52px;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 99;
  background: #fff;
}
#preloader > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation: rotate-loader 500ms infinite linear;
  -moz-animation: rotate-loader 500ms infinite linear;
  -ms-animation: rotate-loader 500ms infinite linear;
  -o-animation: rotate-loader 500ms infinite linear;
}
#preloader > span > span {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  border: 2px solid #A7BA0E;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
}
/* end preloader */
/* MENU */
/*MENU MOBILE*/
header#masthead #reseaux_sociaux {
  position: absolute;
  top: 0;
  right: 75px;
  display: flex;
  z-index: 10;
}
header#masthead #reseaux_sociaux a {
  line-height: 75px;
  height: 75px;
  overflow: hidden;
  font-size: 0;
  width: 30px;
  color: #A7BA0E;
  text-align: center;
}
header#masthead #reseaux_sociaux a:before {
  font-size: 18px;
}
header#masthead #reseaux_sociaux a.linkedin-rs {
  background: url(../images/picto-linkedin.png) center center no-repeat;
  background-size: 18px 18px;
}
header#masthead #reseaux_sociaux a.linkedin-rs:hover {
  background: url(../images/picto-linkedin-survol.png) center center no-repeat;
  background-size: 18px 18px;
}
header#masthead.mobile {
  height: 75px;
  position: relative;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}
header#masthead.mobile #logo {
  z-index: 10;
  display: inline-block;
  position: absolute;
  background-color: #ffffff;
}
header#masthead.mobile #logo a {
  display: block;
  padding: 10px 5px;
}
header#masthead.mobile #logo img {
  width: 150px;
  box-sizing: content-box;
  z-index: 10;
}
header#masthead.mobile .contacts {
  margin-top: 15px;
  transform: translateY(-50px);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition-delay: 0.3s;
  opacity: 0;
}
header#masthead.mobile .contacts a {
  display: block;
  text-transform: uppercase;
  color: #1EA4A1;
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.2;
}
header#masthead.mobile .contacts a strong {
  color: #A7BA0E;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
}
header#masthead.mobile .btn_toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 75px;
  display: inline-block;
  width: 75px;
  background-image: url(../images/burger.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
  background-size: 35px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
header#masthead.mobile .btn_toggle.close {
  background-image: url(../images/burger-close.jpg);
  background-size: 25px;
  box-shadow: -10px 10px 40px 0 rgba(0, 0, 0, 0.16);
}
header#masthead.mobile .sidebar {
  position: fixed;
  top: 75px;
  right: 0;
  z-index: 100;
  width: 100%;
  max-width: 355px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  box-shadow: -10px 10px 40px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
header#masthead.mobile .sidebar .close {
  position: absolute;
  top: -75px;
  right: 0;
  height: 75px;
  display: inline-block;
  width: 75px;
  background-image: url(../images/burger-close.jpg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
}
header#masthead.mobile .sidebar nav {
  height: 100%;
  overflow: auto;
  opacity: 0;
  transform: translateY(-50px);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition-delay: 0.2s;
}
header#masthead.mobile .sidebar .menu-menu-principal-container {
  height: 100%;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu {
  overflow: auto;
  box-sizing: border-box;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu > .menu-item {
  position: relative;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu > .menu-item:not(:last-of-type) {
  border-bottom: 1px solid #D0D9DE;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu > .menu-item > a,
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu > .menu-item > span {
  padding: 15px 0;
  display: block;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 1.2;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu > .menu-item.menu-item-has-children > a,
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu > .menu-item.menu-item-has-children span {
  padding-right: 50px;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu > .menu-item.menu-item-has-children .sub-menu {
  background: #fff;
  display: none;
  padding-bottom: 30px;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu > .menu-item.menu-item-has-children .sub-menu a,
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu > .menu-item.menu-item-has-children .sub-menu span {
  font-weight: 300;
  font-size: 14px;
  color: #000;
  padding: 10px 0;
  display: block;
  text-transform: uppercase;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu > .menu-item.menu-item-has-children .next {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
}
header#masthead.mobile .sidebar.open {
  opacity: 1;
  visibility: visible;
}
header#masthead.mobile .sidebar.open nav {
  opacity: 1;
  transform: translateX(0);
}
header#masthead.mobile .sidebar.open .contacts {
  opacity: 1;
  transform: translateX(0);
}
/* */
/** END HEADER **/
/** BTNS **/
.btn_center {
  margin: 20px auto;
  text-align: center;
}
.btn_degrade {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.btn_degrade span {
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  padding: 15px 45px 14px 20px;
  position: relative;
  border-left: 2px solid #1EA4A1;
  background: url(../images/fleche-droite-vert.png) center right 10px no-repeat;
  background-size: 20px 22px;
  transition: all 0.25s;
}
.btn_degrade span:before,
.btn_degrade span:after {
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  left: 0;
  width: calc(100% - 80px);
  background: #1ea4a1;
  background: linear-gradient(90deg, #1ea4a1 0%, #a7ba0e 100%);
  z-index: -1;
  transition: all 0.25s;
}
.btn_degrade span:before {
  top: 0;
}
.btn_degrade span:after {
  bottom: 0;
}
.btn_degrade:hover span {
  background-position: center right 0;
  color: #fff;
}
.btn_degrade:hover span:before,
.btn_degrade:hover span:after {
  width: calc(100% - 30px);
  height: 50%;
}
.btn_degrade.transparent span {
  color: #fff;
  background: url(../images/fleche-droite-blanc.png) center right 10px no-repeat;
  background-size: 20px 22px;
}
.btn_degrade.transparent:hover span {
  background-position: center right 0;
}
/** END BTNS **/
/** CONSTRUCTEUR DE PAGE **/
.fl-rich-text a {
  padding: 0 5px;
}
.fl-rich-text .btn-degrade {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.fl-rich-text .btn-degrade a {
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  font-size: 13px;
  padding: 10px 45px 9px 13px;
  position: relative;
  border-left: 2px solid #1EA4A1;
  background: url(../images/fleche-droite-vert.png) center right 10px no-repeat;
  background-size: 20px 22px;
  border-bottom: none;
  color: #413B30;
  transition: all 0.25s;
}
.fl-rich-text .btn-degrade a:before,
.fl-rich-text .btn-degrade a:after {
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  left: 0;
  width: calc(100% - 80px);
  background: #1EA4A1;
  background: linear-gradient(90deg, #1ea4a1 0%, #a7ba0e 100%);
  z-index: -1;
  transition: all 0.25s;
}
.fl-rich-text .btn-degrade a:before {
  top: 0;
}
.fl-rich-text .btn-degrade a:after {
  bottom: 0;
}
.fl-rich-text .btn-degrade:hover a {
  background-position: center right 0;
  color: #fff;
  background-color: transparent;
}
.fl-rich-text .btn-degrade:hover a:before,
.fl-rich-text .btn-degrade:hover a:after {
  width: calc(100% - 30px);
  height: 50%;
}
.fl-rich-text p,
.fl-accordion-content p,
.fl-tabs p,
.fl-rich-text li,
.fl-accordion-content li,
.fl-tabs li,
.fl-rich-text h1,
.fl-accordion-content h1,
.fl-tabs h1,
.fl-rich-text h2,
.fl-accordion-content h2,
.fl-tabs h2,
.fl-rich-text h3,
.fl-accordion-content h3,
.fl-tabs h3,
.fl-rich-text h4,
.fl-accordion-content h4,
.fl-tabs h4,
.fl-rich-text h5,
.fl-accordion-content h5,
.fl-tabs h5,
.fl-rich-text h6,
.fl-accordion-content h6,
.fl-tabs h6 {
  font-size: 17px;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
  margin-bottom: 25px;
}
.fl-rich-text p strong,
.fl-accordion-content p strong,
.fl-tabs p strong,
.fl-rich-text li strong,
.fl-accordion-content li strong,
.fl-tabs li strong,
.fl-rich-text h1 strong,
.fl-accordion-content h1 strong,
.fl-tabs h1 strong,
.fl-rich-text h2 strong,
.fl-accordion-content h2 strong,
.fl-tabs h2 strong,
.fl-rich-text h3 strong,
.fl-accordion-content h3 strong,
.fl-tabs h3 strong,
.fl-rich-text h4 strong,
.fl-accordion-content h4 strong,
.fl-tabs h4 strong,
.fl-rich-text h5 strong,
.fl-accordion-content h5 strong,
.fl-tabs h5 strong,
.fl-rich-text h6 strong,
.fl-accordion-content h6 strong,
.fl-tabs h6 strong {
  font-weight: bold;
}
.fl-rich-text p a,
.fl-accordion-content p a,
.fl-tabs p a,
.fl-rich-text li a,
.fl-accordion-content li a,
.fl-tabs li a,
.fl-rich-text h1 a,
.fl-accordion-content h1 a,
.fl-tabs h1 a,
.fl-rich-text h2 a,
.fl-accordion-content h2 a,
.fl-tabs h2 a,
.fl-rich-text h3 a,
.fl-accordion-content h3 a,
.fl-tabs h3 a,
.fl-rich-text h4 a,
.fl-accordion-content h4 a,
.fl-tabs h4 a,
.fl-rich-text h5 a,
.fl-accordion-content h5 a,
.fl-tabs h5 a,
.fl-rich-text h6 a,
.fl-accordion-content h6 a,
.fl-tabs h6 a {
  font-weight: bold;
  border-bottom: 2px solid;
  color: #A7BA0E;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.fl-rich-text p a:hover,
.fl-accordion-content p a:hover,
.fl-tabs p a:hover,
.fl-rich-text li a:hover,
.fl-accordion-content li a:hover,
.fl-tabs li a:hover,
.fl-rich-text h1 a:hover,
.fl-accordion-content h1 a:hover,
.fl-tabs h1 a:hover,
.fl-rich-text h2 a:hover,
.fl-accordion-content h2 a:hover,
.fl-tabs h2 a:hover,
.fl-rich-text h3 a:hover,
.fl-accordion-content h3 a:hover,
.fl-tabs h3 a:hover,
.fl-rich-text h4 a:hover,
.fl-accordion-content h4 a:hover,
.fl-tabs h4 a:hover,
.fl-rich-text h5 a:hover,
.fl-accordion-content h5 a:hover,
.fl-tabs h5 a:hover,
.fl-rich-text h6 a:hover,
.fl-accordion-content h6 a:hover,
.fl-tabs h6 a:hover {
  background-color: #1EA4A1;
  color: #fff;
}
.fl-rich-text ul,
.fl-accordion-content ul,
.fl-tabs ul {
  margin-bottom: 20px;
}
.fl-rich-text ul li,
.fl-accordion-content ul li,
.fl-tabs ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  line-height: 1.25;
}
.fl-rich-text ul li:last-of-type,
.fl-accordion-content ul li:last-of-type,
.fl-tabs ul li:last-of-type {
  margin-bottom: 0;
}
.fl-rich-text ul li:before,
.fl-accordion-content ul li:before,
.fl-tabs ul li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #A7BA0E;
}
.fl-accordion .fl-accordion-item {
  border: none;
  border-bottom: 1px solid #E3E9ED;
  margin-bottom: 0;
}
.fl-accordion .fl-accordion-item .fl-accordion-button {
  padding: 25px;
}
.fl-accordion .fl-accordion-item .fl-accordion-button a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  outline: none;
  color: #1EA4A1;
}
.fl-accordion .fl-accordion-item .fl-accordion-content {
  padding: 25px;
}
.fl-accordion .fl-accordion-item:not(.fl-accordion-item-active) .fl-accordion-button:hover {
  background-color: #E3E9ED;
}
.fl-accordion .fl-accordion-item.fl-accordion-item-active .fl-accordion-button {
  background-color: #A7BA0E;
}
.fl-accordion .fl-accordion-item.fl-accordion-item-active .fl-accordion-button a {
  color: #ffffff;
}
.fl-accordion .fl-accordion-button-icon-left,
.fl-accordion .fl-accordion-button-icon-right {
  opacity: 1;
}
.fl-tabs .fl-tabs-labels .fl-tabs-label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 20px 25px;
  color: #1EA4A1;
  border: 1px solid #E3E9ED;
  border-bottom: none;
  outline: none;
}
.fl-tabs .fl-tabs-labels .fl-tabs-label:not(.fl-tab-active):hover {
  background-color: #E3E9ED;
}
.fl-tabs .fl-tabs-labels .fl-tabs-label.fl-tab-active {
  color: #fff;
  background-color: #A7BA0E;
  border-color: #A7BA0E;
}
.fl-tabs .fl-tabs-panels {
  border: none;
  border-top: 1px solid #E3E9ED;
  border-bottom: 1px solid #E3E9ED;
}
.fl-tabs .fl-tabs-panel .fl-tabs-label {
  letter-spacing: 3px;
  outline: none;
  padding: 25px;
}
.fl-tabs .fl-tabs-panel .fl-tabs-label span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #66718E;
}
.fl-tabs .fl-tabs-panel .fl-tabs-label.fl-tab-active {
  color: #fff;
  background-color: #A7BA0E;
  border-color: #A7BA0E;
}
.fl-tabs .fl-tabs-panel .fl-tabs-label.fl-tab-active span {
  color: #fff;
}
.fl-tabs .fl-tabs-panel .fl-tabs-panel-content {
  padding: 25px;
}
.cy_citation {
  position: relative;
}
.cy_citation .wrap_img {
  position: absolute;
  width: 115px;
  height: 115px;
  top: -50px;
  left: -169px;
}
.cy_citation .wrap_img:after {
  content: '';
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url(../images/image_citation.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/** END CONSTRUCTEUR DE PAGE **/
#bandeau {
  padding: 20px;
  text-align: center;
}
#bandeau > img {
  object-fit: cover;
  width: min(1000px,100%);
}
#bandeau h1 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
}
#breadcrumbs {
  display: none;
}
#breadcrumbs a {
  color: #000000;
  text-decoration: underline;
}
/** FOOTER **/
/** TERRAIN MAISON **/
#une_offre_maison_terrain {
  padding: 0 20px;
}
#une_offre_maison_terrain .contenu {
  margin-bottom: 30px;
  padding: 0 0px;
}
#une_offre_maison_terrain .btn_center {
  margin-bottom: 30px;
}
/** END TERRAIN MAISON **/
/** PAGES ENFANT **/
.pages_enfant {
  margin: 0 auto 30px auto;
  padding: 0px 20px;
}
.pages_enfant .une_page:not(:last-child) {
  margin-bottom: 25px;
}
.pages_enfant .une_page .visuel {
  height: 150px;
}
.pages_enfant .une_page .contenu {
  margin-top: 15px;
}
.pages_enfant .une_page .contenu .titre {
  display: block;
  margin-bottom: 15px;
  color: #A7BA0E;
}
/** END PAGES ENFANT **/
/** 404 **/
#liens_404 {
  text-align: center;
  margin: 20px auto 0 auto;
}
#liens_404 ul li {
  margin-bottom: 20px;
}
/** END 404 **/
/** FOOTER **/
footer #footer_haut {
  background-color: #413B30;
  padding: 35px 20px;
  text-align: center;
}
footer #footer_haut .titre {
  font-size: 26px;
  color: #ffffff;
  font-weight: 300;
}
footer #footer_haut .titre img {
  width: 197px;
  margin-top: 15px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
footer #footer_haut .texte {
  margin-top: 30px;
}
footer #footer_haut .texte p {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 300;
}
footer #footer_haut .texte p strong {
  color: #A7BA0E;
}
footer #footer_haut .adresses {
  width: 260px;
  margin-right: auto;
  margin-left: auto;
}
footer #footer_haut .adresses li {
  margin-top: 50px;
}
footer #footer_haut .adresses .nom {
  padding: 2px;
  background: linear-gradient(to right, #1EA4A1, #A7BA0E);
  display: inline-block;
  border-radius: 2px;
  margin-bottom: 40px;
  position: relative;
  padding-right: 16px;
}
footer #footer_haut .adresses .nom:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 17px;
  height: 28px;
  background-image: url(../images/panneau.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 17px;
}
footer #footer_haut .adresses .nom:before {
  content: '';
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  width: 2px;
  height: 30px;
  background-color: #66B054;
  margin: 0 auto;
}
footer #footer_haut .adresses .nom span {
  text-transform: uppercase;
  color: #1EA4A1;
  font-weight: bold;
  display: block;
  background-color: #413B30;
  padding: 4px 10px;
  border-radius: 2px;
}
footer #footer_haut .adresses .adresse {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 20px;
}
footer #footer_haut .adresses .adresse p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.3;
}
footer #footer_haut .adresses .tel {
  color: #A7BA0E;
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
}
footer #footer_haut .adresses .tel a {
  display: inline-block;
  color: #A7BA0E;
}
footer #footer_haut .adresses .horaires {
  margin-top: 20px;
}
footer #footer_haut .adresses .horaires p {
  font-size: 13px;
  color: #ffffff;
  line-height: 1.3;
}
footer #footer_haut .liens {
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 50px;
}
footer #footer_haut .liens .lien {
  font-size: 16px;
  color: #ffffff;
  display: block;
  padding: 5px 0;
}
footer #footer_haut .liens .lien:before,
footer #footer_haut .liens .lien:after {
  font-family: Flaticon;
  font-style: normal;
  color: #A7BA0E;
}
footer #footer_haut .liens .lien.left:before {
  content: '\f104';
  margin-right: 20px;
}
footer #footer_haut .liens .lien.right:after {
  content: '\f103';
  margin-left: 20px;
}
footer #footer_bas {
  text-align: center;
  padding: 20px;
}
footer #footer_bas p {
  display: inline-block;
}
footer #footer_bas p,
footer #footer_bas a,
footer #footer_bas span {
  font-size: 13px;
  font-weight: 300;
}
footer #footer_bas a {
  text-decoration: underline;
}
footer #reseaux_sociaux {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer #reseaux_sociaux a {
  line-height: 75px;
  height: 75px;
  overflow: hidden;
  font-size: 0;
  width: 30px;
  color: #A7BA0E;
  text-align: center;
  transition: all 0.25s;
}
footer #reseaux_sociaux a:hover {
  color: #1EA4A1;
}
footer #reseaux_sociaux a:before {
  font-size: 18px;
}
footer #reseaux_sociaux a.linkedin-rs {
  background: url(../images/picto-linkedin.png) center center no-repeat;
  background-size: 18px 18px;
}
footer #reseaux_sociaux a.linkedin-rs:hover {
  background: url(../images/picto-linkedin-survol.png) center center no-repeat;
  background-size: 18px 18px;
}
/** END FOOTER **/
/* Version 360 */
@media (min-width: 360px) {
  header#masthead.mobile #logo a {
    padding: 25px 20px;
  }
}
/* Version 768 */
@media (min-width: 768px) {
  /* HEADER */
  header#masthead #reseaux_sociaux a {
    width: 50px;
  }
  /* END HEADER */
  footer #footer_haut {
    padding-top: 75px;
    padding-bottom: 0;
  }
  footer #footer_haut .titre {
    font-size: 42px;
  }
  footer #footer_haut .texte {
    margin-top: 40px;
  }
  footer #footer_haut .adresses {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 80px;
  }
  footer #footer_haut .adresses li {
    width: 240px;
    margin-top: 0;
  }
  footer #footer_haut .liens {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
  }
  footer .menu-menu-footer-container,
  footer #menu_footer {
    display: inline-block;
  }
  footer #menu_footer li {
    display: inline-block;
    position: relative;
  }
  footer #menu_footer li:not(:last-child) {
    margin-right: 10px;
  }
  footer #menu_footer li:not(:last-child):after {
    content: "-";
    position: absolute;
    right: -10px;
  }
}
/* Version > 1024 */
@media (min-width: 1024px) {
  footer #footer_haut .titre img {
    display: inline-block;
    margin-left: 20px;
    margin-top: 0px;
    transform: translateY(10px);
  }
  footer #footer_haut .liens .lien {
    width: 350px;
    transition: all 0.25s;
  }
  footer #footer_haut .liens .lien:hover {
    color: #A7BA0E;
  }
  footer #footer_haut .liens .lien.left {
    text-align-last: left;
  }
  footer #footer_haut .liens .lien.left:before {
    transition: all 0.25s;
  }
  footer #footer_haut .liens .lien.left:hover:before {
    margin-right: 10px;
  }
  footer #footer_haut .liens .lien.right {
    text-align: right;
  }
  footer #footer_haut .liens .lien.right:after {
    transition: all 0.25s;
  }
  footer #footer_haut .liens .lien.right:hover:after {
    margin-left: 10px;
  }
  footer .content {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Version > 1200 */
@media (min-width: 1200px) {
  /* HEADER */
  header#masthead #reseaux_sociaux {
    left: inherit;
    right: 11px;
  }
  /* HEADER */
  /* CONSTRUCTEUR */
  .fl-rich-text .btn-degrade a {
    font-size: 16px;
    padding: 15px 45px 14px 20px;
  }
  /* CONSTRUCTEUR */
  /**MENU PC**/
  header#masthead {
    background-color: #fff;
    position: fixed;
    z-index: 1001;
    left: 0;
    right: 0;
    height: 80px;
  }
  header#masthead .btn_toggle,
  header#masthead .top,
  header#masthead .next,
  header#masthead .contacts {
    display: none;
  }
  header#masthead #logo a {
    padding: 100px 17px 30px 17px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.25s;
  }
  header#masthead #reseaux_sociaux a {
    line-height: 80px;
    height: 80px;
    width: 40px;
    transition: all 0.25s;
  }
  header#masthead #reseaux_sociaux a:hover {
    color: #1EA4A1;
  }
  header#masthead #header {
    position: relative;
    height: 80px;
  }
  header#masthead #header.conteneur {
    max-width: 1700px;
  }
  header#masthead #header .sidebar {
    position: absolute;
    right: 180px;
    top: 0;
  }
  header#masthead #header .sidebar ul#primary-menu {
    text-align: center;
  }
  header#masthead #header .sidebar ul#primary-menu > li {
    display: inline-block;
    vertical-align: top;
  }
  header#masthead #header .sidebar ul#primary-menu > li > a,
  header#masthead #header .sidebar ul#primary-menu > li > span {
    display: block;
    padding: 0px 4px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 80px;
    font-weight: bold;
    position: relative;
  }
  header#masthead #header .sidebar ul#primary-menu > li > a:before,
  header#masthead #header .sidebar ul#primary-menu > li > span:before,
  header#masthead #header .sidebar ul#primary-menu > li > a:after,
  header#masthead #header .sidebar ul#primary-menu > li > span:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  header#masthead #header .sidebar ul#primary-menu > li > a:before,
  header#masthead #header .sidebar ul#primary-menu > li > span:before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #A7BA0E;
    bottom: 18px;
    z-index: 1;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    transition: all 0.4s;
  }
  header#masthead #header .sidebar ul#primary-menu > li > a:after,
  header#masthead #header .sidebar ul#primary-menu > li > span:after {
    height: 1px;
    width: 0;
    background: #D6D6D6;
    bottom: 20px;
    transition: all 0.45s;
  }
  header#masthead #header .sidebar ul#primary-menu > li:hover > a,
  header#masthead #header .sidebar ul#primary-menu > li:hover > span {
    color: #A7BA0E;
  }
  header#masthead #header .sidebar ul#primary-menu > li:hover > a:after,
  header#masthead #header .sidebar ul#primary-menu > li:hover > span:after {
    width: 115px;
  }
  header#masthead #header .sidebar ul#primary-menu > li:hover > a:before,
  header#masthead #header .sidebar ul#primary-menu > li:hover > span:before {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children {
    position: relative;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul {
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 80px;
    width: 300px;
    left: 0;
    background-color: #fff;
    z-index: 10;
    text-align: left;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul li > a,
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul li > span {
    padding: 10px 30px;
    display: block;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul li span {
    color: #A7BA0E;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul li:hover > a,
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul li:hover > span {
    color: #A7BA0E;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  header#masthead.active #logo a {
    padding-top: 30px;
  }
  #main {
    padding-top: 80px;
  }
  #bandeau {
    padding: 0 80px;
    position: relative;
    margin-bottom: 100px;
  }
  #bandeau .content {
    padding: 40px 50px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    right: 0;
    width: 50%;
    text-align: left;
  }
  #bandeau .content h1 {
    margin-top: 0;
    font-size: 50px;
    min-height: 120px;
  }
  #breadcrumbs {
    display: block;
    margin-top: 20px;
  }
  #breadcrumbs a,
  #breadcrumbs span {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
  }
  #breadcrumbs span {
    color: rgba(65, 59, 48, 0.5);
  }
  #breadcrumbs a {
    color: #413B30;
    transition: all 0.25s;
  }
  #breadcrumbs a:hover {
    color: #A7BA0E;
  }
  /** TERRAIN MAISON **/
  #une_offre_maison_terrain .contenu {
    margin-bottom: 90px;
    padding: 0 80px;
  }
  #une_offre_maison_terrain .btn_center {
    margin-bottom: 80px;
  }
  /** END TERRAIN MAISON **/
  /** PAGES ENFANT **/
  .pages_enfant {
    max-width: 1200px;
    margin-bottom: 50px;
  }
  .pages_enfant .une_page {
    display: flex;
    align-items: center;
  }
  .pages_enfant .une_page:not(:last-child) {
    margin-bottom: 50px;
  }
  .pages_enfant .une_page .visuel {
    height: 245px;
    width: 450px;
    margin-right: 30px;
  }
  .pages_enfant .une_page .contenu {
    flex: 1;
    margin: 0;
  }
  /** END PAGES ENFANT **/
  /** AVIS **/
  #liste_avis {
    max-width: 1160px;
    margin: 0 auto 50px auto;
    padding: 0 20px;
  }
  /** END AVIS **/
  /** 404 **/
  #primary .erreur {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 80px auto;
  }
  #primary .erreur .gauche {
    width: 500px;
  }
  #primary .erreur #liens_404 {
    margin-top: 0;
  }
  #primary .erreur #liens_404 ul li {
    margin-bottom: 35px;
  }
  h1 #oups,
  h1 .titre_h4 {
    font-size: 0.65em;
  }
  /** END 404 **/
}
/* VERSION 1360 */
@media (min-width: 1360px) {
  /* HEADER */
  header#masthead #header .sidebar ul#primary-menu > li > a,
  header#masthead #header .sidebar ul#primary-menu > li > span {
    padding: 0px 10px;
    font-size: 16px;
  }
  /* END HEADER */
}
/* END VERSION 1360 */
/* Version > 1600 */
@media (min-width: 1600px) {
  /* HEADER */
  header#masthead #header .sidebar ul#primary-menu > li > a,
  header#masthead #header .sidebar ul#primary-menu > li > span {
    padding: 0px 15px;
  }
  /* END HEADER */
}
