.partner-wrapper a img {
  width: fit-content;
  margin: 0 auto;
}
.uppercase {
  text-transform: uppercase;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-none {
  display: none;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.x-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.x-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: end !important;
}
.y-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.x-y-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.medium {
  font-weight: 500;
}
.box-shadow {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.05);
}
.text-center {
  text-align: center;
}
.overlay {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
}
.full-width {
  max-width: 100% !important;
}
.bold {
  font-weight: 700;
}
.no-mt {
  margin-top: inherit !important;
}
.blur-background {
  background-color: rgba(255, 255, 255, 0.7) !important;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.pn {
  padding: none !important;
}
.box-white {
  background: #fff;
}
.box-yellow {
  background: #fdd800;
}
.box-green {
  background: #30a97f;
}
.box-grey {
  background: #f5f5f5;
}
.btn {
  text-decoration: none;
  padding: 20px 30px;
  text-align: center;
  border-radius: 99rem;
}
.rounded {
  border-radius: 99rem;
}
.wpcf7-send-container,
.btn.yellow {
  color: #fff;
  background: #fdd800 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn.bleu {
  color: #30a97f;
  background: #ffffff !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.bleu:hover {
  background: #e4c200 !important;
  color: #fff !important;
}
.wpcf7-send-container:hover,
.btn.yellow:hover {
  background: #e4c200 !important;
}
.block-top.no-notch {
  -webkit-mask-image: none !important;
  mask-image: none !important;
  -webkit-mask-repeat: initial !important;
  mask-repeat: initial !important;
  -webkit-mask-size: initial !important;
  mask-size: initial !important;
  -webkit-mask-position: initial !important;
  mask-position: initial !important;
}
.sticky {
  position: fixed !important;
  top: 0;
  width: 100% !important;
  z-index: 10 !important;
}
@media (min-width: 500px) {
  .li-column ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
body.login {
  background-color: #30a97f;
}
.login h1 a {
  background-image: url(/wp-content/themes/chronos/assets/images/logo.svg);
  width: auto;
  height: 90px;
  background-size: contain !important;
}
.login .language-switcher {
  display: none;
}
.login #login {
  width: 35%;
  padding: 2%;
  margin: 5% auto;
  border-radius: 0;
  background: #fff;
}
.login #login form {
  background: rgba(0, 0, 0, 0);
  border: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
}
.login #login form label {
  font:
    400 1.4rem/1.9rem "Lato",
    sans-serif;
  text-transform: uppercase;
  color: #32695f;
}
.login #login form input[type="text"],
.login #login form input[type="password"] {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #32695f;
  background-color: rgba(172, 206, 199, 0.12);
}
.login #login form input[type="text"]:focus,
.login #login form input[type="password"]:active {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #32695f;
  background-color: rgba(172, 206, 199, 0.12);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.login #login form .forgetmenot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.login #login form .forgetmenot label {
  text-transform: initial;
  color: #32695f;
}
.login #login form .forgetmenot input[type="checkbox"] {
  width: 16px;
  min-width: 16px;
  height: 16px;
  border: solid 1px #32695f;
  position: relative;
  margin-right: 10px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.login #login form .forgetmenot input[type="checkbox"]:checked {
  outline: none;
}
.login #login form .forgetmenot input[type="checkbox"]:checked:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #32695f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-25%, -30%);
  transform: translate(-25%, -30%);
}
.login #login .message {
  border-left: 4px solid #32695f;
}
.login #login #backtoblog a,
.login #login #nav a,
.login #login .privacy-policy-link {
  text-decoration: none;
  color: #32695f;
}
.login #login #backtoblog a:hover,
.login #login #nav a:hover,
.login #login .privacy-policy-link:hover {
  text-decoration: none;
  color: #b4cded;
}
.wp-core-ui .button-secondary {
  color: #32695f;
}
.wp-core-ui .button-secondary:hover {
  color: #b4cded;
}
.wp-core-ui .button-primary {
  background: #32695f;
  border-color: #32695f;
  color: #fff;
  border-radius: 0;
}
.wp-core-ui .button-primary:hover {
  background: rgba(0, 0, 0, 0);
  border-color: #b4cded;
  color: #b4cded;
}
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
ul,
output,
ruby,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
select,
label,
img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
strong {
  font-weight: bold;
}
html {
  font-size: 62.5% !important;
}
body {
  background: #f5f5f5;
  font:
    400 1.6rem/2.1rem "Lato",
    sans-serif;
  color: #0d1821;
  overflow-x: hidden;
  max-width: 4000px;
  margin: 0 auto;
}
/* ===== Widget flottant ===== */
body .widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: fixed;
  top: 230px;
  right: 0;
  z-index: 3;
  width: auto;
}
@media (max-width: 768px) {
  body .widget {
    top: unset;
    bottom: 10px;
  }
}
body .widget a {
  text-decoration: none;
}
/* Bouton téléphone */
body .widget .widget__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  background-color: #32695f;
  border-radius: 20px 0 0 20px;
  -webkit-box-shadow: 0px 3px 18px -5px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 3px 18px -5px rgba(0, 0, 0, 0.24);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
body .widget .widget__phone:hover {
  background-color: #265049;
}
@media (max-width: 768px) {
  body .widget .widget__phone {
    width: 50px;
    height: 50px;
    border-radius: 15px 0 0 15px;
  }
}
body .widget .widget__phone .widget__icon-wrap {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body .widget .widget__phone .widget__icon-wrap img {
  width: 24px;
  height: auto;
  display: block;
}
/* Items recruteur / apprenti */
body .widget .widget__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 63px;
  overflow: hidden;
  background-color: #fdd800;
  border-radius: 20px 0 0 20px;
  -webkit-box-shadow: 0px 3px 18px -5px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 3px 18px -5px rgba(0, 0, 0, 0.24);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
body .widget .widget__item:hover {
  background-color: #f0cc00;
}
@media (max-width: 768px) {
  body .widget .widget__item {
    height: 50px;
    border-radius: 15px 0 0 15px;
  }
}
/* Wrapper de découpe : gère la largeur visible */
body .widget .widget__text-clip {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 190px;
  overflow: hidden;
  /* Au retour (dé-scroll / hover) : le conteneur s'ouvre d'abord */
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (max-width: 768px) {
  body .widget .widget__text-clip {
    width: 145px;
  }
}
/* Texte : largeur fixe, jamais de reflow. Transitions opacity uniquement */
body .widget .widget__text {
  width: 190px;
  padding: 0 18px 0 4px;
  font-size: 16px;
  line-height: 20px;
  color: #32695f;
  white-space: normal;
  opacity: 1;
  /* Au retour : le texte réapparaît après l'ouverture du conteneur */
  -webkit-transition: opacity 0.2s ease 0.25s;
  transition: opacity 0.2s ease 0.25s;
}
body .widget .widget__text strong {
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  body .widget .widget__text {
    font-size: 13px;
    line-height: 15px;
    /* width: 145px; */
    padding: 0 12px 0 4px;
  }
}
body .widget .widget__icon-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 63px;
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  body .widget .widget__icon-wrap {
    width: 50px;
    height: 50px;
  }
}
body .widget .widget__item .widget__icon-wrap img {
  width: 26px;
  height: auto;
  display: block;
}
/* Scroll : texte disparaît immédiatement (0.15s),
   puis le conteneur se rétracte seul (délai 0.1s) */
body .widget.widget--scrolled .widget__text {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
body .widget.widget--scrolled .widget__text-clip {
  width: 0;
  -webkit-transition: width 0.35s ease 0.1s;
  transition: width 0.35s ease 0.1s;
}
/* Hover (quand scrollé) : conteneur s'ouvre, puis texte réapparaît */
body .widget.widget--scrolled .widget__item:hover .widget__text-clip {
  width: 190px;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
body .widget.widget--scrolled .widget__item:hover .widget__text {
  opacity: 1;
  -webkit-transition: opacity 0.005s ease 0.3s;
  transition: opacity 0.005s ease 0.3s;
}
@media (max-width: 768px) {
  body .widget.widget--scrolled .widget__item:hover .widget__text-clip {
    width: 145px;
  }
}
h1,
h2,
h3,
h4 {
  text-transform: uppercase;
}
h1 {
  font:
    700 3.6rem/4.1rem "Lato",
    sans-serif;
  margin: 0 0 4.1rem 0;
}
@media (max-width: 500px) {
  h1 {
    font-size: 10vw !important;
    line-height: 10vw !important;
  }
}
h2 {
  font:
    100 4.5rem/3.5rem "Varela Round",
    sans-serif;
  margin: 0 0 7rem 0;
  color: #32695f;
}
@media (max-width: 500px) {
  h2 {
    font-size: 8vw !important;
    line-height: 8vw !important;
    margin-bottom: 20px !important;
  }
}
h3 {
  font:
    200 2.4rem/2.9rem "Lato",
    sans-serif;
  margin: 0 0 2.9rem 0;
}
@media (max-width: 500px) {
  h3:not(.bubblehover-title) {
    margin-bottom: 20px !important;
  }
}
h4 {
  font:
    400 1.8rem/2.3rem "Lato",
    sans-serif;
  margin: 0 0 2.3rem 0;
}
p {
  font:
    400 1.6rem/2.1rem "Lato",
    sans-serif;
  margin: 0 0 1.6rem 0;
}
li {
  font-weight: 400;
}
caption {
  font:
    700 1.6rem/2.1rem "Lato",
    sans-serif;
  font-style: italic;
}
a {
  color: #32695f;
  font-weight: bold;
}
.main_container {
  padding: 3rem 0;
}
.main_container .wrapper ul {
  padding-left: 5rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 500px) {
  .main_container .wrapper ul {
    padding-left: 3rem;
  }
}
.main_container .wrapper a:not(.bouton):hover {
  text-decoration: none;
}
.inner {
  margin: 0 auto;
}
.bouton {
  font:
    400 1.6rem/2.1rem "Lato",
    sans-serif;
  text-decoration: none;
  padding: 1rem 2rem;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.bouton:hover {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  cursor: pointer;
}
.bouton.plein.noir {
  background: #000;
  color: #fff;
  border: solid 1px #000;
}
.bouton.plein.noir:hover {
  background: rgba(0, 0, 0, 0);
  color: #000;
}
.error404 header,
.error404 footer {
  display: none;
}
.error404 section#content {
  padding: 0;
}
#page-404 {
  background: #0d1821;
  height: 100vh;
  color: #fff;
  position: relative;
  overflow: hidden;
}
#page-404 .bouton_container {
  width: 100%;
  margin-top: 30px;
}
#page-404 .container_404 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
#page-404 .container_404 .titre_404 {
  color: #fff;
  font:
    700 30rem/35rem "Lato",
    sans-serif;
  text-align: center;
}
#page-404 .container_404 p {
  color: #fff;
  font:
    400 2rem/2.5rem "Lato",
    sans-serif;
  text-align: center;
}
#page-404 .container_404 .oops {
  color: #fff;
  font:
    400 4rem/4.5rem "Lato",
    sans-serif;
}
.wp-block-columns {
  margin-bottom: inherit !important;
}
.wp-block-columns p {
  padding: 0 30px;
}
ol {
  list-style-image: url(../assets/images/icons/coche-small-green-2.svg);
}
@media (max-width: 768px) {
  ol {
    padding-left: 20px;
  }
}
ol li {
  padding-bottom: 10px;
}
@media (min-width: 1280px) {
  ol {
    width: 70%;
    margin: 0 auto;
  }
  ol li {
    padding-bottom: 10px;
  }
}
.white-background a {
  color: #32695f !important;
}
section {
  position: relative;
}
section .block-top.notch {
  position: absolute;
  top: -170px;
}
.before-notch {
  padding-bottom: 100px;
}
.owl-carousel {
  overflow: hidden !important;
}
.owl-stage-outer {
  overflow: initial !important;
}
.flexCol,
.flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexCol {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flexRow {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767px) {
  .flexRow.flexColMobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .flexRow.flexColTablet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.full,
.demi,
.tiers,
.quart,
.quinte,
.sixte,
.W30,
.W40,
.W60,
.W70 {
  width: 100%;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .demi,
  .tiers,
  .quart,
  .quinte,
  .sixte,
  .W30,
  .W40,
  .W60,
  .W70 {
    width: calc(100% / 2 - 4rem / 2);
  }
}
@media (min-width: 1024px) {
  .tiers,
  .quart,
  .quinte,
  .sixte {
    width: calc(100% / 3 - 4rem / 1.5);
  }
  .W30 {
    width: calc(30% - 4rem / 2);
  }
  .W40 {
    width: calc(40% - 4rem / 2);
  }
  .W60 {
    width: calc(60% - 4rem / 2);
  }
  .W70 {
    width: calc(70% - 4rem / 2);
  }
}
@media (min-width: 1280px) {
  .quart {
    width: calc(25% - (4rem * 0.75));
  }
  .quinte {
    width: calc(100% / 5 - 4rem * 0.8);
  }
  .sixte {
    width: calc(100% / 6 - 4rem * 0.8);
  }
}
.alignwide {
  margin: 0 auto !important;
}
@media (min-width: 1280px) {
  .alignwide {
    width: 1280px !important;
  }
}
@media (max-width: 1289px) {
  .alignwide {
    width: 90% !important;
  }
}
.alignfull {
  width: 100% !important;
}
.container-fluid {
  padding: inherit !important;
}
.main_container {
  padding-bottom: inherit !important;
  padding-top: inherit !important;
}
.columns {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  padding: 20px;
}
.columns li {
  padding-bottom: 10px;
}
@media (max-width: 600px) {
  .columns {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
.container-inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  body.admin-bar .header {
    top: 186px !important;
  }
}
body.admin-bar.openMenu {
  top: 186px !important;
}
body.admin-bar #handle_mobile_nav.sticky {
  background: #fff;
  z-index: 4;
  margin-top: 46px !important;
}
body.small-header.responsive header {
  top: 70px !important;
}
body.responsive #menu_haut {
  background: #fff !important;
  text-transform: uppercase !important;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
body.responsive #menu_haut a {
  color: #32695f !important;
}
body.responsive #menu_haut li {
  border-bottom: solid 1px #f0f4ef;
}
#wpadminbar {
  position: fixed !important;
}
header #site_logo {
  position: relative;
}
@media (min-width: 1280px) {
  header #site_logo img {
    width: 55%;
    padding: 20px 0;
    margin: 0 auto;
  }
}
@media (max-width: 1680px) {
  header #site_logo {
    height: 120px !important;
    width: initial !important;
  }
}
@media (max-width: 500px) {
  header #site_logo {
    height: 80px;
    width: initial !important;
  }
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  -webkit-transition: all 300ms cubic-bezier(0, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0, 0, 0.58, 1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1279px) {
  .header {
    /* top: 140px; */
    top: 70px;
  }
}
.header #menu_haut {
  width: 100%;
}
.header #site_logo {
  width: 20%;
  height: 50px;
  display: none;
}
@media (min-width: 1280px) {
  .header {
    position: relative;
    z-index: 4;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    left: auto;
    background: rgba(0, 0, 0, 0);
  }
  .header #site_logo {
    height: auto;
    position: relative;
    display: block;
  }
}
#handle_mobile_nav {
  padding: 1rem 0.5rem;
  height: 70px;
}
#handle_mobile_nav #site_logo {
  position: relative;
}
@media (max-width: 500px) {
  #handle_mobile_nav #site_logo img {
    height: auto !important;
    width: 100px !important;
  }
}
@media (min-width: 1280px) {
  #handle_mobile_nav {
    display: none;
  }
}
#handle_mobile_nav #site_logo {
  height: 80px;
  margin-left: 20px;
}
@media (min-width: 768px) {
  #handle_mobile_nav #site_logo {
    height: 46px;
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  #handle_mobile_nav #site_logo {
    height: 50px;
    margin-left: 20px;
  }
}
@media (min-width: 1280px) {
  #handle_mobile_nav #site_logo {
    height: 80px;
    margin-left: 20px;
  }
}
#handle_mobile_nav #site_logo img {
  height: 100% !important;
}
#handle_mobile_nav.sticky {
  background: #fff;
  z-index: 4;
}
#handle_mobile_nav.small-header {
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
#handle_mobile_nav.small-header #site_logo {
  height: 100% !important;
}
.no-body {
  overflow: hidden;
}
.header.openMenu {
  left: 0;
  -webkit-transition: all 300ms cubic-bezier(0, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0, 0, 0.58, 1);
  z-index: 999;
  top: 70px;
  /* top: 140px; */
  bottom: 0;
  background: #fff;
  position: fixed;
}
.header_inner {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 1280px) {
  .header_inner {
    max-width: 96%;
  }
}
@media (min-width: 1440px) {
  .header_inner {
    max-width: 94%;
  }
}
@media (min-width: 1680px) {
  .header_inner {
    max-width: 80%;
  }
}
.chronos_common_nav #main_navigation {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  width: 100%;
}
.chronos_common_nav #main_navigation_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.chronos_common_nav #nav_main {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.chronos_common_nav #nav_main #nav_main_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
}
.chronos_common_nav #nav_main #nav_main_list .nav_main_item {
  list-style-type: none;
  border-bottom: solid 1px #f0f4ef;
}
.chronos_common_nav #nav_main #nav_main_list .nav_main_item .nav_main_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  color: #32695f;
  font:
    400 1.6rem/2.1rem "Lato",
    sans-serif;
  width: 100%;
  padding: 1rem;
  text-transform: uppercase;
}
.chronos_common_nav #nav_main #nav_main_list .nav_main_item .nav_main_sub_menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  left: -100%;
  -webkit-transition: all 300ms cubic-bezier(0, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0, 0, 0.58, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 999;
}
.chronos_common_nav
  #nav_main
  #nav_main_list
  .nav_main_item
  .nav_main_sub_menu
  .nav_main_sub_item {
  list-style-type: none;
  border-bottom: solid 1px #f0f4ef;
}
.chronos_common_nav
  #nav_main
  #nav_main_list
  .nav_main_item
  .nav_main_sub_menu
  .nav_main_sub_item
  .nav_main_sub_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  color: #32695f;
  font:
    400 1.6rem/2.1rem "Lato",
    sans-serif;
  width: 100%;
  padding: 1rem;
  text-transform: uppercase;
  background: #fff;
}
.chronos_common_nav
  #nav_main
  #nav_main_list
  .nav_main_item
  .nav_main_sub_menu
  .retour {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem;
  background: #344966;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #f0f4ef;
  display: flex;
  font:
    400 1.6rem/2.1rem "Lato",
    sans-serif;
}
@media (min-width: 1280px) {
  .chronos_common_nav
    #nav_main
    #nav_main_list
    .nav_main_item
    .nav_main_sub_menu
    .retour {
    display: none;
  }
}
.chronos_common_nav
  #nav_main
  #nav_main_list
  .nav_main_item
  .nav_main_sub_menu
  .retour
  i {
  margin: 0 1rem 0 0;
}
.chronos_common_nav
  #nav_main
  #nav_main_list
  .nav_main_item
  .nav_main_sub_menu
  .retour:hover {
  background: #b4cded;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  cursor: pointer;
}
.chronos_common_nav #nav_main #nav_main_list .nav_main_item .plus {
  font-size: 2rem;
  width: 50px;
  height: 100%;
}
.chronos_common_nav
  #nav_main
  #nav_main_list
  .menu-item-has-children
  .nav_main_sub_menu.openSubMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 1280px) {
  .chronos_classic_nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .chronos_classic_nav #nav_main {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
    width: 80%;
    background-color: rgba(0, 0, 0, 0);
  }
  .chronos_classic_nav #nav_main #nav_main_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .chronos_classic_nav
    #nav_main
    #nav_main_list
    .nav_main_item.current_page_item
    .nav_main_link {
    color: #32695f;
    border-bottom: 6px solid #32695f !important;
  }
  .chronos_classic_nav #nav_main #nav_main_list .nav_main_item {
    position: relative;
    border: 0;
    margin: 0 20px;
  }
  .chronos_classic_nav #nav_main #nav_main_list .nav_main_item .nav_main_link {
    border-bottom: 6px solid rgba(0, 0, 0, 0) !important;
    width: auto;
    color: #32695f;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
  }
  .chronos_classic_nav
    #nav_main
    #nav_main_list
    .nav_main_item
    .nav_main_link:hover {
    color: #30a97f;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .chronos_classic_nav
    #nav_main
    #nav_main_list
    .nav_main_item
    .nav_main_sub_menu {
    width: 100%;
    left: 0;
    display: none;
  }
  .chronos_classic_nav
    #nav_main
    #nav_main_list
    .nav_main_item
    .nav_main_sub_menu
    .retour {
    display: none;
  }
  .chronos_classic_nav
    #nav_main
    #nav_main_list
    .nav_main_item
    .nav_main_sub_menu
    .nav_main_sub_list
    .current_page_item
    a {
    color: #b4cded;
  }
  .chronos_classic_nav
    #nav_main
    #nav_main_list
    .nav_main_item
    .nav_main_sub_menu
    .nav_main_sub_list
    .current_page_item
    a:hover {
    color: #344966;
  }
  .chronos_classic_nav
    #nav_main
    #nav_main_list
    .nav_main_item
    .nav_main_sub_menu
    .nav_main_sub_item {
    border-bottom: 0;
  }
  .chronos_classic_nav
    #nav_main
    #nav_main_list
    .nav_main_item
    .nav_main_sub_menu
    .nav_main_sub_item
    .nav_main_sub_link {
    background: #344966;
    color: #fff;
  }
  .chronos_classic_nav
    #nav_main
    #nav_main_list
    .nav_main_item
    .nav_main_sub_menu
    .nav_main_sub_item
    .nav_main_sub_link:hover {
    background: #b4cded;
    color: #344966;
  }
  .chronos_classic_nav #nav_main #nav_main_list .nav_main_item .plus {
    font-size: 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    margin-left: 0.5rem;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.58, 1);
    transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.58, 1);
    transition: transform 300ms cubic-bezier(0, 0, 0.58, 1);
    transition:
      transform 300ms cubic-bezier(0, 0, 0.58, 1),
      -webkit-transform 300ms cubic-bezier(0, 0, 0.58, 1);
  }
  .chronos_classic_nav #nav_main #nav_main_list .menu-item-has-children:focus a,
  .chronos_classic_nav
    #nav_main
    #nav_main_list
    .menu-item-has-children:active
    a,
  .chronos_classic_nav
    #nav_main
    #nav_main_list
    .menu-item-has-children:hover
    a {
    color: #b4cded;
  }
  .chronos_classic_nav
    #nav_main
    #nav_main_list
    .menu-item-has-children:hover
    .plus {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.58, 1);
    transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.58, 1);
    transition: transform 300ms cubic-bezier(0, 0, 0.58, 1);
    transition:
      transform 300ms cubic-bezier(0, 0, 0.58, 1),
      -webkit-transform 300ms cubic-bezier(0, 0, 0.58, 1);
  }
  .chronos_classic_nav
    #nav_main
    #nav_main_list
    .menu-item-has-children:hover
    .nav_main_sub_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    top: 100%;
    width: 20vw;
    -webkit-transition: all 300ms cubic-bezier(0, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0, 0, 0.58, 1);
  }
  .chronos_classic_nav
    #nav_main
    #nav_main_list
    .menu-item-has-children:hover
    .nav_main_sub_menu
    .menu-item-has-children:hover
    .nav_main_sub_menu {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    top: 100%;
    -webkit-transition: all 300ms cubic-bezier(0, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0, 0, 0.58, 1);
  }
}
@media (min-width: 1280px) {
  .chronos_big_nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .chronos_big_nav #nav_main {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
    width: 80%;
    background-color: rgba(0, 0, 0, 0);
  }
  .chronos_big_nav #nav_main #nav_main_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .chronos_big_nav
    #nav_main
    #nav_main_list
    .nav_main_item.current_page_item
    .nav_main_link {
    color: #32695f;
    border-bottom-color: #e4c200;
  }
  .chronos_big_nav #nav_main #nav_main_list .nav_main_item {
    border: 0;
    margin: 0 20px;
  }
  .chronos_big_nav #nav_main #nav_main_list .nav_main_item .nav_main_link {
    width: auto;
    color: #32695f;
    background: rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 6px solid transparent;
  }
  .chronos_big_nav
    #nav_main
    #nav_main_list
    .nav_main_item
    .nav_main_link:hover {
    color: #32695f;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .chronos_big_nav #nav_main #nav_main_list .nav_main_item .plus {
    font-size: 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    margin-left: 0.5rem;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.58, 1);
    transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.58, 1);
    transition: transform 300ms cubic-bezier(0, 0, 0.58, 1);
    transition:
      transform 300ms cubic-bezier(0, 0, 0.58, 1),
      -webkit-transform 300ms cubic-bezier(0, 0, 0.58, 1);
  }
  .chronos_big_nav
    #nav_main
    #nav_main_list
    .nav_main_item
    #nav_main_sub_big_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 1% 10%;
    background: #f0f4ef;
    z-index: 9999;
    -webkit-box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.2);
  }
  .chronos_big_nav
    #nav_main
    #nav_main_list
    .nav_main_item
    #nav_main_sub_big_container
    .nav_main_sub_menu {
    width: 100%;
    left: auto;
    top: auto;
    position: relative;
  }
  .chronos_big_nav
    #nav_main
    #nav_main_list
    .nav_main_item
    #nav_main_sub_big_container
    .nav_main_sub_menu
    .retour {
    display: none;
  }
  .chronos_big_nav
    #nav_main
    #nav_main_list
    .nav_main_item
    #nav_main_sub_big_container
    .nav_main_sub_menu
    .nav_main_sub_list.big_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .chronos_big_nav
    #nav_main
    #nav_main_list
    .nav_main_item
    #nav_main_sub_big_container
    .nav_main_sub_menu
    .nav_main_sub_list.big_list
    .big_list_item {
    width: calc(33.3333333333% - 4rem);
    margin: 2rem;
  }
  .chronos_big_nav
    #nav_main
    #nav_main_list
    .nav_main_item
    #nav_main_sub_big_container
    .nav_main_sub_menu
    .nav_main_sub_list.big_list
    .big_list_item
    .big_list_link {
    font-weight: 700;
    color: #344966;
    margin-bottom: 0.5rem;
  }
  .chronos_big_nav
    #nav_main
    #nav_main_list
    .nav_main_item
    #nav_main_sub_big_container
    .nav_main_sub_menu
    .nav_main_sub_list.big_list
    .big_list_item
    .nav_main_sub_list.list-level-3 {
    padding: 0;
  }
  .chronos_big_nav
    #nav_main
    #nav_main_list
    .nav_main_item
    #nav_main_sub_big_container
    .nav_main_sub_menu
    .nav_main_sub_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .chronos_big_nav
    #nav_main
    #nav_main_list
    .nav_main_item
    #nav_main_sub_big_container
    .nav_main_sub_menu
    .nav_main_sub_list
    .current_page_item
    a {
    color: #b4cded;
  }
  .chronos_big_nav
    #nav_main
    #nav_main_list
    .nav_main_item
    #nav_main_sub_big_container
    .nav_main_sub_menu
    .nav_main_sub_list
    .current_page_item
    a:hover {
    color: #344966;
  }
  .chronos_big_nav
    #nav_main
    #nav_main_list
    .nav_main_item
    #nav_main_sub_big_container
    .nav_main_sub_menu
    .nav_main_sub_item {
    border-bottom: 0;
  }
  .chronos_big_nav
    #nav_main
    #nav_main_list
    .nav_main_item
    #nav_main_sub_big_container
    .nav_main_sub_menu
    .nav_main_sub_item
    .nav_main_sub_link {
    background: rgba(0, 0, 0, 0);
    color: #0d1821;
    padding: 0.5rem;
  }
  .chronos_big_nav
    #nav_main
    #nav_main_list
    .nav_main_item
    #nav_main_sub_big_container
    .nav_main_sub_menu
    .nav_main_sub_item
    .nav_main_sub_link:hover {
    background: #b4cded;
    color: #344966;
  }
  .chronos_big_nav
    #nav_main
    #nav_main_list
    .nav_main_item
    #nav_main_sub_big_container
    .nav_main_sub_menu
    .nav_main_sub_item
    .nav_main_sub_link
    .plus {
    display: none;
  }
  .chronos_big_nav #nav_main #nav_main_list .menu-item-has-children:focus a,
  .chronos_big_nav #nav_main #nav_main_list .menu-item-has-children:active a,
  .chronos_big_nav #nav_main #nav_main_list .menu-item-has-children:hover a {
    color: #32695f;
  }
  .chronos_big_nav
    #nav_main
    #nav_main_list
    .menu-item-has-children:hover
    .plus {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.58, 1);
    transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.58, 1);
    transition: transform 300ms cubic-bezier(0, 0, 0.58, 1);
    transition:
      transform 300ms cubic-bezier(0, 0, 0.58, 1),
      -webkit-transform 300ms cubic-bezier(0, 0, 0.58, 1);
  }
  .chronos_big_nav
    #nav_main
    #nav_main_list
    .menu-item-has-children:hover
    #nav_main_sub_big_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .chronos_big_nav
    #nav_main
    #nav_main_list
    .menu-item-has-children:hover
    .nav_main_sub_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    top: 100%;
    width: 100%;
    -webkit-transition: all 300ms cubic-bezier(0, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0, 0, 0.58, 1);
  }
  .chronos_big_nav
    #nav_main
    #nav_main_list
    .menu-item-has-children:hover
    .nav_main_sub_menu
    .menu-item-has-children:hover
    .nav_main_sub_menu {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    top: 100%;
    -webkit-transition: all 300ms cubic-bezier(0, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0, 0, 0.58, 1);
  }
}
#menu_haut {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #30a97f;
}
#menu_haut #menu_haut_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
#menu_haut #menu_haut_list .nav-main-item {
  list-style-type: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#menu_haut #menu_haut_list .nav-main-item .nav-main-link {
  text-decoration: none;
  color: #f0f4ef;
  width: 100%;
  font:
    400 1.6rem/2.1rem "Lato",
    sans-serif;
  padding: 1rem;
}
@media (min-width: 1280px) {
  #menu_haut {
    position: relative;
  }
  #menu_haut #menu_haut_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #menu_haut #menu_haut_list .nav-main-item {
    border-bottom: solid 0px #f0f4ef;
  }
  #menu_haut #menu_haut_list .nav-main-item .nav-main-link {
    width: auto;
    font:
      400 1.4rem/1.9rem "Lato",
      sans-serif;
    padding: 1rem;
  }
  #menu_haut #menu_haut_list .nav-main-item .nav-main-link:hover {
    color: #b4cded;
  }
}
#burger-icon {
  width: 40px;
  height: 26px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition:
    0.5s ease-in-out,
    height 0s;
  cursor: pointer;
  z-index: 9999;
  margin: 0 2rem;
}
#burger-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #32695f;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#burger-icon span:nth-child(1) {
  top: 0px;
}
#burger-icon span:nth-child(2) {
  top: 10px;
}
#burger-icon span:nth-child(3) {
  top: 20px;
}
#burger-icon.open {
  top: 0;
  height: 45px;
}
#burger-icon.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#burger-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#burger-icon.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#footer {
  padding-top: 70px;
  background: #fff;
  color: #32695f;
}
#footer #infos_entreprise_container {
  border-bottom: 1px solid #32695f;
  padding-bottom: 30px;
}
#footer a {
  color: #32695f;
}
#footer a .site_name {
  font:
    400 1.3rem/1.8rem "Lato",
    sans-serif;
  padding: 1rem;
}
#footer a #nav_legal #nav_legal_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  #footer a #nav_legal #nav_legal_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
#footer a #nav_legal #nav_legal_list .nav_legal_item {
  list-style-type: none;
}
#footer a #nav_legal #nav_legal_list .nav_legal_item .nav_legal_link {
  font:
    400 1.3rem/1.8rem "Lato",
    sans-serif;
  text-decoration: none;
  padding: 1rem;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer a #nav_legal #nav_legal_list .nav_legal_item .nav_legal_link:hover {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#footer .infos_entreprise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem 0;
}
#footer .infos_entreprise .infos_entreprise_item {
  width: 100%;
}
#footer .infos_entreprise .infos_entreprise_item figure {
  margin-bottom: 2rem;
}
#footer .infos_entreprise .infos_entreprise_item figure img {
  max-width: 190px;
}
#footer .infos_entreprise .infos_entreprise_item .ets_adresse,
#footer .infos_entreprise .infos_entreprise_item .ets_zipcode,
#footer .infos_entreprise .infos_entreprise_item .ets_phone,
#footer .infos_entreprise .infos_entreprise_item .ets_email,
#footer .infos_entreprise .infos_entreprise_item .ets_ville {
  font:
    300 1.6rem/2.1rem "Lato",
    sans-serif;
}
#footer .infos_entreprise .infos_entreprise_item .ets_phone,
#footer .infos_entreprise .infos_entreprise_item .ets_email {
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#footer .infos_entreprise .infos_entreprise_item .ets_phone:hover,
#footer .infos_entreprise .infos_entreprise_item .ets_email:hover {
  color: #b4cded;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
@media (max-width: 767px) {
  .partner-wrapper {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
.partner-item.col-md-1 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .partner-item.col-md-1 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}
.mentions_legales_container {
  padding: 20px 0;
}
@media (max-width: 768px) {
  .mentions_legales_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mentions_legales_container li,
  .mentions_legales_container span {
    padding-bottom: 10px;
  }
  .mentions_legales_container li::before {
    display: none !important;
    content: "";
  }
}
.mentions_legales_container li {
  list-style-type: none;
}
.mentions_legales_container li::before {
  content: "|";
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  font-weight: 300;
}
.mentions_legales_container a,
.mentions_legales_container p,
.mentions_legales_container span {
  font-weight: 300 !important;
  text-decoration: none;
}
.menu-footer {
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .menu-footer {
    margin-top: 30px;
  }
}
.menu-footer ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
@media (max-width: 500px) {
  .menu-footer ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
.menu-footer li {
  list-style-type: none;
  padding: 5px 0;
}
.menu-footer a {
  text-decoration: none;
}
.ets_mail {
  word-break: break-all !important;
}
.mentions_legales #nav_legal_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .mentions_legales #nav_legal_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.grecaptcha-badge,
#tarteaucitronManager {
  display: none !important;
}
.formulaire_container input[type="submit"],
.formulaire_container input[type="tel"],
.formulaire_container input[type="password"],
.formulaire_container input[type="number"],
.formulaire_container input[type="text"],
.formulaire_container input[type="url"],
.formulaire_container input[type="date"],
.formulaire_container input[type="email"],
.formulaire_container input[type="file"],
.formulaire_container select,
.formulaire_container textarea,
.formulaire_container button,
.formulaire_container input[type="checkbox"]:checked,
.formulaire_container input[type="checkbox"],
.formulaire_container input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.formulaire_container select::-ms-expand {
  display: none;
}
.formulaire_container select {
  color: #32695f !important;
  background: rgba(0, 0, 0, 0);
  font-style: italic;
}
.formulaire_container input[type="text"],
.formulaire_container input[type="url"],
.formulaire_container input[type="tel"],
.formulaire_container input[type="number"],
.formulaire_container input[type="date"],
.formulaire_container input[type="email"],
.formulaire_container input[type="password"],
.formulaire_container input[type="file"],
.formulaire_container select {
  height: 40px;
  width: 100%;
  border: solid 1px #30a97f;
  border-radius: 7px;
  padding: 1rem;
  margin: 0.7rem 0 1.5rem 0;
}
.formulaire_container input[type="text"]::-webkit-input-placeholder,
.formulaire_container input[type="url"]::-webkit-input-placeholder,
.formulaire_container input[type="tel"]::-webkit-input-placeholder,
.formulaire_container input[type="number"]::-webkit-input-placeholder,
.formulaire_container input[type="date"]::-webkit-input-placeholder,
.formulaire_container input[type="email"]::-webkit-input-placeholder,
.formulaire_container input[type="password"]::-webkit-input-placeholder,
.formulaire_container input[type="file"]::-webkit-input-placeholder,
.formulaire_container select::-webkit-input-placeholder {
  font-style: italic;
  color: #32695f;
}
.formulaire_container input[type="text"]::-moz-placeholder,
.formulaire_container input[type="url"]::-moz-placeholder,
.formulaire_container input[type="tel"]::-moz-placeholder,
.formulaire_container input[type="number"]::-moz-placeholder,
.formulaire_container input[type="date"]::-moz-placeholder,
.formulaire_container input[type="email"]::-moz-placeholder,
.formulaire_container input[type="password"]::-moz-placeholder,
.formulaire_container input[type="file"]::-moz-placeholder,
.formulaire_container select::-moz-placeholder {
  font-style: italic;
  color: #32695f;
}
.formulaire_container input[type="text"]:-ms-input-placeholder,
.formulaire_container input[type="url"]:-ms-input-placeholder,
.formulaire_container input[type="tel"]:-ms-input-placeholder,
.formulaire_container input[type="number"]:-ms-input-placeholder,
.formulaire_container input[type="date"]:-ms-input-placeholder,
.formulaire_container input[type="email"]:-ms-input-placeholder,
.formulaire_container input[type="password"]:-ms-input-placeholder,
.formulaire_container input[type="file"]:-ms-input-placeholder,
.formulaire_container select:-ms-input-placeholder {
  font-style: italic;
  color: #32695f;
}
.formulaire_container input[type="text"]::-ms-input-placeholder,
.formulaire_container input[type="url"]::-ms-input-placeholder,
.formulaire_container input[type="tel"]::-ms-input-placeholder,
.formulaire_container input[type="number"]::-ms-input-placeholder,
.formulaire_container input[type="date"]::-ms-input-placeholder,
.formulaire_container input[type="email"]::-ms-input-placeholder,
.formulaire_container input[type="password"]::-ms-input-placeholder,
.formulaire_container input[type="file"]::-ms-input-placeholder,
.formulaire_container select::-ms-input-placeholder {
  font-style: italic;
  color: #32695f;
}
.formulaire_container input[type="text"]::placeholder,
.formulaire_container input[type="url"]::placeholder,
.formulaire_container input[type="tel"]::placeholder,
.formulaire_container input[type="number"]::placeholder,
.formulaire_container input[type="date"]::placeholder,
.formulaire_container input[type="email"]::placeholder,
.formulaire_container input[type="password"]::placeholder,
.formulaire_container input[type="file"]::placeholder,
.formulaire_container select::placeholder {
  font-style: italic;
  color: #32695f;
}
.formulaire_container textarea {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  height: 200px;
  font-weight: 400;
  border: solid 1px #30a97f;
  padding: 1rem;
  margin: 0.5rem 0 1.5rem 0;
  border-radius: 7px;
}
.formulaire_container textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #32695f;
}
.formulaire_container textarea::-moz-placeholder {
  font-style: italic;
  color: #32695f;
}
.formulaire_container textarea:-ms-input-placeholder {
  font-style: italic;
  color: #32695f;
}
.formulaire_container textarea::-ms-input-placeholder {
  font-style: italic;
  color: #32695f;
}
.formulaire_container textarea::placeholder {
  font-style: italic;
  color: #32695f;
}
.formulaire_container label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #32695f;
}
.formulaire_container input[type="checkbox"],
.formulaire_container input[type="radio"] {
  width: 16px;
  height: 16px;
  border: solid 1px #30a97f;
  position: relative;
  margin: 0 1rem 0 0rem;
}
.formulaire_container input[type="checkbox"] {
  border-radius: 3px;
}
.formulaire_container input[type="radio"] {
  border-radius: 50px;
}
.formulaire_container input[type="checkbox"]:checked:before,
.formulaire_container input[type="radio"]:checked:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #344966;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.formulaire_container .wpcf7-form-control-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.formulaire_container
  .wpcf7-form-control-wrap
  .wpcf7-acceptance
  .wpcf7-list-item {
  margin: 0;
}
.formulaire_container .wpcf7-form-control-wrap .wpcf7-acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font:
    400 1.1rem/1.6rem "Lato",
    sans-serif;
}
.formulaire_container
  .wpcf7-form-control-wrap
  .wpcf7-acceptance
  label
  .wpcf7-list-item-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.formulaire_container .field_obligatory {
  font:
    400 1rem/1.5rem "Lato",
    sans-serif;
  margin: 1rem 0;
  font-style: italic;
}
.wp-block-contact-form-7-contact-form-selector {
  padding: 70px;
}
.form-wrapper {
  border-radius: 20px;
}
.wpcf7-submit {
  border-radius: 99rem;
  background: #b4cded;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 35px;
  font-size: 14px;
  border: inherit;
  margin-top: 20px;
}
.wpcf7-submit:hover {
  cursor: pointer !important;
}
input::file-selector-button {
  background: #30a97f;
  border-radius: 5px;
  color: #fff;
  padding: 7px;
  border: none !important;
}
.wpcf7-file {
  height: auto !important;
}
.page-template-page-nobanner h1 {
  margin-top: 100px;
  color: #32695f;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 1280px) {
  .page-template-page-nobanner header {
    position: sticky !important;
  }
}
.page-template-page-legal h1 {
  font-family: "Varela Round", sans-serif;
  color: #30a97f;
  margin-top: 30px;
}
@media (max-width: 500px) {
  .page-template-page-legal h1 {
    font-size: 8vw !important;
  }
}
.page-template-page-legal h2 {
  font-size: 30px;
}
@media (min-width: 1280px) {
  .page-template-page-legal header {
    position: sticky !important;
  }
}
.page-template-page-legal .main_container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 1279px) {
  .page-template-default .wp-block-columns,
  .page-template-page-admin .wp-block-columns {
    padding: 0 30px;
  }
}
.page-template-default .wp-block-columns h4,
.page-template-page-admin .wp-block-columns h4 {
  color: #30a97f;
  font-weight: 700;
}
.page-template-default .wp-block-columns h3,
.page-template-page-admin .wp-block-columns h3 {
  font-weight: 700;
  color: #32695f;
}
.page-template-default .wp-block-columns h2:not(:first-of-type),
.page-template-page-admin .wp-block-columns h2:not(:first-of-type) {
  margin-top: 70px;
}
.page-template-default .wp-block-columns p,
.page-template-page-admin .wp-block-columns p {
  -webkit-margin-before: 10px !important;
  margin-block-start: 10px !important;
  padding-left: 0 !important;
}
.page-template-default .wp-block-columns h3,
.page-template-default .wp-block-columns h4,
.page-template-page-admin .wp-block-columns h3,
.page-template-page-admin .wp-block-columns h4 {
  margin-top: 45px !important;
}
@media (min-width: 1280px) {
  body.page-template-page-admin:not(.logged-in) header {
    position: relative !important;
  }
}
.page-template-page-master h2 {
  line-height: 54px;
}
.page-id-767 ul {
  padding-left: inherit !important;
}
.page-id-767 .block-formations {
  padding-top: 150px;
}
.page-id-767 .block-formations .row {
  width: 100% !important;
}
@media (max-width: 1023px) {
  .page-id-767 .block-formations {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (max-width: 1024px) {
  .page-id-767 .block-orientation .orientation-item > div .btn {
    position: initial;
  }
}
.page-id-767 .orientation-item .btn {
  position: relative !important;
  width: 60% !important;
}
@media (max-width: 500px) {
  .page-id-767 .orientation-item .btn {
    width: 100% !important;
  }
  .page-id-767 .orientation-item .btn:hover {
    width: 100% !important;
  }
}
/* .page-id-767 .orientation-item > div {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
} */
.page-id-767 .heading-container {
  top: 66% !important;
}
@media (max-width: 1024px) {
  .page-id-767 .heading-container {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .page-id-767 .heading-box {
    position: relative;
  }
}
.page-id-767 .searchandfilter {
  background-color: #fdd800;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .page-id-767 .searchandfilter {
    padding-top: 100px !important;
  }
}
@media (min-width: 1024px) {
  .page-id-767 .searchandfilter {
    margin-top: -90px;
  }
}
.page-id-767 .searchandfilter h4,
.page-id-767 .searchandfilter .label_formation {
  color: #30a97f;
  text-transform: uppercase;
  font-weight: bold;
}
.page-id-767 .searchandfilter .sf-search-item.active .label_formation {
  color: #fff;
}

.page-id-767 .searchandfilter li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-id-767 .searchandfilter li:hover {
  cursor: pointer;
}
.page-id-767 .searchandfilter li ul {
  display: none;
}
.page-id-767 .searchandfilter li ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.page-id-767 .searchandfilter > ul > li {
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  background-position: right 20px center;
  background-size: 25px 25px;
  background-image: url(../assets/images/icons/plus.svg);
  background-repeat: no-repeat;
}
.page-id-767 .searchandfilter > ul > li.active {
  background-image: url(../assets/images/icons/minus.svg);
  background-color: #30a97f;
  color: #fff;
}
.page-id-767 .searchandfilter > ul > li.active h4 {
  color: #fff;
}
.page-id-767 .searchandfilter ul {
  margin: 0 auto;
}
/* @media (max-width: 1024px) {
  .page-id-767 .searchandfilter ul {
    width: 90% !important;
  }
} */
.single-formation {
  overflow-x: hidden;
}
@media (min-width: 1280px) {
  .single-formation header {
    position: sticky !important;
  }
}
.single-formation li {
  text-align: left !important;
}
.single-formation ul li ul {
  padding-left: 30px !important;
  padding-top: 10px;
  margin-bottom: 0;
}
.single-formation ul li ul li {
  padding-left: 10px !important;
  background-image: none !important;
  list-style-image: none !important;
  list-style-type: initial !important;
}
.single-formation .block-heading-wrapper h1.heading-title {
  margin-top: 50px;
  text-shadow: none !important;
  color: #32695f !important;
  text-align: center;
}
@media (min-width: 1024px) {
  .single-formation .block-heading-wrapper h1.heading-title {
    margin-top: 100px !important;
    margin-bottom: 50px !important;
  }
}

.mb-10 {
  margin-bottom: 100px !important;
}
.single-formation .block-heading-wrapper + .block {
  margin-top: inherit !important;
}
@media (max-width: 1024px) {
  .single-formation .block-bannernumber {
    height: 500px !important;
  }
  .single-formation .bannernumber-right {
    display: none;
  }
  .single-formation .bannernumber-left {
    border: none !important;
  }
  .single-formation .bannernumber-container {
    width: 100% !important;
  }
}
.single-formation .heading-box {
  width: 900px;
  position: relative;
  top: -100px;
  list-style-type: none !important;
  list-style-image: none !important;
  padding-left: 30px;
}
.single-formation .heading-box li {
  list-style-type: none;
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 30px;
  background-image: url(../assets/images/icons/coche-small-green-2.svg);
}
.single-formation .heading-box li ul {
  padding-left: 30px !important;
  padding-top: 10px;
  margin-bottom: 0;
  background-image: none !important;
  list-style-type: initial !important;
}
@media (min-width: 1280px) {
  .single-formation .heading-box {
    width: 70%;
    margin: 0 auto;
  }
  .single-formation .heading-box li {
    padding-bottom: 10px;
  }
}
.single-formation .heading-box ul {
  padding-left: 0 !important;
}
@media (min-width: 992px) {
  .single-formation .heading-box ul {
    width: 70%;
  }
}
.single-formation .heading-box li {
  padding-bottom: 10px;
  background-image: url(../assets/images/icons/coche-small-yellow.svg);
}
@media (max-width: 899px) {
  .single-formation .heading-box {
    width: 90%;
  }
}
.single-formation h1 + div {
  background-image: url(../assets/images/background/shape-banner-green.svg);
}
.single-formation .block-modality {
  position: relative;
  margin-top: -100px !important;
}
@media (max-width: 500px) {
  .single-formation .block-modality {
    margin-top: 60px !important;
  }
}
@media (max-width: 1024px) {
  .single-formation .block-modality .modality {
    margin-bottom: 30px;
  }
}
.single-formation .block-modality .modality > div {
  color: #fff;
  border-radius: 30px;
  padding: 30px 40px;
}
.single-formation .block-modality .modality-prerequisite > div {
  background-color: #32695f;
}
.single-formation .block-modality .modality-duration > div {
  background-color: #30a97f;
}
.single-formation .block-modality .modality-modality > div {
  background-color: #fdd800;
}
.single-formation .block-modality img {
  width: 100px;
}
.single-formation .block-modality h3 {
  font-weight: 600;
  text-align: center;
  padding-top: 30px;
}
.single-formation .block-modality h3 + svg {
  width: 70px;
  padding-bottom: 30px;
}
.single-formation .block-modality h3 + svg path {
  fill: #fff;
}
.single-formation .block-modality p {
  font-weight: 500;
}
.single-formation .block-educational-content {
  background-image: url(../assets/images/background/shape-bottom-color.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  padding-left: inherit !important;
  list-style-type: none !important;
  list-style-image: none !important;
  padding-left: 30px;
}
.single-formation .block-educational-content li {
  list-style-type: none;
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 30px;
  background-image: url(../assets/images/icons/coche-small-green-2.svg);
}
.single-formation .block-educational-content li ul {
  padding-left: 30px !important;
  padding-top: 10px;
  margin-bottom: 0;
  background-image: none !important;
  list-style-type: initial !important;
}
@media (min-width: 1280px) {
  .single-formation .block-educational-content {
    width: 70%;
    margin: 0 auto;
  }
  .single-formation .block-educational-content li {
    padding-bottom: 10px;
  }
}
.single-formation .block-educational-content .box {
  margin-top: 100px;
  border-radius: 20px;
  font-weight: 300;
  padding: 60px 30px;
  padding: 60px 30px 30px 30px;
  background: #fff;
  width: 900px;
}
@media (max-width: 1024px) {
  .single-formation .block-educational-content .box {
    width: 90% !important;
    margin-top: inherit;
  }
  .single-formation .block-educational-content .box h2 {
    text-align: center;
  }
}
.single-formation .block-wide-image {
  overflow: hidden !important;
  height: 1100px;
  position: relative;
  flex-direction: column;
}
.single-formation .block-wide-image h2 {
  line-height: 50px;
}
@media (max-width: 1280px) {
  .single-formation .block-wide-image {
    background-image: none !important;
  }
}
@media (max-width: 992px) {
  .single-formation .block-wide-image {
    height: inherit;
    min-height: 600px !important;
  }
}
/* @media (min-width: 992px) {
  .single-formation .block-wide-image .row {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .single-formation .block-wide-image .row:hover {
    top: 45% !important;
  }
} */
.single-formation .block-wide-image .item-wide > div {
  background: rgba(255, 255, 255, 0.86);
  border-radius: 30px;
  padding: 40px;
}
.single-formation .block-wide-image .item-wide > div ul {
  list-style-type: none !important;
  list-style-image: none !important;
  padding-left: 0 !important;
}
.single-formation .block-wide-image .item-wide > div li {
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 30px;
  background-image: url(../assets/images/icons/coche-small-green.svg);
  padding-bottom: 10px;
}
@media (max-width: 500px) {
  .single-formation .block-wide-image .item-wide > div {
    padding: 40px 20px !important;
  }
}
@media (max-width: 1024px) {
  .single-formation .block-wide-image {
    padding: 100px 0 !important;
  }
  .single-formation .block-wide-image .item-wide {
    padding: 0 15px !important;
  }
  .single-formation .block-wide-image .item-wide > div {
    width: 90% !important;
    margin: 0 auto;
  }
  .single-formation .block-wide-image .item-wide:first-child {
    margin-bottom: 20px;
  }
}
.single-formation .block-wide-image + .decoration {
  width: 300px;
  margin: 0 auto;
  position: relative;
  top: -170px;
}
.single-formation .block-wide-image + .decoration svg #Tracé_1753 {
  fill: #fdd800 !important;
}
.single-formation .block-training-site {
  position: relative;
}
.single-formation .block-training-site h2 {
  position: relative;
  text-align: center;
}
.single-formation .block-training-site .block-top {
  -webkit-mask-image: url(../assets/images/clip/roundedtop.svg);
  mask-image: url(../assets/images/clip/roundedtop.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  background: #fdd800;
  height: 170px;
  width: 100%;
  position: absolute;
  top: -170px;
}
.single-formation .block-training-site .block-top,
.single-formation .block-training-site .block-content {
  background: #f5f5f5;
}
.single-formation .block-training-site .block-content {
  width: 100%;
}
.single-formation .block-training-site .block-content .training-map {
  height: 400px;
  border: 10px solid #fff;
  width: 70%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .single-formation .block-training-site .block-content .training-map {
    width: 100% !important;
  }
}
.single-formation .block-faq {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.single-formation .block-faq h2 {
  font-size: initial;
  color: #30a97f;
  font-weight: bolder;
  font-family: "Lato", sans-serif;
  margin-bottom: 0 !important;
}
@media (max-width: 1024px) {
  .single-formation .block-faq h2 {
    font-size: 15px !important;
  }
}
.single-formation .block-faq .faq-item.active h2 {
  color: #fff !important;
}
.single-formation .block-faq + .decoration {
  width: 300px;
  margin: 0 auto;
}
.single-formation
  .block-overlay
  .block-content
  .content-inner
  .content:first-of-type
  > div {
  background: #30a97f !important;
  color: #fff !important;
  list-style-image: url(../assets/images/icons/coche-small.svg) !important;
}
.single-formation
  .block-overlay
  .block-content
  .content-inner
  .content:first-of-type
  > div
  li {
  padding-left: 10px;
}
.single-formation .block-overlay .block-content,
.single-formation .block-overlay .block-top,
.single-formation .block-overlay .block-bottom {
  background-color: #fdd800;
}
.single-formation .block-overlay .overlay-fixed {
  z-index: 1;
}
.single-formation .block-overlay .overlay-image {
  z-index: 0;
}

/* --- Bloc CTA formation (boutons Télécharger / M'inscrire) --- */
.block-formation-cta {
  padding: 30px 20px 0px 20px;
  gap: 30px;
}
@media (min-width: 768px) {
  .block-formation-cta {
    padding: 50px 20px;
  }
}
.block-formation-cta .btn {
  border: none;
  outline: none;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 280px;
  padding-right: 60px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.block-formation-cta .btn:hover {
  background: #e4c200 !important;
}
.block-formation-cta .arrow-btn {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 0;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.block-formation-cta .btn.bleu .arrow-btn {
  background-image: url("../assets/images/icons/arrow-bleu.svg");
}
.block-formation-cta .btn.yellow .arrow-btn {
  background-image: url("../assets/images/icons/arrow-white.svg");
}
@media (max-width: 992px) {
  .block-formation-cta .arrow-btn {
    display: none !important;
  }
  .block-formation-cta .btn {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .block-formation-cta {
    flex-direction: column;
    align-items: center;
  }
  .block-formation-cta .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* --- Modal formation --- */
.modal-formation .modal-content {
  border-radius: 20px;
  border: none;
  padding: 40px 50px 50px;
  position: relative;
}
.modal-formation-close {
  position: absolute;
  top: 20px;
  right: 25px;
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  color: #32695f;
  padding: 0;
}
.modal-formation-close:hover {
  color: #1a3d36;
}
.modal-formation-title {
  color: #32695f;
  font-family: "Varela Round", sans-serif;
  font-size: 3rem;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .modal-formation .modal-content {
    padding: 40px 20px 30px;
    height: 100vh;
    overflow: scroll;
  }
}

.training-map {
  height: 400px;
  border: 10px solid #fff;
  width: 70%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .training-map {
    width: 100% !important;
  }
}
#page-404 {
  background: #30a97f;
}
#page-404 span,
#page-404 h1,
#page-404 p {
  font-family: "Varela Round", sans-serif;
}
#page-404 .bouton {
  background-color: #fdd800;
  border-radius: 99rem;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
#page-404 .bouton:hover {
  background-color: #caac00;
}
#tarteaucitronRoot #tarteaucitronAlertBig {
  background: #30a97f !important;
  color: #fff !important;
  font-family: "Varela Round", sans-serif !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig span {
  font-family: "Varela Round", sans-serif !important;
}
.tarteaucitronCTAButton,
#tarteaucitronCloseAlert {
  font-family: "Varela Round", sans-serif !important;
  border-radius: 4px;
}
.tarteaucitronCTAButton .tarteaucitronAllow,
#tarteaucitronCloseAlert .tarteaucitronAllow {
  background: #32695f !important;
}
.tarteaucitronDeny {
  background: #e65e5e !important;
}
.modal {
  display: none;
  overflow: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition:
    transform 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 1.3rem;
  outline: 0;
  padding: 10px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 999;
}
.modal-backdrop.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  border-bottom: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal-header h5 {
  font-size: 20px;
  color: #30a97f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.close {
  background: none;
  border: none;
  padding: 0 !important;
}
.close:hover {
  cursor: pointer;
}
.close span {
  font-size: 30px;
  color: #30a97f;
}
.modal-txt {
  height: 100px;
  overflow: scroll;
}
.modal-body {
  padding: 1.5rem !important;
}
.modal-meta {
  padding: 1rem !important;
}
.modal .item-container {
  height: 500px;
}
.modal .btn {
  border: rgba(0, 0, 0, 0) !important;
}
.modal .btn-prev,
.modal .btn-next {
  position: absolute;
  top: 20%;
}
.modal .btn-prev {
  left: -65px;
}
.modal .btn-next {
  right: -69px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.modal .news-date,
.modal h3,
.modal .modal-txt {
  padding: 0.8rem 0 !important;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 65% !important;
  }
}
.block-testimony-wrapper {
  overflow-x: hidden !important;
}
.block-testimony-wrapper .testimony-row {
  background-image: url(../assets/images/background/shape-banner-color.svg);
  background-size: 1300px;
  background-position: center;
  background-repeat: repeat-x;
}
.block-testimony-wrapper .testimony-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.block-testimony-wrapper .testimony-overlay {
  background-color: #30a97f;
  opacity: 0.5;
  z-index: 1;
}
.block-testimony-wrapper .testimony-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 768px) {
  .block-testimony-wrapper .testimony-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.block-testimony-wrapper .testimony-item {
  position: relative;
  padding: inherit !important;
  display: block;
}
.block-testimony-wrapper .testimony-item {
  width: 300px !important;
  height: 500px;
}
@media (max-width: 300px) {
  .block-testimony-wrapper .testimony-item {
    width: 100% !important;
  }
}
.block-testimony-wrapper .testimony-play {
  position: absolute;
  text-align: center;
  width: 100px;
  height: 100px;
  background-image: url(../assets/images/icons/play.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
  -webkit-transition: -webkit-transform ease-in-out 0.2s;
  transition: -webkit-transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s;
  transition:
    transform ease-in-out 0.2s,
    -webkit-transform ease-in-out 0.2s;
}
.block-testimony-wrapper .testimony-play:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.3);
  transform: translate(-50%, -50%) scale(1.3);
}
@media (max-width: 992px) {
  .block-testimony-wrapper .testimony-play {
    width: 35% !important;
    height: 35% !important;
  }
}
.block-testimony-wrapper .testimony-txt {
  position: absolute;
  text-align: center;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
}
.block-testimony-wrapper .testimony-txt::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "";
  background-image: url(../assets/images/icons/shape-yellow.svg);
  display: block;
  width: 50px !important;
  height: 50px !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.block-testimony-wrapper .testimony-txt h3,
.block-testimony-wrapper .testimony-txt p {
  color: #fff;
  margin: inherit;
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 320px) {
  .block-testimony-wrapper .testimony-txt h3,
  .block-testimony-wrapper .testimony-txt p {
    font-size: 7vw !important;
  }
}
.block-heading-wrapper h1 {
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.34);
}
@media (max-width: 768px) {
  .block-heading-wrapper li,
  .block-heading-wrapper ol {
    list-style-image: initial !important;
    list-style-type: none !important;
    text-align: left;
    margin-bottom: 10px;
  }
}
.block-heading-wrapper .heading-banner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.block-heading-wrapper .heading-banner .heading-overlay {
  background: #32695f;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: linear-gradient(
    357deg,
    rgba(50, 105, 95, 0.5046219171) 0%,
    rgb(50, 105, 95) 100%
  );
  opacity: 0.6;
}
.block-heading-wrapper .heading-banner .heading-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1280px) {
  .block-heading-wrapper .heading-banner .heading-image {
    height: 500px !important;
  }
}
@media (max-width: 768px) {
  .block-heading-wrapper .heading-banner .heading-image {
    height: 400px !important;
  }
}
.block-heading-wrapper .heading-title {
  color: #fff !important;
  font-weight: 900 !important;
  font-size: 50px;
}
.block-heading-wrapper .heading-container {
  width: 900px;
}
@media (max-width: 900px) {
  .block-heading-wrapper .heading-container {
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  .block-heading-wrapper .heading-container {
    top: inherit !important;
  }
}
.block-heading-wrapper .heading-box {
  background: #fff;
  border-radius: 30px;
  z-index: 2;
  padding: 50px;
  position: relative;
}
.block-heading-wrapper .heading-box h2 {
  margin-bottom: 30px;
}
@media (max-width: 899px) {
  .block-heading-wrapper .heading-box h2 {
    padding-top: 30px;
  }
}
@media (max-width: 500px) {
  .block-heading-wrapper .heading-box {
    padding: 30px 20px 30px 20px;
  }
}
.block-heading-wrapper .heading-box ol {
  list-style-type: none !important;
  list-style-image: none !important;
  padding-left: 30px;
}
.block-heading-wrapper .heading-box ol li {
  list-style-type: none;
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 30px;
  background-image: url(../assets/images/icons/coche-small-green-2.svg);
}
.block-heading-wrapper .heading-box ol li ul {
  padding-left: 30px !important;
  padding-top: 10px;
  margin-bottom: 0;
  background-image: none !important;
  list-style-type: initial !important;
}
@media (min-width: 1280px) {
  .block-heading-wrapper .heading-box ol {
    width: 70%;
    margin: 0 auto;
  }
  .block-heading-wrapper .heading-box ol li {
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .block-heading-wrapper .heading-box ol {
    padding-left: 0 !important;
  }
}
@media (max-width: 1024px) {
  .block-heading-wrapper .heading-box {
    width: 90% !important;
    margin: 0 auto;
    margin-top: 40px;
  }
}
.block-heading-wrapper .heading-box .heading-subtitle {
  color: #32695f;
  width: 60%;
  text-align: center;
  line-height: 54px;
}
@media (max-width: 768px) {
  .block-heading-wrapper .heading-box .heading-subtitle {
    width: 100% !important;
    font-size: 5vw;
    line-height: 7vw !important;
  }
}
.block-heading-wrapper .heading-decoration {
  z-index: 3;
  display: block;
  width: 200px !important;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, 0px);
}
.block-heading-wrapper.subbanner-disabled .heading-container {
  margin-top: -300px;
  z-index: 3;
}
.block-heading-wrapper.subbanner-disabled .heading-container .heading-title {
  text-align: center;
}
@media (max-width: 992px) {
  .block-heading-wrapper.subbanner-enabled .subbanner svg {
    display: none;
  }
}
.block-heading-wrapper.subbanner-enabled {
  position: relative !important;
}
.block-heading-wrapper.subbanner-enabled .heading-container {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
  margin-top: inherit !important;
  z-index: 3;
}
@media (max-width: 992px) {
  .block-heading-wrapper.subbanner-enabled .heading-container {
    top: inherit;
    left: inherit !important;
    -webkit-transform: inherit;
    transform: inherit;
    position: initial !important;
  }
}
.block-heading-wrapper.subbanner-enabled .heading-container .heading-title {
  position: relative;
  text-align: center;
  top: inherit;
  left: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}
@media (max-width: 992px) {
  .block-heading-wrapper.subbanner-enabled .heading-container .heading-title {
    margin-top: -280px;
    z-index: 3;
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
}
.subbanner-green {
  background: url(../assets/images/background/shape-banner-bottom-green.svg);
}
.subbanner-green #Tracé_1120 {
  fill: #30a97f !important;
}
.subbanner-yellow {
  background: url(../assets/images/background/shape-banner-bottom-yellow.svg);
}
.subbanner-yellow #Tracé_1120 {
  fill: #fdd800 !important;
}
.subbanner {
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
  svg {
    width: 100%;
  }
}
.decoration-green #Tracé_1753 {
  fill: #30a97f !important;
}
.decoration-yellow #Tracé_1753 {
  fill: #fdd800 !important;
}
.block-heading-wrapper + .block {
  margin-top: 90px;
}
.block-summary-wrapper {
  background-image: url(../assets/images/background/shape-white.svg);
  background-size: 550px;
  padding: 100px 0;
}
.block-summary-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: inherit !important;
  margin-bottom: inherit !important;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .block-summary-wrapper ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.block-summary-wrapper ul li {
  background: #30a97f;
  border-radius: 17px;
  padding: 20px;
  text-align: center;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.block-summary-wrapper ul li:hover {
  cursor: pointer;
  background: #fdd800 !important;
}
@media (max-width: 1280px) {
  .block-summary-wrapper ul li {
    margin: 10px 0;
  }
}
@media (max-width: 500px) {
  .block-summary-wrapper ul li {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (min-width: 501px) and (max-width: 1279px) {
  .block-summary-wrapper ul li {
    width: 400px;
  }
}
@media (max-width: 375px) {
  .block-summary-wrapper ul li li:last-of-type {
    margin-bottom: 0 !important;
  }
}
.block-summary-wrapper ul li a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.block-bubblehover .bubblehover-item {
  height: 500px;
  padding: inherit !important;
  position: relative;
}
.block-bubblehover .bubblehover-item .bubblehover-image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.block-bubblehover .bubblehover-item .bubblehover-box {
  display: none;
  position: absolute;
  border-radius: 999rem;
  background: #fff;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 200px;
  height: 200px;
}
@media (max-width: 1024px) {
  .block-bubblehover .bubblehover-item .bubblehover-box {
    display: block !important;
  }
}
.block-bubblehover .bubblehover-item .bubblehover-box > div {
  top: 50%;
  left: 50%;
  width: 80%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.block-bubblehover .bubblehover-item .bubblehover-box .bubblehover-coche {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.block-bubblehover .bubblehover-item .bubblehover-box .bubblehover-title {
  text-align: center;
  padding-top: 20px;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  margin-bottom: inherit;
}
.block-bubblehover .bubblehover-item .bubblehover-box .bubblehover-icon {
  width: 50px !important;
}
.block-overlay .btn {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: fit-content;
}
@media (max-width: 992px) {
  .block-overlay .btn {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
@media (max-width: 500px) {
  .block-overlay .btn {
    text-align: center;
    display: inline-block;
  }
}

@media (max-width: 992px) {
  .block-overlay .btn:hover {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
.block-overlay .arrow-btn {
  width: 25px;
  height: 25px;
  background-image: url("../assets/images/icons/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .block-overlay .arrow-btn {
    display: none !important;
  }
}
.block-overlay .block-top {
  -webkit-mask-image: url(../assets/images/clip/roundedtop.svg);
  mask-image: url(../assets/images/clip/roundedtop.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  background: #fdd800;
  height: 170px;
  width: 100%;
}
.block-overlay .block-bottom {
  background: #fdd800;
  height: 100px;
  width: 100%;
}
.block-overlay h2 {
  color: #fff;
  text-align: center;
  z-index: 2;
  position: relative;
}
.block-overlay .block-content.no-notch {
  padding-top: 100px !important;
}
.block-overlay .block-content.greenapple-panel {
  background-image: none !important;
}
.block-overlay .block-content.greenapple-panel.no-notch {
  padding-bottom: 100px !important;
}
.block-overlay .block-content.green-column {
  background-image: url(../assets/images/background/shape-column-green.svg) !important;
}
.block-overlay .block-content {
  background: #fdd800;
  background-image: url(../assets/images/background/shape-column.svg);
  background-position-x: 100px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-overlay .block-content .overlay-content p {
  color: #000;
}
@media (max-width: 992px) {
  .block-overlay .block-content {
    background-position: center !important;
    background-repeat: repeat;
  }
}
.block-overlay .block-content .overlay-image {
  position: relative;
  height: 500px;
  left: 100px;
  width: 40%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (max-width: 1280px) {
  .block-overlay .block-content .overlay-image {
    display: none;
  }
}
.block-overlay .block-content .overlay-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
  position: relative;
}
.block-overlay .block-content .greenapple-panel .overlay-image::before {
  content: "";
  background-image: url(../assets/images/background/shape-background-greenapple.svg);
  background-size: 800px;
  background-position-x: right;
  display: block;
  height: 140%;
  width: 450%;
  position: absolute;
  left: -400%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
.block-overlay .block-content .content-inner {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .block-overlay .block-content .content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.block-overlay .block-content .content-inner > div:last-child {
  width: 60%;
  top: 50%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  position: absolute;
  right: 70px;
}
@media (max-width: 1280px) {
  .block-overlay .block-content .content-inner > div:last-child {
    -webkit-transform: inherit !important;
    transform: inherit !important;
    top: inherit !important;
    position: relative !important;
    right: inherit !important;
    margin: 0 auto;
    width: 80% !important;
  }
}
@media (max-width: 768px) {
  .block-overlay .block-content .content-inner > div:last-child {
    width: 100% !important;
  }
}
.block-overlay .block-content .content-inner ul {
  padding-left: 0 !important;
}
.block-overlay .block-content .content-inner .content > div {
  border-radius: 20px;
  font-weight: 300;
  padding: 60px 30px;
  padding: 60px 30px 30px 30px;
  padding: 50px !important;
  min-height: 400px;
}
.block-overlay .block-content .content-inner .content > div li {
  padding-bottom: 10px;
}
@media (max-width: 450px) {
  .block-overlay .block-content .content-inner .content > div {
    padding: 40px 20px !important;
    top: 10px;
  }
}
.block-overlay .block-content .content-inner .content > div a.link-bottom {
  display: block;
  width: 100%;
  text-align: right;
  font-weight: 400;
}
.block-overlay .block-content .content-inner .content > div h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.block-overlay .block-content .content-inner .content > div svg {
  margin-bottom: 20px;
  width: 50px;
}
.block-overlay .block-content .content-inner .content > div svg #Tracé_1753 {
  fill: #fdd800;
}
.block-overlay .block-content .content-inner .content svg path {
  fill: #fdd800;
}
.block-overlay .block-content .content-inner .content > div {
  background: #30a97f;
  color: #fff;
  list-style-image: url(../assets/images/icons/coche-small.svg);
}
.block-overlay .block-content .content-inner .content a {
  color: #fff;
}
.block-overlay .block-content .content-inner .content:last-of-type svg path {
  fill: #32695f;
}
.block-overlay .block-content .content-inner .content:last-of-type > div {
  background: #fff;
  color: #32695f;
}
.block-overlay
  .block-content
  .content-inner
  .content:last-of-type
  > div
  ul:first-of-type {
  list-style-type: none !important;
  list-style-image: none !important;
}
.block-overlay
  .block-content
  .content-inner
  .content:last-of-type
  > div
  ul:first-of-type
  > li {
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 30px;
  background-image: url(../assets/images/icons/coche-small-green.svg);
}
.block-overlay
  .block-content
  .content-inner
  .content:last-of-type
  > div
  ul
  li
  ul {
  padding-left: 30px !important;
  padding-top: 10px;
  margin-bottom: 0;
}
.block-overlay
  .block-content
  .content-inner
  .content:last-of-type
  > div
  ul
  li
  ul
  li {
  padding-left: 10px !important;
  background-image: none !important;
  list-style-image: none !important;
  list-style-type: initial !important;
}
.block-overlay
  .block-content
  .content-inner
  .content:last-of-type
  a.link-bottom {
  color: #32695f !important;
}
@media (max-width: 450px) {
  .block-overlay
    .block-content
    .content-inner
    .content:last-of-type
    a.link-bottom {
    text-align: center;
    padding-bottom: 20px;
  }
}
.block-overlay .block-content .content-inner .content:last-of-type a {
  color: #fdd800;
}
.block-overlay
  .block-content
  .content-inner
  .content:last-of-type
  a.button.yellow {
  color: #fff !important;
  position: relative;
}
.block-overlay .grey-background div {
  list-style-image: url(../assets/images/icons/coche-small-yellow.svg) !important;
}
@media (max-width: 768px) {
  .block-overlay .overlay-range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .block-overlay .overlay-range img {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    height: auto !important;
  }
}
.block-overlay .overlay-range img {
  height: 140px;
  margin-right: 10px;
  margin-left: 10px;
  width: auto !important;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .block-overlay .overlay-range img {
    width: 50% !important;
    padding-bottom: 20px;
    margin: 0 auto;
  }
}
.block-overlay .overlay-slidered {
  top: 50% !important;
}
.block-overlay .overlay-slidered h3 {
  font-family: "Varela Round", sans-serif;
  font-size: 33px;
}
@media (max-width: 768px) {
  .block-overlay .overlay-slidered h3 {
    font-size: 23px;
  }
}
.block-overlay .overlay-slidered .even > div {
  background: #30a97f !important;
  color: #fff !important;
  list-style-image: url(../assets/images/icons/coche-small.svg) !important;
}
.block-overlay .overlay-slidered .even > div a {
  color: #fff !important;
}
.block-overlay .overlay-slidered .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 30px 50px 0 50px !important;
}
.block-overlay .overlay-slidered .owl-dot span {
  width: 15px !important;
  height: 15px !important;
  background: #fff !important;
}
.block-overlay .overlay-slidered .owl-dot.active span,
.block-overlay .overlay-slidered .owl-theme .owl-dots .owl-dot:hover span {
  background: #30a97f !important;
}
.block-overlay .overlay-slidered .smile-bottom svg {
  display: block;
  height: 100px;
  width: 200px;
  margin-top: -50px !important;
  z-index: 3;
  margin: 0 auto;
  margin-top: 0px;
  position: sticky;
}
.block-overlay .overlay-slidered .smile-bottom svg path {
  fill: #32695f;
}
@media (max-width: 768px) {
  .block-overlay .overlay-fixed {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .block-overlay .overlay-fixed .content {
    height: initial !important;
    margin-bottom: 40px;
    padding: inherit !important;
  }
}
.block-overlay .owl-overlay h3 + svg {
  display: none;
}
.block-overlay + .block-overlay {
  position: relative;
}
.block-overlay + .block-overlay .block-top {
  position: absolute;
  top: -170px;
}
.block-overlay .block-content .content-inner .content .grey-background a {
  color: #32695f !important;
}
.block-keynumber + .block-overlay {
  margin-top: 50px;
}
.block-slider h2 {
  z-index: 2;
  position: relative;
}
.block-slider .owl-dot span {
  width: 15px !important;
  height: 15px !important;
  background: #fff !important;
}
.block-slider .owl-dot.active span,
.block-slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #30a97f !important;
}
.block-slider .owl-stage-outer h2 {
  margin: inherit !important;
}
.block-slider .block-slider-top {
  -webkit-mask-image: url(../assets/images/clip/roundedtop.svg);
  mask-image: url(../assets/images/clip/roundedtop.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  background: #fdd800;
  height: 170px;
  width: 100%;
}
.block-slider .block-slider-icon {
  width: 30% !important;
  top: 45px;
  position: relative;
  z-index: 2;
}
.block-slider .block-slider-icon + div {
  padding-top: 60px !important;
}
.block-slider .block-top + .block-content {
  padding-top: 0 !important;
  padding-bottom: 30px !important;
}
.block-slider .block-content {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.block-slider
  .block-content.white-background
  .owl-theme
  .owl-dots
  .owl-dot:not(.active)
  span,
.block-slider
  .block-content.has-white-background
  .owl-theme
  .owl-dots
  .owl-dot:not(.active)
  span {
  background: #d7d7d7 !important;
}
.block-slider h3 {
  font-weight: bold;
  margin: 0 0 10px 0;
  text-align: center;
}
.block-slider .box-white h3 {
  color: #32695f;
}
.block-slider .box-white #Tracé_1753 {
  fill: #32695f !important;
}
.block-slider .box-grey h3 {
  color: #32695f;
}
.block-slider .box-grey #Tracé_1753 {
  fill: #32695f !important;
}
.block-slider .box-green {
  color: #fff;
}
.block-slider .box-green .last-word {
  color: #fff !important;
}
.block-slider .box-green h3 {
  color: rgba(255, 255, 255, 0.5568627451);
}
.block-slider .content > div {
  border-radius: 20px;
  font-weight: 300;
  padding: 60px 30px;
  padding: 60px 30px 30px 30px;
  padding: 30px 20px;
}
.block-slider .content > div svg {
  margin-bottom: 20px;
  width: 50px;
}
.block-slider .content > div svg #Tracé_1753 {
  fill: #fdd800;
}
.block-slider .content > div p {
  font-size: 16px;
  line-height: 18px;
}
.block-slider .range {
  margin: 0 auto;
  width: 80%;
}
.owl-dots {
  margin-top: 30px !important;
}
.range-offset .owl-stage-outer {
  overflow: initial !important;
}
@media (min-width: 1100px) {
  .range-offset .even {
    margin-top: 60px;
  }
}
.block-news h2 {
  margin-bottom: 130px;
}
.block-news .news-item > div {
  border-radius: 20px;
  font-weight: 300;
  padding: 60px 30px;
  padding: 60px 30px 30px 30px;
  padding-top: inherit;
  background: #fff;
}
.block-news .news-item > div .news-img {
  padding-bottom: 40px;
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-news .news-item > div .news-img img {
  border-radius: 999rem;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: -50px;
}
.block-news .news-item > div h3 {
  font-weight: 400;
  color: #32695f;
}
.block-news .news-item > div .read-more {
  padding-top: 20px;
  display: block;
}
@media (max-width: 992px) {
  .block-news .news-item {
    margin-top: 100px;
  }
}
.block-map {
  background-repeat: repeat-x;
  background-position: bottom;
}
.block-map h2 {
  margin-bottom: 30px;
}
.block-map img {
  margin-top: 80px;
  width: 60%;
}
@media (max-width: 1280px) {
  .block-map img {
    width: 100%;
  }
}
.block-challenges {
  background: #fff;
  padding: 100px 0;
}
.block-challenges .challenge-item {
  margin: 35px 0;
}
.block-challenges .challenge-item h3 {
  text-align: center;
  font-weight: bold;
}
.block-challenges .challenge-item p,
.block-challenges .challenge-item a,
.block-challenges .challenge-item h3 {
  color: #fff;
}
.block-challenges .challenge-item > div {
  border-radius: 20px;
  font-weight: 300;
  padding: 60px 30px;
  padding: 60px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 300px;
}
.block-challenges .challenge-item svg {
  margin-bottom: 20px;
  width: 50px;
}
.block-challenges .challenge-item svg #Tracé_1753 {
  fill: #fdd800;
}
.block-challenges .challenge-item svg #Tracé_1753 {
  width: 50px !important;
  fill: #fff !important;
}
.block-keynumber {
  background-repeat: repeat-x;
  background-position-y: bottom !important;
}
.block-keynumber li {
  background-position: 0 2px !important;
}
@media (max-width: 768px) {
  .block-keynumber ul {
    padding-left: 0 !important;
  }
  .block-keynumber li {
    list-style-type: none !important;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .block-keynumber {
    list-style-type: none !important;
    list-style-image: none !important;
    padding-left: 30px;
  }
  .block-keynumber li {
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding-left: 30px;
    background-image: url(../assets/images/icons/coche-small-green-2.svg);
  }
  .block-keynumber li ul {
    padding-left: 30px !important;
    padding-top: 10px;
    margin-bottom: 0;
    background-image: none !important;
    list-style-type: initial !important;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .block-keynumber {
    width: 70%;
    margin: 0 auto;
  }
  .block-keynumber li {
    padding-bottom: 10px;
  }
}
.block-keynumber .keynumber-image {
  margin-top: 50px;
  position: relative;
}
.block-keynumber .keynumber-image a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 451px) {
  .block-keynumber .keynumber-image {
    height: 450px;
    width: 450px;
    border-radius: 99rem;
  }
  .block-keynumber .keynumber-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 99rem;
  }
}
@media (max-width: 450px) {
  .block-keynumber .keynumber-image {
    position: relative;
    width: 100%;
    border-radius: 99rem;
  }
  .block-keynumber .keynumber-image::after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .block-keynumber .keynumber-image img {
    position: absolute;
    border-radius: 99rem;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
}
.block-banner {
  position: relative;
}
.block-banner .container-placer {
  background: #eee;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.block-banner iframe {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
}
@media (max-width: 1280px) {
  .block-banner {
    height: 500px !important;
  }
}
@media (max-width: 768px) {
  .block-banner {
    height: 400px !important;
  }
}
@media (max-width: 500px) {
  .block-banner {
    height: 300px !important;
  }
}
@media (max-width: 1280px) {
  .block-banner .container-placer {
    height: 500px !important;
  }
}
@media (max-width: 768px) {
  .block-banner .container-placer {
    height: 400px !important;
  }
}
@media (max-width: 500px) {
  .block-banner .container-placer {
    height: 300px !important;
  }
}
.block-banner .banner-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.block-banner .overlay {
  z-index: 2;
  background: #32695f;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: linear-gradient(
    357deg,
    rgba(50, 105, 95, 0.5046219171) 0%,
    rgb(50, 105, 95) 100%
  );
  opacity: 0.6;
}
.block-banner .banner-content {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (max-width: 1280px) {
  .block-banner .banner-content {
    top: 60%;
  }
}
.block-banner .banner-content .banner-play {
  width: 90px;
  height: 90px;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .block-banner .banner-content .banner-play {
    width: 50px;
    height: 50px;
  }
}
.block-banner .banner-content h1,
.block-banner .banner-content span {
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.34);
}
.block-banner .banner-content h1 {
  color: #fff;
  font-weight: 900;
  margin-bottom: 20px;
  font-size: 5rem;
}
@media (max-width: 500px) {
  .block-banner .banner-content h1 {
    font-size: 10vw !important;
    line-height: 10vw !important;
  }
}
.block-banner .banner-content h1 span {
  font-size: 9rem;
}
@media (max-width: 500px) {
  .block-banner .banner-content h1 span {
    font-size: 10vw !important;
    line-height: 10vw !important;
  }
}
.block-banner .banner-content br {
  margin-bottom: 10px;
}
.block-banner .banner-content span:not(.big) {
  font-weight: 700;
  font-size: 3rem;
  color: #fdd800;
}
@media (max-width: 500px) {
  .block-banner .banner-content span:not(.big) {
    font-size: 6vw !important;
    line-height: 6vw !important;
  }
}
.block-banner + div svg {
  width: 300px;
  margin-top: -30px;
  z-index: 4;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .block-banner + div svg {
    width: 150px;
    margin-top: -10px;
  }
}
.block-banner + div svg #Tracé_1753 {
  fill: #30a97f;
}
.block-bannernumber {
  height: 600px;
  position: relative;
}
@media (min-width: 501px) and (max-width: 992px) {
  .block-bannernumber {
    height: 700px !important;
  }
}
@media (max-width: 500px) {
  .block-bannernumber {
    display: none !important;
  }
}
.block-bannernumber .bannernumber-container {
  width: 50%;
}
@media (max-width: 500px) {
  .block-bannernumber .bannernumber-container {
    border: none !important;
  }
}
.block-bannernumber .bannernumber-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 500px) {
  .block-bannernumber .bannernumber-container img {
    display: none;
  }
}
.block-bannernumber .bannernumber-left {
  border-right: 5px solid #fff;
}
.block-bannernumber .bannernumber-right {
  border-left: 5px solid #fff;
}
.block-bannernumber .bannernumber-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  .block-bannernumber .bannernumber-content {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
.block-bannernumber .bannernumber-content .bannernumber-circle {
  width: 200px;
  height: 200px;
  border-radius: 99rem;
  background: #fff;
  margin: 0 30px;
  position: relative;
  overflow: hidden;
}
.block-bannernumber .bannernumber-content .bannernumber-circle p {
  margin-bottom: inherit !important;
  margin: 0 30px;
}
.block-bannernumber .bannernumber-content .bannernumber-circle .big {
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
}
.block-bannernumber
  .bannernumber-content
  .bannernumber-circle
  .bannernumber-hover {
  position: absolute;
  width: 200px;
  height: 200px;
  top: -180px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  border-radius: 99rem;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.block-bannernumber
  .bannernumber-content
  .bannernumber-circle
  .bannernumber-hover
  p {
  text-shadow: 0px 1px 5px #000;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  display: none;
}
.block-bannernumber
  .bannernumber-content
  .bannernumber-circle:hover
  .bannernumber-hover {
  top: 0;
}
.block-bannernumber
  .bannernumber-content
  .bannernumber-circle:hover
  .bannernumber-hover
  p {
  display: block;
}
@media (max-width: 992px) {
  .block-bannernumber .bannernumber-content .bannernumber-circle:nth-child(2) {
    margin: 20px 0;
  }
}
.block-bannernumber .bannernumber-content .bannernumber-circle:first-child,
.block-bannernumber .bannernumber-content .bannernumber-circle:last-child {
  margin-top: -60px;
}
@media (max-width: 992px) {
  .block-bannernumber .bannernumber-content .bannernumber-circle:first-child,
  .block-bannernumber .bannernumber-content .bannernumber-circle:last-child {
    margin-top: initial !important;
  }
}
.block-bannernumber + div svg {
  margin-bottom: 20px;
  width: 50px;
  width: 300px !important;
  margin-top: -65px;
  z-index: 4;
}
.block-bannernumber + div svg #Tracé_1753 {
  fill: #fdd800;
}
@media (max-width: 992px) {
  .block-bannernumber + div svg {
    margin-top: -10px;
    width: 150px !important;
  }
}
@media (max-width: 1024px) {
  .bannernumber-right {
    display: none;
  }
  .bannernumber-left {
    border: none !important;
  }
  .bannernumber-container {
    width: 100% !important;
  }
}
.block-contact {
  margin-top: 60px;
}
.block-contact > div {
  padding: 80px;
  background: #fff;
  border-radius: 30px;
}
@media (max-width: 500px) {
  .block-contact > div {
    padding: 30px;
  }
}
.block-contact .your-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-contact .your-consent span {
  font-weight: lighter;
}
.block-contact .wpcf7-submit,
#modal-fiche .wpcf7-submit,
#modal-inscription-formation .wpcf7-submit {
  background: url(/wp-content/themes/chronos/assets/images/icons/send.svg);
  background-color: #fdd800;
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 25px 25px;
  padding-right: 70px;
}
.block-contact #formSubmit > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 500px) {
  .block-contact .contact-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 500px) {
  .block-contact .contact-footer > div:first-child {
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.block-faq .faq-item {
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 15px;
}
.block-faq .faq-item .faq-question {
  color: #30a97f;
  text-transform: uppercase;
}
.block-faq .faq-item.active {
  background: #30a97f !important;
  color: #fff;
}
.block-faq .faq-item.active a {
  color: #fdd800;
}
.block-faq .faq-item.active .faq-reponse {
  display: block;
  padding-top: 15px;
}
.block-faq .faq-item.active .faq-reponse ul,
.block-faq .faq-item.active .faq-reponse li,
.block-faq .faq-item.active .faq-reponse p,
.block-faq .faq-item.active .faq-reponse span {
  font-weight: 300;
}
.block-faq .faq-item.active .faq-controller {
  background-image: url(../assets/images/icons/minus.svg) !important;
}
.block-faq .faq-item.active .faq-question {
  color: #fff !important;
}
.block-faq .faq-controller {
  background-image: url(../assets/images/icons/plus.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
}
.block-faq .faq-controller:hover {
  cursor: pointer;
}
.block-text .text-item {
  background: #fff;
  padding: 30px 30px 50px 30px;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .block-text .text-item {
    width: 90%;
  }
}
.block-text + div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -30px;
  z-index: 2;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 500px) {
  .block-text + div {
    margin-top: -10px !important;
  }
}
.block-text + div svg {
  margin-bottom: 20px;
  width: 50px;
  width: 20% !important;
  margin: 0 auto;
}
.block-text + div svg #Tracé_1753 {
  fill: #fdd800;
}
.block-text + div svg #Tracé_1753 {
  fill: #fdd800 !important;
}
.block-button .button {
  border-radius: 99rem;
  color: #fff;
  background: #fdd800 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
.block-button .button:hover {
  background: #e4c200 !important;
}
.block-button-icon .button {
  border-radius: 99rem;
  color: #fff;
  background: #fdd800 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  position: relative;
}
.block-button-icon .button:hover {
  background: #e4c200 !important;
}
.block-button-icon img {
  width: 100px;
  margin-bottom: 30px;
}
.block-button-icon .btn {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 60%;
}
.formation_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 6rem;
  column-gap: 2rem;
}
@media (min-width: 768px) {
  .formation_grid {
    row-gap: 10rem;
  }
}
@media (min-width: 1024px) {
  .formation_grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 9rem;
    column-gap: 2rem;
  }
}
@media (max-width: 767px) {
  .formation_grid .orientation-item .btn {
    padding: 10px 0px;
    font-size: 1.4rem;
  }
}
@media (max-width: 992px) {
  .block-button-icon .btn {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
@media (max-width: 500px) {
  .block-button-icon .btn {
    text-align: center;
    display: inline-block;
  }
}
.block-button-icon .btn:hover {
  width: 85%;
}
@media (max-width: 992px) {
  .block-button-icon .btn:hover {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
.block-button-icon .arrow-btn {
  width: 25px;
  height: 25px;
  background-image: url("../assets/images/icons/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .block-button-icon .arrow-btn {
    display: none !important;
  }
}
.block-orientation {
  padding-bottom: 70px;
}
@media (max-width: 500px) {
  .block-orientation h2 {
    font-size: 1.3rem !important;
    line-height: 1.8rem !important;
  }
}
@media (max-width: 768px) {
  .block-orientation > div {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .block-orientation > div div:last-child {
    margin-top: 20px;
  }
}
.block-orientation .orientation-item > div {
  padding: 0 30px;
  background: #32695f;
  border-radius: 30px;
  position: relative;
  margin: 0 40px;
}
@media (max-width: 767px) {
  .block-orientation .orientation-item > div {
    margin: 0 5px;
    padding: 0 10px;
  }
}
/* @media (min-width: 768px) and (max-width: 1280px) {
  .block-orientation .orientation-item > div {
    width: 340px;
  }
}
@media (max-width: 500px) {
  .block-orientation .orientation-item > div {
    width: 80% !important;
    margin: 0 auto !important;
  }
} */
.block-orientation .orientation-item > div .btn {
  position: relative;
}
.block-orientation .orientation-title a {
  color: inherit;
  text-decoration: none;
  position: static;
}
.block-orientation .orientation-title a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  z-index: 0;
}
.block-orientation .orientation-title {
  color: #fff;
  font-size: 2.1rem;
  line-height: 2.6rem;
  font-family: "Varela Round", sans-serif;
  width: 90%;
  padding: 50px 0 30px 0;
}
@media (max-width: 500px) {
  .block-orientation .orientation-title {
    font-size: 5vw;
    line-height: 5vw;
  }
}
.block-orientation .orientation-img {
  position: relative;
}
.block-orientation .orientation-img img {
  margin: 0 auto;
  border-radius: 99rem;
  width: 250px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: -60px;
  margin-bottom: 50px;
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .block-orientation .orientation-img img {
    width: min(120px, 80%);
    margin-top: -40px;
    margin-bottom: 20px;
  }
}
.block-orientation .orientation-img .smile {
  display: block;
  height: 0;
  width: 100%;
  background-image: url("../assets/images/icons/smile-white.svg");
  /* background-size: 70%; */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.block-orientation .orientation-item:hover .orientation-img img {
  top: -5px;
}
.block-orientation .orientation-item:hover .orientation-img .smile {
  height: 100px;
}
.block-orientation .btn {
  margin-bottom: 30px;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 60%;
}
@media (max-width: 992px) {
  .block-orientation .btn {
    margin-top: auto !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
@media (max-width: 500px) {
  .block-orientation .btn {
    text-align: center;
    display: inline-block;
  }
}
.block-orientation .orientation-item:hover .btn {
  width: 85%;
}
.block-orientation .orientation-item:hover .btn.yellow {
  background: #e4c200 !important;
}
@media (max-width: 992px) {
  .block-orientation .orientation-item:hover .btn {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
.block-orientation .arrow-btn {
  width: 25px;
  height: 25px;
  background-image: url("../assets/images/icons/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 0;
  margin-right: 20px;
}
@media (max-width: 1280px) {
  .block-orientation .arrow-btn {
    display: none !important;
  }
}

/* --- BlocOrientation : grilles selon le nombre d'items --- */
.block-orientation > div.grid_un {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 40px;
}

.block-orientation > div.grid_deux {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .block-orientation > div.grid_deux {
    grid-template-columns: 1fr;
  }
}

.block-orientation > div.grid_trois {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1024px) {
  .block-orientation > div.grid_trois {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .block-orientation > div.grid_trois {
    grid-template-columns: 1fr;
  }
}

.block-links {
  position: relative;
}
.block-links::before {
  content: "";
  display: block;
  width: 100%;
  background-image: url("../assets/images/background/shape-bottom-color-2.svg");
  background-position: bottom;
  background-size: contain;
  background-repeat: repeat-x;
  height: 300px;
  z-index: -1;
  position: absolute;
  top: -200px;
}
.block-links .links-content {
  background-color: #30a97f;
}
@media (max-width: 992px) {
  .block-links .links-content div > div {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .block-links .links-content div > div a {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .block-links .links-content div > div a {
    width: 100%;
  }
}
.block-links .links-header {
  -webkit-clip-path: ellipse(55% 90% at 50% 100%);
  clip-path: ellipse(55% 90% at 50% 100%);
  background-color: #30a97f;
  height: 140px;
}
.block-links h2 {
  text-align: center;
  color: #fff;
  z-index: 2;
  position: relative;
}
.block-links .link-item {
  background: #fff;
  color: #32695f;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1280px) {
  .block-links .link-item {
    margin: 10px;
  }
}
.block-links .link-item:hover {
  background: #32695f;
  color: #fff;
}
.block-links .link-btn {
  margin-top: 40px;
  width: 50%;
}
.block-links .link-btn .btn {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 60%;
}
@media (max-width: 992px) {
  .block-links .link-btn .btn {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
@media (max-width: 500px) {
  .block-links .link-btn .btn {
    text-align: center;
    display: inline-block;
  }
}
.block-links .link-btn .btn:hover {
  width: 85%;
}
@media (max-width: 992px) {
  .block-links .link-btn .btn:hover {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
.block-links .link-btn .arrow-btn {
  width: 25px;
  height: 25px;
  background-image: url("../assets/images/icons/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .block-links .link-btn .arrow-btn {
    display: none !important;
  }
}
@media (max-width: 500px) {
  .block-links .link-btn {
    width: 100%;
    text-align: center;
  }
}
.block-links .link-btn .btn {
  position: relative;
  width: 55%;
}
.block-links .link-btn:hover .btn {
  width: 85%;
}
.block.block-wide-image {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  height: 1100px;
  position: relative;
}
@media (max-width: 1280px) {
  .block.block-wide-image {
    background-image: none !important;
  }
}
@media (max-width: 992px) {
  .block.block-wide-image {
    height: inherit;
    min-height: 600px !important;
  }
}
@media (min-width: 992px) {
  .block.block-wide-image .row {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .block.block-wide-image .row:hover {
    top: 45% !important;
  }
}
.block.block-wide-image .item-wide > div {
  background: rgba(255, 255, 255, 0.86);
  border-radius: 30px;
  padding: 40px;
}
.block.block-wide-image .item-wide > div ul {
  list-style-type: none !important;
  list-style-image: none !important;
  padding-left: 0 !important;
}
.block.block-wide-image .item-wide > div li {
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 30px;
  background-image: url(../assets/images/icons/coche-small-green.svg);
  padding-bottom: 10px;
}
@media (max-width: 500px) {
  .block.block-wide-image .item-wide > div {
    padding: 40px 20px !important;
  }
}
@media (max-width: 768px) {
  .block.block-wide-image li {
    padding-left: 0 !important;
    background-image: none !important;
  }
}
.block.block-wide-image svg {
  margin-bottom: 20px;
  width: 50px;
  width: 200px;
  display: block;
  margin: 0 auto;
  top: -30px;
  position: relative;
}
.block.block-wide-image svg #Tracé_1753 {
  fill: #fdd800;
}
.block.block-wide-image + .decoration {
  width: 300px;
  margin: 0 auto;
  position: relative;
  top: -170px;
}
.block.block-wide-image + .decoration svg #Tracé_1753 {
  fill: #fdd800 !important;
}
.block.block-wide-image + .decoration.before-notch {
  padding-bottom: 0 !important;
}
@media (max-width: 1280px) {
  .block-wide-image .overlay {
    background: none !important;
  }
}
@media (max-width: 768px) {
  .block-wide-image li,
  .block-wide-image ol {
    list-style-image: initial !important;
    list-style-type: none !important;
    text-align: left;
    margin-bottom: 10px;
  }
}
.block-wide-image ol {
  list-style-type: none !important;
  list-style-image: none !important;
  padding-left: 30px;
}
.block-wide-image ol li {
  list-style-type: none;
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 30px;
  background-image: url(../assets/images/icons/coche-small-green-2.svg);
}
.block-wide-image ol li ul {
  padding-left: 30px !important;
  padding-top: 10px;
  margin-bottom: 0;
  background-image: none !important;
  list-style-type: initial !important;
}
@media (min-width: 1280px) {
  .block-wide-image ol {
    width: 70%;
    margin: 0 auto;
  }
  .block-wide-image ol li {
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .block-wide-image ol {
    padding-left: inherit !important;
  }
}
@media (max-width: 992px) {
  .block-wide-image .item-wide {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 450px) {
  .block-wide-image .item-wide {
    padding: 0 !important;
  }
}
.block-wide-image .item-wide h2 {
  margin-bottom: 10px;
}
.block-wide-image .item-wide h3 {
  color: #30a97f;
  font-weight: bold;
  font-size: 17px;
}
@media (max-width: 768px) {
  .block-wide-image .item-wide h3 {
    text-align: center;
  }
}
.block-wide-image .item-wide div {
  padding-bottom: 40px;
}
.block.block-wide-image + .block-overlay {
  position: relative;
}
.block.block-wide-image + .block-overlay .block-top {
  position: absolute;
  top: -170px;
}
.block-formations .orientation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 0;
}
.block-formations .orientation-item > div {
  margin: initial !important;
}

/* ==============================================
   MEGA MENU — Big Nav deux colonnes (Figma)
   ============================================== */

/* --- Mobile (toutes tailles, remplace a >=1280px) --- */
.nav_megamenu {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  z-index: 998;
  /* background: #30a97f; */
  transition: left 300ms cubic-bezier(0, 0, 0.58, 1);
}
.nav_megamenu.openSubMenu {
  left: 0;
}
.nav_megamenu__col-gauche {
  background: #30a97f;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.nav_megamenu__liste-gauche {
  list-style: none;
  margin: 0;
  padding: 1rem 0;
}
.nav_megamenu__item-gauche {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 2rem;
  cursor: pointer;
  color: #f5f5f5;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: background 200ms ease;
}
.nav_megamenu__item-gauche:last-child {
  border-bottom: none;
}
.nav_megamenu__item-gauche.is-active {
  color: #32695f;
  background: rgba(255, 255, 255, 0.2);
}
.nav_megamenu__item-gauche:hover {
  background: rgba(255, 255, 255, 0.12);
}
.nav_megamenu__label-gauche {
  flex: 1;
}
.nav_megamenu__fleche {
  font-size: 1.2rem;
  opacity: 0.8;
  margin-left: 1rem;
}
.nav_megamenu__col-droite {
  background: #fff;
  width: 100%;
  display: none;
  flex-direction: column;
  padding: 2rem;
  overflow-y: auto;
}
.nav_megamenu__col-droite.show {
  display: flex;
  position: absolute;
  height: 100%;
}
.nav_megamenu__col-droite .retour--panel {
  margin: 0 0 12px 0;
}
.nav_megamenu__panel {
  display: none;
  flex-direction: column;
  width: 100%;
}
.nav_megamenu__panel.is-active {
  display: flex;
}
.nav_megamenu__liste-droite {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.nav_megamenu__item-droite {
  display: flex;
  break-inside: avoid;
  margin-bottom: 0.8rem;
}
.nav_megamenu__lien-droite {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  text-decoration: none;
  color: #32695f;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  line-height: 2.3rem;
  font-weight: 400;
}
.nav_megamenu__lien-droite:hover {
  text-decoration: underline;
}
.nav_megamenu__icone-check {
  flex-shrink: 0;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 50%;
  background: #30a97f;
  margin-top: 0.55rem;
  position: relative;
}
.nav_megamenu__icone-check::after {
  content: "";
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 3px;
  height: 5px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
}
.nav_megamenu__voir-tout {
  display: inline-block;
  margin-top: 2rem;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  color: #32695f;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.nav_megamenu__voir-tout:hover {
  color: #30a97f;
}
/* Boutons retour (mobile uniquement) */
.nav_megamenu .retour--main,
.nav_megamenu .retour--panel {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.8rem 1.2rem;
  background: #344966;
  color: #f0f4ef;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight: 400;
  cursor: pointer;
  transition: background 200ms ease;
}
.nav_megamenu .retour--main i,
.nav_megamenu .retour--panel i {
  margin: 0 1rem 0 0;
}
.nav_megamenu .retour--main:hover,
.nav_megamenu .retour--panel:hover {
  background: #b4cded;
  color: #344966;
}

/* --- Desktop >=1280px : carte flottante deux colonnes --- */
@media (min-width: 1280px) {
  .nav_megamenu .retour--main,
  .nav_megamenu .retour--panel {
    display: none;
  }
  .nav_megamenu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    padding: 15px 0 0 0;
    width: 90%;
    height: auto;
    overflow: visible;
    flex-direction: row;
    border-radius: 25px;
    display: none;
    z-index: 9999;
    transition: none;
  }
  .nav_megamenu__col-gauche {
    width: 298px;
    min-width: 298px;
    border-radius: 25px 0 0 25px;
    padding: 5px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .nav_megamenu__liste-gauche {
    padding: 1rem 0;
    width: 100%;
  }
  .nav_megamenu__item-gauche {
    padding: 1.2rem 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .nav_megamenu__item-gauche:last-child {
    border-bottom: none;
  }
  .nav_megamenu__item-gauche.is-active,
  .nav_megamenu__item-gauche:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #f5f5f5;
  }
  .nav_megamenu__item-gauche.is-active {
    color: #32695f;
  }
  .nav_megamenu__col-droite {
    flex: 1;
    border-radius: 0 25px 25px 0;
    padding: 2.5rem 3rem;
    display: flex;
    align-items: flex-start;
    overflow: visible;
  }
  .nav_megamenu__panel {
    display: none;
    flex-direction: column;
    width: 100%;
  }
  .nav_megamenu__panel.is-active {
    display: flex;
  }
  .nav_megamenu__liste-droite {
    /*display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem 3rem;
    width: 100%;*/
    display: block;
    column-count: 2;
    column-gap: 3rem;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  /* Afficher le mega menu au survol */
  #nav_main_list .menu-item-has-children:hover .nav_megamenu {
    display: flex;
  }
  #nav_main_list .menu-item-has-children:hover > a {
    color: #32695f;
  }
  #nav_main_list .menu-item-has-children:hover .plus {
    transform-origin: center center;
    transform: rotate(225deg);
    transition: transform 300ms cubic-bezier(0, 0, 0.58, 1);
  }
}

@media (min-width: 1680px) {
  .chronos_big_nav #nav_main #nav_main_list .nav_main_item {
    position: relative;
  }
  .nav_megamenu {
    left: 100%;
    transform: translateX(-100%);
    width: min(1168px, 92vw);
  }
}

/* ===== BlocEnteteActualite ===== */
.block-heading-actualite-wrapper {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  /* aspect-ratio: 1920 / 361; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.block-heading-actualite-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    177.94deg,
    rgba(50, 105, 95, 0.51) 83.47%,
    rgb(50, 105, 95) 192.32%
  );
}
.block-heading-actualite-wrapper .heading-actualite-inner {
  position: relative;
  z-index: 1;
  padding: 30px 15px;
}
.block-heading-actualite-wrapper .heading-actualite-title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 5rem;
  font-weight: 900;
  line-height: 4.1rem;
  text-align: center;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.34);
  text-transform: uppercase;
  margin: 0 0 10% 0;
}
@media (min-width: 768px) {
  .block-heading-actualite-wrapper .heading-actualite-title {
    margin: 0 0 3% 0;
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .block-heading-actualite-wrapper .heading-actualite-title {
    margin: 0 0 2% 0;
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
@media (min-width: 1280px) {
  .block-heading-actualite-wrapper .heading-actualite-title {
    margin: 50px 0;
  }
}
@media (min-width: 2000px) {
  .block-heading-actualite-wrapper .heading-actualite-title {
    max-width: 1280px;
  }
}
@media (max-width: 767px) {
  .block-heading-actualite-wrapper {
    aspect-ratio: 1920 / 630;
  }
  .block-heading-actualite-wrapper .heading-actualite-title {
    font-size: 2.5rem !important;
    line-height: 3rem !important;
    margin: 0;
  }
}

/* ===== AfficherLesActu ===== */
.block-actu-grid {
  padding: 60px 0 80px;
}
.block-actu-grid__title {
  font-family: "Varela Round", sans-serif;
  color: #32695f;
  font-size: 4.5rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 90px;
}
.actu-grid {
  list-style: none;
  padding: 60px 0 0 0 !important;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 90px;
  column-gap: 10px;
}
@media (min-width: 768px) {
  .actu-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .actu-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.actu-card {
  position: relative;
  min-width: 0;
}
@media (min-width: 768px) {
  .actu-card {
    padding: 0 15px;
  }
}

.actu-card__inner {
  position: relative;
  background: #fff;
  border-radius: 30px;
  padding: 220px 30px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.actu-card__visual {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  background: #32695f;
  margin: 0;
}
.actu-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: none;
}
.actu-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.actu-card__title {
  font-family: "Varela Round", sans-serif;
  color: #32695f;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 3rem;
  text-transform: uppercase;
  margin: 0;
  @media (min-width: 768px) {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  @media (min-width: 1280px) {
    font-size: 2.8rem;
    line-height: 3rem;
  }
}
.actu-card__title a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
.actu-card__title a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  z-index: 1;
}
.actu-card__excerpt {
  color: #0d1821;
  font-size: 1.6rem;
  line-height: 2.1rem;
  margin: 0;
}
.actu-card__more {
  color: #32695f;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.3rem;
  text-decoration: underline;
  display: block;
  pointer-events: none;
  margin-top: auto;
}
.actu-grid__cta {
  margin-top: 50px;
  text-align: center;
}
.bouton.plein.vert {
  background: #32695f;
  color: #fff;
  border: solid 1px #32695f;
  border-radius: 99rem;
  display: inline-block;
  padding: 1.5rem 3rem;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  text-decoration: none;
  transition:
    background 0.3s,
    color 0.3s;
}
.bouton.plein.vert:hover,
.bouton.plein.vert:focus {
  background: transparent;
  color: #32695f;
}
.actu-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 50px;
  padding: 0;
}
.actu-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 50%;
  font-size: 1.6rem;
  text-decoration: none;
  color: #32695f;
  border: 1px solid #32695f;
  transition:
    background 0.2s,
    color 0.2s;
}
.actu-pagination .page-numbers.current {
  background: #32695f;
  color: #fff;
}
.actu-pagination a.page-numbers:hover,
.actu-pagination a.page-numbers:focus {
  background: #32695f;
  color: #fff;
}
@media (max-width: 767px) {
  .actu-card__visual {
    width: 160px;
    height: 160px;
    top: -40px;
  }
  .actu-card__inner {
    padding-top: 140px;
  }
  .block-actu-grid__title {
    font-size: 3rem;
    margin-bottom: 50px;
  }
  .actu-grid {
    row-gap: 70px;
  }
}

/* ================================
   Block: Mise en avant
   ================================ */
.block-mise-en-avant {
  background-color: #fdd800;
  background-image: url(../assets/images/background/shape-banner-bottom-yellow.svg);
  background-size: contain;
  background-position: top;
  background-repeat: repeat-x;
  padding: 60px 20px 100px;
}
.block-mise-en-avant .inner {
  max-width: 900px;
}
@media (max-width: 1024px) {
  .block-mise-en-avant .inner {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .block-mise-en-avant {
    padding: 40px 15px 80px;
  }
}

/* ================================
   Block: Entête nos formations
   ================================ */
.block-heading-formations-wrapper {
  position: relative;
  overflow: visible;
  background-size: cover;
  background-position: center;
  height: auto;
  display: flex;
  align-items: flex-end;
}

/* @media (min-width: 1280px) {
  .block-heading-formations-wrapper {
    height: 85vh;
  }
}
@media (min-width: 1920px) {
  .block-heading-formations-wrapper {
    height: 60vh;
  }
} */

/* Overlay vert — z-index 0 explicite pour rester sous le contenu */
.block-heading-formations-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    176.14deg,
    rgba(50, 105, 95, 0.51) 83.47%,
    rgb(50, 105, 95) 192.32%
  );
  pointer-events: none;
}

/* Conteneur unique : titre + filtres + chips, au-dessus de l'overlay */
.block-heading-formations-wrapper .heading-formations-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 15px 45px;
}

.block-heading-formations-wrapper .heading-formations-title {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 5rem;
  font-weight: 900;
  line-height: 4.1rem;
  text-align: center;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.34);
  text-transform: uppercase;
  margin: 0 0 40px;
}

@media (min-width: 1280px) {
  .block-heading-formations-wrapper .heading-formations-title {
    padding: 230px 0 0 0;
  }
}

/* Zone filtre : transparente, posée sur l'overlay vert */
.block-heading-formations-wrapper .heading-formations-filter {
  width: 100%;
}

/* Annuler les styles page-id-767 hérités */
.block-heading-formations-wrapper .searchandfilter {
  background-color: transparent !important;
  padding: 0 !important;
  margin-top: 0 !important;
}

/* Items du formulaire Search & Filter Pro */
.block-heading-formations-wrapper .searchandfilter > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.block-heading-formations-wrapper .searchandfilter > ul > li {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  background-position: right 20px center;
  background-size: 25px 25px;
  background-image: url(../assets/images/icons/plus.svg);
  background-repeat: no-repeat;
  cursor: pointer;
}
.block-heading-formations-wrapper .searchandfilter > ul > li.active {
  border-radius: 10px 10px 0 0;
}
.block-heading-formations-wrapper .searchandfilter > ul > li.active {
  background-image: url(../assets/images/icons/minus.svg);
  background-color: #30a97f;
  color: #fff;
}
.block-heading-formations-wrapper .searchandfilter > ul > li h4 {
  color: #30a97f;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 5px 0;
}
.block-heading-formations-wrapper .searchandfilter > ul > li.active h4 {
  color: #fff;
}
.block-heading-formations-wrapper .searchandfilter > ul > li ul {
  display: none;
  position: absolute;
  top: 99%;
  left: 0;
  right: 0;
  z-index: 100;
  list-style: none;
  background: #30a97f;
  border-radius: 0 0 10px 10px;
  padding: 10px 20px 15px;
  margin: 0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.block-heading-formations-wrapper .searchandfilter > ul > li ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  /*padding: 4px 0;*/
  padding: 0;
}
.block-heading-formations-wrapper .searchandfilter > ul > li ul li .sf-label-checkbox{
 padding: 4px 0 4px 10px; 
}

/* Chips des filtres actifs — alignés à droite */
.block-heading-formations-wrapper .sf-active-chips-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 15px;
}
.block-heading-formations-wrapper .sf-active-chips-container:empty {
  margin-top: 0;
}

.sf-chip {
  background-color: #30a97f;
  color: #fff;
  padding: 10px 15px;
  border-radius: 60px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
  white-space: nowrap;
}

/* Reset complet des styles navigateur du bouton × */
.sf-chip-remove {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: #fff;
  cursor: pointer;
  opacity: 0.8;
  font-size: 1.6rem;
  line-height: 1.6rem;
  transition: opacity 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: inline-flex;
  align-items: center;
}
.sf-chip-remove:hover,
.sf-chip-remove:focus {
  opacity: 1;
  outline: none;
}

/* Lien de réinitialisation — à droite, blanc sur fond vert */
.block-heading-formations-wrapper .sf-reset-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.block-heading-formations-wrapper .sf-reset-wrapper.is-hidden {
  display: none;
}
.block-heading-formations-wrapper .sf-reset-link {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.block-heading-formations-wrapper .sf-reset-link:hover,
.block-heading-formations-wrapper .sf-reset-link:focus {
  color: #fff;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 767px) {
  .block-heading-formations-wrapper .heading-formations-inner {
    padding: 30px 15px 30px;
  }
  .block-heading-formations-wrapper .heading-formations-title {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 25px;
  }
  .block-heading-formations-wrapper .sf-active-chips-container {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .block-heading-formations-wrapper .heading-formations-inner {
    padding: 60px 20px 45px;
  }
}

/* ================================
   Block: Contenu actualité
   ================================ */
.block-contenu-actualite {
  padding: 0 0 60px;
}

.block-contenu-actualite .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

/* Visuel */
.contenu-actualite__visual {
  width: 100%;
  margin: 0 0 8px;
  overflow: hidden;
  line-height: 0;
}

.contenu-actualite__image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  max-width: 100%;
}

/* Date de publication */
.contenu-actualite__date {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1rem;
  color: #32695f;
  text-align: center;
}

/* Titre */
.contenu-actualite__title {
  font-family: "Varela Round", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  color: #32695f;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

/* Corps de texte (wysiwyg) */
.contenu-actualite__body {
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.1rem;
  color: #0d1821;
  text-align: center;
}

.contenu-actualite__body p {
  margin: 0 0 1.6rem;
}

.contenu-actualite__body p:last-child {
  margin-bottom: 0;
}

/* CTA / bouton */
.contenu-actualite__cta {
  margin-top: 8px;
}

/* Variante jaune du bouton */
.bouton.plein.jaune {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fdd800;
  color: #fff;
  border: solid 1px #fdd800;
  border-radius: 99rem;
  padding: 1.5rem 5.5rem 1.5rem 3rem;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    background 0.3s,
    color 0.3s;
}

.bouton.plein.jaune .arrow-btn {
  width: 25px;
  height: 25px;
  background-image: url("../assets/images/icons/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 0;
  margin-right: 20px;
  flex-shrink: 0;
}

.bouton.plein.jaune:hover,
.bouton.plein.jaune:focus {
  background: #e4c200;
  border-color: #e4c200;
  color: #fff;
}

/* Responsive desktop */
@media (min-width: 768px) {
  .contenu-actualite__image {
    height: 342px;
  }

  .contenu-actualite__title {
    font-size: 4.5rem;
    line-height: 2.8rem;
  }

  .block-contenu-actualite .inner {
    gap: 32px;
  }
}

@media (min-width: 1280px) {
  .block-contenu-actualite {
    padding: 0 0 80px;
  }

  .contenu-actualite__title {
    line-height: 5.4rem;
  }
}


.heading-formations-filter .sf-field-submit{
  background: transparent !important;
  padding: 15px 0 !important;
  align-self: flex-end;
  width: fit-content;
}
.heading-formations-filter .sf-field-submit input[type='submit']{
  background: #fdd800;
  padding: 15px 20px;
  border:  0;
  border-radius: 50px !important;
  color: #fff;
  text-transform: uppercase;
  font: 400 1.6rem / 2.1rem "Lato", sans-serif;
}
.heading-formations-filter .sf-field-submit input[type='submit']:hover{
  background: #e4c200 !important;
  cursor: pointer;
}

.heading-formations-filter li.sf-custom-chips-item, .heading-formations-filter li.sf-custom-reset-item{
  background: transparent !important;
  padding: 0 !important;
}


.heading-formations-filter .sf-input-checkbox{
  position: absolute;
  accent-color: #32695f;
}

.heading-formations-filter .sf-label-checkbox{
  padding: 4px 0 4px 25px !important;
  z-index: 9;
}

#block-formations {
  scroll-margin-top: 182px; /* À ajuster selon la hauteur réelle de votre menu */
}