@charset "UTF-8";
/* Vétérinarius */
@import "plugins/bootstrap5.min.css";
/* Text */
/* Reset */
/* transition */
/* Utilitaires */
/* Bouton */
/* BG */
/* Text color */
/* Filter */
/* tag */
/* Responsive */
/* Shadow */
@import url("https://use.typekit.net/nxa0brs.css");
/* Hover */
/*------*/
/* Typo */
/*------*/
/*------------*/
/* Responsive */
/*-----------*/
/*----------*/
/* Settings */
/*---------*/
/*Button*/
/*SVG*/
/*Button TOP*/
/*Icone*/
/*Soustraction*/
/*tag*/
/*form*/
/*Other*/
/*------*/
/* MENU */
/*------*/
/* Navbar */
/* Logo */
/* Ecran */
/* SUBMENU */
/* Mobile */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Form design */
input:not([type=checkbox], [type=submit], [type=radio], .select2-search__field), textarea, select, .form-control, .select2-selection {
  display: block;
  width: 100%;
  border-radius: 0.5rem !important;
  border: 1px solid rgba(21, 81, 76, 0.3) !important;
  padding: 0.5rem 0.75rem 0.35rem 0.75rem !important;
  line-height: 1.3 !important;
  background-color: transparent !important;
  color: rgba(21, 81, 76, 0.7) !important;
  -webkit-appearance: none;
}
input:not([type=checkbox], [type=submit], [type=radio], .select2-search__field):focus, input:not([type=checkbox], [type=submit], [type=radio], .select2-search__field):active, textarea:focus, textarea:active, select:focus, select:active, .form-control:focus, .form-control:active, .select2-selection:focus, .select2-selection:active {
  border: 1px solid #2fb4a9 !important;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) !important;
}

label, .forminator-label {
  margin-top: 1rem;
  margin-bottom: 0.2rem;
  color: #15514c !important;
  font-weight: 500 !important;
  display: block;
  line-height: inherit !important;
}

input[type=checkbox], input[type=submit], input[type=radio] {
  display: inline-block;
  margin-right: 0.25rem;
}

.forminator-radio, .forminator-checkbox {
  margin-right: 0.5rem;
}

.forminator-required {
  color: #eb5d28;
}

.forminator-error-message {
  font-weight: 800;
  color: #eb5d28;
  margin-top: 0.5rem;
  display: block;
}

.forminator-response-message {
  text-align: center;
  font-weight: 800;
  margin-bottom: 2rem;
  border-radius: 2rem;
}
.forminator-response-message p {
  padding: 0;
  display: block;
  width: 100%;
  margin: 0;
}
.forminator-response-message.forminator-error {
  background-color: #eb5d28;
  color: #fff;
}
.forminator-response-message.forminator-success {
  background-color: #2fb4a9;
  color: #fff;
  padding: 1rem;
}

input[type=checkbox] {
  margin-right: 0.35rem;
}

.facetwp-type-dropdown {
  position: relative;
}
.facetwp-type-dropdown:before {
  content: "▾";
  display: block;
  position: absolute;
  right: 9px;
  top: 8px;
  z-index: -1;
}

/*----------*/
/*-- Buttons  --*/
/*----------*/
/* Reset */
a {
  text-decoration: none;
  font-family: "inter-tight-variable", sans-serif;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a[href^="mailto:"] {
  text-transform: lowercase !important;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  a {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
}

button {
  background: transparent;
  outline: none;
  border: 0;
}

a, button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus, a:active, button:hover, button:focus, button:active {
  text-decoration: none;
}

.link {
  text-transform: inherit;
}
.link svg {
  position: relative;
}

.btn_primary {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.5rem 1.5rem 0.25rem 1.5rem !important;
  line-height: inherit;
  border-radius: 0.5rem;
  font-size: 18px;
  font-weight: 400;
  font-family: "inter-tight-variable", sans-serif;
  background-color: #f8ae03;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(47, 180, 169, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_primary:hover, .btn_primary:focus, .btn_primary:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #2fb4a9;
  color: #fff !important;
  border-color: transparent;
}
.btn_primary span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_primary svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_secondary {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.5rem 1.5rem 0.25rem 1.5rem !important;
  line-height: inherit;
  border-radius: 0.5rem;
  font-size: 18px;
  font-weight: 400;
  font-family: "inter-tight-variable", sans-serif;
  background-color: #2fb4a9;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(47, 180, 169, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_secondary:hover, .btn_secondary:focus, .btn_secondary:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #15514c;
  color: #fff !important;
  border-color: transparent;
}
.btn_secondary span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_secondary svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_third {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.5rem 1.5rem 0.25rem 1.5rem !important;
  line-height: inherit;
  border-radius: 0.5rem;
  font-size: 18px;
  font-weight: 400;
  font-family: "inter-tight-variable", sans-serif;
  background-color: #eb5d28;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(47, 180, 169, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_third:hover, .btn_third:focus, .btn_third:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #f8ae03;
  color: #15514c !important;
  border-color: transparent;
}
.btn_third span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_third svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_dark {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.5rem 1.5rem 0.25rem 1.5rem !important;
  line-height: inherit;
  border-radius: 0.5rem;
  font-size: 18px;
  font-weight: 400;
  font-family: "inter-tight-variable", sans-serif;
  background-color: #15514c;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(47, 180, 169, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_dark:hover, .btn_dark:focus, .btn_dark:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #fff;
  color: #fff !important;
  border-color: #15514c;
}
.btn_dark span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_dark svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_light {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.5rem 1.5rem 0.25rem 1.5rem !important;
  line-height: inherit;
  border-radius: 0.5rem;
  font-size: 18px;
  font-weight: 400;
  font-family: "inter-tight-variable", sans-serif;
  background-color: #f3eeec;
  color: #15514c !important;
  box-shadow: 0 0.125rem 0.525rem rgba(47, 180, 169, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_light:hover, .btn_light:focus, .btn_light:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #fff;
  color: #15514c !important;
  border-color: transparent;
}
.btn_light span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_light svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_white {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  padding: 0.5rem 1.5rem 0.25rem 1.5rem !important;
  line-height: inherit;
  border-radius: 0.5rem;
  font-size: 18px;
  font-weight: 400;
  font-family: "inter-tight-variable", sans-serif;
  background-color: #fff;
  color: #15514c !important;
  box-shadow: 0 0.125rem 0.525rem rgba(47, 180, 169, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_white:hover, .btn_white:focus, .btn_white:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #15514c;
  color: #fff !important;
  border-color: transparent;
}
.btn_white span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_white svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_primary {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #f8ae03;
  padding: 0.5rem 1.5rem 0.25rem 1.5rem !important;
  line-height: inherit;
  border-radius: 0.5rem;
  font-size: 18px;
  font-weight: 400;
  font-family: "inter-tight-variable", sans-serif;
  background-color: transparent;
  color: #f8ae03 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(47, 180, 169, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_primary:hover, .btn_outline_primary:focus, .btn_outline_primary:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #f8ae03;
  color: #fff !important;
  border-color: #f8ae03;
}
.btn_outline_primary span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_primary svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_secondary {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #2fb4a9;
  padding: 0.5rem 1.5rem 0.25rem 1.5rem !important;
  line-height: inherit;
  border-radius: 0.5rem;
  font-size: 18px;
  font-weight: 400;
  font-family: "inter-tight-variable", sans-serif;
  background-color: transparent;
  color: #2fb4a9 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(47, 180, 169, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_secondary:hover, .btn_outline_secondary:focus, .btn_outline_secondary:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #2fb4a9;
  color: #fff !important;
  border-color: #2fb4a9;
}
.btn_outline_secondary span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_secondary svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_third {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #eb5d28;
  padding: 0.5rem 1.5rem 0.25rem 1.5rem !important;
  line-height: inherit;
  border-radius: 0.5rem;
  font-size: 18px;
  font-weight: 400;
  font-family: "inter-tight-variable", sans-serif;
  background-color: transparent;
  color: #eb5d28 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(47, 180, 169, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_third:hover, .btn_outline_third:focus, .btn_outline_third:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #eb5d28;
  color: #15514c !important;
  border-color: #eb5d28;
}
.btn_outline_third span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_third svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_dark {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #15514c;
  padding: 0.5rem 1.5rem 0.25rem 1.5rem !important;
  line-height: inherit;
  border-radius: 0.5rem;
  font-size: 18px;
  font-weight: 400;
  font-family: "inter-tight-variable", sans-serif;
  background-color: transparent;
  color: #15514c !important;
  box-shadow: 0 0.125rem 0.525rem rgba(47, 180, 169, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_dark:hover, .btn_outline_dark:focus, .btn_outline_dark:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #15514c;
  color: #fff !important;
  border-color: #15514c;
}
.btn_outline_dark span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_dark svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_light {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #f3eeec;
  padding: 0.5rem 1.5rem 0.25rem 1.5rem !important;
  line-height: inherit;
  border-radius: 0.5rem;
  font-size: 18px;
  font-weight: 400;
  font-family: "inter-tight-variable", sans-serif;
  background-color: transparent;
  color: #f3eeec !important;
  box-shadow: 0 0.125rem 0.525rem rgba(47, 180, 169, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_light:hover, .btn_outline_light:focus, .btn_outline_light:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #f3eeec;
  color: #15514c !important;
  border-color: #f3eeec;
}
.btn_outline_light span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_light svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_white {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  padding: 0.5rem 1.5rem 0.25rem 1.5rem !important;
  line-height: inherit;
  border-radius: 0.5rem;
  font-size: 18px;
  font-weight: 400;
  font-family: "inter-tight-variable", sans-serif;
  background-color: transparent;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(47, 180, 169, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_white:hover, .btn_outline_white:focus, .btn_outline_white:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #fff;
  color: #15514c !important;
  border-color: #fff;
}
.btn_outline_white span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_white svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.link_primary {
  color: #f8ae03;
  text-transform: inherit;
  font-weight: 500;
  font-family: "inter-tight-variable", sans-serif;
}
.link_primary svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
  top: -2px;
}
.link_primary:hover, .link_primary:focus, .link_primary:active {
  color: #2fb4a9;
}

.link_secondary {
  color: #2fb4a9;
  text-transform: inherit;
  font-weight: 500;
  font-family: "inter-tight-variable", sans-serif;
}
.link_secondary svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
  top: -2px;
}
.link_secondary:hover, .link_secondary:focus, .link_secondary:active {
  color: #15514c;
}

.link_third {
  color: #eb5d28;
  text-transform: inherit;
  font-weight: 500;
  font-family: "inter-tight-variable", sans-serif;
}
.link_third svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
  top: -2px;
}
.link_third:hover, .link_third:focus, .link_third:active {
  color: #f8ae03;
}

.link_dark {
  color: #15514c;
  text-transform: inherit;
  font-weight: 500;
  font-family: "inter-tight-variable", sans-serif;
}
.link_dark svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
  top: -2px;
}
.link_dark:hover, .link_dark:focus, .link_dark:active {
  color: #2fb4a9;
}

.link_light {
  color: #f3eeec;
  text-transform: inherit;
  font-weight: 500;
  font-family: "inter-tight-variable", sans-serif;
}
.link_light svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
  top: -2px;
}
.link_light:hover, .link_light:focus, .link_light:active {
  color: #fff;
}

.link_white {
  color: #fff;
  text-transform: inherit;
  font-weight: 500;
  font-family: "inter-tight-variable", sans-serif;
}
.link_white svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
  top: -2px;
}
.link_white:hover, .link_white:focus, .link_white:active {
  color: #f3eeec;
}

.btn_icone {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_icone svg {
  height: calc(38px - 55%);
  width: calc(38px - 55%);
  margin: auto;
  position: relative;
}

.list-icone {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.list-icone li {
  display: inline-block;
}
.list-icone a {
  text-align: center;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-icone a svg {
  height: calc(38px - 55%);
  width: calc(38px - 55%);
  margin: auto;
  position: relative;
}

.top-container #top {
  position: fixed;
  margin: auto;
  opacity: 0;
  right: 7%;
  bottom: 70px;
}
.top-container #top.is-visible {
  opacity: 1;
}

header ul, footer ul {
  list-style: none;
  padding-left: 0;
}

/*------------------------------------------------------*/
/* -------------------- */
/* Img */
/* -------------------- */
figure {
  margin: 0;
  position: relative;
}

.filter-bw {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*------------------------------------------------------*/
/* -------------------- */
/*  Image background */
/* -------------------- */
.cardImg {
  position: relative;
  width: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  height: auto;
  display: block;
  overflow: hidden;
}
.card-item .cardImg:hover {
  opacity: 0.85;
}

/*----------*/
/*-- Container --*/
/*----------*/
.small-container {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .small-container {
    width: 900px;
  }
}

.mid-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
@media only screen and (min-width: 768px) {
  .mid-container {
    max-width: 360px;
  }
}
@media only screen and (min-width: 992px) {
  .mid-container {
    max-width: 480px;
  }
}
@media only screen and (min-width: 1200px) {
  .mid-container {
    max-width: 535px;
  }
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  .mid-container {
    max-width: 100%;
    margin: auto;
  }
}

/*----------*/
/*-- Logo --*/
/*----------*/
/*#logo, .navbar-brand{
  @include respond(max-md){
    width: $logo-widthM;
    height: $logo-heightM;
    &:not(.inherit-width){
      width: calc(130px + 2%);
    }
  }
  @include respond(min-md){
    width: $logo-widthE;
    height: $logo-heightE;
    &:not(.inherit-width){
      width: calc(150px + 4%);
    }
  }
  @include transition-all;
}*/
/*----------------*/
/*-- BG --*/
/*----------------*/
.bg_primary {
  background-color: #f8ae03;
  color: #fff;
}

.bg_secondary {
  background-color: #2fb4a9;
  color: #fff;
}

.bg_third {
  background-color: #eb5d28;
  color: #fff;
}

.bg_dark {
  background-color: #15514c;
  color: #fff;
}

.bg_light {
  background-color: #f3eeec;
  color: #15514c;
}

.bg_white {
  background-color: #fff;
  color: #15514c;
}

.bg_success {
  background-color: #2fb4a9;
  color: #fff;
}

.bg_danger {
  background-color: #eb5d28;
  color: #fff;
}

/*----------------*/
/*-- TAG --*/
/*----------------*/
.tag_primary {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0.5rem 0.75rem;
  margin: 0 0 4px 0;
  display: inline-block;
  background-color: #f8ae03;
  color: #fff;
}

.tag_secondary {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0.5rem 0.75rem;
  margin: 0 0 4px 0;
  display: inline-block;
  background-color: #2fb4a9;
  color: #fff;
}

.tag_third {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0.5rem 0.75rem;
  margin: 0 0 4px 0;
  display: inline-block;
  background-color: #eb5d28;
  color: #fff;
}

.tag_dark {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0.5rem 0.75rem;
  margin: 0 0 4px 0;
  display: inline-block;
  background-color: #15514c;
  color: #fff;
}

.tag_light {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0.5rem 0.75rem;
  margin: 0 0 4px 0;
  display: inline-block;
  background-color: #f3eeec;
  color: #15514c;
}

.tag_white {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0.5rem 0.75rem;
  margin: 0 0 4px 0;
  display: inline-block;
  background-color: #fff;
  color: #15514c;
}

/*----------------*/
/*-- Responsive --*/
/*----------------*/
@media only screen and (max-width: calc(576px - 0.2px)) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .navbar, .small-container {
    padding-right: 7%;
    padding-left: 7%;
  }
}

/*----------------------*/
/* -------------------- */
/* Animations */
/* -------------------- */
/*----------------------*/
/* -------------------- */
/* Animation bouton */
/* -------------------- */
/*https://ianlunn.github.io/Hover/*/
/* -------------------- */
/* Scroll fire */
/* -------------------- */
.fadeScroll, .fadeScrollRight, .fadeScrollLeft, .fadeElemTimeline {
  opacity: 1;
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
.fadeScroll.not-visible, .fadeScrollRight.not-visible, .fadeScrollLeft.not-visible, .fadeElemTimeline.not-visible {
  opacity: 0;
}

@media (max-width: 991.98px) {
  .fadeScroll, .fadeScrollRight, .fadeScrollLeft, .fadeElemTimeline {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .fadeScroll.not-visible, .fadeScrollRight.not-visible, .fadeScrollLeft.not-visible, .fadeElemTimeline.not-visible {
    -webkit-transform: translateY(20px) !important;
    -moz-transform: translateY(20px) !important;
    -ms-transform: translateY(20px) !important;
    transform: translateY(20px) !important;
  }
}
@media (min-width: 991.98px) {
  .fadeScrollRight, .fadeScrollLeft, .fadeElemTimeline {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .fadeScrollRight.not-visible {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }
  .fadeScrollLeft.not-visible {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  .fadeScroll {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .fadeScroll.not-visible {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
}
/**
prevArrow:"<button type='button' class='slick-prev pull-left'>\n" +
"<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" class=\"bi bi-chevron-left\" viewBox=\"0 0 16 16\">\n" +
"  <path fill-rule=\"evenodd\" d=\"M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z\"/>\n" +
"</svg></button>",
nextArrow:"<button type='button' class='slick-next pull-right'><svg xmlns=\"http://www.w3.org/2000/svg\"  fill=\"currentColor\" class=\"bi bi-chevron-right\" viewBox=\"0 0 16 16\">\n" +
"  <path fill-rule=\"evenodd\" d=\"M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z\"/>\n" +
"</svg></button>" **/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: -4rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  height: 3rem;
  width: 3rem;
  z-index: 1;
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  .slick-prev,
  .slick-next {
    bottom: -2rem;
    top: auto;
    transform: inherit;
  }
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.6;
}
.slick-prev svg,
.slick-next svg {
  height: 3rem;
  width: 3rem;
  color: #15514c;
  background: #fff;
  border-radius: 100%;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev {
  right: 4rem;
  left: auto;
}

.slick-next {
  right: calc(var(--bs-gutter-x) * 0.5);
  left: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 1.5rem;
}

.slick-dots {
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  margin-top: 1rem;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-right: 0.5rem;
  cursor: pointer;
}
.slick-dots li button {
  /*Supprime les chriffres*/
  font-size: 0;
  line-height: 0;
  border: 0;
  background: transparent;
  color: transparent;
  /*Supprime les chriffres*/
  display: block;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  content: " ";
  height: 8px;
  width: 8px;
  border-radius: 2rem;
  display: block;
  font-size: 3rem;
  text-align: center;
  color: #15514c;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f8ae03;
}
.slick-dots li.slick-active button:before {
  color: #15514c;
  opacity: 0.75;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*----------*/
/*-- FONT --*/
/*----------*/
body {
  font-family: "inter-tight-variable", sans-serif;
  color: #15514c;
}

body, p, span, a, .link, button.link {
  font-size: 18px;
}

.btn, .link {
  font-family: "inter-tight-variable", sans-serif;
}

.link {
  text-transform: inherit;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
  font-family: "inter-tight-variable", sans-serif;
  text-transform: inherit;
  font-weight: 300;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, .title a {
  font-size: 100% !important;
}

h1, .h1 {
  font-size: 48px;
}
h1 svg, .h1 svg {
  width: 48px;
  height: 48px;
}

h2, .h2 {
  font-size: 36px;
}
h2 svg, .h2 svg {
  width: 36px;
  height: 36px;
}

h3, .h3 {
  font-size: 30px;
}
h3 svg, .h3 svg {
  width: 30px;
  height: 30px;
}

h4, .h4 {
  font-size: 23px;
}
h4 svg, .h4 svg {
  width: 23px;
  height: 23px;
}

h5, .h5, h6, .h6 {
  font-size: 20px;
}
h5 svg, .h5 svg, h6 svg, .h6 svg {
  width: 20px;
  height: 20px;
}

p {
  white-space: normal !important;
}

p a, small a {
  font-size: 100%;
}

.text_primary {
  color: #f8ae03;
}

.text_secondary {
  color: #2fb4a9;
}

.text_third {
  color: #eb5d28;
}

.text_dark {
  color: #15514c;
}

.text_light {
  color: #f3eeec;
}

.text_white {
  color: #fff;
}

.text_success {
  color: #2fb4a9;
}

.text_warning {
  color: #f8ae03;
}

.text_danger {
  color: #eb5d28;
}

/* -- MENU wordpress -- */
header {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header nav {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 0;
}
header ul li a {
  font-weight: 300;
  text-transform: inherit;
  font-family: "inter-tight-variable", sans-serif;
}
header.is-scrolled {
  background-color: #fff;
}
header .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu {
  border: 0;
  border-radius: 0;
  width: 100%;
}
header .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu li {
  display: block;
  width: 100%;
}
header .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu li a {
  display: block;
  font-family: "inter-tight-variable", sans-serif;
}
header .menu-item-has-children:not(.qtranxs-lang-menu) > a:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.1em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
header .line, header .menu-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* -- MENU écran -- */
@media (min-width: 1200px) {
  header #showMenu {
    display: none;
  }
  header .menu-content {
    padding: 1rem 0;
    margin: 0;
  }
  header .menu-content .menu-item {
    display: inline-block;
  }
  header .menu-content .menu-item a {
    font-size: 18px;
    padding: 0.5rem 1rem;
    margin: 0;
    color: #15514c;
  }
  header .menu-content .menu-item a:hover, header .menu-content .menu-item a:focus, header .menu-content .menu-item a:active {
    color: #2fb4a9;
  }
  header.is-scrolled .menu-item a {
    color: #15514c;
  }
  header.is-scrolled .menu-item a:hover, header.is-scrolled .menu-item a:focus, header.is-scrolled .menu-item a:active {
    color: #15514c;
  }
  header .menu-item-has-children:not(.qtranxs-lang-menu) {
    position: relative;
  }
  header .menu-item-has-children:not(.qtranxs-lang-menu) a {
    padding: 0.5rem 1rem;
  }
  header .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 200px;
    width: 100%;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    text-align: left;
    list-style: none;
    background-color: #f8ae03;
    background-clip: padding-box;
  }
  header .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a {
    color: #fff !important;
  }
  header .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a:hover, header .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a:focus, header .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a:active {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  header .menu-item-has-children:not(.qtranxs-lang-menu):hover .sub-menu {
    display: block;
  }
}
/* -- .MENU écran -- */
/* -- MENU Mobile-- */
@media (max-width: 1200px) {
  header #showMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 35px;
    padding: 0;
    cursor: pointer;
    z-index: 100;
  }
  header #showMenu span, header #showMenu span::before, header #showMenu span::after {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 0px;
  }
  header #showMenu span {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header #showMenu span::before, header #showMenu span::after {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
  }
  header #showMenu span::before {
    top: 8px;
    transition: top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  header #showMenu span::after {
    bottom: 8px;
    transition: bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  header #showMenu.active span {
    background-color: transparent !important;
  }
  header #showMenu.active span::before, header #showMenu.active span::after {
    background-color: #15514c !important;
  }
  header #showMenu.active span::before {
    top: 0;
    transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header #showMenu.active span::after {
    bottom: 0;
    transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header #showMenu.active #quitMenu {
    display: block;
    width: 20%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    animation: 300ms ease-in opacityAnim;
  }
  header #showMenu span, header #showMenu span::before, header #showMenu span::after {
    background-color: #f8ae03;
  }
  header.is-scrolled #showMenu span, header.is-scrolled #showMenu span::before, header.is-scrolled #showMenu span::after {
    background-color: #f8ae03;
  }
  header .menu-container {
    top: 0;
    background: #f8ae03;
    position: fixed;
    overflow: scroll;
    box-sizing: border-box;
    width: 80%;
    max-width: 100%;
    height: 100%;
    right: -100%;
    z-index: 1;
  }
  header .menu-container.open {
    right: 0;
  }
  header .menu-content {
    padding: 2rem;
    margin-top: 50px;
    max-width: 100%;
    margin-bottom: 0;
    position: relative;
    z-index: 103;
  }
  header .menu-content .menu-item {
    list-style: none;
  }
  header .menu-content .menu-item a {
    font-size: 30px;
    margin: 0.7rem 0rem;
    padding: 0.5rem 0rem;
    display: block;
    color: #15514c;
  }
  header .menu-content .menu-item a:hover, header .menu-content .menu-item a:focus, header .menu-content .menu-item a:active {
    color: rgba(21, 81, 76, 0.5);
  }
}
/* -- .MENU Mobile -- */
@keyframes opacityAnim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
code, bdi {
  font-family: inherit;
  color: #15514c;
  line-height: inherit;
}

.woocommerce a {
  color: #2fb4a9;
}
.woocommerce a:hover, .woocommerce a:focus, .woocommerce a:active {
  color: #f8ae03;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f3eeec;
  color: #15514c;
  border-top: 3px solid #f8ae03;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}

.woocommerce-info {
  border-top-color: #2fb4a9 !important;
}
.woocommerce-info::before {
  color: #2fb4a9 !important;
}

.woocommerce-button {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.5rem 1.5rem 0.25rem 1.5rem !important;
  line-height: inherit;
  border-radius: 0.5rem;
  font-size: 18px;
  font-weight: 400;
  font-family: "inter-tight-variable", sans-serif;
  background-color: #2fb4a9;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(47, 180, 169, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce-button:hover, .woocommerce-button:focus, .woocommerce-button:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #15514c;
  color: #fff !important;
  border-color: transparent;
}
.woocommerce-button span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-button svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.woocommerce-page h1, .woocommerce-page .title {
  font-weight: 600;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
  margin: 3px;
  color: #fff;
  background-color: #f8ae03;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:active, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:active, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:active, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:active, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:focus, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:active, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:focus, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:active, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:focus, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:active, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:focus, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:active {
  background-color: #2fb4a9;
  color: #fff;
}

.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 6px;
}

.woocommerce-MyAccount-navigation {
  margin-bottom: 2rem;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(47, 180, 169, 0.45);
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #f8ae03;
}

.wpmc-tabs-wrapper .wpmc-tab-item.current::before {
  border-bottom-color: #f8ae03 !important;
}

.wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-number {
  border-color: #f8ae03 !important;
}

.woocommerce-page .button {
  display: inline-block !important;
  text-align: center !important;
  white-space: inherit !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  text-transform: inherit !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: transparent !important;
  padding: 0.5rem 1.5rem 0.25rem 1.5rem !important;
  line-height: inherit !important;
  border-radius: 0.5rem !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  background-color: #2fb4a9 !important;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(47, 180, 169, 0.1) !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.woocommerce-page .button:hover, .woocommerce-page .button:focus, .woocommerce-page .button:active {
  text-decoration: none !important;
  outline: 0 transparent !important;
  background-color: #f8ae03 !important;
  color: #fff !important;
  border-color: transparent !important;
}

.wc_payment_method .input-radio, .wc_payment_method label {
  display: inline-block !important;
}

@media only screen and (max-width: calc(576px - 0.2px)) {
  .woocommerce-cart-form .coupon {
    margin: 1rem 0;
  }
  .woocommerce-cart-form #button-addon {
    border-radius: 0.5rem;
    margin-top: 0.5rem;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .woocommerce-cart-form .coupon {
    margin: 1rem 0;
  }
  .woocommerce-cart-form #coupon_code {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}

.order_details {
  padding-left: 0 !important;
}
.order_details li {
  float: none !important;
  margin-bottom: 1rem !important;
  margin-right: 0 !important;
  border-right: 0 dashed transparent !important;
  padding-right: 0 !important;
}

.select2-container {
  max-width: 300px !important;
  box-sizing: border-box !important;
}

.select2-search {
  width: 100%;
  position: relative;
}
.select2-search:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../medias/search.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  position: absolute;
  right: 5px;
  top: 5px;
}

.select2-search__field {
  border: 1px solid rgba(47, 180, 169, 0.45) !important;
  min-width: 180px !important;
  float: none !important;
  padding-right: 25px !important;
  width: 100% !important;
  border-radius: 4px !important;
  display: block !important;
  padding: 5px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #2fb4a9 !important;
  color: #fff;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.select2-container.select2-container--open .select2-dropdown--below {
  border-color: #2fb4a9 !important;
}

.woocommerce-membre-selection h3 {
  font-size: 18px !important;
}

/* -------------- */
/* Setting */
/* -------------- */
body {
  font-family: "inter-tight-variable", sans-serif;
  color: #15514c;
  font-weight: 300;
}
body main a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #2fb4a9;
}
body main a:hover, body main a:focus, body main a:active {
  color: #f8ae03;
}

strong, b {
  font-weight: 700 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
  color: #15514c;
}

.title-section {
  color: #15514c;
  font-size: 48px;
  font-weight: 500;
  font-size: 40px;
}

main:not(#formation, #equipe) h1.title {
  font-weight: 500;
  margin-bottom: 2rem;
  color: #2fb4a9;
}

.bloc-text-img {
  border-radius: 2rem;
}
.bloc-text-img figure {
  display: flex;
}
.bloc-text-img img {
  margin: auto;
}
.bloc-text-img .content-text {
  background-color: #2fb4a9;
  color: #fff;
  border-radius: 2rem;
}
.bloc-text-img .content-text a {
  color: #fff;
  text-transform: inherit;
  font-weight: 500;
  font-family: "inter-tight-variable", sans-serif;
}
.bloc-text-img .content-text a svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
  top: -2px;
}
.bloc-text-img .content-text a:hover, .bloc-text-img .content-text a:focus, .bloc-text-img .content-text a:active {
  color: #f3eeec;
}
.bloc-text-img.with-img {
  box-shadow: -2px 0px 35px -10px rgba(47, 180, 169, 0.3) !important;
}
.bloc-text-img.with-img .content-text {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  display: flex;
}
.bloc-text-img.with-img .content-text article {
  margin: auto;
}

.border-top, .border, .border-left, .border-right, .border-bottom {
  border-color: rgba(47, 180, 169, 0.25) !important;
}

.small_content_white {
  background-color: #fff;
  border: 1px solid #f3eeec;
  border-radius: 2rem;
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  box-shadow: 0 0.125rem 0.525rem rgba(47, 180, 169, 0.1);
}

/* -------------- */
/* Alert */
/* -------------- */
.alert {
  color: #15514c;
  text-align: center;
}
.alert.alert-warning {
  background-color: rgba(248, 174, 3, 0.3);
  border-color: #f8ae03;
}
.alert.alert-info {
  background-color: rgba(47, 180, 169, 0.3);
  border-color: #2fb4a9;
}
.alert.alert-success {
  background-color: rgba(47, 180, 169, 0.3);
  border-color: #2fb4a9;
}

/* -------------- */
/* Buttons */
/* -------------- */
.btn-img {
  font-size: 23px;
  text-align: center;
  padding: 1rem;
  border-radius: 2rem;
  line-height: 1;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-img img {
  width: 100px;
  display: block;
  margin: auto;
}

/* -------------- */
/* Cards */
/* -------------- */
.card-item-horizontal, .card-item {
  border: 1px solid #f3eeec;
  box-shadow: 0px 10px 14px -7px rgba(47, 180, 169, 0.2) !important;
  position: relative;
  border-radius: 1.5rem;
  height: 100%;
  overflow: hidden;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card-item-horizontal:hover, .card-item-horizontal:focus, .card-item-horizontal:active, .card-item:hover, .card-item:focus, .card-item:active {
  box-shadow: 0px 10px 14px -7px rgba(47, 180, 169, 0.4) !important;
}
.card-item-horizontal .title-text, .card-item .title-text {
  font-weight: 500;
  font-size: 23px;
  margin-top: 10px;
}

.card-item .content {
  height: 100%;
}
.card-item ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.card-item ul li:not(:first-of-type) {
  border-top: 1px solid rgba(21, 81, 76, 0.1);
}
.card-item ul li:not(.date) {
  padding: 0.5rem 0;
}
.card-item ul .date {
  display: block;
}
.card-item .btn_primary {
  margin-bottom: 2rem;
}
.card-item .cardImg {
  padding-top: 60%;
  border: 1px solid #f3eeec;
}

.card-item-horizontal .cardImg {
  padding-top: 100%;
}

.slider-3-items, .slider-2-items {
  margin-top: 1rem;
}
.slider-3-items .slick-track, .slider-2-items .slick-track {
  display: flex;
  align-items: stretch;
  padding-bottom: 2rem;
}
.slider-3-items .item, .slider-2-items .item {
  float: none !important;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  height: auto !important;
}

/* -------------- */
/* Header */
/* -------------- */
#logo {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: calc(768px - 0.2px)) {
  header #logo {
    width: 150px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  header #logo {
    width: 200px;
    height: auto;
  }
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  header.is-scrolled #logo {
    width: 130px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  header.is-scrolled #logo {
    width: 150px;
    height: auto;
  }
}

#menu-top {
  display: flex;
  align-items: end;
  justify-content: end;
  margin: 0;
}
#menu-top a {
  color: #15514c;
  margin-left: 1rem;
}
#menu-top a:hover, #menu-top a:focus, #menu-top a:active {
  color: #fff;
}

#menu-cart-toggle {
  position: relative;
}

/* Mini panier*/
.cart-count {
  display: inline-block;
  min-width: 18px;
  height: 20px;
  padding: 6px;
  font-size: 12px;
  line-height: 1;
  background-color: #eb5d28;
  color: white;
  border-radius: 50%;
  text-align: center;
  vertical-align: top;
  font-weight: bold;
  transition: transform 0.2s ease;
  position: absolute;
  top: -9px;
  right: -7px;
}

.menu-compte .menu-cart-icon, .menu-compte .btn_compte, .menu-compte .btn_menu {
  margin-left: 0.5rem;
}
.menu-compte .menu-cart-icon {
  order: 1;
}
.menu-compte .menu-cart-icon a {
  color: #15514c;
  text-transform: inherit;
  font-weight: 500;
  font-family: "inter-tight-variable", sans-serif;
}
.menu-compte .menu-cart-icon a svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
  top: -2px;
}
.menu-compte .menu-cart-icon a:hover, .menu-compte .menu-cart-icon a:focus, .menu-compte .menu-cart-icon a:active {
  color: #2fb4a9;
}
.menu-compte .dashicons-cart {
  width: 30px;
  height: 30px;
  font-size: 30px;
}
.menu-compte .btn_compte {
  order: 2;
}
.menu-compte .btn_menu {
  order: 3;
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  .menu-compte {
    padding: 0 2rem;
  }
  .menu-compte .btn_compte, .menu-compte .btn_menu {
    margin-top: 1rem;
  }
  .menu-compte .btn_compte a, .menu-compte .btn_menu a {
    width: 100%;
    display: block;
  }
  .menu-compte .btn_compte a {
    display: inline-block;
    text-align: center;
    white-space: inherit;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: inherit;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    padding: 0.5rem 1.5rem 0.25rem 1.5rem !important;
    line-height: inherit;
    border-radius: 0.5rem;
    font-size: 18px;
    font-weight: 400;
    font-family: "inter-tight-variable", sans-serif;
    background-color: transparent;
    color: #fff !important;
    box-shadow: 0 0.125rem 0.525rem rgba(47, 180, 169, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menu-compte .btn_compte a:hover, .menu-compte .btn_compte a:focus, .menu-compte .btn_compte a:active {
    text-decoration: none;
    outline: 0 transparent;
    background-color: #fff;
    color: #15514c !important;
    border-color: #fff;
  }
  .menu-compte .btn_compte a span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-compte .btn_compte a svg {
    position: relative;
    width: 1.6rem;
    height: 1.6rem;
  }
  .menu-compte .btn_menu a {
    display: inline-block;
    text-align: center;
    white-space: inherit;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: inherit;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    padding: 0.5rem 1.5rem 0.25rem 1.5rem !important;
    line-height: inherit;
    border-radius: 0.5rem;
    font-size: 18px;
    font-weight: 400;
    font-family: "inter-tight-variable", sans-serif;
    background-color: #fff;
    color: #15514c !important;
    box-shadow: 0 0.125rem 0.525rem rgba(47, 180, 169, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menu-compte .btn_menu a:hover, .menu-compte .btn_menu a:focus, .menu-compte .btn_menu a:active {
    text-decoration: none;
    outline: 0 transparent;
    background-color: #15514c;
    color: #fff !important;
    border-color: transparent;
  }
  .menu-compte .btn_menu a span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-compte .btn_menu a svg {
    position: relative;
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .menu-compte {
    margin-bottom: 0;
  }
  .menu-compte li {
    display: inline-block;
  }
  .menu-compte .menu-cart-icon {
    padding-right: 0.5rem;
  }
  .menu-compte .btn_menu a {
    display: inline-block;
    text-align: center;
    white-space: inherit;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: inherit;
    border-width: 1px;
    border-style: solid;
    border-color: #f8ae03;
    padding: 0.5rem 1.5rem 0.25rem 1.5rem !important;
    line-height: inherit;
    border-radius: 0.5rem;
    font-size: 18px;
    font-weight: 400;
    font-family: "inter-tight-variable", sans-serif;
    background-color: transparent;
    color: #f8ae03 !important;
    box-shadow: 0 0.125rem 0.525rem rgba(47, 180, 169, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menu-compte .btn_menu a:hover, .menu-compte .btn_menu a:focus, .menu-compte .btn_menu a:active {
    text-decoration: none;
    outline: 0 transparent;
    background-color: #f8ae03;
    color: #fff !important;
    border-color: #f8ae03;
  }
  .menu-compte .btn_menu a span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-compte .btn_menu a svg {
    position: relative;
    width: 1.6rem;
    height: 1.6rem;
  }
  .menu-compte .btn_compte a {
    display: inline-block;
    text-align: center;
    white-space: inherit;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: inherit;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    padding: 0.5rem 1.5rem 0.25rem 1.5rem !important;
    line-height: inherit;
    border-radius: 0.5rem;
    font-size: 18px;
    font-weight: 400;
    font-family: "inter-tight-variable", sans-serif;
    background-color: #f8ae03;
    color: #fff !important;
    box-shadow: 0 0.125rem 0.525rem rgba(47, 180, 169, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menu-compte .btn_compte a:hover, .menu-compte .btn_compte a:focus, .menu-compte .btn_compte a:active {
    text-decoration: none;
    outline: 0 transparent;
    background-color: #2fb4a9;
    color: #fff !important;
    border-color: transparent;
  }
  .menu-compte .btn_compte a span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-compte .btn_compte a svg {
    position: relative;
    width: 1.6rem;
    height: 1.6rem;
  }
}

@media only screen and (max-width: calc(768px - 0.2px)) {
  .menu-compte-ecran {
    margin-bottom: 0;
    padding: 0;
  }
  .menu-compte-ecran .btn_compte, .menu-compte-ecran .btn_menu {
    display: none;
  }
}

@media only screen and (max-width: calc(768px - 0.2px)) {
  .menu-compte-mobile .menu-cart-icon {
    display: none;
  }
}

#header.is-scrolled {
  box-shadow: -2px 0px 35px -10px rgba(47, 180, 169, 0.3) !important;
}

/* -------------- */
/* HOME & équipe */
/* -------------- */
#chiffres {
  text-align: center;
}
#chiffres img {
  width: 100px;
  max-width: 100%;
}
#chiffres figcaption {
  margin-top: 1.5rem;
}

#home #chiffres h3 {
  font-size: 48px;
}

#equipe #chiffres h3 {
  font-size: 30px;
}

#resultats_avantages .banner {
  min-height: 45vh;
}
@media only screen and (min-width: 768px) {
  #resultats_avantages .banner article {
    top: 0;
    position: absolute;
    right: 0;
    width: 400px;
    border-bottom-left-radius: 2rem;
  }
}
#resultats_avantages ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  margin-top: -75px;
  text-align: center;
  z-index: 1;
  position: relative;
}
#resultats_avantages ul li {
  text-align: center;
  display: inline-block;
  padding: 0.5rem;
}
#resultats_avantages ul .chiffre_avantages {
  display: block;
  color: #fff;
  height: 45px;
  width: 45px;
  background-color: #f8ae03;
  border-radius: 100%;
  line-height: 49px;
  margin: auto;
  font-weight: 700;
}

.liste_equipe .membre {
  padding: 1.5rem;
  text-align: center;
}
.liste_equipe .membre img {
  border-radius: 2rem;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  .liste_equipe article.col-6:nth-of-type(even) .membre {
    background-color: rgba(243, 238, 236, 0.5);
    border-radius: 2rem;
  }
}
@media only screen and (min-width: 576px) {
  .liste_equipe article.col-6:nth-child(1) .membre, .liste_equipe article.col-6:nth-child(3) .membre {
    background-color: rgba(243, 238, 236, 0.5);
    border-radius: 2rem;
  }
}

/* -------------- */
/* Ancien Banner */
/* -------------- 

.banner{

  .row{
    @include respond(min-md){
      flex-wrap: nowrap!important;
      .content-img{
        margin-left: -8.33333333%;
      }
      article{
        margin-right: -8.33333333%;
      }
    }
  }
  .cardImg{
    border-radius: $border-radius;
    @include shadow;
    @include respond(max-md){
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      padding-top: 30vh;
    }
    @include respond(min-md){
      padding-top: 50vh;
    }
    @include respond(min-lg){
      padding-top: 45vh;
    }
    @include respond(min-xl){
      padding-top: 40vh;
    }
  }
  .title{
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 0.16rem;
    font-size: $sFont;
  }
  .sub-title{
    font-weight: 600;
    font-size: $xlFont;
  }
  article{
    background-color: #fff;
    @include shadow;
    padding: 1.5rem;
    border-radius: $border-radius;
    z-index: 1;
    @include respond(max-md){
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
  }

  ul{
    @include reset-list;
    li{
      margin-bottom: 0.5rem;
    }
  }

} */
/* -------------- */
/* Banner */
/* -------------- */
.banner {
  border-radius: 2rem;
  overflow: visible;
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  .banner {
    background-image: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .banner {
    min-height: 70vh;
  }
}
.banner .img-mobile {
  padding-top: 70%;
}
.banner .title {
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 0.16rem;
  font-size: 20px;
}
.banner .sub-title {
  font-weight: 600;
  font-size: 36px;
}
.banner article {
  background-color: #fff;
  padding: 2rem;
  border-top-right-radius: 2rem;
  z-index: 1;
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  .banner article {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.banner ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.banner ul li {
  margin-bottom: 0.5rem;
}

/* -------------- */
/* Main */
/* -------------- */
main {
  position: relative;
}
main:before, main:after {
  content: "";
  display: block;
  width: 100%;
  height: 30vh;
  position: absolute;
  opacity: 0.15;
  left: 0;
  z-index: -1;
}
/* -------------- */
/* Formations */
/* -------------- */
.list-formations {
  background-color: #f3eeec;
  color: #15514c;
}

.formateur svg {
  position: relative;
  top: -2px;
}

#liens-utiles ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
#liens-utiles li {
  margin-bottom: 1rem;
}
#liens-utiles a {
  font-size: 30px;
}
#liens-utiles a svg {
  top: -2px;
}

#formation aside {
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: -2px 0px 35px -10px rgba(47, 180, 169, 0.3) !important;
}
#formation .sticky-top {
  top: 170px;
}
#formation .nav-tabs {
  display: block;
}
@media only screen and (max-width: calc(992px - 0.2px)) {
  #formation .nav-tabs {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  #formation .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    align-items: self-end;
  }
}
#formation .nav-tabs .nav-link {
  margin-bottom: -1px;
  border-radius: 4px;
  margin-right: 1rem;
  border: 1px solid #2fb4a9 !important;
  color: #2fb4a9;
}
@media only screen and (max-width: calc(992px - 0.2px)) {
  #formation .nav-tabs .nav-link {
    display: block;
    width: 100%;
  }
}
#formation .nav-tabs .nav-link.active {
  background-color: #2fb4a9;
  color: #fff;
}
#formation .nav-tabs .nav-link:hover, #formation .nav-tabs .nav-link:focus, #formation .nav-tabs .nav-link:active {
  background-color: #2fb4a9;
  color: #fff;
}
#formation #banner .banner-img {
  padding-top: 20vh;
  border-radius: 2rem;
}

.nav-tabs, .nav-tabs .nav-link {
  border-width: 0 !important;
}

.tab-content > .active {
  display: block;
}

.labelformation {
  font-weight: 500;
}

.item-block {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.title-filtre {
  margin-top: 1.5rem;
  font-weight: 700;
  color: #2fb4a9;
  font-size: 15px;
}

.card-formateur {
  width: 150px;
  max-width: 100%;
  display: inline-block;
}
.card-formateur img {
  border-radius: 2rem;
}

/* -------------- */
/* Fil d'ariane */
/* -------------- */
#formateur .small-container {
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0 0.125rem 0.525rem rgba(47, 180, 169, 0.1);
}
#formateur .small-container img {
  border-radius: 2rem;
}

.formateur-img {
  margin-bottom: 1rem;
  margin-top: -70px;
}
.formateur-img img {
  border-radius: 2rem;
}

/* -------------- */
/* Fil d'ariane */
/* -------------- */
.breadcrumb-container {
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb-container a {
  color: #2fb4a9;
  text-transform: inherit;
  font-weight: 500;
  font-family: "inter-tight-variable", sans-serif;
}
.breadcrumb-container a svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
  top: -2px;
}
.breadcrumb-container a:hover, .breadcrumb-container a:focus, .breadcrumb-container a:active {
  color: #15514c;
}

#contact .parking p {
  margin-bottom: 0;
}
#contact h5 {
  color: #f8ae03;
  font-weight: 700;
}

/* -------------- */
/* map */
/* -------------- */
#map {
  min-height: 400px;
}
#map .text-location {
  font-size: 15px;
}
#map .gm-style-iw {
  padding-left: 0;
}
#map .gm-style-iw-d {
  padding-left: 18px;
}
#map .gm-style-iw-chr {
  border-bottom: 1px solid rgba(21, 81, 76, 0.15);
  margin-bottom: 1rem;
  background-color: #f3eeec;
}
#map button {
  width: auto !important;
  height: auto !important;
}
#map button span {
  margin: 0.35rem !important;
}

/* -------------- */
/* Footer */
/* -------------- */
footer {
  box-shadow: -2px 0px 35px -10px rgba(47, 180, 169, 0.3) !important;
}
footer .content {
  color: #15514c;
}
footer a {
  color: #f8ae03;
}
footer a:hover, footer a:focus, footer a:active {
  color: #2fb4a9;
}
footer .list-icone a {
  background-color: #f8ae03;
  color: #fff;
}
footer .list-icone a:hover, footer .list-icone a:focus, footer .list-icone a:active {
  background-color: #2fb4a9;
  color: #fff;
}

#newsletter .btn_primary {
  border-top-left-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-right-radius: 2rem !important;
  border-bottom-right-radius: 2rem !important;
}
#newsletter .form-control {
  border: 1px solid #f8ae03 !important;
  border-top-left-radius: 2rem !important;
  border-bottom-left-radius: 2rem !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* -------------- */
/* FAQ */
/* -------------- */
.accordion {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.accordion li.item {
  border: 1px solid #2fb4a9;
  border-radius: 2rem;
  padding: 1rem;
  margin-top: 1.5rem;
}
.accordion button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 23px;
  text-align: left;
  padding: 0;
}
.accordion button.collapsed svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion button svg {
  width: 1.8rem;
  margin-left: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  flex: 0 0 auto;
}
.accordion .content {
  padding: 1rem 0;
}

/* FACEWP */
.facetwp-facet, .facetwp-depth {
  margin-bottom: 0 !important;
}
.facetwp-facet .facetwp-checkbox, .facetwp-depth .facetwp-checkbox {
  background: none;
  border: 1px solid #15514c;
  padding: 0.5rem 0.75rem 0.35rem 0.75rem !important;
  margin-bottom: 0.5rem;
  border-radius: 2rem;
  line-height: 1.1;
}
.facetwp-facet .facetwp-checkbox span, .facetwp-depth .facetwp-checkbox span {
  font-size: 15px;
}
.facetwp-facet .facetwp-checkbox.checked, .facetwp-depth .facetwp-checkbox.checked {
  background-image: none !important;
  background-color: #15514c !important;
  color: #fff !important;
}
@media only screen and (min-width: 768px) {
  .facetwp-facet .facetwp-checkbox, .facetwp-depth .facetwp-checkbox {
    display: inline-block;
    margin-right: 0.5rem;
  }
}

.facetwp-counter {
  background: #2fb4a9;
  color: #fff;
  font-size: 12px !important;
  line-height: 1;
  font-weight: bold;
  padding: 3px 5px 0px 5px;
  border-radius: 2px;
}

.facetwp-reset-button::before {
  content: "↻"; /* Icône de reset */
  font-size: 18px;
  margin-right: 2px;
  display: inline-block;
}

.facetwp-depth {
  margin-left: 0 !important;
}

/* Masquer les catégories parent et "Non classé" */
.facetwp-checkbox[data-value=categories-de-formation],
.facetwp-checkbox[data-value=rubriques-de-formation],
.facetwp-checkbox[data-value=non-classe] {
  display: none !important;
}

.tag {
  background: rgba(248, 174, 3, 0.3);
  color: #f8ae03;
  padding: 0.2rem 0.5rem;
  display: inline-block;
  margin: 1px;
  border-radius: 4px;
  font-size: 14px;
}
.tag.new {
  background: rgba(47, 180, 169, 0.3);
  color: #2fb4a9;
}
.tag.complet {
  background: rgba(235, 93, 40, 0.3);
  color: #eb5d28;
}

/* Classe pour animer le badge quand mis à jour */
.cart-count.updated {
  animation: cart-bounce 0.4s ease;
}

@keyframes cart-bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.woocommerce .quantity .qty {
  display: none !important;
}

/* Flyout wrapper */
.mini-cart-modal {
  position: fixed;
  top: 185px;
  right: 0;
  width: 400px;
  max-width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 99999;
  overflow-y: auto;
  border: 1px solid #f3eeec;
}
.mini-cart-modal .remove_from_cart_button {
  color: #eb5d28;
}
.mini-cart-modal a {
  color: #15514c;
  text-transform: inherit;
  font-weight: 500;
  font-family: "inter-tight-variable", sans-serif;
}
.mini-cart-modal a svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
  top: -2px;
}
.mini-cart-modal a:hover, .mini-cart-modal a:focus, .mini-cart-modal a:active {
  color: #2fb4a9;
}
.mini-cart-modal ul {
  list-style: none;
  padding-left: 0;
}
.mini-cart-modal ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(21, 81, 76, 0.15);
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}

/* When open */
.mini-cart-modal.open {
  transform: translateX(0);
}

.mini-cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #f3eeec;
}
.mini-cart-header h2 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 700;
}
.mini-cart-header .close-cart {
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

/* Inner content */
.mini-cart-inner {
  padding: 16px;
}

.mini-cart-footer {
  padding: 16px;
  border-top: 1px solid light;
  background: rgba(243, 238, 236, 0.3);
}

.cart-total {
  font-weight: bold;
  margin-bottom: 12px;
}

.cart-actions {
  display: flex;
  gap: 10px;
}

.cart-actions a {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.5rem 1.5rem 0.25rem 1.5rem !important;
  line-height: inherit;
  border-radius: 0.5rem;
  font-size: 18px;
  font-weight: 400;
  font-family: "inter-tight-variable", sans-serif;
  background-color: #2fb4a9;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(47, 180, 169, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 100%;
}
.cart-actions a:hover, .cart-actions a:focus, .cart-actions a:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #15514c;
  color: #fff !important;
  border-color: transparent;
}
.cart-actions a span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-actions a svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.remove_from_cart_button {
  font-weight: 700;
  color: #eb5d28;
}

.z-1 {
  z-index: 1 !important;
}/*# sourceMappingURL=style.css.map */