@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  overflow-x: hidden;
}

* {
  outline: none !important;
  text-decoration: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: normal;
  color: #5c5f64;
  line-height: 24px;
  font-weight: 500;
  overflow-x: hidden;
  background-color: #ffffff;
  background-size: 100%;
  -webkit-font-smoothing: antialiased;
}

#wrapall {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a,
a *:before,
a *:after,
button,
.btn {
  transition: all 0.15s linear 0s;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
  outline: none !important;
  color: #5c5f64;
}

a:hover {
  color: #5c5f64;
}

p {
  margin-bottom: 15px;
  text-align: justify;
}

p:empty {
  line-height: 0 !important;
}

strong,
b {
  font-weight: 900;
}

ul,
li {
  list-style: none;
  margin: 0;
}

ol {
  padding-left: 20px;
  list-style: decimal;
  line-height: 24px;
}
ol li {
  list-style: decimal;
  margin-bottom: 20px;
}
ol li::marker {
  font-weight: 700;
  color: #5c5f64;
}

.site-main ul {
  margin-bottom: 15px;
  padding-left: 20px;
  list-style: inside;
}
.site-main ul li {
  padding-left: 25px;
  margin-bottom: 5px;
  line-height: 28px;
  position: relative;
  list-style: inside;
}
.site-main ul li:after {
  content: '\f00c';
  position: absolute;
  left: 0;
  top: 0;
  color: #3a3a3a;
  font-family: 'Font Awesome 5 Free';
  text-align: center;
  font-size: 14px;
  display: none;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #5c5f64 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 500 !important;
}

.container {
  max-width: 1350px;
  width: 100%;
  padding: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}

img,
iframe,
svg {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

svg {
  height: auto;
}

u {
  text-decoration: underline;
}

h1 {
  font-size: 35px;
  color: #5c5f64;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 30px;
}

h2 {
  font-size: 28px;
  line-height: 34px;
  color: #5c5f64;
  font-weight: 700;
  margin-bottom: 20px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  color: #5c5f64;
  font-weight: 600;
  margin-bottom: 20px;
}

h4 {
  font-size: 20px;
  line-height: 24px;
  color: #5c5f64;
  font-weight: 600;
  margin-bottom: 20px;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
  flex: 1 1 0;
}
.d-flex.a-right {
  justify-content: flex-end !important;
}

.f-d-column {
  flex-direction: column;
}

.d-i-flex {
  display: inline-flex !important;
}

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

.pull-left,
.alignleft {
  float: left;
}

.pull-right,
.alignright {
  float: right;
}

.pull-center,
.aligncenter {
  float: none;
  margin: 0 auto;
}

.a-left {
  text-align: left;
}

.a-right {
  text-align: right;
}

.a-center {
  text-align: center;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.p-0 {
  padding: 0 !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.p-t-200 {
  padding-top: 200px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-0 {
  margin: 0 !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-b-2 {
  margin-bottom: 2px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.col-50 {
  flex: calc(50% - 10px) 0 0;
}

.col-100 {
  flex: 100% 0 0;
}

#main-navigation-mobile {
  display: none;
}

.open-menu {
  display: none;
  text-decoration: none;
  width: 30px;
  padding: 0;
  position: absolute;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  cursor: pointer;
}
.open-menu .bar {
  background-color: #ffffff;
  display: block;
  height: 3px;
  margin: 0 0 6px;
  width: 100%;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
}
.open-menu.open .bar {
  margin: 0;
  transform: rotate(45deg);
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  background-color: #5c5f64;
}
.open-menu.open .bar.bar2 {
  margin-top: -3px;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
}
.open-menu.open .bar.bar1 {
  transform: rotate(-45deg);
  margin-top: 13px;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
}
.open-menu.open .bar.bar3 {
  display: none;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
}

.grecaptcha-badge {
  right: -500px !important;
}

.scrolltotop {
  background: #5c5f64;
  bottom: 80px;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  opacity: 0.7;
  overflow: hidden !important;
  padding: 0;
  position: fixed !important;
  right: 40px;
  font-size: 20px;
  width: 40px;
  z-index: 999 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.scrolltotop svg {
  color: #ffffff;
}
.scrolltotop:hover {
  background: #3a3a3a;
  opacity: 1;
}

.img_top_parallax {
  height: 320px;
}
.img_top_parallax .container {
  max-width: 100%;
}
.img_top_parallax * {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.img_top_parallax h1 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 0;
}
.img_top_parallax .content {
  z-index: 10;
  position: relative;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  flex-direction: column;
}
.img_top_parallax .parallaxator {
  overflow: hidden;
  position: relative;
  height: 100%;
  background-color: #000;
}
.img_top_parallax .parallaxator > .parallax_child {
  position: absolute;
  top: 0;
  min-height: 100%;
  max-width: inherit;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: auto !important;
}

/*----- Accordion -----*/
.accordion .cont_accordion {
  margin-bottom: 10px;
  /*  box-shadow: 0 10px 30px rgba($color-bleu, 0.2);*/
  background: #f8f4ee;
  border-radius: 0;
  padding: 25px 40px;
}
.accordion .cont_accordion .accordion-section-title {
  color: #5c5f64;
  font-size: 23px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.accordion .cont_accordion .accordion-section-title:after {
  content: '';
  flex: 30px 0 0;
  height: 30px;
  width: 30px;
  background: url(../img/plus.png) center center no-repeat;
  z-index: 1;
  margin-left: auto;
}
.accordion .cont_accordion .accordion-section-title.active:after {
  background: url(../img/moin.png) center center no-repeat;
}
.accordion .cont_accordion .accordion-section-content {
  display: none;
  width: 100%;
  padding-top: 30px;
}
.accordion .cont_accordion .accordion-section-content li {
  margin-bottom: 5px;
}

/*******waves-effect********/
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: 0.3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
.waves-effect.waves-blue .waves-ripple {
  background-color: rgba(0, 57, 99, 0.7);
}
.waves-effect input[type='button'],
.waves-effect input[type='reset'],
.waves-effect input[type='submit'] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}
.waves-effect img {
  position: relative;
  z-index: -1;
}
.waves-effect .waves-notransition {
  transition: none !important;
}
.waves-effect .waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}
.waves-effect .waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-effect .waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-effect .waves-block {
  display: block;
}
.waves-effect .waves-ripple {
  z-index: -1;
}

/*************** tabs **************/
.panel_tab .nav_tabs {
  -moz-column-gap: 0;
  column-gap: 0;
}
.panel_tab .nav_tabs .item {
  background: #f8f4ee;
  padding: 25px 10px;
  border-radius: 0;
  color: #5c5f64;
  flex: 1;
  justify-content: center;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  border-left: 2px solid #3a3a3a;
}
.panel_tab .nav_tabs .item:after {
  content: '\f30c';
  color: #3a3a3a;
  font-family: 'Font Awesome 5 Free';
  text-align: center;
  font-size: 20px;
}
.panel_tab .nav_tabs .item a {
  color: #5c5f64;
}
.panel_tab .nav_tabs .item.active,
.panel_tab .nav_tabs .item:hover {
  background: #3a3a3a;
}
.panel_tab .nav_tabs .item.active:after,
.panel_tab .nav_tabs .item:hover:after {
  content: '\f309';
  color: #5c5f64;
}
.panel_tab .nav_tabs .item.active a,
.panel_tab .nav_tabs .item:hover a {
  color: #5c5f64;
}
.panel_tab .nav_tabs .item:first-child {
  border-radius: 10px 0 0 0;
  border-left: none;
}
.panel_tab .nav_tabs .item:last-child {
  border-radius: 0 10px 0 0;
}
.panel_tab .tab-content {
  padding: 0;
}
.panel_tab .tab-content .tab_pane {
  width: 100%;
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  padding: 0;
  font-size: 18px;
}
.panel_tab .tab-content .tab_pane.active {
  height: auto;
  opacity: 1;
  visibility: visible;
  /*border: 1px solid $color-gris-1;*/
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.panel_tab .tab-content .tab_pane a {
  text-decoration: underline;
}

@media only screen and (max-width: 1180px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 34px;
    line-height: 34px;
  }
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
  h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .img_top_parallax {
    height: 180px;
  }
  .m-t-50 {
    margin-top: 20px !important;
  }
  .m-b-50 {
    margin-bottom: 20px !important;
  }
  .m-b-75 {
    margin-bottom: 25px !important;
  }
  .m-t-75 {
    margin-top: 25px !important;
  }
  .m-t-100 {
    margin-top: 30px !important;
  }
  .m-b-100 {
    margin-bottom: 30px !important;
  }
  .p-b-75 {
    padding-bottom: 25px !important;
  }
  .p-t-75 {
    padding-top: 25px !important;
  }
  .p-t-100,
  .p-t-200 {
    padding-top: 30px !important;
  }
  .p-b-100 {
    padding-bottom: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .site-main ul li {
    margin-bottom: 10px;
  }
  .accordion .cont_accordion {
    padding: 20px;
  }
  .accordion .cont_accordion .accordion-section-title {
    font-size: 16px;
    font-weight: 600;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .accordion .cont_accordion .accordion-section-title .icon {
    width: 40px;
  }
  .accordion .cont_accordion .accordion-section-title .titre {
    width: calc(100% - 70px);
    line-height: 18px;
  }
  .accordion .cont_accordion .accordion-section-content li {
    margin-bottom: 10px;
  }
  .panel_tab .nav_tabs {
    flex-direction: column;
    row-gap: 5px;
  }
  .panel_tab .nav_tabs .item {
    border-radius: 0 !important;
    padding: 10px;
  }
}
@media only screen and (max-width: 550px) {
  .col-50 {
    flex: 100% 0 0;
  }
}
button {
  border: none;
  background: none;
  cursor: pointer;
}
button:hover {
  background-color: #5c5f64 !important;
}

.btn {
  padding: 14px 50px;
  background-color: #3a3a3a;
  font-family: 'Poppins', sans-serif;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  width: auto;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  outline: 0;
  box-sizing: border-box;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  overflow: hidden;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  z-index: 5;
  border-radius: 50px;
}
.btn:hover,
.btn:focus,
.btn.active {
  background-color: #5c5f64;
  color: #fff;
}
.btn.btn_small {
  line-height: 18px;
  padding: 8px 30px;
}
.btn i {
  margin-right: 10px;
}
.btn.btn_noir {
  background-color: #5c5f64;
  color: #fff;
}
.btn.btn_noir:hover,
.btn.btn_noir:focus,
.btn.btn_noir.active {
  background-color: #f8f4ee !important;
  color: #5c5f64;
}
.btn.btn_gris {
  background-color: #f8f4ee;
  color: #5c5f64;
}
.btn.btn_gris:hover,
.btn.btn_gris:focus,
.btn.btn_gris.active {
  background-color: #5c5f64;
  color: #ffffff;
}

.form-control {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 20px;
  width: 100%;
}

input {
  background: none;
  border: none;
  font-weight: 600;
  height: 40px;
  background-color: #ffffff;
  padding: 10px 0;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  border-bottom: 1px solid #c0c0c0;
}

textarea {
  background-color: #ffffff;
  height: 150px;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0;
  border: none;
  width: 100%;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  border-bottom: 1px solid #c0c0c0;
}

[type='checkbox']:not(:checked),
[type='checkbox']:checked {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.form-check-input[type='checkbox'] + label {
  text-align: justify;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.form-check-input[type='checkbox'] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 18px;
  height: 18px;
  margin-top: 0;
  content: '';
  background: #c0c0c0;
  transition: 0.2s;
}

.form-check-input[type='checkbox']:not(.filled-in) + label:before,
.form-check-input[type='checkbox']:not(.filled-in) + label:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 18px;
  height: 18px;
  margin-top: 0;
  content: '';
  background: #c0c0c0;
  transition: 0.2s;
}
.form-check-input[type='checkbox']:not(.filled-in) + label:after {
  transform: scale(0);
  background: none;
}

.form-check-input[type='checkbox']:checked + label:before {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  top: -4px;
  left: -5px;
  width: 10px;
  height: 15px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  transform: rotate(40deg);
  transform-origin: 100% 100%;
  backface-visibility: hidden;
  background: none;
  border-radius: 0;
}

select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 40px 0 0;
  margin: 0;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  z-index: 10;
  color: #5c5f64;
  font-weight: 600;
  font-size: 14px;
}

select::-ms-expand {
  display: none;
}

.form-select {
  width: 100%;
  cursor: pointer;
  background: #ffffff url(../img/caret.png) right 30px center no-repeat;
  display: grid;
  grid-template-areas: 'select';
  align-items: center;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #5c5f64;
  padding: 18px 0 18px 30px;
  border: none;
  margin-bottom: 20px;
  border-radius: 6px;
}

select,
.form-select:after {
  grid-area: select;
}

.alert,
.m_system {
  font-size: 14px;
  text-transform: initial;
  line-height: 18px;
  padding: 10px;
  margin: 0 0 15px;
  text-align: left;
}

.alert-info,
.m_infos {
  border: 1px solid rgb(235, 169, 50);
  background: rgba(235, 169, 50, 0.26);
  color: rgb(235, 169, 50);
}

.alert-danger,
.m_alerte {
  background: rgb(255, 205, 207);
  border: 1px solid rgb(209, 35, 42);
  color: rgb(209, 35, 42);
}

.alert-success,
.m_valide {
  background: #1c8820;
  border: 1px solid rgb(28, 136, 32);
  color: rgb(255, 255, 255);
}

header {
  position: relative;
  z-index: 100;
  width: 100%;
}
header .container {
  max-width: 100%;
  column-gap: 50px;
  width: 100%;
  align-items: center;
  padding: 40px 10px;
  justify-content: center;
}

footer {
  padding: 40px 0;
  margin-top: auto;
}
footer .container {
  display: flex;
  background: #3a3a3a;
  height: 100px;
  border-radius: 10px;
}

/*************/

.section_top .container {
  max-width: 1530px;
}
.section_descriptif {
  padding: 50px 0;
}
.section_map .container {
  margin-bottom: 30px;
  max-width: 1360px;
  position: relative;
}
.section_map .open_street_map {
  position: relative;
  width: 100%;
  height: 480px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

/* Popup */
.leaflet-popup-content-wrapper {
  border-radius: 10px;
  padding: 10px 15px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.leaflet-popup-content {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.popup-box .popup-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.popup-box .popup-adresse {
  margin-bottom: 10px;
}
.popup-box .popup-buttons a {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 8px;
  background: #3a3a3a;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
}
.popup-box .popup-buttons a:hover {
  background: #000000;
}

/* --- Responsive Map --- */
@media (max-width: 768px) {
  .acf-map {
    height: 300px;
  }
}
.section_contact_map .container {
  gap: 40px;
  z-index: 10;
  max-width: 1250px;
  flex-wrap: wrap;
}

.section_contact_map .container .bloc_right {
  flex: 390px 0 0;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin-top: -330px;
}
.section_contact_map .container h2 {
  font-weight: 600;
}
.section_contact_map .container .bloc_right .bloc_form p {
  font-size: 12px;
  color: #b1b1b1;
  line-height: 18px;
  margin-top: 20px;
  width: 100%;
}
.section_contact_map .container .bloc_right .bloc_form .envoie_form_contact {
  width: 100%;
}
.section_contact_map .container .bloc_left {
  flex: 1;
}
.section_contact_map .container .bloc_left .infos {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-left: 20px;
}
.section_contact_map .container .bloc_left .infos .item {
  display: flex;
  column-gap: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #474a50;
  flex-flow: row wrap;
  align-items: center;
}
.section_contact_map .container .bloc_left .infos .item div {
  width: calc(100% - 40px);
  display: block;
}

.section_contact_map .container .bloc_left .infos .item i {
  background: #5d5f64;
  height: 26px;
  width: 26px;
  display: block;
  text-align: center;
  border-radius: 100%;
  line-height: 26px;
  color: #fff;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  #main-navigation {
    display: none;
  }
  .open-menu {
    display: inline-block;
    position: relative;
  }
  #main-navigation-mobile {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    background: #f8f4ee;
    z-index: 20;
    width: 100vw;
    border-top: 5px solid #3a3a3a;
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    display: block;
    padding: 20px 50px 20px 20px;
  }
  #main-navigation-mobile.active {
    max-height: 100vh;
    visibility: visible;
    opacity: 1;
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
  }
  #main-navigation-mobile .sf-menu {
    flex-direction: column;
    align-items: flex-start;
  }
  #main-navigation-mobile .sf-menu > li {
    display: inline-block;
    width: 100%;
    position: relative;
    white-space: nowrap;
    transition: background ease-in-out 0.2s;
  }
  #main-navigation-mobile .sf-menu > li > a {
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #000;
    display: inline-block;
    font-size: 16px;
    padding: 5px 5px;
    text-transform: uppercase;
    color: #000;
  }
  #main-navigation-mobile .sf-menu > li:last-child > a {
    border-right: none;
  }
  #main-navigation-mobile .sf-menu > li.menu-item-has-children .after {
    width: 40px;
    height: 37px;
    display: flex;
    position: absolute;
    right: 0;
    border-left: 1px solid #000;
    align-items: center;
    justify-content: center;
    color: #000;
    top: 0;
    z-index: 2;
    cursor: pointer;
  }
  #main-navigation-mobile .sf-menu > li.menu-item-has-children .after .caret {
    border-top: 8px dashed;
    border-top: 8px solid\9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    transition: all linear 0.5s;
  }
  #main-navigation-mobile .sf-menu > li.menu-item-has-children.active .after .caret {
    transform: rotate(180deg);
    transition: all linear 0.5s;
  }
  #main-navigation-mobile .sf-menu ul.sub-menu {
    max-height: 0;
    display: inherit;
    padding: 0 20px;
    position: relative;
    background: #f8f4ee;
    left: 0;
    min-width: 100%;
    top: 100%;
    z-index: 99;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
  }
  #main-navigation-mobile .sf-menu ul.sub-menu:after {
    background: #f8f4ee;
    left: 0;
    min-width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 99;
    height: 1px;
    content: '';
  }
  #main-navigation-mobile .sf-menu ul.sub-menu.open {
    max-height: 100vh;
    display: block;
  }
  #main-navigation-mobile .sf-menu ul li a {
    color: #000;
    padding: 5px 0;
    display: block;
  }
  #main-navigation-mobile .sf-menu ul li aa:hover {
    color: #a6a8b3;
  }
  #main-navigation-mobile .open-menu {
    top: 5px;
    right: 18px;
    left: auto;
    transform: translateY(0);
    position: absolute;
  }
  #main-navigation-mobile .sf-menu > li.menu-item-has-children:hover .after,
  #main-navigation-mobile .sf-menu > li:hover > a,
  #main-navigation-mobile .sf-menu > li.menu-item-has-children.active .after,
  #main-navigation-mobile .sf-menu > li.menu-item-has-children.active > a {
    color: #ffffff;
    background-color: #000;
  }
  .section_contact_map .container .bloc_right {
    flex: 100% 0 0;
    margin-top: 0;
  }
}
