/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/styles.scss ***!
  \************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap);
/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/styles.scss (1) ***!
  \****************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --bs-gutter-x: 40px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --bs-primary: $background-accent-color;
  --bs-secondary: $background-footer-color;
  --bs-primary-rgb: 244,161,48;
  --bs-secondary-rgb: 158,137,123; }

@-webkit-keyframes infinite-scrollx-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-33.33%); } }

@-moz-keyframes infinite-scrollx-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-33.33%); } }

@-ms-keyframes infinite-scrollx-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-33.33%); } }

@keyframes infinite-scrollx-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-33.33%); } }

@-webkit-keyframes infinite-scrollx-right {
  from {
    transform: translateX(-33.33%); }
  to {
    transform: translateX(0%); } }

@-moz-keyframes infinite-scrollx-right {
  from {
    transform: translateX(-33.33%); }
  to {
    transform: translateX(0%); } }

@-ms-keyframes infinite-scrollx-right {
  from {
    transform: translateX(-33.33%); }
  to {
    transform: translateX(0%); } }

@keyframes infinite-scrollx-right {
  from {
    transform: translateX(-33.33%); }
  to {
    transform: translateX(0%); } }

@keyframes bounce2 {
  0%, 70%, 87%, 100% {
    transform: translateY(0); }
  80% {
    transform: translateY(-30px); }
  92% {
    transform: translateY(-15px); } }

/************************************************************/
/*	    Animations déclenchées dans le viewport             */
/************************************************************/
[data-animate-inviewport] {
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; }

[data-animate-inviewport="show"]:not(.is-inViewport) {
  visibility: hidden; }

[data-animate-inviewport="fade-in"]:not(.is-inViewport) {
  opacity: 0; }

[data-animate-inviewport="scale-in"]:not(.is-inViewport) {
  transform: scale(0.5);
  opacity: 0; }

[data-animate-inviewport="slide-up"]:not(.is-inViewport),
[data-animate-inviewport="slide-down"]:not(.is-inViewport),
[data-animate-inviewport="slide-right"]:not(.is-inViewport),
[data-animate-inviewport="slide-left"]:not(.is-inViewport) {
  opacity: 0; }

[data-animate-inviewport="slide-up"]:not(.is-inViewport) {
  transform: translateY(50px); }

[data-animate-inviewport="slide-right"]:not(.is-inViewport) {
  transform: translateX(-50px); }

[data-animate-inviewport="slide-left"]:not(.is-inViewport) {
  transform: translateX(50px); }

[data-animate-inviewport="slide-down"]:not(.is-inViewport) {
  transform: translateX(50px); }

[data-animate-delay="100"] {
  transition-delay: 0.1s; }

[data-animate-delay="200"] {
  transition-delay: 0.2s; }

[data-animate-delay="300"] {
  transition-delay: 0.3s; }

[data-animate-delay="400"] {
  transition-delay: 0.4s; }

[data-animate-delay="500"] {
  transition-delay: 0.5s; }

[data-animate-delay="600"] {
  transition-delay: 0.6s; }

[data-animate-delay="700"] {
  transition-delay: 0.7s; }

[data-animate-delay="800"] {
  transition-delay: 0.8s; }

[data-animate-delay="900"] {
  transition-delay: 0.9s; }

.animation-chiffres .chiffre.growing-effect {
  transform: scale(0.5);
  transition: transform 1s ease-in-out; }
  .animation-chiffres .chiffre.growing-effect.grow {
    transform: scale(1); }

.animation-chiffres .suffixe {
  font-size: 20px; }
  .animation-chiffres .suffixe sup {
    font-size: 30px; }

.animation-titre-container {
  min-height: 115px; }
  .animation-titre-container .animation-titre {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    white-space: nowrap; }
    .animation-titre-container .animation-titre p {
      display: flex;
      font-size: 40px; }
    .animation-titre-container .animation-titre.to-left p {
      -moz-animation: infinite-scrollx-left 30s linear infinite;
      -webkit-animation: infinite-scrollx-left 30s linear infinite;
      -o-animation: infinite-scrollx-left 30s linear infinite;
      animation: infinite-scrollx-left 30s linear infinite; }
    .animation-titre-container .animation-titre.to-right p {
      -moz-animation: infinite-scrollx-right 30s linear infinite;
      -webkit-animation: infinite-scrollx-right 30s linear infinite;
      -o-animation: infinite-scrollx-right 30s linear infinite;
      animation: infinite-scrollx-right 30s linear infinite; }

/* Système de grille */
/*--------------------------------------------------------------
1. General
--------------------------------------------------------------*/
.row {
  --bs-gutter-x: 40px; }

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1340px; } }

/*
.row>* {
	padding-right: 20px;
	padding-left: 20px;
}*/
/*--------------------------------------------------------------
2. Header
--------------------------------------------------------------*/
@media (max-width: 782px) {
  #wpadminbar {
    position: fixed; }
  .logged-in.admin-bar .fixed-top,
  .logged-in.admin-bar .offcanvas:not(.offcanvas-bottom),
  .logged-in.admin-bar .modal {
    top: 46px; }
  .logged-in.admin-bar .modal-fullscreen {
    height: calc(100% - 46px); } }

@media (min-width: 783px) {
  .logged-in.admin-bar .fixed-top,
  .logged-in.admin-bar .offcanvas:not(.offcanvas-bottom),
  .logged-in.admin-bar .modal {
    top: 32px; }
  .logged-in.admin-bar .modal-fullscreen {
    height: calc(100% - 32px); } }

#nav-main .menu-item:last-child .nav-link {
  padding-right: 0; }

/*--------------------------------------------------------------
  3. Body
  --------------------------------------------------------------*/
body {
  position: relative;
  word-break: break-word; }

::-moz-selection {
  text-shadow: none; }

::selection {
  text-shadow: none; }

#content {
  min-height: 600px; }

/*-----------------------------------------------------------
4.	Typographie
-----------------------------------------------------------*/
body {
  font-size: 14px;
  line-height: 1.2; }
  body h1, body .h1 {
    font-size: 34px;
    font-weight: bold; }
  body h2, body .h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold; }
  body h3, body .h3 {
    font-size: 18px;
    font-weight: bold; }
  body h4, body .h4 {
    font-size: 16px;
    font-weight: bold; }
  body p {
    font-size: 14px;
    color: #37261a;
    line-height: 1.33; }

/* Styles des composants */
/************************************************************/
/*	    92.	Responsive (tablette & mobile)                  */
/************************************************************/
@media screen and (min-width: 200px) and (max-width: 1023px) {
  .component__actualites .actualite__container--cols .col {
    padding: 0; } }

.component__slider-actualites .slick-slider.slick-dotted {
  margin-bottom: 0; }

.component__slider-actualites .slick-slider .slide {
  min-height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 992px) {
    .component__slider-actualites .slick-slider .slide {
      min-height: 760px; } }

@media screen and (max-width: 991px) {
  .component__slider-actualites .slick-slider .slick-arrow {
    display: none; } }

.bon-a-savoir_container .card {
  max-width: 550px;
  background-color: rgba(255, 255, 255, 0.83);
  border-radius: 0; }

.bon-a-savoir_container .bon-a-savoir {
  min-height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .bon-a-savoir_container .bon-a-savoir .card {
    height: 106px; }

.bon-a-savoir_container.related {
  background-color: red; }

@media screen and (min-width: 200px) and (max-width: 1023px) {
  .bon-a-savoir_container .bon-a-savoir {
    padding: 40px;
    min-height: 288px; }
    .bon-a-savoir_container .bon-a-savoir .card {
      height: auto; } }

.component__cartouche {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  background-color: white; }
  .component__cartouche .cartouche-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border-radius: 10px 10px 0 0; }
    .component__cartouche .cartouche-header .exclusivite {
      font-size: 12px;
      margin-bottom: 0; }
    .component__cartouche .cartouche-header .pre_titre {
      font-size: 16px;
      font-weight: normal;
      margin-bottom: 0; }
    .component__cartouche .cartouche-header .titre {
      text-transform: none;
      font-size: 28px; }
    .component__cartouche .cartouche-header .ville {
      margin-bottom: 0; }
  .component__cartouche .cartouche-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border-radius: 0 0 10px 10px; }
    .component__cartouche .cartouche-content .prix_programme {
      font-weight: normal; }
      .component__cartouche .cartouche-content .prix_programme sup {
        font-size: 16px; }
  .component__cartouche.rounded {
    border-radius: 10px !important; }
  .component__cartouche.large {
    flex-direction: row; }
    .component__cartouche.large .cartouche-header {
      border-radius: 10px 0 0 10px; }
    .component__cartouche.large .cartouche-content {
      border-radius: 0 10px 10px 0; }
  .component__cartouche.orange {
    color: #f4a130; }
    .component__cartouche.orange .cartouche-header .pre_titre {
      color: #333333; }
    .component__cartouche.orange .cartouche-header .titre {
      color: #f4a130; }
    .component__cartouche.orange .cartouche-content {
      color: #f4a130; }
      .component__cartouche.orange .cartouche-content .a-partir {
        color: #f4a130;
        margin-bottom: 0; }
  .component__cartouche.inverted .cartouche-header {
    background-color: black; }
    .component__cartouche.inverted .cartouche-header h1, .component__cartouche.inverted .cartouche-header h2, .component__cartouche.inverted .cartouche-header h3, .component__cartouche.inverted .cartouche-header h4, .component__cartouche.inverted .cartouche-header h5, .component__cartouche.inverted .cartouche-header .h1, .component__cartouche.inverted .cartouche-header .h2, .component__cartouche.inverted .cartouche-header .h3, .component__cartouche.inverted .cartouche-header .h4, .component__cartouche.inverted .cartouche-header .h5, .component__cartouche.inverted .cartouche-header p {
      color: white; }
    .component__cartouche.inverted .cartouche-header .pre_titre {
      color: white; }
    .component__cartouche.inverted .cartouche-header .titre {
      color: white; }
  .component__cartouche.inverted.realisation .cartouche-header {
    background-color: #9e897b; }
  .component__cartouche.inverted.orange .cartouche-header, .component__cartouche.inverted.programme .cartouche-header {
    background-color: #f49a30; }
  .component__cartouche.one-column .cartouche-header {
    width: 100%; }
  .component__cartouche.one-column .pastille {
    margin-right: -20px; }
  .component__cartouche.two-columns .cartouche-header {
    width: 60%; }
  .component__cartouche.two-columns .pastille {
    margin-right: 20px; }
  .component__cartouche.two-columns.vertical .cartouche-header {
    width: 100%; }
  .component__cartouche .pastille {
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-align: center; }
    .component__cartouche .pastille .texte {
      font-size: 12px;
      line-height: 1.33;
      font-weight: bold; }
    .component__cartouche .pastille.white {
      background-color: white; }
      .component__cartouche .pastille.white .texte {
        color: #333333; }
    .component__cartouche .pastille.orange {
      background-color: white;
      border: 1px solid #f49a30; }
      .component__cartouche .pastille.orange .texte {
        color: #f4a130; }
      .component__cartouche .pastille.orange.inverted {
        border: 1px solid white;
        background-color: #f49a30; }
        .component__cartouche .pastille.orange.inverted .texte {
          color: white; }
    .component__cartouche .pastille svg {
      width: 25px;
      height: auto; }

@media screen and (min-width: 200px) and (max-width: 1023px) {
  .component__cartouche.large {
    flex-direction: column; }
    .component__cartouche.large .cartouche-header {
      border-radius: 10px 10px 0 0; }
    .component__cartouche.large .cartouche-content {
      border-radius: 0 0 10px 10px; }
  .component__cartouche.one-column .cartouche-header {
    width: 100%; }
  .component__cartouche.one-column .pastille {
    margin-right: 10px; }
  .component__cartouche.two-columns .cartouche-header {
    width: 100%; }
  .component__cartouche.two-columns .pastille {
    margin-right: 10px; } }

.component__contactcard {
  transition: transform 0.25s ease-in-out 0.25; }
  .component__contactcard .background-col {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .component__contactcard.grow-animated {
    transform: scale(1.1); }

@media screen and (min-width: 200px) and (max-width: 1023px) {
  .component__contactcard .card-header {
    border-radius: 0 !important; }
  .component__contactcard .card-body {
    border-radius: 0 !important; } }

@media screen and (min-width: 200px) and (max-width: 640px) {
  .component__hero {
    background-position: 75% center !important; } }

.component__section_slider-temoignages .slick-slider,
.component__slider-temoignages-homepage .slick-slider {
  padding-bottom: 50px; }
  @media screen and (min-width: 992px) {
    .component__section_slider-temoignages .slick-slider,
    .component__slider-temoignages-homepage .slick-slider {
      padding-bottom: 0; } }
  .component__section_slider-temoignages .slick-slider .slick-track,
  .component__slider-temoignages-homepage .slick-slider .slick-track {
    display: flex;
    justify-content: center;
    align-items: center; }
  .component__section_slider-temoignages .slick-slider .slick-arrow,
  .component__slider-temoignages-homepage .slick-slider .slick-arrow {
    top: auto;
    bottom: 0;
    transform: none;
    display: block !important; }
    @media screen and (min-width: 992px) {
      .component__section_slider-temoignages .slick-slider .slick-arrow,
      .component__slider-temoignages-homepage .slick-slider .slick-arrow {
        bottom: auto;
        top: 50%;
        transform: translate(0, -50%); } }
    .component__section_slider-temoignages .slick-slider .slick-arrow:before,
    .component__slider-temoignages-homepage .slick-slider .slick-arrow:before {
      width: 47px;
      height: 47px;
      background-color: white;
      border-radius: 50%; }
    .component__section_slider-temoignages .slick-slider .slick-arrow.slick-prev,
    .component__slider-temoignages-homepage .slick-slider .slick-arrow.slick-prev {
      left: auto;
      right: 50%; }
      @media screen and (min-width: 992px) {
        .component__section_slider-temoignages .slick-slider .slick-arrow.slick-prev,
        .component__slider-temoignages-homepage .slick-slider .slick-arrow.slick-prev {
          left: -100px;
          right: auto; } }
      .component__section_slider-temoignages .slick-slider .slick-arrow.slick-prev:before,
      .component__slider-temoignages-homepage .slick-slider .slick-arrow.slick-prev:before {
        content: "\f053"; }
    .component__section_slider-temoignages .slick-slider .slick-arrow.slick-next,
    .component__slider-temoignages-homepage .slick-slider .slick-arrow.slick-next {
      right: auto;
      left: 50%; }
      @media screen and (min-width: 992px) {
        .component__section_slider-temoignages .slick-slider .slick-arrow.slick-next,
        .component__slider-temoignages-homepage .slick-slider .slick-arrow.slick-next {
          right: -100px;
          left: auto; } }
      .component__section_slider-temoignages .slick-slider .slick-arrow.slick-next:before,
      .component__slider-temoignages-homepage .slick-slider .slick-arrow.slick-next:before {
        content: "\f054"; }
  .component__section_slider-temoignages .slick-slider .quote-content,
  .component__section_slider-temoignages .slick-slider .quote-content p,
  .component__slider-temoignages-homepage .slick-slider .quote-content,
  .component__slider-temoignages-homepage .slick-slider .quote-content p {
    font-size: 16px;
    line-height: 1.38; }

.component__map {
  min-height: 675px;
  font-family: "Montserrat"; }
  .component__map.contactmap {
    min-height: 395px; }
  @media screen and (min-width: 200px) and (max-width: 1023px) {
    .component__map {
      min-height: 430px; } }
  .component__map .leaflet-top, .component__map .leaflet-bottom {
    z-index: 400; }
  .component__map .leaflet-popup.custom-popup .leaflet-popup-content-wrapper {
    padding: 0; }
  .component__map .leaflet-popup.custom-popup .leaflet-popup-content {
    margin: 0; }
    .component__map .leaflet-popup.custom-popup .leaflet-popup-content .programme__card {
      box-shadow: none;
      width: auto;
      min-width: auto; }
      .component__map .leaflet-popup.custom-popup .leaflet-popup-content .programme__card .programme__card__header h1 {
        font-size: 28px;
        line-height: 1; }
      .component__map .leaflet-popup.custom-popup .leaflet-popup-content .programme__card .programme__card__header p.pre_titre {
        font-size: 16px; }
      .component__map .leaflet-popup.custom-popup .leaflet-popup-content .programme__card .programme__card__header p.ville {
        font-size: 17px; }
      .component__map .leaflet-popup.custom-popup .leaflet-popup-content .programme__card .programme__card__content p.subtitle_prix {
        font-size: 10px; }
      .component__map .leaflet-popup.custom-popup .leaflet-popup-content .programme__card .programme__card__content p.prix {
        font-size: 33px;
        margin: 0; }
  .component__map .leaflet-popup.custom-popup a.leaflet-popup-close-button {
    color: white;
    padding: 5px 20px 0 0; }
  .component__map .leaflet-tooltip {
    box-shadow: none;
    border-radius: 0;
    padding: 6px;
    font-size: 16px;
    color: #f4a130;
    font-weight: bold; }
    .component__map .leaflet-tooltip::before {
      display: none; }

@media screen and (min-width: 200px) and (max-width: 1023px) {
  .legende {
    font-size: 12px; }
    .legende .container {
      background-color: white; }
    .legende img {
      width: 30px;
      height: auto; } }

.newsletter-form .form-control {
  padding: 15px;
  border-radius: 10px;
  border-color: #999999;
  font-size: 16px; }

.newsletter-form .btn {
  text-transform: none;
  font-size: 18px;
  line-height: 24px; }
  @media screen and (min-width: 200px) and (max-width: 1023px) {
    .newsletter-form .btn {
      width: 100%; } }

@media screen and (max-width: 480px) {
  body .component__slider:not(.single_programme) {
    margin: 0 13px; }
    body .component__slider:not(.single_programme) .slider .slick-arrow {
      display: none !important; }
    body .component__slider:not(.single_programme) .slider .slide {
      padding-top: 220px;
      height: auto !important;
      background-size: contain !important;
      background-repeat: no-repeat;
      transform: scale(0.95); }
      body .component__slider:not(.single_programme) .slider .slide .composant__card {
        position: relative !important;
        margin-bottom: 16px;
        right: 0 !important; } }

body .component__slider.single_programme .slider .slide {
  height: 430px;
  background-size: cover;
  background-position: center; }

body .component__slider .slider {
  position: relative; }
  body .component__slider .slider .slide {
    position: relative;
    height: 624px;
    background-size: cover; }
    body .component__slider .slider .slide .composant__card {
      position: absolute;
      bottom: 5%;
      right: 22%; }
  body .component__slider .slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    padding: 0; }
    body .component__slider .slider .slick-arrow:before {
      width: 53px;
      height: 53px;
      background-color: rgba(255, 255, 255, 0.7);
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      font-family: "Font Awesome 5 Pro", serif;
      font-weight: 900;
      color: #000; }
    body .component__slider .slider .slick-arrow.slick-prev {
      left: 0; }
      body .component__slider .slider .slick-arrow.slick-prev:before {
        content: "\f053"; }
    body .component__slider .slider .slick-arrow.slick-next {
      right: 0; }
      body .component__slider .slider .slick-arrow.slick-next:before {
        content: "\f054"; }

body.programme-template-default .programme__card__container.btob .programme__card__component, body.programme-template-default .programme__card__container.terrains .programme__card__component {
  width: 68%; }

@media screen and (min-width: 200px) and (max-width: 1023px) {
  body.programme-template-default .programme__card__container.btob .programme__card__component, body.programme-template-default .programme__card__container.terrains .programme__card__component {
    width: 100%;
    padding: 0 !important; }
    body.programme-template-default .programme__card__container.btob .programme__card__component .programme__card, body.programme-template-default .programme__card__container.terrains .programme__card__component .programme__card {
      flex-direction: column;
      border-radius: 0 !important; }
      body.programme-template-default .programme__card__container.btob .programme__card__component .programme__card .pastille, body.programme-template-default .programme__card__container.terrains .programme__card__component .programme__card .pastille {
        right: 4% !important;
        top: -32%; }
      body.programme-template-default .programme__card__container.btob .programme__card__component .programme__card__header, body.programme-template-default .programme__card__container.terrains .programme__card__component .programme__card__header {
        border-radius: 0; }
      body.programme-template-default .programme__card__container.btob .programme__card__component .programme__card__content, body.programme-template-default .programme__card__container.terrains .programme__card__component .programme__card__content {
        padding: 25px 0; }
  body.programme-template-default .programme__card__container.btoc .programme__card__component {
    padding: 0; } }

body .programme__card {
  position: relative;
  width: 100%;
  min-width: 330px;
  background-color: #fff;
  border-radius: 10px; }
  @media screen and (min-width: 641px) {
    body .programme__card {
      box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.4); }
      body .programme__card__component {
        padding: 0; } }
  body .programme__card.btob, body .programme__card.terrains {
    padding: 20px; }
    body .programme__card.btob .pastille p, body .programme__card.terrains .pastille p {
      border: none; }
      body .programme__card.btob .pastille p .progress__icon, body .programme__card.terrains .pastille p .progress__icon {
        margin-bottom: 3px; }
      body .programme__card.btob .pastille p svg, body .programme__card.terrains .pastille p svg {
        width: 24px;
        height: 24px; }
  body .programme__card .pastille {
    position: absolute;
    top: -28px;
    right: -18px; }
    body .programme__card .pastille p {
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
    @media screen and (min-width: 200px) and (max-width: 1023px) {
      body .programme__card .pastille {
        right: 3% !important;
        top: -22%; } }
    body .programme__card .pastille.avancement p {
      border: none;
      font-size: 10px;
      padding: 0 4px; }
      body .programme__card .pastille.avancement p span {
        margin-bottom: 4px; }
        body .programme__card .pastille.avancement p span svg {
          width: 24px;
          height: 24px; }
    body .programme__card .pastille p {
      width: 80px;
      height: 80px;
      border-radius: 38px;
      font-size: 12px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border: 1px solid;
      font-weight: bold;
      background-color: #fff;
      text-align: center; }
      body .programme__card .pastille p.terrains {
        color: #f4a130;
        border-color: #f4a130;
        text-transform: uppercase; }
      body .programme__card .pastille p.btob {
        background-color: #f4a130;
        border-color: #fff;
        color: #fff;
        line-height: 16px; }
  body .programme__card__header {
    padding-right: 30px; }
    body .programme__card__header .exclusivite {
      font-size: 12px; }
    body .programme__card__header .programme__pre_titre, body .programme__card__header .programme__ville {
      display: none; }
    body .programme__card__header h1 {
      color: #f4a130;
      line-height: 1.32em; }
    body .programme__card__header h2 {
      font-size: 21px;
      font-weight: 400; }
  body .programme__card__content {
    display: flex;
    flex-direction: column;
    align-items: start; }
    body .programme__card__content .programme__title {
      font-size: 21px;
      font-weight: 300;
      margin: 0 0 30px; }
    body .programme__card__content .programme__link a {
      background-color: #f4a130;
      text-transform: uppercase;
      border-radius: 10px;
      font-size: 10px;
      padding: 4px 10px 2px;
      text-decoration: none;
      color: #fff; }
      body .programme__card__content .programme__link a:after {
        content: "+";
        display: inline-block;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 14px;
        width: 12px;
        height: 12px;
        font-size: 13px;
        position: relative;
        top: 1px;
        left: 4px;
        line-height: 10px;
        text-align: center; }
  body .programme__card.large {
    display: flex;
    flex-direction: row;
    padding: 0; }
    body .programme__card.large > div {
      flex-basis: 50%;
      justify-content: center; }
    body .programme__card.large .programme__card__header {
      background-color: #f4a130;
      border-radius: 10px 0 0 10px;
      padding: 15px 28px; }
      body .programme__card.large .programme__card__header p, body .programme__card.large .programme__card__header h1 {
        color: #fff; }
      body .programme__card.large .programme__card__header .exclusivite {
        display: none; }
      body .programme__card.large .programme__card__header .programme__title {
        margin: 4px 0; }
      body .programme__card.large .programme__card__header .programme__pre_titre, body .programme__card.large .programme__card__header .programme__ville {
        display: block;
        margin: 0; }
    body .programme__card.large .programme__card__content {
      flex-direction: row;
      align-items: center; }
      body .programme__card.large .programme__card__content .programme__description p {
        margin: 0; }
      body .programme__card.large .programme__card__content h2 {
        font-size: 17px;
        margin: 0 13px 0 0; }
  body .programme__card.btoc.large {
    width: 677px;
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 767px) {
      body .programme__card.btoc.large {
        width: 100%;
        flex-direction: column; } }
    body .programme__card.btoc.large > div {
      flex-basis: 50%; }
    body .programme__card.btoc.large .programme__link {
      display: none; }
    body .programme__card.btoc.large .card__block {
      display: flex;
      justify-content: space-around; }
      @media screen and (max-width: 767px) {
        body .programme__card.btoc.large .card__block {
          flex-direction: column;
          align-items: flex-start; }
          body .programme__card.btoc.large .card__block .avantages {
            flex-direction: row !important; }
            body .programme__card.btoc.large .card__block .avantages span:first-child {
              margin-right: 6px; }
            body .programme__card.btoc.large .card__block .avantages:before {
              content: none; } }
      body .programme__card.btoc.large .card__block:first-child {
        flex-direction: column; }
      body .programme__card.btoc.large .card__block:last-child {
        justify-content: space-around;
        flex-basis: 77%; }
    body .programme__card.btoc.large .programme__card__header {
      flex-direction: column;
      border-radius: 10px 0 0 10px; }
    body .programme__card.btoc.large .programme__card__content .container_avantages {
      display: block; }
      body .programme__card.btoc.large .programme__card__content .container_avantages p {
        display: flex;
        flex-direction: column;
        text-transform: uppercase;
        position: relative; }
        body .programme__card.btoc.large .programme__card__content .container_avantages p span:first-child {
          margin-bottom: 6px; }
        body .programme__card.btoc.large .programme__card__content .container_avantages p:before {
          content: url(../370923cc4c001e3cde95.png);
          position: absolute;
          left: 0;
          top: 50%;
          transform: translate(-20px, -50%); }
  body .programme__card.btoc .card__block {
    padding: 20px; }
    @media screen and (max-width: 480px) {
      body .programme__card.btoc .card__block {
        box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2); } }
    body .programme__card.btoc .card__block:last-child {
      padding-bottom: 20px; }
  body .programme__card.btoc .programme__card__header {
    background-color: #f4a130;
    border-radius: 10px 10px 0 0; }
    body .programme__card.btoc .programme__card__header h1, body .programme__card.btoc .programme__card__header p {
      color: #fff;
      margin: 0; }
      body .programme__card.btoc .programme__card__header h1.ville, body .programme__card.btoc .programme__card__header p.ville {
        margin-bottom: 10px; }
  body .programme__card.btoc .programme__card__content .container_prix .subtitle_prix {
    color: #f4a130;
    font-size: 13px;
    margin: 0; }
    body .programme__card.btoc .programme__card__content .container_prix .subtitle_prix:first-letter {
      text-transform: uppercase; }
  body .programme__card.btoc .programme__card__content .container_prix .prix {
    font-size: 34px;
    color: #f4a130;
    font-weight: 500;
    margin-bottom: 10px; }
    body .programme__card.btoc .programme__card__content .container_prix .prix sup {
      font-size: 20px; }
  body .programme__card.btoc .programme__card__content .container_avantages {
    display: none; }

.component__programmes_grid .programme-item .programme-image {
  width: 100%; }

.component__programmes_grid .programme-item.esperluette-hover .programme-image-container a::after {
  content: "";
  background-image: url(../1ce73dd2467bfd632e31.png);
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  height: 100%;
  width: 100%; }

.component__programmes_grid .programme-item.esperluette-hover .programme-image-container a:hover::after {
  opacity: 1; }

.component__programmes_filtres .btn.btn-round {
  text-transform: none; }

.component__realisations .col-asymetric {
  /* alternance petit / grande vignette */ }
  .component__realisations .col-asymetric .card .card-img-top-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px; }
  .component__realisations .col-asymetric .card .card-body {
    padding: 0;
    bottom: 0;
    background-color: white;
    border-radius: 10px 10px 0 0;
    max-width: 250px;
    height: 70px; }
    .component__realisations .col-asymetric .card .card-body .card-body-title {
      color: #37261a; }
  .component__realisations .col-asymetric .card.card-body-text-orange-hover:hover .card-body {
    background-color: #f49a30; }
    .component__realisations .col-asymetric .card.card-body-text-orange-hover:hover .card-body .card-body-title {
      color: white; }
  @media screen and (min-width: 1184px) {
    .component__realisations .col-asymetric:nth-child(even) .card .card-img-top-wrapper {
      max-height: 300px; } }

.component__realisations.archive_realisation .col-asymetric, .component__realisations.archive_terrain .col-asymetric {
  /* tous les 6 éléments à partir du 5 décalés vers le haut :
            1   2   3
            4   5^  6
            7   8   9
            10  11^ 12
            13  14  15
            16  17^ 18 */ }
  @media screen and (min-width: 1184px) {
    .component__realisations.archive_realisation .col-asymetric:nth-child(6n+5), .component__realisations.archive_terrain .col-asymetric:nth-child(6n+5) {
      margin-top: -40px; } }
  @media screen and (min-width: 1384px) {
    .component__realisations.archive_realisation .col-asymetric:nth-child(6n+5), .component__realisations.archive_terrain .col-asymetric:nth-child(6n+5) {
      margin-top: -110px; } }

.component__realisations.home .col-asymetric {
  /* tous les 6 éléments à partir du 1
            et tous les 6 éléments à partir du 3 décalés vers le haut :
            1^  2   3^
            4   5   6
            7^  8   9^
            10  11  12
            13^ 14  15^
            16  17  18 */ }
  @media screen and (min-width: 1184px) {
    .component__realisations.home .col-asymetric:nth-child(6n+1), .component__realisations.home .col-asymetric:nth-child(6n+3) {
      margin-top: -40px; } }
  @media screen and (min-width: 1384px) {
    .component__realisations.home .col-asymetric:nth-child(6n+1), .component__realisations.home .col-asymetric:nth-child(6n+3) {
      margin-top: -110px; } }

@media screen and (max-width: 1183px) {
  .component__realisations .row.realisation-intro-container .col,
  .component__realisations .row.realisation-container .col {
    padding: 0; } }

.component__realisation_highlight .animation-titre-container {
  height: 510px; }

.component__realisation_highlight .component__cartouche.orange .cartouche-header {
  background-color: #f49a30; }
  .component__realisation_highlight .component__cartouche.orange .cartouche-header h1, .component__realisation_highlight .component__cartouche.orange .cartouche-header h2, .component__realisation_highlight .component__cartouche.orange .cartouche-header h3, .component__realisation_highlight .component__cartouche.orange .cartouche-header h4, .component__realisation_highlight .component__cartouche.orange .cartouche-header h5, .component__realisation_highlight .component__cartouche.orange .cartouche-header .h1, .component__realisation_highlight .component__cartouche.orange .cartouche-header .h2, .component__realisation_highlight .component__cartouche.orange .cartouche-header .h3, .component__realisation_highlight .component__cartouche.orange .cartouche-header .h4, .component__realisation_highlight .component__cartouche.orange .cartouche-header .h5, .component__realisation_highlight .component__cartouche.orange .cartouche-header p {
    color: white; }

.component__realisation_highlight .component__cartouche.orange .cartouche-content h1, .component__realisation_highlight .component__cartouche.orange .cartouche-content h2, .component__realisation_highlight .component__cartouche.orange .cartouche-content h3, .component__realisation_highlight .component__cartouche.orange .cartouche-content h4, .component__realisation_highlight .component__cartouche.orange .cartouche-content h5, .component__realisation_highlight .component__cartouche.orange .cartouche-content .h1, .component__realisation_highlight .component__cartouche.orange .cartouche-content .h2, .component__realisation_highlight .component__cartouche.orange .cartouche-content .h3, .component__realisation_highlight .component__cartouche.orange .cartouche-content .h4, .component__realisation_highlight .component__cartouche.orange .cartouche-content .h5, .component__realisation_highlight .component__cartouche.orange .cartouche-content p {
  color: #f4a130; }

@media screen and (max-width: 1183px) {
  .component__realisation_highlight .component__cartouche.position-relative-xs {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    transform: none !important; }
  .component__realisation_highlight .animation-titre-container {
    display: none;
    height: auto; }
  .component__realisation_highlight .row.realisation-highlight-container .col {
    padding: 0; } }

.component__terrainhero .component__animationcounter h3 {
  margin: 0; }
  .component__terrainhero .component__animationcounter h3 .chiffre {
    font-size: 30px; }
  .component__terrainhero .component__animationcounter h3 .suffixe {
    font-size: 30px; }

.component__terrainhero .component__animationcounter h4 {
  font-weight: normal; }

@media screen and (min-width: 200px) and (max-width: 1023px) {
  .component__terrainhero .background-image {
    top: 0 !important;
    transform: translate(-50%, 0%) !important; }
  .component__terrainhero .animation-chiffres-container {
    text-align: center; } }

.component__form .wpcf7-acceptance .wpcf7-list-item {
  display: inline-block;
  margin: 0; }

.component__form .form-floating {
  position: relative; }
  .component__form .form-floating .wpcf7-form-control-wrap {
    position: relative;
    display: block; }
    .component__form .form-floating .wpcf7-form-control-wrap.active label {
      opacity: .65;
      transform: scale(0.85) translateY(-40px) translateX(0.15rem);
      padding-left: 0; }
  .component__form .form-floating .form-control,
  .component__form .form-floating .form-select {
    line-height: 1;
    padding: 11px 13px !important;
    border-radius: 0;
    border: 1px solid #999999; }
    .component__form .form-floating .form-control:not(textarea),
    .component__form .form-floating .form-select:not(textarea) {
      height: 40px; }
    .component__form .form-floating .form-control[type=file],
    .component__form .form-floating .form-select[type=file] {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      line-height: 40px; }
      .component__form .form-floating .form-control[type=file]::after,
      .component__form .form-floating .form-select[type=file]::after {
        content: '\f019';
        display: block;
        position: absolute;
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        top: 0;
        right: 15px; }
    .component__form .form-floating .form-control.disabled,
    .component__form .form-floating .form-select.disabled {
      pointer-events: none;
      color: #a08e83; }
  .component__form .form-floating label {
    color: #666;
    padding: 11px 13px;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    transition: transform 0.25s ease-in-out; }
  .component__form .form-floating .form-control::placeholder {
    color: transparent; }
  .component__form .form-floating .form-select {
    /*padding-top: $form-floating-input-padding-t;
            padding-bottom: $form-floating-input-padding-b;*/ }
  .component__form .form-floating .form-control:focus ~ label,
  .component__form .form-floating .form-control:not(:placeholder-shown) ~ label,
  .component__form .form-floating .form-select ~ label {
    opacity: .65;
    transform: scale(0.85) translateY(-40px) translateX(0.15rem);
    padding-left: 0; }
  .component__form .form-floating .form-control:-webkit-autofill ~ label {
    opacity: .65;
    transform: scale(0.85) translateY(-40px) translateX(0.15rem);
    padding-left: 0; }

.component__offres_demploi .titre.normal {
  text-transform: none !important; }

.component__offres_demploi .offre_demploi-container:not(:last-of-type)::after {
  display: block;
  content: "";
  width: 100%;
  max-width: 660px;
  background-color: #000000;
  height: 1px;
  margin: 50px auto; }

.component__offres_demploi_features ul.offre_demploi-features {
  list-style: none;
  padding: 0; }
  .component__offres_demploi_features ul.offre_demploi-features li {
    list-style: none;
    color: #f4a130;
    padding: 3px 0;
    border: none;
    background: none; }

.component__roundnavigation {
  height: 580px;
  margin-top: 120px;
  margin-bottom: 120px; }
  @media screen and (min-width: 200px) and (max-width: 1023px) {
    .component__roundnavigation {
      height: 220px;
      margin: 0; } }
  .component__roundnavigation.round-menu {
    flex: 0 1 auto;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center; }
    .component__roundnavigation.round-menu.hide {
      visibility: hidden;
      pointer-events: none; }
    .component__roundnavigation.round-menu .title {
      text-align: center;
      position: absolute; }
      @media screen and (min-width: 200px) and (max-width: 1023px) {
        .component__roundnavigation.round-menu .title img {
          width: 150px; } }
    .component__roundnavigation.round-menu .circle {
      display: flex;
      justify-content: center;
      align-content: center;
      align-items: center;
      position: absolute;
      left: auto;
      flex-wrap: wrap; }
      .component__roundnavigation.round-menu .circle::before {
        display: block;
        width: 580px;
        height: 580px;
        border: 2px solid #f49a30;
        border-radius: 50%;
        content: ""; }
        @media screen and (min-width: 200px) and (max-width: 1023px) {
          .component__roundnavigation.round-menu .circle::before {
            width: 220px;
            height: 220px; } }
    .component__roundnavigation.round-menu .electron {
      flex: 0 1 auto;
      display: flex;
      justify-content: flex-start;
      align-content: center;
      align-items: center;
      flex-direction: column;
      position: absolute;
      height: calc( 100% + 26px);
      transition: transform 0.5s ease-in-out;
      pointer-events: none; }
      .component__roundnavigation.round-menu .electron::after {
        display: block;
        width: 26px;
        height: 26px;
        background: #f49a30;
        border: 2px solid #f49a30;
        border-radius: 50%;
        content: "";
        cursor: pointer;
        pointer-events: all; }
      .component__roundnavigation.round-menu .electron:hover::after {
        background: #faf8f2; }
      .component__roundnavigation.round-menu .electron label {
        flex: 0 1 auto;
        position: absolute;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        width: 0;
        height: 0;
        transition: transform 0.5s ease-in-out;
        cursor: pointer;
        pointer-events: all; }
        .component__roundnavigation.round-menu .electron label img {
          max-width: none;
          transition: opacity 0.5s ease-in-out; }
      .component__roundnavigation.round-menu .electron.right label {
        justify-content: flex-start; }
        .component__roundnavigation.round-menu .electron.right label img {
          margin-left: 20px; }
      .component__roundnavigation.round-menu .electron.bottom label img {
        margin-top: 90px; }
      .component__roundnavigation.round-menu .electron.left label {
        justify-content: flex-end; }
        .component__roundnavigation.round-menu .electron.left label img {
          margin-right: 20px; }
      .component__roundnavigation.round-menu .electron.top label img {
        margin-bottom: 90px; }
      .component__roundnavigation.round-menu .electron:hover label img {
        filter: brightness(0) invert(50%) sepia(100%) saturate(435%); }
      @media screen and (min-width: 200px) and (max-width: 1023px) {
        .component__roundnavigation.round-menu .electron {
          height: calc( 100% + 10px); }
          .component__roundnavigation.round-menu .electron::after {
            width: 10px;
            height: 10px; }
          .component__roundnavigation.round-menu .electron label img {
            max-width: 60px;
            height: auto; }
          .component__roundnavigation.round-menu .electron.right label img {
            margin-left: 10px; }
          .component__roundnavigation.round-menu .electron.bottom label img {
            margin-top: 30px; }
          .component__roundnavigation.round-menu .electron.left label img {
            margin-right: 10px; }
          .component__roundnavigation.round-menu .electron.top label img {
            margin-bottom: 30px; } }
  .component__roundnavigation .hovering-overlay {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: row;
    height: 0;
    z-index: 10; }
    .component__roundnavigation .hovering-overlay .popup {
      display: flex;
      justify-content: center;
      align-content: center;
      align-items: center;
      flex-direction: row;
      pointer-events: none;
      position: absolute;
      transition: opacity 0.25s ease-in-out; }
      .component__roundnavigation .hovering-overlay .popup::before {
        display: block;
        content: "";
        width: 450px;
        height: 450px;
        background: #9e897b;
        position: absolute;
        border-radius: 50%; }
      .component__roundnavigation .hovering-overlay .popup::after {
        display: block;
        content: "";
        width: 420px;
        height: 420px;
        background: none;
        box-shadow: -7px 0 0 4px rgba(255, 255, 255, 0.15);
        position: absolute;
        border-radius: 50%;
        transform: translateX(7px); }
      .component__roundnavigation .hovering-overlay .popup:not(.show) {
        opacity: 0; }
      .component__roundnavigation .hovering-overlay .popup p {
        z-index: 1;
        position: relative;
        font-size: 20px;
        line-height: 1.2;
        color: white;
        text-align: center;
        width: 365px; }
      @media screen and (min-width: 200px) and (max-width: 1023px) {
        .component__roundnavigation .hovering-overlay .popup {
          width: 160px; }
          .component__roundnavigation .hovering-overlay .popup::before {
            width: 200px;
            height: 200px; }
          .component__roundnavigation .hovering-overlay .popup::after {
            width: 190px;
            height: 190px;
            box-shadow: -3px 0 0 1px rgba(255, 255, 255, 0.15);
            transform: translateX(3px); }
          .component__roundnavigation .hovering-overlay .popup p {
            font-size: 12px; } }
  .component__roundnavigation:not(.animated) .electron label img {
    opacity: 0; }

/************************************************************/
/*	    92.	Responsive (tablette & mobile)                  */
/************************************************************/
/* Styles des pages */
/************************************************************/
/*	00.	Général                                             */
/*	    01.	Header                                          */
/*	    02.	Contenu                                         */
/*	    03.	Footer                                          */
/*	10.	Homepage                                            */
/*	20.	Programmes                                          */
/*	30.	Réalisations                                        */
/*	40.	Actualités                                          */
/*	50. Bon A Savoir                                        */
/*	60. Contact                                             */
/*	70. Notre Groupe                                        */
/*	90.	Responsive                                          */
/*	    91.	Desktop                                         */
/*	    92.	Responsive (tablette & mobile)                  */
/*	    93.	Tablette                                        */
/*	    94.	Mobile                                          */
/************************************************************/
@media screen and (min-width: 200px) and (max-width: 1023px) {
  body.page__programme .container > .row {
    margin: 0; } }

body.page__programme div.hide, body.page__programme li.hide {
  display: none; }

@media screen and (min-width: 200px) and (max-width: 1023px) {
  body.single.programme-template-default .navbar__programme .row {
    justify-content: flex-start !important; } }

body.single.programme-template-default .navbar__programme.sticky-top {
  z-index: 20;
  top: 165px; }
  @media screen and (max-width: 600px) {
    body.single.programme-template-default .navbar__programme.sticky-top {
      top: 0; } }

body.single.programme-template-default .programme__slider {
  position: relative; }
  @media screen and (min-width: 200px) and (max-width: 1023px) {
    body.single.programme-template-default .programme__slider .component__slider {
      height: 370px; }
      body.single.programme-template-default .programme__slider .component__slider .slider .slick-track .composant__slider-item {
        background-size: cover !important;
        background-position: center;
        transform: scale(1);
        padding-top: 370px !important; } }
  body.single.programme-template-default .programme__slider .component__slider {
    margin: 0; }
    body.single.programme-template-default .programme__slider .component__slider .slider {
      width: 100%; }
  body.single.programme-template-default .programme__slider .component__buttonback {
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 1; }
    @media screen and (min-width: 1024px) {
      body.single.programme-template-default .programme__slider .component__buttonback {
        left: 14%; } }

body.single.programme-template-default .programme__card__container {
  margin: 40px 0 150px; }
  body.single.programme-template-default .programme__card__container.terrains .row, body.single.programme-template-default .programme__card__container.btob .row {
    justify-content: center; }
  body.single.programme-template-default .programme__card__container.terrains {
    margin: 40px 0 100px; }
  @media screen and (min-width: 200px) and (max-width: 1023px) {
    body.single.programme-template-default .programme__card__container {
      margin: 0 0 20px !important; }
      body.single.programme-template-default .programme__card__container .container {
        padding: 0; }
      body.single.programme-template-default .programme__card__container .card__block {
        border-radius: 0; } }
  body.single.programme-template-default .programme__card__container .visite__programme__3D a {
    color: #f4a130;
    background: #fff;
    min-width: 282px;
    border-radius: 30px;
    padding: 8px 40px; }
    body.single.programme-template-default .programme__card__container .visite__programme__3D a:hover {
      color: #fff;
      background: #f4a130; }

body.single.programme-template-default .programme__progress__bar {
  margin-bottom: 50px; }
  @media screen and (min-width: 200px) and (max-width: 1023px) {
    body.single.programme-template-default .programme__progress__bar {
      margin-bottom: 10px; }
      body.single.programme-template-default .programme__progress__bar .container {
        overflow-x: scroll;
        height: 330px; }
        body.single.programme-template-default .programme__progress__bar .container:after {
          width: 1240px !important;
          top: 135px !important; }
        body.single.programme-template-default .programme__progress__bar .container .row {
          width: 1296px;
          padding-top: 30px; }
        body.single.programme-template-default .programme__progress__bar .container .progress__item {
          transform: translateY(70px); } }
  body.single.programme-template-default .programme__progress__bar .container {
    position: relative; }
    body.single.programme-template-default .programme__progress__bar .container:after {
      content: '';
      width: 80%;
      height: 2px;
      background-color: orange;
      position: absolute;
      top: 38px;
      left: 0;
      right: 0;
      margin: 0 auto; }
    body.single.programme-template-default .programme__progress__bar .container .progress__item {
      position: relative;
      z-index: 1; }
      body.single.programme-template-default .programme__progress__bar .container .progress__item.past .rounded-circle, body.single.programme-template-default .programme__progress__bar .container .progress__item.current .rounded-circle {
        background-color: #f49a30; }
        body.single.programme-template-default .programme__progress__bar .container .progress__item.past .rounded-circle svg, body.single.programme-template-default .programme__progress__bar .container .progress__item.current .rounded-circle svg {
          fill: #fff; }
      body.single.programme-template-default .programme__progress__bar .container .progress__item:last-child .picto_current_step {
        left: 35% !important;
        bottom: 100% !important; }
      body.single.programme-template-default .programme__progress__bar .container .progress__item.current {
        position: relative; }
        body.single.programme-template-default .programme__progress__bar .container .progress__item.current .picto_current_step {
          position: relative;
          width: 66px;
          height: 66px;
          left: 100%;
          bottom: 83%;
          display: flex;
          align-items: center;
          text-align: center;
          transform: translate(-25%, 0);
          animation: bounce2 3s infinite ease-in-out; }
          body.single.programme-template-default .programme__progress__bar .container .progress__item.current .picto_current_step span {
            font-family: "Montserrat";
            font-size: 12px;
            position: relative;
            color: white;
            z-index: 1;
            padding: 0 6px; }
            body.single.programme-template-default .programme__progress__bar .container .progress__item.current .picto_current_step span:after {
              content: '';
              display: inline-block;
              height: 0;
              width: 0;
              border-top: 17px solid #37261a;
              border-right: 10px solid transparent;
              border-left: 10px solid transparent;
              position: absolute;
              top: 3.45em;
              left: 0;
              right: 0;
              margin: 0 auto; }
          body.single.programme-template-default .programme__progress__bar .container .progress__item.current .picto_current_step:after {
            content: '';
            width: 66px;
            height: 66px;
            background-color: #37261a;
            border-radius: 40px;
            position: absolute;
            top: 0;
            left: 0; }
      body.single.programme-template-default .programme__progress__bar .container .progress__item .rounded-circle {
        background-color: #fff;
        width: 73px;
        height: 73px;
        display: flex;
        margin: auto; }
        body.single.programme-template-default .programme__progress__bar .container .progress__item .rounded-circle svg {
          fill: #f49a30;
          margin: auto;
          width: 39px;
          height: 39px; }
    body.single.programme-template-default .programme__progress__bar .container .progress__title {
      margin-top: 13px; }
      body.single.programme-template-default .programme__progress__bar .container .progress__title p {
        max-width: 110px;
        text-align: center;
        color: #f4a130;
        margin: auto; }
        body.single.programme-template-default .programme__progress__bar .container .progress__title p.delivery__date {
          color: #000;
          font-size: 12px;
          padding-top: 4px; }

@media screen and (min-width: 200px) and (max-width: 1023px) {
  body.single.programme-template-default .programme__description .description__programme__title {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5); } }

body.single.programme-template-default .programme__description .description__programme__title .description__title span:last-child {
  margin-left: 8px; }

body.single.programme-template-default .programme__description .description_programme .programme__atout_container .block__title,
body.single.programme-template-default .programme__description .description_programme .programme__description--block .block__title {
  color: #fff;
  background-color: #f4a130;
  padding: 16px 45px;
  border-radius: 11px 11px 0 0;
  margin: 0;
  position: relative; }
  @media screen and (min-width: 200px) and (max-width: 1023px) {
    body.single.programme-template-default .programme__description .description_programme .programme__atout_container .block__title.h6,
    body.single.programme-template-default .programme__description .description_programme .programme__description--block .block__title.h6 {
      border-radius: 0;
      justify-content: flex-start !important;
      padding-left: 54px; }
      body.single.programme-template-default .programme__description .description_programme .programme__atout_container .block__title.h6:before,
      body.single.programme-template-default .programme__description .description_programme .programme__description--block .block__title.h6:before {
        width: 32px;
        height: 32px;
        border-radius: 40px;
        top: 50%;
        transform: translate(38%, -50%);
        background-size: 50%; } }
  body.single.programme-template-default .programme__description .description_programme .programme__atout_container .block__title:before,
  body.single.programme-template-default .programme__description .description_programme .programme__description--block .block__title:before {
    content: '';
    background: url(../1bc41f04a3e9dd8806d4.svg) no-repeat center center #fff;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    position: absolute;
    left: 0;
    top: 0;
    color: orange;
    transform: translate(-50%, -50%); }

body.single.programme-template-default .programme__description .description_programme .programme__atout_container .block__container,
body.single.programme-template-default .programme__description .description_programme .programme__description--block .block__container {
  padding: 20px;
  background-color: white;
  border-radius: 0 0 10px 10px; }
  body.single.programme-template-default .programme__description .description_programme .programme__atout_container .block__container .item,
  body.single.programme-template-default .programme__description .description_programme .programme__description--block .block__container .item {
    list-style: none;
    margin-bottom: 12px;
    line-height: 20px; }
    body.single.programme-template-default .programme__description .description_programme .programme__atout_container .block__container .item:before,
    body.single.programme-template-default .programme__description .description_programme .programme__description--block .block__container .item:before {
      content: '.';
      position: relative;
      left: -5px;
      top: -4px; }

body.single.programme-template-default .programme__description .description_programme.first {
  margin-bottom: 20px; }
  @media screen and (min-width: 200px) and (max-width: 640px) {
    body.single.programme-template-default .programme__description .description_programme.first {
      margin: 0; } }
  @media screen and (min-width: 200px) and (max-width: 1023px) {
    body.single.programme-template-default .programme__description .description_programme.first {
      padding: 0; }
      body.single.programme-template-default .programme__description .description_programme.first .atouts, body.single.programme-template-default .programme__description .description_programme.first .prestations {
        padding: 0; }
        body.single.programme-template-default .programme__description .description_programme.first .atouts .block__container, body.single.programme-template-default .programme__description .description_programme.first .prestations .block__container {
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          border-radius: 0; }
      body.single.programme-template-default .programme__description .description_programme.first .atouts {
        order: 3; }
        body.single.programme-template-default .programme__description .description_programme.first .atouts .block__title {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }
          body.single.programme-template-default .programme__description .description_programme.first .atouts .block__title h4:before {
            content: '';
            width: 50px;
            height: 50px;
            border-radius: 40px;
            position: relative;
            display: block;
            justify-content: center;
            align-items: baseline;
            color: orange;
            font-size: 46px;
            background: url(../1bc41f04a3e9dd8806d4.svg) no-repeat center #fff;
            transform: scale(0.8) !important; }
      body.single.programme-template-default .programme__description .description_programme.first .telechargements {
        order: 2; }
        body.single.programme-template-default .programme__description .description_programme.first .telechargements h6 {
          text-align: center; }
      body.single.programme-template-default .programme__description .description_programme.first .prestations {
        order: 4; } }
  body.single.programme-template-default .programme__description .description_programme.first .description__text {
    line-height: 1.3em; }
    body.single.programme-template-default .programme__description .description_programme.first .description__text .description__toggle--link {
      color: #000;
      margin: 15px 0;
      display: block; }
  body.single.programme-template-default .programme__description .description_programme.first .programme__title {
    color: #f4a130; }
  body.single.programme-template-default .programme__description .description_programme.first .block__container {
    padding: 20px 20px 20px 50px; }
    body.single.programme-template-default .programme__description .description_programme.first .block__container .prestation {
      line-height: 14px; }
  body.single.programme-template-default .programme__description .description_programme.first .programme__image__plaquette .programme_image:first-child {
    margin-right: 25px; }
  body.single.programme-template-default .programme__description .description_programme.first .programme__image__plaquette .programme_links .container__button a {
    max-width: 307px;
    display: flex;
    justify-content: center; }
    body.single.programme-template-default .programme__description .description_programme.first .programme__image__plaquette .programme_links .container__button a:after {
      width: 20px;
      height: 20px;
      margin-left: 10px; }

body.single.programme-template-default .programme__description .programme__atouts__terrains,
body.single.programme-template-default .programme__description .programme__atouts__btob {
  position: relative; }
  @media screen and (min-width: 200px) and (max-width: 1023px) {
    body.single.programme-template-default .programme__description .programme__atouts__terrains,
    body.single.programme-template-default .programme__description .programme__atouts__btob {
      padding-right: calc(var(--bs-gutter-x) * .5);
      padding-left: calc(var(--bs-gutter-x) * .5); }
      body.single.programme-template-default .programme__description .programme__atouts__terrains .block__title,
      body.single.programme-template-default .programme__description .programme__atouts__btob .block__title {
        display: flex; }
        body.single.programme-template-default .programme__description .programme__atouts__terrains .block__title span,
        body.single.programme-template-default .programme__description .programme__atouts__btob .block__title span {
          margin-right: 10px; }
      body.single.programme-template-default .programme__description .programme__atouts__terrains .atouts__container,
      body.single.programme-template-default .programme__description .programme__atouts__btob .atouts__container {
        flex-direction: column; }
        body.single.programme-template-default .programme__description .programme__atouts__terrains .atouts__container .btob__bloc,
        body.single.programme-template-default .programme__description .programme__atouts__btob .atouts__container .btob__bloc {
          position: relative;
          top: auto; } }
  body.single.programme-template-default .programme__description .programme__atouts__terrains .block__title svg,
  body.single.programme-template-default .programme__description .programme__atouts__btob .block__title svg {
    position: relative;
    top: -3px;
    left: -3px; }
  body.single.programme-template-default .programme__description .programme__atouts__terrains .atouts__description .block__container,
  body.single.programme-template-default .programme__description .programme__atouts__btob .atouts__description .block__container {
    list-style: none; }
    body.single.programme-template-default .programme__description .programme__atouts__terrains .atouts__description .block__container .atout.item,
    body.single.programme-template-default .programme__description .programme__atouts__btob .atouts__description .block__container .atout.item {
      margin-bottom: 20px; }
  body.single.programme-template-default .programme__description .programme__atouts__terrains .btob__bloc,
  body.single.programme-template-default .programme__description .programme__atouts__btob .btob__bloc {
    background: white;
    padding: 40px 48px;
    border-radius: 10px;
    position: absolute;
    top: -4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
    body.single.programme-template-default .programme__description .programme__atouts__terrains .btob__bloc div:first-child,
    body.single.programme-template-default .programme__description .programme__atouts__btob .btob__bloc div:first-child {
      margin-bottom: 18px; }
    body.single.programme-template-default .programme__description .programme__atouts__terrains .btob__bloc div .icon,
    body.single.programme-template-default .programme__description .programme__atouts__btob .btob__bloc div .icon {
      margin-bottom: 8px; }

body.single.programme-template-default .programme__description .localisation_btob .icon {
  position: relative;
  top: -4px; }

body.single.programme-template-default .programme__description .localisation__map .component__map {
  height: 664px; }

@media screen and (min-width: 200px) and (max-width: 1023px) {
  body.single.programme-template-default .programme__description .localisation__cta .row > .col {
    padding: 0; } }

@media screen and (min-width: 200px) and (max-width: 1023px) {
  body.single.programme-template-default .programme__localisation .programme__360 {
    padding: 0; }
    body.single.programme-template-default .programme__localisation .programme__360 .programme__title {
      margin: 45px 0 0; }
  body.single.programme-template-default .programme__localisation .programme__iframes iframe {
    max-height: 380px; }
  body.single.programme-template-default .programme__localisation__footer {
    padding: 0; } }

@media screen and (min-width: 200px) and (max-width: 1023px) {
  body.single.programme-template-default .programme__visite .nav-pills button {
    padding: 15px 25px; }
  body.single.programme-template-default .programme__visite iframe {
    max-height: 260px;
    padding: 0; }
  body.single.programme-template-default .programme__iframes {
    padding: 0 !important; }
    body.single.programme-template-default .programme__iframes .tab-content {
      padding: 0 !important;
      margin: 0 !important; }
  body.single.programme-template-default .programme__typologies .programme__title_section {
    padding: 0 !important; }
    body.single.programme-template-default .programme__typologies .programme__title_section .row:last-child > .col {
      padding: 0 !important; }
  body.single.programme-template-default .programme__typologies .programme__title .h2 {
    display: flex; }
  body.single.programme-template-default .programme__typologies .programme__title .title_section {
    margin-left: 15px; }
  body.single.programme-template-default .programme__contact .container,
  body.single.programme-template-default .programme__actualite .container {
    padding: 0; }
  body.single.programme-template-default .programme__actualite .d-flex span:first-child {
    margin-right: 10px; }
  body.single.programme-template-default .programme__actualite .d-flex .h2 {
    margin-left: 8px;
    margin-top: -5px; }
  body.single.programme-template-default .programme__contact .contact_image {
    display: none; } }

body.single.programme-template-default .programme__visite iframe {
  padding: 0 40px;
  background: #fff; }

@media screen and (min-width: 200px) and (max-width: 1023px) {
  body.single.programme-template-default .programme__visite .programme__tabs__view {
    padding: 0; } }

@media screen and (min-width: 200px) and (max-width: 1023px) {
  body.single.programme-template-default .programme__localisation .programme__tabs__view {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5); } }

body.single.programme-template-default .programme__localisation .programme__tabs__view .nav-item:first-child,
body.single.programme-template-default .programme__visite .programme__tabs__view .nav-item:first-child {
  margin-right: 10px; }

body.single.programme-template-default .programme__localisation .programme__tabs__view .nav-item button:hover span svg,
body.single.programme-template-default .programme__visite .programme__tabs__view .nav-item button:hover span svg {
  fill: #f4a130; }

body.single.programme-template-default .programme__localisation .programme__tabs__view .nav-item button span,
body.single.programme-template-default .programme__visite .programme__tabs__view .nav-item button span {
  font-size: 10px; }
  body.single.programme-template-default .programme__localisation .programme__tabs__view .nav-item button span:first-child,
  body.single.programme-template-default .programme__visite .programme__tabs__view .nav-item button span:first-child {
    margin-right: 6px; }
  body.single.programme-template-default .programme__localisation .programme__tabs__view .nav-item button span svg,
  body.single.programme-template-default .programme__visite .programme__tabs__view .nav-item button span svg {
    fill: #fff; }

body.single.programme-template-default .programme__localisation .programme__tabs__view .nav-item button:first-child,
body.single.programme-template-default .programme__visite .programme__tabs__view .nav-item button:first-child {
  text-transform: inherit; }

body.single.programme-template-default .programme__localisation .programme__title .h2 span:last-child,
body.single.programme-template-default .programme__visite .programme__title .h2 span:last-child {
  position: relative;
  top: 3px; }

body.single.programme-template-default .programme__localisation .programme__adresse,
body.single.programme-template-default .programme__visite .programme__adresse {
  margin: 17px 0; }

body.single.programme-template-default .programme__typologies .accordion_typologie .accordion-button {
  background-color: #000;
  padding: .8em 1em;
  font-size: 18px;
  color: #fff;
  transition: all .2s; }
  body.single.programme-template-default .programme__typologies .accordion_typologie .accordion-button:after {
    content: none; }
  body.single.programme-template-default .programme__typologies .accordion_typologie .accordion-button:before {
    content: '↓';
    color: #fff;
    margin-right: 10px; }
  body.single.programme-template-default .programme__typologies .accordion_typologie .accordion-button.collapsed {
    color: #fff; }
    body.single.programme-template-default .programme__typologies .accordion_typologie .accordion-button.collapsed:before {
      content: '→';
      color: #fff; }

body.single.programme-template-default .programme__typologies .accordion_typologie .accordion-header button {
  border-radius: 0; }

body.single.programme-template-default .programme__typologies .accordion_typologie .accordion-body {
  background-color: #faf8f2;
  padding: 0; }
  @media screen and (min-width: 200px) and (max-width: 1023px) {
    body.single.programme-template-default .programme__typologies .accordion_typologie .accordion-body {
      overflow: scroll; } }
  body.single.programme-template-default .programme__typologies .accordion_typologie .accordion-body .table__typologies {
    width: 80%; }
    @media screen and (max-width: 768px) {
      body.single.programme-template-default .programme__typologies .accordion_typologie .accordion-body .table__typologies {
        width: var(--breakpoint-md); }
        body.single.programme-template-default .programme__typologies .accordion_typologie .accordion-body .table__typologies tr td {
          min-width: 56px; } }
    body.single.programme-template-default .programme__typologies .accordion_typologie .accordion-body .table__typologies tr td {
      padding: 1.8%; }
    body.single.programme-template-default .programme__typologies .accordion_typologie .accordion-body .table__typologies tr:not(.legend) td {
      border-right: 1px solid #000; }
      body.single.programme-template-default .programme__typologies .accordion_typologie .accordion-body .table__typologies tr:not(.legend) td:last-child {
        border-right: none; }
    body.single.programme-template-default .programme__typologies .accordion_typologie .accordion-body .table__typologies tr.legend td {
      text-transform: uppercase; }
    body.single.programme-template-default .programme__typologies .accordion_typologie .accordion-body .table__typologies .col {
      border-bottom-width: 0; }

body.single.programme-template-default .programme__typologies .accordion-item {
  border: none  !important; }

body.single.programme-template-default .programme__actualite .programme__title_section .h2 {
  margin-left: 6px; }

body.single.programme-template-default .programme__actualite .programme__list_actualite ul li {
  list-style: none;
  margin-bottom: 4px; }
  body.single.programme-template-default .programme__actualite .programme__list_actualite ul li:before {
    content: '-';
    margin-right: 4px; }

body.single.programme-template-default .programme__contact .contact {
  align-items: center; }

body.single.programme-template-default .programme__contact .contact_details .fonction {
  font-style: italic; }

body.single.programme-template-default .programme__contact .row__detail__contact {
  flex-direction: column; }
  body.single.programme-template-default .programme__contact .row__detail__contact:before, body.single.programme-template-default .programme__contact .row__detail__contact:after {
    content: '';
    width: 256px;
    background-color: #707070;
    height: 1px;
    position: relative;
    display: block;
    margin: 30px 0 20px;
    left: 20px; }
  body.single.programme-template-default .programme__contact .row__detail__contact .bureau,
  body.single.programme-template-default .programme__contact .row__detail__contact .horaire {
    line-height: 1.4em; }

@media screen and (min-width: 200px) and (max-width: 640px) {
  body.single.programme-template-default .programme__contact .formulaire__contact .formulaire__programme .container > .row .mb-3 {
    padding: 0 !important; } }

@media screen and (min-width: 200px) and (max-width: 1023px) {
  body.single.programme-template-default .programme__contact .map__container {
    display: none; } }

body.single.programme-template-default .programme__contact .map__container .img_container {
  margin-top: -6%; }

body {
  background: #faf8f2;
  font-family: "Montserrat"; }

/************************************************************/
/*	00.	Général                                             */
/************************************************************/
body:not(.page-template-nous-contacter) .grecaptcha-badge {
  display: none !important; }

.white-separator {
  height: 40px;
  background-color: white; }

.hide-if:not(.hidden),
.show-if:not(.shown) {
  display: none; }

.btn {
  padding: 15px 45px;
  position: relative;
  text-transform: uppercase;
  border-radius: 10px;
  outline: 0; }
  .btn.btn-primary {
    color: #ffffff;
    background-color: #f4a130;
    border-color: #f4a130; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active {
      background-color: #ffffff;
      color: #f4a130; }
  .btn.btn-secondary {
    color: #f4a130;
    background-color: #ffffff;
    border-color: #f4a130; }
    .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
      background-color: #f4a130;
      color: #ffffff; }
  .btn.btn-dark {
    color: white;
    background-color: #37261a;
    border-color: #37261a; }
    .btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:active, .btn.btn-dark.active {
      background-color: white;
      color: #37261a; }
  .btn.btn-beige {
    color: white;
    background-color: #a08e83;
    border-color: #a08e83; }
    .btn.btn-beige:hover, .btn.btn-beige:focus, .btn.btn-beige:active, .btn.btn-beige.active {
      background-color: white;
      color: #a08e83; }
  .btn.btn-round {
    border-radius: 50px;
    padding: 5px 18px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1em;
    display: inline-flex;
    align-items: center; }
  .btn.btn-plus::after {
    content: "+";
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    position: relative;
    margin-left: 5px;
    line-height: 18px;
    text-align: center; }
  .btn.btn-check::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    position: relative;
    margin-left: 5px;
    line-height: 18px;
    font-size: 10px;
    text-align: center; }
  .btn.btn-back::before {
    display: inline-block;
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    margin: 0 8px 0 0; }
  .btn.btn-slim {
    font-size: 10px;
    padding: 4px 10px 2px; }
    .btn.btn-slim.btn-plus::after {
      width: 11px;
      height: 11px;
      line-height: 11px; }
  .btn.btn-fullwidth {
    width: 100%;
    justify-content: center; }
  .btn.btn-fa-circle i.fa,
  .btn.btn-fa-circle i.fas,
  .btn.btn-fa-circle i.far {
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    margin-left: 5px;
    line-height: 18px;
    font-size: 10px;
    text-align: center; }
  .btn.btn-download:hover:after {
    content: '';
    background: url(../41431b4e70e72ea80217.svg); }
  .btn.btn-download:after {
    content: '';
    background: url(../f03267f6f7dc542c47d6.svg);
    width: 20px;
    height: 20px;
    margin-left: 10px; }
  .btn.btn-info:hover:after {
    content: '';
    background: url(../0c911986f393f9503008.svg) no-repeat; }
  .btn.btn-info:after {
    content: '';
    background: url(../a33f840f25d632ff0d49.svg) no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 10px; }
  .btn.btn-vue.active:before, .btn.btn-vue:hover:before {
    background: url(../bee409331e45fa88b91a.svg) no-repeat; }
  .btn.btn-vue:before {
    content: '';
    background: url(../97f0ac8a92a6cbc59070.svg) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 8px; }
  .btn.btn-gmap.active:before, .btn.btn-gmap:hover:before {
    background: url(../5080e64c8b9175537990.svg) no-repeat; }
  .btn.btn-gmap:before {
    content: '';
    background: url(../25b0795f303383c644d6.svg) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 10px; }
  .btn.active {
    background-color: white;
    color: #f4a130; }
    .btn.active svg {
      fill: #f4a130 !important; }

a.discreet {
  color: #37261a;
  text-decoration: none; }

.text-accent-color {
  color: #f4a130; }

.text-light-color {
  color: #666666; }

.text-badge-color {
  color: #404040; }

.text-anthracite {
  color: #333333; }

.slick-slider {
  position: relative; }
  .slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    padding: 0;
    font-size: 0; }
    .slick-slider .slick-arrow:before {
      width: 53px;
      height: 53px;
      background-color: rgba(255, 255, 255, 0.7);
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      font-family: "Font Awesome 5 Pro", serif;
      font-weight: 900;
      color: #000; }
    .slick-slider .slick-arrow.slick-prev {
      left: 0; }
      .slick-slider .slick-arrow.slick-prev:before {
        content: "\f053"; }
    .slick-slider .slick-arrow.slick-next {
      right: 0; }
      .slick-slider .slick-arrow.slick-next:before {
        content: "\f054"; }
  .slick-slider.slick-dotted {
    margin-bottom: 30px; }
  .slick-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; }
    .slick-slider .slick-dots li {
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
      .slick-slider .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: 4px solid white;
        outline: none;
        background: transparent;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
        border-radius: 50%; }
        .slick-slider .slick-dots li button:hover, .slick-slider .slick-dots li button:focus {
          outline: none; }
          .slick-slider .slick-dots li button:hover::before, .slick-slider .slick-dots li button:focus::before {
            opacity: 1; }
      .slick-slider .slick-dots li.slick-active button {
        background: white; }

img.img-round {
  border-radius: 50%;
  object-fit: cover; }

.crescent-img-container {
  width: fit-content;
  height: fit-content;
  position: relative;
  padding: 21px; }
  .crescent-img-container::before {
    display: block;
    content: "";
    width: calc( 100% - 14px);
    height: calc( 100% - 14px);
    position: absolute;
    background: transparent;
    border-radius: 50%;
    box-shadow: -6px 0 0 4px #f49a30;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

/************************************************************/
/*	    01.	Header                                          */
/************************************************************/
header#masthead nav#nav-main {
  background-color: white; }
  header#masthead nav#nav-main ul.navbar-nav li a {
    text-transform: uppercase; }
  header#masthead nav#nav-main .navbar-brand {
    padding: 0; }

header#masthead ul#proetimmo-navbar-top {
  z-index: 2; }
  header#masthead ul#proetimmo-navbar-top .pi-phone a {
    background-color: #f49a30;
    padding: 6px 15px;
    border-radius: 0 0 5px 5px;
    color: white;
    font-size: 16px;
    font-weight: bold; }
  header#masthead ul#proetimmo-navbar-top .pi-social-icon a {
    font-size: 16px;
    color: #f4a130;
    padding: 0 8px; }

header#masthead ul#proetimmo-navbar {
  margin-top: 15px; }
  header#masthead ul#proetimmo-navbar li.pi-menu-icon {
    display: flex;
    align-items: flex-end; }
    header#masthead ul#proetimmo-navbar li.pi-menu-icon a.nav-link {
      padding: 0 0 5px 0;
      margin-left: 15px;
      margin-right: 15px;
      font-size: 16px;
      color: #666666;
      border-bottom: 2px solid transparent;
      transition: all 0.25s ease-in-out; }
      header#masthead ul#proetimmo-navbar li.pi-menu-icon a.nav-link::before {
        content: "";
        height: 28px;
        display: block;
        background-color: #37261a;
        transition: background 0.25s ease-in-out; }
    header#masthead ul#proetimmo-navbar li.pi-menu-icon.pi-menu-icon-programmes a.nav-link::before {
      -webkit-mask: url(../1ef8daaabe6546cede98.svg) no-repeat top center;
      mask: url(../1ef8daaabe6546cede98.svg) no-repeat top center; }
    header#masthead ul#proetimmo-navbar li.pi-menu-icon.pi-menu-icon-realisations a.nav-link::before {
      -webkit-mask: url(../6e8b694c30a763f1fbf2.svg) no-repeat top center;
      mask: url(../6e8b694c30a763f1fbf2.svg) no-repeat top center; }
    header#masthead ul#proetimmo-navbar li.pi-menu-icon.pi-menu-icon-actualites a.nav-link::before {
      -webkit-mask: url(../c70ee7dbaee87bf45961.svg) no-repeat top center;
      mask: url(../c70ee7dbaee87bf45961.svg) no-repeat top center; }
    header#masthead ul#proetimmo-navbar li.pi-menu-icon.pi-menu-icon-groupe a.nav-link::before {
      -webkit-mask: url(../c412b6b4ea615a3cb8da.svg) no-repeat top center;
      mask: url(../c412b6b4ea615a3cb8da.svg) no-repeat top center; }
    header#masthead ul#proetimmo-navbar li.pi-menu-icon.pi-menu-icon-contact a.nav-link::before {
      -webkit-mask: url(../f207f889958904284990.svg) no-repeat top center;
      mask: url(../f207f889958904284990.svg) no-repeat top center; }
    header#masthead ul#proetimmo-navbar li.pi-menu-icon::after {
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      background-color: #f49a30;
      border-radius: 6px;
      margin-bottom: 14px; }
  header#masthead ul#proetimmo-navbar li:last-child::after {
    display: none; }
  header#masthead ul#proetimmo-navbar li:last-child a.nav-link {
    margin-right: 0; }
  header#masthead ul#proetimmo-navbar li.current-menu-item a.nav-link,
  header#masthead ul#proetimmo-navbar li.current_page_item a.nav-link,
  header#masthead ul#proetimmo-navbar li.current_page_parent a.nav-link,
  header#masthead ul#proetimmo-navbar li a.nav-link:hover {
    color: #f4a130;
    text-shadow: 0 0 1px #f4a130, 0 0 1px #f4a130, 0 0 1px #f4a130, 0 0 1px #f4a130;
    border-bottom: 2px solid #f4a130; }
    header#masthead ul#proetimmo-navbar li.current-menu-item a.nav-link::before,
    header#masthead ul#proetimmo-navbar li.current_page_item a.nav-link::before,
    header#masthead ul#proetimmo-navbar li.current_page_parent a.nav-link::before,
    header#masthead ul#proetimmo-navbar li a.nav-link:hover::before {
      background-color: #f4a130; }

.has-fixed-header header#masthead {
  position: fixed;
  width: 100%;
  z-index: 1045;
  transition: height 0.25s ease-in-out; }
  .has-fixed-header header#masthead #nav-top {
    position: relative; }
    .has-fixed-header header#masthead #nav-top > .container #proetimmo-navbar-top {
      transition: transform 0.25s ease-in-out;
      transform: translateY(0px); }
  .has-fixed-header header#masthead #nav-main {
    transition: height 0.25s ease-in-out, padding 0.25s ease-in-out; }
    .has-fixed-header header#masthead #nav-main .navbar-brand svg {
      transition: height,width 0.25s ease-in-out; }
      .has-fixed-header header#masthead #nav-main .navbar-brand svg path#baseline {
        transition: opacity 0.25s ease-in-out; }
    .has-fixed-header header#masthead #nav-main ul#proetimmo-navbar {
      transition: margin 0.25s ease-in-out; }
      .has-fixed-header header#masthead #nav-main ul#proetimmo-navbar li.pi-menu-icon a.nav-link::before {
        transition: height 0.25s ease-in-out; }

.has-fixed-header.fixed header#masthead #nav-main .navbar-brand svg {
  height: auto;
  width: 162px; }
  .has-fixed-header.fixed header#masthead #nav-main .navbar-brand svg path#baseline {
    opacity: 0; }

.has-fixed-header.fixed header#masthead #nav-main ul#proetimmo-navbar {
  margin-top: 0; }
  .has-fixed-header.fixed header#masthead #nav-main ul#proetimmo-navbar li.pi-menu-icon a.nav-link::before {
    height: 0; }

body .navbar {
  padding: 12px 0 13px;
  box-shadow: inset 2px 4px 10px 0 rgba(0, 0, 0, 0.16);
  justify-content: center; }
  body .navbar.navbar-orange {
    background-color: #f49a30; }
  @media screen and (max-width: 600px) {
    body .navbar .navbar__container__items {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
      max-width: 100%;
      margin: 0;
      justify-content: flex-start !important; }
      body .navbar .navbar__container__items::-webkit-scrollbar {
        display: none; } }
  body .navbar .navbar__item {
    min-width: 123px;
    width: auto; }
    body .navbar .navbar__item a {
      font-size: 10px;
      padding: 10px;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
      color: #333; }
      body .navbar .navbar__item a.btn-description svg {
        position: relative;
        top: 4px; }
      body .navbar .navbar__item a span {
        display: inline-block;
        margin-left: 5px; }
      body .navbar .navbar__item a svg {
        fill: #f49a30;
        width: 18px;
        height: 18px; }

body.admin-bar #page.has-fixed-header.fixed .navbar__sticky.sticky-top {
  top: 112px; }

body.admin-bar #page.has-fixed-header:not(.fixed) .navbar__sticky.sticky-top {
  top: 164px; }

@media screen and (min-width: 200px) and (max-width: 640px) {
  body.admin-bar #page.has-fixed-header:not(.fixed) .navbar__sticky.sticky-top {
    top: 150px; }
  body.admin-bar #page.has-fixed-header.fixed .navbar__sticky.sticky-top {
    top: 117px; } }

body:not(.admin-bar) #page.has-fixed-header.fixed .navbar__sticky.sticky-top {
  top: 80px;
  transition: top 0.25s ease-in-out; }

body:not(.admin-bar) #page.has-fixed-header:not(.fixed) .navbar__sticky.sticky-top {
  top: 132px;
  transition: top 0.25s ease-in-out; }

@media screen and (min-width: 200px) and (max-width: 640px) {
  body:not(.admin-bar) #page.has-fixed-header:not(.fixed) .navbar__sticky.sticky-top {
    top: 104px; }
  body:not(.admin-bar) #page.has-fixed-header.fixed .navbar__sticky.sticky-top {
    top: 72px; } }

/************************************************************/
/*	    02.	Contenu                                         */
/************************************************************/
.badge.rounded-pill {
  padding: 5px 20px;
  text-decoration: none; }
  .badge.rounded-pill:hover {
    color: white; }

.card {
  border: none;
  border-radius: 10px; }
  .card.border-radius-0 {
    border-radius: 0; }
    .card.border-radius-0 img.card-img-top {
      border-radius: 0; }
    .card.border-radius-0 .card-body {
      border-radius: 0; }
    .card.border-radius-0 .card-header {
      border-radius: 0; }
  .card .badge-container {
    z-index: 1; }
  .card .card-header {
    border-radius: 10px 10px 0 0; }
    .card .card-header.bg-orange {
      background-color: #f49a30;
      color: white;
      border: none; }
  .card .card-img-top {
    border-radius: 10px 10px 0 0; }
  .card .card-body {
    border-radius: 0 0 10px 10px; }
    .card .card-body .card-title {
      text-decoration: none;
      color: #37261a; }
  .card.esperluette-hover .card-img-top-wrapper {
    position: relative;
    overflow: hidden; }
    .card.esperluette-hover .card-img-top-wrapper::after {
      content: "";
      background-image: url(../1ce73dd2467bfd632e31.png);
      background-size: cover;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: opacity 0.25s ease-in-out;
      height: 100%;
      width: 100%; }
    .card.esperluette-hover .card-img-top-wrapper:hover::after {
      opacity: 1; }
  .card.esperluette-hover .card-body {
    height: 90px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    z-index: 1; }
  .card.card-body-orange-hover .card-img-top-wrapper {
    padding-bottom: 90px; }
  .card.card-body-orange-hover .card-body {
    background: white;
    padding: 0;
    transition: background 0.25s ease-in-out; }
    .card.card-body-orange-hover .card-body .card-body-title {
      color: #37261a;
      text-decoration: none;
      margin: 0; }
  .card.card-body-orange-hover:hover .card-body {
    background-color: #f49a30; }
    .card.card-body-orange-hover:hover .card-body .card-body-title {
      color: white; }

/************************************************************/
/*	    03.	Footer                                          */
/************************************************************/
footer {
  background-color: #9e897b;
  color: white; }
  footer .proetimmo-footer .border-right-desktop-white {
    border-right: 1px solid white; }
  footer h4, footer .h4 {
    font-size: 14px;
    font-weight: bold; }
  footer a, footer a.nav-link {
    color: white;
    text-decoration: none;
    line-height: 1.7; }
    footer a:hover, footer a:focus, footer a:active, footer a.nav-link:hover, footer a.nav-link:focus, footer a.nav-link:active {
      color: white;
      text-decoration: none; }
  footer a.nav-link {
    font-size: 12px;
    display: inline;
    padding: 0; }
    footer a.nav-link::marker {
      font-size: 8px; }
  footer p {
    color: white;
    font-size: 14px;
    line-height: 1.6; }
  footer .btn-white {
    font-size: 12px;
    padding: 7px;
    background-color: white;
    border-color: #9e897b;
    border-style: solid;
    border-width: 1px;
    color: #9e897b;
    border-radius: 0;
    text-transform: none;
    font-weight: bold; }
    footer .btn-white:hover, footer .btn-white:active, footer .btn-white:focus {
      background-color: #9e897b;
      color: white;
      border-color: white; }
  footer .btn-footer-social {
    font-size: 14px;
    color: white;
    width: 28px;
    height: 28px;
    border: 1px solid white;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    line-height: 28px;
    padding: 0; }
    footer .btn-footer-social:hover, footer .btn-footer-social:active, footer .btn-footer-social:focus {
      background-color: white;
      color: #9e897b;
      border-color: #9e897b; }
  footer .col-footer-1 .social-icons {
    justify-content: center; }

.top-button {
  position: fixed;
  z-index: 1020;
  width: 100%;
  bottom: 50px; }
  .top-button .btn-dark {
    border-radius: 50%;
    position: absolute;
    right: 10px;
    width: 48px;
    height: 48px;
    padding: 10px 0; }

body.page-template-nous-contacter .btn-dark {
  top: -80px; }

/************************************************************/
/*	10.	Homepage                                            */
/************************************************************/
/************************************************************/
/*	20.	Programmes                                          */
/************************************************************/
/************************************************************/
/*	30.	Réalisations                                        */
/************************************************************/
/************************************************************/
/*	40.	Actualités                                          */
/************************************************************/
.component__map .component__cartouche .cartouche-content .pre_titre,
.component__map .component__cartouche .cartouche-header .pre_titre {
  font-size: 16px;
  font-weight: normal; }

.component__map .component__cartouche .cartouche-content .prix_programme,
.component__map .component__cartouche .cartouche-header .prix_programme {
  font-weight: normal; }

.component__map .component__cartouche .cartouche-content h1, .component__map .component__cartouche .cartouche-content h2, .component__map .component__cartouche .cartouche-content h3, .component__map .component__cartouche .cartouche-content h4, .component__map .component__cartouche .cartouche-content p,
.component__map .component__cartouche .cartouche-header h1,
.component__map .component__cartouche .cartouche-header h2,
.component__map .component__cartouche .cartouche-header h3,
.component__map .component__cartouche .cartouche-header h4,
.component__map .component__cartouche .cartouche-header p {
  margin: 0; }

.component__map .component__cartouche.inverted.realisation .cartouche-header {
  background-color: #9e897b; }

.component__map .component__cartouche.inverted.realisation .cartouche-content,
.component__map .component__cartouche.inverted.realisation .cartouche-content p {
  color: #9e897b; }

.component__map .component__cartouche.inverted.programme .cartouche-header {
  background-color: #f49a30; }

.component__map .component__cartouche.inverted.programme .cartouche-content,
.component__map .component__cartouche.inverted.programme .cartouche-content p {
  color: #f49a30; }

.component__map .component__cartouche .btn.btn-primary.realisation {
  background-color: #9e897b;
  border-color: #9e897b; }
  .component__map .component__cartouche .btn.btn-primary.realisation:hover, .component__map .component__cartouche .btn.btn-primary.realisation:focus, .component__map .component__cartouche .btn.btn-primary.realisation:active {
    background-color: white;
    color: #9e897b; }

.actualites_filtres .filter-label {
  margin-bottom: 0;
  padding-right: 0;
  font-size: 16px;
  font-style: italic; }

ul.pagination li.page-item .page-link {
  border-radius: 50%;
  border: 1px solid #f4a130;
  background-color: #ffffff;
  color: #f4a130;
  margin: 0 8px;
  padding: 8px;
  width: 33px;
  height: 33px;
  text-align: center; }
  ul.pagination li.page-item .page-link:hover, ul.pagination li.page-item .page-link:focus, ul.pagination li.page-item .page-link:active {
    background-color: #f4a130;
    color: #ffffff; }

ul.pagination li.page-item.active .page-link {
  background-color: #f4a130;
  color: #ffffff; }

/************************************************************/
/*	50. Bon A Savoir                                        */
/************************************************************/
body.single-bon-a-savoir .related-posts-section {
  background-color: white; }
  body.single-bon-a-savoir .related-posts-section .bon-a-savoir {
    min-height: 330px; }
    body.single-bon-a-savoir .related-posts-section .bon-a-savoir .card {
      width: 100%;
      background-color: white; }

/************************************************************/
/*	60. Contact                                             */
/************************************************************/
.contact-title {
  z-index: 400;
  background-color: #faf8f2; }

.wpcf7 form .wpcf7-response-output {
  padding: 18px; }

.wpcf7 form .wpcf7-not-valid {
  border-color: #dc3232; }

.wpcf7 form .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px 0; }

/************************************************************/
/*	70. Notre Groupe                                        */
/************************************************************/
/************************************************/
/*  00. Général                                 */
/*  10. Hero                                    */
/*  20. Icons List                              */
/*  30. Chiffres Clefs                          */
/*  40. Vision                                  */
/*  50. Image & Text                            */
/*  60. Timeline                                */
/*  70. Ecosystème                              */
/*  80. Equipe                                  */
/*  90. Partenaires Financiers                  */
/*  100.Témoignages                             */
/*  110.Sponsoring                              */
/************************************************/
body.page-template-notre-groupe {
  /************************************************/
  /*  00. Général                                 */
  /************************************************/
  /************************************************/
  /*  10. Hero                                    */
  /************************************************/
  /************************************************/
  /*  20. Icons List                              */
  /************************************************/
  /************************************************/
  /*  30. Chiffres Clefs                          */
  /************************************************/
  /************************************************/
  /*  40. Vision                                  */
  /************************************************/
  /************************************************/
  /*  50. Image & Text                            */
  /************************************************/
  /************************************************/
  /*  60. Timeline                                */
  /************************************************/
  /************************************************/
  /*  70. Ecosystème                              */
  /************************************************/
  /************************************************/
  /*  80. Equipe                                  */
  /************************************************/
  /************************************************/
  /*  90. Partenaires Financiers                  */
  /************************************************/
  /************************************************/
  /*  100.Témoignages                             */
  /************************************************/
  /************************************************/
  /*  110.Sponsoring                              */
  /************************************************/ }
  body.page-template-notre-groupe section .component__section .crescent::before {
    display: block;
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    background: transparent;
    border-radius: 50%;
    box-shadow: -5px 0 0 3px #9e897b;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    /* idéalement pour une col dans une row justify-content-center align-items-start */ }
    @media screen and (min-width: 200px) and (max-width: 1023px) {
      body.page-template-notre-groupe section .component__section .crescent::before {
        left: 60px;
        width: 160px;
        height: 160px; } }
  body.page-template-notre-groupe section .component__section .crescent.crescent-230::before {
    width: 230px;
    height: 230px; }
    @media screen and (min-width: 200px) and (max-width: 1023px) {
      body.page-template-notre-groupe section .component__section .crescent.crescent-230::before {
        width: 170px;
        height: 170px; } }
  body.page-template-notre-groupe section.section-orange-background {
    background-color: #f49a30;
    color: white; }
  body.page-template-notre-groupe section .separator-before::before {
    content: "";
    display: block;
    width: 180px;
    height: 14px;
    position: absolute;
    background-color: #9e897b;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.page-template-notre-groupe section .separator-before.separator-orange::before {
    background-color: #f49a30; }
  body.page-template-notre-groupe section .separator-before.separator-mini::before {
    width: 57px; }
  body.page-template-notre-groupe section .separator-before.separator-left::before {
    left: 0;
    transform: translate(0, -50%); }
  body.page-template-notre-groupe section .verticalbar::before {
    content: "";
    display: block;
    width: 14px;
    height: 100%;
    position: absolute;
    background-color: #9e897b;
    top: 0;
    left: 20px; }
  body.page-template-notre-groupe section .verticalbar.verticalbar-orange::before {
    background-color: #f49a30; }
  body.page-template-notre-groupe section .component__section_imagegrid .wrapper {
    height: 350px;
    width: 100%;
    position: relative;
    display: block; }
    body.page-template-notre-groupe section .component__section_imagegrid .wrapper .card {
      position: absolute;
      height: 100%;
      width: 100%;
      padding: 20px;
      background: white;
      transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
      border-radius: 0;
      background-color: white;
      align-content: center;
      align-items: center;
      justify-content: center; }
      body.page-template-notre-groupe section .component__section_imagegrid .wrapper .card img {
        height: auto;
        max-width: 100%;
        object-fit: cover; }
      body.page-template-notre-groupe section .component__section_imagegrid .wrapper .card.back-face {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: column;
        background-color: #f49a30; }
        body.page-template-notre-groupe section .component__section_imagegrid .wrapper .card.back-face .texte {
          text-align: center;
          font-size: 15px;
          line-height: 1.33;
          font-weight: normal;
          color: white; }
    @media screen and (min-width: 200px) and (max-width: 1023px) {
      body.page-template-notre-groupe section .component__section_imagegrid .wrapper {
        height: 200px; }
        body.page-template-notre-groupe section .component__section_imagegrid .wrapper .card.back-face {
          display: none; } }
    @media screen and (min-width: 1024px) {
      body.page-template-notre-groupe section .component__section_imagegrid .wrapper {
        transform-style: preserve-3d;
        perspective: 1000px; }
        body.page-template-notre-groupe section .component__section_imagegrid .wrapper .card {
          transform: rotateY(0deg);
          transform-style: preserve-3d;
          backface-visibility: hidden; }
          body.page-template-notre-groupe section .component__section_imagegrid .wrapper .card.back-face {
            transform: rotateY(180deg); }
        body.page-template-notre-groupe section .component__section_imagegrid .wrapper.active > .front-face,
        body.page-template-notre-groupe section .component__section_imagegrid .wrapper:hover > .front-face {
          transform: rotateY(-180deg); }
        body.page-template-notre-groupe section .component__section_imagegrid .wrapper.active > .back-face,
        body.page-template-notre-groupe section .component__section_imagegrid .wrapper:hover > .back-face {
          transform: rotateY(0deg); } }
  body.page-template-notre-groupe section .component__animationcounter {
    justify-content: center;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto; }
    body.page-template-notre-groupe section .component__animationcounter h3 {
      text-align: center; }
    body.page-template-notre-groupe section .component__animationcounter h4 {
      text-align: center;
      font-weight: normal;
      font-size: 23px; }
    body.page-template-notre-groupe section .component__animationcounter .suffixe,
    body.page-template-notre-groupe section .component__animationcounter .suffixe sup {
      font-size: 20px; }
  body.page-template-notre-groupe section .component__section_slider-temoignages,
  body.page-template-notre-groupe section .component__equipecard {
    background: transparent; }
    body.page-template-notre-groupe section .component__section_slider-temoignages .legende p.nom,
    body.page-template-notre-groupe section .component__equipecard .legende p.nom {
      margin-top: 20px;
      margin-bottom: 0;
      font-weight: 500; }
    body.page-template-notre-groupe section .component__section_slider-temoignages .legende p.fonction,
    body.page-template-notre-groupe section .component__equipecard .legende p.fonction {
      margin-top: 0;
      margin-bottom: 5px;
      font-style: italic; }
    body.page-template-notre-groupe section .component__section_slider-temoignages .legende.sidebar,
    body.page-template-notre-groupe section .component__equipecard .legende.sidebar {
      min-height: 80px;
      padding-left: 16px;
      position: relative; }
      body.page-template-notre-groupe section .component__section_slider-temoignages .legende.sidebar::before,
      body.page-template-notre-groupe section .component__equipecard .legende.sidebar::before {
        display: block;
        content: "";
        height: 100%;
        max-height: 43px;
        background-color: #f49a30;
        width: 1px;
        position: absolute;
        left: 0;
        top: 0; }
    body.page-template-notre-groupe section .component__section_slider-temoignages .card-body,
    body.page-template-notre-groupe section .component__equipecard .card-body {
      padding-bottom: 50px; }
      body.page-template-notre-groupe section .component__section_slider-temoignages .card-body p.ligne,
      body.page-template-notre-groupe section .component__section_slider-temoignages .card-body p.mobile,
      body.page-template-notre-groupe section .component__equipecard .card-body p.ligne,
      body.page-template-notre-groupe section .component__equipecard .card-body p.mobile {
        margin: 0;
        font-size: 14px; }
      body.page-template-notre-groupe section .component__section_slider-temoignages .card-body a.email,
      body.page-template-notre-groupe section .component__equipecard .card-body a.email {
        display: block;
        color: #37261a;
        font-size: 12px;
        margin-top: 12px; }
        body.page-template-notre-groupe section .component__section_slider-temoignages .card-body a.email:not(:hover),
        body.page-template-notre-groupe section .component__equipecard .card-body a.email:not(:hover) {
          text-decoration: none; }
    body.page-template-notre-groupe section .component__section_slider-temoignages.light .legende.sidebar,
    body.page-template-notre-groupe section .component__equipecard.light .legende.sidebar {
      padding: 6px 0;
      min-height: auto; }
      body.page-template-notre-groupe section .component__section_slider-temoignages.light .legende.sidebar p.nom,
      body.page-template-notre-groupe section .component__equipecard.light .legende.sidebar p.nom {
        margin-top: 0; }
      body.page-template-notre-groupe section .component__section_slider-temoignages.light .legende.sidebar p.fonction,
      body.page-template-notre-groupe section .component__equipecard.light .legende.sidebar p.fonction {
        margin-top: 0; }
      body.page-template-notre-groupe section .component__section_slider-temoignages.light .legende.sidebar::before,
      body.page-template-notre-groupe section .component__equipecard.light .legende.sidebar::before {
        max-height: none; }
    body.page-template-notre-groupe section .component__section_slider-temoignages.light .image-employe,
    body.page-template-notre-groupe section .component__equipecard.light .image-employe {
      padding-right: 20px; }
    body.page-template-notre-groupe section .component__section_slider-temoignages.light.reverse .image-employe,
    body.page-template-notre-groupe section .component__equipecard.light.reverse .image-employe {
      padding-left: 20px; }
    body.page-template-notre-groupe section .component__section_slider-temoignages.light .card-body,
    body.page-template-notre-groupe section .component__equipecard.light .card-body {
      padding-bottom: 0; }
    @media screen and (min-width: 200px) and (max-width: 1023px) {
      body.page-template-notre-groupe section .component__section_slider-temoignages.light .legende.sidebar,
      body.page-template-notre-groupe section .component__equipecard.light .legende.sidebar {
        margin: 16px 0; } }
    body.page-template-notre-groupe section .component__section_slider-temoignages .flex-row-reverse .legende.sidebar,
    body.page-template-notre-groupe section .component__equipecard .flex-row-reverse .legende.sidebar {
      text-align: right; }
      body.page-template-notre-groupe section .component__section_slider-temoignages .flex-row-reverse .legende.sidebar::before,
      body.page-template-notre-groupe section .component__equipecard .flex-row-reverse .legende.sidebar::before {
        left: auto;
        right: 0; }
    @media screen and (min-width: 200px) and (max-width: 1023px) {
      body.page-template-notre-groupe section .component__section_slider-temoignages .flex-row-reverse .legende.sidebar,
      body.page-template-notre-groupe section .component__equipecard .flex-row-reverse .legende.sidebar {
        text-align: left; }
        body.page-template-notre-groupe section .component__section_slider-temoignages .flex-row-reverse .legende.sidebar::before,
        body.page-template-notre-groupe section .component__equipecard .flex-row-reverse .legende.sidebar::before {
          left: 0;
          right: auto; } }
  @media screen and (min-width: 200px) and (max-width: 1023px) {
    body.page-template-notre-groupe .fs-xs-20 {
      font-size: 20px; } }
  body.page-template-notre-groupe section.section-hero .component__section.round-shape-background .component__groupehero::before {
    display: block;
    content: "";
    width: 870px;
    height: 870px;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 200px) and (max-width: 1023px) {
      body.page-template-notre-groupe section.section-hero .component__section.round-shape-background .component__groupehero::before {
        width: 660px;
        height: 660px; } }
  body.page-template-notre-groupe section.section-hero .component__section.round-shape-background .component__groupehero::after {
    display: block;
    content: "";
    width: 877px;
    height: 877px;
    position: absolute;
    background: transparent;
    border-radius: 50%;
    box-shadow: -25px 0 0 0 rgba(255, 255, 255, 0.2);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  body.page-template-notre-groupe section.section-hero .component__section .animation-titre-container {
    left: 0;
    margin-top: -18px;
    transform: translateY(-50%); }
  @media screen and (min-width: 200px) and (max-width: 1023px) {
    body.page-template-notre-groupe section.section-hero .component__section .component__animationcounter .counter-title {
      font-size: 21px; } }
  body.page-template-notre-groupe section.section-hero .component__section .component__animationcounter .counter-subtitle {
    font-weight: bold; }
    @media screen and (min-width: 200px) and (max-width: 1023px) {
      body.page-template-notre-groupe section.section-hero .component__section .component__animationcounter .counter-subtitle {
        font-size: 14px; } }
  body.page-template-notre-groupe section.section-icons-list ul.icons-list li {
    margin-bottom: 25px; }
    body.page-template-notre-groupe section.section-icons-list ul.icons-list li img {
      height: 30px;
      width: 30px;
      object-fit: none; }
  body.page-template-notre-groupe section.section-chiffres .component__animationcounter h3 .prefixe {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center; }
  body.page-template-notre-groupe section.section-chiffres i.icone::before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center; }
  body.page-template-notre-groupe section.section-chiffres i.icone.icone-fonds::before {
    background-image: url(../9c81adc8c2b95d462506.svg); }
  body.page-template-notre-groupe section.section-chiffres i.icone.icone-capitalisation::before {
    background-image: url(../c939ad8b28ece7b8c1e9.svg); }
  body.page-template-notre-groupe section.section-chiffres i.icone.icone-ca::before {
    background-image: url(../a42561447b1d92ed8a09.svg); }
  body.page-template-notre-groupe section.section-vision {
    background: url(../570e38fbc669b02c34cf.png) no-repeat bottom left; }
    body.page-template-notre-groupe section.section-vision .component__equipecard {
      background: none; }
      body.page-template-notre-groupe section.section-vision .component__equipecard .card-body .legende {
        border-left: 1px solid #f49a30;
        padding-left: 18px;
        margin-left: 18px;
        max-width: 200px; }
      body.page-template-notre-groupe section.section-vision .component__equipecard.light {
        flex-direction: row; }
      body.page-template-notre-groupe section.section-vision .component__equipecard img.card-img-top {
        width: 180px; }
      body.page-template-notre-groupe section.section-vision .component__equipecard p.nom, body.page-template-notre-groupe section.section-vision .component__equipecard p.fonction {
        margin: 0; }
      body.page-template-notre-groupe section.section-vision .component__equipecard p.nom {
        font-weight: 500; }
    body.page-template-notre-groupe section.section-vision .quote {
      padding-left: 64px;
      position: relative; }
      @media screen and (min-width: 200px) and (max-width: 1023px) {
        body.page-template-notre-groupe section.section-vision .quote {
          padding-left: 0; } }
      body.page-template-notre-groupe section.section-vision .quote .texte {
        font-style: italic; }
        @media screen and (min-width: 200px) and (max-width: 1023px) {
          body.page-template-notre-groupe section.section-vision .quote .texte::before {
            content: "";
            display: inline;
            width: 60px;
            height: 60px;
            float: left; } }
      body.page-template-notre-groupe section.section-vision .quote::before {
        content: "";
        display: block;
        width: 64px;
        height: 64px;
        background-repeat: no-repeat;
        background-position: top left;
        background-image: url(../b0ce5db46656bcc98de1.png);
        position: absolute;
        top: -10px;
        left: 0; }
        @media screen and (min-width: 200px) and (max-width: 1023px) {
          body.page-template-notre-groupe section.section-vision .quote::before {
            top: 0;
            left: 0; } }
    @media screen and (min-width: 1024px) {
      body.page-template-notre-groupe section.section-vision .signature .image-employe {
        width: fit-content;
        padding-right: 0; }
      body.page-template-notre-groupe section.section-vision .signature .texte-employe {
        padding-left: 0; }
      body.page-template-notre-groupe section.section-vision .signature .card-body .legende {
        padding-left: 0; } }
    @media screen and (min-width: 200px) and (max-width: 1023px) {
      body.page-template-notre-groupe section.section-vision .signature .image-employe {
        width: 40%; }
      body.page-template-notre-groupe section.section-vision .signature .texte-employe {
        width: 60%; }
        body.page-template-notre-groupe section.section-vision .signature .texte-employe .card-body {
          margin-left: -40px; }
          body.page-template-notre-groupe section.section-vision .signature .texte-employe .card-body p.nom, body.page-template-notre-groupe section.section-vision .signature .texte-employe .card-body p.fonction {
            padding: 0; } }
    body.page-template-notre-groupe section.section-vision .card.large-dots .card-header {
      font-size: 20px;
      font-weight: bold; }
      body.page-template-notre-groupe section.section-vision .card.large-dots .card-header .card-title {
        padding-left: 10px;
        margin: 0; }
    body.page-template-notre-groupe section.section-vision .card.large-dots .card-body ul {
      list-style: none;
      padding-left: 10px; }
      body.page-template-notre-groupe section.section-vision .card.large-dots .card-body ul li {
        list-style: none;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px; }
        body.page-template-notre-groupe section.section-vision .card.large-dots .card-body ul li::before {
          content: "";
          display: block;
          background-color: #f49a30;
          width: 13px;
          height: 13px;
          border-radius: 50%;
          margin-right: 10px;
          margin-top: 2px;
          flex: 0 0 auto; }
  body.page-template-notre-groupe section.section-image-texte .overlay-30pct-left {
    background: rgba(255, 255, 255, 0.9);
    margin-left: -30%; }
    body.page-template-notre-groupe section.section-image-texte .overlay-30pct-left .verticalbar::before {
      left: -57px; }
    @media screen and (min-width: 200px) and (max-width: 1023px) {
      body.page-template-notre-groupe section.section-image-texte .overlay-30pct-left {
        margin-left: 0;
        background: none; }
        body.page-template-notre-groupe section.section-image-texte .overlay-30pct-left .verticalbar {
          padding-left: 27px; }
          body.page-template-notre-groupe section.section-image-texte .overlay-30pct-left .verticalbar::before {
            left: 0px; } }
    body.page-template-notre-groupe section.section-image-texte .overlay-30pct-left.px-5 .verticalbar::before {
      left: calc(-3rem - 7px); }
    body.page-template-notre-groupe section.section-image-texte .overlay-30pct-left h2 {
      font-weight: normal; }
  @media screen and (min-width: 200px) and (max-width: 1023px) {
    body.page-template-notre-groupe section.section-image-texte .col-px-xs-none {
      padding: 0; } }
  @media screen and (min-width: 1024px) {
    body.page-template-notre-groupe section.section-timeline .carousel.vertical-lg .carousel-control {
      background: none;
      left: 250px;
      right: auto; }
      body.page-template-notre-groupe section.section-timeline .carousel.vertical-lg .carousel-control.carousel-control-next {
        top: auto;
        bottom: 0; }
      body.page-template-notre-groupe section.section-timeline .carousel.vertical-lg .carousel-control.carousel-control-prev {
        top: 0;
        bottom: auto; }
    body.page-template-notre-groupe section.section-timeline .carousel.vertical-lg .carousel-inner > .carousel-item {
      left: 0;
      top: 0; }
      body.page-template-notre-groupe section.section-timeline .carousel.vertical-lg .carousel-inner > .carousel-item > img {
        width: 100%; }
      body.page-template-notre-groupe section.section-timeline .carousel.vertical-lg .carousel-inner > .carousel-item > .carousel-item-next,
      body.page-template-notre-groupe section.section-timeline .carousel.vertical-lg .carousel-inner > .carousel-item > .active.carousel-item-end {
        top: 100%;
        left: 0; }
      body.page-template-notre-groupe section.section-timeline .carousel.vertical-lg .carousel-inner > .carousel-item > .carousel-item-prev,
      body.page-template-notre-groupe section.section-timeline .carousel.vertical-lg .carousel-inner > .carousel-item > .active.carousel-item-start {
        top: -100%;
        left: 0; }
      body.page-template-notre-groupe section.section-timeline .carousel.vertical-lg .carousel-inner > .carousel-item.carousel-item-next, body.page-template-notre-groupe section.section-timeline .carousel.vertical-lg .carousel-inner > .carousel-item.active.carousel-item-end {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        top: 0; }
      body.page-template-notre-groupe section.section-timeline .carousel.vertical-lg .carousel-inner > .carousel-item.carousel-item-prev, body.page-template-notre-groupe section.section-timeline .carousel.vertical-lg .carousel-inner > .carousel-item.active.carousel-item-start {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        top: 0; }
      body.page-template-notre-groupe section.section-timeline .carousel.vertical-lg .carousel-inner > .carousel-item.carousel-item-next.carousel-item-start, body.page-template-notre-groupe section.section-timeline .carousel.vertical-lg .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-end, body.page-template-notre-groupe section.section-timeline .carousel.vertical-lg .carousel-inner > .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        top: 0; }
    body.page-template-notre-groupe section.section-timeline .carousel.vertical-lg .carousel-indicators {
      margin: 0;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      flex-direction: column; } }
  body.page-template-notre-groupe section.section-timeline .carousel#timelineGroupe .carousel-control {
    opacity: 1;
    width: auto; }
    @media screen and (min-width: 200px) and (max-width: 1023px) {
      body.page-template-notre-groupe section.section-timeline .carousel#timelineGroupe .carousel-control {
        height: 100px;
        width: 33%; } }
    body.page-template-notre-groupe section.section-timeline .carousel#timelineGroupe .carousel-control .carousel-control-next-icon {
      width: 28px;
      height: 24px;
      border-style: solid;
      border-color: black transparent transparent transparent;
      border-width: 24px 14px 0px 14px;
      background: none; }
      @media screen and (min-width: 200px) and (max-width: 1023px) {
        body.page-template-notre-groupe section.section-timeline .carousel#timelineGroupe .carousel-control .carousel-control-next-icon {
          width: 24px;
          height: 28px;
          border-color: transparent transparent transparent black;
          border-width: 14px 0px 14px 24px; } }
    body.page-template-notre-groupe section.section-timeline .carousel#timelineGroupe .carousel-control .carousel-control-prev-icon {
      width: 28px;
      height: 24px;
      border-style: solid;
      border-color: transparent transparent black transparent;
      border-width: 0px 14px 24px 14px;
      background: none; }
      @media screen and (min-width: 200px) and (max-width: 1023px) {
        body.page-template-notre-groupe section.section-timeline .carousel#timelineGroupe .carousel-control .carousel-control-prev-icon {
          width: 24px;
          height: 28px;
          border-color: transparent black transparent transparent;
          border-width: 14px 24px 14px 0px; } }
  body.page-template-notre-groupe section.section-timeline .carousel#timelineGroupe .carousel-inner > .carousel-item .date-split .century {
    font-size: 100px;
    font-weight: normal;
    margin: 0;
    line-height: 1; }
    @media screen and (min-width: 200px) and (max-width: 1023px) {
      body.page-template-notre-groupe section.section-timeline .carousel#timelineGroupe .carousel-inner > .carousel-item .date-split .century {
        font-size: 50px; } }
  body.page-template-notre-groupe section.section-timeline .carousel#timelineGroupe .carousel-inner > .carousel-item .date-split .decade {
    font-size: 130px;
    font-weight: normal;
    margin: 0;
    line-height: 1; }
    @media screen and (min-width: 200px) and (max-width: 1023px) {
      body.page-template-notre-groupe section.section-timeline .carousel#timelineGroupe .carousel-inner > .carousel-item .date-split .decade {
        font-size: 65px; } }
  body.page-template-notre-groupe section.section-timeline .carousel#timelineGroupe .carousel-inner > .carousel-item img.img-round {
    width: 410px;
    height: 410px; }
  body.page-template-notre-groupe section.section-timeline .carousel#timelineGroupe .carousel-inner > .carousel-item .titre {
    text-transform: none; }
  @media screen and (min-width: 200px) and (max-width: 1023px) {
    body.page-template-notre-groupe section.section-timeline .carousel#timelineGroupe .carousel-inner > .carousel-item .timeline-image {
      display: none !important; } }
  body.page-template-notre-groupe section.section-timeline .carousel#timelineGroupe .carousel-indicators {
    padding-top: 50px;
    padding-bottom: 50px;
    align-items: start;
    align-content: space-evenly;
    height: 100%; }
    @media screen and (min-width: 200px) and (max-width: 1023px) {
      body.page-template-notre-groupe section.section-timeline .carousel#timelineGroupe .carousel-indicators {
        display: none; } }
    body.page-template-notre-groupe section.section-timeline .carousel#timelineGroupe .carousel-indicators button {
      flex: 1 1 auto;
      background: none;
      text-indent: unset;
      width: auto;
      font-size: 22px;
      line-height: 1.3;
      opacity: 1;
      color: #37261a; }
      body.page-template-notre-groupe section.section-timeline .carousel#timelineGroupe .carousel-indicators button.active {
        color: #f4a130; }
  body.page-template-notre-groupe section.section-equipe .component__section_equipe .verticalbar h3 {
    font-size: 30px;
    font-weight: normal; }
  body.page-template-notre-groupe section.section-equipe .component__section_equipe .verticalbar p {
    font-size: 20px; }
  body.page-template-notre-groupe section.section-equipe .component__equipegrid .equipe-cards .equipe-card.directeur + .clearfix {
    margin-top: 55px; }
    @media screen and (min-width: 200px) and (max-width: 1023px) {
      body.page-template-notre-groupe section.section-equipe .component__equipegrid .equipe-cards .equipe-card.directeur + .clearfix {
        margin-top: 20px; } }
  body.page-template-notre-groupe section.section-equipe .component__equipegrid .equipe-cards .equipe-card.call-to-action .card {
    background: #9e897b;
    border-radius: 0; }
    body.page-template-notre-groupe section.section-equipe .component__equipegrid .equipe-cards .equipe-card.call-to-action .card .card-img-top {
      border-radius: 0; }
    body.page-template-notre-groupe section.section-equipe .component__equipegrid .equipe-cards .equipe-card.call-to-action .card .card-body {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      height: 100%;
      top: 0; }
      body.page-template-notre-groupe section.section-equipe .component__equipegrid .equipe-cards .equipe-card.call-to-action .card .card-body h5 {
        color: white;
        text-decoration: none;
        text-transform: none !important;
        font-size: 28px;
        font-weight: bold; }
      body.page-template-notre-groupe section.section-equipe .component__equipegrid .equipe-cards .equipe-card.call-to-action .card .card-body .btn {
        border-radius: 20px;
        background-color: white;
        font-size: 15px;
        color: #9e897b; }
        body.page-template-notre-groupe section.section-equipe .component__equipegrid .equipe-cards .equipe-card.call-to-action .card .card-body .btn img {
          margin-left: 10px; }
  body.page-template-notre-groupe section.section-temoignages .component__section_slider-temoignages .carousel-indicators {
    left: auto;
    bottom: 25%; }
    @media screen and (min-width: 200px) and (max-width: 1023px) {
      body.page-template-notre-groupe section.section-temoignages .component__section_slider-temoignages .carousel-indicators {
        bottom: 0; } }
    body.page-template-notre-groupe section.section-temoignages .component__section_slider-temoignages .carousel-indicators button {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #9e897b;
      opacity: 1; }
      body.page-template-notre-groupe section.section-temoignages .component__section_slider-temoignages .carousel-indicators button.active {
        background-color: #f49a30; }
  @media screen and (min-width: 1024px) {
    body.page-template-notre-groupe section.section-temoignages .component__section_slider-temoignages .carousel-inner .carousel-item {
      padding-bottom: 110px; } }
  body.page-template-notre-groupe section.section-temoignages .component__section_slider-temoignages .carousel-inner .crescent-img-container > .img-round {
    height: 300px;
    width: 300px; }
  @media screen and (min-width: 200px) and (max-width: 1023px) {
    body.page-template-notre-groupe section.section-temoignages .component__section_slider-temoignages .carousel-inner .crescent-img-container {
      margin: 0 auto 60px; } }
  body.page-template-notre-groupe section.section-temoignages .component__section_slider-temoignages .carousel-inner .temoignage-programme {
    top: 60%;
    left: 60%;
    width: fit-content; }
    body.page-template-notre-groupe section.section-temoignages .component__section_slider-temoignages .carousel-inner .temoignage-programme .img-round {
      height: 190px;
      width: 190px;
      border: 2px solid white; }
    body.page-template-notre-groupe section.section-temoignages .component__section_slider-temoignages .carousel-inner .temoignage-programme .legende {
      top: 75%;
      left: 75%;
      width: fit-content;
      padding: 4px 15px; }
      body.page-template-notre-groupe section.section-temoignages .component__section_slider-temoignages .carousel-inner .temoignage-programme .legende p.nom,
      body.page-template-notre-groupe section.section-temoignages .component__section_slider-temoignages .carousel-inner .temoignage-programme .legende p.ville {
        margin: 0;
        font-size: 12px;
        font-style: italic; }
    @media screen and (min-width: 200px) and (max-width: 1023px) {
      body.page-template-notre-groupe section.section-temoignages .component__section_slider-temoignages .carousel-inner .temoignage-programme .img-round {
        height: 140px;
        width: 140px; }
      body.page-template-notre-groupe section.section-temoignages .component__section_slider-temoignages .carousel-inner .temoignage-programme .legende {
        right: 55%;
        left: auto;
        bottom: 10%;
        top: auto; } }
  body.page-template-notre-groupe section.section-temoignages .component__section_slider-temoignages .carousel-inner .guillemet {
    left: -90px; }
    @media screen and (min-width: 200px) and (max-width: 1023px) {
      body.page-template-notre-groupe section.section-temoignages .component__section_slider-temoignages .carousel-inner .guillemet {
        display: none; } }

/************************************************************/
/*	90.	Responsive                                          */
/************************************************************/
/************************************************************/
/*	    91.	Desktop                                         */
/************************************************************/
@media screen and (min-width: 1024px) {
  /************************************************************/
  /*	00.	Général                                             */
  /************************************************************/
  .has-fixed-header .page-container {
    padding-top: 132px; }
  .has-fixed-header.fixed header#masthead {
    height: 86px; }
    .has-fixed-header.fixed header#masthead #nav-main {
      padding: 15px 0 0 0 !important; }
    .has-fixed-header.fixed header#masthead #nav-top > .container #proetimmo-navbar-top {
      transform: translateY(-50px); }
  /************************************************************/
  /*	    01.	Header                                          */
  /************************************************************/
  /************************************************************/
  /*	    02.	Contenu                                         */
  /************************************************************/
  /************************************************************/
  /*	    03.	Footer                                          */
  /************************************************************/
  footer .col-footer-1 {
    width: 407px; }
  footer .col-footer-2 {
    width: 300px; }
  footer .col-footer-3 {
    width: 200px;
    text-align: center; }
  footer .col-footer-4 {
    width: 393px; }
  /************************************************************/
  /*	10.	Homepage                                            */
  /************************************************************/
  /************************************************************/
  /*	20.	Programmes                                          */
  /************************************************************/
  /************************************************************/
  /*	30.	Réalisations                                        */
  /************************************************************/
  /************************************************************/
  /*	40.	Actualités                                          */
  /************************************************************/
  /************************************************************/
  /*	50. Bon A Savoir                                        */
  /************************************************************/
  /************************************************************/
  /*	60. Contact                                             */
  /************************************************************/ }

/************************************************************/
/*	    92.	Responsive (tablette & mobile)                  */
/************************************************************/
@media screen and (min-width: 200px) and (max-width: 1023px) {
  /************************************************************/
  /*	00.	Général                                             */
  /************************************************************/
  .position-relative-xs {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important; }
    .position-relative-xs.margin-top--10 {
      margin-top: -10px !important; }
  .slick-slider .slick-arrow {
    display: none !important; }
  .container.px-xs-0,
  .container-lg.px-xs-0 {
    padding-right: calc( var(--bs-gutter-x) * .3) !important;
    padding-left: calc( var(--bs-gutter-x) * .3) !important; }
    .container.px-xs-0 > .row,
    .container-lg.px-xs-0 > .row {
      margin-left: calc( var(--bs-gutter-x) * -.3) !important;
      margin-right: calc( var(--bs-gutter-x) * -.3) !important; }
      .container.px-xs-0 > .row > .col:not(.fix-padding),
      .container-lg.px-xs-0 > .row > .col:not(.fix-padding) {
        padding-left: calc( var(--bs-gutter-x) * .3) !important;
        padding-right: calc( var(--bs-gutter-x) * .3) !important; }
    .container.px-xs-0.px-xs-none,
    .container-lg.px-xs-0.px-xs-none {
      padding-right: 0 !important;
      padding-left: 0 !important; }
      .container.px-xs-0.px-xs-none > .row,
      .container-lg.px-xs-0.px-xs-none > .row {
        margin-left: 0 !important;
        margin-right: 0 !important; }
        .container.px-xs-0.px-xs-none > .row > .col:not(.fix-padding),
        .container-lg.px-xs-0.px-xs-none > .row > .col:not(.fix-padding) {
          padding-left: 0 !important;
          padding-right: 0 !important; }
  /************************************************************/
  /*	    01.	Header                                          */
  /************************************************************/
  header#masthead nav#nav-top .header-top {
    height: 0; }
  header#masthead nav#nav-top .pi-phone {
    transform: translate(-30px, 31px); }
    header#masthead nav#nav-top .pi-phone a {
      border-radius: 5px;
      padding: 6px 8px; }
  header#masthead nav#nav-main {
    padding: 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16); }
    header#masthead nav#nav-main .container {
      padding: .5rem 20px; }
    header#masthead nav#nav-main .navbar-brand {
      z-index: 1050; }
      header#masthead nav#nav-main .navbar-brand .logo.xs {
        width: 170px; }
  header#masthead ul#proetimmo-navbar li.pi-menu-icon {
    border-bottom: 1px solid #e8e8e8; }
    header#masthead ul#proetimmo-navbar li.pi-menu-icon a.nav-link {
      padding-top: 30px;
      padding-bottom: 30px;
      display: flex;
      flex-direction: row;
      margin: 0;
      width: 100%;
      align-items: center;
      border: none !important; }
      header#masthead ul#proetimmo-navbar li.pi-menu-icon a.nav-link::before {
        height: 23px;
        width: 45px;
        transform: scale(1.5);
        margin-right: 20px; }
    header#masthead ul#proetimmo-navbar li.pi-menu-icon::after {
      display: none; }
  header#masthead ul#proetimmo-navbar li:last-of-type {
    border-bottom: none; }
  header#masthead .btn-mobile-menu {
    padding: 0; }
    header#masthead .btn-mobile-menu::after {
      content: "Menu";
      display: block;
      font-size: 9px;
      text-transform: uppercase;
      margin-top: -4px; }
    header#masthead .btn-mobile-menu .fa-bars {
      font-size: 31px; }
  .offcanvas .offcanvas-header {
    padding: 20px 20px 40px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
    height: 72px; }
  .offcanvas .btn-close {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 30px;
    background-image: url(../93775405f5a268018b08.svg);
    border-radius: 0;
    opacity: 1;
    position: relative;
    margin: 5px -5px 0 0; }
    .offcanvas .btn-close::after {
      content: "Fermer";
      display: block;
      font-size: 9px;
      text-transform: uppercase;
      position: absolute;
      bottom: -10px; }
  .has-fixed-header .page-container {
    padding-top: 104px; }
  .has-fixed-header header#masthead {
    height: 104px; }
    .has-fixed-header header#masthead #nav-main {
      height: 104px; }
  .has-fixed-header.fixed .navbar-brand {
    overflow: hidden;
    max-height: 55px; }
  .has-fixed-header.fixed header#masthead {
    height: 72px; }
    .has-fixed-header.fixed header#masthead #nav-top > .container #proetimmo-navbar-top {
      transform: translateY(-15px); }
    .has-fixed-header.fixed header#masthead #nav-main {
      height: 72px; }
  /************************************************************/
  /*	    02.	Contenu                                         */
  /************************************************************/
  /************************************************************/
  /*	    03.	Footer                                          */
  /************************************************************/
  footer .proetimmo-footer > .container > .row {
    padding: 0 30px; }
  footer .col-footer-1.border-right-desktop-white {
    border-right: none !important;
    border-bottom: 1px solid white;
    padding: 0 0 25px 0;
    margin: 0 0 25px 0; }
  /************************************************************/
  /*	10.	Homepage                                            */
  /************************************************************/
  .component__slider.homepage:not(.single_programme) .slick-slider {
    padding-bottom: 50px; }
    .component__slider.homepage:not(.single_programme) .slick-slider .slick-track {
      display: flex;
      justify-content: center;
      align-items: center; }
    .component__slider.homepage:not(.single_programme) .slick-slider .slick-arrow {
      top: auto;
      bottom: 0;
      display: block !important;
      transform: translateY(-15px); }
      .component__slider.homepage:not(.single_programme) .slick-slider .slick-arrow:before {
        width: 47px;
        height: 47px;
        background-color: white;
        border-radius: 50%; }
      .component__slider.homepage:not(.single_programme) .slick-slider .slick-arrow.slick-prev {
        left: auto;
        right: 50%; }
        .component__slider.homepage:not(.single_programme) .slick-slider .slick-arrow.slick-prev:before {
          content: "\f053"; }
      .component__slider.homepage:not(.single_programme) .slick-slider .slick-arrow.slick-next {
        right: auto;
        left: 50%; }
        .component__slider.homepage:not(.single_programme) .slick-slider .slick-arrow.slick-next:before {
          content: "\f054"; }
    .component__slider.homepage:not(.single_programme) .slick-slider .quote-content,
    .component__slider.homepage:not(.single_programme) .slick-slider .quote-content p {
      font-size: 16px;
      line-height: 1.38; }
  /************************************************************/
  /*	20.	Programmes                                          */
  /************************************************************/
  /************************************************************/
  /*	30.	Réalisations                                        */
  /************************************************************/
  .template-nos-realisations .nos-realisations-intro .col {
    padding: 0; }
  .template-nos-realisations .component__realisation_highlight {
    padding: 0 20px; }
    .template-nos-realisations .component__realisation_highlight .component__cartouche.rounded {
      border-radius: 0px !important; }
      .template-nos-realisations .component__realisation_highlight .component__cartouche.rounded .cartouche-header {
        border-radius: 0px !important; }
      .template-nos-realisations .component__realisation_highlight .component__cartouche.rounded .cartouche-content {
        border-radius: 0px !important; }
  /************************************************************/
  /*	40.	Actualités                                          */
  /************************************************************/
  /************************************************************/
  /*	50. Bon A Savoir                                        */
  /************************************************************/
  body.single-bon-a-savoir .bon-a-savoir-img {
    width: 100%;
    height: auto; }
  body.single-bon-a-savoir .related-posts-section .bon-a-savoir {
    padding: 0px; }
    body.single-bon-a-savoir .related-posts-section .bon-a-savoir .card {
      width: 100%; }
  body.single-bon-a-savoir .has-text-align-center {
    text-align: left; }
  /************************************************************/
  /*	60. Contact                                             */
  /************************************************************/
  .contact-title {
    position: relative !important;
    left: auto;
    bottom: auto; } }

/************************************************************/
/*	    93.	Tablette                                        */
/************************************************************/
@media screen and (min-width: 641px) and (max-width: 1023px) {
  /************************************************************/
  /*	00.	Général                                             */
  /************************************************************/
  /************************************************************/
  /*	    01.	Header                                          */
  /************************************************************/
  /************************************************************/
  /*	    02.	Contenu                                         */
  /************************************************************/
  /************************************************************/
  /*	    03.	Footer                                          */
  /************************************************************/
  footer .col-footer-3 {
    text-align: center; }
  /************************************************************/
  /*	10.	Homepage                                            */
  /************************************************************/
  /************************************************************/
  /*	20.	Programmes                                          */
  /************************************************************/
  /************************************************************/
  /*	30.	Réalisations                                        */
  /************************************************************/
  /************************************************************/
  /*	40.	Actualités                                          */
  /************************************************************/
  /************************************************************/
  /*	50. Bon A Savoir                                        */
  /************************************************************/
  /************************************************************/
  /*	60. Contact                                             */
  /************************************************************/ }

/************************************************************/
/*	    94.	Mobile                                          */
/************************************************************/
@media screen and (min-width: 200px) and (max-width: 640px) {
  /************************************************************/
  /*	00.	Général                                             */
  /************************************************************/
  /************************************************************/
  /*	    01.	Header                                          */
  /************************************************************/
  /************************************************************/
  /*	    02.	Contenu                                         */
  /************************************************************/
  /************************************************************/
  /*	    03.	Footer                                          */
  /************************************************************/
  footer .proetimmo-footer > .container > .row {
    padding: 0 30px; }
  footer .col-footer-1 {
    text-align: center; }
    footer .col-footer-1 img {
      width: 184px; }
    footer .col-footer-1 .social-icons {
      justify-content: center; }
  footer .col-footer-2 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  footer .col-footer-3 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  footer .col-footer-4 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  footer .border-right-desktop-white {
    border-right: none !important;
    border-bottom: 1px solid white;
    padding: 0 0 25px 0;
    margin: 0 0 25px 0; }
  /************************************************************/
  /*	10.	Homepage                                            */
  /************************************************************/
  /************************************************************/
  /*	20.	Programmes                                          */
  /************************************************************/
  /************************************************************/
  /*	30.	Réalisations                                        */
  /************************************************************/
  /************************************************************/
  /*	40.	Actualités                                          */
  /************************************************************/
  /************************************************************/
  /*	50. Bon A Savoir                                        */
  /************************************************************/
  /************************************************************/
  /*	60. Contact                                             */
  /************************************************************/ }

