@charset "UTF-8";
.center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: inherit;
}

.white {
  color: white;
}

.green {
  color: #08544C;
}

.yellow {
  color: #F8FFA1;
}

.greenC {
  color: #93DBC6;
}

.bg-green {
  background-color: #93DBC6;
  padding: 1px;
}

.bg-color {
  background-color: #08544C;
  padding: 1px;
}

.underline {
  text-decoration: underline;
}

.nowrap {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .nowrap {
    white-space: inherit;
  }
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
}

h1, h2, h3 {
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: inherit;
}

.vce {
  margin-bottom: 0;
}

.right {
  float: right;
  text-align: right;
}
@media (max-width: 767px) {
  .right {
    float: left;
    text-align: left;
  }
}

ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 20px;
}

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

.full-width .vce.vce-single-image-wrapper {
  width: 100%;
  height: auto;
}
.full-width .vce.vce-single-image-wrapper figure {
  width: 100%;
  height: auto;
}
.full-width .vce.vce-single-image-wrapper figure .vce-single-image-figure-inner {
  width: 100% !important;
  height: auto;
}

.trirong-boldI {
  font-family: "Trirong BoldItalic";
  font-weight: 700;
  font-style: italic;
}

.trirong-medium {
  font-family: "Trirong Medium";
  font-weight: 500;
}

.trirong-mediumI {
  font-family: "Trirong MediumI";
  font-weight: 500;
}

.medium {
  font-family: "Montserrat Medium";
  font-weight: 500;
}

b, strong {
  font-family: "Montserrat Bold";
}

.bold {
  font-family: "Montserrat Bold";
  font-weight: 700;
}

.regular {
  font-family: "Montserrat Regular";
  font-weight: 400;
}

h1, h2 {
  color: #08544C;
  font-size: 2.6041666667vw;
  line-height: 1.1;
}
@media (max-width: 767px) {
  h1, h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}

h3 {
  color: #08544C;
  font-size: 1.5625vw;
  line-height: 1.2;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

.green-btn {
  font-family: "Montserrat Bold";
  font-weight: 700;
  font-size: 0.78125vw;
  color: white;
  background-color: #08544C;
  text-align: center;
  display: inline-block;
  padding: 0.9375vw 1.9791666667vw;
  border-radius: 2.0833333333vw;
}
.green-btn:hover {
  background-color: #93DBC6;
  color: #08544C;
}
.green-btn:hover span {
  color: #08544C;
}
@media (max-width: 767px) {
  .green-btn {
    font-size: 15px;
    padding: 15px 20px;
    border-radius: 25px;
  }
}

.btn-cta {
  font-family: "Montserrat Bold";
  font-weight: 700;
  font-size: 0.7291666667vw;
  color: #08544C;
  background-color: #93DBC6;
  text-align: center;
  display: inline-block;
  padding: 0.5729166667vw 1.1458333333vw;
  border-radius: 1.5625vw;
}
@media (max-width: 767px) {
  .btn-cta {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 20px;
  }
}
.btn-cta:hover {
  background-color: #08544C;
  color: white;
}

.yellow-btn {
  font-family: "Montserrat Bold";
  font-weight: 700;
  font-size: 0.78125vw;
  color: #08544C;
  background-color: #F8FFA1;
  text-align: center;
  display: inline-block;
  padding: 0.9375vw 1.1979166667vw;
  border-radius: 1.5625vw;
}
@media (max-width: 767px) {
  .yellow-btn {
    font-size: 15px;
    padding: 15px 20px;
    border-radius: 30px;
  }
}
.yellow-btn:hover {
  background-color: white;
}

.white-btn {
  font-family: "Montserrat Bold";
  font-weight: 700;
  font-size: 0.7291666667vw;
  color: #07544C;
  background-color: white;
  text-align: center;
  display: inline-block;
  padding: 0.9375vw 1.9270833333vw;
  border-radius: 1.5625vw;
}
@media (max-width: 767px) {
  .white-btn {
    font-size: 12px;
    padding: 15px 20px;
    border-radius: 20px;
  }
}
.white-btn:hover {
  background-color: #08544C;
  color: #93DBC6;
}

.green-btnC {
  font-family: "Montserrat Bold";
  font-weight: 700;
  font-size: 0.78125vw;
  color: #07544C;
  background-color: #93DBC6;
  text-align: center;
  display: inline-block;
  padding: 0.9375vw 1.1979166667vw;
  border-radius: 1.5625vw;
}
@media (max-width: 767px) {
  .green-btnC {
    font-size: 15px;
    padding: 15px 20px;
    border-radius: 20px;
  }
}
.green-btnC:hover {
  background-color: white;
}

.full-width .vce.vce-single-image-wrapper {
  width: 100%;
  height: auto;
}
.full-width .vce.vce-single-image-wrapper figure {
  width: 100%;
  height: auto;
}
.full-width .vce.vce-single-image-wrapper figure .vce-single-image-figure-inner {
  width: 100% !important;
  height: auto;
}

em {
  font-style: normal;
  white-space: nowrap;
}

@media (max-width: 767px) {
  header {
    /* on désactive tout effet hover desktop en mobile */
  }
  header .troisiemebarre {
    position: absolute;
    top: 19px;
    left: 0;
    display: block;
    height: 0;
    width: 35px;
    padding: 0;
    border-top: 2px solid #08544C;
    content: "";
    border-radius: 25px;
  }
  header .button {
    width: 35px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    z-index: 12399994;
    content: "";
    right: 30px;
    top: 30%;
  }
  header .button:after {
    left: 0;
    position: absolute;
    top: 30px;
    display: block;
    width: 35px;
    border-top: 2px solid #08544C;
    content: "";
  }
  header .button:before {
    content: "";
    transition: 0.3s;
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    border-top: 2px solid #08544C;
    width: 35px;
  }
  header .button.menu-opened .troisiemebarre {
    display: none;
  }
  header .button.menu-opened:after {
    transition: all 0.3s ease;
    top: 20px;
    border-top: 2px solid #08544C;
    width: 35px;
    transform: rotate(45deg);
  }
  header .button.menu-opened:before {
    top: 20px;
    border-top: 2px solid #08544C;
    width: 35px;
    transform: rotate(-45deg);
  }
  header .cssmenu {
    /* 👉 ici, SANS re-préfixer par .cssmenu */
  }
  header .cssmenu ul {
    padding-top: 2vw;
    background-color: rgb(255, 255, 255);
    width: 100%;
    z-index: 3;
    left: 0;
    position: absolute;
    top: 98%;
    margin-left: 0 !important;
  }
  header .cssmenu ul li {
    width: 100%;
    padding: 0 20px !important;
    margin-top: -1px;
    display: block;
    box-sizing: border-box;
  }
  header .cssmenu ul li a {
    width: 100%;
    border-bottom: 1px solid #08544C;
    color: rgba(0, 0, 0, 0.5) !important;
    font-size: 15px !important;
    padding: 14px 0 !important;
    text-align: left;
    float: none;
    border-radius: 0 !important;
  }
  header .cssmenu ul li:last-child a {
    border-bottom: none;
  }
  header .cssmenu ul li ul {
    position: static;
    box-shadow: none;
    background: transparent;
    margin: 0;
    padding-left: 0 !important;
    border-radius: 0;
  }
  header .cssmenu ul li ul li a {
    color: #08544C;
    font-size: 14px !important;
    padding: 10px 0 !important;
  }
  header .cssmenu li.has-sub {
    position: relative;
    padding-right: 40px;
  }
  header .cssmenu li.has-sub a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .cssmenu li.has-sub > .submenu-button {
    position: absolute;
    right: 27px;
    top: 15px;
    transform: translateY(0);
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 99;
  }
  header .cssmenu li.has-sub > .submenu-button:after {
    content: "";
    position: absolute;
    top: 11px;
    right: 7px;
    width: 16px;
    height: 2px;
    background: #08544C;
  }
  header .cssmenu li.has-sub > .submenu-button:before {
    content: "";
    position: absolute;
    top: 3px;
    right: 14px;
    width: 2px;
    height: 16px;
    background: #08544C;
  }
  header .cssmenu li.has-sub > .submenu-button.submenu-opened:before {
    display: none;
  }
  header .header-inner {
    padding: 30px !important;
    border-bottom: 2px solid white;
    position: relative;
  }
  header .right-b {
    background-color: transparent;
    padding: 0 20px 0 0 !important;
    width: 75% !important;
    border: none !important;
  }
  header .right-b .site-branding img {
    width: 60px !important;
  }
  header .right-b .ct-btn {
    font-size: 10px !important;
    padding: 8px 14px !important;
  }
  .no-pr.pr-95, .no-pr.pr-600, .no-pr.pr-130, .no-pr.pr-110, .no-pr.pr-188, .no-pr.pr-70, .no-pr.pr-116 {
    padding-right: 0 !important;
  }
  .no-mr.mr-22, .no-mr.mr-25 {
    margin-right: 0 !important;
  }
  .no-pb.pb-40 {
    padding-bottom: 0 !important;
  }
  .pr-25-mob {
    padding-right: 25px !important;
  }
  .pb-30-mob {
    padding-bottom: 30px;
  }
  .no-mobile {
    display: none !important;
  }
  .mb-30-mob {
    margin-bottom: 30px !important;
  }
  .no-plr.plr-560 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .nowrap-mob {
    white-space: nowrap !important;
  }
  .flatpickr-rContainer {
    width: 100%;
  }
  .flatpickr-rContainer .flatpickr-weekdays {
    width: calc(100% - 2.0833333333vw) !important;
  }
  .mobile.fs20 {
    font-size: 13px !important;
  }
  .fs12-mob {
    font-size: 12px !important;
  }
  .mob.pt-40 {
    padding-top: 50px !important;
  }
  .hor {
    letter-spacing: -0.7px;
  }
  .horD {
    letter-spacing: -0.75px;
    font-size: 12px !important;
  }
  .infos-ctn {
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    padding-top: 30px;
  }
  .infos-ctn .yellow-btn {
    padding: 11px 20px;
  }
  .infos-ctn .ctn-list {
    display: flex;
    align-items: center;
  }
  .copy img {
    max-width: 110px !important;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .flatpickr-calendar {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    padding: 10px !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    margin: 0 auto !important;
  }
  .flatpickr-months {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px !important;
    gap: 10px;
  }
  .flatpickr-current-month {
    width: auto !important;
    font-size: 14px !important;
  }
  .flatpickr-days .dayContainer,
  .flatpickr-weekdays {
    grid-template-columns: repeat(7, 1fr) !important;
    column-gap: 5px !important;
    padding: 0 5px !important;
    box-sizing: border-box;
  }
  .flatpickr-day {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 10px;
  }
  .flatpickr-weekday {
    font-size: 10px !important;
    white-space: nowrap;
    padding-left: 4px !important;
  }
}
/*# sourceMappingURL=../css/mobile.css.map */
