@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;
}

header {
  background-color: transparent;
  position: fixed;
  z-index: 5;
  width: 100%;
}
header ul {
  padding-inline-start: 0;
}
header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  header .header-inner {
    display: flex;
    width: calc(100% - 60px);
    justify-content: flex-start;
  }
}
header .header-inner nav {
  border-radius: 2.0833333333vw;
  display: inline-block;
  background-color: white;
  margin-left: 4.4270833333vw;
}
@media (max-width: 767px) {
  header .header-inner nav {
    margin-left: 0;
    display: block;
    border-radius: 20px;
  }
}
header #primary-menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  padding-inline-start: 0;
}
@media (max-width: 767px) {
  header #primary-menu {
    display: none;
  }
}
header #primary-menu li {
  position: relative;
}
header #primary-menu li a {
  padding: 0.8854166667vw 1.3020833333vw;
  display: block;
  text-decoration: none;
  color: #08544C;
  font-size: 0.78125vw;
  font-family: "Montserrat Medium";
  transition: 0.3s ease;
  border-radius: 2.0833333333vw;
}
header #primary-menu li a.active, header #primary-menu li a:hover {
  background-color: #08544C;
  color: #93DBC6;
}
@media (max-width: 767px) {
  header #primary-menu li a.active, header #primary-menu li a:hover {
    background-color: transparent;
    color: #08544C !important;
  }
}
header li.current_page_item a {
  background-color: #08544C;
  color: #93DBC6 !important;
}
@media (max-width: 767px) {
  header li.current_page_item a {
    background-color: transparent;
    color: #08544C !important;
  }
}
header .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 10px;
  min-width: 230px;
  list-style: none;
  margin: 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 20;
}
@media (max-width: 767px) {
  header .sub-menu {
    position: static;
    box-shadow: none;
    background: transparent;
    margin: 0;
    padding-left: 16px;
    border-radius: 0;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
  }
}
header .sub-menu:hover {
  background: #e8f7f3;
}
header .sub-menu li {
  border-bottom: 1px solid #EDEDF1;
}
@media (max-width: 767px) {
  header .sub-menu li {
    border-bottom: none;
  }
}
header .sub-menu li a {
  padding: 0.78125vw 0.5208333333vw !important;
  border-radius: 0 !important;
  font-size: 0.7291666667vw !important;
}
header .sub-menu li:last-child {
  border-bottom: none;
}
header .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  margin-left: 6px; /* petit espace entre les deux blocs */
  border-radius: 10px;
}
header .sub-menu .sub-menu li {
  border-bottom: 1px solid #EDEDF1;
}
@media (max-width: 767px) {
  header .sub-menu .sub-menu li {
    border-bottom: none;
  }
}
header .sub-menu .sub-menu li a {
  padding: 0.78125vw 0.5208333333vw !important;
  border-radius: 0 !important;
  font-size: 0.7291666667vw !important;
}
@media (max-width: 767px) {
  header .sub-menu .sub-menu li a {
    padding: 10px 0 !important;
    font-size: 14px !important;
    color: #08544C !important;
    border-bottom: 1px solid black !important;
  }
}
header .sub-menu .sub-menu li:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  header .sub-menu .sub-menu {
    padding-left: 16px;
    margin-left: 0;
  }
}
header .has-sub > a::after {
  content: "›";
  font-size: 11px;
  margin-left: 8px;
  opacity: 0.7;
}
@media (max-width: 767px) {
  header .has-sub > a::after {
    display: none;
  }
}
header .menu .has-sub > .sub-menu .has-sub > a::after {
  content: "›";
}
@media (max-width: 767px) {
  header .menu .has-sub > .sub-menu .has-sub > a::after {
    display: none;
  }
}
header .sub-menu .has-sub > .sub-menu {
  top: 0;
  left: 100%;
  margin-left: 10px;
}
header .has-sub:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 767px) {
  header .has-sub:hover > .sub-menu {
    opacity: 0;
    visibility: hidden;
    transform: none;
  }
}
header .menu li.has-sub:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .menu li.has-sub > ul > li.has-sub > ul {
  top: 0;
  left: 100%;
  margin-left: 10px;
  border-radius: 16px;
}
header .right-b {
  background-color: transparent;
  padding: 2.4479166667vw 3.9583333333vw;
  border-top-left-radius: 1.0416666667vw;
  border-top-right-radius: 1.0416666667vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(62.5% - 12.5vw);
}
header .right-b .site-branding img {
  width: 8.3333333333vw;
  height: auto;
}

.site-header.sticky {
  background-color: #93DBC6;
}
.site-header.sticky .right-b {
  padding-top: 20px;
  padding-bottom: 20px;
}
/*# sourceMappingURL=../css/header.css.map */
