html {
  overflow-x: hidden;
}

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

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #7a7f83;
  line-height: 30px;
  font-weight: 600;
  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: #7a7f83;
}

a:hover {
  color: #274259;
}

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: #274259;
}

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

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: #7a7f83 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 500 !important;
}

.container {
  max-width: 1170px;
  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: 5%;
  color: #274259;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 30px;
}

h2 {
  font-size: 40px;
  line-height: 44px;
  color: #274259;
  font-weight: 600;
  margin-bottom: 20px;
}

h3 {
  font-size: 30px;
  line-height: 32px;
  color: #274259;
  font-weight: 600;
  margin-bottom: 20px;
}

h4 {
  font-size: 22px;
  line-height: 24px;
  color: #274259;
  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: #274259;
}
.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: #274259;
  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: #e5ba84;
  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: #274259;
  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: #274259;
  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 #e5ba84;
}
.panel_tab .nav_tabs .item:after {
  content: "\f30c";
  color: #e5ba84;
  font-family: "Font Awesome 5 Free";
  text-align: center;
  font-size: 20px;
}
.panel_tab .nav_tabs .item a {
  color: #274259;
}
.panel_tab .nav_tabs .item.active, .panel_tab .nav_tabs .item:hover {
  background: #e5ba84;
}
.panel_tab .nav_tabs .item.active:after, .panel_tab .nav_tabs .item:hover:after {
  content: "\f309";
  color: #274259;
}
.panel_tab .nav_tabs .item.active a, .panel_tab .nav_tabs .item:hover a {
  color: #274259;
}
.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: #274259 !important;
}

.btn {
  padding: 15px 50px;
  background-color: #e5ba84;
  font-family: "Plus Jakarta Sans", sans-serif;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #274259;
  width: auto;
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  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: 6px;
}
.btn:hover, .btn:focus, .btn.active {
  background-color: #274259;
  color: #e5ba84;
}
.btn.btn_small {
  line-height: 18px;
  padding: 8px 30px;
}
.btn i {
  margin-right: 10px;
}
.btn.btn_noir {
  background-color: #274259;
  color: #e5ba84;
}
.btn.btn_noir:hover, .btn.btn_noir:focus, .btn.btn_noir.active {
  background-color: #f8f4ee !important;
  color: #274259;
}
.btn.btn_gris {
  background-color: #f8f4ee;
  color: #274259;
}
.btn.btn_gris:hover, .btn.btn_gris:focus, .btn.btn_gris.active {
  background-color: #274259;
  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: 60px;
  background-color: #FFFFFF;
  padding: 10px 10px 10px 30px;
  font-size: 14px;
  border-radius: 6px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

textarea {
  background-color: #FFFFFF;
  height: 150px;
  font-size: 14px;
  font-weight: 600;
  padding: 25px 30px;
  border: none;
  width: 100%;
  margin-bottom: 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
  border-radius: 6px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

[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: #FFFFFF;
  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: #FFFFFF;
  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: "Plus Jakarta Sans", sans-serif;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  z-index: 10;
  color: #7a7f83;
  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: #7a7f83;
  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 {
  background-color: #274259;
  position: fixed;
  z-index: 100;
  width: 100%;
}
header .container {
  max-width: 100%;
  -moz-column-gap: 50px;
       column-gap: 50px;
  width: 100%;
  align-items: center;
}
header .container .header_left {
  padding: 0 0 0 10px;
  display: flex;
  align-items: center;
  width: 350px;
}
header .container .header_left .logo {
  padding: 10px;
  width: 100%;
  text-align: center;
  line-height: 130px;
  min-height: 130px;
}
header .container .header_right {
  width: calc(100% - 350px);
  max-width: 1120px;
}
header .container .header_right .bloc_top {
  margin-bottom: 30px;
  font-size: 16px;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  border-bottom: 2px solid #e5ba84;
  padding-bottom: 20px;
}
header .container .header_right .bloc_top a {
  color: #FFFFFF;
}
header .container .header_right .bloc_top a:hover {
  color: #e5ba84;
}
header .container .header_right .bloc_bottom .main_menu {
  -moz-column-gap: 45px;
       column-gap: 45px;
  align-items: center;
}
header .container .header_right .bloc_bottom .main_menu a {
  color: #FFFFFF;
}
header .container .header_right .bloc_bottom .main_menu a:hover {
  color: #e5ba84;
}

@media only screen and (max-width: 1380px) {
  header .container {
    padding: 0 15px 0 0;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  header .container .header_left {
    width: 180px;
  }
  header .container .header_left .logo {
    line-height: 60px;
    min-height: 60px;
  }
  header .container .header_right {
    width: calc(100% - 180px);
  }
  header .container .header_right .bloc_top {
    margin-bottom: 5px;
  }
}
@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 #e5ba84;
    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;
  }
  header .container .header_right .bloc_top {
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  header .container .header_right .bloc_bottom {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 650px) {
  header .container .header_right .bloc_top {
    display: none !important;
  }
}
footer {
  background: #274259 url(../img/bg02.jpg) center center no-repeat;
  padding: 50px 0;
  margin-top: auto;
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
  font-size: 15px;
  font-weight: 500;
}
footer .container a:hover {
  color: #FFFFFF;
}
footer .container .footer_top {
  width: 100%;
}
footer .container .footer_top .sociaux {
  justify-content: center;
}
footer .container .footer_top .sociaux .lien {
  background: #345169;
  height: 55px;
  width: 55px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  line-height: 55px;
  color: #FFFFFF;
  margin: 0 5px;
  font-size: 20px;
}
footer .container .footer_top .sociaux .lien:hover {
  background: #FFFFFF;
  color: #274259;
}
footer .container .footer_bottom {
  position: relative;
  width: 100%;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  footer .container .footer_top {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 20px 0 40px;
  }
  footer .container {
    row-gap: 20px;
  }
  footer .container .footer_top {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
.content_area {
  padding-top: 150px;
}

.section_gallery_home {
  width: 100%;
}
.section_gallery_home .owl-carousel,
.section_gallery_home .owl-stage-outer,
.section_gallery_home .owl-stage,
.section_gallery_home .owl-item {
  height: 100%;
}
.section_gallery_home #slide_accueil .slide {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.section_gallery_home #slide_accueil .slide .container {
  color: #FFFFFF;
  padding: 0;
  font-size: 20px;
  line-height: 24px;
  row-gap: 30px;
  flex-direction: column;
  height: 720px;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.section_gallery_home #slide_accueil .slide .container h2 {
  font-size: 80px;
  line-height: 80px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.section_gallery_home #slide_accueil .slide::after {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section_gallery_home #slide_accueil .owl-nav {
  z-index: 20;
  width: 1170px;
  max-width: calc(100% - 30px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
  display: flex;
  justify-content: flex-end;
}
.section_gallery_home #slide_accueil .owl-dots {
  width: 1170px;
  max-width: calc(100% - 30px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  flex-direction: column;
  display: flex;
  align-items: flex-end;
  row-gap: 5px;
}
.section_gallery_home .owl-carousel button.owl-dot {
  background: none !important;
  border: 2px solid #FFFFFF;
  width: 16px;
  height: 16px;
  border-radius: 100%;
}
.section_gallery_home .owl-carousel button.owl-dot:hover, .section_gallery_home .owl-carousel button.owl-dot.active {
  opacity: 1;
  background: #FFFFFF !important;
}
.section_gallery_home .owl-carousel .owl-nav button {
  background: #FFFFFF !important;
  width: 90px;
  height: 60px;
  border-radius: 6px 0 0 0;
  text-align: center;
  line-height: 60px;
  font-size: 25px;
}
.section_gallery_home .owl-carousel .owl-nav button.owl-next {
  border-radius: 0 6px 0 0;
}
.section_gallery_home .owl-carousel .owl-nav button:hover {
  background: #274259 !important;
  color: #FFFFFF;
}

.section_somme_nous .item {
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 80px;
}
.section_somme_nous .item .bloc_left {
  width: 50%;
}
.section_somme_nous .item .bloc_left .image {
  width: 540px;
  max-height: 540px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  max-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.section_somme_nous .item .bloc_left .image img {
  min-height: 100%;
  min-width: 100%;
  max-width: inherit;
}
.section_somme_nous .item .bloc_right {
  width: 50%;
}
.section_somme_nous .item.bloc_image_texte:nth-child(2n) {
  flex-direction: row-reverse;
}

.section_prestations {
  background: url(../img/bg04.jpg) center top repeat-x;
}
.section_prestations h2 {
  color: #FFFFFF;
}
.section_prestations .panel_tab .tab-content .tab_pane.active .row {
  border-bottom: 1px solid #ede8e1;
}
.section_prestations .panel_tab .tab-content .tab_pane.active .row .pos-left {
  width: calc(100% - 391px);
  padding: 15px 15px 15px 35px;
  color: #274259;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.section_prestations .panel_tab .tab-content .tab_pane.active .row .pos-left .icone {
  height: 60px;
  flex: 60px 0 0;
  background-color: #f8f4ee;
  text-align: center;
  line-height: 60px;
  border-radius: 100%;
}
.section_prestations .panel_tab .tab-content .tab_pane.active .row .pos-right {
  width: 391px;
  padding: 15px 15px 15px 35px;
  color: #7a7f83;
  border-left: 1px solid #ede8e1;
  align-items: center;
  display: flex;
}
.section_prestations .panel_tab .tab-content .tab_pane.active .row:hover {
  background-color: #f8f4ee;
}
.section_prestations .panel_tab .tab-content .tab_pane.active .row:hover .icone {
  background-color: #e5ba84;
}

.section_coordinations .tab_responsive {
  overflow-x: auto;
}
.section_coordinations .bloc_coordinations {
  flex-direction: column;
  min-width: 600px;
}
.section_coordinations .bloc_coordinations .row_item_top .col {
  background-color: #274259;
  padding: 40px;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 5px;
  font-size: 18px;
  font-weight: 700;
}
.section_coordinations .bloc_coordinations .row_item_top .col .prix {
  font-weight: 500;
  color: #e5ba84;
}
.section_coordinations .bloc_coordinations .row_item_top .col:first-child {
  border-radius: 10px 0 0 0;
}
.section_coordinations .bloc_coordinations .row_item_top .col:last-child {
  border-radius: 0 10px 0 0;
}
.section_coordinations .bloc_coordinations .rows_item_bottom {
  flex-direction: column;
}
.section_coordinations .bloc_coordinations .rows_item_bottom .row_item {
  border-bottom: 1px solid #ede8e1;
}
.section_coordinations .bloc_coordinations .rows_item_bottom .row_item .col {
  padding: 40px;
  font-size: 18px;
  border-left: 1px solid #ede8e1;
  font-weight: 600;
  flex: 1;
  background-color: #FFFFFF;
  color: #274259;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.section_coordinations .bloc_coordinations .rows_item_bottom .row_item .col:first-child {
  background-color: #f8f4ee;
}
.section_coordinations .bloc_coordinations .rows_item_bottom .row_item .col:last-child {
  border-right: 1px solid #ede8e1;
  background-color: #f8f4ee;
}
.section_coordinations .bloc_coordinations .rows_item_bottom .row_item:last-child {
  border-radius: 0 0 10px 10px;
}
.section_coordinations .bloc_coordinations .rows_item_bottom .row_item:last-child .col:first-child {
  border-radius: 0 0 0 10px;
}
.section_coordinations .bloc_coordinations .rows_item_bottom .row_item:last-child .col:last-child {
  border-radius: 0 0 10px 0;
}

.section_partenaires .slide_partenaires .img {
  background-color: #ede8e1;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_partenaires .slide_partenaires img {
  width: auto;
}

@media only screen and (max-width: 1380px) {
  .content_area {
    padding-top: 87px;
  }
}
@media only screen and (max-width: 1180px) {
  .section_gallery_home #slide_accueil .slide .container h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .content_area {
    padding-top: 80px;
  }
  .section_somme_nous .item {
    row-gap: 40px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .section_somme_nous .item .bloc_left {
    width: 100%;
    justify-content: center;
    display: flex;
  }
  .section_somme_nous .item .bloc_right {
    width: 100%;
  }
  .section_somme_nous .item.bloc_image_texte:nth-child(2n) {
    flex-direction: column;
  }
  .section_prestations .panel_tab .tab-content .tab_pane.active .row .pos-left {
    width: calc(100% - 250px);
    padding: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .section_prestations .panel_tab .tab-content .tab_pane.active .row .pos-right {
    width: 250px;
    padding: 10px;
  }
  .section_coordinations .bloc_coordinations .rows_item_bottom .row_item .col {
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .section_coordinations .bloc_coordinations .row_item_top .col {
    padding: 10px;
    row-gap: 0;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .section_gallery_home #slide_accueil .slide .container {
    height: 400px;
  }
  .section_gallery_home #slide_accueil .slide .container h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .section_gallery_home .owl-carousel .owl-nav button {
    width: 50px;
    height: 40px;
    line-height: 40px;
  }
  .section_prestations .panel_tab .tab-content .tab_pane.active .row {
    flex-direction: column;
  }
  .section_prestations .panel_tab .tab-content .tab_pane.active .row .pos-left {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .section_prestations .panel_tab .tab-content .tab_pane.active .row .pos-right {
    border: none;
    padding: 0 10px 10px 80px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .section_gallery_home #slide_accueil .slide .container {
    height: 300px;
    font-size: 16px;
    line-height: 18px;
  }
  .section_gallery_home #slide_accueil .slide .container h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .section_gallery_home .btn {
    padding: 10px 30px;
  }
}
.section_contact_map {
  background: #f8f4ee url(../img/bg01.jpg) top right repeat-y;
}
.section_contact_map .container {
  -moz-column-gap: 90px;
       column-gap: 90px;
}
.section_contact_map .container .bloc_left {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  width: calc(50% - 45px);
}
.section_contact_map .container .bloc_left .acf-map {
  width: 100%;
  height: 160px;
  position: relative;
  z-index: 1;
}
.section_contact_map .container .bloc_left .infos {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.section_contact_map .container .bloc_left .infos .item {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #274259;
  flex-flow: row wrap;
}
.section_contact_map .container .bloc_left .infos .item div {
  width: calc(100% - 70px);
  display: block;
}
.section_contact_map .container .bloc_left .infos .item div span:first-child {
  font-size: 16px;
  color: #7a7f83;
  width: 100%;
  display: block;
}
.section_contact_map .container .bloc_left .infos .item i {
  background: #e5ba84;
  height: 60px;
  width: 60px;
  display: block;
  text-align: center;
  border-radius: 100%;
  line-height: 60px;
  color: #274259;
  font-size: 18px;
}
.section_contact_map .container .bloc_right {
  width: calc(50% - 45px);
}
.section_contact_map .container .bloc_right .bloc_form .lcb-form {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.section_bloc_blog .container .filter_cat {
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.section_bloc_blog .container .filter_cat li {
  background: none;
  margin: 0 8px;
  position: relative;
  padding: 0 10px 0 0;
  font-size: 18px;
}
.section_bloc_blog .container .filter_cat li::after {
  display: none;
}
.section_bloc_blog .container .filter_cat li a.active {
  color: #000;
  border-bottom: 3px solid #e5ba84;
  font-weight: 600;
}
.section_bloc_blog .container .liste_articles {
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  margin-bottom: 100px;
  flex-wrap: wrap;
}
.section_bloc_blog .container .liste_articles .item {
  width: calc((100% - 60px) / 3);
  flex-direction: column;
  flex: initial;
}
.section_bloc_blog .container .liste_articles .item .top {
  height: 310px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.section_bloc_blog .container .liste_articles .item .top .date {
  top: 20px;
  left: 20px;
  position: absolute;
  z-index: 1;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  min-width: 80px;
}
.section_bloc_blog .container .liste_articles .item .top .date .jour {
  background-color: #e5ba84;
  text-align: center;
  color: #FFFFFF;
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  padding: 15px;
}
.section_bloc_blog .container .liste_articles .item .top .date .mois {
  background-color: #FFFFFF;
  text-align: center;
  color: #000;
  font-size: 11px;
  line-height: 14px;
  padding: 10px 15px;
}
.section_bloc_blog .container .liste_articles .item .bottom {
  background-color: #FFFFFF;
  padding: 30px;
  width: 100%;
  border: 1px solid #f8f4ee;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin-top: -1px;
  margin-left: -1px;
  display: flex;
  flex-direction: column;
  min-height: 230px;
}
.section_bloc_blog .container .liste_articles .item .bottom h4 {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 900;
}
.section_bloc_blog .container .liste_articles .item .bottom .link {
  font-size: 13px;
  color: #000;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  background-color: #f8f4ee;
  padding: 10px;
  color: #7a7f83;
  align-items: center;
}
.section_bloc_blog .container .liste_articles .item:hover .bottom .link {
  color: #e5ba84;
}
.section_bloc_blog .container .liste_articles .item:hover .bottom .link i {
  color: #000;
}
.section_bloc_blog .container .add_plus.btn_afficher_plus {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1180px) {
  .section_contact_map .container .bloc_acf_map .acf-map-top {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 991px) {
  .section_contact_map .container {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .section_contact_map .container .bloc_left {
    width: calc(50% - 20px);
  }
  .section_contact_map .container .bloc_right {
    width: 50%;
  }
  .section_bloc_blog .container .liste_articles {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 20px;
    margin-bottom: 50px;
  }
  .section_bloc_blog .container .liste_articles .item {
    width: calc((100% - 20px) / 3);
  }
  .section_bloc_blog .container .liste_articles .item .top {
    height: 210px;
  }
  .section_bloc_blog .container .liste_articles .item .top .date {
    min-width: 50px;
  }
  .section_bloc_blog .container .liste_articles .item .top .date .jour {
    font-size: 24px;
    line-height: 24px;
    padding: 10px;
  }
  .section_bloc_blog .container .liste_articles .item .bottom {
    padding: 20px;
    min-height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .section_contact_map .container {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
  .section_contact_map .container .bloc_left {
    width: 100%;
  }
  .section_contact_map .container .bloc_left .acf-map {
    height: 250px;
  }
  .section_contact_map .container .bloc_left .infos .item {
    font-size: 16px;
    line-height: 22px;
  }
  .section_contact_map .container .bloc_right {
    width: 100%;
  }
  .section_bloc_blog .container .liste_articles .item {
    width: calc((100% - 10px) / 2);
  }
}
@media only screen and (max-width: 550px) {
  .section_bloc_blog .container .liste_articles .item {
    width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */