/*--------FONTES---------*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap");
/*--------VARIABLES--------*/
h1, h2, h3, h4, h5, h6, p, span, div {
  font-family: 'Open Sans';
  color: #3c3c3b; }

.fas,
.far {
  font-family: 'Font Awesome 6 Pro'; }

*,
*:hover,
*:active,
*:focus {
  outline: none !important; }

/*--------GENERAL-------*/
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed; } }
body {
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
  background: #f8f7f6; }

img {
  vertical-align: bottom; }

.flex {
  display: flex;
  flex-wrap: wrap; }

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.container-1200 {
  margin: 0 auto; }
  @media (max-width: 479px) {
    .container-1200 {
      max-width: 100%;
      overflow: hidden; } }
  @media (min-width: 480px) {
    .container-1200 {
      width: 450px; } }
  @media (min-width: 768px) {
    .container-1200 {
      width: 750px; } }
  @media (min-width: 992px) {
    .container-1200 {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container-1200 {
      width: 1170px; } }

.container-1500 {
  margin: 0 auto; }
  @media (max-width: 479px) {
    .container-1500 {
      max-width: 100%;
      overflow: hidden; } }
  @media (min-width: 480px) {
    .container-1500 {
      width: 450px; } }
  @media (min-width: 768px) {
    .container-1500 {
      width: 750px; } }
  @media (min-width: 992px) {
    .container-1500 {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container-1500 {
      width: 1170px; } }
  @media (min-width: 1549px) {
    .container-1500 {
      width: 1500px; } }

.container-1600 {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 479px) {
    .container-1600 {
      max-width: 100%;
      overflow: hidden; } }
  @media (min-width: 480px) {
    .container-1600 {
      width: 450px; } }
  @media (min-width: 768px) {
    .container-1600 {
      width: 750px; } }
  @media (min-width: 992px) {
    .container-1600 {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container-1600 {
      width: 1170px; } }
  @media (min-width: 1649px) {
    .container-1600 {
      width: 1600px; } }

.form-control {
  border-radius: 1px; }

#tinymce {
  padding: 20px !important; }

.edito h1,
#tinymce h1 {
  font-size: 48px;
  margin-bottom: 30px;
  font-family: "Open Sans";
  text-transform: uppercase; }
  @media (max-width: 1200px) {
    .edito h1,
    #tinymce h1 {
      font-size: 42px; } }
  @media (max-width: 992px) {
    .edito h1,
    #tinymce h1 {
      font-size: 36px; } }
  @media (max-width: 768px) {
    .edito h1,
    #tinymce h1 {
      font-size: 32px; } }
  @media (max-width: 520px) {
    .edito h1,
    #tinymce h1 {
      font-size: 28px; } }
.edito h2,
#tinymce h2 {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #3c3c3b;
  position: relative;
  padding-bottom: 5px;
  line-height: normal; }
  @media (max-width: 992px) {
    .edito h2,
    #tinymce h2 {
      font-size: 22px; } }
  @media (max-width: 768px) {
    .edito h2,
    #tinymce h2 {
      font-size: 20px; } }
  .edito h2:after,
  #tinymce h2:after {
    content: '';
    background: #bc9c72;
    height: 3px;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .edito h2.marron:after,
  #tinymce h2.marron:after {
    background: #bc9c72; }
  .edito h2.vert:after,
  #tinymce h2.vert:after {
    background: #379b83; }
.edito h3,
#tinymce h3 {
  font-size: 22px;
  font-family: 'Open Sans';
  margin-top: 20px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 5px; }
  @media (max-width: 992px) {
    .edito h3,
    #tinymce h3 {
      font-size: 20px; } }
  @media (max-width: 768px) {
    .edito h3,
    #tinymce h3 {
      font-size: 19px; } }
.edito h4,
#tinymce h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  line-height: normal;
  margin-bottom: 5px;
  color: #3c3c3b; }
.edito .chapeau,
#tinymce .chapeau {
  padding: 5px 0 5px 20px;
  border-left: 5px solid #bc9c72;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 20px; }
  @media (max-width: 992px) {
    .edito .chapeau,
    #tinymce .chapeau {
      font-size: 18px; } }
  @media (max-width: 450px) {
    .edito .chapeau,
    #tinymce .chapeau {
      font-size: 17px; } }
.edito .marron,
#tinymce .marron {
  color: #bc9c72; }
.edito .vert,
#tinymce .vert {
  color: #379b83; }
.edito a,
#tinymce a {
  font-weight: bold;
  transition: 0.3s ease;
  text-decoration: none;
  color: #aa8451; }
  .edito a:hover,
  #tinymce a:hover {
    color: #bc9c72; }
.edito ul,
#tinymce ul {
  list-style-type: none;
  padding: 0; }
  .edito ul li,
  #tinymce ul li {
    margin-bottom: 5px;
    padding-left: 20px; }
    .edito ul li:before,
    #tinymce ul li:before {
      content: '\f054';
      font-family: 'Font Awesome 6 Pro';
      color: #bc9c72;
      display: inline-block;
      font-size: 14px;
      margin-right: 8px;
      margin-left: -17px;
      font-weight: 600; }
.edito ol,
#tinymce ol {
  padding-left: 20px; }
.edito hr,
#tinymce hr {
  margin: 25px 0;
  border-top: 1px solid #bc9c72;
  border-bottom: 1px solid #ede5da; }
.edito img,
#tinymce img {
  max-width: 100%; }
  .edito img.aligncenter,
  #tinymce img.aligncenter {
    margin: 0 auto 30px; }
  .edito img.alignleft,
  #tinymce img.alignleft {
    margin: 0 30px 30px 0; }
  .edito img.alignright,
  #tinymce img.alignright {
    margin: 0 0 30px 30px; }

/*-----------HEADER-------------*/
#header {
  background: #f4f3f0;
  position: fixed;
  width: 100%;
  height: 95px;
  z-index: 99;
  transition: 0.3s ease;
  display: flex;
  align-items: center; }
  #header .container-1600 {
    display: flex; }
    @media (max-width: 1650px) {
      #header .container-1600 {
        padding: 0; } }
    @media (max-width: 1200px) {
      #header .container-1600 {
        padding: 0 15px; } }
    @media (max-width: 520px) {
      #header .container-1600 {
        width: 100%; } }
    #header .container-1600 .contenu-header {
      display: flex;
      width: 100%;
      justify-content: space-between; }
      #header .container-1600 .contenu-header #logo {
        width: auto;
        height: 80px;
        margin: 5px 0;
        transform: scale(1);
        transition: transform 0.3s;
        flex-shrink: 0;
        display: flex;
        align-items: center; }
        @media (max-width: 1650px) {
          #header .container-1600 .contenu-header #logo {
            height: 70px; } }
        #header .container-1600 .contenu-header #logo h2 {
          margin: 0; }
          #header .container-1600 .contenu-header #logo h2 a {
            display: inline-block; }
            #header .container-1600 .contenu-header #logo h2 a img {
              transition: 0.3s ease;
              height: 80px; }
              @media (max-width: 1650px) {
                #header .container-1600 .contenu-header #logo h2 a img {
                  height: 70px; } }
              @media (max-width: 1200px) {
                #header .container-1600 .contenu-header #logo h2 a img {
                  height: 60px; } }
              @media (max-width: 520px) {
                #header .container-1600 .contenu-header #logo h2 a img {
                  height: 50px; } }
              #header .container-1600 .contenu-header #logo h2 a img.mopane {
                height: 70px; }
                @media (max-width: 1650px) {
                  #header .container-1600 .contenu-header #logo h2 a img.mopane {
                    height: 60px; } }
                @media (max-width: 1200px) {
                  #header .container-1600 .contenu-header #logo h2 a img.mopane {
                    height: 50px; } }
        #header .container-1600 .contenu-header #logo:hover {
          transform: scale(0.9); }
    #header .container-1600 .header-droite {
      display: flex;
      align-items: center; }
      #header .container-1600 .header-droite .rs-header {
        display: flex; }
        @media (max-width: 768px) {
          #header .container-1600 .header-droite .rs-header {
            display: none; } }
        #header .container-1600 .header-droite .rs-header .logo a {
          color: #3c3c3b;
          text-decoration: none;
          display: flex;
          align-items: center;
          overflow: hidden;
          width: fit-content; }
          #header .container-1600 .header-droite .rs-header .logo a:hover i {
            color: #bc9c72;
            border-color: #bc9c72; }
          #header .container-1600 .header-droite .rs-header .logo a i {
            font-size: 22px;
            color: #3c3c3b;
            margin-right: 5px;
            border: 1px solid #3c3c3b;
            border-radius: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            flex-shrink: 0;
            transition: 0.3s ease; }
            @media (max-width: 1650px) {
              #header .container-1600 .header-droite .rs-header .logo a i {
                width: 40px;
                height: 40px;
                font-size: 20px; } }
            @media (max-width: 1250px) {
              #header .container-1600 .header-droite .rs-header .logo a i {
                width: 35px;
                height: 35px;
                font-size: 18px; } }
      #header .container-1600 .header-droite #tel-menu {
        position: relative;
        cursor: pointer;
        display: flex;
        align-items: center; }
        @media (max-width: 768px) {
          #header .container-1600 .header-droite #tel-menu {
            display: none; } }
        #header .container-1600 .header-droite #tel-menu a {
          color: #3c3c3b;
          text-decoration: none;
          display: flex;
          align-items: center;
          overflow: hidden;
          width: fit-content; }
          #header .container-1600 .header-droite #tel-menu a:hover i {
            color: #bc9c72;
            border-color: #bc9c72; }
          #header .container-1600 .header-droite #tel-menu a i {
            font-size: 22px;
            color: #3c3c3b;
            margin-right: 5px;
            border: 1px solid #3c3c3b;
            border-radius: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            flex-shrink: 0;
            transition: 0.3s ease; }
            @media (max-width: 1650px) {
              #header .container-1600 .header-droite #tel-menu a i {
                width: 40px;
                height: 40px;
                font-size: 20px; } }
            @media (max-width: 1250px) {
              #header .container-1600 .header-droite #tel-menu a i {
                width: 35px;
                height: 35px;
                font-size: 18px; } }
          #header .container-1600 .header-droite #tel-menu a span {
            width: 0;
            min-width: 0;
            opacity: 0;
            white-space: nowrap;
            overflow: hidden;
            font-size: 20px;
            transition: 0.3s ease; }
        #header .container-1600 .header-droite #tel-menu.active a {
          padding-left: 15px; }
          #header .container-1600 .header-droite #tel-menu.active a i {
            color: #bc9c72;
            border-color: #bc9c72;
            transform: translateX(-5px); }
          #header .container-1600 .header-droite #tel-menu.active a span {
            width: auto;
            opacity: 1; }
      #header .container-1600 .header-droite .bordure-tel-co {
        height: 60%;
        margin: 0 30px;
        width: 2px;
        background: rgba(60, 60, 59, 0.6); }
        @media (max-width: 768px) {
          #header .container-1600 .header-droite .bordure-tel-co {
            display: none; } }
      #header .container-1600 .header-droite .partenaire,
      #header .container-1600 .header-droite .deconnexion {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: 0.3s ease;
        margin-right: 15px; }
        @media (max-width: 520px) {
          #header .container-1600 .header-droite .partenaire,
          #header .container-1600 .header-droite .deconnexion {
            width: 40px;
            height: 40px; } }
        #header .container-1600 .header-droite .partenaire i,
        #header .container-1600 .header-droite .deconnexion i {
          font-size: 24px;
          color: #3c3c3b;
          transition: 0.3s ease; }
          @media (max-width: 520px) {
            #header .container-1600 .header-droite .partenaire i,
            #header .container-1600 .header-droite .deconnexion i {
              font-size: 22px; } }
        #header .container-1600 .header-droite .partenaire:hover i,
        #header .container-1600 .header-droite .deconnexion:hover i {
          color: #bc9c72; }
      #header .container-1600 .header-droite #bouton-menu-principal.hamburger {
        outline: 0;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        opacity: 1;
        transition: 0.3s ease; }
        @media (max-width: 520px) {
          #header .container-1600 .header-droite #bouton-menu-principal.hamburger {
            width: 40px;
            height: 40px;
            padding: 10px; } }
        #header .container-1600 .header-droite #bouton-menu-principal.hamburger .hamburger-inner,
        #header .container-1600 .header-droite #bouton-menu-principal.hamburger .hamburger-inner:after,
        #header .container-1600 .header-droite #bouton-menu-principal.hamburger .hamburger-inner:before {
          background-color: #3c3c3b;
          opacity: 1;
          width: 20px;
          height: 2px;
          border-radius: 0px; }
        #header .container-1600 .header-droite #bouton-menu-principal.hamburger .hamburger-inner:before {
          top: -8px; }
        #header .container-1600 .header-droite #bouton-menu-principal.hamburger .hamburger-inner:after {
          bottom: -8px; }
        #header .container-1600 .header-droite #bouton-menu-principal.hamburger.is-active {
          opacity: 1; }
          #header .container-1600 .header-droite #bouton-menu-principal.hamburger.is-active .hamburger-inner:before {
            top: 0px;
            opacity: 0; }
          #header .container-1600 .header-droite #bouton-menu-principal.hamburger.is-active .hamburger-inner:after {
            bottom: 0px; }
  #header.sticky {
    height: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8); }
    #header.sticky .contenu-header #logo {
      height: 50px;
      margin: 5px 0; }
      #header.sticky .contenu-header #logo h2 {
        height: inherit; }
        #header.sticky .contenu-header #logo h2 a {
          height: inherit; }
          #header.sticky .contenu-header #logo h2 a img {
            height: inherit; }
            #header.sticky .contenu-header #logo h2 a img.mopane {
              height: 50px; }
    #header.sticky .contenu-header .header-droite .rs-header a i,
    #header.sticky .contenu-header .header-droite #tel-menu a i {
      width: 40px;
      height: 40px;
      font-size: 18px; }
    #header.sticky .contenu-header .header-droite .partenaire,
    #header.sticky .contenu-header .header-droite .deconnexion {
      width: 40px;
      height: 40px;
      font-size: 18px; }
    #header.sticky .contenu-header .header-droite #bouton-menu-principal.hamburger {
      width: 40px;
      height: 40px;
      padding: 10px; }

#menu-principal {
  margin: 0;
  z-index: 100;
  position: fixed;
  right: -120%;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 50px 30px !important;
  transition: 0.6s ease;
  width: 400px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #b8b5ad transparent; }
  #menu-principal.is-active {
    right: 0; }
  @media (max-width: 992px) {
    #menu-principal {
      padding: 50px 15px !important;
      width: 360px; } }
  @media (max-width: 768px) {
    #menu-principal {
      padding: 50px 0px !important;
      width: 300px; } }
  #menu-principal #close-menu-principal {
    color: #3c3c3b;
    font-size: 28px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer; }
  #menu-principal #menu-menu-principal {
    flex-direction: column;
    padding-left: 15px; }
    #menu-principal #menu-menu-principal li {
      height: auto;
      display: block;
      padding: 0;
      margin-bottom: 20px; }
      #menu-principal #menu-menu-principal li a {
        color: #bc9c72;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        text-decoration: none;
        transition: 0.3s ease;
        padding-right: 5px; }
        #menu-principal #menu-menu-principal li a[href="#"] {
          cursor: default; }
          #menu-principal #menu-menu-principal li a[href="#"]:hover {
            padding-left: 0;
            padding-right: 5px;
            color: #bc9c72; }
        #menu-principal #menu-menu-principal li a:hover {
          color: #222222;
          padding-left: 5px;
          padding-right: 0; }
      #menu-principal #menu-menu-principal li .sub-menu {
        position: relative;
        background: none;
        max-height: none;
        box-shadow: none;
        top: auto;
        padding: 0 10px 0 20px;
        margin-bottom: 10px;
        opacity: 1;
        visibility: visible;
        overflow: visible;
        left: auto;
        border: 0;
        min-width: 0;
        transition: none; }
        #menu-principal #menu-menu-principal li .sub-menu li {
          margin: 5px 0; }
          #menu-principal #menu-menu-principal li .sub-menu li a {
            font-size: 16px;
            text-transform: none;
            font-weight: normal;
            color: #3c3c3b; }
            #menu-principal #menu-menu-principal li .sub-menu li a[href="#"]:hover {
              color: #3c3c3b; }
          #menu-principal #menu-menu-principal li .sub-menu li.menu-item-has-children > a {
            font-weight: bold; }
            #menu-principal #menu-menu-principal li .sub-menu li.menu-item-has-children > a:after {
              font-family: 'Font Awesome 6 Pro';
              content: '\f0da';
              margin-left: 10px;
              color: #bc9c72; }
  #menu-principal::-webkit-scrollbar {
    width: 5px; }
  #menu-principal::-webkit-scrollbar-track {
    background: transparent; }
  #menu-principal::-webkit-scrollbar-thumb {
    background: #b8b5ad; }

/*------CARROUSEL PROGRAMME-----*/
/*-------------GENERAL----------*/
#main {
  margin-top: 95px;
  padding-top: 50px;
  background: #f8f7f6; }

/*-----------------ACCUEIL-----------------*/
.home {
  background: #f8f7f6; }
  .home #main {
    padding: 0;
    overflow-x: hidden;
    margin-top: 95px; }
    .home #main #bandeau-principal {
      margin-bottom: 70px; }
      @media (max-width: 992px) {
        .home #main #bandeau-principal {
          margin-bottom: 0; } }
      .home #main #bandeau-principal .conteneur {
        display: flex;
        align-items: flex-start; }
        @media (max-width: 992px) {
          .home #main #bandeau-principal .conteneur {
            flex-wrap: wrap; } }
        .home #main #bandeau-principal .conteneur .gauche {
          padding: 0px 65px 0px 0;
          width: 51%; }
          @media (max-width: 1650px) {
            .home #main #bandeau-principal .conteneur .gauche {
              padding-right: 50px; } }
          @media (max-width: 992px) {
            .home #main #bandeau-principal .conteneur .gauche {
              padding-right: 0px;
              width: 100%; } }
          .home #main #bandeau-principal .conteneur .gauche h1 {
            font-size: 32px;
            line-height: normal;
            margin-bottom: 40px;
            margin-top: 70px;
            font-weight: 700;
            visibility: hidden; }
            @media (max-width: 1650px) {
              .home #main #bandeau-principal .conteneur .gauche h1 {
                margin-top: 40px;
                font-size: 28px;
                margin-bottom: 25px; } }
            @media (max-width: 1200px) {
              .home #main #bandeau-principal .conteneur .gauche h1 {
                margin-top: 40px;
                font-size: 26px; } }
            @media (max-width: 768px) {
              .home #main #bandeau-principal .conteneur .gauche h1 {
                font-size: 24px; } }
            @media (max-width: 520px) {
              .home #main #bandeau-principal .conteneur .gauche h1 {
                font-size: 22px; } }
          .home #main #bandeau-principal .conteneur .gauche hr {
            margin-bottom: 40px;
            border-top: 2px solid #e3e0d8;
            width: 70%;
            margin-left: 0;
            visibility: hidden; }
            @media (max-width: 1650px) {
              .home #main #bandeau-principal .conteneur .gauche hr {
                margin-bottom: 25px; } }
          .home #main #bandeau-principal .conteneur .gauche .intro {
            visibility: hidden;
            text-align: justify; }
          .home #main #bandeau-principal .conteneur .gauche p {
            color: #3c3c3b;
            font-size: 18px; }
            @media (max-width: 1650px) {
              .home #main #bandeau-principal .conteneur .gauche p {
                line-height: 1.4;
                font-size: 17px; } }
          .home #main #bandeau-principal .conteneur .gauche .logos-bandeau {
            width: 100%;
            display: flex;
            margin-top: 40px;
            justify-content: center; }
            @media (max-width: 1650px) {
              .home #main #bandeau-principal .conteneur .gauche .logos-bandeau {
                margin-top: 35px; } }
            @media (max-width: 480px) {
              .home #main #bandeau-principal .conteneur .gauche .logos-bandeau {
                flex-wrap: wrap;
                gap: 20px; } }
            .home #main #bandeau-principal .conteneur .gauche .logos-bandeau a.logos {
              text-decoration: none;
              margin: 0 15px;
              visibility: hidden; }
              @media (max-width: 480px) and (min-width: 380px) {
                .home #main #bandeau-principal .conteneur .gauche .logos-bandeau a.logos {
                  width: calc(50% - 40px);
                  margin: 0;
                  text-align: center; } }
              .home #main #bandeau-principal .conteneur .gauche .logos-bandeau a.logos img {
                transition: 0.3s ease;
                height: 80px; }
                @media (max-width: 1650px) {
                  .home #main #bandeau-principal .conteneur .gauche .logos-bandeau a.logos img {
                    height: 65px; } }
              .home #main #bandeau-principal .conteneur .gauche .logos-bandeau a.logos:hover img {
                transform: scale(1.1); }
          .home #main #bandeau-principal .conteneur .gauche #moteur-recherche {
            display: flex;
            justify-content: center;
            background: #ffffff;
            border-radius: 20px;
            padding: 20px 50px;
            margin-top: 40px;
            margin-bottom: 60px;
            visibility: hidden; }
            .home #main #bandeau-principal .conteneur .gauche #moteur-recherche #moteur {
              display: flex; }
              @media (max-width: 520px) {
                .home #main #bandeau-principal .conteneur .gauche #moteur-recherche #moteur {
                  flex-direction: column; } }
              .home #main #bandeau-principal .conteneur .gauche #moteur-recherche #moteur select {
                border: 0;
                outline: none;
                padding: 0;
                font-size: 16px; }
                .home #main #bandeau-principal .conteneur .gauche #moteur-recherche #moteur select:focus {
                  outline: none;
                  box-shadow: 0 0 3px #b8b5ad; }
                .home #main #bandeau-principal .conteneur .gauche #moteur-recherche #moteur select option:checked {
                  background: #b8b5ad; }
              .home #main #bandeau-principal .conteneur .gauche #moteur-recherche #moteur input[type="text"] {
                padding: 0 3px;
                border: 0; }
                .home #main #bandeau-principal .conteneur .gauche #moteur-recherche #moteur input[type="text"]:focus {
                  outline: none;
                  box-shadow: 0 0 3px #b8b5ad; }
              .home #main #bandeau-principal .conteneur .gauche #moteur-recherche #moteur .conteneur-typologie {
                padding-right: 30px;
                border-right: 1px solid #b8b5ad;
                display: flex;
                align-items: center;
                min-width: 110px; }
                @media (max-width: 1200px) {
                  .home #main #bandeau-principal .conteneur .gauche #moteur-recherche #moteur .conteneur-typologie {
                    padding-right: 15px; } }
                @media (max-width: 520px) {
                  .home #main #bandeau-principal .conteneur .gauche #moteur-recherche #moteur .conteneur-typologie {
                    padding-right: 0;
                    border-right: 0;
                    margin-bottom: 10px; } }
              .home #main #bandeau-principal .conteneur .gauche #moteur-recherche #moteur .conteneur-logement {
                padding-left: 30px;
                padding-right: 30px;
                border-right: 1px solid #b8b5ad;
                display: flex;
                align-items: center; }
                @media (max-width: 1200px) {
                  .home #main #bandeau-principal .conteneur .gauche #moteur-recherche #moteur .conteneur-logement {
                    padding-right: 15px;
                    padding-left: 15px; } }
                @media (max-width: 520px) {
                  .home #main #bandeau-principal .conteneur .gauche #moteur-recherche #moteur .conteneur-logement {
                    padding-right: 0;
                    padding-left: 0;
                    margin-bottom: 10px;
                    border-right: 0; } }
              .home #main #bandeau-principal .conteneur .gauche #moteur-recherche #moteur .conteneur-emplacement {
                padding-left: 30px;
                padding-right: 30px;
                display: flex;
                align-items: center; }
                @media (max-width: 1200px) {
                  .home #main #bandeau-principal .conteneur .gauche #moteur-recherche #moteur .conteneur-emplacement {
                    padding-right: 15px;
                    padding-left: 15px; } }
                @media (max-width: 520px) {
                  .home #main #bandeau-principal .conteneur .gauche #moteur-recherche #moteur .conteneur-emplacement {
                    padding-right: 0;
                    padding-left: 0;
                    margin-bottom: 10px; }
                    .home #main #bandeau-principal .conteneur .gauche #moteur-recherche #moteur .conteneur-emplacement #liste-lieux {
                      border-bottom: 1px solid #b8b5ad; } }
              .home #main #bandeau-principal .conteneur .gauche #moteur-recherche #moteur .search {
                border-radius: 10px;
                padding: 15px 25px;
                border: 0;
                background: #bc9c72;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: 0.3s ease; }
                @media (max-width: 1650px) {
                  .home #main #bandeau-principal .conteneur .gauche #moteur-recherche #moteur .search {
                    padding: 10px 15px; } }
                @media (max-width: 1200px) {
                  .home #main #bandeau-principal .conteneur .gauche #moteur-recherche #moteur .search {
                    padding: 7px 10px; } }
                @media (max-width: 520px) {
                  .home #main #bandeau-principal .conteneur .gauche #moteur-recherche #moteur .search {
                    padding-right: 0; } }
                .home #main #bandeau-principal .conteneur .gauche #moteur-recherche #moteur .search:hover {
                  background: #aa8451; }
                .home #main #bandeau-principal .conteneur .gauche #moteur-recherche #moteur .search i {
                  color: #ffffff;
                  font-size: 26px; }
                  @media (max-width: 1200px) {
                    .home #main #bandeau-principal .conteneur .gauche #moteur-recherche #moteur .search i {
                      font-size: 20px; } }
            @media (max-width: 1650px) {
              .home #main #bandeau-principal .conteneur .gauche #moteur-recherche {
                padding: 20px;
                margin-top: 30px; } }
            @media (max-width: 1200px) {
              .home #main #bandeau-principal .conteneur .gauche #moteur-recherche {
                padding: 15px; } }
        .home #main #bandeau-principal .conteneur .lien-chiffres {
          display: flex;
          align-items: center;
          visibility: hidden; }
          @media (max-width: 992px) {
            .home #main #bandeau-principal .conteneur .lien-chiffres {
              display: none; } }
          .home #main #bandeau-principal .conteneur .lien-chiffres a {
            border: 1px solid #e3e0d8;
            height: 70px;
            width: 70px;
            color: #b8b5ad;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 30px;
            border-radius: 100%;
            font-size: 30px;
            transition: 0.3s ease;
            text-decoration: none; }
            .home #main #bandeau-principal .conteneur .lien-chiffres a:hover {
              border-color: #b8b5ad;
              color: #3c3c3b; }
          .home #main #bandeau-principal .conteneur .lien-chiffres p {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 0; }
          .home #main #bandeau-principal .conteneur .lien-chiffres.show-mobile {
            display: flex;
            margin-top: 70px; }
            @media (min-width: 993px) {
              .home #main #bandeau-principal .conteneur .lien-chiffres.show-mobile {
                display: none; } }
        .home #main #bandeau-principal .conteneur .droite {
          width: 49%; }
          @media (max-width: 992px) {
            .home #main #bandeau-principal .conteneur .droite {
              width: 100%; } }
          .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil {
            border-radius: 20px;
            overflow: hidden; }
            .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil.slick-initialized .slide {
              opacity: 1; }
            .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .slide {
              position: relative; }
            .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-haut {
              position: absolute;
              top: 15px;
              right: 15px;
              background: #ffffff;
              padding: 10px 0 20px 10px;
              border-radius: 20px;
              width: 260px; }
              @media (max-width: 1650px) {
                .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-haut {
                  width: 230px; } }
              @media (max-width: 1200px) {
                .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-haut {
                  padding-bottom: 10px; } }
              .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-haut .vignette-fleche {
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-bottom: 20px; }
                @media (max-width: 1200px) {
                  .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-haut .vignette-fleche {
                    margin-bottom: 10px; } }
                .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-haut .vignette-fleche .vignette-haut {
                  width: 180px;
                  border-radius: 20px;
                  float: left; }
                  @media (max-width: 1650px) {
                    .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-haut .vignette-fleche .vignette-haut {
                      width: 160px; } }
                  @media (max-width: 1200px) {
                    .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-haut .vignette-fleche .vignette-haut {
                      width: 140px; } }
                .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-haut .vignette-fleche .lien-programme {
                  margin: 0 auto;
                  text-decoration: none; }
                  .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-haut .vignette-fleche .lien-programme:hover i {
                    background: #aa8451; }
                  .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-haut .vignette-fleche .lien-programme .fa-chevron-right {
                    transition: 0.3s ease;
                    background: #bc9c72;
                    border-radius: 100%;
                    font-size: 22px;
                    color: #ffffff;
                    width: 35px;
                    height: 35px;
                    display: flex;
                    align-items: center;
                    justify-content: center; }
              .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-haut .typologie-haut,
              .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-haut .prix-haut {
                display: flex;
                padding-right: 15px;
                padding-left: 5px;
                justify-content: space-between;
                font-size: 15px; }
                .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-haut .typologie-haut strong,
                .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-haut .prix-haut strong {
                  font-size: 14px; }
              .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-haut .typologie-haut {
                margin-bottom: 10px; }
                @media (max-width: 1200px) {
                  .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-haut .typologie-haut {
                    margin-bottom: 5px; } }
            .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-bas {
              position: absolute;
              bottom: 15px;
              left: 20px;
              height: 70px;
              background: #3c3c3b;
              padding: 15px 20px;
              display: flex;
              border-radius: 20px; }
              @media (max-width: 1650px) {
                .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-bas {
                  padding: 10px 15px;
                  max-width: 400px; } }
              @media (max-width: 1200px) {
                .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-bas {
                  max-width: 300px; } }
              @media (max-width: 768px) {
                .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-bas {
                  bottom: 10px;
                  left: 10px;
                  max-width: 280px;
                  height: auto; } }
              @media (max-width: 480px) {
                .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-bas {
                  max-width: 220px; } }
              .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-bas .lieux {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                justify-content: center; }
                .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-bas .lieux .lieu {
                  color: #ffffff;
                  font-size: 20px;
                  font-family: "Open Sans";
                  line-height: 18px;
                  font-weight: 700;
                  margin-bottom: 0; }
                  @media (max-width: 1650px) {
                    .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-bas .lieux .lieu {
                      font-size: 18px; } }
                  @media (max-width: 1200px) {
                    .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-bas .lieux .lieu {
                      font-size: 16px; } }
                .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-bas .lieux .quartier {
                  font-style: italic;
                  color: #ffffff;
                  font-size: 14px;
                  margin-bottom: 0;
                  margin-top: 4px; }
                  @media (max-width: 1200px) {
                    .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-bas .lieux .quartier {
                      font-size: 13px; } }
              .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-bas .logements {
                border-left: 1px solid #ffffff;
                padding-left: 20px;
                margin-left: 20px;
                color: #ffffff;
                font-size: 14px;
                line-height: 22px;
                display: flex;
                align-items: center;
                justify-content: center; }
                @media (max-width: 1200px) {
                  .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-bas .logements {
                    flex-shrink: 0; } }
                @media (max-width: 1200px) {
                  .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-bas .logements {
                    font-size: 13px; } }
                @media (max-width: 768px) {
                  .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .bloc-bas .logements {
                    padding-left: 10px;
                    margin-left: 10px; } }
            .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .programme.pair .bloc-bas {
              background: #bc9c72; }
            .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .immobilier .bloc-bas {
              background: #379b83; }
            .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .entreprise .bloc-bas {
              background: #0e4da2; }
            .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .slide {
              opacity: 0; }
            .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .slick-prev,
            .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .slick-next {
              position: absolute;
              bottom: 15px;
              right: 90px;
              background: #ffffff;
              color: #3c3c3b;
              border-radius: 100%;
              width: 50px;
              height: 50px;
              z-index: 1;
              border: 0;
              font-size: 25px;
              transition: 0.3s ease; }
              @media (max-width: 1650px) {
                .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .slick-prev,
                .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .slick-next {
                  width: 40px;
                  height: 40px;
                  font-size: 22px;
                  right: 70px; } }
              @media (max-width: 768px) {
                .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .slick-prev,
                .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .slick-next {
                  width: 30px;
                  height: 30px;
                  font-size: 18px;
                  right: 50px; } }
              .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .slick-prev:hover,
              .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .slick-next:hover {
                background: #e3e0d8; }
            .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .slick-next {
              right: 20px; }
              @media (max-width: 768px) {
                .home #main #bandeau-principal .conteneur .droite .carrousel-bandeau-accueil .slick-next {
                  right: 15px; } }
    .home #main #chiffres {
      padding: 70px 0 70px; }
      @media (max-width: 992px) {
        .home #main #chiffres {
          padding-top: 40px; } }
      @media (max-width: 768px) {
        .home #main #chiffres {
          padding: 40px 0 30px; } }
      .home #main #chiffres .conteneur-chiffre {
        display: flex; }
        @media (max-width: 1200px) {
          .home #main #chiffres .conteneur-chiffre {
            padding: 0 1rem !important; } }
        .home #main #chiffres .conteneur-chiffre .chiffre {
          display: flex;
          flex-direction: column;
          align-items: center;
          border: 1px solid #b8b5ad;
          border-radius: 20px;
          padding: 30px 30px 60px 30px;
          width: 100%; }
          @media (max-width: 1650px) {
            .home #main #chiffres .conteneur-chiffre .chiffre {
              padding: 20px 20px 40px 20px; } }
          @media (max-width: 992px) {
            .home #main #chiffres .conteneur-chiffre .chiffre {
              margin-bottom: 30px; } }
          .home #main #chiffres .conteneur-chiffre .chiffre .valeur {
            font-family: 'Open Sans';
            font-size: 56px;
            font-weight: 700; }
            @media (max-width: 1650px) {
              .home #main #chiffres .conteneur-chiffre .chiffre .valeur {
                font-size: 50px; } }
            @media (max-width: 1200px) {
              .home #main #chiffres .conteneur-chiffre .chiffre .valeur {
                font-size: 46px; } }
            @media (max-width: 992px) {
              .home #main #chiffres .conteneur-chiffre .chiffre .valeur {
                font-size: 42px; } }
            @media (max-width: 768px) {
              .home #main #chiffres .conteneur-chiffre .chiffre .valeur {
                font-size: 36px; } }
          .home #main #chiffres .conteneur-chiffre .chiffre hr {
            width: 70%;
            border-top: 2px solid #3c3c3b;
            margin-top: 35px;
            margin-bottom: 40px; }
            @media (max-width: 1650px) {
              .home #main #chiffres .conteneur-chiffre .chiffre hr {
                margin-top: 20px;
                margin-bottom: 25px; } }
            @media (max-width: 992px) {
              .home #main #chiffres .conteneur-chiffre .chiffre hr {
                margin-top: 15px;
                margin-bottom: 20px; } }
            @media (max-width: 768px) {
              .home #main #chiffres .conteneur-chiffre .chiffre hr {
                margin-top: 10px;
                margin-bottom: 15px; } }
          .home #main #chiffres .conteneur-chiffre .chiffre .titre {
            font-size: 24px;
            font-weight: 600;
            text-align: center;
            margin-bottom: 20px; }
            @media (max-width: 992px) {
              .home #main #chiffres .conteneur-chiffre .chiffre .titre {
                font-size: 20px;
                margin-bottom: 15px; } }
            @media (max-width: 768px) {
              .home #main #chiffres .conteneur-chiffre .chiffre .titre {
                margin-bottom: 5px; } }
          .home #main #chiffres .conteneur-chiffre .chiffre .texte {
            font-size: 16px;
            line-height: 28px;
            text-align: center;
            width: 90%; }
            @media (max-width: 1650px) {
              .home #main #chiffres .conteneur-chiffre .chiffre .texte br {
                display: none; } }
            @media (max-width: 1200px) {
              .home #main #chiffres .conteneur-chiffre .chiffre .texte {
                font-size: 15px; } }
        .home #main #chiffres .conteneur-chiffre:first-of-type .chiffre {
          background: #3c3c3b; }
          .home #main #chiffres .conteneur-chiffre:first-of-type .chiffre * {
            color: #ffffff; }
          .home #main #chiffres .conteneur-chiffre:first-of-type .chiffre hr {
            border-top-color: #ffffff; }
    .home #main #groupe {
      padding: 50px 0px;
      background-position: center center;
      background-size: cover; }
      .home #main #groupe .conteneur-groupe {
        background: #ffffff;
        border-radius: 20px;
        padding: 40px 50px;
        width: 550px; }
        @media (max-width: 1650px) {
          .home #main #groupe .conteneur-groupe {
            padding: 30px 40px;
            width: 500px; } }
        @media (max-width: 1200px) {
          .home #main #groupe .conteneur-groupe {
            padding: 20px 30px;
            width: 450px; } }
        @media (max-width: 992px) {
          .home #main #groupe .conteneur-groupe {
            padding: 15px 20px;
            width: 400px; } }
        @media (max-width: 768px) {
          .home #main #groupe .conteneur-groupe {
            width: 300px;
            max-width: 100%; } }
        .home #main #groupe .conteneur-groupe .titre-bloc {
          display: flex;
          justify-content: space-between;
          margin-bottom: 40px; }
          @media (max-width: 1650px) {
            .home #main #groupe .conteneur-groupe .titre-bloc {
              margin-bottom: 30px;
              margin-top: 10px; } }
          @media (max-width: 992px) {
            .home #main #groupe .conteneur-groupe .titre-bloc {
              margin-bottom: 20px; } }
          .home #main #groupe .conteneur-groupe .titre-bloc h2 {
            font-family: 'Open Sans';
            font-size: 42px;
            font-weight: 700; }
            @media (max-width: 1650px) {
              .home #main #groupe .conteneur-groupe .titre-bloc h2 {
                font-size: 38px; } }
            @media (max-width: 1200px) {
              .home #main #groupe .conteneur-groupe .titre-bloc h2 {
                font-size: 36px; } }
            @media (max-width: 992px) {
              .home #main #groupe .conteneur-groupe .titre-bloc h2 {
                font-size: 32px; } }
            @media (max-width: 768px) {
              .home #main #groupe .conteneur-groupe .titre-bloc h2 {
                font-size: 28px; } }
          .home #main #groupe .conteneur-groupe .titre-bloc a {
            text-decoration: none;
            margin-right: 50px; }
            @media (max-width: 992px) {
              .home #main #groupe .conteneur-groupe .titre-bloc a {
                margin-right: 40px; } }
            @media (max-width: 768px) {
              .home #main #groupe .conteneur-groupe .titre-bloc a {
                margin-right: 20px; } }
            .home #main #groupe .conteneur-groupe .titre-bloc a i {
              background: #000000;
              font-size: 24px;
              height: 50px;
              width: 50px;
              border-radius: 100%;
              color: #ffffff;
              display: flex;
              align-items: center;
              justify-content: center;
              transition: 0.3s ease; }
              @media (max-width: 1650px) {
                .home #main #groupe .conteneur-groupe .titre-bloc a i {
                  height: 45px;
                  width: 45px;
                  font-size: 22px; } }
              @media (max-width: 1200px) {
                .home #main #groupe .conteneur-groupe .titre-bloc a i {
                  height: 40px;
                  width: 40px;
                  font-size: 20px; } }
              @media (max-width: 992px) {
                .home #main #groupe .conteneur-groupe .titre-bloc a i {
                  height: 35px;
                  width: 35px;
                  font-size: 18px; } }
              @media (max-width: 768px) {
                .home #main #groupe .conteneur-groupe .titre-bloc a i {
                  height: 30px;
                  width: 30px;
                  font-size: 16px; } }
            .home #main #groupe .conteneur-groupe .titre-bloc a:hover i {
              background: #bc9c72; }
        .home #main #groupe .conteneur-groupe .liens .lien {
          border-top: 2px solid #e3e0d8;
          padding: 20px 0;
          display: flex;
          justify-content: space-between; }
          @media (max-width: 1200px) {
            .home #main #groupe .conteneur-groupe .liens .lien {
              padding: 15px 0; } }
          @media (max-width: 992px) {
            .home #main #groupe .conteneur-groupe .liens .lien {
              padding: 10px 0; } }
          .home #main #groupe .conteneur-groupe .liens .lien a.lien-texte {
            font-size: 24px;
            font-weight: 600;
            color: #3c3c3b;
            padding-right: 10px;
            text-decoration: none;
            transition: 0.3s ease; }
            @media (max-width: 1650px) {
              .home #main #groupe .conteneur-groupe .liens .lien a.lien-texte {
                font-size: 22px; } }
            @media (max-width: 1200px) {
              .home #main #groupe .conteneur-groupe .liens .lien a.lien-texte {
                font-size: 20px; } }
            @media (max-width: 992px) {
              .home #main #groupe .conteneur-groupe .liens .lien a.lien-texte {
                font-size: 18px; } }
            @media (max-width: 768px) {
              .home #main #groupe .conteneur-groupe .liens .lien a.lien-texte {
                font-size: 16px;
                padding-right: 20px; } }
            .home #main #groupe .conteneur-groupe .liens .lien a.lien-texte:hover {
              padding-right: 0;
              padding-left: 10px; }
          .home #main #groupe .conteneur-groupe .liens .lien a i {
            transition: 0.3s ease;
            color: #3c3c3b;
            transform: rotate(50deg) translate(-5px, 10px);
            font-size: 25px; }
            @media (max-width: 992px) {
              .home #main #groupe .conteneur-groupe .liens .lien a i {
                font-size: 22px; } }
          .home #main #groupe .conteneur-groupe .liens .lien a:hover i {
            transform: rotate(90deg) translate(5px, 10px); }
    .home #main #nouveautes {
      position: relative;
      padding: 70px 0;
      background: #ffffff; }
      @media (max-width: 768px) {
        .home #main #nouveautes {
          padding: 50px 0; } }
      .home #main #nouveautes .haut {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px; }
        @media (max-width: 768px) {
          .home #main #nouveautes .haut {
            flex-direction: column;
            align-items: flex-start; } }
        .home #main #nouveautes .haut h2.titre_bandeau {
          font-family: 'Open Sans';
          font-size: 42px;
          font-weight: 700;
          margin-bottom: 0; }
          @media (max-width: 1650px) {
            .home #main #nouveautes .haut h2.titre_bandeau {
              font-size: 38px; } }
          @media (max-width: 1200px) {
            .home #main #nouveautes .haut h2.titre_bandeau {
              font-size: 36px; } }
          @media (max-width: 992px) {
            .home #main #nouveautes .haut h2.titre_bandeau {
              font-size: 32px; } }
          @media (max-width: 768px) {
            .home #main #nouveautes .haut h2.titre_bandeau {
              font-size: 28px;
              margin-bottom: 20px; } }
          @media (max-width: 520px) {
            .home #main #nouveautes .haut h2.titre_bandeau {
              font-size: 24px;
              padding-top: 10px; } }
        .home #main #nouveautes .haut .lien-plus {
          background: #3c3c3b;
          border-radius: 20px;
          color: #ffffff;
          font-size: 20px;
          padding: 10px 20px 10px 30px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 700;
          text-decoration: none;
          transition: 0.3s ease; }
          @media (max-width: 992px) {
            .home #main #nouveautes .haut .lien-plus {
              padding: 7px 15px 7px 25px; } }
          @media (max-width: 768px) {
            .home #main #nouveautes .haut .lien-plus {
              font-size: 18px; } }
          @media (max-width: 520px) {
            .home #main #nouveautes .haut .lien-plus {
              font-size: 16px; } }
          .home #main #nouveautes .haut .lien-plus:hover {
            background: #bc9c72; }
          .home #main #nouveautes .haut .lien-plus i {
            transform: rotate(50deg) translate(-5px, 10px);
            font-size: 25px;
            margin-right: 5px; }
            @media (max-width: 992px) {
              .home #main #nouveautes .haut .lien-plus i {
                font-size: 22px;
                margin-right: 0px; } }
      .home #main #nouveautes .supprmarge {
        margin-left: -15px;
        margin-right: -15px; }
        .home #main #nouveautes .supprmarge .carrousel-nouveautes .slide {
          position: relative; }
        .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-haut {
          position: absolute;
          top: 15px;
          right: 15px;
          background: #ffffff;
          padding: 10px 0 20px 10px;
          border-radius: 20px;
          width: 260px; }
          @media (max-width: 1650px) {
            .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-haut {
              width: 230px; } }
          @media (max-width: 1200px) {
            .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-haut {
              padding-bottom: 10px; } }
          .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-haut .vignette-fleche {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px; }
            @media (max-width: 1200px) {
              .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-haut .vignette-fleche {
                margin-bottom: 10px; } }
            .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-haut .vignette-fleche .vignette-haut {
              width: 180px;
              border-radius: 20px;
              float: left; }
              @media (max-width: 1650px) {
                .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-haut .vignette-fleche .vignette-haut {
                  width: 160px; } }
              @media (max-width: 1200px) {
                .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-haut .vignette-fleche .vignette-haut {
                  width: 140px; } }
            .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-haut .vignette-fleche .lien-programme {
              margin: 0 auto;
              text-decoration: none; }
              .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-haut .vignette-fleche .lien-programme:hover i {
                background: #aa8451; }
              .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-haut .vignette-fleche .lien-programme .fa-chevron-right {
                transition: 0.3s ease;
                background: #bc9c72;
                border-radius: 100%;
                font-size: 22px;
                color: #ffffff;
                width: 35px;
                height: 35px;
                display: flex;
                align-items: center;
                justify-content: center; }
          .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-haut .typologie-haut,
          .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-haut .prix-haut {
            display: flex;
            padding-right: 15px;
            padding-left: 5px;
            justify-content: space-between;
            font-size: 15px; }
            .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-haut .typologie-haut strong,
            .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-haut .prix-haut strong {
              font-size: 14px; }
          .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-haut .typologie-haut {
            margin-bottom: 10px; }
            @media (max-width: 1200px) {
              .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-haut .typologie-haut {
                margin-bottom: 5px; } }
        .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-bas {
          position: absolute;
          bottom: 15px;
          left: 20px;
          height: 70px;
          background: #3c3c3b;
          padding: 15px 20px;
          display: flex;
          border-radius: 20px; }
          @media (max-width: 1650px) {
            .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-bas {
              padding: 10px 15px;
              max-width: 400px; } }
          @media (max-width: 1200px) {
            .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-bas {
              max-width: 300px; } }
          @media (max-width: 768px) {
            .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-bas {
              bottom: 10px;
              left: 10px;
              max-width: 280px;
              height: auto; } }
          @media (max-width: 480px) {
            .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-bas {
              max-width: 220px; } }
          .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-bas .lieux {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center; }
            .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-bas .lieux .lieu {
              color: #ffffff;
              font-size: 20px;
              font-family: "Open Sans";
              line-height: 18px;
              font-weight: 700;
              margin-bottom: 0; }
              @media (max-width: 1650px) {
                .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-bas .lieux .lieu {
                  font-size: 18px; } }
              @media (max-width: 1200px) {
                .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-bas .lieux .lieu {
                  font-size: 16px; } }
            .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-bas .lieux .quartier {
              font-style: italic;
              color: #ffffff;
              font-size: 14px;
              margin-bottom: 0;
              margin-top: 4px; }
              @media (max-width: 1200px) {
                .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-bas .lieux .quartier {
                  font-size: 13px; } }
          .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-bas .logements {
            border-left: 1px solid #ffffff;
            padding-left: 20px;
            margin-left: 20px;
            color: #ffffff;
            font-size: 14px;
            line-height: 22px;
            display: flex;
            align-items: center;
            justify-content: center; }
            @media (max-width: 1200px) {
              .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-bas .logements {
                flex-shrink: 0; } }
            @media (max-width: 1200px) {
              .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-bas .logements {
                font-size: 13px; } }
            @media (max-width: 768px) {
              .home #main #nouveautes .supprmarge .carrousel-nouveautes .bloc-bas .logements {
                padding-left: 10px;
                margin-left: 10px; } }
        .home #main #nouveautes .supprmarge .carrousel-nouveautes .programme.pair .bloc-bas {
          background: #bc9c72; }
        .home #main #nouveautes .supprmarge .carrousel-nouveautes .immobilier .bloc-bas {
          background: #379b83; }
        .home #main #nouveautes .supprmarge .carrousel-nouveautes .entreprise .bloc-bas {
          background: #0e4da2; }
        .home #main #nouveautes .supprmarge .carrousel-nouveautes .slide {
          margin-left: 15px;
          margin-right: 15px; }
          .home #main #nouveautes .supprmarge .carrousel-nouveautes .slide .visuel {
            border-radius: 20px; }
          .home #main #nouveautes .supprmarge .carrousel-nouveautes .slide .bloc-haut {
            right: auto;
            left: 15px; }
        .home #main #nouveautes .supprmarge .carrousel-nouveautes .slick-prev,
        .home #main #nouveautes .supprmarge .carrousel-nouveautes .slick-next {
          position: absolute;
          top: -80px;
          left: 400px;
          background: #3c3c3b;
          color: #ffffff;
          border-radius: 100%;
          width: 50px;
          height: 50px;
          z-index: 1;
          border: 0;
          font-size: 25px;
          transition: 0.3s ease; }
          .home #main #nouveautes .supprmarge .carrousel-nouveautes .slick-prev:hover,
          .home #main #nouveautes .supprmarge .carrousel-nouveautes .slick-next:hover {
            background: #bc9c72; }
          @media (max-width: 1650px) {
            .home #main #nouveautes .supprmarge .carrousel-nouveautes .slick-prev,
            .home #main #nouveautes .supprmarge .carrousel-nouveautes .slick-next {
              height: 45px;
              width: 45px;
              font-size: 22px; } }
          @media (max-width: 1200px) {
            .home #main #nouveautes .supprmarge .carrousel-nouveautes .slick-prev,
            .home #main #nouveautes .supprmarge .carrousel-nouveautes .slick-next {
              height: 40px;
              width: 40px;
              font-size: 20px; } }
          @media (max-width: 992px) {
            .home #main #nouveautes .supprmarge .carrousel-nouveautes .slick-prev,
            .home #main #nouveautes .supprmarge .carrousel-nouveautes .slick-next {
              height: 35px;
              width: 35px;
              font-size: 18px;
              left: 320px;
              top: -70px; } }
          @media (max-width: 768px) {
            .home #main #nouveautes .supprmarge .carrousel-nouveautes .slick-prev,
            .home #main #nouveautes .supprmarge .carrousel-nouveautes .slick-next {
              height: 30px;
              width: 30px;
              top: -65px;
              left: 300px; } }
          @media (max-width: 520px) {
            .home #main #nouveautes .supprmarge .carrousel-nouveautes .slick-prev,
            .home #main #nouveautes .supprmarge .carrousel-nouveautes .slick-next {
              left: 250px; } }
        .home #main #nouveautes .supprmarge .carrousel-nouveautes .slick-next {
          left: 470px; }
          @media (max-width: 1200px) {
            .home #main #nouveautes .supprmarge .carrousel-nouveautes .slick-next {
              left: 460px; } }
          @media (max-width: 992px) {
            .home #main #nouveautes .supprmarge .carrousel-nouveautes .slick-next {
              left: 360px; } }
          @media (max-width: 768px) {
            .home #main #nouveautes .supprmarge .carrousel-nouveautes .slick-next {
              left: 340px; } }
          @media (max-width: 520px) {
            .home #main #nouveautes .supprmarge .carrousel-nouveautes .slick-next {
              left: 285px; } }
    .home #main #avis-clients {
      padding: 70px 0;
      background: #f8f7f6; }
      @media (max-width: 768px) {
        .home #main #avis-clients {
          padding: 50px 0; } }
      .home #main #avis-clients .haut {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px; }
        @media (max-width: 768px) {
          .home #main #avis-clients .haut {
            flex-direction: column;
            align-items: flex-start; } }
        .home #main #avis-clients .haut h2.titre_bandeau {
          font-family: 'Open Sans';
          font-size: 42px;
          font-weight: 700; }
          @media (max-width: 1650px) {
            .home #main #avis-clients .haut h2.titre_bandeau {
              font-size: 38px; } }
          @media (max-width: 1200px) {
            .home #main #avis-clients .haut h2.titre_bandeau {
              font-size: 36px; } }
          @media (max-width: 992px) {
            .home #main #avis-clients .haut h2.titre_bandeau {
              font-size: 32px; } }
          @media (max-width: 768px) {
            .home #main #avis-clients .haut h2.titre_bandeau {
              font-size: 28px;
              margin-bottom: 20px; } }
          @media (max-width: 520px) {
            .home #main #avis-clients .haut h2.titre_bandeau {
              font-size: 24px; } }
        .home #main #avis-clients .haut .bouton {
          background: #3c3c3b;
          border-radius: 20px;
          color: #ffffff;
          font-size: 20px;
          padding: 10px 20px 10px 30px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 700;
          text-decoration: none;
          transition: 0.3s ease; }
          @media (max-width: 992px) {
            .home #main #avis-clients .haut .bouton {
              padding: 7px 15px 7px 25px; } }
          @media (max-width: 768px) {
            .home #main #avis-clients .haut .bouton {
              font-size: 18px; } }
          @media (max-width: 520px) {
            .home #main #avis-clients .haut .bouton {
              font-size: 16px; } }
          .home #main #avis-clients .haut .bouton:hover {
            background: #bc9c72; }
          .home #main #avis-clients .haut .bouton i {
            transform: rotate(50deg) translate(-5px, 10px);
            font-size: 25px;
            margin-right: 5px; }
            @media (max-width: 992px) {
              .home #main #avis-clients .haut .bouton i {
                font-size: 22px;
                margin-right: 0px; } }
      .home #main #avis-clients .liste-avis {
        display: flex;
        flex-wrap: wrap; }
        .home #main #avis-clients .liste-avis .bloc_avis {
          border-radius: 20px;
          border: 1px solid #bc9c72;
          width: calc(25% - 30px);
          margin: 0 15px 30px;
          background: #f8f7f6;
          visibility: visible !important; }
          .home #main #avis-clients .liste-avis .bloc_avis:nth-of-type(odd) {
            background: #ffffff; }
          .home #main #avis-clients .liste-avis .bloc_avis .header {
            border-bottom: 1px solid #bc9c72;
            padding: 10px 20px;
            display: flex; }
            .home #main #avis-clients .liste-avis .bloc_avis .header .lettre {
              border-radius: 100%;
              background: #bc9c72;
              color: #ffffff;
              font-size: 22px;
              font-weight: 600;
              width: 50px;
              height: 50px;
              display: flex;
              align-items: center;
              justify-content: center;
              margin-right: 10px;
              flex-shrink: 0; }
            .home #main #avis-clients .liste-avis .bloc_avis .header .droite {
              width: 100%; }
              .home #main #avis-clients .liste-avis .bloc_avis .header .droite .nom {
                font-size: 20px;
                line-height: 32px;
                margin-bottom: 0;
                font-weight: 600; }
              .home #main #avis-clients .liste-avis .bloc_avis .header .droite .bas-header {
                display: flex;
                align-items: center;
                width: 100%;
                justify-content: space-between;
                flex-wrap: wrap; }
                @media (max-width: 1200px) {
                  .home #main #avis-clients .liste-avis .bloc_avis .header .droite .bas-header {
                    flex-wrap: nowrap; } }
                .home #main #avis-clients .liste-avis .bloc_avis .header .droite .bas-header .date {
                  margin-bottom: 0;
                  color: #a09c92;
                  font-style: italic;
                  font-size: 14px; }
                .home #main #avis-clients .liste-avis .bloc_avis .header .droite .bas-header .note {
                  margin-top: -8px;
                  display: flex; }
                  @media (max-width: 1650px) {
                    .home #main #avis-clients .liste-avis .bloc_avis .header .droite .bas-header .note {
                      flex-shrink: 0;
                      margin-top: 5px; } }
                  @media (max-width: 1200px) {
                    .home #main #avis-clients .liste-avis .bloc_avis .header .droite .bas-header .note {
                      margin-top: -8px; } }
                  @media (max-width: 992px) {
                    .home #main #avis-clients .liste-avis .bloc_avis .header .droite .bas-header .note {
                      margin-top: 0px; } }
                  .home #main #avis-clients .liste-avis .bloc_avis .header .droite .bas-header .note img {
                    width: 18px; }
          .home #main #avis-clients .liste-avis .bloc_avis .commentaire {
            padding: 10px 20px 15px;
            font-size: 15px;
            text-align: justify; }
      .home #main #avis-clients .slick-prev,
      .home #main #avis-clients .slick-next {
        position: absolute;
        top: -80px;
        left: 450px;
        background: #3c3c3b;
        color: #ffffff;
        border-radius: 100%;
        width: 50px;
        height: 50px;
        z-index: 1;
        border: 0;
        font-size: 25px;
        transition: 0.3s ease; }
        .home #main #avis-clients .slick-prev:hover,
        .home #main #avis-clients .slick-next:hover {
          background: #bc9c72; }
        @media (max-width: 992px) {
          .home #main #avis-clients .slick-prev,
          .home #main #avis-clients .slick-next {
            height: 35px;
            width: 35px;
            font-size: 18px;
            left: 385px;
            top: -72px; } }
        @media (max-width: 768px) {
          .home #main #avis-clients .slick-prev,
          .home #main #avis-clients .slick-next {
            height: 30px;
            width: 30px;
            top: -65px;
            left: 300px; } }
        @media (max-width: 520px) {
          .home #main #avis-clients .slick-prev,
          .home #main #avis-clients .slick-next {
            left: 250px; } }
      .home #main #avis-clients .slick-next {
        left: 520px; }
        @media (max-width: 992px) {
          .home #main #avis-clients .slick-next {
            left: 425px; } }
        @media (max-width: 768px) {
          .home #main #avis-clients .slick-next {
            left: 340px; } }
        @media (max-width: 520px) {
          .home #main #avis-clients .slick-next {
            left: 285px; } }

#blocs-propositions {
  padding: 70px 0;
  background: #ffffff; }
  @media (max-width: 768px) {
    #blocs-propositions {
      padding: 50px 0; }
      #blocs-propositions .container-1600 {
        width: 100%;
        padding: 0 15px; } }
  #blocs-propositions h2 {
    font-family: 'Open Sans';
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 700; }
    @media (max-width: 1650px) {
      #blocs-propositions h2 {
        font-size: 38px; } }
    @media (max-width: 1200px) {
      #blocs-propositions h2 {
        font-size: 36px; } }
    @media (max-width: 992px) {
      #blocs-propositions h2 {
        font-size: 32px; } }
    @media (max-width: 768px) {
      #blocs-propositions h2 {
        font-size: 28px;
        margin-bottom: 20px; } }
    @media (max-width: 520px) {
      #blocs-propositions h2 {
        font-size: 24px; } }
  #blocs-propositions #fond-edito-1 {
    border-radius: 20px;
    display: flex;
    justify-content: flex-end;
    padding: 80px 30px;
    overflow: hidden; }
    @media (max-width: 1200px) {
      #blocs-propositions #fond-edito-1 {
        padding: 50px 20px; } }
    @media (max-width: 992px) {
      #blocs-propositions #fond-edito-1 {
        padding: 30px 0px; } }
    @media (max-width: 768px) {
      #blocs-propositions #fond-edito-1 {
        padding: 15px 15px 0;
        background-size: cover; } }
    #blocs-propositions #fond-edito-1 .rangee {
      width: 70%;
      display: flex; }
      @media (max-width: 1650px) {
        #blocs-propositions #fond-edito-1 .rangee {
          width: 80%; } }
      @media (max-width: 1200px) {
        #blocs-propositions #fond-edito-1 .rangee {
          width: 100%; } }
      @media (max-width: 768px) {
        #blocs-propositions #fond-edito-1 .rangee {
          flex-direction: column;
          width: 350px;
          margin: 0 auto;
          max-width: 100%; } }
      #blocs-propositions #fond-edito-1 .rangee .bloc {
        background: #3c3c3b;
        border-radius: 20px;
        padding: 30px;
        width: calc(33.33% - 30px);
        margin: 0 15px;
        display: flex;
        flex-direction: column;
        align-items: end; }
        @media (max-width: 992px) {
          #blocs-propositions #fond-edito-1 .rangee .bloc {
            margin: 0 10px;
            padding: 20px;
            width: calc(33.33% - 20px); } }
        @media (max-width: 768px) {
          #blocs-propositions #fond-edito-1 .rangee .bloc {
            width: 100%;
            margin: 0 0 20px;
            padding: 20px 30px; } }
        #blocs-propositions #fond-edito-1 .rangee .bloc .bouton {
          background: #ffffff;
          border-radius: 100%;
          width: 50px;
          height: 50px;
          display: flex;
          align-items: center;
          justify-content: center;
          text-decoration: none;
          margin-bottom: 40px; }
          @media (max-width: 1650px) {
            #blocs-propositions #fond-edito-1 .rangee .bloc .bouton {
              margin-bottom: 30px; } }
          @media (max-width: 1200px) {
            #blocs-propositions #fond-edito-1 .rangee .bloc .bouton {
              width: 40px;
              height: 40px;
              margin-bottom: 20px; } }
          @media (max-width: 992px) {
            #blocs-propositions #fond-edito-1 .rangee .bloc .bouton {
              width: 30px;
              height: 30px; } }
          @media (max-width: 768px) {
            #blocs-propositions #fond-edito-1 .rangee .bloc .bouton {
              width: 40px;
              height: 40px; } }
          #blocs-propositions #fond-edito-1 .rangee .bloc .bouton i {
            transition: 0.3s ease;
            color: #3c3c3b;
            transform: rotate(50deg) translate(1px, 2px);
            font-size: 25px; }
            @media (max-width: 1200px) {
              #blocs-propositions #fond-edito-1 .rangee .bloc .bouton i {
                font-size: 22px; } }
            @media (max-width: 992px) {
              #blocs-propositions #fond-edito-1 .rangee .bloc .bouton i {
                font-size: 20px; } }
            @media (max-width: 768px) {
              #blocs-propositions #fond-edito-1 .rangee .bloc .bouton i {
                font-size: 22px; } }
          #blocs-propositions #fond-edito-1 .rangee .bloc .bouton:hover i {
            transform: rotate(90deg) translate(2px, 0px); }
        #blocs-propositions #fond-edito-1 .rangee .bloc h3 {
          text-align: right;
          font-weight: 700;
          color: #ffffff;
          font-family: 'Open Sans';
          font-size: 25px;
          padding-bottom: 20px;
          border-bottom: 1px solid #ffffff;
          margin-bottom: 20px;
          width: 100%; }
          @media (max-width: 1650px) {
            #blocs-propositions #fond-edito-1 .rangee .bloc h3 {
              font-size: 24px; }
              #blocs-propositions #fond-edito-1 .rangee .bloc h3 br {
                display: none; } }
          @media (max-width: 1200px) {
            #blocs-propositions #fond-edito-1 .rangee .bloc h3 {
              font-size: 22px; } }
          @media (max-width: 992px) {
            #blocs-propositions #fond-edito-1 .rangee .bloc h3 {
              font-size: 20px; } }
        #blocs-propositions #fond-edito-1 .rangee .bloc p {
          color: #ffffff;
          font-size: 16px;
          text-align: right; }

#footer-lieux {
  padding: 50px 0;
  background: #f8f7f6; }
  @media (max-width: 1650px) {
    #footer-lieux {
      padding: 40px 0; } }
  #footer-lieux .container-1600 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 768px) {
      #footer-lieux .container-1600 {
        flex-direction: column;
        justify-content: center; } }
    #footer-lieux .container-1600 .gauche {
      margin-right: 50px; }
      @media (max-width: 1650px) {
        #footer-lieux .container-1600 .gauche {
          margin-right: 30px; } }
      @media (max-width: 992px) {
        #footer-lieux .container-1600 .gauche {
          flex-shrink: 0; } }
      @media (max-width: 768px) {
        #footer-lieux .container-1600 .gauche {
          margin-right: 0; } }
      #footer-lieux .container-1600 .gauche h4 {
        font-family: 'Open Sans';
        font-size: 32px;
        line-height: normal;
        font-weight: 700;
        margin-bottom: 0; }
        @media (max-width: 1650px) {
          #footer-lieux .container-1600 .gauche h4 {
            font-size: 26px; } }
        @media (max-width: 1200px) {
          #footer-lieux .container-1600 .gauche h4 {
            font-size: 20px; } }
        @media (max-width: 768px) {
          #footer-lieux .container-1600 .gauche h4 {
            margin-bottom: 30px;
            text-align: center; } }
    #footer-lieux .container-1600 .droite {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      @media (max-width: 992px) {
        #footer-lieux .container-1600 .droite {
          flex-wrap: wrap;
          gap: 20px;
          text-align: center;
          justify-content: center; } }
      @media (max-width: 768px) {
        #footer-lieux .container-1600 .droite {
          width: 180px;
          text-align: left; } }
      #footer-lieux .container-1600 .droite .lieu {
        margin: 0 40px; }
        @media (max-width: 1650px) {
          #footer-lieux .container-1600 .droite .lieu {
            margin: 0 20px; } }
        @media (max-width: 768px) {
          #footer-lieux .container-1600 .droite .lieu {
            width: 100%; } }
        #footer-lieux .container-1600 .droite .lieu i {
          font-size: 32px;
          margin-right: 25px; }
          @media (max-width: 1650px) {
            #footer-lieux .container-1600 .droite .lieu i {
              font-size: 28px;
              margin-right: 15px; } }
          @media (max-width: 1200px) {
            #footer-lieux .container-1600 .droite .lieu i {
              font-size: 24px;
              margin-right: 10px; } }
        #footer-lieux .container-1600 .droite .lieu span {
          font-size: 26px;
          font-family: "Open Sans";
          font-weight: 500; }
          @media (max-width: 1650px) {
            #footer-lieux .container-1600 .droite .lieu span {
              font-size: 24px; } }
          @media (max-width: 1200px) {
            #footer-lieux .container-1600 .droite .lieu span {
              font-size: 20px; } }

#contact {
  padding: 50px 0px;
  background-position: center center;
  background-size: cover;
  max-width: 100%;
  overflow: hidden; }
  #contact .container-1600 {
    position: relative; }
    #contact .container-1600 .conteneur-formulaire {
      background: rgba(255, 255, 255, 0.8);
      border-radius: 20px;
      padding: 40px 50px;
      width: 630px; }
      @media (max-width: 1200px) {
        #contact .container-1600 .conteneur-formulaire {
          width: 570px;
          padding: 30px 40px; } }
      @media (max-width: 992px) {
        #contact .container-1600 .conteneur-formulaire {
          width: 550px;
          margin: 0 auto; } }
      @media (max-width: 768px) {
        #contact .container-1600 .conteneur-formulaire {
          width: 100%;
          padding: 30px 20px; } }
      #contact .container-1600 .conteneur-formulaire h3 {
        font-family: "Open Sans";
        font-size: 32px;
        text-align: right;
        color: #3c3c3b;
        font-weight: 700; }
        #contact .container-1600 .conteneur-formulaire h3 span {
          color: #bc9c72; }
        @media (max-width: 1650px) {
          #contact .container-1600 .conteneur-formulaire h3 {
            font-size: 30px; } }
        @media (max-width: 1200px) {
          #contact .container-1600 .conteneur-formulaire h3 {
            font-size: 28px; } }
        @media (max-width: 992px) {
          #contact .container-1600 .conteneur-formulaire h3 {
            font-size: 24px; } }
      #contact .container-1600 .conteneur-formulaire .accroche {
        font-size: 22px;
        font-weight: 100;
        text-align: right;
        font-style: italic;
        color: #3c3c3b; }
        @media (max-width: 1200px) {
          #contact .container-1600 .conteneur-formulaire .accroche {
            font-size: 20px; } }
        @media (max-width: 992px) {
          #contact .container-1600 .conteneur-formulaire .accroche {
            font-size: 18px; } }
      @media (max-width: 768px) {
        #contact .container-1600 .conteneur-formulaire .contenu .formulaire .wpforms-field-name {
          padding: 0; }
        #contact .container-1600 .conteneur-formulaire .contenu .formulaire .wpforms-one-half {
          width: 100% !important;
          padding: 10px 0;
          margin-left: 0; }
        #contact .container-1600 .conteneur-formulaire .contenu .formulaire .wpforms-field-layout-preset-50-50 {
          flex-wrap: wrap !important; }
          #contact .container-1600 .conteneur-formulaire .contenu .formulaire .wpforms-field-layout-preset-50-50 .wpforms-layout-column-50 {
            width: 100% !important; } }
      #contact .container-1600 .conteneur-formulaire .contenu .formulaire .wpforms-error {
        color: #ccb495;
        margin-top: 2px;
        font-size: 16px; }
      @media (max-width: 768px) {
        #contact .container-1600 .conteneur-formulaire .contenu .formulaire .wpforms-field {
          width: 100%;
          margin-left: 0; } }
      #contact .container-1600 .conteneur-formulaire .contenu .formulaire input,
      #contact .container-1600 .conteneur-formulaire .contenu .formulaire select,
      #contact .container-1600 .conteneur-formulaire .contenu .formulaire option {
        color: #3c3c3b; }
        #contact .container-1600 .conteneur-formulaire .contenu .formulaire input[type=text], #contact .container-1600 .conteneur-formulaire .contenu .formulaire input[type=tel], #contact .container-1600 .conteneur-formulaire .contenu .formulaire input[type=email],
        #contact .container-1600 .conteneur-formulaire .contenu .formulaire select[type=text],
        #contact .container-1600 .conteneur-formulaire .contenu .formulaire select[type=tel],
        #contact .container-1600 .conteneur-formulaire .contenu .formulaire select[type=email],
        #contact .container-1600 .conteneur-formulaire .contenu .formulaire option[type=text],
        #contact .container-1600 .conteneur-formulaire .contenu .formulaire option[type=tel],
        #contact .container-1600 .conteneur-formulaire .contenu .formulaire option[type=email] {
          height: 45px;
          border-radius: 10px;
          padding: 10px 15px; }
          @media (max-width: 1200px) {
            #contact .container-1600 .conteneur-formulaire .contenu .formulaire input[type=text], #contact .container-1600 .conteneur-formulaire .contenu .formulaire input[type=tel], #contact .container-1600 .conteneur-formulaire .contenu .formulaire input[type=email],
            #contact .container-1600 .conteneur-formulaire .contenu .formulaire select[type=text],
            #contact .container-1600 .conteneur-formulaire .contenu .formulaire select[type=tel],
            #contact .container-1600 .conteneur-formulaire .contenu .formulaire select[type=email],
            #contact .container-1600 .conteneur-formulaire .contenu .formulaire option[type=text],
            #contact .container-1600 .conteneur-formulaire .contenu .formulaire option[type=tel],
            #contact .container-1600 .conteneur-formulaire .contenu .formulaire option[type=email] {
              height: 40px; } }
          @media (max-width: 768px) {
            #contact .container-1600 .conteneur-formulaire .contenu .formulaire input[type=text], #contact .container-1600 .conteneur-formulaire .contenu .formulaire input[type=tel], #contact .container-1600 .conteneur-formulaire .contenu .formulaire input[type=email],
            #contact .container-1600 .conteneur-formulaire .contenu .formulaire select[type=text],
            #contact .container-1600 .conteneur-formulaire .contenu .formulaire select[type=tel],
            #contact .container-1600 .conteneur-formulaire .contenu .formulaire select[type=email],
            #contact .container-1600 .conteneur-formulaire .contenu .formulaire option[type=text],
            #contact .container-1600 .conteneur-formulaire .contenu .formulaire option[type=tel],
            #contact .container-1600 .conteneur-formulaire .contenu .formulaire option[type=email] {
              font-size: 16px; } }
      #contact .container-1600 .conteneur-formulaire .contenu .formulaire textarea {
        color: #3c3c3b;
        height: 100px;
        border-radius: 10px;
        padding: 10px 15px; }
        @media (max-width: 1200px) {
          #contact .container-1600 .conteneur-formulaire .contenu .formulaire textarea {
            height: 80px; } }
        @media (max-width: 768px) {
          #contact .container-1600 .conteneur-formulaire .contenu .formulaire textarea {
            font-size: 16px; } }
      #contact .container-1600 .conteneur-formulaire .contenu .formulaire .mailcheck-error .mailcheck-suggestion {
        color: #3c3c3b; }
      #contact .container-1600 .conteneur-formulaire .contenu .formulaire .rgpd {
        color: #3c3c3b; }
        #contact .container-1600 .conteneur-formulaire .contenu .formulaire .rgpd li {
          display: flex; }
        #contact .container-1600 .conteneur-formulaire .contenu .formulaire .rgpd input {
          flex-shrink: 0; }
        #contact .container-1600 .conteneur-formulaire .contenu .formulaire .rgpd label {
          font-size: 14px; }
          @media (max-width: 768px) {
            #contact .container-1600 .conteneur-formulaire .contenu .formulaire .rgpd label {
              font-size: 13px; } }
          #contact .container-1600 .conteneur-formulaire .contenu .formulaire .rgpd label a {
            text-decoration: underline;
            transition: 0.3s ease;
            color: #bc9c72; }
            #contact .container-1600 .conteneur-formulaire .contenu .formulaire .rgpd label a:hover {
              color: #aa8451; }
          #contact .container-1600 .conteneur-formulaire .contenu .formulaire .rgpd label.wpforms-error {
            font-size: 16px;
            margin-top: 5px; }
      #contact .container-1600 .conteneur-formulaire .contenu .formulaire .wpforms-submit-container {
        display: flex;
        justify-content: flex-end; }
        #contact .container-1600 .conteneur-formulaire .contenu .formulaire .wpforms-submit-container .wpforms-submit {
          display: inline-block;
          padding: 12px 25px 10px;
          background: #bc9c72;
          color: #ffffff;
          border-radius: 10px;
          border: 0;
          font-size: 24px;
          transition: 0.3s ease;
          font-family: "Open Sans";
          font-weight: 700;
          text-decoration: none;
          display: table;
          padding-left: 35px;
          margin-top: 10px; }
          #contact .container-1600 .conteneur-formulaire .contenu .formulaire .wpforms-submit-container .wpforms-submit:hover {
            background: #aa8451; }
          @media (max-width: 1200px) {
            #contact .container-1600 .conteneur-formulaire .contenu .formulaire .wpforms-submit-container .wpforms-submit {
              font-size: 22px;
              padding: 10px 20px 8px; } }
          @media (max-width: 768px) {
            #contact .container-1600 .conteneur-formulaire .contenu .formulaire .wpforms-submit-container .wpforms-submit {
              font-size: 20px;
              padding: 8px 15px 6px; } }
          @media (max-width: 1650px) {
            #contact .container-1600 .conteneur-formulaire .contenu .formulaire .wpforms-submit-container .wpforms-submit {
              padding: 10px 20px 8px 30px;
              font-size: 22px; } }
          @media (max-width: 992px) {
            #contact .container-1600 .conteneur-formulaire .contenu .formulaire .wpforms-submit-container .wpforms-submit {
              font-size: 20px; } }
          #contact .container-1600 .conteneur-formulaire .contenu .formulaire .wpforms-submit-container .wpforms-submit:before {
            content: "\f062";
            transform: rotate(50deg) translate(-6px, 10px);
            font-family: "Font Awesome 6 Pro";
            font-weight: normal;
            display: inline-block;
            margin-right: 5px; }
    #contact .container-1600 .coordonnees {
      position: absolute;
      bottom: 0;
      right: 0; }
      @media (max-width: 1650px) {
        #contact .container-1600 .coordonnees {
          display: flex;
          flex-direction: column;
          align-items: end; } }
      @media (max-width: 992px) {
        #contact .container-1600 .coordonnees {
          position: relative;
          margin-top: 30px;
          flex-direction: row;
          justify-content: center; } }
      @media (max-width: 768px) {
        #contact .container-1600 .coordonnees {
          flex-direction: column; } }
      #contact .container-1600 .coordonnees .tel {
        display: inline-block;
        padding: 12px 25px 10px;
        background: #3c3c3b;
        color: #ffffff;
        border-radius: 10px;
        border: 0;
        font-size: 24px;
        transition: 0.3s ease;
        font-family: "Open Sans";
        font-weight: 700;
        text-decoration: none;
        margin-right: 15px; }
        #contact .container-1600 .coordonnees .tel:hover {
          background: #222222; }
        @media (max-width: 1200px) {
          #contact .container-1600 .coordonnees .tel {
            font-size: 22px;
            padding: 10px 20px 8px; } }
        @media (max-width: 768px) {
          #contact .container-1600 .coordonnees .tel {
            font-size: 20px;
            padding: 8px 15px 6px; } }
        #contact .container-1600 .coordonnees .tel span {
          margin-left: 10px;
          color: #ffffff;
          font-size: 22px; }
        @media (max-width: 1650px) {
          #contact .container-1600 .coordonnees .tel {
            margin-bottom: 20px;
            font-size: 20px;
            margin-right: 0; }
            #contact .container-1600 .coordonnees .tel span {
              font-size: 20px; } }
        @media (max-width: 1200px) {
          #contact .container-1600 .coordonnees .tel {
            font-size: 18px;
            padding: 10px 15px 8px; }
            #contact .container-1600 .coordonnees .tel span {
              font-size: 18px; } }
        @media (max-width: 992px) {
          #contact .container-1600 .coordonnees .tel {
            margin-bottom: 0;
            margin-right: 20px; } }
        @media (max-width: 768px) {
          #contact .container-1600 .coordonnees .tel {
            margin-bottom: 20px;
            margin-right: 0; } }
        @media (max-width: 520px) {
          #contact .container-1600 .coordonnees .tel {
            font-size: 16px; }
            #contact .container-1600 .coordonnees .tel span {
              font-size: 16px;
              margin-left: 0; }
            #contact .container-1600 .coordonnees .tel i {
              display: none; } }
      #contact .container-1600 .coordonnees .email {
        display: inline-block;
        padding: 12px 25px 10px;
        background: #3c3c3b;
        color: #ffffff;
        border-radius: 10px;
        border: 0;
        font-size: 24px;
        transition: 0.3s ease;
        font-family: "Open Sans";
        font-weight: 700;
        text-decoration: none; }
        #contact .container-1600 .coordonnees .email:hover {
          background: #222222; }
        @media (max-width: 1200px) {
          #contact .container-1600 .coordonnees .email {
            font-size: 22px;
            padding: 10px 20px 8px; } }
        @media (max-width: 768px) {
          #contact .container-1600 .coordonnees .email {
            font-size: 20px;
            padding: 8px 15px 6px; } }
        #contact .container-1600 .coordonnees .email span {
          margin-left: 10px;
          color: #ffffff;
          font-size: 22px; }
        @media (max-width: 1650px) {
          #contact .container-1600 .coordonnees .email {
            font-size: 20px; }
            #contact .container-1600 .coordonnees .email span {
              font-size: 20px; } }
        @media (max-width: 1200px) {
          #contact .container-1600 .coordonnees .email {
            font-size: 18px;
            padding: 10px 15px 8px; }
            #contact .container-1600 .coordonnees .email span {
              font-size: 18px; } }
        @media (max-width: 520px) {
          #contact .container-1600 .coordonnees .email {
            font-size: 16px; }
            #contact .container-1600 .coordonnees .email span {
              font-size: 16px;
              margin-left: 0; }
            #contact .container-1600 .coordonnees .email i {
              display: none; } }

.footer-programme #blocs-propositions #fond-edito-1 .rangee .bloc:nth-of-type(2) {
  background: #bc9c72; }
.footer-programme #contact .container-1600 .conteneur-formulaire .titre-bloc h3 span {
  color: #bc9c72; }
.footer-programme #contact .container-1600 .conteneur-formulaire .contenu .formulaire .rgpd label a {
  color: #bc9c72; }
.footer-programme #contact .container-1600 .conteneur-formulaire .contenu .formulaire .wpforms-submit-container .wpforms-submit {
  background: #bc9c72; }
  .footer-programme #contact .container-1600 .conteneur-formulaire .contenu .formulaire .wpforms-submit-container .wpforms-submit:hover {
    background: #aa8451; }
.footer-programme #contact .container-1600 .coordonnees .tel,
.footer-programme #contact .container-1600 .coordonnees .email {
  background: #bc9c72; }
  .footer-programme #contact .container-1600 .coordonnees .tel:hover,
  .footer-programme #contact .container-1600 .coordonnees .email:hover {
    background: #aa8451; }

.footer-immobilier #blocs-propositions #fond-edito-1 .rangee .bloc:nth-of-type(2) {
  background: #379b83; }
.footer-immobilier #contact .container-1600 .conteneur-formulaire .titre-bloc h3 span {
  color: #379b83; }
.footer-immobilier #contact .container-1600 .conteneur-formulaire .contenu .formulaire .rgpd label a {
  color: #379b83; }
.footer-immobilier #contact .container-1600 .conteneur-formulaire .contenu .formulaire .wpforms-submit-container .wpforms-submit {
  background: #379b83; }
  .footer-immobilier #contact .container-1600 .conteneur-formulaire .contenu .formulaire .wpforms-submit-container .wpforms-submit:hover {
    background: #2a7563; }
.footer-immobilier #contact .container-1600 .coordonnees .tel,
.footer-immobilier #contact .container-1600 .coordonnees .email {
  background: #379b83; }
  .footer-immobilier #contact .container-1600 .coordonnees .tel:hover,
  .footer-immobilier #contact .container-1600 .coordonnees .email:hover {
    background: #2a7563; }

.footer-entreprise #blocs-propositions #fond-edito-1 .rangee .bloc:nth-of-type(2) {
  background: #0e4da2; }
.footer-entreprise #contact .container-1600 .conteneur-formulaire .titre-bloc h3 span {
  color: #0e4da2; }
.footer-entreprise #contact .container-1600 .conteneur-formulaire .contenu .formulaire .rgpd label a {
  color: #0e4da2; }
.footer-entreprise #contact .container-1600 .conteneur-formulaire .contenu .formulaire .wpforms-submit-container .wpforms-submit {
  background: #0e4da2; }
  .footer-entreprise #contact .container-1600 .conteneur-formulaire .contenu .formulaire .wpforms-submit-container .wpforms-submit:hover {
    background: #0a3773; }
.footer-entreprise #contact .container-1600 .coordonnees .tel,
.footer-entreprise #contact .container-1600 .coordonnees .email {
  background: #0e4da2; }
  .footer-entreprise #contact .container-1600 .coordonnees .tel:hover,
  .footer-entreprise #contact .container-1600 .coordonnees .email:hover {
    background: #0a3773; }

#footer {
  background: #3d3d3c;
  padding: 50px 0 40px; }
  #footer * {
    color: #ffffff;
    text-decoration: none; }
  #footer .colonnes {
    display: flex;
    justify-content: space-between;
    gap: 20px; }
    @media (max-width: 768px) {
      #footer .colonnes {
        flex-direction: column;
        width: 300px;
        margin: 0 auto;
        text-align: center;
        max-width: 100%; } }
    #footer .colonnes .logo h2 img {
      width: 250px; }
      @media (max-width: 1650px) {
        #footer .colonnes .logo h2 img {
          width: 220px; } }
      @media (max-width: 1200px) {
        #footer .colonnes .logo h2 img {
          width: 190px; } }
      @media (max-width: 992px) {
        #footer .colonnes .logo h2 img {
          width: 150px; } }
      @media (max-width: 768px) {
        #footer .colonnes .logo h2 img {
          width: 150px; } }
    #footer .colonnes h3 {
      font-weight: 700;
      margin-bottom: 15px;
      font-size: 24px; }
      @media (max-width: 1650px) {
        #footer .colonnes h3 {
          font-size: 22px; } }
      @media (max-width: 1200px) {
        #footer .colonnes h3 {
          font-size: 20px; } }
      @media (max-width: 992px) {
        #footer .colonnes h3 {
          font-size: 18px; } }
    #footer .colonnes ul {
      list-style-type: none;
      padding-left: 0; }
      #footer .colonnes ul li {
        margin-bottom: 5px; }
        #footer .colonnes ul li a {
          font-size: 18px;
          transition: 0.3s ease; }
          @media (max-width: 1200px) {
            #footer .colonnes ul li a {
              font-size: 16px; } }
          @media (max-width: 992px) {
            #footer .colonnes ul li a {
              font-size: 15px; } }
          @media (max-width: 768px) {
            #footer .colonnes ul li a {
              font-size: 16px; } }
          #footer .colonnes ul li a:hover {
            color: #bc9c72; }
    #footer .colonnes .rs {
      display: flex;
      align-items: center;
      flex-direction: column; }
      #footer .colonnes .rs .logos-rs {
        display: flex;
        margin-bottom: 30px; }
        #footer .colonnes .rs .logos-rs .logo {
          margin-right: 5px; }
          #footer .colonnes .rs .logos-rs .logo i {
            font-size: 52px;
            transition: 0.3s ease; }
            @media (max-width: 1650px) {
              #footer .colonnes .rs .logos-rs .logo i {
                font-size: 48px; } }
            @media (max-width: 1200px) {
              #footer .colonnes .rs .logos-rs .logo i {
                font-size: 42px; } }
            @media (max-width: 992px) {
              #footer .colonnes .rs .logos-rs .logo i {
                font-size: 36px; } }
            @media (max-width: 768px) {
              #footer .colonnes .rs .logos-rs .logo i {
                font-size: 32px; } }
          #footer .colonnes .rs .logos-rs .logo:hover i {
            color: #bc9c72; }
      @media (max-width: 1200px) {
        #footer .colonnes .rs #note-google .etoile {
          width: 20px; } }
      @media (max-width: 992px) {
        #footer .colonnes .rs #note-google .etoile {
          width: 16px; } }
      #footer .colonnes .rs #note-google .texte {
        margin-top: 15px; }
        #footer .colonnes .rs #note-google .texte .logo-google {
          margin: 0 auto;
          width: 150px; }
          @media (max-width: 1650px) {
            #footer .colonnes .rs #note-google .texte .logo-google {
              width: 130px; } }
          @media (max-width: 1200px) {
            #footer .colonnes .rs #note-google .texte .logo-google {
              width: 120px; } }
          @media (max-width: 992px) {
            #footer .colonnes .rs #note-google .texte .logo-google {
              width: 100px; } }
          @media (max-width: 768px) {
            #footer .colonnes .rs #note-google .texte .logo-google {
              width: 80px; } }

#menu-footer-3 {
  background: #3d3d3c;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px; }
  #menu-footer-3 .copyright {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 5px; }
    @media (max-width: 768px) {
      #menu-footer-3 .copyright {
        font-size: 15px; } }
  #menu-footer-3 ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    justify-content: center; }
    @media (max-width: 768px) {
      #menu-footer-3 ul {
        flex-direction: column; } }
    #menu-footer-3 ul li a {
      color: #ffffff;
      text-decoration: none;
      transition: 0.3s ease;
      font-size: 16px; }
      @media (max-width: 768px) {
        #menu-footer-3 ul li a {
          font-size: 15px; } }
      #menu-footer-3 ul li a:after {
        content: ' - ';
        padding-left: 3px;
        padding-right: 3px; }
        @media (max-width: 768px) {
          #menu-footer-3 ul li a:after {
            display: none; } }
      #menu-footer-3 ul li a:hover {
        color: #bc9c72; }
    #menu-footer-3 ul li:last-of-type a:after {
      display: none; }

.ui-widget-content.ui-autocomplete {
  max-height: 400px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  z-index: 1000 !important;
  width: 300px !important; }

/*--------- RECHERCHE-----------*/
.page-template-recherche-programmes #main,
.page-template-template-mobile-biens #main,
.page-template-template-selection-tpl #main {
  padding-top: 0; }
  .page-template-recherche-programmes #main #carte-programmes,
  .page-template-template-mobile-biens #main #carte-programmes,
  .page-template-template-selection-tpl #main #carte-programmes {
    height: 600px;
    position: relative;
    z-index: 1; }
    @media (max-width: 1200px) {
      .page-template-recherche-programmes #main #carte-programmes,
      .page-template-template-mobile-biens #main #carte-programmes,
      .page-template-template-selection-tpl #main #carte-programmes {
        height: 500px; } }
    @media (max-width: 992px) {
      .page-template-recherche-programmes #main #carte-programmes,
      .page-template-template-mobile-biens #main #carte-programmes,
      .page-template-template-selection-tpl #main #carte-programmes {
        height: 400px; } }
    @media (max-width: 768px) {
      .page-template-recherche-programmes #main #carte-programmes,
      .page-template-template-mobile-biens #main #carte-programmes,
      .page-template-template-selection-tpl #main #carte-programmes {
        height: 500px; } }
    .page-template-recherche-programmes #main #carte-programmes .mycluster,
    .page-template-template-mobile-biens #main #carte-programmes .mycluster,
    .page-template-template-selection-tpl #main #carte-programmes .mycluster {
      height: 40px;
      width: 40px;
      border-radius: 50%;
      background-color: rgba(188, 156, 114, 0.9);
      color: #ffffff;
      text-align: center;
      font-size: 18px;
      line-height: 40px;
      margin-top: -20px;
      margin-left: -20px;
      box-shadow: 0 0 0px 10px rgba(188, 156, 114, 0.2); }
    .page-template-recherche-programmes #main #carte-programmes .produit,
    .page-template-template-mobile-biens #main #carte-programmes .produit,
    .page-template-template-selection-tpl #main #carte-programmes .produit {
      text-decoration: none;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      margin-bottom: 50px; }
      .page-template-recherche-programmes #main #carte-programmes .produit .visuel,
      .page-template-template-mobile-biens #main #carte-programmes .produit .visuel,
      .page-template-template-selection-tpl #main #carte-programmes .produit .visuel {
        position: relative;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 20px;
        overflow: hidden;
        flex-shrink: 0; }
        .page-template-recherche-programmes #main #carte-programmes .produit .visuel img,
        .page-template-template-mobile-biens #main #carte-programmes .produit .visuel img,
        .page-template-template-selection-tpl #main #carte-programmes .produit .visuel img {
          transition: 2s ease;
          transform: scale(1.1); }
        .page-template-recherche-programmes #main #carte-programmes .produit .visuel .statut,
        .page-template-template-mobile-biens #main #carte-programmes .produit .visuel .statut,
        .page-template-template-selection-tpl #main #carte-programmes .produit .visuel .statut {
          position: absolute;
          left: 0;
          top: 0;
          text-transform: uppercase;
          padding: 7px 10px;
          background: #bc9c72;
          font-size: 14px;
          color: #ffffff;
          font-weight: 600; }
      .page-template-recherche-programmes #main #carte-programmes .produit .texte,
      .page-template-template-mobile-biens #main #carte-programmes .produit .texte,
      .page-template-template-selection-tpl #main #carte-programmes .produit .texte {
        padding: 15px;
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        height: 100%; }
        .page-template-recherche-programmes #main #carte-programmes .produit .texte .gauche,
        .page-template-template-mobile-biens #main #carte-programmes .produit .texte .gauche,
        .page-template-template-selection-tpl #main #carte-programmes .produit .texte .gauche {
          margin-right: 15px;
          display: flex;
          flex-direction: column; }
          .page-template-recherche-programmes #main #carte-programmes .produit .texte .gauche .dispositifs,
          .page-template-template-mobile-biens #main #carte-programmes .produit .texte .gauche .dispositifs,
          .page-template-template-selection-tpl #main #carte-programmes .produit .texte .gauche .dispositifs {
            margin-bottom: 20px;
            display: flex; }
            .page-template-recherche-programmes #main #carte-programmes .produit .texte .gauche .dispositifs img,
            .page-template-template-mobile-biens #main #carte-programmes .produit .texte .gauche .dispositifs img,
            .page-template-template-selection-tpl #main #carte-programmes .produit .texte .gauche .dispositifs img {
              height: 40px;
              margin-right: 5px; }
          .page-template-recherche-programmes #main #carte-programmes .produit .texte .gauche .bas,
          .page-template-template-mobile-biens #main #carte-programmes .produit .texte .gauche .bas,
          .page-template-template-selection-tpl #main #carte-programmes .produit .texte .gauche .bas {
            line-height: normal; }
            .page-template-recherche-programmes #main #carte-programmes .produit .texte .gauche .bas .type_logement,
            .page-template-template-mobile-biens #main #carte-programmes .produit .texte .gauche .bas .type_logement,
            .page-template-template-selection-tpl #main #carte-programmes .produit .texte .gauche .bas .type_logement {
              font-size: 15px; }
            .page-template-recherche-programmes #main #carte-programmes .produit .texte .gauche .bas .lieu,
            .page-template-template-mobile-biens #main #carte-programmes .produit .texte .gauche .bas .lieu,
            .page-template-template-selection-tpl #main #carte-programmes .produit .texte .gauche .bas .lieu {
              font-weight: bold;
              color: #bc9c72; }
              .page-template-recherche-programmes #main #carte-programmes .produit .texte .gauche .bas .lieu .quartier,
              .page-template-template-mobile-biens #main #carte-programmes .produit .texte .gauche .bas .lieu .quartier,
              .page-template-template-selection-tpl #main #carte-programmes .produit .texte .gauche .bas .lieu .quartier {
                font-weight: bold;
                color: #bc9c72;
                font-style: italic; }
            .page-template-recherche-programmes #main #carte-programmes .produit .texte .gauche .bas .nom_prog,
            .page-template-template-mobile-biens #main #carte-programmes .produit .texte .gauche .bas .nom_prog,
            .page-template-template-selection-tpl #main #carte-programmes .produit .texte .gauche .bas .nom_prog {
              margin-top: 20px;
              color: #bc9c72;
              font-weight: bold;
              font-size: 16px; }
        .page-template-recherche-programmes #main #carte-programmes .produit .texte .droite,
        .page-template-template-mobile-biens #main #carte-programmes .produit .texte .droite,
        .page-template-template-selection-tpl #main #carte-programmes .produit .texte .droite {
          text-align: right;
          display: flex;
          flex-direction: column;
          align-items: end; }
          .page-template-recherche-programmes #main #carte-programmes .produit .texte .droite .prix,
          .page-template-template-mobile-biens #main #carte-programmes .produit .texte .droite .prix,
          .page-template-template-selection-tpl #main #carte-programmes .produit .texte .droite .prix {
            font-size: 15px;
            margin-bottom: 20px;
            line-height: normal; }
            .page-template-recherche-programmes #main #carte-programmes .produit .texte .droite .prix span,
            .page-template-template-mobile-biens #main #carte-programmes .produit .texte .droite .prix span,
            .page-template-template-selection-tpl #main #carte-programmes .produit .texte .droite .prix span {
              font-weight: bold;
              display: block;
              font-size: 16px; }
          .page-template-recherche-programmes #main #carte-programmes .produit .texte .droite .typologie,
          .page-template-template-mobile-biens #main #carte-programmes .produit .texte .droite .typologie,
          .page-template-template-selection-tpl #main #carte-programmes .produit .texte .droite .typologie {
            font-size: 15px;
            font-weight: bold;
            line-height: normal;
            margin-bottom: 65px; }
            .page-template-recherche-programmes #main #carte-programmes .produit .texte .droite .typologie span,
            .page-template-template-mobile-biens #main #carte-programmes .produit .texte .droite .typologie span,
            .page-template-template-selection-tpl #main #carte-programmes .produit .texte .droite .typologie span {
              display: block; }
          .page-template-recherche-programmes #main #carte-programmes .produit .texte .droite .bouton,
          .page-template-template-mobile-biens #main #carte-programmes .produit .texte .droite .bouton,
          .page-template-template-selection-tpl #main #carte-programmes .produit .texte .droite .bouton {
            display: inline-block;
            width: fit-content;
            border-radius: 15px;
            color: #ffffff;
            padding: 8px 15px;
            border: 0;
            background: #565654;
            text-transform: uppercase;
            font-size: 15px;
            font-weight: 600;
            transition: 0.3s ease;
            position: absolute;
            bottom: 55px; }
            @media (max-width: 992px) {
              .page-template-recherche-programmes #main #carte-programmes .produit .texte .droite .bouton,
              .page-template-template-mobile-biens #main #carte-programmes .produit .texte .droite .bouton,
              .page-template-template-selection-tpl #main #carte-programmes .produit .texte .droite .bouton {
                bottom: 25px; } }
            .page-template-recherche-programmes #main #carte-programmes .produit .texte .droite .bouton:hover,
            .page-template-template-mobile-biens #main #carte-programmes .produit .texte .droite .bouton:hover,
            .page-template-template-selection-tpl #main #carte-programmes .produit .texte .droite .bouton:hover {
              background: #bc9c72; }
      .page-template-recherche-programmes #main #carte-programmes .produit.immobilier .visuel .statut,
      .page-template-template-mobile-biens #main #carte-programmes .produit.immobilier .visuel .statut,
      .page-template-template-selection-tpl #main #carte-programmes .produit.immobilier .visuel .statut {
        background: #379b83; }
      .page-template-recherche-programmes #main #carte-programmes .produit.immobilier .texte .gauche .bas .lieu,
      .page-template-template-mobile-biens #main #carte-programmes .produit.immobilier .texte .gauche .bas .lieu,
      .page-template-template-selection-tpl #main #carte-programmes .produit.immobilier .texte .gauche .bas .lieu {
        color: #379b83; }
        .page-template-recherche-programmes #main #carte-programmes .produit.immobilier .texte .gauche .bas .lieu .quartier,
        .page-template-template-mobile-biens #main #carte-programmes .produit.immobilier .texte .gauche .bas .lieu .quartier,
        .page-template-template-selection-tpl #main #carte-programmes .produit.immobilier .texte .gauche .bas .lieu .quartier {
          color: #379b83; }
      .page-template-recherche-programmes #main #carte-programmes .produit.immobilier .texte .droite .bouton:hover,
      .page-template-template-mobile-biens #main #carte-programmes .produit.immobilier .texte .droite .bouton:hover,
      .page-template-template-selection-tpl #main #carte-programmes .produit.immobilier .texte .droite .bouton:hover {
        background: #379b83; }
      .page-template-recherche-programmes #main #carte-programmes .produit.entreprise .visuel .statut,
      .page-template-template-mobile-biens #main #carte-programmes .produit.entreprise .visuel .statut,
      .page-template-template-selection-tpl #main #carte-programmes .produit.entreprise .visuel .statut {
        background: #0e4da2; }
      .page-template-recherche-programmes #main #carte-programmes .produit.entreprise .texte .gauche .bas .lieu,
      .page-template-template-mobile-biens #main #carte-programmes .produit.entreprise .texte .gauche .bas .lieu,
      .page-template-template-selection-tpl #main #carte-programmes .produit.entreprise .texte .gauche .bas .lieu {
        color: #0e4da2; }
        .page-template-recherche-programmes #main #carte-programmes .produit.entreprise .texte .gauche .bas .lieu .quartier,
        .page-template-template-mobile-biens #main #carte-programmes .produit.entreprise .texte .gauche .bas .lieu .quartier,
        .page-template-template-selection-tpl #main #carte-programmes .produit.entreprise .texte .gauche .bas .lieu .quartier {
          color: #0e4da2; }
      .page-template-recherche-programmes #main #carte-programmes .produit.entreprise .texte .droite .bouton:hover,
      .page-template-template-mobile-biens #main #carte-programmes .produit.entreprise .texte .droite .bouton:hover,
      .page-template-template-selection-tpl #main #carte-programmes .produit.entreprise .texte .droite .bouton:hover {
        background: #0e4da2; }
      .page-template-recherche-programmes #main #carte-programmes .produit:hover .visuel img,
      .page-template-template-mobile-biens #main #carte-programmes .produit:hover .visuel img,
      .page-template-template-selection-tpl #main #carte-programmes .produit:hover .visuel img {
        transform: scale(1); }
    .page-template-recherche-programmes #main #carte-programmes .leaflet-popup,
    .page-template-template-mobile-biens #main #carte-programmes .leaflet-popup,
    .page-template-template-selection-tpl #main #carte-programmes .leaflet-popup {
      bottom: -20px !important;
      left: -147px !important; }
      .page-template-recherche-programmes #main #carte-programmes .leaflet-popup .leaflet-popup-content-wrapper,
      .page-template-template-mobile-biens #main #carte-programmes .leaflet-popup .leaflet-popup-content-wrapper,
      .page-template-template-selection-tpl #main #carte-programmes .leaflet-popup .leaflet-popup-content-wrapper {
        background: transparent;
        box-shadow: none;
        padding: 0;
        border-radius: 0; }
        .page-template-recherche-programmes #main #carte-programmes .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content,
        .page-template-template-mobile-biens #main #carte-programmes .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content,
        .page-template-template-selection-tpl #main #carte-programmes .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
          padding: 0;
          margin: 0 0 -4px 0; }
          .page-template-recherche-programmes #main #carte-programmes .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content a.produit,
          .page-template-template-mobile-biens #main #carte-programmes .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content a.produit,
          .page-template-template-selection-tpl #main #carte-programmes .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content a.produit {
            margin: 0;
            width: 300px;
            background: #ffffff;
            border-top-right-radius: 20px; }
      .page-template-recherche-programmes #main #carte-programmes .leaflet-popup .leaflet-popup-tip-container,
      .page-template-template-mobile-biens #main #carte-programmes .leaflet-popup .leaflet-popup-tip-container,
      .page-template-template-selection-tpl #main #carte-programmes .leaflet-popup .leaflet-popup-tip-container {
        margin-top: 4px; }
  .page-template-recherche-programmes #main #moteur-recherche,
  .page-template-template-mobile-biens #main #moteur-recherche,
  .page-template-template-selection-tpl #main #moteur-recherche {
    visibility: hidden;
    display: flex;
    justify-content: center;
    background: #ffffff;
    padding: 20px 0; }
    .page-template-recherche-programmes #main #moteur-recherche #moteur,
    .page-template-template-mobile-biens #main #moteur-recherche #moteur,
    .page-template-template-selection-tpl #main #moteur-recherche #moteur {
      display: flex; }
      @media (max-width: 520px) {
        .page-template-recherche-programmes #main #moteur-recherche #moteur,
        .page-template-template-mobile-biens #main #moteur-recherche #moteur,
        .page-template-template-selection-tpl #main #moteur-recherche #moteur {
          flex-direction: column; } }
      .page-template-recherche-programmes #main #moteur-recherche #moteur select,
      .page-template-template-mobile-biens #main #moteur-recherche #moteur select,
      .page-template-template-selection-tpl #main #moteur-recherche #moteur select {
        border: 0;
        outline: none;
        padding: 0;
        font-size: 16px; }
        .page-template-recherche-programmes #main #moteur-recherche #moteur select:focus,
        .page-template-template-mobile-biens #main #moteur-recherche #moteur select:focus,
        .page-template-template-selection-tpl #main #moteur-recherche #moteur select:focus {
          outline: none;
          box-shadow: 0 0 3px #b8b5ad; }
        .page-template-recherche-programmes #main #moteur-recherche #moteur select option:checked,
        .page-template-template-mobile-biens #main #moteur-recherche #moteur select option:checked,
        .page-template-template-selection-tpl #main #moteur-recherche #moteur select option:checked {
          background: #b8b5ad; }
      .page-template-recherche-programmes #main #moteur-recherche #moteur input[type="text"],
      .page-template-template-mobile-biens #main #moteur-recherche #moteur input[type="text"],
      .page-template-template-selection-tpl #main #moteur-recherche #moteur input[type="text"] {
        padding: 0 3px;
        border: 0; }
        .page-template-recherche-programmes #main #moteur-recherche #moteur input[type="text"]:focus,
        .page-template-template-mobile-biens #main #moteur-recherche #moteur input[type="text"]:focus,
        .page-template-template-selection-tpl #main #moteur-recherche #moteur input[type="text"]:focus {
          outline: none;
          box-shadow: 0 0 3px #b8b5ad; }
      .page-template-recherche-programmes #main #moteur-recherche #moteur .conteneur-typologie,
      .page-template-template-mobile-biens #main #moteur-recherche #moteur .conteneur-typologie,
      .page-template-template-selection-tpl #main #moteur-recherche #moteur .conteneur-typologie {
        padding-right: 30px;
        border-right: 1px solid #b8b5ad;
        display: flex;
        align-items: center;
        min-width: 110px; }
        @media (max-width: 1200px) {
          .page-template-recherche-programmes #main #moteur-recherche #moteur .conteneur-typologie,
          .page-template-template-mobile-biens #main #moteur-recherche #moteur .conteneur-typologie,
          .page-template-template-selection-tpl #main #moteur-recherche #moteur .conteneur-typologie {
            padding-right: 15px; } }
        @media (max-width: 520px) {
          .page-template-recherche-programmes #main #moteur-recherche #moteur .conteneur-typologie,
          .page-template-template-mobile-biens #main #moteur-recherche #moteur .conteneur-typologie,
          .page-template-template-selection-tpl #main #moteur-recherche #moteur .conteneur-typologie {
            padding-right: 0;
            border-right: 0;
            margin-bottom: 10px; } }
      .page-template-recherche-programmes #main #moteur-recherche #moteur .conteneur-logement,
      .page-template-template-mobile-biens #main #moteur-recherche #moteur .conteneur-logement,
      .page-template-template-selection-tpl #main #moteur-recherche #moteur .conteneur-logement {
        padding-left: 30px;
        padding-right: 30px;
        border-right: 1px solid #b8b5ad;
        display: flex;
        align-items: center; }
        @media (max-width: 1200px) {
          .page-template-recherche-programmes #main #moteur-recherche #moteur .conteneur-logement,
          .page-template-template-mobile-biens #main #moteur-recherche #moteur .conteneur-logement,
          .page-template-template-selection-tpl #main #moteur-recherche #moteur .conteneur-logement {
            padding-right: 15px;
            padding-left: 15px; } }
        @media (max-width: 520px) {
          .page-template-recherche-programmes #main #moteur-recherche #moteur .conteneur-logement,
          .page-template-template-mobile-biens #main #moteur-recherche #moteur .conteneur-logement,
          .page-template-template-selection-tpl #main #moteur-recherche #moteur .conteneur-logement {
            padding-right: 0;
            padding-left: 0;
            margin-bottom: 10px;
            border-right: 0; } }
      .page-template-recherche-programmes #main #moteur-recherche #moteur .conteneur-emplacement,
      .page-template-template-mobile-biens #main #moteur-recherche #moteur .conteneur-emplacement,
      .page-template-template-selection-tpl #main #moteur-recherche #moteur .conteneur-emplacement {
        padding-left: 30px;
        padding-right: 30px;
        display: flex;
        align-items: center; }
        @media (max-width: 1200px) {
          .page-template-recherche-programmes #main #moteur-recherche #moteur .conteneur-emplacement,
          .page-template-template-mobile-biens #main #moteur-recherche #moteur .conteneur-emplacement,
          .page-template-template-selection-tpl #main #moteur-recherche #moteur .conteneur-emplacement {
            padding-right: 15px;
            padding-left: 15px; } }
        @media (max-width: 520px) {
          .page-template-recherche-programmes #main #moteur-recherche #moteur .conteneur-emplacement,
          .page-template-template-mobile-biens #main #moteur-recherche #moteur .conteneur-emplacement,
          .page-template-template-selection-tpl #main #moteur-recherche #moteur .conteneur-emplacement {
            padding-right: 0;
            padding-left: 0;
            margin-bottom: 10px; }
            .page-template-recherche-programmes #main #moteur-recherche #moteur .conteneur-emplacement #liste-lieux,
            .page-template-template-mobile-biens #main #moteur-recherche #moteur .conteneur-emplacement #liste-lieux,
            .page-template-template-selection-tpl #main #moteur-recherche #moteur .conteneur-emplacement #liste-lieux {
              border-bottom: 1px solid #b8b5ad; } }
      .page-template-recherche-programmes #main #moteur-recherche #moteur .search,
      .page-template-template-mobile-biens #main #moteur-recherche #moteur .search,
      .page-template-template-selection-tpl #main #moteur-recherche #moteur .search {
        border-radius: 10px;
        padding: 15px 25px;
        border: 0;
        background: #bc9c72;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s ease; }
        @media (max-width: 1650px) {
          .page-template-recherche-programmes #main #moteur-recherche #moteur .search,
          .page-template-template-mobile-biens #main #moteur-recherche #moteur .search,
          .page-template-template-selection-tpl #main #moteur-recherche #moteur .search {
            padding: 10px 15px; } }
        @media (max-width: 1200px) {
          .page-template-recherche-programmes #main #moteur-recherche #moteur .search,
          .page-template-template-mobile-biens #main #moteur-recherche #moteur .search,
          .page-template-template-selection-tpl #main #moteur-recherche #moteur .search {
            padding: 7px 10px; } }
        @media (max-width: 520px) {
          .page-template-recherche-programmes #main #moteur-recherche #moteur .search,
          .page-template-template-mobile-biens #main #moteur-recherche #moteur .search,
          .page-template-template-selection-tpl #main #moteur-recherche #moteur .search {
            padding-right: 0; } }
        .page-template-recherche-programmes #main #moteur-recherche #moteur .search:hover,
        .page-template-template-mobile-biens #main #moteur-recherche #moteur .search:hover,
        .page-template-template-selection-tpl #main #moteur-recherche #moteur .search:hover {
          background: #aa8451; }
        .page-template-recherche-programmes #main #moteur-recherche #moteur .search i,
        .page-template-template-mobile-biens #main #moteur-recherche #moteur .search i,
        .page-template-template-selection-tpl #main #moteur-recherche #moteur .search i {
          color: #ffffff;
          font-size: 26px; }
          @media (max-width: 1200px) {
            .page-template-recherche-programmes #main #moteur-recherche #moteur .search i,
            .page-template-template-mobile-biens #main #moteur-recherche #moteur .search i,
            .page-template-template-selection-tpl #main #moteur-recherche #moteur .search i {
              font-size: 20px; } }
    .page-template-recherche-programmes #main #moteur-recherche #moteur,
    .page-template-template-mobile-biens #main #moteur-recherche #moteur,
    .page-template-template-selection-tpl #main #moteur-recherche #moteur {
      justify-content: center; }
      @media (max-width: 1200px) {
        .page-template-recherche-programmes #main #moteur-recherche #moteur,
        .page-template-template-mobile-biens #main #moteur-recherche #moteur,
        .page-template-template-selection-tpl #main #moteur-recherche #moteur {
          flex-wrap: wrap; }
          .page-template-recherche-programmes #main #moteur-recherche #moteur > div,
          .page-template-template-mobile-biens #main #moteur-recherche #moteur > div,
          .page-template-template-selection-tpl #main #moteur-recherche #moteur > div {
            margin-bottom: 15px; } }
      @media (max-width: 768px) {
        .page-template-recherche-programmes #main #moteur-recherche #moteur,
        .page-template-template-mobile-biens #main #moteur-recherche #moteur,
        .page-template-template-selection-tpl #main #moteur-recherche #moteur {
          width: 300px;
          max-width: 100%;
          margin: 0 auto; } }
      .page-template-recherche-programmes #main #moteur-recherche #moteur .conteneur-emplacement,
      .page-template-template-mobile-biens #main #moteur-recherche #moteur .conteneur-emplacement,
      .page-template-template-selection-tpl #main #moteur-recherche #moteur .conteneur-emplacement {
        border-right: 1px solid #b8b5ad; }
        @media (max-width: 768px) {
          .page-template-recherche-programmes #main #moteur-recherche #moteur .conteneur-emplacement,
          .page-template-template-mobile-biens #main #moteur-recherche #moteur .conteneur-emplacement,
          .page-template-template-selection-tpl #main #moteur-recherche #moteur .conteneur-emplacement {
            border-right: 0;
            width: 100%;
            padding: 0; } }
      .page-template-recherche-programmes #main #moteur-recherche #moteur .conteneur-typologie,
      .page-template-template-mobile-biens #main #moteur-recherche #moteur .conteneur-typologie,
      .page-template-template-selection-tpl #main #moteur-recherche #moteur .conteneur-typologie {
        padding-left: 30px;
        width: 145px; }
        @media (max-width: 768px) {
          .page-template-recherche-programmes #main #moteur-recherche #moteur .conteneur-typologie,
          .page-template-template-mobile-biens #main #moteur-recherche #moteur .conteneur-typologie,
          .page-template-template-selection-tpl #main #moteur-recherche #moteur .conteneur-typologie {
            border-right: 0;
            width: 100%;
            padding: 0; } }
      .page-template-recherche-programmes #main #moteur-recherche #moteur .conteneur-logement,
      .page-template-template-mobile-biens #main #moteur-recherche #moteur .conteneur-logement,
      .page-template-template-selection-tpl #main #moteur-recherche #moteur .conteneur-logement {
        width: 140px; }
        @media (max-width: 768px) {
          .page-template-recherche-programmes #main #moteur-recherche #moteur .conteneur-logement,
          .page-template-template-mobile-biens #main #moteur-recherche #moteur .conteneur-logement,
          .page-template-template-selection-tpl #main #moteur-recherche #moteur .conteneur-logement {
            border-right: 0;
            width: 100%;
            padding: 0; } }
      .page-template-recherche-programmes #main #moteur-recherche #moteur .conteneur-dispositif,
      .page-template-template-mobile-biens #main #moteur-recherche #moteur .conteneur-dispositif,
      .page-template-template-selection-tpl #main #moteur-recherche #moteur .conteneur-dispositif {
        padding-right: 30px;
        padding-left: 30px;
        border-right: 1px solid #b8b5ad;
        display: flex;
        align-items: center;
        width: 175px; }
        @media (max-width: 768px) {
          .page-template-recherche-programmes #main #moteur-recherche #moteur .conteneur-dispositif,
          .page-template-template-mobile-biens #main #moteur-recherche #moteur .conteneur-dispositif,
          .page-template-template-selection-tpl #main #moteur-recherche #moteur .conteneur-dispositif {
            border-right: 0;
            width: 100%;
            padding: 0; } }
      .page-template-recherche-programmes #main #moteur-recherche #moteur .conteneur-budget,
      .page-template-template-mobile-biens #main #moteur-recherche #moteur .conteneur-budget,
      .page-template-template-selection-tpl #main #moteur-recherche #moteur .conteneur-budget {
        padding-right: 30px;
        padding-left: 30px;
        border-right: 1px solid #b8b5ad;
        display: flex;
        width: 175px;
        align-items: center; }
        @media (max-width: 768px) {
          .page-template-recherche-programmes #main #moteur-recherche #moteur .conteneur-budget,
          .page-template-template-mobile-biens #main #moteur-recherche #moteur .conteneur-budget,
          .page-template-template-selection-tpl #main #moteur-recherche #moteur .conteneur-budget {
            border-right: 0;
            width: 100%;
            padding: 0; } }
        .page-template-recherche-programmes #main #moteur-recherche #moteur .conteneur-budget .box-prix,
        .page-template-template-mobile-biens #main #moteur-recherche #moteur .conteneur-budget .box-prix,
        .page-template-template-selection-tpl #main #moteur-recherche #moteur .conteneur-budget .box-prix {
          display: flex;
          align-items: center; }
          @media (max-width: 768px) {
            .page-template-recherche-programmes #main #moteur-recherche #moteur .conteneur-budget .box-prix,
            .page-template-template-mobile-biens #main #moteur-recherche #moteur .conteneur-budget .box-prix,
            .page-template-template-selection-tpl #main #moteur-recherche #moteur .conteneur-budget .box-prix {
              width: 100%; } }
      .page-template-recherche-programmes #main #moteur-recherche #moteur .conteneur-date,
      .page-template-template-mobile-biens #main #moteur-recherche #moteur .conteneur-date,
      .page-template-template-selection-tpl #main #moteur-recherche #moteur .conteneur-date {
        padding-right: 30px;
        padding-left: 30px;
        display: flex;
        align-items: center;
        width: 200px; }
        @media (max-width: 768px) {
          .page-template-recherche-programmes #main #moteur-recherche #moteur .conteneur-date,
          .page-template-template-mobile-biens #main #moteur-recherche #moteur .conteneur-date,
          .page-template-template-selection-tpl #main #moteur-recherche #moteur .conteneur-date {
            width: 100%;
            padding: 0; } }
      .page-template-recherche-programmes #main #moteur-recherche #moteur .search,
      .page-template-template-mobile-biens #main #moteur-recherche #moteur .search,
      .page-template-template-selection-tpl #main #moteur-recherche #moteur .search {
        background: #3c3c3b; }
        @media (max-width: 768px) {
          .page-template-recherche-programmes #main #moteur-recherche #moteur .search,
          .page-template-template-mobile-biens #main #moteur-recherche #moteur .search,
          .page-template-template-selection-tpl #main #moteur-recherche #moteur .search {
            width: 100%; } }
        .page-template-recherche-programmes #main #moteur-recherche #moteur .search:hover,
        .page-template-template-mobile-biens #main #moteur-recherche #moteur .search:hover,
        .page-template-template-selection-tpl #main #moteur-recherche #moteur .search:hover {
          background: #bc9c72; }
  .page-template-recherche-programmes #main #resultats-recherche,
  .page-template-template-mobile-biens #main #resultats-recherche,
  .page-template-template-selection-tpl #main #resultats-recherche {
    visibility: hidden;
    padding: 50px 15px; }
    .page-template-recherche-programmes #main #resultats-recherche h1,
    .page-template-template-mobile-biens #main #resultats-recherche h1,
    .page-template-template-selection-tpl #main #resultats-recherche h1 {
      font-size: 24px;
      margin-bottom: 15px; }
      @media (max-width: 768px) {
        .page-template-recherche-programmes #main #resultats-recherche h1,
        .page-template-template-mobile-biens #main #resultats-recherche h1,
        .page-template-template-selection-tpl #main #resultats-recherche h1 {
          text-align: center;
          margin-bottom: 20px;
          font-size: 22px; } }
    .page-template-recherche-programmes #main #resultats-recherche .produits,
    .page-template-template-mobile-biens #main #resultats-recherche .produits,
    .page-template-template-selection-tpl #main #resultats-recherche .produits {
      display: flex;
      flex-wrap: wrap; }
      .page-template-recherche-programmes #main #resultats-recherche .produits .produit,
      .page-template-template-mobile-biens #main #resultats-recherche .produits .produit,
      .page-template-template-selection-tpl #main #resultats-recherche .produits .produit {
        text-decoration: none;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        margin-bottom: 50px; }
        .page-template-recherche-programmes #main #resultats-recherche .produits .produit .visuel,
        .page-template-template-mobile-biens #main #resultats-recherche .produits .produit .visuel,
        .page-template-template-selection-tpl #main #resultats-recherche .produits .produit .visuel {
          position: relative;
          border-bottom-right-radius: 20px;
          border-bottom-left-radius: 20px;
          border-top-right-radius: 20px;
          overflow: hidden;
          flex-shrink: 0; }
          .page-template-recherche-programmes #main #resultats-recherche .produits .produit .visuel img,
          .page-template-template-mobile-biens #main #resultats-recherche .produits .produit .visuel img,
          .page-template-template-selection-tpl #main #resultats-recherche .produits .produit .visuel img {
            transition: 2s ease;
            transform: scale(1.1); }
          .page-template-recherche-programmes #main #resultats-recherche .produits .produit .visuel .statut,
          .page-template-template-mobile-biens #main #resultats-recherche .produits .produit .visuel .statut,
          .page-template-template-selection-tpl #main #resultats-recherche .produits .produit .visuel .statut {
            position: absolute;
            left: 0;
            top: 0;
            text-transform: uppercase;
            padding: 7px 10px;
            background: #bc9c72;
            font-size: 14px;
            color: #ffffff;
            font-weight: 600; }
        .page-template-recherche-programmes #main #resultats-recherche .produits .produit .texte,
        .page-template-template-mobile-biens #main #resultats-recherche .produits .produit .texte,
        .page-template-template-selection-tpl #main #resultats-recherche .produits .produit .texte {
          padding: 15px;
          display: flex;
          justify-content: space-between;
          font-size: 16px;
          height: 100%; }
          .page-template-recherche-programmes #main #resultats-recherche .produits .produit .texte .gauche,
          .page-template-template-mobile-biens #main #resultats-recherche .produits .produit .texte .gauche,
          .page-template-template-selection-tpl #main #resultats-recherche .produits .produit .texte .gauche {
            margin-right: 15px;
            display: flex;
            flex-direction: column; }
            .page-template-recherche-programmes #main #resultats-recherche .produits .produit .texte .gauche .dispositifs,
            .page-template-template-mobile-biens #main #resultats-recherche .produits .produit .texte .gauche .dispositifs,
            .page-template-template-selection-tpl #main #resultats-recherche .produits .produit .texte .gauche .dispositifs {
              margin-bottom: 20px;
              display: flex; }
              .page-template-recherche-programmes #main #resultats-recherche .produits .produit .texte .gauche .dispositifs img,
              .page-template-template-mobile-biens #main #resultats-recherche .produits .produit .texte .gauche .dispositifs img,
              .page-template-template-selection-tpl #main #resultats-recherche .produits .produit .texte .gauche .dispositifs img {
                height: 40px;
                margin-right: 5px; }
            .page-template-recherche-programmes #main #resultats-recherche .produits .produit .texte .gauche .bas,
            .page-template-template-mobile-biens #main #resultats-recherche .produits .produit .texte .gauche .bas,
            .page-template-template-selection-tpl #main #resultats-recherche .produits .produit .texte .gauche .bas {
              line-height: normal; }
              .page-template-recherche-programmes #main #resultats-recherche .produits .produit .texte .gauche .bas .type_logement,
              .page-template-template-mobile-biens #main #resultats-recherche .produits .produit .texte .gauche .bas .type_logement,
              .page-template-template-selection-tpl #main #resultats-recherche .produits .produit .texte .gauche .bas .type_logement {
                font-size: 15px; }
              .page-template-recherche-programmes #main #resultats-recherche .produits .produit .texte .gauche .bas .lieu,
              .page-template-template-mobile-biens #main #resultats-recherche .produits .produit .texte .gauche .bas .lieu,
              .page-template-template-selection-tpl #main #resultats-recherche .produits .produit .texte .gauche .bas .lieu {
                font-weight: bold;
                color: #bc9c72; }
                .page-template-recherche-programmes #main #resultats-recherche .produits .produit .texte .gauche .bas .lieu .quartier,
                .page-template-template-mobile-biens #main #resultats-recherche .produits .produit .texte .gauche .bas .lieu .quartier,
                .page-template-template-selection-tpl #main #resultats-recherche .produits .produit .texte .gauche .bas .lieu .quartier {
                  font-weight: bold;
                  color: #bc9c72;
                  font-style: italic; }
              .page-template-recherche-programmes #main #resultats-recherche .produits .produit .texte .gauche .bas .nom_prog,
              .page-template-template-mobile-biens #main #resultats-recherche .produits .produit .texte .gauche .bas .nom_prog,
              .page-template-template-selection-tpl #main #resultats-recherche .produits .produit .texte .gauche .bas .nom_prog {
                margin-top: 20px;
                color: #bc9c72;
                font-weight: bold;
                font-size: 16px; }
          .page-template-recherche-programmes #main #resultats-recherche .produits .produit .texte .droite,
          .page-template-template-mobile-biens #main #resultats-recherche .produits .produit .texte .droite,
          .page-template-template-selection-tpl #main #resultats-recherche .produits .produit .texte .droite {
            text-align: right;
            display: flex;
            flex-direction: column;
            align-items: end; }
            .page-template-recherche-programmes #main #resultats-recherche .produits .produit .texte .droite .prix,
            .page-template-template-mobile-biens #main #resultats-recherche .produits .produit .texte .droite .prix,
            .page-template-template-selection-tpl #main #resultats-recherche .produits .produit .texte .droite .prix {
              font-size: 15px;
              margin-bottom: 20px;
              line-height: normal; }
              .page-template-recherche-programmes #main #resultats-recherche .produits .produit .texte .droite .prix span,
              .page-template-template-mobile-biens #main #resultats-recherche .produits .produit .texte .droite .prix span,
              .page-template-template-selection-tpl #main #resultats-recherche .produits .produit .texte .droite .prix span {
                font-weight: bold;
                display: block;
                font-size: 16px; }
            .page-template-recherche-programmes #main #resultats-recherche .produits .produit .texte .droite .typologie,
            .page-template-template-mobile-biens #main #resultats-recherche .produits .produit .texte .droite .typologie,
            .page-template-template-selection-tpl #main #resultats-recherche .produits .produit .texte .droite .typologie {
              font-size: 15px;
              font-weight: bold;
              line-height: normal;
              margin-bottom: 65px; }
              .page-template-recherche-programmes #main #resultats-recherche .produits .produit .texte .droite .typologie span,
              .page-template-template-mobile-biens #main #resultats-recherche .produits .produit .texte .droite .typologie span,
              .page-template-template-selection-tpl #main #resultats-recherche .produits .produit .texte .droite .typologie span {
                display: block; }
            .page-template-recherche-programmes #main #resultats-recherche .produits .produit .texte .droite .bouton,
            .page-template-template-mobile-biens #main #resultats-recherche .produits .produit .texte .droite .bouton,
            .page-template-template-selection-tpl #main #resultats-recherche .produits .produit .texte .droite .bouton {
              display: inline-block;
              width: fit-content;
              border-radius: 15px;
              color: #ffffff;
              padding: 8px 15px;
              border: 0;
              background: #565654;
              text-transform: uppercase;
              font-size: 15px;
              font-weight: 600;
              transition: 0.3s ease;
              position: absolute;
              bottom: 55px; }
              @media (max-width: 992px) {
                .page-template-recherche-programmes #main #resultats-recherche .produits .produit .texte .droite .bouton,
                .page-template-template-mobile-biens #main #resultats-recherche .produits .produit .texte .droite .bouton,
                .page-template-template-selection-tpl #main #resultats-recherche .produits .produit .texte .droite .bouton {
                  bottom: 25px; } }
              .page-template-recherche-programmes #main #resultats-recherche .produits .produit .texte .droite .bouton:hover,
              .page-template-template-mobile-biens #main #resultats-recherche .produits .produit .texte .droite .bouton:hover,
              .page-template-template-selection-tpl #main #resultats-recherche .produits .produit .texte .droite .bouton:hover {
                background: #bc9c72; }
        .page-template-recherche-programmes #main #resultats-recherche .produits .produit.immobilier .visuel .statut,
        .page-template-template-mobile-biens #main #resultats-recherche .produits .produit.immobilier .visuel .statut,
        .page-template-template-selection-tpl #main #resultats-recherche .produits .produit.immobilier .visuel .statut {
          background: #379b83; }
        .page-template-recherche-programmes #main #resultats-recherche .produits .produit.immobilier .texte .gauche .bas .lieu,
        .page-template-template-mobile-biens #main #resultats-recherche .produits .produit.immobilier .texte .gauche .bas .lieu,
        .page-template-template-selection-tpl #main #resultats-recherche .produits .produit.immobilier .texte .gauche .bas .lieu {
          color: #379b83; }
          .page-template-recherche-programmes #main #resultats-recherche .produits .produit.immobilier .texte .gauche .bas .lieu .quartier,
          .page-template-template-mobile-biens #main #resultats-recherche .produits .produit.immobilier .texte .gauche .bas .lieu .quartier,
          .page-template-template-selection-tpl #main #resultats-recherche .produits .produit.immobilier .texte .gauche .bas .lieu .quartier {
            color: #379b83; }
        .page-template-recherche-programmes #main #resultats-recherche .produits .produit.immobilier .texte .droite .bouton:hover,
        .page-template-template-mobile-biens #main #resultats-recherche .produits .produit.immobilier .texte .droite .bouton:hover,
        .page-template-template-selection-tpl #main #resultats-recherche .produits .produit.immobilier .texte .droite .bouton:hover {
          background: #379b83; }
        .page-template-recherche-programmes #main #resultats-recherche .produits .produit.entreprise .visuel .statut,
        .page-template-template-mobile-biens #main #resultats-recherche .produits .produit.entreprise .visuel .statut,
        .page-template-template-selection-tpl #main #resultats-recherche .produits .produit.entreprise .visuel .statut {
          background: #0e4da2; }
        .page-template-recherche-programmes #main #resultats-recherche .produits .produit.entreprise .texte .gauche .bas .lieu,
        .page-template-template-mobile-biens #main #resultats-recherche .produits .produit.entreprise .texte .gauche .bas .lieu,
        .page-template-template-selection-tpl #main #resultats-recherche .produits .produit.entreprise .texte .gauche .bas .lieu {
          color: #0e4da2; }
          .page-template-recherche-programmes #main #resultats-recherche .produits .produit.entreprise .texte .gauche .bas .lieu .quartier,
          .page-template-template-mobile-biens #main #resultats-recherche .produits .produit.entreprise .texte .gauche .bas .lieu .quartier,
          .page-template-template-selection-tpl #main #resultats-recherche .produits .produit.entreprise .texte .gauche .bas .lieu .quartier {
            color: #0e4da2; }
        .page-template-recherche-programmes #main #resultats-recherche .produits .produit.entreprise .texte .droite .bouton:hover,
        .page-template-template-mobile-biens #main #resultats-recherche .produits .produit.entreprise .texte .droite .bouton:hover,
        .page-template-template-selection-tpl #main #resultats-recherche .produits .produit.entreprise .texte .droite .bouton:hover {
          background: #0e4da2; }
        .page-template-recherche-programmes #main #resultats-recherche .produits .produit:hover .visuel img,
        .page-template-template-mobile-biens #main #resultats-recherche .produits .produit:hover .visuel img,
        .page-template-template-selection-tpl #main #resultats-recherche .produits .produit:hover .visuel img {
          transform: scale(1); }
      .page-template-recherche-programmes #main #resultats-recherche .produits .produit,
      .page-template-template-mobile-biens #main #resultats-recherche .produits .produit,
      .page-template-template-selection-tpl #main #resultats-recherche .produits .produit {
        margin: 15px 15px 30px;
        max-width: calc(25% - 30px); }
        @media (max-width: 1200px) {
          .page-template-recherche-programmes #main #resultats-recherche .produits .produit,
          .page-template-template-mobile-biens #main #resultats-recherche .produits .produit,
          .page-template-template-selection-tpl #main #resultats-recherche .produits .produit {
            max-width: calc(33.33% - 30px); } }
        @media (max-width: 992px) {
          .page-template-recherche-programmes #main #resultats-recherche .produits .produit,
          .page-template-template-mobile-biens #main #resultats-recherche .produits .produit,
          .page-template-template-selection-tpl #main #resultats-recherche .produits .produit {
            max-width: calc(50% - 30px); } }
        @media (max-width: 768px) {
          .page-template-recherche-programmes #main #resultats-recherche .produits .produit,
          .page-template-template-mobile-biens #main #resultats-recherche .produits .produit,
          .page-template-template-selection-tpl #main #resultats-recherche .produits .produit {
            max-width: 100%;
            margin: 0 0 30px; } }

.page-template-template-selection-tpl #main #moteur {
  border-top: 0; }

.page-template-recherche-programmes #main #resultats-recherche .no-results,
.page-template-template-mobile-biens #main #resultats-recherche .no-results {
  margin: 100px 0; }
.page-template-recherche-programmes #nb-resultats,
.page-template-template-mobile-biens #nb-resultats {
  display: none; }

/*-----------PAGE PROGRAMME DETAIL--------------*/
.single-programme #main,
.single-bien-immobilier #main {
  padding-top: 0;
  overflow-x: hidden; }
  .single-programme #main .conteneur-presentation,
  .single-bien-immobilier #main .conteneur-presentation {
    display: flex; }
    @media (max-width: 992px) {
      .single-programme #main .conteneur-presentation,
      .single-bien-immobilier #main .conteneur-presentation {
        flex-wrap: wrap; } }
    .single-programme #main .conteneur-presentation .gauche,
    .single-bien-immobilier #main .conteneur-presentation .gauche {
      padding-top: 30px;
      width: 51%;
      padding-right: 65px; }
      @media (max-width: 1650px) {
        .single-programme #main .conteneur-presentation .gauche,
        .single-bien-immobilier #main .conteneur-presentation .gauche {
          padding-right: 50px; } }
      @media (max-width: 992px) {
        .single-programme #main .conteneur-presentation .gauche,
        .single-bien-immobilier #main .conteneur-presentation .gauche {
          padding-right: 0;
          width: 100%; } }
      .single-programme #main .conteneur-presentation .gauche .conteneur-haut,
      .single-bien-immobilier #main .conteneur-presentation .gauche .conteneur-haut {
        display: flex;
        justify-content: space-between; }
        @media (max-width: 520px) {
          .single-programme #main .conteneur-presentation .gauche .conteneur-haut,
          .single-bien-immobilier #main .conteneur-presentation .gauche .conteneur-haut {
            flex-direction: column;
            align-items: flex-start; } }
        .single-programme #main .conteneur-presentation .gauche .conteneur-haut .titres,
        .single-bien-immobilier #main .conteneur-presentation .gauche .conteneur-haut .titres {
          margin-right: 30px; }
          @media (max-width: 520px) {
            .single-programme #main .conteneur-presentation .gauche .conteneur-haut .titres,
            .single-bien-immobilier #main .conteneur-presentation .gauche .conteneur-haut .titres {
              order: 2; } }
          .single-programme #main .conteneur-presentation .gauche .conteneur-haut .titres h2,
          .single-bien-immobilier #main .conteneur-presentation .gauche .conteneur-haut .titres h2 {
            color: gray;
            visibility: hidden; }
            @media (max-width: 1650px) {
              .single-programme #main .conteneur-presentation .gauche .conteneur-haut .titres h2,
              .single-bien-immobilier #main .conteneur-presentation .gauche .conteneur-haut .titres h2 {
                font-size: 28px; } }
            @media (max-width: 1200px) {
              .single-programme #main .conteneur-presentation .gauche .conteneur-haut .titres h2,
              .single-bien-immobilier #main .conteneur-presentation .gauche .conteneur-haut .titres h2 {
                font-size: 24px; } }
            @media (max-width: 992px) {
              .single-programme #main .conteneur-presentation .gauche .conteneur-haut .titres h2,
              .single-bien-immobilier #main .conteneur-presentation .gauche .conteneur-haut .titres h2 {
                font-size: 22px; } }
            @media (max-width: 768px) {
              .single-programme #main .conteneur-presentation .gauche .conteneur-haut .titres h2,
              .single-bien-immobilier #main .conteneur-presentation .gauche .conteneur-haut .titres h2 {
                font-size: 20px; } }
          .single-programme #main .conteneur-presentation .gauche .conteneur-haut .titres h1,
          .single-bien-immobilier #main .conteneur-presentation .gauche .conteneur-haut .titres h1 {
            visibility: hidden;
            font-weight: bold;
            margin-bottom: 30px;
            text-transform: uppercase; }
            @media (max-width: 1650px) {
              .single-programme #main .conteneur-presentation .gauche .conteneur-haut .titres h1,
              .single-bien-immobilier #main .conteneur-presentation .gauche .conteneur-haut .titres h1 {
                font-size: 36px; } }
            @media (max-width: 1200px) {
              .single-programme #main .conteneur-presentation .gauche .conteneur-haut .titres h1,
              .single-bien-immobilier #main .conteneur-presentation .gauche .conteneur-haut .titres h1 {
                font-size: 32px; } }
            @media (max-width: 992px) {
              .single-programme #main .conteneur-presentation .gauche .conteneur-haut .titres h1,
              .single-bien-immobilier #main .conteneur-presentation .gauche .conteneur-haut .titres h1 {
                font-size: 28px; } }
            @media (max-width: 768px) {
              .single-programme #main .conteneur-presentation .gauche .conteneur-haut .titres h1,
              .single-bien-immobilier #main .conteneur-presentation .gauche .conteneur-haut .titres h1 {
                font-size: 24px; } }
        .single-programme #main .conteneur-presentation .gauche .conteneur-haut .rappel-brochure,
        .single-bien-immobilier #main .conteneur-presentation .gauche .conteneur-haut .rappel-brochure {
          display: flex;
          justify-content: flex-end;
          flex-shrink: 1; }
          @media (max-width: 520px) {
            .single-programme #main .conteneur-presentation .gauche .conteneur-haut .rappel-brochure,
            .single-bien-immobilier #main .conteneur-presentation .gauche .conteneur-haut .rappel-brochure {
              order: 1;
              margin-bottom: 20px; } }
          .single-programme #main .conteneur-presentation .gauche .conteneur-haut .rappel-brochure button,
          .single-bien-immobilier #main .conteneur-presentation .gauche .conteneur-haut .rappel-brochure button {
            border: 0;
            display: flex;
            align-items: center;
            flex-direction: column;
            background: none;
            margin: 0 5px;
            margin-top: 5px;
            transition: 0.3s ease;
            visibility: hidden; }
            .single-programme #main .conteneur-presentation .gauche .conteneur-haut .rappel-brochure button img,
            .single-bien-immobilier #main .conteneur-presentation .gauche .conteneur-haut .rappel-brochure button img {
              margin-bottom: 10px;
              width: 40px; }
              @media (max-width: 1200px) {
                .single-programme #main .conteneur-presentation .gauche .conteneur-haut .rappel-brochure button img,
                .single-bien-immobilier #main .conteneur-presentation .gauche .conteneur-haut .rappel-brochure button img {
                  width: 35px; } }
              @media (max-width: 992px) {
                .single-programme #main .conteneur-presentation .gauche .conteneur-haut .rappel-brochure button img,
                .single-bien-immobilier #main .conteneur-presentation .gauche .conteneur-haut .rappel-brochure button img {
                  width: 30px; } }
              @media (max-width: 768px) {
                .single-programme #main .conteneur-presentation .gauche .conteneur-haut .rappel-brochure button img,
                .single-bien-immobilier #main .conteneur-presentation .gauche .conteneur-haut .rappel-brochure button img {
                  width: 25px; } }
            .single-programme #main .conteneur-presentation .gauche .conteneur-haut .rappel-brochure button span,
            .single-bien-immobilier #main .conteneur-presentation .gauche .conteneur-haut .rappel-brochure button span {
              color: #bc9c72;
              font-weight: bold;
              font-size: 14px; }
              @media (max-width: 992px) {
                .single-programme #main .conteneur-presentation .gauche .conteneur-haut .rappel-brochure button span,
                .single-bien-immobilier #main .conteneur-presentation .gauche .conteneur-haut .rappel-brochure button span {
                  font-size: 13px; } }
            .single-programme #main .conteneur-presentation .gauche .conteneur-haut .rappel-brochure button:hover,
            .single-bien-immobilier #main .conteneur-presentation .gauche .conteneur-haut .rappel-brochure button:hover {
              margin-bottom: 5px;
              margin-top: 0; }
      .single-programme #main .conteneur-presentation .gauche #certif,
      .single-bien-immobilier #main .conteneur-presentation .gauche #certif {
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: baseline;
        visibility: hidden;
        padding-left: 0; }
        .single-programme #main .conteneur-presentation .gauche #certif li,
        .single-bien-immobilier #main .conteneur-presentation .gauche #certif li {
          margin-right: 5px;
          margin-bottom: 5px; }
          .single-programme #main .conteneur-presentation .gauche #certif li img,
          .single-bien-immobilier #main .conteneur-presentation .gauche #certif li img {
            height: 45px; }
            @media (max-width: 1200px) {
              .single-programme #main .conteneur-presentation .gauche #certif li img,
              .single-bien-immobilier #main .conteneur-presentation .gauche #certif li img {
                height: 40px; } }
            @media (max-width: 768px) {
              .single-programme #main .conteneur-presentation .gauche #certif li img,
              .single-bien-immobilier #main .conteneur-presentation .gauche #certif li img {
                height: 35px; } }
      .single-programme #main .conteneur-presentation .gauche .intro,
      .single-bien-immobilier #main .conteneur-presentation .gauche .intro {
        margin-top: 30px;
        padding-top: 30px;
        position: relative;
        font-size: 18px;
        margin-bottom: 30px;
        visibility: hidden;
        text-align: justify; }
        @media (max-width: 1650px) {
          .single-programme #main .conteneur-presentation .gauche .intro,
          .single-bien-immobilier #main .conteneur-presentation .gauche .intro {
            font-size: 17px; } }
        .single-programme #main .conteneur-presentation .gauche .intro:before,
        .single-bien-immobilier #main .conteneur-presentation .gauche .intro:before {
          content: "";
          width: 70%;
          display: block;
          position: absolute;
          top: 0;
          height: 2px;
          background: #e3e0d8; }
      .single-programme #main .conteneur-presentation .gauche #grille_prix,
      .single-bien-immobilier #main .conteneur-presentation .gauche #grille_prix {
        padding: 20px 30px;
        background: #ffffff;
        border-radius: 20px;
        overflow: hidden;
        border: 0; }
        @media (max-width: 992px) {
          .single-programme #main .conteneur-presentation .gauche #grille_prix,
          .single-bien-immobilier #main .conteneur-presentation .gauche #grille_prix {
            margin-bottom: 30px; } }
        .single-programme #main .conteneur-presentation .gauche #grille_prix tr,
        .single-bien-immobilier #main .conteneur-presentation .gauche #grille_prix tr {
          background: none;
          border-bottom: 1px solid #e3e0d8; }
          .single-programme #main .conteneur-presentation .gauche #grille_prix tr td,
          .single-bien-immobilier #main .conteneur-presentation .gauche #grille_prix tr td {
            border: 0; }
            .single-programme #main .conteneur-presentation .gauche #grille_prix tr td.titre-soustab,
            .single-bien-immobilier #main .conteneur-presentation .gauche #grille_prix tr td.titre-soustab {
              text-align: left;
              background: #ffffff;
              padding: 10px 15px 10px 0;
              font-size: 18px;
              font-weight: bold;
              width: 100%; }
              @media (max-width: 1650px) {
                .single-programme #main .conteneur-presentation .gauche #grille_prix tr td.titre-soustab,
                .single-bien-immobilier #main .conteneur-presentation .gauche #grille_prix tr td.titre-soustab {
                  font-size: 17px; } }
              .single-programme #main .conteneur-presentation .gauche #grille_prix tr td.titre-soustab span,
              .single-bien-immobilier #main .conteneur-presentation .gauche #grille_prix tr td.titre-soustab span {
                font-size: 24px;
                margin-right: 5px; }
                @media (max-width: 1650px) {
                  .single-programme #main .conteneur-presentation .gauche #grille_prix tr td.titre-soustab span,
                  .single-bien-immobilier #main .conteneur-presentation .gauche #grille_prix tr td.titre-soustab span {
                    font-size: 22px; } }
            .single-programme #main .conteneur-presentation .gauche #grille_prix tr td.bouton-form,
            .single-bien-immobilier #main .conteneur-presentation .gauche #grille_prix tr td.bouton-form {
              background: #ffffff;
              white-space: nowrap;
              width: auto; }
              .single-programme #main .conteneur-presentation .gauche #grille_prix tr td.bouton-form a,
              .single-bien-immobilier #main .conteneur-presentation .gauche #grille_prix tr td.bouton-form a {
                color: #bc9c72;
                transition: 0.3s ease;
                cursor: pointer;
                text-decoration: none; }
                .single-programme #main .conteneur-presentation .gauche #grille_prix tr td.bouton-form a:hover,
                .single-bien-immobilier #main .conteneur-presentation .gauche #grille_prix tr td.bouton-form a:hover {
                  color: #3c3c3b; }
          .single-programme #main .conteneur-presentation .gauche #grille_prix tr:last-of-type,
          .single-bien-immobilier #main .conteneur-presentation .gauche #grille_prix tr:last-of-type {
            border: 0; }
    .single-programme #main .conteneur-presentation .droite,
    .single-bien-immobilier #main .conteneur-presentation .droite {
      visibility: hidden;
      width: 49%; }
      @media (max-width: 992px) {
        .single-programme #main .conteneur-presentation .droite,
        .single-bien-immobilier #main .conteneur-presentation .droite {
          width: 100%; } }
      .single-programme #main .conteneur-presentation .droite .conteneur-carrousel,
      .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel {
        position: relative;
        border-radius: 20px;
        overflow: hidden; }
        .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .slide,
        .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .slide {
          position: relative; }
        .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut,
        .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut {
          position: absolute;
          top: 15px;
          right: 15px;
          background: #ffffff;
          padding: 10px 0 20px 10px;
          border-radius: 20px;
          width: 260px; }
          @media (max-width: 1650px) {
            .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut,
            .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut {
              width: 230px; } }
          @media (max-width: 1200px) {
            .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut,
            .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut {
              padding-bottom: 10px; } }
          .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .vignette-fleche,
          .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .vignette-fleche {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px; }
            @media (max-width: 1200px) {
              .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .vignette-fleche,
              .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .vignette-fleche {
                margin-bottom: 10px; } }
            .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .vignette-fleche .vignette-haut,
            .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .vignette-fleche .vignette-haut {
              width: 180px;
              border-radius: 20px;
              float: left; }
              @media (max-width: 1650px) {
                .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .vignette-fleche .vignette-haut,
                .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .vignette-fleche .vignette-haut {
                  width: 160px; } }
              @media (max-width: 1200px) {
                .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .vignette-fleche .vignette-haut,
                .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .vignette-fleche .vignette-haut {
                  width: 140px; } }
            .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .vignette-fleche .lien-programme,
            .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .vignette-fleche .lien-programme {
              margin: 0 auto;
              text-decoration: none; }
              .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .vignette-fleche .lien-programme:hover i,
              .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .vignette-fleche .lien-programme:hover i {
                background: #aa8451; }
              .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .vignette-fleche .lien-programme .fa-chevron-right,
              .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .vignette-fleche .lien-programme .fa-chevron-right {
                transition: 0.3s ease;
                background: #bc9c72;
                border-radius: 100%;
                font-size: 22px;
                color: #ffffff;
                width: 35px;
                height: 35px;
                display: flex;
                align-items: center;
                justify-content: center; }
          .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .typologie-haut,
          .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .prix-haut,
          .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .typologie-haut,
          .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .prix-haut {
            display: flex;
            padding-right: 15px;
            padding-left: 5px;
            justify-content: space-between;
            font-size: 15px; }
            .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .typologie-haut strong,
            .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .prix-haut strong,
            .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .typologie-haut strong,
            .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .prix-haut strong {
              font-size: 14px; }
          .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .typologie-haut,
          .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .typologie-haut {
            margin-bottom: 10px; }
            @media (max-width: 1200px) {
              .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .typologie-haut,
              .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .typologie-haut {
                margin-bottom: 5px; } }
        .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas,
        .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas {
          position: absolute;
          bottom: 15px;
          left: 20px;
          height: 70px;
          background: #3c3c3b;
          padding: 15px 20px;
          display: flex;
          border-radius: 20px; }
          @media (max-width: 1650px) {
            .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas,
            .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas {
              padding: 10px 15px;
              max-width: 400px; } }
          @media (max-width: 1200px) {
            .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas,
            .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas {
              max-width: 300px; } }
          @media (max-width: 768px) {
            .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas,
            .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas {
              bottom: 10px;
              left: 10px;
              max-width: 280px;
              height: auto; } }
          @media (max-width: 480px) {
            .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas,
            .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas {
              max-width: 220px; } }
          .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas .lieux,
          .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas .lieux {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center; }
            .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas .lieux .lieu,
            .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas .lieux .lieu {
              color: #ffffff;
              font-size: 20px;
              font-family: "Open Sans";
              line-height: 18px;
              font-weight: 700;
              margin-bottom: 0; }
              @media (max-width: 1650px) {
                .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas .lieux .lieu,
                .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas .lieux .lieu {
                  font-size: 18px; } }
              @media (max-width: 1200px) {
                .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas .lieux .lieu,
                .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas .lieux .lieu {
                  font-size: 16px; } }
            .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas .lieux .quartier,
            .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas .lieux .quartier {
              font-style: italic;
              color: #ffffff;
              font-size: 14px;
              margin-bottom: 0;
              margin-top: 4px; }
              @media (max-width: 1200px) {
                .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas .lieux .quartier,
                .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas .lieux .quartier {
                  font-size: 13px; } }
          .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas .logements,
          .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas .logements {
            border-left: 1px solid #ffffff;
            padding-left: 20px;
            margin-left: 20px;
            color: #ffffff;
            font-size: 14px;
            line-height: 22px;
            display: flex;
            align-items: center;
            justify-content: center; }
            @media (max-width: 1200px) {
              .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas .logements,
              .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas .logements {
                flex-shrink: 0; } }
            @media (max-width: 1200px) {
              .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas .logements,
              .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas .logements {
                font-size: 13px; } }
            @media (max-width: 768px) {
              .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas .logements,
              .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-bas .logements {
                padding-left: 10px;
                margin-left: 10px; } }
        .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .programme.pair .bloc-bas,
        .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .programme.pair .bloc-bas {
          background: #bc9c72; }
        .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .immobilier .bloc-bas,
        .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .immobilier .bloc-bas {
          background: #379b83; }
        .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .entreprise .bloc-bas,
        .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .entreprise .bloc-bas {
          background: #0e4da2; }
        .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut,
        .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut {
          padding-right: 10px; }
          @media (max-width: 520px) {
            .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut,
            .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut {
              display: none; } }
          .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .vignette-fleche .vignette-haut,
          .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .vignette-fleche .vignette-haut {
            width: 240px; }
            @media (max-width: 1650px) {
              .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .vignette-fleche .vignette-haut,
              .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .vignette-fleche .vignette-haut {
                width: 220px; } }
            @media (max-width: 1200px) {
              .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .vignette-fleche .vignette-haut,
              .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .vignette-fleche .vignette-haut {
                width: 200px; } }
        .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .slick-prev,
        .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .slick-next,
        .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .slick-prev,
        .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .slick-next {
          position: absolute;
          bottom: 15px;
          right: 90px;
          background: #ffffff;
          color: #3c3c3b;
          border-radius: 100%;
          width: 50px;
          height: 50px;
          z-index: 1;
          border: 0;
          font-size: 25px;
          transition: 0.3s ease; }
          @media (max-width: 1650px) {
            .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .slick-prev,
            .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .slick-next,
            .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .slick-prev,
            .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .slick-next {
              width: 40px;
              height: 40px;
              font-size: 22px;
              right: 70px; } }
          @media (max-width: 768px) {
            .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .slick-prev,
            .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .slick-next,
            .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .slick-prev,
            .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .slick-next {
              width: 30px;
              height: 30px;
              font-size: 18px;
              right: 50px; } }
          .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .slick-prev:hover,
          .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .slick-next:hover,
          .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .slick-prev:hover,
          .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .slick-next:hover {
            background: #e3e0d8; }
        .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .slick-next,
        .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .slick-next {
          right: 20px; }
          @media (max-width: 768px) {
            .single-programme #main .conteneur-presentation .droite .conteneur-carrousel .slick-next,
            .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .slick-next {
              right: 15px; } }
  .single-programme #main #frise-chronologique,
  .single-bien-immobilier #main #frise-chronologique {
    margin-top: 70px;
    visibility: hidden; }
    @media (max-width: 992px) {
      .single-programme #main #frise-chronologique,
      .single-bien-immobilier #main #frise-chronologique {
        margin-top: 50px; } }
    .single-programme #main #frise-chronologique .timeline,
    .single-bien-immobilier #main #frise-chronologique .timeline {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative; }
      @media (max-width: 992px) {
        .single-programme #main #frise-chronologique .timeline,
        .single-bien-immobilier #main #frise-chronologique .timeline {
          flex-direction: column;
          width: 250px;
          margin: 0 auto;
          align-items: flex-start; } }
      @media (max-width: 768px) {
        .single-programme #main #frise-chronologique .timeline,
        .single-bien-immobilier #main #frise-chronologique .timeline {
          width: 220px; } }
      .single-programme #main #frise-chronologique .timeline .segment,
      .single-bien-immobilier #main #frise-chronologique .timeline .segment {
        position: absolute;
        top: 30px;
        left: 10%;
        width: 80%;
        height: 3px;
        background: #efe3d3;
        z-index: 1; }
        @media (max-width: 992px) {
          .single-programme #main #frise-chronologique .timeline .segment,
          .single-bien-immobilier #main #frise-chronologique .timeline .segment {
            top: 25px;
            width: 3px;
            height: calc(100% - 50px);
            left: 20px; } }
        @media (max-width: 768px) {
          .single-programme #main #frise-chronologique .timeline .segment,
          .single-bien-immobilier #main #frise-chronologique .timeline .segment {
            top: 20px;
            width: 3px;
            height: calc(100% - 40px);
            left: 15px; } }
      .single-programme #main #frise-chronologique .timeline .step,
      .single-bien-immobilier #main #frise-chronologique .timeline .step {
        position: relative;
        text-align: center;
        z-index: 2;
        flex: 1; }
        @media (max-width: 992px) {
          .single-programme #main #frise-chronologique .timeline .step,
          .single-bien-immobilier #main #frise-chronologique .timeline .step {
            display: flex;
            justify-content: flex-start;
            align-items: baseline; } }
        .single-programme #main #frise-chronologique .timeline .step .circle,
        .single-bien-immobilier #main #frise-chronologique .timeline .step .circle {
          width: 60px;
          height: 60px;
          border-radius: 50%;
          background: #efe3d3;
          color: #ffffff;
          font-weight: bold;
          line-height: 60px;
          margin: 0 auto 15px;
          transition: all 0.3s ease;
          font-size: 22px; }
          @media (max-width: 1200px) {
            .single-programme #main #frise-chronologique .timeline .step .circle,
            .single-bien-immobilier #main #frise-chronologique .timeline .step .circle {
              width: 50px;
              height: 50px;
              line-height: 50px;
              font-size: 20px; } }
          @media (max-width: 992px) {
            .single-programme #main #frise-chronologique .timeline .step .circle,
            .single-bien-immobilier #main #frise-chronologique .timeline .step .circle {
              margin-right: 20px;
              width: 40px;
              height: 40px;
              line-height: 40px;
              font-size: 18px; } }
          @media (max-width: 768px) {
            .single-programme #main #frise-chronologique .timeline .step .circle,
            .single-bien-immobilier #main #frise-chronologique .timeline .step .circle {
              margin-right: 15px;
              width: 30px;
              height: 30px;
              line-height: 30px;
              font-size: 16px; } }
        .single-programme #main #frise-chronologique .timeline .step .label,
        .single-bien-immobilier #main #frise-chronologique .timeline .step .label {
          font-weight: bold;
          color: #d9d8d8;
          font-size: 18px; }
          @media (max-width: 1200px) {
            .single-programme #main #frise-chronologique .timeline .step .label,
            .single-bien-immobilier #main #frise-chronologique .timeline .step .label {
              font-size: 16px; } }
        .single-programme #main #frise-chronologique .timeline .step.active .circle,
        .single-bien-immobilier #main #frise-chronologique .timeline .step.active .circle {
          background: #bc9c72;
          color: #ffffff; }
        .single-programme #main #frise-chronologique .timeline .step.active .label,
        .single-bien-immobilier #main #frise-chronologique .timeline .step.active .label {
          color: #3c3c3b; }
  .single-programme #main #descriptif,
  .single-bien-immobilier #main #descriptif {
    margin: 80px auto 30px;
    background: #ffffff;
    padding: 50px 70px;
    border-radius: 20px;
    visibility: hidden; }
    @media (max-width: 1200px) {
      .single-programme #main #descriptif,
      .single-bien-immobilier #main #descriptif {
        padding: 40px 50px; } }
    @media (max-width: 992px) {
      .single-programme #main #descriptif,
      .single-bien-immobilier #main #descriptif {
        margin-top: 50px;
        padding: 30px 40px; } }
    @media (max-width: 768px) {
      .single-programme #main #descriptif,
      .single-bien-immobilier #main #descriptif {
        margin-top: 30px;
        padding: 20px 30px; } }
    .single-programme #main #descriptif h2,
    .single-bien-immobilier #main #descriptif h2 {
      font-size: 28px;
      font-weight: bold;
      color: #bc9c72; }
      @media (max-width: 1200px) {
        .single-programme #main #descriptif h2,
        .single-bien-immobilier #main #descriptif h2 {
          font-size: 26px; } }
      @media (max-width: 768px) {
        .single-programme #main #descriptif h2,
        .single-bien-immobilier #main #descriptif h2 {
          font-size: 24px;
          text-align: center;
          display: flex;
          flex-direction: column;
          margin-bottom: 15px; } }
      @media (max-width: 520px) {
        .single-programme #main #descriptif h2,
        .single-bien-immobilier #main #descriptif h2 {
          font-size: 22px; } }
      .single-programme #main #descriptif h2 img,
      .single-bien-immobilier #main #descriptif h2 img {
        width: 50px;
        margin-right: 18px; }
        @media (max-width: 1200px) {
          .single-programme #main #descriptif h2 img,
          .single-bien-immobilier #main #descriptif h2 img {
            width: 40px; } }
        @media (max-width: 768px) {
          .single-programme #main #descriptif h2 img,
          .single-bien-immobilier #main #descriptif h2 img {
            width: 35px;
            margin: 10px auto; } }
    .single-programme #main #descriptif .desc,
    .single-bien-immobilier #main #descriptif .desc {
      padding-left: 70px;
      text-align: justify; }
      @media (max-width: 1200px) {
        .single-programme #main #descriptif .desc,
        .single-bien-immobilier #main #descriptif .desc {
          padding-left: 60px; } }
      @media (max-width: 768px) {
        .single-programme #main #descriptif .desc,
        .single-bien-immobilier #main #descriptif .desc {
          padding: 0px; } }
  .single-programme #main #localisation,
  .single-bien-immobilier #main #localisation {
    margin-top: 50px;
    display: flex;
    visibility: hidden; }
    @media (max-width: 768px) {
      .single-programme #main #localisation,
      .single-bien-immobilier #main #localisation {
        flex-wrap: wrap; } }
    .single-programme #main #localisation .gauche,
    .single-bien-immobilier #main #localisation .gauche {
      padding-right: 50px;
      width: 66%; }
      @media (max-width: 1200px) {
        .single-programme #main #localisation .gauche,
        .single-bien-immobilier #main #localisation .gauche {
          width: 60%; } }
      @media (max-width: 768px) {
        .single-programme #main #localisation .gauche,
        .single-bien-immobilier #main #localisation .gauche {
          width: 100%;
          padding: 0;
          margin-bottom: 50px; } }
      .single-programme #main #localisation .gauche #carte-simple,
      .single-bien-immobilier #main #localisation .gauche #carte-simple {
        width: 100%;
        min-height: 400px;
        height: 100%;
        border-radius: 20px;
        z-index: 1; }
    .single-programme #main #localisation .droite,
    .single-bien-immobilier #main #localisation .droite {
      background: #ffffff;
      border-radius: 20px;
      padding: 50px;
      width: 34%; }
      @media (max-width: 1200px) {
        .single-programme #main #localisation .droite,
        .single-bien-immobilier #main #localisation .droite {
          width: 40%;
          padding: 30px; } }
      @media (max-width: 992px) {
        .single-programme #main #localisation .droite,
        .single-bien-immobilier #main #localisation .droite {
          padding: 20px; } }
      @media (max-width: 768px) {
        .single-programme #main #localisation .droite,
        .single-bien-immobilier #main #localisation .droite {
          width: 100%; } }
      .single-programme #main #localisation .droite #proximite h3,
      .single-bien-immobilier #main #localisation .droite #proximite h3 {
        margin-bottom: 25px;
        padding-bottom: 15px;
        position: relative;
        font-weight: bold; }
        @media (max-width: 1200px) {
          .single-programme #main #localisation .droite #proximite h3,
          .single-bien-immobilier #main #localisation .droite #proximite h3 {
            font-size: 24px; } }
        @media (max-width: 992px) {
          .single-programme #main #localisation .droite #proximite h3,
          .single-bien-immobilier #main #localisation .droite #proximite h3 {
            font-size: 22px;
            margin-bottom: 15px;
            padding-bottom: 10px; } }
        @media (max-width: 768px) {
          .single-programme #main #localisation .droite #proximite h3,
          .single-bien-immobilier #main #localisation .droite #proximite h3 {
            font-size: 20px; } }
        .single-programme #main #localisation .droite #proximite h3:after,
        .single-bien-immobilier #main #localisation .droite #proximite h3:after {
          content: "";
          width: 70%;
          display: block;
          position: absolute;
          bottom: 0;
          height: 2px;
          background: #e3e0d8; }
      .single-programme #main #localisation .droite #proximite ul,
      .single-bien-immobilier #main #localisation .droite #proximite ul {
        list-style-type: none;
        padding-left: 0;
        margin: 0; }
        .single-programme #main #localisation .droite #proximite ul li,
        .single-bien-immobilier #main #localisation .droite #proximite ul li {
          margin-bottom: 15px;
          font-size: 18px;
          font-weight: bold;
          display: flex;
          align-items: center; }
          @media (max-width: 992px) {
            .single-programme #main #localisation .droite #proximite ul li,
            .single-bien-immobilier #main #localisation .droite #proximite ul li {
              font-size: 16px;
              margin-bottom: 10px; } }
          .single-programme #main #localisation .droite #proximite ul li img,
          .single-bien-immobilier #main #localisation .droite #proximite ul li img {
            margin-right: 15px; }
            @media (max-width: 992px) {
              .single-programme #main #localisation .droite #proximite ul li img,
              .single-bien-immobilier #main #localisation .droite #proximite ul li img {
                width: 25px; } }
          .single-programme #main #localisation .droite #proximite ul li span,
          .single-bien-immobilier #main #localisation .droite #proximite ul li span {
            font-weight: normal; }
          .single-programme #main #localisation .droite #proximite ul li:last-of-type,
          .single-bien-immobilier #main #localisation .droite #proximite ul li:last-of-type {
            margin-bottom: 0; }
  .single-programme #main #documents,
  .single-bien-immobilier #main #documents {
    display: flex;
    margin-top: 50px;
    visibility: hidden; }
    @media (max-width: 768px) {
      .single-programme #main #documents,
      .single-bien-immobilier #main #documents {
        flex-wrap: wrap; } }
    .single-programme #main #documents .gauche,
    .single-bien-immobilier #main #documents .gauche {
      width: calc(66% - 50px);
      background: #ffffff;
      border-radius: 20px;
      padding: 50px 50px 30px 50px;
      margin-right: 50px; }
      @media (max-width: 1200px) {
        .single-programme #main #documents .gauche,
        .single-bien-immobilier #main #documents .gauche {
          padding: 30px 30px 20px 30px; } }
      @media (max-width: 992px) {
        .single-programme #main #documents .gauche,
        .single-bien-immobilier #main #documents .gauche {
          padding: 20px 20px 15px 20px; } }
      @media (max-width: 768px) {
        .single-programme #main #documents .gauche,
        .single-bien-immobilier #main #documents .gauche {
          width: 100%;
          margin-right: 0;
          margin-bottom: 50px; } }
      .single-programme #main #documents .gauche h3,
      .single-bien-immobilier #main #documents .gauche h3 {
        margin-bottom: 25px;
        padding-bottom: 15px;
        position: relative;
        font-weight: bold; }
        @media (max-width: 1200px) {
          .single-programme #main #documents .gauche h3,
          .single-bien-immobilier #main #documents .gauche h3 {
            font-size: 24px; } }
        @media (max-width: 992px) {
          .single-programme #main #documents .gauche h3,
          .single-bien-immobilier #main #documents .gauche h3 {
            font-size: 22px;
            margin-bottom: 15px;
            padding-bottom: 10px; } }
        @media (max-width: 768px) {
          .single-programme #main #documents .gauche h3,
          .single-bien-immobilier #main #documents .gauche h3 {
            font-size: 20px; } }
        .single-programme #main #documents .gauche h3:after,
        .single-bien-immobilier #main #documents .gauche h3:after {
          content: "";
          width: 70%;
          display: block;
          position: absolute;
          bottom: 0;
          height: 2px;
          background: #e3e0d8; }
      .single-programme #main #documents .gauche ul,
      .single-bien-immobilier #main #documents .gauche ul {
        list-style-type: none;
        padding-left: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap; }
        .single-programme #main #documents .gauche ul li,
        .single-bien-immobilier #main #documents .gauche ul li {
          margin-bottom: 20px;
          width: 50%; }
          @media (max-width: 520px) {
            .single-programme #main #documents .gauche ul li,
            .single-bien-immobilier #main #documents .gauche ul li {
              width: 100%; } }
          .single-programme #main #documents .gauche ul li a,
          .single-bien-immobilier #main #documents .gauche ul li a {
            color: #3c3c3b;
            font-size: 22px;
            text-decoration: none;
            display: flex;
            padding-right: 5px;
            transition: 0.3s ease;
            font-weight: bold;
            align-items: baseline; }
            @media (max-width: 1200px) {
              .single-programme #main #documents .gauche ul li a,
              .single-bien-immobilier #main #documents .gauche ul li a {
                font-size: 20px; } }
            @media (max-width: 992px) {
              .single-programme #main #documents .gauche ul li a,
              .single-bien-immobilier #main #documents .gauche ul li a {
                font-size: 18px; } }
            .single-programme #main #documents .gauche ul li a:hover,
            .single-bien-immobilier #main #documents .gauche ul li a:hover {
              padding-right: 0;
              padding-left: 5px; }
            .single-programme #main #documents .gauche ul li a i,
            .single-bien-immobilier #main #documents .gauche ul li a i {
              font-size: 26px;
              margin-right: 10px; }
              @media (max-width: 1200px) {
                .single-programme #main #documents .gauche ul li a i,
                .single-bien-immobilier #main #documents .gauche ul li a i {
                  font-size: 24px; } }
              @media (max-width: 992px) {
                .single-programme #main #documents .gauche ul li a i,
                .single-bien-immobilier #main #documents .gauche ul li a i {
                  font-size: 22px; } }
          .single-programme #main #documents .gauche ul li:last-of-type,
          .single-bien-immobilier #main #documents .gauche ul li:last-of-type {
            margin-bottom: 0; }
    .single-programme #main #documents .droite,
    .single-bien-immobilier #main #documents .droite {
      width: 34%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 768px) {
        .single-programme #main #documents .droite,
        .single-bien-immobilier #main #documents .droite {
          width: 100%;
          height: 200px; } }
      .single-programme #main #documents .droite .rappel-brochure,
      .single-bien-immobilier #main #documents .droite .rappel-brochure {
        background: rgba(188, 156, 114, 0.8);
        display: flex;
        border-radius: 20px;
        padding: 25px;
        justify-content: center;
        align-items: center;
        visibility: hidden; }
        @media (max-width: 1200px) {
          .single-programme #main #documents .droite .rappel-brochure,
          .single-bien-immobilier #main #documents .droite .rappel-brochure {
            padding: 20px; } }
        @media (max-width: 992px) {
          .single-programme #main #documents .droite .rappel-brochure,
          .single-bien-immobilier #main #documents .droite .rappel-brochure {
            padding: 10px; } }
        .single-programme #main #documents .droite .rappel-brochure button,
        .single-bien-immobilier #main #documents .droite .rappel-brochure button {
          border: 0;
          display: flex;
          align-items: center;
          flex-direction: column;
          background: none;
          margin: 5px 15px 0;
          visibility: hidden;
          transition: 0.3s ease; }
          @media (max-width: 992px) {
            .single-programme #main #documents .droite .rappel-brochure button,
            .single-bien-immobilier #main #documents .droite .rappel-brochure button {
              margin: 5px 10px 0; } }
          .single-programme #main #documents .droite .rappel-brochure button:hover,
          .single-bien-immobilier #main #documents .droite .rappel-brochure button:hover {
            margin-top: 0;
            margin-bottom: 5px; }
          .single-programme #main #documents .droite .rappel-brochure button img,
          .single-bien-immobilier #main #documents .droite .rappel-brochure button img {
            margin-bottom: 10px;
            width: 45px; }
            @media (max-width: 1200px) {
              .single-programme #main #documents .droite .rappel-brochure button img,
              .single-bien-immobilier #main #documents .droite .rappel-brochure button img {
                width: 35px; } }
            @media (max-width: 992px) {
              .single-programme #main #documents .droite .rappel-brochure button img,
              .single-bien-immobilier #main #documents .droite .rappel-brochure button img {
                width: 30px; } }
          .single-programme #main #documents .droite .rappel-brochure button span,
          .single-bien-immobilier #main #documents .droite .rappel-brochure button span {
            color: #ffffff;
            font-weight: bold;
            font-size: 15px; }
            @media (max-width: 992px) {
              .single-programme #main #documents .droite .rappel-brochure button span,
              .single-bien-immobilier #main #documents .droite .rappel-brochure button span {
                font-size: 14px; } }
  .single-programme #main #les-plus,
  .single-bien-immobilier #main #les-plus {
    display: flex;
    margin-top: 50px;
    visibility: hidden; }
    @media (max-width: 768px) {
      .single-programme #main #les-plus,
      .single-bien-immobilier #main #les-plus {
        flex-wrap: wrap; } }
    .single-programme #main #les-plus .gauche,
    .single-bien-immobilier #main #les-plus .gauche {
      width: 34%;
      background: #ffffff;
      border-radius: 20px;
      padding: 50px; }
      @media (max-width: 1200px) {
        .single-programme #main #les-plus .gauche,
        .single-bien-immobilier #main #les-plus .gauche {
          width: 40%;
          padding: 30px; } }
      @media (max-width: 992px) {
        .single-programme #main #les-plus .gauche,
        .single-bien-immobilier #main #les-plus .gauche {
          padding: 20px; } }
      @media (max-width: 768px) {
        .single-programme #main #les-plus .gauche,
        .single-bien-immobilier #main #les-plus .gauche {
          width: 100%;
          margin-bottom: 50px; } }
      .single-programme #main #les-plus .gauche h3,
      .single-bien-immobilier #main #les-plus .gauche h3 {
        margin-bottom: 25px;
        padding-bottom: 15px;
        position: relative;
        font-weight: bold; }
        @media (max-width: 1200px) {
          .single-programme #main #les-plus .gauche h3,
          .single-bien-immobilier #main #les-plus .gauche h3 {
            font-size: 24px; } }
        @media (max-width: 992px) {
          .single-programme #main #les-plus .gauche h3,
          .single-bien-immobilier #main #les-plus .gauche h3 {
            font-size: 22px;
            margin-bottom: 15px;
            padding-bottom: 10px; } }
        @media (max-width: 768px) {
          .single-programme #main #les-plus .gauche h3,
          .single-bien-immobilier #main #les-plus .gauche h3 {
            font-size: 20px; } }
        .single-programme #main #les-plus .gauche h3:after,
        .single-bien-immobilier #main #les-plus .gauche h3:after {
          content: "";
          width: 70%;
          display: block;
          position: absolute;
          bottom: 0;
          height: 2px;
          background: #e3e0d8; }
      .single-programme #main #les-plus .gauche ul,
      .single-bien-immobilier #main #les-plus .gauche ul {
        list-style-type: none;
        padding-left: 0;
        margin: 0; }
        .single-programme #main #les-plus .gauche ul li,
        .single-bien-immobilier #main #les-plus .gauche ul li {
          margin-bottom: 15px;
          font-size: 18px;
          font-weight: bold;
          display: flex;
          align-items: center; }
          @media (max-width: 992px) {
            .single-programme #main #les-plus .gauche ul li,
            .single-bien-immobilier #main #les-plus .gauche ul li {
              font-size: 16px;
              margin-bottom: 10px; } }
          .single-programme #main #les-plus .gauche ul li img,
          .single-bien-immobilier #main #les-plus .gauche ul li img {
            margin-right: 15px; }
            @media (max-width: 992px) {
              .single-programme #main #les-plus .gauche ul li img,
              .single-bien-immobilier #main #les-plus .gauche ul li img {
                width: 25px; } }
          .single-programme #main #les-plus .gauche ul li img,
          .single-bien-immobilier #main #les-plus .gauche ul li img {
            margin-right: 15px; }
          .single-programme #main #les-plus .gauche ul li:last-of-type,
          .single-bien-immobilier #main #les-plus .gauche ul li:last-of-type {
            margin-bottom: 0; }
    .single-programme #main #les-plus .droite,
    .single-bien-immobilier #main #les-plus .droite {
      width: calc(66% - 50px);
      margin-left: 50px;
      border-radius: 20px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 1200px) {
        .single-programme #main #les-plus .droite,
        .single-bien-immobilier #main #les-plus .droite {
          width: 60%; } }
      @media (max-width: 768px) {
        .single-programme #main #les-plus .droite,
        .single-bien-immobilier #main #les-plus .droite {
          width: 100%;
          margin-left: 0;
          height: 250px; } }
  .single-programme #main #simulateur,
  .single-bien-immobilier #main #simulateur {
    width: 600px;
    max-width: 100%;
    text-align: center;
    margin: 100px auto 30px;
    visibility: hidden; }
    @media (max-width: 992px) {
      .single-programme #main #simulateur,
      .single-bien-immobilier #main #simulateur {
        margin-top: 70px; } }
    @media (max-width: 768px) {
      .single-programme #main #simulateur,
      .single-bien-immobilier #main #simulateur {
        margin-top: 50px; } }
    .single-programme #main #simulateur h3,
    .single-bien-immobilier #main #simulateur h3 {
      font-weight: bold; }
      @media (max-width: 1200px) {
        .single-programme #main #simulateur h3,
        .single-bien-immobilier #main #simulateur h3 {
          font-size: 24px; } }
      @media (max-width: 992px) {
        .single-programme #main #simulateur h3,
        .single-bien-immobilier #main #simulateur h3 {
          font-size: 22px; } }
      @media (max-width: 768px) {
        .single-programme #main #simulateur h3,
        .single-bien-immobilier #main #simulateur h3 {
          font-size: 20px; } }
    .single-programme #main #simulateur iframe,
    .single-bien-immobilier #main #simulateur iframe {
      margin-bottom: 50px; }
    .single-programme #main #simulateur .boutons,
    .single-bien-immobilier #main #simulateur .boutons {
      display: flex;
      justify-content: center; }
      .single-programme #main #simulateur .boutons .bouton-appel,
      .single-bien-immobilier #main #simulateur .boutons .bouton-appel {
        display: inline-block;
        margin: 0 30px;
        cursor: pointer;
        padding-top: 5px;
        transition: 0.3s ease; }
        @media (max-width: 768px) {
          .single-programme #main #simulateur .boutons .bouton-appel,
          .single-bien-immobilier #main #simulateur .boutons .bouton-appel {
            margin: 0 15px; } }
        @media (max-width: 1200px) {
          .single-programme #main #simulateur .boutons .bouton-appel img,
          .single-bien-immobilier #main #simulateur .boutons .bouton-appel img {
            height: 40px; } }
        @media (max-width: 992px) {
          .single-programme #main #simulateur .boutons .bouton-appel img,
          .single-bien-immobilier #main #simulateur .boutons .bouton-appel img {
            height: 35px; } }
        .single-programme #main #simulateur .boutons .bouton-appel span,
        .single-bien-immobilier #main #simulateur .boutons .bouton-appel span {
          display: block;
          font-weight: bold;
          line-height: normal;
          text-align: center;
          margin-top: 15px; }
          @media (max-width: 1200px) {
            .single-programme #main #simulateur .boutons .bouton-appel span,
            .single-bien-immobilier #main #simulateur .boutons .bouton-appel span {
              font-size: 15px; } }
          @media (max-width: 992px) {
            .single-programme #main #simulateur .boutons .bouton-appel span,
            .single-bien-immobilier #main #simulateur .boutons .bouton-appel span {
              font-size: 14px; } }
        .single-programme #main #simulateur .boutons .bouton-appel.rappel span,
        .single-bien-immobilier #main #simulateur .boutons .bouton-appel.rappel span {
          color: #bc9c72; }
        .single-programme #main #simulateur .boutons .bouton-appel:hover,
        .single-bien-immobilier #main #simulateur .boutons .bouton-appel:hover {
          padding-bottom: 5px;
          padding-top: 0; }
  .single-programme #main #remontees-produits,
  .single-bien-immobilier #main #remontees-produits {
    display: flex;
    flex-wrap: wrap;
    visibility: hidden;
    background: #ffffff;
    padding: 30px 100px 50px;
    border-radius: 10px;
    margin: 100px auto; }
    .single-programme #main #remontees-produits .produit,
    .single-bien-immobilier #main #remontees-produits .produit {
      text-decoration: none;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      margin-bottom: 50px; }
      .single-programme #main #remontees-produits .produit .visuel,
      .single-bien-immobilier #main #remontees-produits .produit .visuel {
        position: relative;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 20px;
        overflow: hidden;
        flex-shrink: 0; }
        .single-programme #main #remontees-produits .produit .visuel img,
        .single-bien-immobilier #main #remontees-produits .produit .visuel img {
          transition: 2s ease;
          transform: scale(1.1); }
        .single-programme #main #remontees-produits .produit .visuel .statut,
        .single-bien-immobilier #main #remontees-produits .produit .visuel .statut {
          position: absolute;
          left: 0;
          top: 0;
          text-transform: uppercase;
          padding: 7px 10px;
          background: #bc9c72;
          font-size: 14px;
          color: #ffffff;
          font-weight: 600; }
      .single-programme #main #remontees-produits .produit .texte,
      .single-bien-immobilier #main #remontees-produits .produit .texte {
        padding: 15px;
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        height: 100%; }
        .single-programme #main #remontees-produits .produit .texte .gauche,
        .single-bien-immobilier #main #remontees-produits .produit .texte .gauche {
          margin-right: 15px;
          display: flex;
          flex-direction: column; }
          .single-programme #main #remontees-produits .produit .texte .gauche .dispositifs,
          .single-bien-immobilier #main #remontees-produits .produit .texte .gauche .dispositifs {
            margin-bottom: 20px;
            display: flex; }
            .single-programme #main #remontees-produits .produit .texte .gauche .dispositifs img,
            .single-bien-immobilier #main #remontees-produits .produit .texte .gauche .dispositifs img {
              height: 40px;
              margin-right: 5px; }
          .single-programme #main #remontees-produits .produit .texte .gauche .bas,
          .single-bien-immobilier #main #remontees-produits .produit .texte .gauche .bas {
            line-height: normal; }
            .single-programme #main #remontees-produits .produit .texte .gauche .bas .type_logement,
            .single-bien-immobilier #main #remontees-produits .produit .texte .gauche .bas .type_logement {
              font-size: 15px; }
            .single-programme #main #remontees-produits .produit .texte .gauche .bas .lieu,
            .single-bien-immobilier #main #remontees-produits .produit .texte .gauche .bas .lieu {
              font-weight: bold;
              color: #bc9c72; }
              .single-programme #main #remontees-produits .produit .texte .gauche .bas .lieu .quartier,
              .single-bien-immobilier #main #remontees-produits .produit .texte .gauche .bas .lieu .quartier {
                font-weight: bold;
                color: #bc9c72;
                font-style: italic; }
            .single-programme #main #remontees-produits .produit .texte .gauche .bas .nom_prog,
            .single-bien-immobilier #main #remontees-produits .produit .texte .gauche .bas .nom_prog {
              margin-top: 20px;
              color: #bc9c72;
              font-weight: bold;
              font-size: 16px; }
        .single-programme #main #remontees-produits .produit .texte .droite,
        .single-bien-immobilier #main #remontees-produits .produit .texte .droite {
          text-align: right;
          display: flex;
          flex-direction: column;
          align-items: end; }
          .single-programme #main #remontees-produits .produit .texte .droite .prix,
          .single-bien-immobilier #main #remontees-produits .produit .texte .droite .prix {
            font-size: 15px;
            margin-bottom: 20px;
            line-height: normal; }
            .single-programme #main #remontees-produits .produit .texte .droite .prix span,
            .single-bien-immobilier #main #remontees-produits .produit .texte .droite .prix span {
              font-weight: bold;
              display: block;
              font-size: 16px; }
          .single-programme #main #remontees-produits .produit .texte .droite .typologie,
          .single-bien-immobilier #main #remontees-produits .produit .texte .droite .typologie {
            font-size: 15px;
            font-weight: bold;
            line-height: normal;
            margin-bottom: 65px; }
            .single-programme #main #remontees-produits .produit .texte .droite .typologie span,
            .single-bien-immobilier #main #remontees-produits .produit .texte .droite .typologie span {
              display: block; }
          .single-programme #main #remontees-produits .produit .texte .droite .bouton,
          .single-bien-immobilier #main #remontees-produits .produit .texte .droite .bouton {
            display: inline-block;
            width: fit-content;
            border-radius: 15px;
            color: #ffffff;
            padding: 8px 15px;
            border: 0;
            background: #565654;
            text-transform: uppercase;
            font-size: 15px;
            font-weight: 600;
            transition: 0.3s ease;
            position: absolute;
            bottom: 55px; }
            @media (max-width: 992px) {
              .single-programme #main #remontees-produits .produit .texte .droite .bouton,
              .single-bien-immobilier #main #remontees-produits .produit .texte .droite .bouton {
                bottom: 25px; } }
            .single-programme #main #remontees-produits .produit .texte .droite .bouton:hover,
            .single-bien-immobilier #main #remontees-produits .produit .texte .droite .bouton:hover {
              background: #bc9c72; }
      .single-programme #main #remontees-produits .produit.immobilier .visuel .statut,
      .single-bien-immobilier #main #remontees-produits .produit.immobilier .visuel .statut {
        background: #379b83; }
      .single-programme #main #remontees-produits .produit.immobilier .texte .gauche .bas .lieu,
      .single-bien-immobilier #main #remontees-produits .produit.immobilier .texte .gauche .bas .lieu {
        color: #379b83; }
        .single-programme #main #remontees-produits .produit.immobilier .texte .gauche .bas .lieu .quartier,
        .single-bien-immobilier #main #remontees-produits .produit.immobilier .texte .gauche .bas .lieu .quartier {
          color: #379b83; }
      .single-programme #main #remontees-produits .produit.immobilier .texte .droite .bouton:hover,
      .single-bien-immobilier #main #remontees-produits .produit.immobilier .texte .droite .bouton:hover {
        background: #379b83; }
      .single-programme #main #remontees-produits .produit.entreprise .visuel .statut,
      .single-bien-immobilier #main #remontees-produits .produit.entreprise .visuel .statut {
        background: #0e4da2; }
      .single-programme #main #remontees-produits .produit.entreprise .texte .gauche .bas .lieu,
      .single-bien-immobilier #main #remontees-produits .produit.entreprise .texte .gauche .bas .lieu {
        color: #0e4da2; }
        .single-programme #main #remontees-produits .produit.entreprise .texte .gauche .bas .lieu .quartier,
        .single-bien-immobilier #main #remontees-produits .produit.entreprise .texte .gauche .bas .lieu .quartier {
          color: #0e4da2; }
      .single-programme #main #remontees-produits .produit.entreprise .texte .droite .bouton:hover,
      .single-bien-immobilier #main #remontees-produits .produit.entreprise .texte .droite .bouton:hover {
        background: #0e4da2; }
      .single-programme #main #remontees-produits .produit:hover .visuel img,
      .single-bien-immobilier #main #remontees-produits .produit:hover .visuel img {
        transform: scale(1); }
    @media (max-width: 1650px) {
      .single-programme #main #remontees-produits,
      .single-bien-immobilier #main #remontees-produits {
        padding: 30px 50px 50px; } }
    @media (max-width: 992px) {
      .single-programme #main #remontees-produits,
      .single-bien-immobilier #main #remontees-produits {
        width: 450px;
        margin: 70px auto;
        padding: 30px 30px 15px; } }
    @media (max-width: 768px) {
      .single-programme #main #remontees-produits,
      .single-bien-immobilier #main #remontees-produits {
        margin: 50px auto; } }
    @media (max-width: 520px) {
      .single-programme #main #remontees-produits,
      .single-bien-immobilier #main #remontees-produits {
        width: auto;
        padding: 15px; } }
    .single-programme #main #remontees-produits .produit,
    .single-bien-immobilier #main #remontees-produits .produit {
      margin: 15px 15px 30px; }
      @media (max-width: 992px) {
        .single-programme #main #remontees-produits .produit,
        .single-bien-immobilier #main #remontees-produits .produit {
          margin-bottom: 0; } }
    .single-programme #main #remontees-produits .slick-prev,
    .single-programme #main #remontees-produits .slick-next,
    .single-bien-immobilier #main #remontees-produits .slick-prev,
    .single-bien-immobilier #main #remontees-produits .slick-next {
      border: 0;
      font-size: 0;
      line-height: 0;
      color: transparent;
      position: absolute;
      background: none;
      top: calc(50% - 20px);
      z-index: 5;
      left: 30px; }
      @media (max-width: 1650px) {
        .single-programme #main #remontees-produits .slick-prev,
        .single-programme #main #remontees-produits .slick-next,
        .single-bien-immobilier #main #remontees-produits .slick-prev,
        .single-bien-immobilier #main #remontees-produits .slick-next {
          left: 10px; } }
      @media (max-width: 992px) {
        .single-programme #main #remontees-produits .slick-prev,
        .single-programme #main #remontees-produits .slick-next,
        .single-bien-immobilier #main #remontees-produits .slick-prev,
        .single-bien-immobilier #main #remontees-produits .slick-next {
          left: 0; } }
      @media (max-width: 520px) {
        .single-programme #main #remontees-produits .slick-prev,
        .single-programme #main #remontees-produits .slick-next,
        .single-bien-immobilier #main #remontees-produits .slick-prev,
        .single-bien-immobilier #main #remontees-produits .slick-next {
          left: -10px; } }
      .single-programme #main #remontees-produits .slick-prev:before,
      .single-programme #main #remontees-produits .slick-next:before,
      .single-bien-immobilier #main #remontees-produits .slick-prev:before,
      .single-bien-immobilier #main #remontees-produits .slick-next:before {
        font-family: 'Font Awesome 6 Pro';
        content: '\f053';
        border: 0;
        color: #3c3c3b;
        font-size: 26px;
        display: inline-block;
        width: 40px;
        height: 40px;
        font-weight: 600;
        line-height: 40px;
        border-radius: 100%;
        margin-left: auto;
        padding-right: 5px; }
    .single-programme #main #remontees-produits .slick-next,
    .single-bien-immobilier #main #remontees-produits .slick-next {
      left: auto;
      right: 30px; }
      @media (max-width: 1650px) {
        .single-programme #main #remontees-produits .slick-next,
        .single-bien-immobilier #main #remontees-produits .slick-next {
          right: 10px; } }
      @media (max-width: 992px) {
        .single-programme #main #remontees-produits .slick-next,
        .single-bien-immobilier #main #remontees-produits .slick-next {
          right: 0; } }
      @media (max-width: 520px) {
        .single-programme #main #remontees-produits .slick-next,
        .single-bien-immobilier #main #remontees-produits .slick-next {
          right: -10px; } }
      .single-programme #main #remontees-produits .slick-next:before,
      .single-bien-immobilier #main #remontees-produits .slick-next:before {
        content: '\f054';
        padding-right: 0;
        padding-left: 5px; }

.btn-primary {
  background: #bc9c72 !important; }
  .btn-primary:hover {
    background: #aa8451 !important; }

.single-bien-immobilier #main.immobilier .conteneur-presentation .bouton-appel span,
.single-bien-immobilier #main.immobilier .conteneur-presentation .bouton-brochure span,
.single-bien-immobilier #main.immobilier #descriptif h2 {
  color: #379b83 !important; }
.single-bien-immobilier #main.immobilier #documents .droite .rappel-brochure {
  background: rgba(55, 155, 131, 0.8); }

.single-bien-immobilier #main.entreprise .conteneur-presentation .bouton-appel span,
.single-bien-immobilier #main.entreprise .conteneur-presentation .bouton-brochure span,
.single-bien-immobilier #main.entreprise #descriptif h2 {
  color: #0e4da2 !important; }
.single-bien-immobilier #main.entreprise #documents .droite .rappel-brochure {
  background: rgba(14, 77, 162, 0.8); }

.single-bien-immobilier #popup-bien .wpforms-submit {
  background: #3c3c3b !important; }

.single-bien-immobilier #main .conteneur-presentation .infos-pictos h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 28px; }
  @media (max-width: 1200px) {
    .single-bien-immobilier #main .conteneur-presentation .infos-pictos h3 {
      font-size: 26px; } }
  @media (max-width: 992px) {
    .single-bien-immobilier #main .conteneur-presentation .infos-pictos h3 {
      font-size: 24px; } }
  @media (max-width: 768px) {
    .single-bien-immobilier #main .conteneur-presentation .infos-pictos h3 {
      font-size: 22px; } }
.single-bien-immobilier #main .conteneur-presentation .infos-pictos ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0; }
  .single-bien-immobilier #main .conteneur-presentation .infos-pictos ul li {
    width: 48%;
    margin-bottom: 15px;
    font-weight: bold;
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .single-bien-immobilier #main .conteneur-presentation .infos-pictos ul li {
        font-size: 15px; } }
    @media (max-width: 520px) {
      .single-bien-immobilier #main .conteneur-presentation .infos-pictos ul li {
        font-size: 14px;
        margin-bottom: 10px; } }
    .single-bien-immobilier #main .conteneur-presentation .infos-pictos ul li img {
      margin-right: 15px;
      flex-shrink: 0; }
      @media (max-width: 992px) {
        .single-bien-immobilier #main .conteneur-presentation .infos-pictos ul li img {
          height: 25px; } }
      @media (max-width: 768px) {
        .single-bien-immobilier #main .conteneur-presentation .infos-pictos ul li img {
          height: 20px;
          margin-right: 10px; } }
    .single-bien-immobilier #main .conteneur-presentation .infos-pictos ul li:nth-child(odd) {
      margin-right: 4%; }
@media (max-width: 520px) {
  .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut {
    display: inline-block;
    width: auto; }
    .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .vignette-fleche,
    .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .typologie-haut {
      display: none; }
    .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .prix-haut {
      padding-right: 0; }
      .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .prix-haut span:first-of-type {
        display: none; }
      .single-bien-immobilier #main .conteneur-presentation .droite .conteneur-carrousel .bloc-haut .prix-haut strong {
        font-size: 16px; } }
.single-bien-immobilier #main #descriptif {
  margin-top: 30px; }
  .single-bien-immobilier #main #descriptif h2.quartier img {
    width: 43px;
    padding-left: 8px;
    margin-right: 25px; }
  @media (max-width: 1200px) {
    .single-bien-immobilier #main #descriptif h2.quartier,
    .single-bien-immobilier #main #descriptif h2.residence {
      font-size: 26px; } }
  @media (max-width: 768px) {
    .single-bien-immobilier #main #descriptif h2.quartier,
    .single-bien-immobilier #main #descriptif h2.residence {
      font-size: 24px;
      text-align: center;
      display: flex;
      flex-direction: column;
      margin-bottom: 15px; } }
  @media (max-width: 520px) {
    .single-bien-immobilier #main #descriptif h2.quartier,
    .single-bien-immobilier #main #descriptif h2.residence {
      font-size: 22px; } }
  @media (max-width: 1200px) {
    .single-bien-immobilier #main #descriptif h2.quartier img,
    .single-bien-immobilier #main #descriptif h2.residence img {
      width: 40px; } }
  @media (max-width: 768px) {
    .single-bien-immobilier #main #descriptif h2.quartier img,
    .single-bien-immobilier #main #descriptif h2.residence img {
      width: 35px;
      margin: 10px auto; } }
  .single-bien-immobilier #main #descriptif #bilan {
    margin-top: 30px; }
    @media (max-width: 1200px) {
      .single-bien-immobilier #main #descriptif #bilan h2.bilan {
        font-size: 26px; } }
    @media (max-width: 768px) {
      .single-bien-immobilier #main #descriptif #bilan h2.bilan {
        font-size: 24px;
        text-align: center;
        display: flex;
        flex-direction: column;
        margin-bottom: 15px; } }
    @media (max-width: 520px) {
      .single-bien-immobilier #main #descriptif #bilan h2.bilan {
        font-size: 22px; } }
    @media (max-width: 1200px) {
      .single-bien-immobilier #main #descriptif #bilan h2.bilan img {
        width: 40px; } }
    @media (max-width: 768px) {
      .single-bien-immobilier #main #descriptif #bilan h2.bilan img {
        width: 35px;
        margin: 10px auto; } }
    .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe {
      display: flex;
      padding-left: 68px;
      margin-top: 20px; }
      @media (max-width: 992px) {
        .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe {
          flex-wrap: wrap; } }
      @media (max-width: 768px) {
        .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe {
          padding-left: 0; } }
      .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe h3 {
        font-size: 20px;
        color: gray;
        margin-bottom: 20px; }
        @media (max-width: 768px) {
          .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe h3 {
            text-align: center; } }
      .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe .gauche {
        width: 50%; }
        @media (max-width: 992px) {
          .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe .gauche {
            width: 100%;
            margin-bottom: 30px; } }
      .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe .droite {
        width: 50%; }
        @media (max-width: 992px) {
          .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe .droite {
            width: 100%; } }
      .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe .grille-dpe {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: max-content; }
        @media (max-width: 768px) {
          .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe .grille-dpe {
            margin: 0 auto; } }
        .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe .grille-dpe .dpe,
        .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe .grille-dpe .dpe-indicateur {
          display: flex;
          gap: 2px; }
        .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe .grille-dpe .carre {
          width: 40px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #ffffff;
          font-size: 16px;
          text-transform: uppercase;
          border-radius: 10px;
          font-weight: bold;
          transition: all 0.2s ease; }
          @media (max-width: 768px) {
            .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe .grille-dpe .carre {
              width: 30px;
              height: 30px;
              font-size: 14px;
              line-height: 14px; } }
          .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe .grille-dpe .carre.active {
            height: 60px;
            width: 50px;
            font-size: 18px;
            margin-top: -10px; }
            @media (max-width: 768px) {
              .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe .grille-dpe .carre.active {
                width: 40px;
                height: 45px;
                font-size: 16px;
                margin-top: -5px;
                line-height: 16px; } }
        .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe .grille-dpe .indicateur {
          width: 40px;
          text-align: center;
          font-size: 12px;
          visibility: hidden;
          margin-top: 10px; }
          @media (max-width: 768px) {
            .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe .grille-dpe .indicateur {
              width: 30px;
              font-size: 11px; } }
          .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe .grille-dpe .indicateur .fleche {
            font-size: 14px;
            line-height: 1.2; }
            @media (max-width: 768px) {
              .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe .grille-dpe .indicateur .fleche {
                font-size: 12px; } }
          .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe .grille-dpe .indicateur .valeur {
            font-size: 16px;
            line-height: 1.2; }
            @media (max-width: 768px) {
              .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe .grille-dpe .indicateur .valeur {
                font-size: 14px; } }
            .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe .grille-dpe .indicateur .valeur span {
              font-weight: bold;
              font-size: 20px; }
              @media (max-width: 768px) {
                .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe .grille-dpe .indicateur .valeur span {
                  font-size: 16px; } }
          .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe .grille-dpe .indicateur.visible {
            visibility: visible; }
          .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe .grille-dpe .indicateur:nth-of-type(1).visible {
            margin-left: 7px; }
          .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe .grille-dpe .indicateur:nth-of-type(2).visible {
            margin-left: 9px; }
          .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe .grille-dpe .indicateur:nth-of-type(3).visible {
            margin-left: 10px; }
          .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe .grille-dpe .indicateur:nth-of-type(4).visible {
            margin-left: 12px; }
          .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe .grille-dpe .indicateur:nth-of-type(5).visible {
            margin-left: 14px; }
          .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe .grille-dpe .indicateur:nth-of-type(6).visible {
            margin-left: 16px; }
          .single-bien-immobilier #main #descriptif #bilan .conteneur-dpe .grille-dpe .indicateur:nth-of-type(7).visible {
            margin-left: 20px; }
.single-bien-immobilier #main #documents .gauche {
  background: none;
  padding: 20px; }
  .single-bien-immobilier #main #documents .gauche #simulateur {
    margin: 0 auto; }
    .single-bien-immobilier #main #documents .gauche #simulateur h3 {
      margin-bottom: 0; }
      .single-bien-immobilier #main #documents .gauche #simulateur h3:after {
        display: none; }

.conteneur-dpe {
  margin-bottom: 20px; }
  .conteneur-dpe h4 {
    font-size: 18px; }
  .conteneur-dpe .dpe {
    display: flex;
    position: relative; }
    .conteneur-dpe .dpe .carre {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      font-size: 16px;
      text-transform: uppercase;
      border-radius: 10px;
      font-weight: bold;
      margin-right: 2px; }
      .conteneur-dpe .dpe .carre:last-of-type {
        margin-right: 0; }
      .conteneur-dpe .dpe .carre.energie.A {
        background: #00915f; }
      .conteneur-dpe .dpe .carre.energie.B {
        background: #46a546; }
      .conteneur-dpe .dpe .carre.energie.C {
        background: #69b469; }
      .conteneur-dpe .dpe .carre.energie.D {
        background: #f0e114; }
      .conteneur-dpe .dpe .carre.energie.E {
        background: #ebaa0a; }
      .conteneur-dpe .dpe .carre.energie.F {
        background: #e6782d; }
      .conteneur-dpe .dpe .carre.energie.G {
        background: #cd1e1e; }
      .conteneur-dpe .dpe .carre.energie.nc {
        background: #ddd; }
      .conteneur-dpe .dpe .carre.gaz.A {
        background: #96d2f5; }
      .conteneur-dpe .dpe .carre.gaz.B {
        background: #7daacd; }
      .conteneur-dpe .dpe .carre.gaz.C {
        background: #6987a5; }
      .conteneur-dpe .dpe .carre.gaz.D {
        background: #505f82; }
      .conteneur-dpe .dpe .carre.gaz.E {
        background: #414664; }
      .conteneur-dpe .dpe .carre.gaz.F {
        background: #322d46; }
      .conteneur-dpe .dpe .carre.gaz.G {
        background: #1e192d; }
      .conteneur-dpe .dpe .carre.gaz.nc {
        background: #ccc; }

.connexion-recherche {
  background: #e2e2e2; }
  .connexion-recherche #acces-necessaire {
    background: #ffffff;
    width: 500px;
    max-width: 95%;
    margin: 50px auto 70px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px; }
    .connexion-recherche #acces-necessaire p {
      font-size: 20px;
      line-height: normal; }
      @media (max-width: 992px) {
        .connexion-recherche #acces-necessaire p {
          font-size: 18px; } }
    .connexion-recherche #acces-necessaire #login {
      width: 250px;
      margin: 30px auto 0;
      max-width: 100%; }
      .connexion-recherche #acces-necessaire #login label {
        font-size: 16px; }
      .connexion-recherche #acces-necessaire #login .login-submit #wp-submit {
        display: inline-block;
        padding: 12px 25px 10px;
        background: #379b83;
        color: #ffffff;
        border-radius: 10px;
        border: 0;
        font-size: 24px;
        transition: 0.3s ease;
        font-family: "Open Sans";
        font-weight: 700;
        text-decoration: none;
        font-size: 20px;
        padding: 10px 15px; }
        .connexion-recherche #acces-necessaire #login .login-submit #wp-submit:hover {
          background: #2a7563; }
        @media (max-width: 1200px) {
          .connexion-recherche #acces-necessaire #login .login-submit #wp-submit {
            font-size: 22px;
            padding: 10px 20px 8px; } }
        @media (max-width: 768px) {
          .connexion-recherche #acces-necessaire #login .login-submit #wp-submit {
            font-size: 20px;
            padding: 8px 15px 6px; } }
        @media (max-width: 992px) {
          .connexion-recherche #acces-necessaire #login .login-submit #wp-submit {
            font-size: 18px;
            padding: 8px 15px 6px; } }

.login {
  background: #e2e2e2; }

#login h1 a {
  background: url(../images/logo-mopane.png) no-repeat center;
  background-size: contain;
  width: 220px;
  pointer-events: none;
  height: 75px; }
#login .message.register {
  display: none; }
#login .forgetmenot {
  float: none; }
#login #login_error {
  display: none; }
#login .submit {
  text-align: center; }
  #login .submit #wp-submit {
    margin-top: 15px;
    background: #3c3c3b;
    border-color: #3c3c3b;
    font-weight: bold;
    font-size: 20px;
    float: none;
    transition: 0.3s ease; }
    #login .submit #wp-submit:hover {
      background: #222222; }
#login #nav,
#login #backtoblog {
  display: none; }

.liens-login {
  text-align: center;
  margin-top: 25px; }
  .liens-login a {
    display: block;
    font-size: 18px;
    margin: 10px 0;
    font-weight: normal;
    transition: 0.3s ease;
    color: #3c3c3b;
    text-decoration: none; }
    .liens-login a:hover {
      color: #bc9c72; }
  .liens-login a.retoursite {
    display: inline-block;
    padding: 12px 25px 10px;
    background: #bc9c72;
    color: #ffffff;
    border-radius: 10px;
    border: 0;
    font-size: 24px;
    transition: 0.3s ease;
    font-family: "Open Sans";
    font-weight: 700;
    text-decoration: none;
    padding: 7px 10px 5px;
    font-size: 18px; }
    .liens-login a.retoursite:hover {
      background: #aa8451; }
    @media (max-width: 1200px) {
      .liens-login a.retoursite {
        font-size: 22px;
        padding: 10px 20px 8px; } }
    @media (max-width: 768px) {
      .liens-login a.retoursite {
        font-size: 20px;
        padding: 8px 15px 6px; } }
    @media (max-width: 992px) {
      .liens-login a.retoursite {
        font-size: 18px;
        padding: 8px 15px 6px; } }

#wp-admin-bar-my-account .display-name {
  color: #ffffff; }

.page-id-197 #contenu-edito {
  width: 500px;
  max-width: 100%; }
  .page-id-197 #contenu-edito h1 {
    text-align: center; }
  .page-id-197 #contenu-edito #wpforms-194 {
    width: 500px;
    max-width: 100%; }
    .page-id-197 #contenu-edito #wpforms-194 .wpforms-submit {
      display: inline-block;
      padding: 12px 25px 10px;
      background: #379b83;
      color: #ffffff;
      border-radius: 10px;
      border: 0;
      font-size: 24px;
      transition: 0.3s ease;
      font-family: "Open Sans";
      font-weight: 700;
      text-decoration: none;
      display: table;
      margin: auto;
      font-size: 20px;
      padding: 10px 15px; }
      .page-id-197 #contenu-edito #wpforms-194 .wpforms-submit:hover {
        background: #2a7563; }
      @media (max-width: 1200px) {
        .page-id-197 #contenu-edito #wpforms-194 .wpforms-submit {
          font-size: 22px;
          padding: 10px 20px 8px; } }
      @media (max-width: 768px) {
        .page-id-197 #contenu-edito #wpforms-194 .wpforms-submit {
          font-size: 20px;
          padding: 8px 15px 6px; } }

/*---Cookie bar---*/
#cookie-notice .cookie-notice-container {
  padding: 5px 15px; }
  #cookie-notice .cookie-notice-container a {
    padding: 5px; }
#cookie-notice * {
  color: #ffffff; }

/*------------------GRILLE DE PRIX---------------*/
.single-grille-prix .entete,
.single-mobile .entete,
.single-programme .entete {
  margin-bottom: 50px;
  display: inline-block;
  width: 100%; }
  @media (max-width: 768px) {
    .single-grille-prix .entete,
    .single-mobile .entete,
    .single-programme .entete {
      margin-bottom: 30px; } }
  .single-grille-prix .entete .gauche,
  .single-mobile .entete .gauche,
  .single-programme .entete .gauche {
    float: left;
    margin-right: 30px;
    max-width: calc(30% - 30px); }
    @media (max-width: 1650px) {
      .single-grille-prix .entete .gauche,
      .single-mobile .entete .gauche,
      .single-programme .entete .gauche {
        width: 300px;
        max-width: calc(50% - 30px); } }
    @media (max-width: 768px) {
      .single-grille-prix .entete .gauche,
      .single-mobile .entete .gauche,
      .single-programme .entete .gauche {
        width: 100%;
        margin-right: 0;
        max-width: 100%; } }
  .single-grille-prix .entete .centre,
  .single-mobile .entete .centre,
  .single-programme .entete .centre {
    float: left;
    display: inline-block;
    max-width: calc(35% - 30px);
    margin-right: 30px; }
    @media (max-width: 1650px) {
      .single-grille-prix .entete .centre,
      .single-mobile .entete .centre,
      .single-programme .entete .centre {
        max-width: 50%;
        margin-right: 0; } }
    @media (max-width: 768px) {
      .single-grille-prix .entete .centre,
      .single-mobile .entete .centre,
      .single-programme .entete .centre {
        margin-top: 30px;
        width: 100%;
        margin-right: 0;
        max-width: 100%; } }
    .single-grille-prix .entete .centre h1,
    .single-mobile .entete .centre h1,
    .single-programme .entete .centre h1 {
      font-size: 32px;
      margin-bottom: 10px; }
      @media (max-width: 1650px) {
        .single-grille-prix .entete .centre h1,
        .single-mobile .entete .centre h1,
        .single-programme .entete .centre h1 {
          font-size: 28px; } }
    .single-grille-prix .entete .centre .lieu,
    .single-mobile .entete .centre .lieu,
    .single-programme .entete .centre .lieu {
      font-size: 20px;
      margin-bottom: 10px; }
    .single-grille-prix .entete .centre .livraison,
    .single-mobile .entete .centre .livraison,
    .single-programme .entete .centre .livraison {
      background: #bc9c72;
      padding: 5px 15px;
      color: #ffffff;
      text-transform: uppercase;
      margin-bottom: 20px;
      display: inline-flex;
      align-items: center; }
      .single-grille-prix .entete .centre .livraison img,
      .single-mobile .entete .centre .livraison img,
      .single-programme .entete .centre .livraison img {
        width: 25px;
        margin-right: 10px; }
    .single-grille-prix .entete .centre .voir-pgm,
    .single-mobile .entete .centre .voir-pgm,
    .single-programme .entete .centre .voir-pgm {
      display: inline-block;
      padding: 12px 25px 10px;
      background: #379b83;
      color: #ffffff;
      border-radius: 10px;
      border: 0;
      font-size: 24px;
      transition: 0.3s ease;
      font-family: "Open Sans";
      font-weight: 700;
      text-decoration: none;
      padding: 11px 15px 12px; }
      .single-grille-prix .entete .centre .voir-pgm:hover,
      .single-mobile .entete .centre .voir-pgm:hover,
      .single-programme .entete .centre .voir-pgm:hover {
        background: #2a7563; }
      @media (max-width: 1200px) {
        .single-grille-prix .entete .centre .voir-pgm,
        .single-mobile .entete .centre .voir-pgm,
        .single-programme .entete .centre .voir-pgm {
          font-size: 22px;
          padding: 10px 20px 8px; } }
      @media (max-width: 768px) {
        .single-grille-prix .entete .centre .voir-pgm,
        .single-mobile .entete .centre .voir-pgm,
        .single-programme .entete .centre .voir-pgm {
          font-size: 20px;
          padding: 8px 15px 6px; } }
      @media (max-width: 1600px) {
        .single-grille-prix .entete .centre .voir-pgm,
        .single-mobile .entete .centre .voir-pgm,
        .single-programme .entete .centre .voir-pgm {
          font-size: 20px;
          padding: 8px 15px 8px; } }
  .single-grille-prix .entete .droite,
  .single-mobile .entete .droite,
  .single-programme .entete .droite {
    float: right;
    padding: 0px 20px;
    max-width: 35%;
    background: red; }
    @media (max-width: 1650px) {
      .single-grille-prix .entete .droite,
      .single-mobile .entete .droite,
      .single-programme .entete .droite {
        max-width: 100%;
        margin-top: 30px;
        float: none;
        display: inline-block; } }
    @media (max-width: 768px) {
      .single-grille-prix .entete .droite,
      .single-mobile .entete .droite,
      .single-programme .entete .droite {
        width: 100%; } }
    .single-grille-prix .entete .droite #documents,
    .single-mobile .entete .droite #documents,
    .single-programme .entete .droite #documents {
      display: flex;
      align-items: flex-start;
      flex-direction: column; }
      .single-grille-prix .entete .droite #documents h3,
      .single-mobile .entete .droite #documents h3,
      .single-programme .entete .droite #documents h3 {
        font-size: 24px;
        font-family: 'Open Sans';
        display: inline-block;
        border-bottom: 3px solid #bc9c72;
        margin-bottom: 15px;
        text-transform: uppercase; }
        @media (max-width: 1200px) {
          .single-grille-prix .entete .droite #documents h3,
          .single-mobile .entete .droite #documents h3,
          .single-programme .entete .droite #documents h3 {
            font-size: 22px; } }
        .single-grille-prix .entete .droite #documents h3:before,
        .single-mobile .entete .droite #documents h3:before,
        .single-programme .entete .droite #documents h3:before {
          display: none; }
      .single-grille-prix .entete .droite #documents ul,
      .single-mobile .entete .droite #documents ul,
      .single-programme .entete .droite #documents ul {
        margin-bottom: 15px;
        display: inline-block; }
        .single-grille-prix .entete .droite #documents ul li,
        .single-mobile .entete .droite #documents ul li,
        .single-programme .entete .droite #documents ul li {
          padding-left: 0;
          width: 48%;
          float: left; }
          @media (max-width: 768px) {
            .single-grille-prix .entete .droite #documents ul li,
            .single-mobile .entete .droite #documents ul li,
            .single-programme .entete .droite #documents ul li {
              width: 100%; } }
          .single-grille-prix .entete .droite #documents ul li:nth-of-type(odd),
          .single-mobile .entete .droite #documents ul li:nth-of-type(odd),
          .single-programme .entete .droite #documents ul li:nth-of-type(odd) {
            margin-right: 4%; }
            @media (max-width: 768px) {
              .single-grille-prix .entete .droite #documents ul li:nth-of-type(odd),
              .single-mobile .entete .droite #documents ul li:nth-of-type(odd),
              .single-programme .entete .droite #documents ul li:nth-of-type(odd) {
                margin-right: 0; } }
          .single-grille-prix .entete .droite #documents ul li:before,
          .single-mobile .entete .droite #documents ul li:before,
          .single-programme .entete .droite #documents ul li:before {
            display: none; }
          .single-grille-prix .entete .droite #documents ul li a,
          .single-mobile .entete .droite #documents ul li a,
          .single-programme .entete .droite #documents ul li a {
            color: #3c3c3b;
            font-weight: normal;
            font-size: 18px; }
            .single-grille-prix .entete .droite #documents ul li a:hover,
            .single-mobile .entete .droite #documents ul li a:hover,
            .single-programme .entete .droite #documents ul li a:hover {
              color: #bc9c72; }
            .single-grille-prix .entete .droite #documents ul li a i,
            .single-mobile .entete .droite #documents ul li a i,
            .single-programme .entete .droite #documents ul li a i {
              color: #bc9c72;
              margin-right: 5px; }
.single-grille-prix .conteneur-tableau,
.single-mobile .conteneur-tableau,
.single-programme .conteneur-tableau {
  width: 100%;
  overflow-x: auto; }
.single-grille-prix #grille_prix,
.single-mobile #grille_prix,
.single-programme #grille_prix {
  visibility: hidden;
  width: 100%; }
  @media (max-width: 1650px) {
    .single-grille-prix #grille_prix,
    .single-mobile #grille_prix,
    .single-programme #grille_prix {
      font-size: 15px; } }
  .single-grille-prix #grille_prix tr,
  .single-mobile #grille_prix tr,
  .single-programme #grille_prix tr {
    background: red; }
    .single-grille-prix #grille_prix tr.legende-tab,
    .single-mobile #grille_prix tr.legende-tab,
    .single-programme #grille_prix tr.legende-tab {
      font-weight: bold;
      background: #ffffff; }
    .single-grille-prix #grille_prix tr th,
    .single-mobile #grille_prix tr th,
    .single-programme #grille_prix tr th {
      background: #ffffff;
      color: #3c3c3b;
      text-align: center;
      padding: 10px 15px;
      font-size: 18px;
      font-weight: bold; }
      .single-grille-prix #grille_prix tr th.titre-soustab,
      .single-mobile #grille_prix tr th.titre-soustab,
      .single-programme #grille_prix tr th.titre-soustab {
        text-align: left; }
        @media (max-width: 1200px) {
          .single-grille-prix #grille_prix tr th.titre-soustab,
          .single-mobile #grille_prix tr th.titre-soustab,
          .single-programme #grille_prix tr th.titre-soustab {
            font-size: 16px; } }
      .single-grille-prix #grille_prix tr th.fleche,
      .single-mobile #grille_prix tr th.fleche,
      .single-programme #grille_prix tr th.fleche {
        text-align: right; }
        .single-grille-prix #grille_prix tr th.fleche .repliage,
        .single-mobile #grille_prix tr th.fleche .repliage,
        .single-programme #grille_prix tr th.fleche .repliage {
          font-weight: normal;
          font-size: 16px;
          color: #3c3c3b;
          width: 150px;
          font-weight: bold;
          text-align: left;
          float: right;
          display: flex;
          align-items: center; }
          @media (max-width: 1200px) {
            .single-grille-prix #grille_prix tr th.fleche .repliage,
            .single-mobile #grille_prix tr th.fleche .repliage,
            .single-programme #grille_prix tr th.fleche .repliage {
              font-size: 14px; } }
          .single-grille-prix #grille_prix tr th.fleche .repliage:before,
          .single-mobile #grille_prix tr th.fleche .repliage:before,
          .single-programme #grille_prix tr th.fleche .repliage:before {
            content: '\f078';
            margin-right: 10px;
            font-size: 20px;
            font-weight: bold;
            margin-top: 2px;
            font-family: 'Font Awesome 6 Pro';
            background: #379b83;
            border-radius: 100%;
            width: 30px;
            height: 30px;
            display: inline-flex;
            justify-content: center;
            color: #ffffff;
            /* align-items: flex-end; */
            padding-top: 2px; }
            @media (max-width: 1200px) {
              .single-grille-prix #grille_prix tr th.fleche .repliage:before,
              .single-mobile #grille_prix tr th.fleche .repliage:before,
              .single-programme #grille_prix tr th.fleche .repliage:before {
                font-size: 18px; } }
    .single-grille-prix #grille_prix tr td,
    .single-mobile #grille_prix tr td,
    .single-programme #grille_prix tr td {
      border-bottom: 1px solid #e2e2e2;
      text-align: center;
      padding: 0;
      white-space: nowrap; }
      .single-grille-prix #grille_prix tr td.prix,
      .single-mobile #grille_prix tr td.prix,
      .single-programme #grille_prix tr td.prix {
        min-width: 120px; }
      .single-grille-prix #grille_prix tr td .icone-plan,
      .single-mobile #grille_prix tr td .icone-plan,
      .single-programme #grille_prix tr td .icone-plan {
        border: 0; }
        .single-grille-prix #grille_prix tr td .icone-plan i,
        .single-mobile #grille_prix tr td .icone-plan i,
        .single-programme #grille_prix tr td .icone-plan i {
          color: #379b83; }
        .single-grille-prix #grille_prix tr td .icone-plan:hover i,
        .single-mobile #grille_prix tr td .icone-plan:hover i,
        .single-programme #grille_prix tr td .icone-plan:hover i {
          color: #bc9c72; }
      .single-grille-prix #grille_prix tr td.libre span,
      .single-mobile #grille_prix tr td.libre span,
      .single-programme #grille_prix tr td.libre span {
        color: green; }
      .single-grille-prix #grille_prix tr td.optionne span,
      .single-mobile #grille_prix tr td.optionne span,
      .single-programme #grille_prix tr td.optionne span {
        color: red; }
      .single-grille-prix #grille_prix tr td i,
      .single-mobile #grille_prix tr td i,
      .single-programme #grille_prix tr td i {
        font-size: 24px; }
      .single-grille-prix #grille_prix tr td .btn-option,
      .single-mobile #grille_prix tr td .btn-option,
      .single-programme #grille_prix tr td .btn-option {
        background: #bc9c72;
        text-transform: uppercase;
        border: 0;
        font-size: 13px; }
        .single-grille-prix #grille_prix tr td .btn-option:hover,
        .single-mobile #grille_prix tr td .btn-option:hover,
        .single-programme #grille_prix tr td .btn-option:hover {
          background: #aa8451; }
        @media (max-width: 1200px) {
          .single-grille-prix #grille_prix tr td .btn-option,
          .single-mobile #grille_prix tr td .btn-option,
          .single-programme #grille_prix tr td .btn-option {
            padding: 3px 5px;
            font-size: 12px; } }
      .single-grille-prix #grille_prix tr td table.sous-tableau .bandeau-typo,
      .single-mobile #grille_prix tr td table.sous-tableau .bandeau-typo,
      .single-programme #grille_prix tr td table.sous-tableau .bandeau-typo {
        cursor: pointer; }
        .single-grille-prix #grille_prix tr td table.sous-tableau .bandeau-typo.open .titre-soustab,
        .single-grille-prix #grille_prix tr td table.sous-tableau .bandeau-typo.open .fleche,
        .single-grille-prix #grille_prix tr td table.sous-tableau .bandeau-typo.open .repliage,
        .single-mobile #grille_prix tr td table.sous-tableau .bandeau-typo.open .titre-soustab,
        .single-mobile #grille_prix tr td table.sous-tableau .bandeau-typo.open .fleche,
        .single-mobile #grille_prix tr td table.sous-tableau .bandeau-typo.open .repliage,
        .single-programme #grille_prix tr td table.sous-tableau .bandeau-typo.open .titre-soustab,
        .single-programme #grille_prix tr td table.sous-tableau .bandeau-typo.open .fleche,
        .single-programme #grille_prix tr td table.sous-tableau .bandeau-typo.open .repliage {
          color: #ffffff;
          background: #379b83; }
        .single-grille-prix #grille_prix tr td table.sous-tableau .bandeau-typo.open .fleche .repliage:before,
        .single-mobile #grille_prix tr td table.sous-tableau .bandeau-typo.open .fleche .repliage:before,
        .single-programme #grille_prix tr td table.sous-tableau .bandeau-typo.open .fleche .repliage:before {
          content: '\f077';
          padding-top: 0; }
      .single-grille-prix #grille_prix tr td table.sous-tableau .legende-tab,
      .single-grille-prix #grille_prix tr td table.sous-tableau .contenu-tab,
      .single-mobile #grille_prix tr td table.sous-tableau .legende-tab,
      .single-mobile #grille_prix tr td table.sous-tableau .contenu-tab,
      .single-programme #grille_prix tr td table.sous-tableau .legende-tab,
      .single-programme #grille_prix tr td table.sous-tableau .contenu-tab {
        display: none; }
        .single-grille-prix #grille_prix tr td table.sous-tableau .legende-tab.open,
        .single-grille-prix #grille_prix tr td table.sous-tableau .contenu-tab.open,
        .single-mobile #grille_prix tr td table.sous-tableau .legende-tab.open,
        .single-mobile #grille_prix tr td table.sous-tableau .contenu-tab.open,
        .single-programme #grille_prix tr td table.sous-tableau .legende-tab.open,
        .single-programme #grille_prix tr td table.sous-tableau .contenu-tab.open {
          display: table-row; }
      .single-grille-prix #grille_prix tr td table.sous-tableau td,
      .single-mobile #grille_prix tr td table.sous-tableau td,
      .single-programme #grille_prix tr td table.sous-tableau td {
        padding: 10px 12px;
        font-size: 15px; }
        .single-grille-prix #grille_prix tr td table.sous-tableau td:first-of-type,
        .single-mobile #grille_prix tr td table.sous-tableau td:first-of-type,
        .single-programme #grille_prix tr td table.sous-tableau td:first-of-type {
          text-align: left;
          padding-left: 12px; }
        @media (max-width: 1200px) {
          .single-grille-prix #grille_prix tr td table.sous-tableau td,
          .single-mobile #grille_prix tr td table.sous-tableau td,
          .single-programme #grille_prix tr td table.sous-tableau td {
            padding: 8px; } }
.single-grille-prix #popup-formulaire-demande,
.single-grille-prix #popup-formulaire-demande-biens,
.single-mobile #popup-formulaire-demande,
.single-mobile #popup-formulaire-demande-biens,
.single-programme #popup-formulaire-demande,
.single-programme #popup-formulaire-demande-biens {
  display: none; }
  .single-grille-prix #popup-formulaire-demande.open,
  .single-grille-prix #popup-formulaire-demande-biens.open,
  .single-mobile #popup-formulaire-demande.open,
  .single-mobile #popup-formulaire-demande-biens.open,
  .single-programme #popup-formulaire-demande.open,
  .single-programme #popup-formulaire-demande-biens.open {
    display: inline-block;
    position: fixed;
    z-index: 99999;
    background: #ffffff;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 30px;
    width: 600px;
    max-width: 90vw;
    overflow-y: auto;
    max-height: 90vh;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
    .single-grille-prix #popup-formulaire-demande.open .close-popup-telechargement,
    .single-grille-prix #popup-formulaire-demande.open .close-popup-telechargement-biens,
    .single-grille-prix #popup-formulaire-demande-biens.open .close-popup-telechargement,
    .single-grille-prix #popup-formulaire-demande-biens.open .close-popup-telechargement-biens,
    .single-mobile #popup-formulaire-demande.open .close-popup-telechargement,
    .single-mobile #popup-formulaire-demande.open .close-popup-telechargement-biens,
    .single-mobile #popup-formulaire-demande-biens.open .close-popup-telechargement,
    .single-mobile #popup-formulaire-demande-biens.open .close-popup-telechargement-biens,
    .single-programme #popup-formulaire-demande.open .close-popup-telechargement,
    .single-programme #popup-formulaire-demande.open .close-popup-telechargement-biens,
    .single-programme #popup-formulaire-demande-biens.open .close-popup-telechargement,
    .single-programme #popup-formulaire-demande-biens.open .close-popup-telechargement-biens {
      border: 0;
      position: absolute;
      top: 0px;
      right: 0px; }
    .single-grille-prix #popup-formulaire-demande.open h2,
    .single-grille-prix #popup-formulaire-demande-biens.open h2,
    .single-mobile #popup-formulaire-demande.open h2,
    .single-mobile #popup-formulaire-demande-biens.open h2,
    .single-programme #popup-formulaire-demande.open h2,
    .single-programme #popup-formulaire-demande-biens.open h2 {
      margin: -30px -30px 20px -30px;
      background: #bc9c72;
      padding: 10px;
      color: #ffffff;
      font-family: 'Open Sans';
      text-transform: uppercase;
      font-size: 24px; }
    .single-grille-prix #popup-formulaire-demande.open h3,
    .single-grille-prix #popup-formulaire-demande-biens.open h3,
    .single-mobile #popup-formulaire-demande.open h3,
    .single-mobile #popup-formulaire-demande-biens.open h3,
    .single-programme #popup-formulaire-demande.open h3,
    .single-programme #popup-formulaire-demande-biens.open h3 {
      font-weight: bold;
      font-size: 20px; }
    .single-grille-prix #popup-formulaire-demande.open #loginform,
    .single-grille-prix #popup-formulaire-demande.open #form-demande-acces,
    .single-grille-prix #popup-formulaire-demande-biens.open #loginform,
    .single-grille-prix #popup-formulaire-demande-biens.open #form-demande-acces,
    .single-mobile #popup-formulaire-demande.open #loginform,
    .single-mobile #popup-formulaire-demande.open #form-demande-acces,
    .single-mobile #popup-formulaire-demande-biens.open #loginform,
    .single-mobile #popup-formulaire-demande-biens.open #form-demande-acces,
    .single-programme #popup-formulaire-demande.open #loginform,
    .single-programme #popup-formulaire-demande.open #form-demande-acces,
    .single-programme #popup-formulaire-demande-biens.open #loginform,
    .single-programme #popup-formulaire-demande-biens.open #form-demande-acces {
      width: 280px;
      margin: 20px auto 30px; }
      .single-grille-prix #popup-formulaire-demande.open #loginform label,
      .single-grille-prix #popup-formulaire-demande.open #form-demande-acces label,
      .single-grille-prix #popup-formulaire-demande-biens.open #loginform label,
      .single-grille-prix #popup-formulaire-demande-biens.open #form-demande-acces label,
      .single-mobile #popup-formulaire-demande.open #loginform label,
      .single-mobile #popup-formulaire-demande.open #form-demande-acces label,
      .single-mobile #popup-formulaire-demande-biens.open #loginform label,
      .single-mobile #popup-formulaire-demande-biens.open #form-demande-acces label,
      .single-programme #popup-formulaire-demande.open #loginform label,
      .single-programme #popup-formulaire-demande.open #form-demande-acces label,
      .single-programme #popup-formulaire-demande-biens.open #loginform label,
      .single-programme #popup-formulaire-demande-biens.open #form-demande-acces label {
        font-size: 15px;
        margin-bottom: 5px; }
      .single-grille-prix #popup-formulaire-demande.open #loginform .input,
      .single-grille-prix #popup-formulaire-demande.open #loginform .form-control,
      .single-grille-prix #popup-formulaire-demande.open #form-demande-acces .input,
      .single-grille-prix #popup-formulaire-demande.open #form-demande-acces .form-control,
      .single-grille-prix #popup-formulaire-demande-biens.open #loginform .input,
      .single-grille-prix #popup-formulaire-demande-biens.open #loginform .form-control,
      .single-grille-prix #popup-formulaire-demande-biens.open #form-demande-acces .input,
      .single-grille-prix #popup-formulaire-demande-biens.open #form-demande-acces .form-control,
      .single-mobile #popup-formulaire-demande.open #loginform .input,
      .single-mobile #popup-formulaire-demande.open #loginform .form-control,
      .single-mobile #popup-formulaire-demande.open #form-demande-acces .input,
      .single-mobile #popup-formulaire-demande.open #form-demande-acces .form-control,
      .single-mobile #popup-formulaire-demande-biens.open #loginform .input,
      .single-mobile #popup-formulaire-demande-biens.open #loginform .form-control,
      .single-mobile #popup-formulaire-demande-biens.open #form-demande-acces .input,
      .single-mobile #popup-formulaire-demande-biens.open #form-demande-acces .form-control,
      .single-programme #popup-formulaire-demande.open #loginform .input,
      .single-programme #popup-formulaire-demande.open #loginform .form-control,
      .single-programme #popup-formulaire-demande.open #form-demande-acces .input,
      .single-programme #popup-formulaire-demande.open #form-demande-acces .form-control,
      .single-programme #popup-formulaire-demande-biens.open #loginform .input,
      .single-programme #popup-formulaire-demande-biens.open #loginform .form-control,
      .single-programme #popup-formulaire-demande-biens.open #form-demande-acces .input,
      .single-programme #popup-formulaire-demande-biens.open #form-demande-acces .form-control {
        border-radius: 5px !important;
        height: 35px !important; }
      .single-grille-prix #popup-formulaire-demande.open #loginform .login-remember,
      .single-grille-prix #popup-formulaire-demande.open #form-demande-acces .login-remember,
      .single-grille-prix #popup-formulaire-demande-biens.open #loginform .login-remember,
      .single-grille-prix #popup-formulaire-demande-biens.open #form-demande-acces .login-remember,
      .single-mobile #popup-formulaire-demande.open #loginform .login-remember,
      .single-mobile #popup-formulaire-demande.open #form-demande-acces .login-remember,
      .single-mobile #popup-formulaire-demande-biens.open #loginform .login-remember,
      .single-mobile #popup-formulaire-demande-biens.open #form-demande-acces .login-remember,
      .single-programme #popup-formulaire-demande.open #loginform .login-remember,
      .single-programme #popup-formulaire-demande.open #form-demande-acces .login-remember,
      .single-programme #popup-formulaire-demande-biens.open #loginform .login-remember,
      .single-programme #popup-formulaire-demande-biens.open #form-demande-acces .login-remember {
        display: none; }
      .single-grille-prix #popup-formulaire-demande.open #loginform #wp-submit,
      .single-grille-prix #popup-formulaire-demande.open #loginform .wpforms-submit,
      .single-grille-prix #popup-formulaire-demande.open #form-demande-acces #wp-submit,
      .single-grille-prix #popup-formulaire-demande.open #form-demande-acces .wpforms-submit,
      .single-grille-prix #popup-formulaire-demande-biens.open #loginform #wp-submit,
      .single-grille-prix #popup-formulaire-demande-biens.open #loginform .wpforms-submit,
      .single-grille-prix #popup-formulaire-demande-biens.open #form-demande-acces #wp-submit,
      .single-grille-prix #popup-formulaire-demande-biens.open #form-demande-acces .wpforms-submit,
      .single-mobile #popup-formulaire-demande.open #loginform #wp-submit,
      .single-mobile #popup-formulaire-demande.open #loginform .wpforms-submit,
      .single-mobile #popup-formulaire-demande.open #form-demande-acces #wp-submit,
      .single-mobile #popup-formulaire-demande.open #form-demande-acces .wpforms-submit,
      .single-mobile #popup-formulaire-demande-biens.open #loginform #wp-submit,
      .single-mobile #popup-formulaire-demande-biens.open #loginform .wpforms-submit,
      .single-mobile #popup-formulaire-demande-biens.open #form-demande-acces #wp-submit,
      .single-mobile #popup-formulaire-demande-biens.open #form-demande-acces .wpforms-submit,
      .single-programme #popup-formulaire-demande.open #loginform #wp-submit,
      .single-programme #popup-formulaire-demande.open #loginform .wpforms-submit,
      .single-programme #popup-formulaire-demande.open #form-demande-acces #wp-submit,
      .single-programme #popup-formulaire-demande.open #form-demande-acces .wpforms-submit,
      .single-programme #popup-formulaire-demande-biens.open #loginform #wp-submit,
      .single-programme #popup-formulaire-demande-biens.open #loginform .wpforms-submit,
      .single-programme #popup-formulaire-demande-biens.open #form-demande-acces #wp-submit,
      .single-programme #popup-formulaire-demande-biens.open #form-demande-acces .wpforms-submit {
        display: inline-block;
        padding: 12px 25px 10px;
        background: #bc9c72;
        color: #ffffff;
        border-radius: 10px;
        border: 0;
        font-size: 24px;
        transition: 0.3s ease;
        font-family: "Open Sans";
        font-weight: 700;
        text-decoration: none;
        border-radius: 5px;
        font-size: 18px;
        font-family: 'Open Sans';
        text-transform: none;
        padding: 5px 10px; }
        .single-grille-prix #popup-formulaire-demande.open #loginform #wp-submit:hover,
        .single-grille-prix #popup-formulaire-demande.open #loginform .wpforms-submit:hover,
        .single-grille-prix #popup-formulaire-demande.open #form-demande-acces #wp-submit:hover,
        .single-grille-prix #popup-formulaire-demande.open #form-demande-acces .wpforms-submit:hover,
        .single-grille-prix #popup-formulaire-demande-biens.open #loginform #wp-submit:hover,
        .single-grille-prix #popup-formulaire-demande-biens.open #loginform .wpforms-submit:hover,
        .single-grille-prix #popup-formulaire-demande-biens.open #form-demande-acces #wp-submit:hover,
        .single-grille-prix #popup-formulaire-demande-biens.open #form-demande-acces .wpforms-submit:hover,
        .single-mobile #popup-formulaire-demande.open #loginform #wp-submit:hover,
        .single-mobile #popup-formulaire-demande.open #loginform .wpforms-submit:hover,
        .single-mobile #popup-formulaire-demande.open #form-demande-acces #wp-submit:hover,
        .single-mobile #popup-formulaire-demande.open #form-demande-acces .wpforms-submit:hover,
        .single-mobile #popup-formulaire-demande-biens.open #loginform #wp-submit:hover,
        .single-mobile #popup-formulaire-demande-biens.open #loginform .wpforms-submit:hover,
        .single-mobile #popup-formulaire-demande-biens.open #form-demande-acces #wp-submit:hover,
        .single-mobile #popup-formulaire-demande-biens.open #form-demande-acces .wpforms-submit:hover,
        .single-programme #popup-formulaire-demande.open #loginform #wp-submit:hover,
        .single-programme #popup-formulaire-demande.open #loginform .wpforms-submit:hover,
        .single-programme #popup-formulaire-demande.open #form-demande-acces #wp-submit:hover,
        .single-programme #popup-formulaire-demande.open #form-demande-acces .wpforms-submit:hover,
        .single-programme #popup-formulaire-demande-biens.open #loginform #wp-submit:hover,
        .single-programme #popup-formulaire-demande-biens.open #loginform .wpforms-submit:hover,
        .single-programme #popup-formulaire-demande-biens.open #form-demande-acces #wp-submit:hover,
        .single-programme #popup-formulaire-demande-biens.open #form-demande-acces .wpforms-submit:hover {
          background: #aa8451; }
        @media (max-width: 1200px) {
          .single-grille-prix #popup-formulaire-demande.open #loginform #wp-submit,
          .single-grille-prix #popup-formulaire-demande.open #loginform .wpforms-submit,
          .single-grille-prix #popup-formulaire-demande.open #form-demande-acces #wp-submit,
          .single-grille-prix #popup-formulaire-demande.open #form-demande-acces .wpforms-submit,
          .single-grille-prix #popup-formulaire-demande-biens.open #loginform #wp-submit,
          .single-grille-prix #popup-formulaire-demande-biens.open #loginform .wpforms-submit,
          .single-grille-prix #popup-formulaire-demande-biens.open #form-demande-acces #wp-submit,
          .single-grille-prix #popup-formulaire-demande-biens.open #form-demande-acces .wpforms-submit,
          .single-mobile #popup-formulaire-demande.open #loginform #wp-submit,
          .single-mobile #popup-formulaire-demande.open #loginform .wpforms-submit,
          .single-mobile #popup-formulaire-demande.open #form-demande-acces #wp-submit,
          .single-mobile #popup-formulaire-demande.open #form-demande-acces .wpforms-submit,
          .single-mobile #popup-formulaire-demande-biens.open #loginform #wp-submit,
          .single-mobile #popup-formulaire-demande-biens.open #loginform .wpforms-submit,
          .single-mobile #popup-formulaire-demande-biens.open #form-demande-acces #wp-submit,
          .single-mobile #popup-formulaire-demande-biens.open #form-demande-acces .wpforms-submit,
          .single-programme #popup-formulaire-demande.open #loginform #wp-submit,
          .single-programme #popup-formulaire-demande.open #loginform .wpforms-submit,
          .single-programme #popup-formulaire-demande.open #form-demande-acces #wp-submit,
          .single-programme #popup-formulaire-demande.open #form-demande-acces .wpforms-submit,
          .single-programme #popup-formulaire-demande-biens.open #loginform #wp-submit,
          .single-programme #popup-formulaire-demande-biens.open #loginform .wpforms-submit,
          .single-programme #popup-formulaire-demande-biens.open #form-demande-acces #wp-submit,
          .single-programme #popup-formulaire-demande-biens.open #form-demande-acces .wpforms-submit {
            font-size: 22px;
            padding: 10px 20px 8px; } }
        @media (max-width: 768px) {
          .single-grille-prix #popup-formulaire-demande.open #loginform #wp-submit,
          .single-grille-prix #popup-formulaire-demande.open #loginform .wpforms-submit,
          .single-grille-prix #popup-formulaire-demande.open #form-demande-acces #wp-submit,
          .single-grille-prix #popup-formulaire-demande.open #form-demande-acces .wpforms-submit,
          .single-grille-prix #popup-formulaire-demande-biens.open #loginform #wp-submit,
          .single-grille-prix #popup-formulaire-demande-biens.open #loginform .wpforms-submit,
          .single-grille-prix #popup-formulaire-demande-biens.open #form-demande-acces #wp-submit,
          .single-grille-prix #popup-formulaire-demande-biens.open #form-demande-acces .wpforms-submit,
          .single-mobile #popup-formulaire-demande.open #loginform #wp-submit,
          .single-mobile #popup-formulaire-demande.open #loginform .wpforms-submit,
          .single-mobile #popup-formulaire-demande.open #form-demande-acces #wp-submit,
          .single-mobile #popup-formulaire-demande.open #form-demande-acces .wpforms-submit,
          .single-mobile #popup-formulaire-demande-biens.open #loginform #wp-submit,
          .single-mobile #popup-formulaire-demande-biens.open #loginform .wpforms-submit,
          .single-mobile #popup-formulaire-demande-biens.open #form-demande-acces #wp-submit,
          .single-mobile #popup-formulaire-demande-biens.open #form-demande-acces .wpforms-submit,
          .single-programme #popup-formulaire-demande.open #loginform #wp-submit,
          .single-programme #popup-formulaire-demande.open #loginform .wpforms-submit,
          .single-programme #popup-formulaire-demande.open #form-demande-acces #wp-submit,
          .single-programme #popup-formulaire-demande.open #form-demande-acces .wpforms-submit,
          .single-programme #popup-formulaire-demande-biens.open #loginform #wp-submit,
          .single-programme #popup-formulaire-demande-biens.open #loginform .wpforms-submit,
          .single-programme #popup-formulaire-demande-biens.open #form-demande-acces #wp-submit,
          .single-programme #popup-formulaire-demande-biens.open #form-demande-acces .wpforms-submit {
            font-size: 20px;
            padding: 8px 15px 6px; } }
        @media (max-width: 520px) {
          .single-grille-prix #popup-formulaire-demande.open #loginform #wp-submit,
          .single-grille-prix #popup-formulaire-demande.open #loginform .wpforms-submit,
          .single-grille-prix #popup-formulaire-demande.open #form-demande-acces #wp-submit,
          .single-grille-prix #popup-formulaire-demande.open #form-demande-acces .wpforms-submit,
          .single-grille-prix #popup-formulaire-demande-biens.open #loginform #wp-submit,
          .single-grille-prix #popup-formulaire-demande-biens.open #loginform .wpforms-submit,
          .single-grille-prix #popup-formulaire-demande-biens.open #form-demande-acces #wp-submit,
          .single-grille-prix #popup-formulaire-demande-biens.open #form-demande-acces .wpforms-submit,
          .single-mobile #popup-formulaire-demande.open #loginform #wp-submit,
          .single-mobile #popup-formulaire-demande.open #loginform .wpforms-submit,
          .single-mobile #popup-formulaire-demande.open #form-demande-acces #wp-submit,
          .single-mobile #popup-formulaire-demande.open #form-demande-acces .wpforms-submit,
          .single-mobile #popup-formulaire-demande-biens.open #loginform #wp-submit,
          .single-mobile #popup-formulaire-demande-biens.open #loginform .wpforms-submit,
          .single-mobile #popup-formulaire-demande-biens.open #form-demande-acces #wp-submit,
          .single-mobile #popup-formulaire-demande-biens.open #form-demande-acces .wpforms-submit,
          .single-programme #popup-formulaire-demande.open #loginform #wp-submit,
          .single-programme #popup-formulaire-demande.open #loginform .wpforms-submit,
          .single-programme #popup-formulaire-demande.open #form-demande-acces #wp-submit,
          .single-programme #popup-formulaire-demande.open #form-demande-acces .wpforms-submit,
          .single-programme #popup-formulaire-demande-biens.open #loginform #wp-submit,
          .single-programme #popup-formulaire-demande-biens.open #loginform .wpforms-submit,
          .single-programme #popup-formulaire-demande-biens.open #form-demande-acces #wp-submit,
          .single-programme #popup-formulaire-demande-biens.open #form-demande-acces .wpforms-submit {
            font-size: 16px;
            padding: 3px 8px; } }
      .single-grille-prix #popup-formulaire-demande.open #loginform .wpforms-container,
      .single-grille-prix #popup-formulaire-demande.open #form-demande-acces .wpforms-container,
      .single-grille-prix #popup-formulaire-demande-biens.open #loginform .wpforms-container,
      .single-grille-prix #popup-formulaire-demande-biens.open #form-demande-acces .wpforms-container,
      .single-mobile #popup-formulaire-demande.open #loginform .wpforms-container,
      .single-mobile #popup-formulaire-demande.open #form-demande-acces .wpforms-container,
      .single-mobile #popup-formulaire-demande-biens.open #loginform .wpforms-container,
      .single-mobile #popup-formulaire-demande-biens.open #form-demande-acces .wpforms-container,
      .single-programme #popup-formulaire-demande.open #loginform .wpforms-container,
      .single-programme #popup-formulaire-demande.open #form-demande-acces .wpforms-container,
      .single-programme #popup-formulaire-demande-biens.open #loginform .wpforms-container,
      .single-programme #popup-formulaire-demande-biens.open #form-demande-acces .wpforms-container {
        margin-bottom: 0; }
    .single-grille-prix #popup-formulaire-demande.open #form-demande-acces,
    .single-grille-prix #popup-formulaire-demande-biens.open #form-demande-acces,
    .single-mobile #popup-formulaire-demande.open #form-demande-acces,
    .single-mobile #popup-formulaire-demande-biens.open #form-demande-acces,
    .single-programme #popup-formulaire-demande.open #form-demande-acces,
    .single-programme #popup-formulaire-demande-biens.open #form-demande-acces {
      width: 100%;
      margin-bottom: 0; }
      @media (max-width: 520px) {
        .single-grille-prix #popup-formulaire-demande.open #form-demande-acces .wpforms-field-container,
        .single-grille-prix #popup-formulaire-demande-biens.open #form-demande-acces .wpforms-field-container,
        .single-mobile #popup-formulaire-demande.open #form-demande-acces .wpforms-field-container,
        .single-mobile #popup-formulaire-demande-biens.open #form-demande-acces .wpforms-field-container,
        .single-programme #popup-formulaire-demande.open #form-demande-acces .wpforms-field-container,
        .single-programme #popup-formulaire-demande-biens.open #form-demande-acces .wpforms-field-container {
          display: flex;
          flex-wrap: wrap; }
        .single-grille-prix #popup-formulaire-demande.open #form-demande-acces .wpforms-one-half,
        .single-grille-prix #popup-formulaire-demande-biens.open #form-demande-acces .wpforms-one-half,
        .single-mobile #popup-formulaire-demande.open #form-demande-acces .wpforms-one-half,
        .single-mobile #popup-formulaire-demande-biens.open #form-demande-acces .wpforms-one-half,
        .single-programme #popup-formulaire-demande.open #form-demande-acces .wpforms-one-half,
        .single-programme #popup-formulaire-demande-biens.open #form-demande-acces .wpforms-one-half {
          width: 280px;
          max-width: 100%;
          margin: 0 auto !important; } }
      .single-grille-prix #popup-formulaire-demande.open #form-demande-acces .wpforms-is-recaptcha,
      .single-grille-prix #popup-formulaire-demande-biens.open #form-demande-acces .wpforms-is-recaptcha,
      .single-mobile #popup-formulaire-demande.open #form-demande-acces .wpforms-is-recaptcha,
      .single-mobile #popup-formulaire-demande-biens.open #form-demande-acces .wpforms-is-recaptcha,
      .single-programme #popup-formulaire-demande.open #form-demande-acces .wpforms-is-recaptcha,
      .single-programme #popup-formulaire-demande-biens.open #form-demande-acces .wpforms-is-recaptcha {
        padding: 0; }
    .single-grille-prix #popup-formulaire-demande.open .ou,
    .single-grille-prix #popup-formulaire-demande-biens.open .ou,
    .single-mobile #popup-formulaire-demande.open .ou,
    .single-mobile #popup-formulaire-demande-biens.open .ou,
    .single-programme #popup-formulaire-demande.open .ou,
    .single-programme #popup-formulaire-demande-biens.open .ou {
      position: relative;
      height: 40px;
      margin-bottom: 25px; }
      .single-grille-prix #popup-formulaire-demande.open .ou p,
      .single-grille-prix #popup-formulaire-demande-biens.open .ou p,
      .single-mobile #popup-formulaire-demande.open .ou p,
      .single-mobile #popup-formulaire-demande-biens.open .ou p,
      .single-programme #popup-formulaire-demande.open .ou p,
      .single-programme #popup-formulaire-demande-biens.open .ou p {
        background: #ffffff;
        display: inline-block;
        padding: 5px 15px;
        z-index: 2;
        font-size: 20px;
        position: relative; }
      .single-grille-prix #popup-formulaire-demande.open .ou:before,
      .single-grille-prix #popup-formulaire-demande-biens.open .ou:before,
      .single-mobile #popup-formulaire-demande.open .ou:before,
      .single-mobile #popup-formulaire-demande-biens.open .ou:before,
      .single-programme #popup-formulaire-demande.open .ou:before,
      .single-programme #popup-formulaire-demande-biens.open .ou:before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 1px;
        background: #bc9c72;
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 1; }
.single-grille-prix .fond-popup,
.single-grille-prix .fond-popup-biens,
.single-mobile .fond-popup,
.single-mobile .fond-popup-biens,
.single-programme .fond-popup,
.single-programme .fond-popup-biens {
  display: none; }
  .single-grille-prix .fond-popup.open,
  .single-grille-prix .fond-popup-biens.open,
  .single-mobile .fond-popup.open,
  .single-mobile .fond-popup-biens.open,
  .single-programme .fond-popup.open,
  .single-programme .fond-popup-biens.open {
    display: inline-block;
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.3); }

.page-demande-option .progoption {
  font-size: 20px; }
  @media (max-width: 1200px) {
    .page-demande-option .progoption {
      font-size: 18px; } }
.page-demande-option .formulaire-option .wpforms-form {
  background: red;
  border: 1px solid #e2e2e2;
  padding: 0px 30px 30px; }
  .page-demande-option .formulaire-option .wpforms-form .wpforms-field-divider {
    margin-top: 20px;
    width: 100%;
    display: inline-block; }
    @media (max-width: 768px) {
      .page-demande-option .formulaire-option .wpforms-form .wpforms-field-divider h3 {
        font-size: 20px; } }
  .page-demande-option .formulaire-option .wpforms-form .wpforms-error {
    color: #ccb495;
    margin-top: 2px;
    font-size: 16px; }
  @media (max-width: 768px) {
    .page-demande-option .formulaire-option .wpforms-form .wpforms-field {
      width: 100%;
      margin-left: 0; } }
  .page-demande-option .formulaire-option .wpforms-form li:before {
    display: none; }
  .page-demande-option .formulaire-option .wpforms-form input {
    color: #3c3c3b; }
    .page-demande-option .formulaire-option .wpforms-form input[type=text], .page-demande-option .formulaire-option .wpforms-form input[type=tel], .page-demande-option .formulaire-option .wpforms-form input[type=email] {
      height: 35px; }
  .page-demande-option .formulaire-option .wpforms-form .rgpd {
    margin-top: 10px; }
    .page-demande-option .formulaire-option .wpforms-form .rgpd li {
      display: flex; }
    .page-demande-option .formulaire-option .wpforms-form .rgpd input {
      flex-shrink: 0; }
    .page-demande-option .formulaire-option .wpforms-form .rgpd label {
      font-size: 14px; }
      @media (max-width: 1200px) {
        .page-demande-option .formulaire-option .wpforms-form .rgpd label {
          font-size: 12px; } }
      .page-demande-option .formulaire-option .wpforms-form .rgpd label a {
        text-decoration: underline;
        transition: 0.3s ease; }
        .page-demande-option .formulaire-option .wpforms-form .rgpd label a:hover {
          color: #379b83; }
  .page-demande-option .formulaire-option .wpforms-form .wpforms-submit {
    display: inline-block;
    padding: 12px 25px 10px;
    background: #bc9c72;
    color: #ffffff;
    border-radius: 10px;
    border: 0;
    font-size: 24px;
    transition: 0.3s ease;
    font-family: "Open Sans";
    font-weight: 700;
    text-decoration: none;
    display: table;
    margin: 10px auto 0; }
    .page-demande-option .formulaire-option .wpforms-form .wpforms-submit:hover {
      background: #aa8451; }
    @media (max-width: 1200px) {
      .page-demande-option .formulaire-option .wpforms-form .wpforms-submit {
        font-size: 22px;
        padding: 10px 20px 8px; } }
    @media (max-width: 768px) {
      .page-demande-option .formulaire-option .wpforms-form .wpforms-submit {
        font-size: 20px;
        padding: 8px 15px 6px; } }
    .page-demande-option .formulaire-option .wpforms-form .wpforms-submit:hover {
      border: 0; }
    @media (max-width: 1200px) {
      .page-demande-option .formulaire-option .wpforms-form .wpforms-submit {
        font-size: 18px;
        padding: 8px 15px 6px; } }
.page-demande-option .wpforms-confirmation-container-full {
  background: #bc9c72;
  border: 0;
  display: inline-block; }
  .page-demande-option .wpforms-confirmation-container-full p {
    font-size: 16px;
    color: #ffffff; }
  .page-demande-option .wpforms-confirmation-container-full + p {
    display: none; }
.page-demande-option .retour-grille {
  margin-top: 30px;
  display: inline-block;
  padding: 12px 25px 10px;
  background: #379b83;
  color: #ffffff;
  border-radius: 10px;
  border: 0;
  font-size: 24px;
  transition: 0.3s ease;
  font-family: "Open Sans";
  font-weight: 700;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
  padding: 5px 15px; }
  .page-demande-option .retour-grille:hover {
    background: #2a7563; }
  @media (max-width: 1200px) {
    .page-demande-option .retour-grille {
      font-size: 22px;
      padding: 10px 20px 8px; } }
  @media (max-width: 768px) {
    .page-demande-option .retour-grille {
      font-size: 20px;
      padding: 8px 15px 6px; } }
  .page-demande-option .retour-grille i {
    margin-right: 10px; }
  @media (max-width: 1200px) {
    .page-demande-option .retour-grille {
      font-size: 18px;
      padding: 5px 15px; } }
  .page-demande-option .retour-grille:hover {
    color: #ffffff; }

.page-conf-ref-prosp .retour-prog {
  display: inline-block;
  padding: 12px 25px 10px;
  background: #379b83;
  color: #ffffff;
  border-radius: 10px;
  border: 0;
  font-size: 24px;
  transition: 0.3s ease;
  font-family: "Open Sans";
  font-weight: 700;
  text-decoration: none;
  display: table;
  margin: 30px auto 0;
  font-size: 20px;
  text-align: center;
  padding: 5px 15px; }
  .page-conf-ref-prosp .retour-prog:hover {
    background: #2a7563; }
  @media (max-width: 1200px) {
    .page-conf-ref-prosp .retour-prog {
      font-size: 22px;
      padding: 10px 20px 8px; } }
  @media (max-width: 768px) {
    .page-conf-ref-prosp .retour-prog {
      font-size: 20px;
      padding: 8px 15px 6px; } }
  .page-conf-ref-prosp .retour-prog i {
    margin-right: 10px; }
  @media (max-width: 1200px) {
    .page-conf-ref-prosp .retour-prog {
      font-size: 18px;
      padding: 5px 15px; } }
  .page-conf-ref-prosp .retour-prog:hover {
    color: #ffffff; }

.grecaptcha-badge {
  display: none !important; }

.sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 #sgpb-popup-dialog-main-div,
.sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 #sgpb-popup-dialog-main-div {
  width: 600px !important;
  border: 0 !important; }
.sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 #captation-leads .texte-captation,
.sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 #captation-leads .texte-captation {
  padding: 30px 20px 15px;
  background: #b8b5ad; }
  .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 #captation-leads .texte-captation h2,
  .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 #captation-leads .texte-captation h2 {
    font-family: "Open Sans";
    font-size: 28px;
    color: #379b83;
    text-align: center; }
  .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 #captation-leads .texte-captation h3,
  .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 #captation-leads .texte-captation h3 {
    font-size: 16px;
    font-family: "Open Sans";
    color: #ffffff;
    text-align: center; }
.sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 #captation-leads .wpforms-container-full,
.sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 #captation-leads .wpforms-container-full {
  margin-bottom: 0; }
  .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 #captation-leads .wpforms-container-full form,
  .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 #captation-leads .wpforms-container-full form {
    color: #ffffff; }
    .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 #captation-leads .wpforms-container-full form #wpforms-166-field_6-container,
    .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 #captation-leads .wpforms-container-full form #wpforms-166-field_14-container,
    .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 #captation-leads .wpforms-container-full form #wpforms-166-field_6-container,
    .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 #captation-leads .wpforms-container-full form #wpforms-166-field_14-container {
      display: none; }
    .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 #captation-leads .wpforms-container-full form .wpforms-error,
    .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 #captation-leads .wpforms-container-full form .wpforms-error {
      color: #ccb495;
      margin-top: 2px;
      font-size: 14px; }
    .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 #captation-leads .wpforms-container-full form .wpforms-field,
    .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 #captation-leads .wpforms-container-full form .wpforms-field {
      padding: 7px 0; }
      @media (max-width: 768px) {
        .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 #captation-leads .wpforms-container-full form .wpforms-field,
        .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 #captation-leads .wpforms-container-full form .wpforms-field {
          width: 100%;
          margin-left: 0; } }
    .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 #captation-leads .wpforms-container-full form input,
    .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 #captation-leads .wpforms-container-full form input {
      color: #3c3c3b; }
      .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 #captation-leads .wpforms-container-full form input[type=text], .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 #captation-leads .wpforms-container-full form input[type=tel], .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 #captation-leads .wpforms-container-full form input[type=email],
      .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 #captation-leads .wpforms-container-full form input[type=text],
      .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 #captation-leads .wpforms-container-full form input[type=tel],
      .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 #captation-leads .wpforms-container-full form input[type=email] {
        height: 30px;
        font-size: 15px; }
    .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 #captation-leads .wpforms-container-full form textarea,
    .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 #captation-leads .wpforms-container-full form textarea {
      color: #3c3c3b;
      height: 60px;
      font-size: 15px; }
    .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 #captation-leads .wpforms-container-full form .rgpd li,
    .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 #captation-leads .wpforms-container-full form .rgpd li {
      display: flex; }
    .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 #captation-leads .wpforms-container-full form .rgpd input,
    .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 #captation-leads .wpforms-container-full form .rgpd input {
      flex-shrink: 0; }
    .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 #captation-leads .wpforms-container-full form .rgpd label,
    .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 #captation-leads .wpforms-container-full form .rgpd label {
      font-size: 12px;
      color: #ffffff; }
      @media (max-width: 1200px) {
        .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 #captation-leads .wpforms-container-full form .rgpd label,
        .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 #captation-leads .wpforms-container-full form .rgpd label {
          font-size: 12px; } }
      .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 #captation-leads .wpforms-container-full form .rgpd label a,
      .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 #captation-leads .wpforms-container-full form .rgpd label a {
        color: #ffffff;
        text-decoration: underline;
        transition: 0.3s ease; }
        .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 #captation-leads .wpforms-container-full form .rgpd label a:hover,
        .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 #captation-leads .wpforms-container-full form .rgpd label a:hover {
          color: #379b83; }
    .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 #captation-leads .wpforms-container-full form .wpforms-submit,
    .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 #captation-leads .wpforms-container-full form .wpforms-submit {
      display: inline-block;
      padding: 12px 25px 10px;
      background: #bc9c72;
      color: #ffffff;
      border-radius: 10px;
      border: 0;
      font-size: 24px;
      transition: 0.3s ease;
      font-family: "Open Sans";
      font-weight: 700;
      text-decoration: none;
      display: table;
      margin: 0px auto 0;
      font-size: 18px;
      padding: 10px 20px 8px; }
      .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 #captation-leads .wpforms-container-full form .wpforms-submit:hover,
      .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 #captation-leads .wpforms-container-full form .wpforms-submit:hover {
        background: #aa8451; }
      @media (max-width: 1200px) {
        .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 #captation-leads .wpforms-container-full form .wpforms-submit,
        .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 #captation-leads .wpforms-container-full form .wpforms-submit {
          font-size: 22px;
          padding: 10px 20px 8px; } }
      @media (max-width: 768px) {
        .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 #captation-leads .wpforms-container-full form .wpforms-submit,
        .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 #captation-leads .wpforms-container-full form .wpforms-submit {
          font-size: 20px;
          padding: 8px 15px 6px; } }
      @media (max-width: 1200px) {
        .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 #captation-leads .wpforms-container-full form .wpforms-submit,
        .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 #captation-leads .wpforms-container-full form .wpforms-submit {
          font-size: 16px;
          padding: 8px 15px 6px; } }
    .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 #captation-leads .wpforms-container-full form .wpforms-is-recaptcha,
    .sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 #captation-leads .wpforms-container-full form .wpforms-is-recaptcha {
      display: none; }

[class^="sgpb-main-popup-data-container-"] {
  z-index: -10; }

.single-mobile #main {
  padding: 50px 0;
  margin: 0; }
  @media (max-width: 768px) {
    .single-mobile #main {
      padding: 20px 0; } }
  .single-mobile #main .lien-retour {
    display: inline-block;
    padding: 12px 25px 10px;
    background: #379b83;
    color: #ffffff;
    border-radius: 10px;
    border: 0;
    font-size: 24px;
    transition: 0.3s ease;
    font-family: "Open Sans";
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 20px;
    padding: 2px 10px 2px;
    font-size: 20px; }
    .single-mobile #main .lien-retour:hover {
      background: #2a7563; }
    @media (max-width: 1200px) {
      .single-mobile #main .lien-retour {
        font-size: 22px;
        padding: 10px 20px 8px; } }
    @media (max-width: 768px) {
      .single-mobile #main .lien-retour {
        font-size: 20px;
        padding: 8px 15px 6px; } }
    @media (max-width: 1200px) {
      .single-mobile #main .lien-retour {
        padding: 2px 10px 2px;
        font-size: 18px;
        margin-bottom: 20px; } }
    @media (max-width: 768px) {
      .single-mobile #main .lien-retour {
        font-size: 16px;
        padding: 0 5px; } }
    .single-mobile #main .lien-retour i {
      margin-right: 15px; }
  .single-mobile #main #contenu-principal .titre-livraison,
  .single-mobile #main #contenu-principal-suite .titre-livraison {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: end; }
    @media (max-width: 992px) {
      .single-mobile #main #contenu-principal .titre-livraison,
      .single-mobile #main #contenu-principal-suite .titre-livraison {
        align-items: start;
        flex-direction: column; } }
    .single-mobile #main #contenu-principal .titre-livraison .gauche #lieu,
    .single-mobile #main #contenu-principal-suite .titre-livraison .gauche #lieu {
      margin-bottom: 0; }
    @media (max-width: 992px) {
      .single-mobile #main #contenu-principal .titre-livraison .gauche,
      .single-mobile #main #contenu-principal-suite .titre-livraison .gauche {
        margin-bottom: 30px; } }
    .single-mobile #main #contenu-principal .titre-livraison .droite,
    .single-mobile #main #contenu-principal-suite .titre-livraison .droite {
      display: flex;
      flex-shrink: 0; }
      @media (max-width: 580px) {
        .single-mobile #main #contenu-principal .titre-livraison .droite,
        .single-mobile #main #contenu-principal-suite .titre-livraison .droite {
          flex-direction: column; } }
      .single-mobile #main #contenu-principal .titre-livraison .droite .livraison,
      .single-mobile #main #contenu-principal-suite .titre-livraison .droite .livraison {
        font-size: 24px;
        color: #ffffff;
        background: #bc9c72;
        line-height: normal;
        flex-shrink: 0;
        font-family: 'Open Sans';
        text-transform: uppercase;
        display: flex;
        margin-right: 30px;
        align-items: center;
        background: #bc9c72;
        padding: 15px 30px;
        font-weight: 600; }
        .single-mobile #main #contenu-principal .titre-livraison .droite .livraison img,
        .single-mobile #main #contenu-principal-suite .titre-livraison .droite .livraison img {
          width: 40px;
          margin-right: 15px;
          margin-top: -2px; }
          @media (max-width: 1200px) {
            .single-mobile #main #contenu-principal .titre-livraison .droite .livraison img,
            .single-mobile #main #contenu-principal-suite .titre-livraison .droite .livraison img {
              width: 30px; } }
        @media (max-width: 1200px) {
          .single-mobile #main #contenu-principal .titre-livraison .droite .livraison,
          .single-mobile #main #contenu-principal-suite .titre-livraison .droite .livraison {
            font-size: 22px;
            padding: 10px 20px; } }
        @media (max-width: 992px) {
          .single-mobile #main #contenu-principal .titre-livraison .droite .livraison,
          .single-mobile #main #contenu-principal-suite .titre-livraison .droite .livraison {
            font-size: 24px; } }
        @media (max-width: 768px) {
          .single-mobile #main #contenu-principal .titre-livraison .droite .livraison,
          .single-mobile #main #contenu-principal-suite .titre-livraison .droite .livraison {
            font-size: 22px; } }
        @media (max-width: 580px) {
          .single-mobile #main #contenu-principal .titre-livraison .droite .livraison,
          .single-mobile #main #contenu-principal-suite .titre-livraison .droite .livraison {
            margin-bottom: 20px; } }
      .single-mobile #main #contenu-principal .titre-livraison .droite .types,
      .single-mobile #main #contenu-principal-suite .titre-livraison .droite .types {
        background: #e2e2e2;
        padding: 20px 30px; }
        .single-mobile #main #contenu-principal .titre-livraison .droite .types span,
        .single-mobile #main #contenu-principal-suite .titre-livraison .droite .types span {
          font-weight: bold;
          font-size: 18px; }
        .single-mobile #main #contenu-principal .titre-livraison .droite .types p,
        .single-mobile #main #contenu-principal-suite .titre-livraison .droite .types p {
          margin-bottom: 0; }
  .single-mobile #main #contenu-principal #carrousel-detail,
  .single-mobile #main #contenu-principal-suite #carrousel-detail {
    margin-bottom: 30px; }
  .single-mobile #main #contenu-principal .grille-prix,
  .single-mobile #main #contenu-principal-suite .grille-prix {
    margin-bottom: 30px; }
    .single-mobile #main #contenu-principal .grille-prix .bouton-plan-mobile,
    .single-mobile #main #contenu-principal-suite .grille-prix .bouton-plan-mobile {
      border: 0;
      background: #bc9c72;
      color: #ffffff;
      border-radius: 20px;
      padding: 5px 10px;
      transition: 0.3s ease; }
      .single-mobile #main #contenu-principal .grille-prix .bouton-plan-mobile:hover,
      .single-mobile #main #contenu-principal-suite .grille-prix .bouton-plan-mobile:hover {
        background: #aa8451; }
  .single-mobile #main #contenu-principal .descriptif.edito,
  .single-mobile #main #contenu-principal-suite .descriptif.edito {
    margin-bottom: 50px; }
  .single-mobile #main #colonne #nous-contacter {
    margin-bottom: 30px;
    margin-top: 20px; }
    .single-mobile #main #colonne #nous-contacter .nums .contenu-nums {
      border-bottom: 0; }
      .single-mobile #main #colonne #nous-contacter .nums .contenu-nums p:last-of-type {
        margin-bottom: 0; }
  .single-mobile #main #colonne #formulaire-demande h3 {
    display: flex; }
    .single-mobile #main #colonne #formulaire-demande h3 .image-gauche {
      flex-shrink: 0; }
      @media (max-width: 1200px) {
        .single-mobile #main #colonne #formulaire-demande h3 .image-gauche {
          width: 30px;
          margin-right: 15px; } }
    .single-mobile #main #colonne #formulaire-demande h3 .texte-droite {
      color: #ffffff;
      font-size: 23px;
      font-family: 'Open Sans'; }
      @media (max-width: 1200px) {
        .single-mobile #main #colonne #formulaire-demande h3 .texte-droite {
          font-size: 22px; } }
  .single-mobile #main #vous-aimerez {
    margin-top: 50px; }
    .single-mobile #main #vous-aimerez h3 {
      margin-left: 45px;
      font-size: 24px;
      font-family: 'Open Sans';
      display: inline-block;
      border-bottom: 3px solid #bc9c72;
      margin-bottom: 30px;
      text-transform: uppercase; }
    .single-mobile #main #vous-aimerez .produits {
      visibility: hidden; }
      .single-mobile #main #vous-aimerez .produits .produit {
        text-decoration: none;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        margin-bottom: 50px; }
        .single-mobile #main #vous-aimerez .produits .produit .visuel {
          position: relative;
          border-bottom-right-radius: 20px;
          border-bottom-left-radius: 20px;
          border-top-right-radius: 20px;
          overflow: hidden;
          flex-shrink: 0; }
          .single-mobile #main #vous-aimerez .produits .produit .visuel img {
            transition: 2s ease;
            transform: scale(1.1); }
          .single-mobile #main #vous-aimerez .produits .produit .visuel .statut {
            position: absolute;
            left: 0;
            top: 0;
            text-transform: uppercase;
            padding: 7px 10px;
            background: #bc9c72;
            font-size: 14px;
            color: #ffffff;
            font-weight: 600; }
        .single-mobile #main #vous-aimerez .produits .produit .texte {
          padding: 15px;
          display: flex;
          justify-content: space-between;
          font-size: 16px;
          height: 100%; }
          .single-mobile #main #vous-aimerez .produits .produit .texte .gauche {
            margin-right: 15px;
            display: flex;
            flex-direction: column; }
            .single-mobile #main #vous-aimerez .produits .produit .texte .gauche .dispositifs {
              margin-bottom: 20px;
              display: flex; }
              .single-mobile #main #vous-aimerez .produits .produit .texte .gauche .dispositifs img {
                height: 40px;
                margin-right: 5px; }
            .single-mobile #main #vous-aimerez .produits .produit .texte .gauche .bas {
              line-height: normal; }
              .single-mobile #main #vous-aimerez .produits .produit .texte .gauche .bas .type_logement {
                font-size: 15px; }
              .single-mobile #main #vous-aimerez .produits .produit .texte .gauche .bas .lieu {
                font-weight: bold;
                color: #bc9c72; }
                .single-mobile #main #vous-aimerez .produits .produit .texte .gauche .bas .lieu .quartier {
                  font-weight: bold;
                  color: #bc9c72;
                  font-style: italic; }
              .single-mobile #main #vous-aimerez .produits .produit .texte .gauche .bas .nom_prog {
                margin-top: 20px;
                color: #bc9c72;
                font-weight: bold;
                font-size: 16px; }
          .single-mobile #main #vous-aimerez .produits .produit .texte .droite {
            text-align: right;
            display: flex;
            flex-direction: column;
            align-items: end; }
            .single-mobile #main #vous-aimerez .produits .produit .texte .droite .prix {
              font-size: 15px;
              margin-bottom: 20px;
              line-height: normal; }
              .single-mobile #main #vous-aimerez .produits .produit .texte .droite .prix span {
                font-weight: bold;
                display: block;
                font-size: 16px; }
            .single-mobile #main #vous-aimerez .produits .produit .texte .droite .typologie {
              font-size: 15px;
              font-weight: bold;
              line-height: normal;
              margin-bottom: 65px; }
              .single-mobile #main #vous-aimerez .produits .produit .texte .droite .typologie span {
                display: block; }
            .single-mobile #main #vous-aimerez .produits .produit .texte .droite .bouton {
              display: inline-block;
              width: fit-content;
              border-radius: 15px;
              color: #ffffff;
              padding: 8px 15px;
              border: 0;
              background: #565654;
              text-transform: uppercase;
              font-size: 15px;
              font-weight: 600;
              transition: 0.3s ease;
              position: absolute;
              bottom: 55px; }
              @media (max-width: 992px) {
                .single-mobile #main #vous-aimerez .produits .produit .texte .droite .bouton {
                  bottom: 25px; } }
              .single-mobile #main #vous-aimerez .produits .produit .texte .droite .bouton:hover {
                background: #bc9c72; }
        .single-mobile #main #vous-aimerez .produits .produit.immobilier .visuel .statut {
          background: #379b83; }
        .single-mobile #main #vous-aimerez .produits .produit.immobilier .texte .gauche .bas .lieu {
          color: #379b83; }
          .single-mobile #main #vous-aimerez .produits .produit.immobilier .texte .gauche .bas .lieu .quartier {
            color: #379b83; }
        .single-mobile #main #vous-aimerez .produits .produit.immobilier .texte .droite .bouton:hover {
          background: #379b83; }
        .single-mobile #main #vous-aimerez .produits .produit.entreprise .visuel .statut {
          background: #0e4da2; }
        .single-mobile #main #vous-aimerez .produits .produit.entreprise .texte .gauche .bas .lieu {
          color: #0e4da2; }
          .single-mobile #main #vous-aimerez .produits .produit.entreprise .texte .gauche .bas .lieu .quartier {
            color: #0e4da2; }
        .single-mobile #main #vous-aimerez .produits .produit.entreprise .texte .droite .bouton:hover {
          background: #0e4da2; }
        .single-mobile #main #vous-aimerez .produits .produit:hover .visuel img {
          transform: scale(1); }
      @media (max-width: 768px) {
        .single-mobile #main #vous-aimerez .produits {
          padding: 0px; } }
      .single-mobile #main #vous-aimerez .produits h4 {
        margin-top: 0px; }
      .single-mobile #main #vous-aimerez .produits .slick-track {
        margin-left: 0; }

#popup-mobile h2,
#popup-brochure-programme h2,
#popup-appel-programme h2,
#popup-bien h2 {
  background: #f2f2f2;
  padding: 15px 40px 15px 20px;
  font-size: 24px;
  font-weight: bold;
  color: #3c3c3b;
  line-height: normal;
  margin: 0 0 20px; }
  @media (max-width: 768px) {
    #popup-mobile h2,
    #popup-brochure-programme h2,
    #popup-appel-programme h2,
    #popup-bien h2 {
      font-size: 22px; } }
#popup-mobile .texte-captation,
#popup-brochure-programme .texte-captation,
#popup-appel-programme .texte-captation,
#popup-bien .texte-captation {
  padding: 0 20px; }
#popup-mobile .rgpd li,
#popup-brochure-programme .rgpd li,
#popup-appel-programme .rgpd li,
#popup-bien .rgpd li {
  display: flex; }
#popup-mobile .rgpd input,
#popup-brochure-programme .rgpd input,
#popup-appel-programme .rgpd input,
#popup-bien .rgpd input {
  flex-shrink: 0; }
#popup-mobile .rgpd label,
#popup-brochure-programme .rgpd label,
#popup-appel-programme .rgpd label,
#popup-bien .rgpd label {
  font-size: 12px;
  color: #3c3c3b; }
  @media (max-width: 1200px) {
    #popup-mobile .rgpd label,
    #popup-brochure-programme .rgpd label,
    #popup-appel-programme .rgpd label,
    #popup-bien .rgpd label {
      font-size: 12px; } }
  #popup-mobile .rgpd label a,
  #popup-brochure-programme .rgpd label a,
  #popup-appel-programme .rgpd label a,
  #popup-bien .rgpd label a {
    color: #3c3c3b;
    text-decoration: underline;
    transition: 0.3s ease; }
    #popup-mobile .rgpd label a:hover,
    #popup-brochure-programme .rgpd label a:hover,
    #popup-appel-programme .rgpd label a:hover,
    #popup-bien .rgpd label a:hover {
      color: #379b83; }
#popup-mobile .wpforms-submit,
#popup-brochure-programme .wpforms-submit,
#popup-appel-programme .wpforms-submit,
#popup-bien .wpforms-submit {
  display: inline-block;
  padding: 12px 25px 10px;
  background: #bc9c72;
  color: #ffffff;
  border-radius: 10px;
  border: 0;
  font-size: 24px;
  transition: 0.3s ease;
  font-family: "Open Sans";
  font-weight: 700;
  text-decoration: none;
  display: table;
  margin: 0px auto 0;
  font-size: 18px;
  padding: 10px 20px 8px; }
  #popup-mobile .wpforms-submit:hover,
  #popup-brochure-programme .wpforms-submit:hover,
  #popup-appel-programme .wpforms-submit:hover,
  #popup-bien .wpforms-submit:hover {
    background: #aa8451; }
  @media (max-width: 1200px) {
    #popup-mobile .wpforms-submit,
    #popup-brochure-programme .wpforms-submit,
    #popup-appel-programme .wpforms-submit,
    #popup-bien .wpforms-submit {
      font-size: 22px;
      padding: 10px 20px 8px; } }
  @media (max-width: 768px) {
    #popup-mobile .wpforms-submit,
    #popup-brochure-programme .wpforms-submit,
    #popup-appel-programme .wpforms-submit,
    #popup-bien .wpforms-submit {
      font-size: 20px;
      padding: 8px 15px 6px; } }
  @media (max-width: 1200px) {
    #popup-mobile .wpforms-submit,
    #popup-brochure-programme .wpforms-submit,
    #popup-appel-programme .wpforms-submit,
    #popup-bien .wpforms-submit {
      font-size: 16px;
      padding: 8px 15px 6px; } }

#popup-brochure-programme .wpforms-submit {
  background: #bc9c72; }
  #popup-brochure-programme .wpforms-submit:hover {
    background: #aa8451; }

.page-template-template-mobile-biens #main,
.page-template-template-mobile-cabinet #main,
.page-template-template-mobile-accueil #main {
  background-size: 100%;
  margin-top: 0;
  padding-top: 50px;
  min-height: 100vh; }
  .page-template-template-mobile-biens #main.motif,
  .page-template-template-mobile-cabinet #main.motif,
  .page-template-template-mobile-accueil #main.motif {
    background-repeat: repeat-y;
    background-position: top center; }
  .page-template-template-mobile-biens #main.image,
  .page-template-template-mobile-cabinet #main.image,
  .page-template-template-mobile-accueil #main.image {
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .page-template-template-mobile-biens #main,
    .page-template-template-mobile-cabinet #main,
    .page-template-template-mobile-accueil #main {
      padding: 20px 0; } }
  .page-template-template-mobile-biens #main .lien-retour,
  .page-template-template-mobile-cabinet #main .lien-retour,
  .page-template-template-mobile-accueil #main .lien-retour {
    display: inline-block;
    padding: 12px 25px 10px;
    background: #3c3c3b;
    color: #ffffff;
    border-radius: 10px;
    border: 0;
    font-size: 24px;
    transition: 0.3s ease;
    font-family: "Open Sans";
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 0px;
    padding: 2px 10px 2px;
    font-size: 20px; }
    .page-template-template-mobile-biens #main .lien-retour:hover,
    .page-template-template-mobile-cabinet #main .lien-retour:hover,
    .page-template-template-mobile-accueil #main .lien-retour:hover {
      background: #222222; }
    @media (max-width: 1200px) {
      .page-template-template-mobile-biens #main .lien-retour,
      .page-template-template-mobile-cabinet #main .lien-retour,
      .page-template-template-mobile-accueil #main .lien-retour {
        font-size: 22px;
        padding: 10px 20px 8px; } }
    @media (max-width: 768px) {
      .page-template-template-mobile-biens #main .lien-retour,
      .page-template-template-mobile-cabinet #main .lien-retour,
      .page-template-template-mobile-accueil #main .lien-retour {
        font-size: 20px;
        padding: 8px 15px 6px; } }
    @media (max-width: 1200px) {
      .page-template-template-mobile-biens #main .lien-retour,
      .page-template-template-mobile-cabinet #main .lien-retour,
      .page-template-template-mobile-accueil #main .lien-retour {
        padding: 2px 10px 2px;
        font-size: 18px;
        margin-bottom: 20px; } }
    @media (max-width: 768px) {
      .page-template-template-mobile-biens #main .lien-retour,
      .page-template-template-mobile-cabinet #main .lien-retour,
      .page-template-template-mobile-accueil #main .lien-retour {
        font-size: 16px;
        padding: 0 5px; } }
    .page-template-template-mobile-biens #main .lien-retour i,
    .page-template-template-mobile-cabinet #main .lien-retour i,
    .page-template-template-mobile-accueil #main .lien-retour i {
      margin-right: 15px; }
  .page-template-template-mobile-biens #main h1,
  .page-template-template-mobile-cabinet #main h1,
  .page-template-template-mobile-accueil #main h1 {
    display: table;
    position: relative;
    text-align: center;
    color: #ffffff;
    margin: 0 auto 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Open Sans";
    font-size: 56px;
    padding-bottom: 20px; }
    @media (max-width: 768px) {
      .page-template-template-mobile-biens #main h1,
      .page-template-template-mobile-cabinet #main h1,
      .page-template-template-mobile-accueil #main h1 {
        font-size: 36px; } }
    .page-template-template-mobile-biens #main h1:after,
    .page-template-template-mobile-cabinet #main h1:after,
    .page-template-template-mobile-accueil #main h1:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 60%;
      height: 3px;
      display: inline-block;
      background: #ffffff; }
  .page-template-template-mobile-biens #main #moteur-page-mobile,
  .page-template-template-mobile-cabinet #main #moteur-page-mobile,
  .page-template-template-mobile-accueil #main #moteur-page-mobile {
    text-align: center; }
    .page-template-template-mobile-biens #main #moteur-page-mobile #moteur,
    .page-template-template-mobile-cabinet #main #moteur-page-mobile #moteur,
    .page-template-template-mobile-accueil #main #moteur-page-mobile #moteur {
      display: inline-flex;
      justify-content: center;
      background: rgba(255, 255, 255, 0.5);
      padding: 20px 15px;
      width: auto;
      transition-delay: 0.5s;
      margin-top: 0;
      margin-bottom: 50px;
      border: 0; }
      @media (max-width: 992px) {
        .page-template-template-mobile-biens #main #moteur-page-mobile #moteur,
        .page-template-template-mobile-cabinet #main #moteur-page-mobile #moteur,
        .page-template-template-mobile-accueil #main #moteur-page-mobile #moteur {
          flex-direction: column; } }
      .page-template-template-mobile-biens #main #moteur-page-mobile #moteur input,
      .page-template-template-mobile-biens #main #moteur-page-mobile #moteur select,
      .page-template-template-mobile-biens #main #moteur-page-mobile #moteur .search,
      .page-template-template-mobile-cabinet #main #moteur-page-mobile #moteur input,
      .page-template-template-mobile-cabinet #main #moteur-page-mobile #moteur select,
      .page-template-template-mobile-cabinet #main #moteur-page-mobile #moteur .search,
      .page-template-template-mobile-accueil #main #moteur-page-mobile #moteur input,
      .page-template-template-mobile-accueil #main #moteur-page-mobile #moteur select,
      .page-template-template-mobile-accueil #main #moteur-page-mobile #moteur .search {
        margin: 0; }
        @media (max-width: 992px) {
          .page-template-template-mobile-biens #main #moteur-page-mobile #moteur input,
          .page-template-template-mobile-biens #main #moteur-page-mobile #moteur select,
          .page-template-template-mobile-biens #main #moteur-page-mobile #moteur .search,
          .page-template-template-mobile-cabinet #main #moteur-page-mobile #moteur input,
          .page-template-template-mobile-cabinet #main #moteur-page-mobile #moteur select,
          .page-template-template-mobile-cabinet #main #moteur-page-mobile #moteur .search,
          .page-template-template-mobile-accueil #main #moteur-page-mobile #moteur input,
          .page-template-template-mobile-accueil #main #moteur-page-mobile #moteur select,
          .page-template-template-mobile-accueil #main #moteur-page-mobile #moteur .search {
            width: 100% !important;
            margin-bottom: 20px !important;
            margin-left: 0 !important; } }
      .page-template-template-mobile-biens #main #moteur-page-mobile #moteur .type_logement,
      .page-template-template-mobile-cabinet #main #moteur-page-mobile #moteur .type_logement,
      .page-template-template-mobile-accueil #main #moteur-page-mobile #moteur .type_logement {
        width: 178px; }
      .page-template-template-mobile-biens #main #moteur-page-mobile #moteur .typologie,
      .page-template-template-mobile-cabinet #main #moteur-page-mobile #moteur .typologie,
      .page-template-template-mobile-accueil #main #moteur-page-mobile #moteur .typologie {
        width: 120px; }
      .page-template-template-mobile-biens #main #moteur-page-mobile #moteur .search,
      .page-template-template-mobile-cabinet #main #moteur-page-mobile #moteur .search,
      .page-template-template-mobile-accueil #main #moteur-page-mobile #moteur .search {
        background: #3c3c3b; }
      @media (max-width: 1200px) {
        .page-template-template-mobile-biens #main #moteur-page-mobile #moteur,
        .page-template-template-mobile-cabinet #main #moteur-page-mobile #moteur,
        .page-template-template-mobile-accueil #main #moteur-page-mobile #moteur {
          margin-top: 30px; } }
      @media (max-width: 768px) {
        .page-template-template-mobile-biens #main #moteur-page-mobile #moteur,
        .page-template-template-mobile-cabinet #main #moteur-page-mobile #moteur,
        .page-template-template-mobile-accueil #main #moteur-page-mobile #moteur {
          border: 0;
          width: 300px;
          max-width: 100%;
          margin: 0 auto 50px;
          display: table; } }
      .page-template-template-mobile-biens #main #moteur-page-mobile #moteur input, .page-template-template-mobile-biens #main #moteur-page-mobile #moteur select,
      .page-template-template-mobile-cabinet #main #moteur-page-mobile #moteur input,
      .page-template-template-mobile-cabinet #main #moteur-page-mobile #moteur select,
      .page-template-template-mobile-accueil #main #moteur-page-mobile #moteur input,
      .page-template-template-mobile-accueil #main #moteur-page-mobile #moteur select {
        margin: 0 10px;
        width: auto; }
        @media (max-width: 1200px) {
          .page-template-template-mobile-biens #main #moteur-page-mobile #moteur input, .page-template-template-mobile-biens #main #moteur-page-mobile #moteur select,
          .page-template-template-mobile-cabinet #main #moteur-page-mobile #moteur input,
          .page-template-template-mobile-cabinet #main #moteur-page-mobile #moteur select,
          .page-template-template-mobile-accueil #main #moteur-page-mobile #moteur input,
          .page-template-template-mobile-accueil #main #moteur-page-mobile #moteur select {
            font-size: 16px; } }
        @media (max-width: 768px) {
          .page-template-template-mobile-biens #main #moteur-page-mobile #moteur input, .page-template-template-mobile-biens #main #moteur-page-mobile #moteur select,
          .page-template-template-mobile-cabinet #main #moteur-page-mobile #moteur input,
          .page-template-template-mobile-cabinet #main #moteur-page-mobile #moteur select,
          .page-template-template-mobile-accueil #main #moteur-page-mobile #moteur input,
          .page-template-template-mobile-accueil #main #moteur-page-mobile #moteur select {
            border: 0;
            width: 100%;
            margin: 0 auto 15px; } }
      .page-template-template-mobile-biens #main #moteur-page-mobile #moteur #liste-lieux,
      .page-template-template-mobile-cabinet #main #moteur-page-mobile #moteur #liste-lieux,
      .page-template-template-mobile-accueil #main #moteur-page-mobile #moteur #liste-lieux {
        min-width: 180px; }
      .page-template-template-mobile-biens #main #moteur-page-mobile #moteur .search,
      .page-template-template-mobile-cabinet #main #moteur-page-mobile #moteur .search,
      .page-template-template-mobile-accueil #main #moteur-page-mobile #moteur .search {
        background: #3c3c3b;
        border: 0;
        font-size: 18px;
        border-radius: 1px;
        padding: 0 20px;
        margin: 0 10px;
        display: flex;
        align-items: center;
        transition: 0.3s ease; }
        @media (max-width: 1200px) {
          .page-template-template-mobile-biens #main #moteur-page-mobile #moteur .search,
          .page-template-template-mobile-cabinet #main #moteur-page-mobile #moteur .search,
          .page-template-template-mobile-accueil #main #moteur-page-mobile #moteur .search {
            font-size: 18px;
            padding: 0 10px;
            justify-content: center; } }
        @media (max-width: 992px) {
          .page-template-template-mobile-biens #main #moteur-page-mobile #moteur .search,
          .page-template-template-mobile-cabinet #main #moteur-page-mobile #moteur .search,
          .page-template-template-mobile-accueil #main #moteur-page-mobile #moteur .search {
            margin-bottom: 0 !important; } }
        @media (max-width: 768px) {
          .page-template-template-mobile-biens #main #moteur-page-mobile #moteur .search,
          .page-template-template-mobile-cabinet #main #moteur-page-mobile #moteur .search,
          .page-template-template-mobile-accueil #main #moteur-page-mobile #moteur .search {
            padding: 5px 15px;
            background: #3c3c3b;
            display: table;
            font-weight: normal;
            margin: 0 auto; } }
        .page-template-template-mobile-biens #main #moteur-page-mobile #moteur .search span,
        .page-template-template-mobile-cabinet #main #moteur-page-mobile #moteur .search span,
        .page-template-template-mobile-accueil #main #moteur-page-mobile #moteur .search span {
          color: #ffffff;
          display: inline-block; }
        .page-template-template-mobile-biens #main #moteur-page-mobile #moteur .search i,
        .page-template-template-mobile-cabinet #main #moteur-page-mobile #moteur .search i,
        .page-template-template-mobile-accueil #main #moteur-page-mobile #moteur .search i {
          color: #ffffff;
          font-size: 22px;
          margin-left: 10px; }
          @media (max-width: 1200px) {
            .page-template-template-mobile-biens #main #moteur-page-mobile #moteur .search i,
            .page-template-template-mobile-cabinet #main #moteur-page-mobile #moteur .search i,
            .page-template-template-mobile-accueil #main #moteur-page-mobile #moteur .search i {
              font-size: 18px; } }
        .page-template-template-mobile-biens #main #moteur-page-mobile #moteur .search:hover,
        .page-template-template-mobile-cabinet #main #moteur-page-mobile #moteur .search:hover,
        .page-template-template-mobile-accueil #main #moteur-page-mobile #moteur .search:hover {
          background: #2f2f2e; }
  .page-template-template-mobile-biens #main #resultats-recherche,
  .page-template-template-mobile-cabinet #main #resultats-recherche,
  .page-template-template-mobile-accueil #main #resultats-recherche {
    background: rgba(255, 255, 255, 0.5);
    padding: 30px 30px 0; }
    @media (max-width: 768px) {
      .page-template-template-mobile-biens #main #resultats-recherche,
      .page-template-template-mobile-cabinet #main #resultats-recherche,
      .page-template-template-mobile-accueil #main #resultats-recherche {
        padding-top: 0;
        padding-right: 0;
        padding-left: 0; } }
    .page-template-template-mobile-biens #main #resultats-recherche .sous-titre-recherche,
    .page-template-template-mobile-cabinet #main #resultats-recherche .sous-titre-recherche,
    .page-template-template-mobile-accueil #main #resultats-recherche .sous-titre-recherche {
      font-family: 'Open Sans';
      font-size: 24px;
      padding: 20px 0 10px; }
    .page-template-template-mobile-biens #main #resultats-recherche .produits,
    .page-template-template-mobile-cabinet #main #resultats-recherche .produits,
    .page-template-template-mobile-accueil #main #resultats-recherche .produits {
      margin-bottom: 50px; }
      @media (max-width: 768px) {
        .page-template-template-mobile-biens #main #resultats-recherche .produits,
        .page-template-template-mobile-cabinet #main #resultats-recherche .produits,
        .page-template-template-mobile-accueil #main #resultats-recherche .produits {
          margin: 0 0 50px 0; } }
      .page-template-template-mobile-biens #main #resultats-recherche .produits .produit .livraison,
      .page-template-template-mobile-cabinet #main #resultats-recherche .produits .produit .livraison,
      .page-template-template-mobile-accueil #main #resultats-recherche .produits .produit .livraison {
        font-weight: normal; }
      .page-template-template-mobile-biens #main #resultats-recherche .produits .produit h4,
      .page-template-template-mobile-cabinet #main #resultats-recherche .produits .produit h4,
      .page-template-template-mobile-accueil #main #resultats-recherche .produits .produit h4 {
        margin-top: 0;
        font-size: 22px;
        font-weight: bold;
        color: #3c3c3b; }
      .page-template-template-mobile-biens #main #resultats-recherche .produits .produit .lieu,
      .page-template-template-mobile-cabinet #main #resultats-recherche .produits .produit .lieu,
      .page-template-template-mobile-accueil #main #resultats-recherche .produits .produit .lieu {
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: normal; }
      @media (max-width: 768px) {
        .page-template-template-mobile-biens #main #resultats-recherche .produits .produit:last-of-type,
        .page-template-template-mobile-cabinet #main #resultats-recherche .produits .produit:last-of-type,
        .page-template-template-mobile-accueil #main #resultats-recherche .produits .produit:last-of-type {
          margin-bottom: 0; } }

.page-template-template-mobile-cabinet #vignettes {
  margin-bottom: 50px;
  padding: 30px 30px 20px;
  background: rgba(255, 255, 255, 0.5); }
  @media (max-width: 768px) {
    .page-template-template-mobile-cabinet #vignettes {
      padding-bottom: 0; } }
  .page-template-template-mobile-cabinet #vignettes .mb30 {
    margin-bottom: 25px; }
    @media (max-width: 768px) {
      .page-template-template-mobile-cabinet #vignettes .mb30 {
        margin-bottom: 0; } }
  @media (max-width: 768px) {
    .page-template-template-mobile-cabinet #vignettes [class^='col-md'] {
      margin-bottom: 20px; } }
  .page-template-template-mobile-cabinet #vignettes img {
    vertical-align: bottom; }
  .page-template-template-mobile-cabinet #vignettes a.vignette {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 504px;
    background-size: cover;
    background-position: center center; }
    .page-template-template-mobile-cabinet #vignettes a.vignette:after {
      content: '';
      border-radius: 1px;
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 2;
      transition: 0.3s ease; }
    .page-template-template-mobile-cabinet #vignettes a.vignette:hover:after {
      background: rgba(0, 0, 0, 0.7); }
    .page-template-template-mobile-cabinet #vignettes a.vignette.v1 {
      height: 1038px; }
      @media (max-width: 1650px) {
        .page-template-template-mobile-cabinet #vignettes a.vignette.v1 {
          height: 750px; } }
      @media (max-width: 1200px) {
        .page-template-template-mobile-cabinet #vignettes a.vignette.v1 {
          height: 616px; } }
      @media (max-width: 992px) {
        .page-template-template-mobile-cabinet #vignettes a.vignette.v1 {
          height: 470px; } }
    @media (max-width: 1650px) {
      .page-template-template-mobile-cabinet #vignettes a.vignette {
        height: 360px; } }
    @media (max-width: 1200px) {
      .page-template-template-mobile-cabinet #vignettes a.vignette {
        height: 293px; } }
    @media (max-width: 992px) {
      .page-template-template-mobile-cabinet #vignettes a.vignette {
        height: 220px; } }
  .page-template-template-mobile-cabinet #vignettes .texte {
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .page-template-template-mobile-cabinet #vignettes .texte h2 {
      color: #ffffff;
      font-size: 32px;
      text-align: center;
      position: relative;
      text-transform: uppercase;
      font-family: 'Open Sans';
      z-index: 3;
      font-weight: 600;
      margin: 0;
      line-height: normal;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
      @media (max-width: 1200px) {
        .page-template-template-mobile-cabinet #vignettes .texte h2 {
          font-size: 26px; } }
      @media (max-width: 992px) {
        .page-template-template-mobile-cabinet #vignettes .texte h2 {
          font-size: 22px; } }
    .page-template-template-mobile-cabinet #vignettes .texte h3 {
      color: #ffffff;
      font-size: 24px;
      text-align: center;
      position: relative;
      z-index: 3;
      line-height: normal;
      margin: 0;
      font-weight: normal;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
      @media (max-width: 1200px) {
        .page-template-template-mobile-cabinet #vignettes .texte h3 {
          font-size: 20px; } }
      @media (max-width: 992px) {
        .page-template-template-mobile-cabinet #vignettes .texte h3 {
          font-size: 18px; }
          .page-template-template-mobile-cabinet #vignettes .texte h3 br {
            display: none; } }
      .page-template-template-mobile-cabinet #vignettes .texte h3:before {
        content: "";
        width: 20px;
        height: 1px;
        background: #ffffff;
        display: block;
        margin: 10px auto; }
.page-template-template-mobile-cabinet #blocs-edito {
  padding: 70px 0 70px; }
  @media (max-width: 768px) {
    .page-template-template-mobile-cabinet #blocs-edito {
      padding: 40px 0 40px; } }
  .page-template-template-mobile-cabinet #blocs-edito .rangee {
    justify-content: center; }
    .page-template-template-mobile-cabinet #blocs-edito .rangee .bloc {
      background: #ffffff;
      border: 1px solid #e2e2e2;
      margin: 0 15px 0px;
      display: flex;
      flex-direction: column;
      height: 100%; }
      @media (max-width: 1200px) {
        .page-template-template-mobile-cabinet #blocs-edito .rangee .bloc {
          margin: 0; } }
      @media (max-width: 991px) {
        .page-template-template-mobile-cabinet #blocs-edito .rangee .bloc {
          height: auto;
          max-width: 350px;
          margin: 0 auto 30px; } }
      .page-template-template-mobile-cabinet #blocs-edito .rangee .bloc .visuel {
        background: #e2e2e2; }
      .page-template-template-mobile-cabinet #blocs-edito .rangee .bloc .texte {
        padding: 20px 20px 30px;
        text-align: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between; }
        .page-template-template-mobile-cabinet #blocs-edito .rangee .bloc .texte h3 {
          margin-top: 0;
          margin-bottom: 10px;
          font-weight: bold;
          color: #bc9c72;
          font-size: 24px; }
          @media (max-width: 991px) {
            .page-template-template-mobile-cabinet #blocs-edito .rangee .bloc .texte h3 {
              font-size: 20px; } }
          .page-template-template-mobile-cabinet #blocs-edito .rangee .bloc .texte h3:before {
            display: none; }
        .page-template-template-mobile-cabinet #blocs-edito .rangee .bloc .texte p:last-of-type {
          margin-bottom: 0; }
        .page-template-template-mobile-cabinet #blocs-edito .rangee .bloc .texte .bouton {
          display: inline-block;
          padding: 12px 25px 10px;
          background: #bc9c72;
          color: #ffffff;
          border-radius: 10px;
          border: 0;
          font-size: 24px;
          transition: 0.3s ease;
          font-family: "Open Sans";
          font-weight: 700;
          text-decoration: none;
          font-weight: normal;
          padding: 10px 20px 8px;
          font-size: 18px;
          margin-top: 15px; }
          .page-template-template-mobile-cabinet #blocs-edito .rangee .bloc .texte .bouton:hover {
            background: #aa8451; }
          @media (max-width: 1200px) {
            .page-template-template-mobile-cabinet #blocs-edito .rangee .bloc .texte .bouton {
              font-size: 22px;
              padding: 10px 20px 8px; } }
          @media (max-width: 768px) {
            .page-template-template-mobile-cabinet #blocs-edito .rangee .bloc .texte .bouton {
              font-size: 20px;
              padding: 8px 15px 6px; } }
          @media (max-width: 1200px) {
            .page-template-template-mobile-cabinet #blocs-edito .rangee .bloc .texte .bouton {
              font-size: 18px;
              padding: 8px 18px 7px; } }
          @media (max-width: 768px) {
            .page-template-template-mobile-cabinet #blocs-edito .rangee .bloc .texte .bouton {
              font-size: 16px;
              padding: 6px 15px 4px; } }

.page-template-template-mobile-accueil #main {
  display: flex;
  align-items: center;
  justify-content: center; }
  .page-template-template-mobile-accueil #main #contenu {
    width: 600px;
    margin: 0 auto;
    text-align: center; }
  .page-template-template-mobile-accueil #main h1 {
    margin-bottom: 0px;
    padding-bottom: 0; }
    .page-template-template-mobile-accueil #main h1:after {
      display: none; }
  .page-template-template-mobile-accueil #main .boutons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -10px; }
    .page-template-template-mobile-accueil #main .boutons .btn {
      display: inline-block;
      padding: 12px 25px 10px;
      background: #379b83;
      color: #ffffff;
      border-radius: 10px;
      border: 0;
      font-size: 24px;
      transition: 0.3s ease;
      font-family: "Open Sans";
      font-weight: 700;
      text-decoration: none;
      font-family: 'Open Sans';
      padding: 20px 0;
      font-size: 24px;
      font-weight: normal;
      margin: 15px auto 0;
      width: calc(50% - 20px); }
      .page-template-template-mobile-accueil #main .boutons .btn:hover {
        background: #2a7563; }
      @media (max-width: 1200px) {
        .page-template-template-mobile-accueil #main .boutons .btn {
          font-size: 22px;
          padding: 10px 20px 8px; } }
      @media (max-width: 768px) {
        .page-template-template-mobile-accueil #main .boutons .btn {
          font-size: 20px;
          padding: 8px 15px 6px; } }

/*--------PAGE NOTRE SELECTION----------*/
.page-template-template-selection-tpl #main #resultats-recherche h1 {
  text-align: center;
  font-size: 48px;
  margin-bottom: 50px;
  font-family: "Open Sans";
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  width: 100%; }

/*------ACCUEIL ACTUALITES------*/
.page-template-template-actualites-tpl #main {
  padding: 70px 0; }
  .page-template-template-actualites-tpl #main h1 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    padding: 0 15px 10px; }
    @media (max-width: 992px) {
      .page-template-template-actualites-tpl #main h1 {
        font-size: 26px; } }
    @media (max-width: 768px) {
      .page-template-template-actualites-tpl #main h1 {
        font-size: 24px;
        text-align: center; } }
    .page-template-template-actualites-tpl #main h1:after {
      content: "";
      background: #bc9c72;
      height: 3px;
      width: calc(100% - 30px);
      position: absolute;
      bottom: 0;
      left: 15px; }
  .page-template-template-actualites-tpl #main .conteneur-actus {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 15px; }
    @media (max-width: 768px) {
      .page-template-template-actualites-tpl #main .conteneur-actus {
        width: 400px;
        max-width: 100%; } }
    .page-template-template-actualites-tpl #main .conteneur-actus .actualite {
      width: calc(33.33% - 20px);
      border-radius: 10px;
      border: 1px solid #bcbcba;
      background: #ffffff;
      overflow: hidden;
      position: relative;
      transition: 0.3s ease;
      visibility: hidden; }
      @media (max-width: 992px) {
        .page-template-template-actualites-tpl #main .conteneur-actus .actualite {
          width: calc(50% - 20px); } }
      @media (max-width: 768px) {
        .page-template-template-actualites-tpl #main .conteneur-actus .actualite {
          width: 100%; } }
      .page-template-template-actualites-tpl #main .conteneur-actus .actualite:hover {
        margin-top: -5px;
        margin-bottom: 5px;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); }
      .page-template-template-actualites-tpl #main .conteneur-actus .actualite .conteneur {
        height: 100%;
        display: flex;
        flex-direction: column;
        text-decoration: none; }
        .page-template-template-actualites-tpl #main .conteneur-actus .actualite .conteneur .visuel {
          border-radius: 10px;
          overflow: hidden;
          flex-shrink: 0; }
        .page-template-template-actualites-tpl #main .conteneur-actus .actualite .conteneur .texte {
          padding: 20px 20px 40px 20px;
          position: relative;
          text-align: justify;
          height: 100%; }
          .page-template-template-actualites-tpl #main .conteneur-actus .actualite .conteneur .texte h2 {
            font-size: 20px;
            text-align: center;
            font-weight: bold;
            line-height: 1.1; }
          .page-template-template-actualites-tpl #main .conteneur-actus .actualite .conteneur .texte p {
            font-size: 17px;
            line-height: 1.3; }
          .page-template-template-actualites-tpl #main .conteneur-actus .actualite .conteneur .texte .date {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 0;
            position: absolute;
            bottom: 20px;
            left: 20px;
            right: 20px; }
      .page-template-template-actualites-tpl #main .conteneur-actus .actualite.sans-visuel {
        background: #3c3c3b; }
        .page-template-template-actualites-tpl #main .conteneur-actus .actualite.sans-visuel .conteneur .texte {
          display: flex;
          flex-direction: column;
          justify-content: center; }
          .page-template-template-actualites-tpl #main .conteneur-actus .actualite.sans-visuel .conteneur .texte * {
            color: #ffffff; }
          .page-template-template-actualites-tpl #main .conteneur-actus .actualite.sans-visuel .conteneur .texte h2 {
            margin-bottom: 30px; }
          .page-template-template-actualites-tpl #main .conteneur-actus .actualite.sans-visuel .conteneur .texte p:not(.date) {
            margin-bottom: 30px; }
  .page-template-template-actualites-tpl #main .pagination {
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    font-size: 20px; }
    .page-template-template-actualites-tpl #main .pagination span {
      color: #bc9c72;
      margin: 0 7px;
      font-weight: bold; }
    .page-template-template-actualites-tpl #main .pagination a {
      color: #3c3c3b;
      font-weight: bold;
      text-decoration: none;
      margin: 0 7px; }
      .page-template-template-actualites-tpl #main .pagination a:hover {
        color: #000000; }

/*------GUIDE----*/
.page-template-template-guide-tpl #main {
  padding: 70px 0; }
  .page-template-template-guide-tpl #main h1 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px;
    position: relative;
    padding: 0 15px 10px;
    display: inline-block; }
    @media (max-width: 992px) {
      .page-template-template-guide-tpl #main h1 {
        font-size: 26px; } }
    @media (max-width: 768px) {
      .page-template-template-guide-tpl #main h1 {
        font-size: 24px; } }
    .page-template-template-guide-tpl #main h1:after {
      content: "";
      background: #bc9c72;
      height: 3px;
      width: calc(100% - 30px);
      position: absolute;
      bottom: 0;
      left: 15px; }
  .page-template-template-guide-tpl #main .conteneur-guides {
    display: flex;
    gap: 30px;
    padding: 0 15px;
    flex-wrap: wrap; }
    .page-template-template-guide-tpl #main .conteneur-guides .guide {
      margin-bottom: 50px;
      width: calc(25% - 23px);
      display: flex;
      flex-direction: column;
      text-decoration: none;
      justify-content: space-between;
      visibility: hidden; }
      @media (max-width: 992px) {
        .page-template-template-guide-tpl #main .conteneur-guides .guide {
          width: calc(33.33% - 23px);
          margin-bottom: 30px; } }
      @media (max-width: 768px) {
        .page-template-template-guide-tpl #main .conteneur-guides .guide {
          width: calc(50% - 23px); } }
      .page-template-template-guide-tpl #main .conteneur-guides .guide h2 {
        color: #bc9c72;
        margin-bottom: 15px;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        font-size: 24px;
        transition: 0.3s ease; }
        @media (max-width: 1200px) {
          .page-template-template-guide-tpl #main .conteneur-guides .guide h2 {
            font-size: 22px; } }
        @media (max-width: 992px) {
          .page-template-template-guide-tpl #main .conteneur-guides .guide h2 {
            font-size: 20px; } }
        @media (max-width: 768px) {
          .page-template-template-guide-tpl #main .conteneur-guides .guide h2 {
            font-size: 18px; } }
      .page-template-template-guide-tpl #main .conteneur-guides .guide img {
        transition: 0.3s ease; }
      .page-template-template-guide-tpl #main .conteneur-guides .guide:hover h2 {
        margin-top: -5px; }
      .page-template-template-guide-tpl #main .conteneur-guides .guide:hover img {
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); }

/*--------PAGES EDITO LANDING PAGE----------*/
.landing-page#main {
  padding-top: 0; }
  .landing-page#main #bandeau-visuel-texte {
    display: flex;
    margin-bottom: 70px; }
    @media (max-width: 1200px) {
      .landing-page#main #bandeau-visuel-texte {
        margin-bottom: 50px; } }
    @media (max-width: 992px) {
      .landing-page#main #bandeau-visuel-texte {
        flex-wrap: wrap; } }
    .landing-page#main #bandeau-visuel-texte .gauche {
      padding-top: 50px;
      padding-right: 70px;
      visibility: hidden;
      width: 49%; }
      @media (max-width: 992px) {
        .landing-page#main #bandeau-visuel-texte .gauche {
          width: 100%;
          margin-bottom: 30px;
          padding: 30px 15px 0; } }
      .landing-page#main #bandeau-visuel-texte .gauche h1 {
        font-size: 32px;
        line-height: normal;
        margin-bottom: 5px;
        margin-top: 50px;
        font-weight: 700; }
        @media (max-width: 1650px) {
          .landing-page#main #bandeau-visuel-texte .gauche h1 {
            margin-top: 20px; } }
        @media (max-width: 1200px) {
          .landing-page#main #bandeau-visuel-texte .gauche h1 {
            font-size: 30px;
            margin-top: 0; } }
        @media (max-width: 992px) {
          .landing-page#main #bandeau-visuel-texte .gauche h1 {
            font-size: 28px; } }
        @media (max-width: 768px) {
          .landing-page#main #bandeau-visuel-texte .gauche h1 {
            font-size: 26px; } }
        @media (max-width: 520px) {
          .landing-page#main #bandeau-visuel-texte .gauche h1 {
            font-size: 24px; } }
      .landing-page#main #bandeau-visuel-texte .gauche hr {
        margin-bottom: 40px;
        border-top: 2px solid #e3e0d8;
        width: 70%;
        margin-left: 0;
        margin-top: 0px; }
      .landing-page#main #bandeau-visuel-texte .gauche p {
        text-align: justify; }
    .landing-page#main #bandeau-visuel-texte .droite {
      visibility: hidden;
      width: 51%; }
      @media (max-width: 992px) {
        .landing-page#main #bandeau-visuel-texte .droite {
          width: 100%;
          padding: 0 15px; } }
      .landing-page#main #bandeau-visuel-texte .droite .visuel-bandeau {
        border-radius: 20px; }
  .landing-page#main .lp {
    margin-bottom: 70px;
    text-align: justify;
    display: flex;
    visibility: hidden;
    align-items: center; }
    @media (max-width: 1200px) {
      .landing-page#main .lp {
        margin-bottom: 50px; } }
    @media (max-width: 992px) {
      .landing-page#main .lp {
        flex-wrap: wrap;
        padding: 0 15px; } }
    @media (max-width: 992px) {
      .landing-page#main .lp .gauche {
        margin-bottom: 30px; } }
    .landing-page#main .lp .gauche.petit {
      padding-right: 50px; }
      @media (max-width: 992px) {
        .landing-page#main .lp .gauche.petit {
          padding-right: 0; } }
    .landing-page#main .lp .droite.petit {
      padding-left: 50px; }
      @media (max-width: 992px) {
        .landing-page#main .lp .droite.petit {
          padding-left: 0; } }
    .landing-page#main .lp .petit {
      width: 45%; }
      @media (max-width: 992px) {
        .landing-page#main .lp .petit {
          width: 100%; } }
    .landing-page#main .lp .grand {
      width: 55%; }
      @media (max-width: 992px) {
        .landing-page#main .lp .grand {
          width: 100%; } }
    .landing-page#main .lp .moitie {
      width: 50%; }
      @media (max-width: 992px) {
        .landing-page#main .lp .moitie {
          width: 100%; } }
      .landing-page#main .lp .moitie.gauche {
        padding-right: 25px; }
        @media (max-width: 992px) {
          .landing-page#main .lp .moitie.gauche {
            padding-right: 0; } }
      .landing-page#main .lp .moitie.droite {
        padding-left: 25px; }
        @media (max-width: 992px) {
          .landing-page#main .lp .moitie.droite {
            padding-left: 0; } }

#rangee-blocs {
  margin-top: 80px; }
  @media (max-width: 1200px) {
    #rangee-blocs {
      margin-top: 60px; } }
  @media (max-width: 992px) {
    #rangee-blocs {
      margin-top: 40px; } }
  @media (max-width: 768px) {
    #rangee-blocs {
      margin-top: 10px; } }
  #rangee-blocs .colonne {
    display: flex; }
  #rangee-blocs .bloc {
    background: #ffffff;
    width: 400px;
    margin: 0 auto 30px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden; }
    #rangee-blocs .bloc .visuel {
      background: #ffffff;
      text-align: center; }
    #rangee-blocs .bloc .texte {
      padding: 20px 20px 30px;
      text-align: center;
      align-items: center;
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: space-between; }
      #rangee-blocs .bloc .texte h3 {
        margin-top: 0;
        margin-bottom: 10px;
        font-weight: bold;
        color: #bc9c72; }
        #rangee-blocs .bloc .texte h3:before {
          display: none; }
      #rangee-blocs .bloc .texte p:last-of-type {
        margin-bottom: 0; }
      #rangee-blocs .bloc .texte .bouton {
        display: inline-block;
        padding: 12px 25px 10px;
        background: #bc9c72;
        color: #ffffff;
        border-radius: 10px;
        border: 0;
        font-size: 24px;
        transition: 0.3s ease;
        font-family: "Open Sans";
        font-weight: 700;
        text-decoration: none;
        font-weight: normal;
        padding: 10px 20px 8px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 15px; }
        #rangee-blocs .bloc .texte .bouton:hover {
          background: #aa8451; }
        @media (max-width: 1200px) {
          #rangee-blocs .bloc .texte .bouton {
            font-size: 22px;
            padding: 10px 20px 8px; } }
        @media (max-width: 768px) {
          #rangee-blocs .bloc .texte .bouton {
            font-size: 20px;
            padding: 8px 15px 6px; } }
        @media (max-width: 1200px) {
          #rangee-blocs .bloc .texte .bouton {
            font-size: 18px;
            padding: 8px 18px 7px; } }
        @media (max-width: 768px) {
          #rangee-blocs .bloc .texte .bouton {
            font-size: 16px;
            padding: 6px 15px 4px; } }

#remontees {
  background: #ffffff;
  padding: 30px 100px 50px;
  border-radius: 10px;
  margin: 50px auto; }
  @media (max-width: 768px) {
    #remontees {
      padding: 40px 30px 30px; } }
  @media (max-width: 576px) {
    #remontees {
      margin-left: 15px;
      margin-right: 15px;
      width: auto; } }
  #remontees h3 {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: bold;
    text-transform: uppercase; }
  #remontees .liste-remontees {
    margin: 0 -15px;
    visibility: hidden; }
    @media (max-width: 768px) {
      #remontees .liste-remontees {
        max-width: 300px;
        margin: 0 auto; } }
    #remontees .liste-remontees.slick-initialized {
      visibility: visible; }
    #remontees .liste-remontees .slick-track {
      display: flex !important; }
    #remontees .liste-remontees .remontee {
      margin: 0 15px;
      background: #ffffff;
      border: 1px solid #e2e2e2;
      height: inherit !important;
      border-radius: 20px;
      overflow: hidden; }
      #remontees .liste-remontees .remontee:hover .visuel img {
        transform: scale(1); }
      #remontees .liste-remontees .remontee .contenu {
        padding: 15px; }
        #remontees .liste-remontees .remontee .contenu h4 {
          font-size: 18px;
          margin: 0; }
      #remontees .liste-remontees .remontee .visuel {
        position: relative;
        overflow: hidden; }
        #remontees .liste-remontees .remontee .visuel img {
          transition: 2s ease;
          transform: scale(1.1); }
    #remontees .liste-remontees .slick-prev,
    #remontees .liste-remontees .slick-next {
      border: 0;
      font-size: 0;
      line-height: 0;
      color: transparent;
      position: absolute;
      background: none;
      top: calc(50% - 20px);
      z-index: 5;
      left: -45px; }
      @media (max-width: 768px) {
        #remontees .liste-remontees .slick-prev,
        #remontees .liste-remontees .slick-next {
          left: -25px; } }
      #remontees .liste-remontees .slick-prev:before,
      #remontees .liste-remontees .slick-next:before {
        font-family: 'Font Awesome 6 Pro';
        content: '\f053';
        border: 0;
        color: #3c3c3b;
        font-size: 26px;
        display: inline-block;
        width: 40px;
        height: 40px;
        font-weight: 600;
        line-height: 40px;
        border-radius: 100%;
        margin-left: auto;
        padding-right: 5px; }
    #remontees .liste-remontees .slick-next {
      left: auto;
      right: -45px; }
      @media (max-width: 768px) {
        #remontees .liste-remontees .slick-next {
          right: -25px; } }
      #remontees .liste-remontees .slick-next:before {
        content: '\f054';
        padding-right: 0;
        padding-left: 5px; }

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