@charset "UTF-8";
@import "webfonts.css";
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: normal;
}

p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
  line-height: normal;
}

ul {
  list-style: none;
}

img {
  border: none;
}

div {
  display: block;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/*--------------------------------------------------------------
# Communs
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}
html * {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

pre {
  font-size: 12px;
  display: block;
  padding: 10px;
  word-break: break-all;
  white-space: break-spaces;
}

hr {
  border: none !important;
  height: 1px;
  margin: 0;
}

input, textarea, button, select, a, div {
  -webkit-tap-highlight-color: transparent;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

mark {
  line-height: normal;
}

:focus-visible {
  outline-color: #D60F3C;
  outline-offset: 1px;
}

/*--------------------------------------------------------------
# responsive data
--------------------------------------------------------------*/
/* version mobile portrait 320px*/
/* version mobile paysage 480px*/
/* version tablette portrait 760px*/
/*--------------------------------------------------------------
# Header / footer
--------------------------------------------------------------*/
.wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}
.wrap .site-header {
  width: 100%;
}
.wrap .site-footer {
  width: 100%;
}
.wrap .site-content {
  width: 100%;
}

/*--------------------------------------------------------------
# SURCHARGE Visual composer
--------------------------------------------------------------*/
.texte-left {
  text-align: left !important;
}

.texte-right {
  text-align: right !important;
}

.texte-justify {
  text-align: justify !important;
}

.texte-center {
  text-align: center !important;
}

@media screen and (max-width: 768px) {
  .center-mobile {
    text-align: center !important;
  }
}

.texte-blanc {
  color: #FFFFFF !important;
}

.no-min-height {
  min-height: 0 !important;
}

.standard-margin-bottom {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1024px) {
  .standard-margin-bottom {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .margin-top-mobile {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .margin-right-desktop {
    margin-right: 20px;
    width: auto !important;
  }
}

.texte-interlignage-min p {
  line-height: 20px !important;
}

@media screen and (max-width: 768px) {
  .padding-20-mobile {
    padding: 20px !important;
  }
}

main p + p, main .wp-block-image + p, main ul + p, main p + ul {
  margin-top: 16px;
}
.p_double_margin main p + p, .p_double_margin main .wp-block-image + p, .p_double_margin main ul + p, .p_double_margin main p + ul {
  margin-top: 32px;
}

p.texte-interlignage-min {
  line-height: 20px !important;
}

ul.liste_aeree li:not(:last-child) {
  margin-bottom: 20px;
}

hr.mini-black {
  height: 1px;
  color: #282828;
  background-color: #282828;
  width: 220px;
  margin: 0 auto;
}

.wp-embed-aspect-16-9 {
  margin: 0;
}
.wp-embed-aspect-16-9 iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.wrap-resp {
  max-width: 1440px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .wrap-resp {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .wrap-resp {
    padding: 0 20px;
  }
}

.wrap-resp-mini {
  max-width: 800px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  box-sizing: border-box;
  padding: 0 40px;
}
@media screen and (max-width: 1279px) {
  .wrap-resp-mini {
    padding: 0 10px;
  }
}

.vc_row {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media only screen and (max-width: 1023px) {
  .desktop_only {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .mob_only {
    display: none;
  }
}
/* helpers */
/* &::after {
	content: '';
	position: absolute;
	bottom: -40%;
	left: 55%;
	width: 45%;
	height: auto;
	aspect-ratio: 20/15;
	background-image: url('../img/homepage-fleche-visu-top.svg');
	background-repeat: no-repeat;
	background-size: contain;
} */
.txt-above-red {
  position: relative;
  background-color: #D60F3C;
  color: #fff;
  padding: 5px 20px;
  margin: -57px auto 0 !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
}

.txt-arrondi-red {
  position: relative;
  background-color: #D60F3C;
  color: #fff;
  padding: 5px 20px;
  margin: 0 auto !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
}

.uilink_text {
  width: 100%;
}
.uilink_text a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none !important;
  overflow: visible;
  border-bottom: 2px solid #D60F3C;
  padding-bottom: 5px;
}
.uilink_text a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s 0s ease-out;
}
.uilink_text a:hover::before {
  background-color: rgba(0, 0, 0, 0.05);
}

.overflow-visible {
  overflow: visible !important;
}

ul.liste-bandes li {
  padding: 20px 0 20px 40px !important;
  border-top: 1px solid #F6F6F6;
}
@media only screen and (max-width: 768px) {
  ul.liste-bandes li {
    border-top: none;
    padding: 10px 0 10px 40px !important;
  }
}
ul.liste-bandes li:before {
  color: #D60F3C;
  font-size: 70px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Outfit", sans-serif;
  color: #282828;
}
@media only screen and (max-width: 1199px) {
  body.menumobile-opened {
    overflow: hidden;
  }
}

.block-content ul li, .content-actu ul li {
  padding-left: 20px;
  position: relative;
  font-size: 20px;
  line-height: 26px;
  text-transform: none;
  font-weight: 400;
}
.block-content ul li:before, .content-actu ul li:before {
  content: "•";
  left: 0;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .block-content ul li, .content-actu ul li {
    font-size: 16px;
    line-height: 20px;
  }
}

.block-content ol, .content-actu ol {
  margin-left: 20px;
}
.block-content ol li, .content-actu ol li {
  font-size: 20px;
  line-height: 26px;
  text-transform: none;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .block-content ol li, .content-actu ol li {
    font-size: 16px;
    line-height: 20px;
  }
}

.keb-titre-h1, .style-1, h1 {
  text-transform: uppercase;
  font-weight: 600;
  text-wrap: balance;
  font-size: 40px;
  line-height: 48px;
}
@media screen and (max-width: 1024px) {
  .keb-titre-h1, .style-1, h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 599px) {
  .keb-titre-h1, .style-1, h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

.keb-titre-h2, .style-2, h2 {
  text-transform: uppercase;
  font-weight: 600;
  text-wrap: balance;
  font-size: 30px;
  line-height: 36px;
}
@media screen and (max-width: 1024px) {
  .keb-titre-h2, .style-2, h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 599px) {
  .keb-titre-h2, .style-2, h2 {
    font-size: 22px;
    line-height: 26px;
  }
}

.keb-titre-h3, .style-3, h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  .keb-titre-h3, .style-3, h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

.keb-titre-h4, .style-4, h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  .keb-titre-h4, .style-4, h4 {
    font-size: 20px;
    line-height: 24px;
  }
}

p, .style-p {
  font-size: 20px;
  line-height: 26px;
  text-transform: none;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  p, .style-p {
    font-size: 16px;
    line-height: 20px;
  }
}

.pmini {
  font-size: 16px;
  line-height: 20px;
}

.extramini {
  font-size: 14px;
  line-height: normal;
}

.breadcrumb-container {
  line-height: 20px;
}
.breadcrumb-container .bc-item {
  font-size: 16px;
  line-height: 20px;
  margin: 0 10px;
  color: #999;
}
.breadcrumb-container .bc-item.bc-item_first {
  margin: 0 10px 0 0;
}
.breadcrumb-container .bc-item:last-child {
  color: #282828;
}
@media only screen and (min-width: 768px) {
  .breadcrumb-container + .bg-none.is-padded, .breadcrumb-container + .bg-none.is-semi-padded {
    padding-top: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-container + .keblock-section-lame:not(.is-padded), .breadcrumb-container + .keblock-section-lame:not(.is-semi-padded) {
    padding-top: 40px !important;
  }
}

.site-content {
  min-height: 400px;
}
.site-content .block-content a:not(.uibt, .uilink), .site-content .post-content .content-actu a:not(.uibt, .uilink) {
  text-decoration: underline;
}
.site-content .post-content .content-actu a:not(.uibt, .uilink), .site-content .tpl-page-legal a:not(.uibt, .uilink) {
  color: #D60F3C;
}

.breadcrumb-container {
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-container {
    display: none;
  }
}
.breadcrumb-container .site-breadcrumb {
  margin-bottom: 0;
}

.tpl-homepage {
  background: linear-gradient(#FECB00, #FECB00 500px, #fff 500px);
  min-height: 1200px;
}
@media only screen and (max-width: 1519px) {
  .tpl-homepage {
    background: linear-gradient(#FECB00, #FECB00 calc(25vw + 90px + 80px), #fff calc(25vw + 90px + 80px));
  }
}
@media only screen and (max-width: 1024px) {
  .tpl-homepage {
    background: linear-gradient(#FECB00, #FECB00 350px, #fff 350px);
  }
}
@media only screen and (max-width: 768px) {
  .tpl-homepage {
    background: linear-gradient(#FECB00, #FECB00 550px, #fff 550px);
  }
}
.tpl-homepage .arrondi-top {
  background-image: url("../img/homepage-bg-arrondi.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0;
  right: calc((100% - 1440px) / 2 + 288px);
  z-index: 5;
}
@media only screen and (max-width: 1519px) {
  .tpl-homepage .arrondi-top {
    right: 20%;
    height: 725px;
  }
}
@media only screen and (max-width: 1279px) {
  .tpl-homepage .arrondi-top {
    height: 775px;
  }
}
@media only screen and (max-width: 1024px) {
  .tpl-homepage .arrondi-top {
    height: 550px;
  }
}
@media only screen and (max-width: 768px) {
  .tpl-homepage .arrondi-top {
    height: 900px;
  }
}
@media only screen and (max-width: 650px) {
  .tpl-homepage .arrondi-top {
    height: 750px;
  }
}
.tpl-homepage .deco-top {
  background-image: url("../img/homepage-business.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 6.91852;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 10;
}
@media only screen and (max-width: 1199px) {
  .tpl-homepage .deco-top {
    display: none;
  }
}
.tpl-homepage .content-home {
  position: relative;
  z-index: 100;
  padding-top: 170px;
}
@media only screen and (max-width: 1199px) {
  .tpl-homepage .content-home {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .tpl-homepage .content-home {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 1519px) {
  .tpl-homepage .espacement-homepage {
    height: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .tpl-homepage .espacement-homepage {
    height: 30px !important;
  }
}

.tpl-page-legal {
  max-width: 1080px;
  padding-top: 170px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1199px) {
  .tpl-page-legal {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .tpl-page-legal {
    padding-top: 100px;
  }
}
.tpl-page-legal p, .tpl-page-legal ul li, .tpl-page-legal ol li {
  font-size: 16px;
  line-height: 20px;
  line-height: 24px;
}
.tpl-page-legal .tableau_schema_accessibilite {
  margin-top: 20px;
}
.tpl-page-legal .tableau_schema_accessibilite thead {
  background-color: #FECB00;
  border-bottom: 3px solid #D60F3C;
}
.tpl-page-legal .tableau_schema_accessibilite td, .tpl-page-legal .tableau_schema_accessibilite th {
  border-color: #D2D2D2;
}

.tpl-page-simple, .single-post .tpl-post-default, .single-evenement .tpl-post-default, .single-podcasts .tpl-post-default {
  padding-top: 150px;
  background: linear-gradient(#FECB00, #FECB00 150px, #fff 150px);
}
@media only screen and (max-width: 1199px) {
  .tpl-page-simple, .single-post .tpl-post-default, .single-evenement .tpl-post-default, .single-podcasts .tpl-post-default {
    padding-top: 100px;
    background: linear-gradient(#FECB00, #FECB00 100px, #fff 100px);
  }
}
@media only screen and (max-width: 767px) {
  .tpl-page-simple, .single-post .tpl-post-default, .single-evenement .tpl-post-default, .single-podcasts .tpl-post-default {
    padding-top: 70px;
    background: linear-gradient(#FECB00, #FECB00 70px, #fff 70px);
  }
}

.single-post .top-post, .single-post .content-actu, .single-evenement .top-post, .single-evenement .content-actu, .single-podcasts .top-post, .single-podcasts .content-actu {
  max-width: 1080px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .single-post .top-post, .single-post .content-actu, .single-evenement .top-post, .single-evenement .content-actu, .single-podcasts .top-post, .single-podcasts .content-actu {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .single-post .top-post, .single-post .content-actu, .single-evenement .top-post, .single-evenement .content-actu, .single-podcasts .top-post, .single-podcasts .content-actu {
    padding: 0 20px;
  }
}
.single-post .top-post, .single-evenement .top-post, .single-podcasts .top-post {
  text-align: center;
  margin-top: 20px;
}
.single-post .top-post .date_publication, .single-evenement .top-post .date_publication, .single-podcasts .top-post .date_publication {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .single-post .top-post .date_publication, .single-evenement .top-post .date_publication, .single-podcasts .top-post .date_publication {
    margin-bottom: 20px;
  }
}
.single-post .top-post .visu-principal, .single-evenement .top-post .visu-principal, .single-podcasts .top-post .visu-principal {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  aspect-ratio: 2.4;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 80px 80px 80px 0;
}
.single-post .content-actu, .single-evenement .content-actu, .single-podcasts .content-actu {
  margin-bottom: 80px;
}
.single-post .content-actu .wp-block-heading + .wp-block-heading, .single-post .content-actu .wp-block-heading + p, .single-post .content-actu p + .wp-block-heading, .single-post .content-actu p + .wp-block-image, .single-post .content-actu .wp-block-heading + .wp-block-image, .single-post .content-actu .wp-block-image + .wp-block-heading, .single-post .content-actu ul + .wp-block-image, .single-post .content-actu p + .wp-block-buttons, .single-post .content-actu .wp-block-buttons + p, .single-post .content-actu .wp-block-buttons + .wp-block-image, .single-post .content-actu .wp-block-heading + .wp-block-buttons, .single-post .content-actu p + h2, .single-post .content-actu h2 + p, .single-post .content-actu h3 + p, .single-post .content-actu p + h3, .single-post .content-actu h3 + h2, .single-post .content-actu ul + h2, .single-post .content-actu h1 + p, .single-post .content-actu p + h1, .single-post .content-actu p + h3, .single-post .content-actu h3 + p, .single-evenement .content-actu .wp-block-heading + .wp-block-heading, .single-evenement .content-actu .wp-block-heading + p, .single-evenement .content-actu p + .wp-block-heading, .single-evenement .content-actu p + .wp-block-image, .single-evenement .content-actu .wp-block-heading + .wp-block-image, .single-evenement .content-actu .wp-block-image + .wp-block-heading, .single-evenement .content-actu ul + .wp-block-image, .single-evenement .content-actu p + .wp-block-buttons, .single-evenement .content-actu .wp-block-buttons + p, .single-evenement .content-actu .wp-block-buttons + .wp-block-image, .single-evenement .content-actu .wp-block-heading + .wp-block-buttons, .single-evenement .content-actu p + h2, .single-evenement .content-actu h2 + p, .single-evenement .content-actu h3 + p, .single-evenement .content-actu p + h3, .single-evenement .content-actu h3 + h2, .single-evenement .content-actu ul + h2, .single-evenement .content-actu h1 + p, .single-evenement .content-actu p + h1, .single-evenement .content-actu p + h3, .single-evenement .content-actu h3 + p, .single-podcasts .content-actu .wp-block-heading + .wp-block-heading, .single-podcasts .content-actu .wp-block-heading + p, .single-podcasts .content-actu p + .wp-block-heading, .single-podcasts .content-actu p + .wp-block-image, .single-podcasts .content-actu .wp-block-heading + .wp-block-image, .single-podcasts .content-actu .wp-block-image + .wp-block-heading, .single-podcasts .content-actu ul + .wp-block-image, .single-podcasts .content-actu p + .wp-block-buttons, .single-podcasts .content-actu .wp-block-buttons + p, .single-podcasts .content-actu .wp-block-buttons + .wp-block-image, .single-podcasts .content-actu .wp-block-heading + .wp-block-buttons, .single-podcasts .content-actu p + h2, .single-podcasts .content-actu h2 + p, .single-podcasts .content-actu h3 + p, .single-podcasts .content-actu p + h3, .single-podcasts .content-actu h3 + h2, .single-podcasts .content-actu ul + h2, .single-podcasts .content-actu h1 + p, .single-podcasts .content-actu p + h1, .single-podcasts .content-actu p + h3, .single-podcasts .content-actu h3 + p {
  margin-top: 40px;
}
.single-post .content-actu .wp-block-heading, .single-post .content-actu h2, .single-post .content-actu h3, .single-evenement .content-actu .wp-block-heading, .single-evenement .content-actu h2, .single-evenement .content-actu h3, .single-podcasts .content-actu .wp-block-heading, .single-podcasts .content-actu h2, .single-podcasts .content-actu h3 {
  color: #D60F3C;
}
.single-post .autres-actus, .single-evenement .autres-actus, .single-podcasts .autres-actus {
  border-top: 1px solid #e8e6e6;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow-x: hidden;
}

.single-evenement .top-post .visu-principal {
  margin-bottom: 0;
}

.single-podcasts .top-post .tps_lecture {
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}
.single-podcasts .top-post .tps_lecture::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #FECB00;
  position: absolute;
  top: 0;
  left: -2px;
  bottom: 0;
  margin: auto 0;
}
.single-podcasts .top-post .visu-partenaire {
  background-size: 200px auto;
  background-position: center center;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  width: 240px;
  margin: 40px auto;
  border: 1px solid #F6F6F6;
  -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.single-podcasts .content-actu .podcast-player {
  margin-bottom: 40px;
}
@media only screen and (max-width: 539px) {
  .single-podcasts .content-actu .podcast-player iframe {
    height: 500px !important;
  }
}

.video_container {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 20000;
  display: none;
}
.video_container .big_layer {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s 0s ease-out;
}
.video_container .big_layer.displayed {
  opacity: 1;
}
.video_container iframe {
  position: relative;
  top: 0;
  left: 0;
  outline: none;
  width: 80vw;
  height: 45vw;
}
@media only screen and (max-width: 768px) {
  .video_container iframe {
    width: 90vw;
    height: 50.625vw;
  }
}
.video_container .bt_fermer {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.video_container .bt_fermer .tiret {
  height: 2px;
  width: 24px;
  background-color: #fff;
  position: absolute;
  top: 19px;
  left: 8px;
}
.video_container .bt_fermer .tiret:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: center center;
}
.video_container .bt_fermer .tiret:nth-child(2) {
  transform: rotate(-45deg);
  transform-origin: center center;
}

.tpl-page-contact .keblock-section-lame.responsive > .block-content {
  max-width: 960px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .tpl-page-contact .keblock-section-lame.responsive > .block-content {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .tpl-page-contact .keblock-section-lame.responsive > .block-content {
    padding: 0 20px;
  }
}
.tpl-page-contact .title-contact {
  padding-bottom: 40px !important;
}
@media only screen and (max-width: 1024px) {
  .tpl-page-contact .title-contact {
    padding-bottom: 20px !important;
  }
}
.tpl-page-contact .title-contact .texte-jaune {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .tpl-page-contact .title-contact .texte-jaune {
    margin-bottom: 20px;
  }
}
.tpl-page-contact .minsep {
  margin-top: 40px;
  height: 1px;
  width: 100%;
  background-color: #000;
}
@media only screen and (max-width: 1024px) {
  .tpl-page-contact .minsep {
    margin-top: 20px;
  }
}

.wpcf7 form .infos_contact {
  display: none;
}
.wpcf7 form .infos_contact.active {
  display: block;
}
.wpcf7 form.sent .infos_contact {
  display: none !important;
}
.wpcf7 form .row_form {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .wpcf7 form .row_form {
    flex-wrap: wrap;
    gap: 0;
  }
}
.wpcf7 form .row_form.coordonnees {
  margin-top: 40px;
}
.wpcf7 form .row_form p {
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: none;
}
.wpcf7 form .row_form .intitule {
  font-size: 20px;
  line-height: 26px;
  text-transform: none;
  font-weight: 400;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .wpcf7 form .row_form .intitule {
    font-size: 16px;
    line-height: 20px;
  }
}
.wpcf7 form .row_form.donnees .wpcf7-form-control-wrap {
  margin-bottom: 0;
}
.wpcf7 form .row_form.donnees p {
  margin-bottom: 24px;
}
.wpcf7 form .row_form.validation {
  justify-content: flex-end;
  align-items: flex-start;
}
.wpcf7 form .row_form.validation .wpcf7-form-control-wrap {
  margin-bottom: 0;
}
.wpcf7 form .row_form.validation input[type=submit] {
  order: 3;
  width: 240px;
  justify-content: center;
}
.wpcf7 form .row_form > div, .wpcf7 form .row_form > span:not(.wpcf7-spinner) {
  width: 50%;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .wpcf7 form .row_form > div, .wpcf7 form .row_form > span:not(.wpcf7-spinner) {
    width: 100%;
  }
}
.wpcf7 form .row_form > div.align_right, .wpcf7 form .row_form > span:not(.wpcf7-spinner).align_right {
  text-align: right;
}
.wpcf7 form .row_form > div.align_right .wpcf7-submit, .wpcf7 form .row_form > span:not(.wpcf7-spinner).align_right .wpcf7-submit {
  float: right;
}
.wpcf7 form .row_form > div .wpcf7-list-item.first, .wpcf7 form .row_form > span:not(.wpcf7-spinner) .wpcf7-list-item.first {
  margin-left: 0;
}
.wpcf7 form .row_form .wpcf7-form-control-wrap .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 5px;
}
.wpcf7 form .row_form .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 form input[type=text], .wpcf7 form input[type=tel], .wpcf7 form input[type=email], .wpcf7 form select, .wpcf7 form textarea {
  border: 1px solid #CCC;
  height: 48px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Outfit", sans-serif;
  background-color: #F6F6F6;
}
.wpcf7 form input[type=text], .wpcf7 form input[type=tel], .wpcf7 form input[type=email], .wpcf7 form select {
  border-radius: 10px;
  height: 48px;
  padding: 0 20px;
  width: 100%;
}
.wpcf7 form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../img/arrow-select.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding: 0 40px 0 20px;
}
.wpcf7 form textarea {
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  height: auto;
}
.wpcf7 form p.rub_name {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.wpcf7 form .wpcf7-response-output {
  border: none;
  font-weight: 600;
  color: #D60F3C;
  padding: 0;
  margin: 0 0 40px 0;
  text-align: right;
}

.grecaptcha-badge {
  visibility: hidden;
}

.tpl-page-404 {
  text-align: center;
}
.tpl-page-404 .msg404 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.uibt, .uibt-menu a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 10px;
  display: inline-flex;
  padding: 12px 24px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  background-color: transparent;
  color: #282828;
  transition: all 0.2s 0s ease-out;
}
.uibt.small, .uibt-menu a.small {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  border-radius: 16px;
}
.uibt.big, .uibt-menu a.big {
  padding: 14px 30px;
  font-size: 18px;
  line-height: 30px;
}
.uibt.black, .uibt-menu a.black {
  border-color: #282828;
  color: #282828;
}
.uibt.black:hover, .uibt-menu a.black:hover {
  background-color: #282828;
  color: #F6F6F6;
}
.uibt.black.plein, .uibt-menu a.black.plein {
  background-color: #282828;
  color: #F6F6F6;
}
.uibt.black.plein:hover, .uibt-menu a.black.plein:hover {
  background-color: transparent;
  color: #282828;
}
.uibt.grey, .uibt-menu a.grey {
  border-color: #999;
  color: #999;
}
.uibt.grey:hover, .uibt-menu a.grey:hover {
  background-color: #999;
  color: #fff;
}
.uibt.grey.plein, .uibt-menu a.grey.plein {
  background-color: #999;
  color: #fff;
}
.uibt.grey.plein:hover, .uibt-menu a.grey.plein:hover {
  background-color: transparent;
  color: #999;
}
.uibt.white, .uibt-menu a.white {
  border-color: #fff;
  color: #fff;
}
.uibt.white:hover, .uibt-menu a.white:hover {
  background-color: #fff;
  color: #282828;
}
.uibt.white.plein, .uibt-menu a.white.plein {
  background-color: #fff;
  color: #282828;
}
.uibt.white.plein:hover, .uibt-menu a.white.plein:hover {
  border-color: #D60F3C;
  background-color: #D60F3C;
  color: #fff;
}
.uibt.red, .uibt-menu a.red {
  border-color: #D60F3C;
  color: #D60F3C;
}
.uibt.red:hover, .uibt-menu a.red:hover {
  background-color: #D60F3C;
  color: #FFF;
}
.uibt.red.plein, .uibt-menu a.red.plein {
  background-color: #D60F3C;
  color: #FFF;
}
.uibt.red.plein:hover, .uibt-menu a.red.plein:hover {
  background-color: #FFF;
  color: #D60F3C;
  border-color: #D60F3C;
}
.uibt.liste, .uibt-menu a.liste {
  text-align: left;
  padding: 20px;
  background-color: #fff;
  border-left: 3px solid #D60F3C;
  border-radius: 0px 20px 20px 0px;
  margin-bottom: 3px;
  margin-top: 0 !important;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
.uibt.liste:hover, .uibt-menu a.liste:hover {
  background-color: #FECB00;
}
.uibt.liste .txt_add, .uibt-menu a.liste .txt_add {
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
  font-weight: 400;
  margin-top: 5px;
}
.contact .uibt, .contact .uibt-menu a {
  background: url("../img/picto-mail-black.svg") no-repeat 20px center;
  background-size: 24px auto;
  padding-left: 60px;
}
.contact .uibt:hover, .contact .uibt-menu a:hover {
  background-image: url("../img/picto-mail-white.svg");
}

.uilink {
  font-weight: 600;
  display: inline-block;
}
.uilink:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background-color: transparent;
}

.beauty-chkbox {
  cursor: pointer;
}
.beauty-chkbox .label {
  display: block;
  font-size: 12px;
}
.beauty-chkbox .cursor {
  display: block;
  position: relative;
  width: 60px;
  height: 24px;
  background-color: #E9E9E9;
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  transition: all 0.2s 0s ease-out;
  -o-box-shadow: inset 0 4px 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 4px 7px 0 rgba(0, 0, 0, 0.1);
}
.beauty-chkbox .cursor:after {
  transition: all 0.2s 0s ease-out;
  display: block;
  width: 25px;
  height: 20px;
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  content: "";
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
}
.beauty-chkbox.selected .cursor {
  background-color: #FECB00;
}
.beauty-chkbox.selected .cursor:after {
  left: 31px;
}

.video_link, .ui-link-popin {
  display: block;
  cursor: pointer;
}

.uibt-menu.red a {
  border-color: #D60F3C;
  background-color: #D60F3C;
  color: #FFF;
}
.uibt-menu.red a:hover {
  background-color: #FFF;
  color: #D60F3C;
  border-color: #D60F3C;
}

:root {
  --kbl-color-none:transparent;
}

.has-none-color {
  color: transparent;
}

.bg-color-none, .has-none-background-color {
  background-color: var(--kbl-color-none);
}

.txt-color-none {
  color: var(--kbl-color-none);
}
.txt-color-none > .block-content {
  color: var(--kbl-color-none);
}

:root {
  --kbl-color-black:#000;
}

.has-black-color {
  color: #000;
}

.bg-color-black, .has-black-background-color {
  background-color: var(--kbl-color-black);
}

.txt-color-black {
  color: var(--kbl-color-black);
}
.txt-color-black > .block-content {
  color: var(--kbl-color-black);
}

:root {
  --kbl-color-white:#fff;
}

.has-white-color {
  color: #fff;
}

.bg-color-white, .has-white-background-color {
  background-color: var(--kbl-color-white);
}

.txt-color-white {
  color: var(--kbl-color-white);
}
.txt-color-white > .block-content {
  color: var(--kbl-color-white);
}

:root {
  --kbl-color-yellow:#FECB00;
}

.has-yellow-color {
  color: #FECB00;
}

.bg-color-yellow, .has-yellow-background-color {
  background-color: var(--kbl-color-yellow);
}

.txt-color-yellow {
  color: var(--kbl-color-yellow);
}
.txt-color-yellow > .block-content {
  color: var(--kbl-color-yellow);
}

:root {
  --kbl-color-red:#D60F3C;
}

.has-red-color {
  color: #D60F3C;
}

.bg-color-red, .has-red-background-color {
  background-color: var(--kbl-color-red);
}

.txt-color-red {
  color: var(--kbl-color-red);
}
.txt-color-red > .block-content {
  color: var(--kbl-color-red);
}

:root {
  --kbl-color-grey:#F6F6F6;
}

.has-grey-color {
  color: #F6F6F6;
}

.bg-color-grey, .has-grey-background-color {
  background-color: var(--kbl-color-grey);
}

.txt-color-grey {
  color: var(--kbl-color-grey);
}
.txt-color-grey > .block-content {
  color: var(--kbl-color-grey);
}

.keblk {
  box-sizing: border-box;
  position: relative;
}
.keblk * {
  box-sizing: border-box;
}
.keblk.bo-preview {
  min-height: 20px;
  padding-top: 20px;
  border: 1px solid rgba(127, 127, 127, 0.1);
  position: relative;
}
.keblk.bo-preview.bg-color-black .bo-preview {
  color: #FFF;
}
.keblk.bo-preview .preview-data {
  font-size: 10px;
  line-height: normal;
  padding: 2px 5px;
  background-color: #666;
  color: #FFF;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  opacity: 0.2;
}
.keblk.bo-preview:hover {
  border: 1px dashed #FFFF00;
}
.keblk.bo-preview:hover > .preview-data {
  opacity: 1;
}
.keblk .data-preview {
  font-size: 14px;
  line-height: normal;
}

.is-padded {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
@media only screen and (max-width: 1024px) {
  .is-padded {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
.is-padded.bg-none + .is-padded.bg-none {
  padding-top: 0 !important;
}
.is-padded.bg-color.bg-color-black + .is-padded.bg-color.bg-color-black, .is-padded.bg-color.bg-color-black + .is-padded.bg-color.bg-color-yellow, .is-padded.bg-color.bg-color-black + .is-padded.bg-color.bg-color-grey, .is-padded.bg-color.bg-color-black + .is-padded.bg-color.bg-color-darkgrey, .is-padded.bg-color.bg-color-black + .is-padded.bg-color.bg-color-white, .is-padded.bg-color.bg-color-yellow + .is-padded.bg-color.bg-color-black, .is-padded.bg-color.bg-color-yellow + .is-padded.bg-color.bg-color-yellow, .is-padded.bg-color.bg-color-yellow + .is-padded.bg-color.bg-color-grey, .is-padded.bg-color.bg-color-yellow + .is-padded.bg-color.bg-color-darkgrey, .is-padded.bg-color.bg-color-yellow + .is-padded.bg-color.bg-color-white, .is-padded.bg-color.bg-color-grey + .is-padded.bg-color.bg-color-black, .is-padded.bg-color.bg-color-grey + .is-padded.bg-color.bg-color-yellow, .is-padded.bg-color.bg-color-grey + .is-padded.bg-color.bg-color-grey, .is-padded.bg-color.bg-color-grey + .is-padded.bg-color.bg-color-darkgrey, .is-padded.bg-color.bg-color-grey + .is-padded.bg-color.bg-color-white, .is-padded.bg-color.bg-color-darkgrey + .is-padded.bg-color.bg-color-black, .is-padded.bg-color.bg-color-darkgrey + .is-padded.bg-color.bg-color-yellow, .is-padded.bg-color.bg-color-darkgrey + .is-padded.bg-color.bg-color-grey, .is-padded.bg-color.bg-color-darkgrey + .is-padded.bg-color.bg-color-darkgrey, .is-padded.bg-color.bg-color-darkgrey + .is-padded.bg-color.bg-color-white, .is-padded.bg-color.bg-color-white + .is-padded.bg-color.bg-color-black, .is-padded.bg-color.bg-color-white + .is-padded.bg-color.bg-color-yellow, .is-padded.bg-color.bg-color-white + .is-padded.bg-color.bg-color-grey, .is-padded.bg-color.bg-color-white + .is-padded.bg-color.bg-color-darkgrey, .is-padded.bg-color.bg-color-white + .is-padded.bg-color.bg-color-white {
  padding-top: 0 !important;
}

.is-semi-padded {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
@media only screen and (max-width: 1024px) {
  .is-semi-padded {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
.is-semi-padded.bg-none + .is-semi-padded.bg-none:not(.sep_top) {
  padding-top: 0 !important;
}

.keblock-section-lame, .keblock-section-lame-multicol {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.keblock-section-lame.brad, .keblock-section-lame-multicol.brad {
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .keblock-section-lame.brad, .keblock-section-lame-multicol.brad {
    border-radius: 10px;
  }
}
.keblock-section-lame .block-content .keblock-text + .keblk, .keblock-section-lame-multicol .block-content .keblock-text + .keblk {
  margin-top: 20px;
}
.keblock-section-lame .block-content .keblock-text + .keblock-text, .keblock-section-lame .block-content .keblock-text + .wp-block-columns, .keblock-section-lame .block-content .wp-block-columns + .keblock-text, .keblock-section-lame-multicol .block-content .keblock-text + .keblock-text, .keblock-section-lame-multicol .block-content .keblock-text + .wp-block-columns, .keblock-section-lame-multicol .block-content .wp-block-columns + .keblock-text {
  margin-top: 40px;
}
.keblock-section-lame .block-content .wp-block-columns, .keblock-section-lame-multicol .block-content .wp-block-columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 !important;
  margin-bottom: 0;
}
.keblock-section-lame .block-content .wp-block-columns.align-start, .keblock-section-lame-multicol .block-content .wp-block-columns.align-start {
  justify-content: flex-start;
}
.keblock-section-lame .block-content .wp-block-columns .keblock-text, .keblock-section-lame-multicol .block-content .wp-block-columns .keblock-text {
  height: 100%;
}
.keblock-section-lame .block-content .wp-block-columns .wp-block-column, .keblock-section-lame-multicol .block-content .wp-block-columns .wp-block-column {
  align-self: center;
}
.keblock-section-lame .block-content .wp-block-columns .wp-block-column.is-vertically-aligned-stretch, .keblock-section-lame-multicol .block-content .wp-block-columns .wp-block-column.is-vertically-aligned-stretch {
  align-self: stretch;
}
.keblock-section-lame .block-content .wp-block-columns .wp-block-column.is-vertically-aligned-top, .keblock-section-lame-multicol .block-content .wp-block-columns .wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
.keblock-section-lame .block-content .wp-block-columns .wp-block-column .keblock-text, .keblock-section-lame-multicol .block-content .wp-block-columns .wp-block-column .keblock-text {
  padding-right: 80px;
  padding-left: 0;
}
@media only screen and (max-width: 1024px) {
  .keblock-section-lame .block-content .wp-block-columns .wp-block-column .keblock-text, .keblock-section-lame-multicol .block-content .wp-block-columns .wp-block-column .keblock-text {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .keblock-section-lame .block-content .wp-block-columns .wp-block-column .keblock-text, .keblock-section-lame-multicol .block-content .wp-block-columns .wp-block-column .keblock-text {
    padding-right: 0;
    padding-bottom: 40px;
  }
}
.keblock-section-lame .block-content .wp-block-columns .wp-block-column + .wp-block-column .keblock-text, .keblock-section-lame-multicol .block-content .wp-block-columns .wp-block-column + .wp-block-column .keblock-text {
  padding-left: 80px;
  padding-right: 0;
}
@media only screen and (max-width: 1024px) {
  .keblock-section-lame .block-content .wp-block-columns .wp-block-column + .wp-block-column .keblock-text, .keblock-section-lame-multicol .block-content .wp-block-columns .wp-block-column + .wp-block-column .keblock-text {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .keblock-section-lame .block-content .wp-block-columns .wp-block-column + .wp-block-column .keblock-text, .keblock-section-lame-multicol .block-content .wp-block-columns .wp-block-column + .wp-block-column .keblock-text {
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 769px) {
  .keblock-section-lame .block-content .wp-block-columns, .keblock-section-lame-multicol .block-content .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
@media only screen and (max-width: 768px) {
  .keblock-section-lame .block-content .wp-block-columns, .keblock-section-lame-multicol .block-content .wp-block-columns {
    flex-wrap: wrap;
  }
}
.keblock-section-lame.responsive > .block-content, .keblock-section-lame-multicol.responsive > .block-content {
  max-width: 1440px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .keblock-section-lame.responsive > .block-content, .keblock-section-lame-multicol.responsive > .block-content {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .keblock-section-lame.responsive > .block-content, .keblock-section-lame-multicol.responsive > .block-content {
    padding: 0 20px;
  }
}
.single-post .content-actu .keblock-section-lame.responsive > .block-content, .tpl-page-legal .keblock-section-lame.responsive > .block-content, .single-post .content-actu .keblock-section-lame-multicol.responsive > .block-content, .tpl-page-legal .keblock-section-lame-multicol.responsive > .block-content {
  max-width: 1080px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .single-post .content-actu .keblock-section-lame.responsive > .block-content, .tpl-page-legal .keblock-section-lame.responsive > .block-content, .single-post .content-actu .keblock-section-lame-multicol.responsive > .block-content, .tpl-page-legal .keblock-section-lame-multicol.responsive > .block-content {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .single-post .content-actu .keblock-section-lame.responsive > .block-content, .tpl-page-legal .keblock-section-lame.responsive > .block-content, .single-post .content-actu .keblock-section-lame-multicol.responsive > .block-content, .tpl-page-legal .keblock-section-lame-multicol.responsive > .block-content {
    padding: 0 20px;
  }
}
.keblock-section-lame.responsive-mini > .block-content, .keblock-section-lame-multicol.responsive-mini > .block-content {
  max-width: 960px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .keblock-section-lame.responsive-mini > .block-content, .keblock-section-lame-multicol.responsive-mini > .block-content {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .keblock-section-lame.responsive-mini > .block-content, .keblock-section-lame-multicol.responsive-mini > .block-content {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .keblock-section-lame.invert .wp-block-column:first-child, .keblock-section-lame-multicol.invert .wp-block-column:first-child {
    order: 2;
  }
}
@media only screen and (max-width: 768px) {
  .keblock-section-lame.invert .wp-block-column:first-child .keblock-text, .keblock-section-lame-multicol.invert .wp-block-column:first-child .keblock-text {
    padding-top: 40px !important;
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .keblock-section-lame.invert .wp-block-column + .wp-block-column .keblock-text, .keblock-section-lame-multicol.invert .wp-block-column + .wp-block-column .keblock-text {
    padding-top: 0 !important;
    padding-bottom: 40px !important;
  }
}
.keblock-section-lame.bg-img, .keblock-section-lame-multicol.bg-img {
  background: no-repeat center center;
  background-size: cover;
}

.keblock-section-lame-top-interne {
  background-color: #FECB00;
  min-height: 540px;
  padding-top: 110px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1199px) {
  .keblock-section-lame-top-interne {
    padding-top: 90px;
    min-height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .keblock-section-lame-top-interne {
    padding-top: 60px;
  }
}
.keblock-section-lame-top-interne .content-top-interne {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  justify-content: center;
  padding: 40px calc(33.33% + 40px) 40px 40px;
}
@media only screen and (max-width: 767px) {
  .keblock-section-lame-top-interne .content-top-interne {
    padding: 40px 20px;
  }
}
.keblock-section-lame-top-interne .wrap-bg {
  border-radius: 0 0 0 100px;
  height: 100%;
  width: 33.33%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .keblock-section-lame-top-interne .wrap-bg {
    position: relative;
    width: calc(100% - 40px);
    aspect-ratio: 1;
    border-radius: 0 100px 0 0;
    max-height: 360px;
  }
}

.keblock-section-lame-picto {
  min-height: 140px;
  padding: 30px 0;
}
.keblock-section-lame-picto .block-content {
  display: flex;
  justify-content: center;
}
.keblock-section-lame-picto .block-content .picto {
  margin: 0 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.keblock-section-lame-picto .block-content .picto .img {
  display: block;
  width: 80px;
  height: 80px;
}
.keblock-section-lame-picto .block-content .picto .txt {
  margin-left: 20px;
  font-size: 14px;
  max-width: 180px;
  text-transform: uppercase;
}
.keblock-section-lame-picto .block-content .picto .txt .mention {
  display: block;
  text-transform: none;
  font-size: 12px;
}
.keblock-section-lame-top .keblock-section-lame-picto {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.wp-block-post-content .keblock-section-lame-picto {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .keblock-section-lame-picto {
    min-height: 0;
    padding: 0;
  }
  .keblock-section-lame-picto .block-content {
    flex-wrap: wrap;
    padding: 0;
  }
  .keblock-section-lame-picto .block-content .picto {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    width: 50%;
    padding: 0 40px;
    min-height: 80px;
    margin: 0;
  }
  .keblock-section-lame-picto .block-content .picto:nth-child(1n+3) {
    border-top: 1px solid #fff;
  }
  .keblock-section-lame-picto .block-content .picto:nth-child(2n+2) {
    border-left: 1px solid #fff;
  }
  .keblock-section-lame-picto .block-content .picto .img {
    width: 50px;
    height: 50px;
  }
  .keblock-section-lame-picto .block-content .picto .txt {
    max-width: none;
  }
}
@media only screen and (max-width: 768px) {
  .keblock-section-lame-picto {
    min-height: 0;
    padding: 0;
  }
  .keblock-section-lame-picto .block-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .keblock-section-lame-picto .block-content .picto {
    width: 100%;
    padding: 0 20px;
    max-width: none;
    margin: 0;
  }
  .keblock-section-lame-picto .block-content .picto:nth-child(1n+2) {
    border-top: 1px solid #fff;
  }
  .keblock-section-lame-picto .block-content .picto:nth-child(2n+2) {
    border-left: none;
  }
}

.keblock-section-lame-grille {
  width: 100%;
  position: relative;
  background-color: #FFF;
  padding: 10px 0;
}
.keblock-section-lame-grille > .block-content {
  width: 100%;
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.keblock-section-lame-grille > .block-content .keblock-multimedia .block-content,
.keblock-section-lame-grille > .block-content .keblock-text .block-content {
  aspect-ratio: 16/9;
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .keblock-section-lame-grille > .block-content .keblock-multimedia.type-post .content-texte {
    padding: 20px;
  }
  .keblock-section-lame-grille > .block-content .keblock-multimedia.type-post .content-texte .titre h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 767px) and (max-width: 1024px) {
  .keblock-section-lame-grille > .block-content .keblock-multimedia.type-post .content-texte .titre h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1279px) {
  .keblock-section-lame-grille > .block-content .keblock-multimedia.type-post .content-texte .desc p {
    font-size: 16px;
    line-height: 20px;
  }
  .keblock-section-lame-grille > .block-content .keblock-multimedia.type-post .content-texte .titre h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 1024px) {
  .keblock-section-lame-grille > .block-content .keblock-multimedia.type-post .content-texte .titre h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .keblock-section-lame-grille {
    padding: 5px 0;
  }
  .keblock-section-lame-grille > .block-content {
    gap: 5px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .keblock-section-lame-grille {
    padding: 5px 0;
  }
  .keblock-section-lame-grille > .block-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .keblock-section-lame-grille > .block-content .keblock-multimedia .block-content,
  .keblock-section-lame-grille > .block-content .keblock-text .block-content {
    aspect-ratio: auto !important;
    width: 100%;
  }
  .keblock-section-lame-grille > .block-content .keblock-multimedia.type-post .content-texte, .keblock-section-lame-grille > .block-content .keblock-multimedia.type-img .content-texte {
    position: relative;
    padding: 20px;
    min-height: 120px;
  }
  .keblock-section-lame-grille > .block-content .keblock-multimedia.type-post .content-texte .desc, .keblock-section-lame-grille > .block-content .keblock-multimedia.type-img .content-texte .desc {
    display: none;
  }
}
.acf-block-component .keblock-section-lame-grille > .block-content {
  width: 100%;
  gap: 0;
  display: block;
  grid-template-columns: auto;
}
.acf-block-component .keblock-section-lame-grille .block-editor-inner-blocks .block-editor-block-list__layout {
  display: flex;
  flex-wrap: wrap;
}
.acf-block-component .keblock-section-lame-grille .block-editor-inner-blocks .block-editor-block-list__layout > .wp-block {
  width: 33.33%;
}
.acf-block-component .keblock-section-lame-grille .block-editor-inner-blocks .block-editor-block-list__layout > .wp-block .wp-block {
  width: 100%;
}

.keblock-section-lame-multicol {
  width: 100%;
  position: relative;
}
.keblock-section-lame-multicol.responsive > .block-content {
  max-width: 1440px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .keblock-section-lame-multicol.responsive > .block-content {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .keblock-section-lame-multicol.responsive > .block-content {
    padding: 0 20px;
  }
}
.keblock-section-lame-multicol > .block-content {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.keblock-section-lame-multicol.align-col-top > .block-content {
  align-items: start;
}
.keblock-section-lame-multicol.align-col-center > .block-content {
  align-items: center;
}
.keblock-section-lame-multicol.align-col-bottom > .block-content {
  align-items: end;
}
@media only screen and (max-width: 1023px) {
  .keblock-section-lame-multicol.invert > .keblock-conteneur:first-child {
    order: 2;
  }
}
.acf-block-component .keblock-section-lame-multicol > .block-content {
  width: 100%;
  gap: 0;
  display: block;
  grid-template-columns: auto;
}
.acf-block-component .keblock-section-lame-multicol > .block-content > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.acf-block-component .keblock-section-lame-multicol > .block-content > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-acf-keblock-conteneur {
  width: 100%;
}
.acf-block-component .keblock-section-lame-multicol.nbcol-1 > .block-content > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-acf-keblock-conteneur {
  width: 100%;
}
.acf-block-component .keblock-section-lame-multicol.nbcol-2 > .block-content > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-acf-keblock-conteneur {
  width: 50%;
}
.acf-block-component .keblock-section-lame-multicol.nbcol-3 > .block-content > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-acf-keblock-conteneur {
  width: 33.33%;
}
.acf-block-component .keblock-section-lame-multicol.nbcol-4 > .block-content > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-acf-keblock-conteneur {
  width: 25%;
}

.keblock-conteneur {
  overflow: hidden;
}
.keblock-conteneur > .block-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.keblock-conteneur .keblock-text {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.keblock-conteneur.keblk-v-align-top > .block-content {
  justify-content: flex-start;
}
.keblock-conteneur.keblk-v-align-center > .block-content {
  align-items: center;
}
.keblock-conteneur.shadow {
  -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.keblock-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
}
.keblock-text.padded, .fullwidth .keblock-text {
  padding: 80px !important;
}
@media only screen and (max-width: 1024px) {
  .keblock-text.padded, .fullwidth .keblock-text {
    padding: 40px !important;
  }
}
@media only screen and (max-width: 768px) {
  .fullwidth .keblock-text {
    padding: 40px 20px !important;
  }
}
.keblock-conteneur.bg-color .keblock-text {
  padding: 40px !important;
}
.keblock-text.brad {
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .keblock-text.brad {
    border-radius: 10px;
  }
}
.keblock-text.keblk-v-align-top {
  justify-content: flex-start;
}
.keblock-text.keblk-h-align-center .block-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.keblock-text .block-content > *:not(p + p, p + ul) {
  margin-top: 20px;
}
.keblock-text .block-content > *:not(p + p, p + ul).keblock-bouton.liste:not(:first-of-type) {
  margin-top: 0 !important;
}
.keblock-text .block-content > *:not(p + p, p + ul):first-child {
  margin-top: 0;
}
.keblock-text.bg-color-black .block-content .elt-deco {
  background: #FFF;
}
.keblock-text.txt-color-white .block-content .elt-deco {
  background: #FFF;
}

.keblock-multimedia {
  width: 100%;
  height: 100%;
  display: flex;
}
.keblock-multimedia.bo-preview {
  min-height: 280px;
}
.keblock-multimedia.brad .block-content .visu-bg,
.keblock-multimedia.brad .block-content .visu-bg-masked,
.keblock-multimedia.brad .block-content .visu-suppl,
.keblock-multimedia.brad .block-content a::before {
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .keblock-multimedia.brad .block-content .visu-bg,
  .keblock-multimedia.brad .block-content .visu-bg-masked,
  .keblock-multimedia.brad .block-content .visu-suppl,
  .keblock-multimedia.brad .block-content a::before {
    border-radius: 10px;
  }
}
.keblock-multimedia.shadow .block-content {
  overflow: visible;
}
.keblock-multimedia.shadow .block-content .visu-bg,
.keblock-multimedia.shadow .block-content .visu-bg-masked,
.keblock-multimedia.shadow .block-content .visu-suppl,
.keblock-multimedia.shadow .block-content a::before {
  -o-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.keblock-multimedia .block-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .keblock-multimedia .block-content {
    aspect-ratio: 1;
  }
}
.keblock-multimedia .block-content .visu-bg,
.keblock-multimedia .block-content .visu-bg-masked,
.keblock-multimedia .block-content .visu-suppl {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.keblock-multimedia .block-content .visu-bg-masked,
.keblock-multimedia .block-content .visu-suppl {
  background-position: left center;
  background-size: contain;
  z-index: 10;
}
.keblock-multimedia .block-content .visu-bg-masked {
  background-color: #F6F6F6;
  transition: opacity 0.2s 0s ease-out;
}
.keblock-multimedia .block-content .visu-bg-masked.out {
  opacity: 0;
}
.keblock-multimedia .block-content .visu-suppl {
  z-index: 20;
}
.keblock-multimedia .block-content .content-texte {
  display: none;
  text-decoration: none !important;
}
.keblock-multimedia .block-content .picto {
  position: relative;
  z-index: 150;
  pointer-events: none;
}
.keblock-multimedia .block-content .picto .ui-picto {
  transition: all 0.3s 0s ease-out;
  opacity: 0.8;
}
.keblock-multimedia .block-content .ui-link-popin::before {
  transition: all 0.3s 0s ease-out;
}
.keblock-multimedia .block-content:hover .picto .ui-picto {
  opacity: 1;
}
.keblock-multimedia .block-content:hover a::before {
  background-color: rgba(0, 0, 0, 0.1);
}
.keblock-multimedia.type-img .block-content .content-texte, .keblock-multimedia.type-post .block-content .content-texte, .keblock-multimedia.type-video .block-content .content-texte {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.3s 0s ease-out;
  position: absolute;
  padding: 40px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
}
@media only screen and (max-width: 1279px) and (min-width: 1024px) {
  .keblock-multimedia.type-img .block-content .content-texte, .keblock-multimedia.type-post .block-content .content-texte, .keblock-multimedia.type-video .block-content .content-texte {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .keblock-multimedia.type-img .block-content .content-texte, .keblock-multimedia.type-post .block-content .content-texte, .keblock-multimedia.type-video .block-content .content-texte {
    justify-content: center;
  }
}
.keblock-multimedia.type-img .block-content .content-texte .desc, .keblock-multimedia.type-post .block-content .content-texte .desc, .keblock-multimedia.type-video .block-content .content-texte .desc {
  margin-top: 8px;
}
.keblock-multimedia.type-img.with_link, .keblock-multimedia.type-post.with_link, .keblock-multimedia.type-video.with_link {
  cursor: pointer;
}
.keblock-multimedia.type-img.with_link .block-content, .keblock-multimedia.type-post.with_link .block-content, .keblock-multimedia.type-video.with_link .block-content {
  overflow: hidden;
  position: relative;
  transition: all 0.3s 0s ease-out;
}
.keblock-multimedia.type-montage .block-content .montage-media {
  overflow: hidden;
  gap: 10px;
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.single-post .keblock-multimedia.type-montage .block-content .montage-media {
  gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .single-post .keblock-multimedia.type-montage .block-content .montage-media {
    gap: 20px;
  }
}
.keblock-multimedia.type-montage .block-content .montage-media .imgcell {
  background-size: cover;
  background-position: center center;
}
.keblock-multimedia.type-montage .block-content .montage-media .img-1 {
  grid-area: img-1;
}
.keblock-multimedia.type-montage .block-content .montage-media .img-2 {
  grid-area: img-2;
}
.keblock-multimedia.type-montage .block-content .montage-media .img-3 {
  grid-area: img-3;
}
.keblock-multimedia.type-montage .block-content .montage-media .img-4 {
  grid-area: img-4;
}
.keblock-multimedia.type-montage .block-content .montage-media.nbimg-2 {
  grid-template-areas: "img-1 img-2" "img-1 img-2";
}
.keblock-multimedia.type-montage .block-content .montage-media.nbimg-2.horizontal, .keblock-multimedia.type-montage .block-content .montage-media.nbimg-2.bandes {
  grid-template-areas: "img-1 img-1" "img-2 img-2";
}
.keblock-multimedia.type-montage .block-content .montage-media.nbimg-3 {
  grid-template-areas: "img-1 img-2" "img-1 img-3";
}
.keblock-multimedia.type-montage .block-content .montage-media.nbimg-3.horizontal {
  grid-template-areas: "img-1 img-1" "img-2 img-3";
}
.keblock-multimedia.type-montage .block-content .montage-media.nbimg-3.bandes {
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-template-areas: "img-1" "img-2" "img-3";
}
.keblock-multimedia.type-montage .block-content .montage-media.nbimg-4 {
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas: "img-1 img-2 img-2" "img-1 img-3 img-4";
}
.keblock-multimedia.type-montage .block-content .montage-media.nbimg-4.horizontal {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 0.5fr);
  grid-template-areas: "img-1 img-1" "img-2 img-3" "img-2 img-4";
}
.keblock-multimedia.type-montage .block-content .montage-media.nbimg-4.bandes {
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-template-areas: "img-1" "img-2" "img-3" "img-4";
}

.keblock-bouton.keblk-h-align-right .block-content {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .center-mobile .keblock-bouton.keblk-h-align-right .block-content {
    text-align: center;
  }
}
.keblock-bouton.keblk-h-align-center .block-content {
  text-align: center;
}

.keblock-swiper .post-slide, .kpg-block-wrapper .post-slide {
  position: relative;
  padding: 20px;
  gap: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.keblock-swiper .post-slide .visuel, .kpg-block-wrapper .post-slide .visuel {
  background: no-repeat center center;
  background-size: cover;
  aspect-ratio: 1.9;
  width: 100%;
  position: relative;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .keblock-swiper .post-slide .visuel, .kpg-block-wrapper .post-slide .visuel {
    border-radius: 10px;
  }
}
.keblock-swiper .post-slide .visuel::after, .kpg-block-wrapper .post-slide .visuel::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
  transition: all 0.3s 0s ease-out;
  border-radius: 20px;
  pointer-events: none;
}
.keblock-swiper .post-slide .visuel .pastille, .kpg-block-wrapper .post-slide .visuel .pastille {
  position: absolute;
  background-color: #FECB00;
  border-radius: 50%;
  right: 50px;
  bottom: 50px;
  width: 120px;
  height: 120px;
  transition: all 0.3s 0s ease-out;
  opacity: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 300;
}
.keblock-swiper .post-slide .date-publi, .kpg-block-wrapper .post-slide .date-publi {
  font-size: 14px;
  line-height: normal;
  color: #D60F3C;
  text-transform: uppercase;
}
.keblock-swiper .post-slide .titre, .kpg-block-wrapper .post-slide .titre {
  min-height: 56px;
  overflow: hidden;
  z-index: 300;
}
@media only screen and (max-width: 499px) {
  .keblock-swiper .post-slide .titre, .kpg-block-wrapper .post-slide .titre {
    min-height: 0;
  }
}
.keblock-swiper .post-slide .desc, .kpg-block-wrapper .post-slide .desc {
  margin-bottom: 20px;
}
.keblock-swiper .post-slide .cta, .kpg-block-wrapper .post-slide .cta {
  margin-top: auto;
}
.keblock-swiper .post-slide .cat_links, .kpg-block-wrapper .post-slide .cat_links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  z-index: 400;
  pointer-events: none;
}
.keblock-swiper .post-slide:hover .visuel::after, .kpg-block-wrapper .post-slide:hover .visuel::after {
  background-color: rgba(0, 0, 0, 0.1);
}
.keblock-swiper .post-slide.verbatim, .kpg-block-wrapper .post-slide.verbatim {
  padding: 40px;
  gap: 10px;
}
.keblock-swiper .post-slide.verbatim .top-verbatim, .kpg-block-wrapper .post-slide.verbatim .top-verbatim {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.keblock-swiper .post-slide.verbatim .top-verbatim .visuel-verbatim, .kpg-block-wrapper .post-slide.verbatim .top-verbatim .visuel-verbatim {
  width: 80px;
  height: 80px;
  aspect-ratio: 1;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  border-radius: 10px 10px 0 10px;
}
.keblock-swiper .post-slide.verbatim .top-verbatim .logo, .kpg-block-wrapper .post-slide.verbatim .top-verbatim .logo {
  max-width: 140px;
  max-height: 80px;
  height: auto;
  width: auto;
  flex-shrink: 1;
  -webkit-flex-shrink: 1;
}
@media only screen and (max-width: 399px) {
  .keblock-swiper .post-slide.verbatim .top-verbatim .logo, .kpg-block-wrapper .post-slide.verbatim .top-verbatim .logo {
    max-width: calc(100% - 80px);
  }
}
.keblock-swiper .post-slide.verbatim p, .keblock-swiper .post-slide.verbatim .titre, .kpg-block-wrapper .post-slide.verbatim p, .kpg-block-wrapper .post-slide.verbatim .titre {
  min-height: 0;
  margin: 0;
}
.keblock-swiper .post-slide.verbatim .desc, .kpg-block-wrapper .post-slide.verbatim .desc {
  font-size: 16px;
  line-height: 20px;
}
.keblock-swiper .post-slide.verbatim .fonction, .kpg-block-wrapper .post-slide.verbatim .fonction {
  text-transform: uppercase;
}
.keblock-swiper .post-slide.partner, .kpg-block-wrapper .post-slide.partner {
  padding: 40px;
  gap: 20px;
  overflow: hidden;
}
.keblock-swiper .post-slide.partner .logo, .kpg-block-wrapper .post-slide.partner .logo {
  width: 200px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
.keblock-swiper .post-slide.partner .nom_partner, .kpg-block-wrapper .post-slide.partner .nom_partner {
  font-size: 14px;
  line-height: normal;
  color: #D60F3C;
  text-transform: uppercase;
  margin-top: 20px;
}
.keblock-swiper .post-slide.partner .desc, .kpg-block-wrapper .post-slide.partner .desc {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}
.keblock-swiper .post-slide.partner .uilink_text, .kpg-block-wrapper .post-slide.partner .uilink_text {
  margin-top: auto;
}
.keblock-swiper .post-slide.ebooks .titre, .kpg-block-wrapper .post-slide.ebooks .titre {
  min-height: 0;
}
.keblock-swiper .post-slide.ebooks .desc_ebook, .kpg-block-wrapper .post-slide.ebooks .desc_ebook {
  margin-bottom: 20px;
}
.keblock-swiper .post-slide.ebooks .bt-download, .kpg-block-wrapper .post-slide.ebooks .bt-download {
  margin-top: auto;
  text-decoration: underline;
}
.keblock-swiper .post-slide.podcasts .visuel, .kpg-block-wrapper .post-slide.podcasts .visuel {
  aspect-ratio: 1;
}
.keblock-swiper .post-slide.podcasts .tps_lecture, .kpg-block-wrapper .post-slide.podcasts .tps_lecture {
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}
.keblock-swiper .post-slide.podcasts .tps_lecture::before, .kpg-block-wrapper .post-slide.podcasts .tps_lecture::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #FECB00;
  position: absolute;
  top: 0;
  left: -2px;
  bottom: 0;
  margin: auto 0;
}
.keblock-swiper .post-slide.evenement, .kpg-block-wrapper .post-slide.evenement {
  gap: 20px;
}
.keblock-swiper .post-slide.evenement .titre, .kpg-block-wrapper .post-slide.evenement .titre {
  min-height: 0;
}

.keblock-postgrid .postgrid-content--header {
  margin: 0 0 40px;
}
@media only screen and (max-width: 1024px) {
  .keblock-postgrid .postgrid-content--header {
    display: flex;
  }
}
.keblock-postgrid .kpg-filters {
  background-color: #F6F6F6;
  position: relative;
  padding: 40px 20px 20px 40px;
  width: 100%;
  gap: 50px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .keblock-postgrid .kpg-filters {
    flex-wrap: wrap;
  }
}
.keblock-postgrid .kpg-filters .kpg-filters-lab-filterby {
  margin-bottom: 35px;
}
.keblock-postgrid .kpg-filters .wrap-filter:nth-child(2) .kpg-filters-catsel--boutons {
  display: none;
}
.keblock-postgrid .kpg-filters .wrap-filter:nth-child(2) .kpg-filters-catsel--select {
  display: block;
}
.keblock-postgrid .kpg-filters .kpg-filters-catsel .kpg-filtre {
  padding: 5px 10px;
  background-color: transparent;
  color: #999;
  text-transform: uppercase;
  border-radius: 16px;
  font-size: 14px;
  line-height: normal;
  margin: 0 20px 20px 0;
  border: 1px solid #999;
}
.keblock-postgrid .kpg-filters .kpg-filters-catsel .kpg-filtre:hover, .keblock-postgrid .kpg-filters .kpg-filters-catsel .kpg-filtre.selected {
  background-color: #D60F3C;
  border: 1px solid #D60F3C;
  font-weight: normal;
  color: #fff;
}
.keblock-postgrid .kpg-filters .kpg-filters-catsel .kpg-filtre-select {
  border: 1px solid #F6F6F6;
  height: 60px;
  border-radius: 5px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 0 15px;
}
.keblock-postgrid .kpg-filters.multiple-inline {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}
@media only screen and (max-width: 1024px) {
  .keblock-postgrid .kpg-filters.multiple-inline {
    justify-content: flex-start;
    flex-wrap: wrap;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.keblock-postgrid .kpg-filters.multiple-inline .kpg-filters-catsel {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
@media only screen and (max-width: 1024px) {
  .keblock-postgrid .kpg-filters.multiple-inline .kpg-filters-catsel {
    flex-direction: column;
  }
}
.keblock-postgrid .kpg-filters.multiple-inline .kpg-filters-catsel .kpg-filtre-chk-ALL,
.keblock-postgrid .kpg-filters.multiple-inline .kpg-filters-catsel .kpg-filtre-chk {
  margin-right: 10px;
}
.keblock-postgrid .kpg-filters.multiple-inline .kpg-filters-catsel .kpg-filtre-chk:last-child {
  margin-right: 0;
}
.keblock-postgrid .kpg-filters.multiple-inline .kpg-filters-catsel .kpg-filtre-chk-ALL {
  text-transform: uppercase;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .keblock-postgrid .kpg-filters.multiple-inline .kpg-filters-catsel .kpg-filtre-chk-ALL {
    width: 130px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .keblock-postgrid .kpg-filters.multiple-inline .kpg-filters-catsel .kpg-filtre-chk-ALL {
    font-size: 14px;
  }
}
.keblock-postgrid .kpg-filters.multiple-inline .kpg-filters-catsel .filters-buttons {
  display: flex;
  flex-wrap: wrap;
}
.keblock-postgrid .no-result {
  padding: 20px;
  text-align: center;
  background-color: transparent;
  border-radius: 5px;
  width: 100%;
  grid-column-start: 1;
  grid-column-end: end;
}

.keblock-push-event-custom {
  margin-top: 30px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.keblock-push-event-custom .block-content {
  height: 100%;
}
.keblock-push-event-custom .visu {
  background: no-repeat center center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 3;
  text-align: center;
  padding-top: 40px;
}
.keblock-push-event-custom .visu .date-event {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 20px;
}
.keblock-push-event-custom .content-push {
  text-align: center;
  padding: 40px 100px;
}
@media only screen and (max-width: 1024px) {
  .keblock-push-event-custom .content-push {
    padding: 40px;
  }
}
@media only screen and (max-width: 499px) {
  .keblock-push-event-custom .content-push {
    padding: 20px;
  }
}
.keblock-push-event-custom .content-push .title-event {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .keblock-push-event-custom .content-push .title-event {
    font-size: 20px;
    line-height: 24px;
  }
}
.keblock-push-event-custom .content-push .bt-push {
  margin-top: 20px;
}

.keblock-carres-datas .block-content {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px 0 80px;
}
@media only screen and (max-width: 1024px) {
  .keblock-carres-datas .block-content {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .keblock-carres-datas .block-content {
    padding: 0 20px;
  }
}
.keblock-carres-datas .block-content .carre-data {
  aspect-ratio: 1;
  width: 33.333%;
  text-align: center;
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.keblock-carres-datas .block-content .carre-data:nth-child(even) {
  background-color: #FECB00;
}
.keblock-carres-datas .block-content .carre-data:nth-child(2), .keblock-carres-datas .block-content .carre-data:nth-child(3) {
  border-radius: 60px 60px 0 60px;
}
.keblock-carres-datas .block-content .carre-data:nth-child(4) {
  border-radius: 60px 0 60px 60px;
}
.keblock-carres-datas .block-content .carre-data:nth-child(6) {
  border-radius: 0 60px 60px 60px;
}
@media only screen and (max-width: 767px) {
  .keblock-carres-datas .block-content .carre-data {
    width: 50%;
  }
  .keblock-carres-datas .block-content .carre-data:nth-child(even) {
    background: none;
  }
  .keblock-carres-datas .block-content .carre-data:nth-child(4n+2), .keblock-carres-datas .block-content .carre-data:nth-child(4n-1) {
    background-color: #FECB00;
  }
}
@media only screen and (max-width: 399px) {
  .keblock-carres-datas .block-content .carre-data {
    gap: 7px;
  }
}
.keblock-carres-datas .block-content .carre-data .visu {
  width: 120px;
  height: 20%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.keblock-carres-datas .block-content .carre-data .txt-big {
  font-weight: 600;
  font-size: 50px;
  line-height: 40px;
  color: #D60F3C;
  text-transform: uppercase;
}
@media only screen and (max-width: 1799px) {
  .keblock-carres-datas .block-content .carre-data .txt-big {
    font-size: 40px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .keblock-carres-datas .block-content .carre-data .txt-big {
    font-size: 50px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 499px) {
  .keblock-carres-datas .block-content .carre-data .txt-big {
    font-size: 30px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 399px) {
  .keblock-carres-datas .block-content .carre-data .txt-big {
    font-size: 25px;
    line-height: 18px;
  }
}
.keblock-carres-datas .block-content .carre-data .txt-details {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  max-width: 75%;
  text-wrap: balance;
}
@media only screen and (max-width: 499px) {
  .keblock-carres-datas .block-content .carre-data .txt-details {
    max-width: 90%;
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 499px) {
  .keblock-carres-datas .block-content .carre-data .txt-arrondi-red {
    font-size: 12px;
    line-height: normal;
    padding: 3px 10px;
  }
}
.keblock-carres-datas .block-content .carre-data p {
  margin: 0;
}
.keblock-carres-datas .block-content .mentions {
  margin-top: 20px;
}

.site-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow-x: clip;
}
.site-header.transitop {
  position: fixed;
  top: 0;
  transition: all 0.3s 0s ease-out;
}
.site-header.transitop .back-alpha {
  opacity: 1;
}
.site-header.hidetop {
  position: fixed;
  top: -130px;
}
@media only screen and (max-width: 1199px) {
  .site-header.hidetop {
    top: -90px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header.hidetop {
    top: -60px;
  }
}
.site-header .back-alpha {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  background: rgb(255, 255, 255);
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  transition: all 0.3s 0s ease-out;
}
.site-header .site-header--content {
  z-index: 1500;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  margin: 30px 80px;
  background: #fff;
  padding: 0 20px;
  -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
@media only screen and (max-width: 1199px) {
  .site-header .site-header--content {
    border-radius: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .site-header--content {
    height: 60px;
    padding: 0 20px;
  }
}
.site-header .site-header--content .wrap-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.site-header .site-header--content .wrap-top .header-left {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
.site-header .site-header--content .wrap-top .header-left .homelink {
  display: block;
  height: 70px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .site-header .site-header--content .wrap-top .header-left .homelink {
    height: 55px;
  }
}
.site-header .site-header--content .wrap-top .header-left .homelink img {
  height: 70px;
  aspect-ratio: 180/119;
}
@media only screen and (max-width: 767px) {
  .site-header .site-header--content .wrap-top .header-left .homelink img {
    height: 50px;
  }
}
.site-header .site-header--content .wrap-top .wrap-menus {
  display: flex;
  justify-content: space-between;
  flex-grow: 2;
  -webkit-flex-grow: 2;
}
.site-header .site-header--content .wrap-top .wrap-menus .header-center {
  display: flex;
  align-items: stretch;
}
.site-header .site-header--content .wrap-top .wrap-menus .header-center > ul > li {
  align-items: center;
  margin: 0 16px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
  .site-header .site-header--content .wrap-top .wrap-menus .header-center > ul > li {
    flex-direction: column;
    align-items: normal;
    margin: 0;
  }
  .site-header .site-header--content .wrap-top .wrap-menus .header-center > ul > li a, .site-header .site-header--content .wrap-top .wrap-menus .header-center > ul > li p {
    border-top: 1px solid #D2D2D2;
    padding: 16px 10px;
  }
  .site-header .site-header--content .wrap-top .wrap-menus .header-center > ul > li:last-child li:last-child a {
    border-bottom: 1px solid #D2D2D2;
  }
  .site-header .site-header--content .wrap-top .wrap-menus .header-center > ul > li .sub-menu.show_sub_mobile {
    display: flex;
  }
  .site-header .site-header--content .wrap-top .wrap-menus .header-center > ul > li .sub-menu li a {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    color: #282828;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 400;
  }
  .site-header .site-header--content .wrap-top .wrap-menus .header-center > ul > li .sub-menu li a .subtitle {
    display: none;
  }
}
.site-header .site-header--content .wrap-top .wrap-menus .header-center > ul > li > a, .site-header .site-header--content .wrap-top .wrap-menus .header-center > ul > li p {
  text-transform: uppercase;
}
.site-header .site-header--content .wrap-top .wrap-menus .header-center > ul > li > p {
  cursor: default;
}
.site-header .site-header--content .wrap-top .wrap-menus .header-center ul {
  display: flex;
}
.site-header .site-header--content .wrap-top .wrap-menus .header-center ul li {
  cursor: default;
  display: flex;
  position: relative;
}
.site-header .site-header--content .wrap-top .wrap-menus .header-center ul li a, .site-header .site-header--content .wrap-top .wrap-menus .header-center ul li p {
  transition: all 0.3s 0s ease-out;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1399px) {
  .site-header .site-header--content .wrap-top .wrap-menus .header-center ul li a, .site-header .site-header--content .wrap-top .wrap-menus .header-center ul li p {
    font-size: 14px;
    line-height: 20px;
  }
}
.site-header .site-header--content .wrap-top .wrap-menus .header-center ul li a:hover {
  color: #D60F3C;
}
@media only screen and (min-width: 1200px) {
  .hasHover .site-header .site-header--content .wrap-top .wrap-menus .header-center ul li:hover.current-page-ancestor:after, .site-header .site-header--content .wrap-top .wrap-menus .header-center ul li:focus-within.current-page-ancestor:after, .site-header .site-header--content .wrap-top .wrap-menus .header-center ul li.opened.current-page-ancestor:after {
    display: none;
  }
  .hasHover .site-header .site-header--content .wrap-top .wrap-menus .header-center ul li:hover ul.sub-menu, .site-header .site-header--content .wrap-top .wrap-menus .header-center ul li:focus-within ul.sub-menu, .site-header .site-header--content .wrap-top .wrap-menus .header-center ul li.opened ul.sub-menu {
    display: flex;
  }
  .site-header .site-header--content .wrap-top .wrap-menus .header-center ul li ul.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 90px;
    padding: 40px 340px 40px 40px;
    border-radius: 20px;
    background-color: #fff;
    color: #282828;
    gap: 20px 40px;
    -o-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    flex-direction: column;
  }
  .site-header .site-header--content .wrap-top .wrap-menus .header-center ul li ul.sub-menu::before {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 20px;
    background: none;
    z-index: 100;
  }
  .site-header .site-header--content .wrap-top .wrap-menus .header-center ul li ul.sub-menu::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0 20px 20px 100px;
    z-index: 100;
  }
  .site-header .site-header--content .wrap-top .wrap-menus .header-center ul li ul.sub-menu li {
    position: relative;
  }
  .site-header .site-header--content .wrap-top .wrap-menus .header-center ul li ul.sub-menu li a {
    font-size: 20px;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .site-header .site-header--content .wrap-top .wrap-menus .header-center ul li ul.sub-menu li a .subtitle {
    margin-top: 2px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: none;
    display: block;
    white-space: normal;
    text-wrap: balance;
  }
}
.site-header .site-header--content .wrap-top .wrap-menus .header-right {
  display: flex;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  align-items: center;
}
.site-header .site-header--content .wrap-top .wrap-menus .header-right ul {
  display: flex;
  align-items: center;
}
.site-header .site-header--content .wrap-top .wrap-menus .header-right ul li {
  margin: 0 15px;
}
.site-header .site-header--content .wrap-top .wrap-menus .header-right ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1279px) {
  .site-header .site-header--content .wrap-top .wrap-menus .header-right ul li {
    font-size: 14px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .site-header .site-header--content .wrap-top .wrap-menus {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #fff;
  }
  .site-header .site-header--content .wrap-top .wrap-menus.opened {
    display: block;
    overflow-y: auto;
    max-height: calc(100dvh - 80px);
  }
}
@media only screen and (max-width: 767px) {
  .site-header .site-header--content .wrap-top .wrap-menus {
    top: 60px;
  }
  .site-header .site-header--content .wrap-top .wrap-menus.opened {
    max-height: calc(100dvh - 60px);
  }
}
@media only screen and (max-width: 1199px) {
  .site-header .site-header--content.opened .wrap-top .header-center > div, .site-header .site-header--content.opened .wrap-top .header-right > div {
    flex-grow: 1;
    -webkit-flex-grow: 1;
  }
  .site-header .site-header--content.opened .wrap-top .header-center ul, .site-header .site-header--content.opened .wrap-top .header-right ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-grow: 1;
    -webkit-flex-grow: 1;
  }
  .site-header .site-header--content.opened .wrap-top .header-center ul li, .site-header .site-header--content.opened .wrap-top .header-right ul li {
    margin: 0;
  }
  .site-header .site-header--content.opened .wrap-top .header-center ul li a, .site-header .site-header--content.opened .wrap-top .header-right ul li a {
    flex-grow: 1;
    -webkit-flex-grow: 1;
  }
  .site-header .site-header--content.opened .wrap-top .header-right {
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 0 10px;
    align-items: stretch;
  }
  .site-header .site-header--content.opened .wrap-top .header-right > div {
    flex-grow: 1;
    -webkit-flex-grow: 1;
  }
  .site-header .site-header--content.opened .wrap-top .header-right ul {
    align-items: stretch;
  }
  .site-header .site-header--content.opened .wrap-top .header-right ul li {
    margin: 0;
    text-align: center;
    margin-bottom: 16px;
  }
}
.site-header .site-header--content .contact-top {
  display: block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media only screen and (max-width: 1199px) {
  .site-header .site-header--content .contact-top {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .site-header--content .contact-top {
    margin-right: 60px;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 20px;
  }
}
.site-header .site-header--content .bt-menumobile {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .site-header .site-header--content .bt-menumobile {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 40px;
    width: 40px;
    border-radius: 10px;
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
  .site-header .site-header--content .bt-menumobile svg {
    width: 24px;
    height: 16px;
  }
  .site-header .site-header--content .bt-menumobile.opened {
    padding-left: 3px;
  }
  .site-header .site-header--content .bt-menumobile.opened > svg rect:first-child {
    transform: rotate(45deg) scaleX(1.18) translate(0, -3px);
  }
  .site-header .site-header--content .bt-menumobile.opened > svg rect:nth-child(2) {
    display: none;
  }
  .site-header .site-header--content .bt-menumobile.opened > svg rect:last-child {
    width: 24px;
    transform: rotate(-45deg) scaleX(1.18) translate(1px, 2px);
    transform-origin: left bottom;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .site-header--content .bt-menumobile {
    top: 10px;
  }
  .site-header .site-header--content .bt-menumobile.opened {
    padding-left: 3px;
  }
}

.site-footer {
  background-color: #fff;
}
.site-footer .footer-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 80px 40px;
}
@media only screen and (max-width: 1023px) {
  .site-footer .footer-main {
    padding: 40px;
  }
}
.site-footer .footer-main .wrap-logo-rs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-main .wrap-logo-rs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.site-footer .footer-main .wrap-logo-rs .footer-social {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 340px) {
  .site-footer .footer-main .wrap-logo-rs .footer-social {
    gap: 28px;
  }
}
.site-footer .footer-main .wrap-logo-rs .footer-social p {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-main .wrap-logo-rs .footer-social p {
    font-size: 18px;
  }
}
.site-footer .footer-main .wrap-logo-rs .footer-social a {
  display: flex;
}
.site-footer .footer-main .wrap-logo-rs .footer-social img {
  width: 48px;
  height: auto;
}
.site-footer .footer-main .nav-trust-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 100px;
}
@media only screen and (max-width: 1279px) {
  .site-footer .footer-main .nav-trust-container {
    gap: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .site-footer .footer-main .nav-trust-container {
    gap: 40px;
    flex-direction: column;
  }
}
.site-footer .footer-main .nav-trust-container .footer-menu-container {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
@media only screen and (max-width: 1023px) {
  .site-footer .footer-main .nav-trust-container .footer-menu-container {
    width: 100%;
  }
}
.site-footer .footer-main .nav-trust-container .footer-menu-container .footer-main-menu {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  width: 100%;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-main .nav-trust-container .footer-menu-container .footer-main-menu {
    flex-direction: column;
  }
}
.site-footer .footer-main .nav-trust-container .footer-menu-container .footer-main-menu .menu-item.menu-item-has-children > a, .site-footer .footer-main .nav-trust-container .footer-menu-container .footer-main-menu .menu-item.menu-item-has-children > p {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
}
.site-footer .footer-main .nav-trust-container .footer-menu-container .footer-main-menu .menu-item .sub-menu {
  margin-top: 10px;
}
.site-footer .footer-main .nav-trust-container .footer-menu-container .footer-main-menu .menu-item .sub-menu li {
  margin-bottom: 10px;
}
.site-footer .footer-main .nav-trust-container .footer-menu-container .footer-main-menu .menu-item .sub-menu li:last-child {
  margin-bottom: 0 !important;
}
.site-footer .footer-main .nav-trust-container .footer-trustpilot {
  background-color: #F6F6F6;
  padding: 20px;
  width: 295px;
  border-radius: 10px;
}
@media only screen and (max-width: 1279px) {
  .site-footer .footer-main .nav-trust-container .footer-trustpilot {
    width: 200px;
  }
  .site-footer .footer-main .nav-trust-container .footer-trustpilot iframe {
    height: 90px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .site-footer .footer-main .nav-trust-container .footer-trustpilot {
    width: 100%;
  }
  .site-footer .footer-main .nav-trust-container .footer-trustpilot .trustpilot-widget.horizontal {
    display: block;
  }
  .site-footer .footer-main .nav-trust-container .footer-trustpilot .trustpilot-widget.desktop {
    display: none;
  }
  .site-footer .footer-main .nav-trust-container .footer-trustpilot iframe {
    height: 24px !important;
  }
}
@media only screen and (max-width: 329px) {
  .site-footer .footer-main .nav-trust-container .footer-trustpilot iframe {
    height: 50px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .site-footer .footer-main .nav-trust-container .footer-trustpilot .trustpilot-widget.horizontal {
    display: none;
  }
  .site-footer .footer-main .nav-trust-container .footer-trustpilot .trustpilot-widget.desktop {
    display: block;
  }
}
.site-footer .footer-legal .wrap-footer {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #D2D2D2;
}
.site-footer .footer-legal .wrap-footer .legal-infos {
  display: flex;
  align-items: center;
}
.site-footer .footer-legal .wrap-footer p.copyright {
  font-weight: 400;
  font-size: 14px;
}
@media only screen and (max-width: 1200px) {
  .site-footer .footer-legal .wrap-footer p.copyright {
    margin-bottom: 40px;
  }
}
.site-footer .footer-legal .wrap-footer ul {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 499px) {
  .site-footer .footer-legal .wrap-footer ul {
    display: flex;
    flex-direction: column;
  }
}
.site-footer .footer-legal .wrap-footer ul li {
  margin: 0 0 0 10px;
  position: relative;
  display: flex;
  align-items: center;
}
.site-footer .footer-legal .wrap-footer ul li:before {
  content: "-";
  margin-right: 10px;
}
@media only screen and (max-width: 499px) {
  .site-footer .footer-legal .wrap-footer ul li:before {
    display: none;
  }
}
.site-footer .footer-legal .wrap-footer ul li:first-child {
  margin-left: 0;
}
.site-footer .footer-legal .wrap-footer ul li:first-child:before {
  display: none;
}
.site-footer .footer-legal .wrap-footer ul li a {
  font-weight: 400;
  font-size: 14px;
  display: block;
  position: relative;
  text-align: center;
  transition: all 0.3s 0s ease-out;
}

/**
 * Swiper 7.0.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 4, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight {
  height: auto;
}
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.ksc-swiperjs-container {
  width: 100%;
  overflow-x: visible;
}
.ksc-swiperjs-container.show-overflow {
  overflow-x: visible;
}
.ksc-swiperjs-container .ksc-swiperjs-content {
  height: 100%;
  position: relative;
}
.ksc-swiperjs-container .ksc-swiperjs-content .swiper-slide {
  height: auto;
}
.ksc-swiperjs-container.no-nav {
  padding-bottom: 0;
}
.ksc-swiperjs-container.no-nav .swiper-pagination {
  display: none;
}
.ksc-swiperjs-container .swiper-pagination {
  bottom: -50px !important;
}
.ksc-swiperjs-container .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  opacity: 0.2;
  vertical-align: middle;
  margin: 0;
  background: radial-gradient(circle, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%);
}
.ksc-swiperjs-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.ksc-swiperjs-container .wrap-buttons {
  display: flex;
  justify-content: space-between;
}
.ksc-swiperjs-container .swiper-button-prev,
.ksc-swiperjs-container .swiper-button-next {
  width: 48px;
  height: 48px;
  pointer-events: all;
  transition: all 0.3s 0s ease-out;
}
.ksc-swiperjs-container .swiper-button-prev:after,
.ksc-swiperjs-container .swiper-button-next:after {
  display: none;
}
.ksc-swiperjs-container .swiper-button-prev > svg,
.ksc-swiperjs-container .swiper-button-next > svg {
  width: 100%;
  height: 100%;
}
.ksc-swiperjs-container .swiper-button-prev > svg rect,
.ksc-swiperjs-container .swiper-button-prev > svg path,
.ksc-swiperjs-container .swiper-button-next > svg rect,
.ksc-swiperjs-container .swiper-button-next > svg path {
  transition: all 0.3s 0s ease-out;
}
.ksc-swiperjs-container .swiper-button-prev > svg rect,
.ksc-swiperjs-container .swiper-button-next > svg rect {
  fill: transparent;
  stroke: #999;
}
.ksc-swiperjs-container .swiper-button-prev > svg path,
.ksc-swiperjs-container .swiper-button-next > svg path {
  stroke: #999;
}
.ksc-swiperjs-container .swiper-button-prev.swiper-button-disabled,
.ksc-swiperjs-container .swiper-button-next.swiper-button-disabled {
  opacity: 0 !important;
}
.ksc-swiperjs-container .swiper-button-prev:hover > svg rect,
.ksc-swiperjs-container .swiper-button-next:hover > svg rect {
  fill: #282828;
  stroke: #282828;
}
.ksc-swiperjs-container .swiper-button-prev:hover > svg path,
.ksc-swiperjs-container .swiper-button-next:hover > svg path {
  stroke: #F6F6F6;
}
.ksc-swiperjs-container.diaporama {
  padding: 0;
}
.ksc-swiperjs-container.diaporama .ksc-swiperjs-content {
  padding: 0;
}
.ksc-swiperjs-container.diaporama .swiper-button-prev,
.ksc-swiperjs-container.diaporama .swiper-button-next {
  position: absolute;
  top: 50%;
}
.ksc-swiperjs-container.diaporama .swiper-pagination {
  bottom: 0 !important;
}
.ksc-swiperjs-container.diaporama .swiper-pagination .swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  width: 10px;
  height: 10px;
  -o-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  background-color: #FFF;
  opacity: 1;
  margin: 0 10px;
}
.ksc-swiperjs-container .swiper-header {
  padding: 0 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .ksc-swiperjs-container .swiper-header {
    gap: 20px;
    flex-direction: column;
  }
}
.ksc-swiperjs-container .swiper-header .left-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .ksc-swiperjs-container .swiper-header .left-header {
    flex-direction: column;
  }
}
.ksc-swiperjs-container .swiper-header .left-header .texttitle {
  display: inline-block;
  margin-right: auto;
}
.ksc-swiperjs-container .swiper-header .right-header {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.ksc-swiperjs-container .swiper-header .swiper-button-prev,
.ksc-swiperjs-container .swiper-header .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  z-index: auto;
  margin: 0 10px;
}
.ksc-swiperjs-container.header-empty .swiper-header {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .ksc-swiperjs-container .swiper-button-prev,
  .ksc-swiperjs-container .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .ksc-swiperjs-container .swiper-button-prev,
  .ksc-swiperjs-container .swiper-button-next {
    display: none;
  }
}