/*
 Theme Name:   bootScore Child
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      5.1.3.1
 Text Domain:  bootscore
*/

/* 
All style editing is done via css/scss/_bscore_custom.scss
*/

/* FONTS */

@font-face {
  font-family: "Circe Rounded";
  src: url("fonts/circerounded/CirceRounded-Bold.woff2") format("woff2"),
    url("fonts/circerounded/CirceRounded-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circe Rounded";
  src: url("fonts/circerounded/CirceRounded.woff2") format("woff2"),
    url("fonts/circerounded/CirceRounded.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circe Rounded";
  src: url("fonts/circerounded/CirceRounded-ExtraLight.woff2") format("woff2"),
    url("fonts/circerounded/CirceRounded-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circe Rounded";
  src: url("fonts/circerounded/CirceRounded-Light.woff2") format("woff2"),
    url("fonts/circerounded/CirceRounded-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circe Rounded";
  src: url("fonts/circerounded/CirceRounded-Bold.woff2") format("woff2"),
  url("fonts/circerounded/CirceRounded-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Black.woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Bold.woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-SemiBold.woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muller Bold";
  src: url("fonts/MullerBold.ttf");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muller Medium";
  src: url("fonts/MullerMedium.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}




/* ANIMATION */

/*[data-animation-fade-up-interval].is-inview > * {*/
/*  opacity: 1;*/
/*  -webkit-transform: translate(0, 0);*/
/*  transform: translate(0, 0);*/
/*}*/

/*[data-animation-fade-up-interval] > *:nth-child(1) {*/
/*  -webkit-transition-delay: 0.2s;*/
/*  transition-delay: 0.2s;*/
/*}*/

/*[data-animation-fade-up-interval] > *:nth-child(2) {*/
/*  -webkit-transition-delay: 0.4s;*/
/*  transition-delay: 0.4s;*/
/*}*/

/*[data-animation-fade-up-interval] > *:nth-child(3) {*/
/*  -webkit-transition-delay: 0.6s;*/
/*  transition-delay: 0.6s;*/
/*}*/
/*[data-animation-fade-up-interval] > *:nth-child(4) {*/
/*  -webkit-transition-delay: 0.8s;*/
/*  transition-delay: 0.8s;*/
/*}*/
/*[data-animation-fade-up-interval] > *:nth-child(5) {*/
/*  -webkit-transition-delay: 1s;*/
/*  transition-delay: 1s;*/
/*}*/
/*[data-animation-fade-up-interval] > *:nth-child(6) {*/
/*  -webkit-transition-delay: 1.2s;*/
/*  transition-delay: 1.2s;*/
/*}*/
/*[data-animation-fade-up-interval] > *:nth-child(7) {*/
/*  -webkit-transition-delay: 1.4s;*/
/*  transition-delay: 1.4s;*/
/*}*/
/*[data-animation-fade-up-interval] > *:nth-child(8) {*/
/*  -webkit-transition-delay: 1.6s;*/
/*  transition-delay: 1.6s;*/
/*}*/

/*[data-animation-fade-up-interval] > * {*/
/*  opacity: 0;*/
/*  -webkit-transform: translate(0, 70px);*/
/*  transform: translate(0, 70px);*/
/*  -webkit-transition: opacity 1s 0.2s ease-out,*/
/*    -webkit-transform 1s 0.2s ease-out;*/
/*  transition: opacity 1s 0.2s ease-out, -webkit-transform 1s 0.2s ease-out;*/
/*  transition: opacity 1s 0.2s ease-out, transform 1s 0.2s ease-out;*/
/*  transition: opacity 1s 0.2s ease-out, transform 1s 0.2s ease-out,*/
/*    -webkit-transform 1s 0.2s ease-out;*/
/*}*/

/* ANIMATION */



/* Par défaut, cache la version anglaise */
.english-version {
  display: none;
}

/* Affiche la version anglaise si la langue est anglaise */
html[lang="en"] .english-version {
  display: block;
}

/* Affiche la version française si la langue est française */
html[lang="fr"] .french-version {
  display: block;
}



/* GLOBAL */

#wpadminbar span {
  color: #ffffff;
}
::selection {
  color: #ffffff !important;
  background-color: #03045e !important;
}

#breadcrumbs-container{
  margin-bottom: auto;
  margin-top: 0;
}
#breadcrumbs {
  color: #03045e;
  max-width: 1650px;
  text-align: left;
  margin: auto;
  margin-top: 20px;
}

#breadcrumbs a, #breadcrumbs span{
  color: #03045e;
}

#page {
  overflow: hidden;
}

.btn-outline-secondary,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
  color: #fff;
  background-color: transparent;
  border: none;
  position: relative;
  box-shadow: none;
}

.btn-outline-secondary .menu-bar {
  background-image: url(img/menu-bar.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 0;
}

.otgs-development-site-front-end {
  display: none !important;
}

body {
  font-family: Verdana, sans-serif;
  font-weight: normal;
  background-color: #f6f9fb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Muller Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}

p {
  line-height: 28px;
}

p,
li,
span {
  color: #00072d;
}

a {
  color: #00072d;
  text-decoration: none;
  font-weight: bold;
  font-family: "Muller Bold", Verdana;
}

a:hover {
  color: #da0618;
}

.container-2 {
  max-width: 1650px;
  margin: auto;
}

svg,
img[src*=".svg"] {
  width: auto !important;
}

.pad-1em {
  padding-left: 1em;
}

.top-button a {
  width: 60px;
  height: 60px;
  line-height: 50px;
  background-color: #023e8a;
  border-radius: 50%;
  opacity: 1;
  border: transparent;
}

.top-button a .arrow-top-to {
  background-image: url("img/arrow-top-to.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#nav-main ul.dropdown-menu.depth_0 > li > a:hover,
.dropdown-item.active,
.dropdown-item:active {
  background-color: #e5f3ff;
}

/*  HEADER */

@media screen and (max-width: 991px){
  #nav-main{
    background-color: #d9e0ed;
  }
  #nav-main.background-nav-mobile{
    background-color: white;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #00072d;
    background: white;
  }
}

#nav-main img.logo {
  max-width: 200px;
  padding: 0.8em 0;
}

#masthead .fixed-top {
  background-color: #ffffff !important;
  -webkit-box-shadow: 2px 5px 3px -3px rgba(0, 7, 45, 0.05);
  box-shadow: 2px 5px 3px -3px rgba(0, 7, 45, 0.05);
}

.page-header {
  position: relative;
  overflow: hidden;
}

.img-couv {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(img/fond-port.png);
}

.post-type-archive-evenements .img-couv {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2024/04/fond-vmf-header-event.png);
}

.img-couv .image-en-tete {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}
.img-couv .image-en-tete img {
  height: 100%;
}

.img-couv img {
  width: 100%;
  min-height: 100% !important;
  max-width: none;
  position: relative;
}

@media screen and (max-width: 768px){
  .img-couv::before {
    z-index: 1;
    content: '';
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgb(10, 10, 106, 0.7);
    background-size: 100vw;
    position: absolute;
  }
  #texte_header h1 {
    text-shadow: 0 0 10px #0a0a6a;
  }
  #visuel-front-head #texte_header {
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 60%;
  }
  #visuel-front-head #texte_header a.red-anim-blanc{
    margin-bottom: 0;
    margin-top: auto;
  }
}

.titre-entete {
  position: relative;
  display: block;
  z-index: 4;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 5rem 0 15rem 0rem;
}

.titre-entete h1 {
  color: #ffffff;
  text-align: left;
  font-weight: 800;
  font-size: 4em;
  padding-top: 8rem;
}

/* fond bleu sous image avec push au hover */

.img-section > div,
.img-section > div > div {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  overflow: hidden;
}

.img-section {
  padding: 0;
}

.img-section > div::before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #03045e;
  z-index: -1;
  bottom: 0;
  right: 0;
}

.is-inview .img-section img {
  width: 100%;
  position: relative;
  /*filter: grayscale(1);*/
  -webkit-transition: all .5s ease-out;
  transition: all .3s ease-out;
}

.is-inview:hover .img-section  img {
  filter: grayscale(0);
}

/* FOOTER */

#bas-page .btn-slide-right.white a {
  font-size: 0.7em;
}

#bas-page {
  background: rgb(20, 48, 147);
  background: radial-gradient(
    circle,
    rgba(20, 48, 147, 1) 0%,
    rgba(11, 32, 94, 1) 70%,
    rgba(2, 3, 61, 1) 100%
  );
  clip-path: ellipse(100% 62% at 50% 63%);
  -webkit-clip-path: ellipse(100% 62% at 50% 63%);
  overflow: hidden;
  padding-top: 7em;
  color: #ffffff;
  font-weight: 300;
  margin-top: -3em;
  position: relative;
  z-index: 2;
}

#bas-page a {
  color: #ffffff;
  text-decoration: none;
}

#bas-page ul {
  padding-left: 0;
}
#bas-page li {
  list-style-type: none;
  margin: 0;
}

#bas-page .widget-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0.8em;
}

.vmf-infos .container-2 {
  padding-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ffffff;
}

.vmf-infos .txt-sous-footer, .vmf-infos .txt-sous-footer a {
  font-family: "Muller Medium", Verdana;
  font-size: 14px;
}

.footer_widget li {
  line-height: 1.9em;
}

/* MENTIONS LEGALES */

body .cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #023e8a;
}

body .cli-switch input:checked + .cli-slider {
  background-color: #da0618;
}

/* RESEAUX SOCIAUX FEED */

.container-rs .sk-ww-linkedin-page-post {
  background-color: transparent !important;
}

.container-rs .grid-content {
  border-radius: 0 !important;
  margin: 8px 15px 15px 8px !important;
}

.hsrHoI {
  overflow: unset!important;
}

.Grid__GridContainer-sc-1agzqrd-0 .CardLayout__Container-sc-v8bjlj-5::before {
  content: "";
  position: absolute;
  height: calc(100% - 22px);
  width: calc(100% - 15px);
  background-color: #0b205e;
  z-index: -1;
  left: -15px;
  bottom: -15px;
}

.dWdfaV {
   overflow: unset!important;
}

.sk-linkedin-page-post-profile-usename-anchor,
.href_status_trigger_post.profile-name {
  font-family: "Muller Medium", sans-serif;
}
.sk-ww-linkedin-page-post {
  font-family: "Verdana", sans-serif !important;
}

.sk-linkedin-page-post-bottom-btn-container {
  display: none;
  /*margin-top: 2em;*/
}



button.ButtonBase__ButtonContainer-sc-p43e7i-3.euBiGU.es-load-more-button {
  border: 0;
}

span.ButtonBase__Overlay-sc-p43e7i-4.cjTloD {
  background-color: #03045e !important;
  color: white !important;
  border-width: 0 !important;
  padding: 0.7em 1.5em !important;
  transition: .2s;
}

span.ButtonBase__Ellipsis-sc-p43e7i-5.dqiKFy {
  color: white;
  font-size: 20px;
  font-family: "Muller Medium", Verdana;
}

span.ButtonBase__Overlay-sc-p43e7i-4.cjTloD:hover {
  background-color: #da0618!important;
}

/* BOUTON */

/* bouton prev */

.prev-page a:before {
  content: "";
  width: 40px;
  height: 22px;
  background-image: url(img/fleche-bleu-prev.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.prev-page a {
  position: relative;
  padding-left: 50px;
}

/*  Bouton hover vague au niveau de l'entrée de la souris */


a.red-anim-blanc {
  border: 2px solid #ffffff;
  padding: 0.7em 1.5em;
  border-radius: 5px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.3em;
  display: inline-block;
  overflow: hidden;
  /*position: relative;*/
  /*transition: border-color 0.8s linear;*/
  font-family: "Muller Medium", Verdana;
}
a.red-anim-blanc.cta-body{
  font-size: 20px;
}
a.red-anim-blanc-reverse {
  border: 0;
  background: #03045e ;
}
a.red-anim-blanc-reverse .txt-cta {
  color: white;
  position: inherit;
  z-index: 3;
}
a.red-anim-blanc-reverse span.fond-cta{
  background-color: #da0618;
}

/*a.red-anim-blanc span.fond-cta {*/
/*  position: absolute;*/
/*  display: block;*/
/*  width: 0;*/
/*  height: 0;*/
/*  border-radius: 50%;*/
/*  background-color: #da0618;*/
/*  transition: width 0.6s ease-in-out, height 0.6s ease-in-out;*/
/*  transform: translate(-50%, -50%);*/
/*  z-index: -1;*/
/*}*/
a.red-anim-blanc-reverse .fond-cta{
  z-index:2!important;
}
a.red-anim-blanc:hover {
  transition:  0.2s linear;
  border-color: #da0618;
  color: rgba(255, 255, 255, 100%);
  background-color: #da0618;
}

a.red-anim-blanc:hover span.fond-cta {
  width: 225%;
  height: 562.5px;
}

a.red-anim-blanc:active {
  background-color: #da0618;
}



/* BOUTON CONTOUR HOVER FLECHE A DROITE */

.sk-linkedin-page-post-load-more-posts.btn-anim-arrow,
.btn-anim-arrow {
  position: relative;
  border: 2px solid !important;
  padding: 0.5em 1em !important;
  border-radius: 10px !important;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.3em !important;
  display: inline-block;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  transition: padding 0.5s ease-out 50ms;
}

.sk-linkedin-page-post-load-more-posts.btn-anim-arrow:hover,
.btn-anim-arrow:hover {
  padding-right: calc(1em + 60px) !important;
  transition: padding 0.5s ease-out 50ms;
}

.sk-linkedin-page-post-load-more-posts.btn-anim-arrow::before,
.btn-anim-arrow::before {
  position: absolute;
  opacity: 0;
  content: "";
  width: 55px;
  height: 26px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.2s ease-out 50ms;
}

.sk-linkedin-page-post-load-more-posts.btn-anim-arrow:hover:before,
.btn-anim-arrow:hover:before {
  opacity: 1;
  transition: opacity 2s ease-out 50ms;
}

.sk-linkedin-page-post-load-more-posts.btn-anim-arrow-red::before,
.btn-anim-arrow-red::before {
  background-image: url("img/fleche-rouge.svg");
}
.btn-anim-arrow-white::before {
  background-image: url("img/fleche-blanche.svg");
}
.btn-anim-arrow-blue::before {
  background-image: url("img/fleche-bleu.svg");
}

.sk-linkedin-page-post-load-more-posts.btn-anim-arrow-red,
.btn-anim-arrow-red {
  border-color: #a7101d !important;
  color: #a7101d;
  background-color: transparent !important;
}
.sk-linkedin-page-post-load-more-posts.btn-anim-arrow-red:hover,
.btn-anim-arrow-red:hover {
  color: #a7101d !important;
  background: transparent !important;
}
.btn-anim-arrow-white {
  border-color: #ffffff;
  color: #ffffff;
}
.btn-anim-arrow-white:hover {
  color: #ffffff;
}
.btn-anim-arrow-blue {
  border-color: #03045e;
  color: #03045e;
}
.btn-anim-arrow-blue:hover {
  color: #03045e;
}

/* bouton simple hover bg bleu */

.btn-bleu {
  color: #03045e;
  border: 2px solid #03045e;
  padding: 0.2em 1em;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: transparent;
  transition: .2s ease;
}

.btn-bleu.active,
.btn-bleu:hover {
  color: #ffffff;
  background-color: #03045e;
  transition: .2s ease;
}

input.btn-blanc {
  margin: 2em auto 0;
  display: block;
}
/* bouton simple hover bg blanc */

.btn-blanc {
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 0.2em 1em;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.3em;
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: transparent;
  transition: background-color .2s ease;
}

.btn-blanc.active,
.btn-blanc:hover {
  color: #03045e;
  background-color: #ffffff;
  transition: background-color .2s ease;
}
/* bouton simple hover bg gris */

.container-btn-next-event {
  text-align: center;
  margin-bottom: 5em;
}


.btn-gris {
  color: #555555;
  border: 2px solid #555555;
  padding: 0.5em 1em;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.3em;
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: transparent;
  transition: background-color 1s ease;
}

.btn-gris.active,
.btn-gris:hover {
  color: #ffffff;
  background-color: #555555;
  transition: background-color 1s ease;
}

/* Bouton hover fleche droite dans un cercle */

.btn-slide-right {
  position: relative;
}

.btn-slide-right button,
.btn-slide-right a {
  color: #03045e;
  position: relative;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  display: inline-block;
  width: auto;
  height: 29px;
  line-height: 29px;
  font-size: 0.8em;
  font-weight: bold;
}

.btn-slide-right.white a {
  color: #ffffff;
}

.btn-slide-right button:before,
.btn-slide-right a:before {
  content: "";
  position: absolute;
  right: 12px;
  top: 13px;
  width: 35px;
  height: 2px;
  background-color: #03045e;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn-slide-right button:before {
  top: 50%;
  transform: translateY(-50%);
}
.btn-slide-right.white a:before {
  background-color: #ffffff;
}

.btn-slide-right button p.lien-titre,
.btn-slide-right a p.lien-titre {
  font-size: 1.475em;
  color: #03045e;
  display: inline-block;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  padding-right: 65px;
  margin-bottom: 0;
}
.btn-slide-right button p.lien-titre {
  font-size: 1.2em;
  padding-right: 65px;
  font-weight: bold;
}
.btn-slide-right.white a p.lien-titre {
  color: #ffffff;
}

.btn-slide-right button span,
.btn-slide-right a span {
  border: 2px solid transparent;
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-slide-right button:hover span,
.btn-slide-right a:hover span {
  border-color: #03045e;
}
.btn-slide-right.white a:hover span {
  border-color: #ffffff;
}

.btn-slide-right button span:after,
.btn-slide-right a span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  background-color: #03045e;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.btn-slide-right.white a span:after {
  background-color: #ffffff;
}

.btn-slide-right button:after,
.btn-slide-right a:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  background-image: url(img/fleche-bleu-bout.svg);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
.btn-slide-right.white a:after {
  background-image: url(img/fleche-blanche-bout.svg);
}

.btn-slide-right button:hover,
.btn-slide-right a:hover {
  color: #03045e;
}
.btn-slide-right.white a:hover {
  color: #ffffff;
}

.btn-slide-right button:hover:before,
.btn-slide-right a:hover:before {
  width: 0;
  -webkit-transform: translateX(37px);
  -ms-transform: translateX(37px);
  transform: translateX(37px);
}

.btn-slide-right button:hover p.lien-titre,
.btn-slide-right a:hover p.lien-titre {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.btn-slide-right button:hover span:after,
.btn-slide-right a:hover span:after {
  -webkit-animation: btnHover 1s 0s ease-in-out;
  animation: btnHover 1s 0s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* bouton flèche animée */
.c-arrow-left,
.c-arrow-right {
  position: relative;
  display: block;
  height: 65px;
  cursor: pointer;
  width: 6em;
  margin-left: auto;
  z-index: 100;
}

.c-arrow-left .o-button__circle,
.c-arrow-right .o-button__circle {
  position: absolute;
  top: 50%;
  right: 0;
  width: 3.5rem;
  height: 3.5rem;
  transform: translateY(-50%);
}

.c-arrow-left .o-button__circle {
  right: auto;
  left: 0;
}

.c-arrow-right .o-button__circle {
  -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
  transform: translate3d(0, -50%, 0) rotate(180deg);
}

.c-arrow-left .o-button__circle path,
.c-arrow-right .o-button__circle path {
  stroke-dashoffset: 164;
  stroke: #ffffff;
}
.slider-list-partenaires .c-arrow-left .o-button__circle path,
.slider-list-partenaires .c-arrow-right .o-button__circle path {
  stroke-dashoffset: 164;
  stroke: #03045e;
}

.o-button__circle path {
  fill: none;
  stroke-miterlimit: 10;
  stroke-dasharray: 164;
  stroke-dashoffset: 0;
  stroke-width: 2;
  -webkit-transition: stroke-dashoffset 1.2s cubic-bezier(0.075, 0.82, 0.165, 1),
    stroke 0.9s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: stroke-dashoffset 1.2s cubic-bezier(0.075, 0.82, 0.165, 1),
    stroke 0.9s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.c-arrow:hover .o-button__circle path {
  stroke-dashoffset: 0;
}

.c-arrow-right .fleche-droite {
  right: 10px;
  position: absolute;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}

.c-arrow-left .fleche-gauche {
  left: 10px;
  position: absolute;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}

.slider-list-partenaires .c-arrow-left,
.slider-list-partenaires .c-arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slider-list-partenaires .c-arrow-left {
  left: 0;
}

.slider-list-partenaires .c-arrow-right {
  right: 0;
}

.slider-list-partenaires .slides {
  position: relative;
}
.slider-list-partenaires .slides .slick-list {
  position: relative;
  margin-left: 6em;
  margin-right: 6em;
}

.list-partenaire img {
  margin: auto !important;
  width: 65%;
}
.slider-list-partenaires .slick-list.draggable {
  max-width: 75%;
  margin: auto;
}

/* MENU FIXED */

.fixed-top.bg-light {
  background-color: rgba(255, 255, 255, 0.85) !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #03045e;
  text-transform: uppercase;
  line-height: 90px;
  padding-top: 0;
  padding-bottom: 0;
  height: 90px;
}

.navbar-light .navbar-nav .nav-link {
  font-family: "Circe Rounded";
  font-weight: 600;
  padding-right: 2em;
  font-size: 0.9em;
}

@media screen and (min-width: 991px){
  #mega-menu-wrap-main-menu
  #mega-menu-main-menu
  li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator {
    background-image: url(img/arrow-down-menu.svg);
    border: none;
    width: 40px;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    transform-origin: center center;
    margin: 0;
  }
}
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator {
  /*background-image: url(img/arrow-down-menu.svg);*/
  border: none;
  width: 40px;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transform-origin: center center;
  margin: 0;
}
#mega-menu-wrap-main-menu
#mega-menu-main-menu
li.mega-menu-item
> a.mega-menu-link{
  text-transform: inherit;
  font-family: "Muller Bold", sans-serif!important;
  font-size: 18px!important;
}

@media screen and (max-width: 990px){
  #mega-menu-wrap-main-menu
  #mega-menu-main-menu
  li.mega-menu-item
  > a.mega-menu-link{
    font-size: 20px!important;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 0;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
    border-bottom: 1px solid grey;
  }
}

#mega-menu-wrap-main-menu
#mega-menu-main-menu .mega-sub-menu
li.mega-menu-item
> a.mega-menu-link{
  font-size: 18px!important;
  font-family: 'Muller Medium',sans-serif!important;
}

.pos-abs-menu
  #mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link,
.pos-abs-menu
  #mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link,
.pos-abs-menu
  #mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item.mega-current-page-ancestor
  > a.mega-menu-link {
  color: #da0618;
}

.pos-abs-menu
  #mega-menu-wrap-main-menu
  #mega-menu-main-menu
  li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator {
  filter: brightness(0) invert(1);
}

#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-flyout
  ul.mega-sub-menu {
  transform: translate(0, 20px) !important;
}
/* #nav-main li.menu-item .dropdown-toggle::after {
  background-image: url("img/arrow-down-menu.svg");
  border: none;
  width: 20px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transform-origin: center center;
} */

/* #nav-main li.menu-item .nav-link.dropdown-toggle.show::after {
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  transform-origin: center center;
  top: 43%;
} */
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  li.mega-menu-item-has-children
  > a.mega-menu-link[aria-expanded="true"]
  > span.mega-indicator {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  transform-origin: center center;
  top: 0%;
}
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item
  h4.mega-block-title,
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  h4.mega-block-title {
  color: #0b205e;
  text-transform: none !important;
  font-size: 20px;
}

#nav-main {
  padding: 0;
}

#nav-main
  li.menu-item.menu-item-type-wpml_ls_menu_item
  .dropdown-toggle::after {
  background-image: url("img/arrow-lang-menu.svg");
  width: 7px;
  height: 5px;
}

#nav-main ul#bootscore-navbar > li.menu-item {
  padding-right: 2em;
}

#nav-main .dropdown-item:hover,
#nav-main .dropdown-item:focus {
  background-color: transparent;
}

#nav-main ul.dropdown-menu.depth_0 {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
}

#nav-main ul.dropdown-menu.depth_0 > li {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  border-bottom: 1px solid rgb(2 62 138 / 40%);
}
#nav-main ul.dropdown-menu.depth_0 > li > a {
  font-family: "Circe Rounded";
  font-weight: bold;
  color: #0b205e;
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #a7101d;
}

.mega-sub-menu .h4{
  font-weight: 600;
  font-size: 20px;
  color: #0b205e;
}


.mega-img-format .widget_media_image img {
  height: 150px!important;
  object-fit: cover;
}


/* Ajout MENU ABSOLUTE */

#masthead .fixed-top.bg-light.pos-abs-menu {
  position: absolute;
  top: 0;
  background-color: transparent !important;
  -webkit-box-shadow: 2px 5px 3px -3px rgb(0 7 45 / 5%);
  box-shadow: 2px 5px 3px -3px rgb(0 7 45 / 5%);
  background: rgb(20, 48, 147);
  background: linear-gradient(
    0deg,
    rgba(20, 48, 147, 0) 0%,
    rgba(2, 3, 61, 0.5942752100840336) 52%,
    rgba(2, 3, 61, 0.7987570028011204) 78%,
    rgba(2, 3, 61, 1) 100%
  );
}

#masthead .fixed-top.bg-light.pos-abs-menu img.logo {
  filter: brightness(0) invert(1);
}
#masthead .fixed-top.bg-light.pos-abs-menu.menu-open img.logo,
#masthead .fixed-top.bg-light.pos-abs-menu.menu-open-carto img.logo {
  filter: none;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu {
  height: 80px;
  line-height: 80px;
}

#masthead .fixed-top.bg-light.pos-abs-menu.menu-open,
#masthead .fixed-top.bg-light.pos-abs-menu.menu-open-carto {
  background: none;
  background-color: #ffffff !important;
}

.fixed-top.bg-light.pos-abs-menu
  #mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item
  > a.mega-menu-link
  span,
.fixed-top.bg-light.pos-abs-menu
  #mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item
  > a.mega-menu-link,
.fixed-top.bg-light.pos-abs-menu .wpml-ls-legacy-dropdown-click a, .fixed-top.bg-light.pos-abs-menu .wpml-ls-legacy-dropdown-click .wpml-ls-native{
  color: #ffffff;
}

.fixed-top.bg-light.pos-abs-menu.menu-open #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link span,
.fixed-top.bg-light.pos-abs-menu.menu-open-carto #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link span,
.fixed-top.bg-light.pos-abs-menu.menu-open #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link,
.fixed-top.bg-light.pos-abs-menu.menu-open-carto #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link,
.fixed-top.bg-light.pos-abs-menu.menu-open .wpml-ls-legacy-dropdown-click a, .fixed-top.bg-light.pos-abs-menu.menu-open .wpml-ls-legacy-dropdown-click .wpml-ls-native{
  color: #03045e;
}

#masthead
  .fixed-top.bg-light.pos-abs-menu.menu-open
  #mega-menu-wrap-main-menu
  #mega-menu-main-menu
  li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator,
#masthead
.fixed-top.bg-light.pos-abs-menu.menu-open-carto
#mega-menu-wrap-main-menu
#mega-menu-main-menu
li.mega-menu-item-has-children
> a.mega-menu-link
> span.mega-indicator{
  filter: none;
}

/* fin Ajout MENU ABSOLUTE */
/* MENU FIXED RIGHT (rond rouge) */

.top-button {
  right: 10px;
}

div#menu-fixed-right {
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 1000;
  transform: translateY(-50%);
}

#list-menu-fixed-right > div {
  list-style-type: none;
  background-color: #da0618;
  margin-bottom: 0.5em;
  padding: 0.8em;
  border-radius: 35px;
  margin-right: 1em;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: 0;
  -webkit-transition: width 0.5s ease-in;
  -o-transition: width 0.5s ease-in;
  transition: width 0.5s ease-in;
  position: relative;
  overflow: hidden;
}

#list-menu-fixed-right > div.hovered {
  min-width: 260px;
  -webkit-transition: width 0.2s ease-in;
  -o-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}

#list-menu-fixed-right > div a {
  color: #ffffff;
  text-decoration: none;
}

#list-menu-fixed-right span.title-menu {
  position: absolute;
  top: 50%;
  left: 300%;
  width: 100%;
  height: 20px;
  transform: translate(-50%, -50%);
  padding-left: 2em;
  color: #ffffff;
  display: block;
}

#list-menu-fixed-right > div.hovered span.title-menu {
  left: 105px;
  text-align: right;
}

@media screen and (max-width: 990px){

  #mega-menu-wrap-main-menu #mega-menu-main-menu {
    padding-top: 20px!important;
  }

  a.mega-menu-link {
    color: #03045e!important;
  }

}

/* HOME VISUEL LARGE HEAD */

#visuel-front-head {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-image: url("img/fond-home.svg");
  background-size: cover;
  background-position: center bottom;
  position: relative;
}

#anim-svg-header {
  height: 100%;
  position: relative;
}

#content-anim-svg {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
}

#anim-svg-1 {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 0;
}

#anim-svg-2 {
  position: absolute;
  right: 28%;
  top: 47%;
  z-index: 110;
  width: 20%;
  transform: translate(-50%, -50%);
}

#anim-svg-3 {
  top: 5%;
  width: 163%;
  position: absolute;
  /* transform: translateY(-50%); */
  right: 2%;
  animation-name: fadeInOut;
  animation-duration: 3.4s;
  max-width: unset;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#texte_header {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translate(10%, -50%);
  z-index: 200;
}

#texte_header h1 {
  color: #ffffff;
  line-height: 1.3em;
  margin-bottom: 1em;
  font-weight: 800;
  font-size: 2.7em;
}

/*  SECTIONS */

#primary > section {
  position: relative;
  padding: 5em 0 2em;
  margin: 50px 0;
}

#primary h2 {
  font-size: 2.5em;
  font-weight: 800;
  color: #00072d;
  margin-bottom: 20px;
}

h2 {
  margin-bottom: 20px;
}

#primary h3 {
  font-size: 1.5em;
  color: #00072d;
  font-weight: bold;
  margin-bottom: 0.7em;
}

#groupe-bas-page h2 {
  margin-bottom: 20px;
}

#primary > #section-2 {
  padding-bottom: 4em;
}

#primary > #section-3 {
  position: relative;
  background-image: url("img/fond-section-3-hp.svg");
  color: #ffffff;
  padding-top: 10em;
  padding-bottom: 20em;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

#section-1 .bg-vague {
  background-image: url(img/vague-ligne-1.svg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 135%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  z-index: -1;
}
#section-2 .bg-vague {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  background-image: url(img/vague-ligne-1.svg);
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 135%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}

.cta-body{
  margin-top: 20px;
}

#section-2 > .container {
  position: relative;
  z-index: 10;
}

section#section-3 h2 {
  color: #ffffff;
}
section#section-3 h3 {
  font-size: 1.8em;
  font-weight: bold;
  color: #ffffff;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
  transition-duration: 1s, 1.2s;
  transition-property: transform, opacity;
}
section#section-3 .cle-item {
  padding-top: 3em;
}

.float-element {
  -webkit-animation: float 6s ease-in-out infinite;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
.chiffre-cle{
  font-weight: 700;
}
.chiffre-cle span,
.odometer span {
  color: #ffffff;
}

#section-4 {
  position: relative;
  z-index: 2;
  min-height: 500px;
  margin-top: -20em;
}

#section-4 p.texte-section{
  max-width: 900px;
  margin-bottom: 50px;
}

#section-4 .filling-line {
  background-image: linear-gradient(
    to right,
    #00072d 45%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  max-width: 735px;
  top: 50%;
  transform: translateY(-50%);
}
#section-4 .events {
  position: relative;
  height: auto;
}

/* #section-4 .events > ul {
  position: relative;
  list-style: none;
  display: inline-flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  height: 100px;
}
#section-4 .events > ul > li {
  align-self: flex-start;
  list-style-type: none;
  padding-bottom: 1em;
  position: relative;
} */

#section-4 .events .slide-timeline > div > div > div:nth-child(2n) {
  align-self: flex-end;
}
#section-4 .events .slide-timeline > div > div > div:nth-child(2n) button {
  padding-bottom: 0;
  padding-top: 75px;
}
#section-4 .events .slide-timeline > div > div > div button {
  padding-bottom: 75px;
}

#section-4 .slider-bloc-event .item-list {
  position: relative;
  padding: 0 0 20px 40px;
  width: 33.3%;
}

.container-card-event .item-list {
  width: 33.3%;
}

.slider-bloc-event .item-list .row{
  display: flex;
  flex-direction: column;
}

#section-4 .events .slide-timeline button {
  position: relative;
  font-family: "circe rounded";
  text-decoration: none;
  color: #00072d;
  font-size: 1.2em;
  text-transform: capitalize;
  border: none;
  background: none;
  z-index: 3;
}

#section-4 .events .slide-timeline span.pulse-event::before {
  content: "";
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 45px;
  background-color: #143093;
}

#section-4
  .events
  .slide-timeline
  > div
  > div
  > div.slick-current
  span.pulse-event::before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #143093;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1)
    infinite;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
#section-4
  .events
  .slide-timeline
  > div
  > div
  > div.slick-current
  span.pulse-event::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #143093;
  border-radius: 15px;
  box-shadow: 0 0 8px rgb(0 0 0 / 30%);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s
    infinite;
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

#section-4 .events .slide-timeline > div > div > div.slick-current button span {
  font-weight: bold;
  color: #143093;
  font-size: 1.2em;
}

#section-4 .events .slide-timeline > div > div > div span.pulse-event {
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translateX(-50%) translateY(-50%);
  width: 10px;
  height: 10px;
  z-index: 1;
}

#section-4 .events .slide-timeline > div > div > div {
  position: relative;
  text-align: center;
}

#section-4 .events .slide-timeline .content {
  padding: 0;
}

#section-4
  .events
  .slide-timeline
  > div
  > div
  > div.slick-current
  span.pulse-event {
  top: 50%;
}

.archive .container-card-event{
  flex-wrap: wrap;
  justify-content: center;
}

.post-type-archive-evenements .container-card-event .item-list {
  margin-bottom: 6em;
  max-width: 1090px;
  /*margin-left: auto;*/
  /*margin-right: auto;*/
}

.post-type-archive-evenements .container-card-event .content .row {
  padding: 0;
  margin: 0 0 20px 20px;
}

.post-type-archive-evenements .container-card-event .content {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 380px;
  padding: 0;
}

.post-type-archive-evenements .container-card-event .content .row{
  position: relative;
}

.container-card-event .content .row{
  position: relative;
  height: 100%;
  box-shadow: 0 0 8px rgba(3, 4, 94, 0.2);
}

.post-type-archive-evenements .container-card-event .item-list .content .row::before {
  width: 100%;
  max-width: 1090px;
  height: 100%;
  background-color: #03045e;
  content: "";
  position: absolute;
  z-index: -1;
  left: -15px;
  top: 15px;
}

.post-type-archive-evenements .item-list .item-img {
  max-height: none;
}

/* #section-4 .container-card-event .item-list {
  display: none;
} */

#section-4 .container-card-event {
  /*max-width: 1090px;*/
  margin: auto;
  /*margin-bottom: 50px;*/
  position: relative;
}

.slider-bloc-event, .container-car-event {
  display: flex;
  justify-content: center;
}

/* #section-4 .container-card-event .item-list.active {
  display: flex;
} */
.module.module-les_prochains_evenements h3.blog-post-title a,
#section-4 .container-card-event .item-list h3.blog-post-title a {
  font-family: "Muller Medium", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #00072d;
  text-decoration: none;
  font-size: 1em;
}

#section-4 .timeline {
  margin-bottom: 2em;
  padding-bottom: 3em;
  overflow-x: overlay;
}

#section-4 .container-card-event .slick-slide {
  margin: 0 10px;
}
.container-card-event .content{
  max-width: 380px;
}

.container-card-event .item-list .content .row::before {
  width: 100%;
  max-width: 1090px;
  height: 100%;
  background-color: #03045e;
  content: "";
  position: absolute;
  z-index: -1;
  left: -15px;
  top: 15px;
}

/* #section-4 .container-card-event .item-list.active .content {
  animation: 2s slide-left;
}
@keyframes slide-left {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0%;
  }
} */

/* Pulse point timeline */

@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}

@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
/* Fin Pulse point timeline */

#groupe-bas-page .bg-vague {
  background-image: url("img/fond-section-4-hp.svg");
  position: absolute;
  width: 100%;
  height: 23em;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  z-index: 1;
}

#section-4 .container {
  position: relative;
  z-index: 100;
  padding-top: 10em;
}

#groupe-bas-page {
  position: relative;
}
#groupe-bas-page > section {
  position: relative;
  z-index: 100;
  margin-bottom: 50px;
}

#groupe-bas-page::before {
  background-image: url(img/fond-body-vague.svg);
  background-repeat: repeat-y;
  background-size: cover;
  background-position: top left;
  position: absolute;
  z-index: 10;
  height: calc(100% - 10em);
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 5;
}

/*  slider */

.list-partenaire {
  text-align: center;
}

/* ARCHIVES */

#filtre-events {
  max-width: 1000px;
  margin: 2em auto;
  gap: 20px;
}

.item-list .item-img {
  overflow: hidden;
  padding: 0;
  max-height: 100%;
  aspect-ratio: 5/3;
}
.item-list .item-img img {
  border-radius: 0!important;
  min-height: 100%;
  width: auto;
  max-width: none;
  min-width: 100%;
}

.term-event span {
  background-color: #03045e;
  color: #ffffff;
  padding: 0.3em 0.8em;
  border-radius: 30px;
}

#primary .blog-post-title{
  font-size: 25px;
}

.dates-event span {
  color: #03045e;
  font-family: "Circe Rounded";
}

.item-list h2.blog-post-title a {
  color: #00072d;
  text-decoration: none;
  font-weight: bold;
}

.item-list .card-text p {
  color: #00072d;
}

.container-body-item {
  background-color: #e5f3ff!important;
}

/* FOOTER */

#liste-rs {
  margin-top: 2em;
}

#liste-rs li {
  margin-right: 1.5em;
}

.footer-col-1 .footer_widget img {
  max-width: 200px !important;
}

footer p,
footer li,
footer a {
  color: #ffffff;
}

/* PAGE */

.page-template {
  background-image: url(img/fond-body-vague.svg);
  background-repeat: repeat-y;
  background-size: cover;
  background-position: top left;
}

/* LES MEMBRES */

.page-membres h2 {
  font-weight: bold;
  color: #00072d;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 2.5em;
}
.page-membres h3 {
  font-weight: bold;
  color: #00072d;
}
.page-membres .module-titre_texte_image_bouton {
  margin-top: 6em;
}
.module-titre_texte_image div.d-flex{
  align-items: center;
}
#filtre-cat-membres {
  margin-bottom: 2em;
}

#filtre-cat-membres button {
  margin-right: 1em;
}

#filtre-cat-membres button.active {
  color: #ffffff;
  background-color: #0b205e;
}

.container-membres {
  display: none;
}
.container-membres.active {
  display: block;
}

/*  accordion */

.container-accordion{
  margin-bottom: 80px;
}

#main .modules-flexibles .accordion h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2.5em;
}

.modules-flexibles .accordion h2 button {
  font-family: "Muller Bold", sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #00072d;
  padding-top: 1em;
}

.modules-flexibles .accordion h2 button[aria-expanded="true"]{
  font-weight: 900;
  transition: .2s;
}

.accordion-button,
.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #0b205e;
}

.accordion-button:focus{
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0)!important;
  border-color: #0b205e;
}

.accordion-body {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #0b205e;
}

.accordion-item {
  background-color: transparent;
  border: none;
}

.accordion-button::after {
  background-image: url("img/fleche-accordion.svg");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("img/fleche-accordion.svg");
  transform: rotate(-180deg);
}

/* Fin accordion */

.membres-card .card {
  background: none;
  border: none;
}

.membres-card .card-body {
  margin-top: -45px;
}

.membres-card .card-body p {
  margin-bottom: 0;
}

.container-card-event .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.membres-card .card-title span {
  padding: 0.8em 1em;
  background-color: #023e8a;
  border-radius: 5px;
  color: #ffffff;
  font-family: "Circe Rounded";
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.5em;
}
.membres-card .card-fonction {
  color: #02102b;
  font-weight: 700;
}

/* FIN LES MEMBRES */

/******************************************* MODULES ***************************************************/

.modules-flexibles h2 {
  font-weight: bold;
  color: #00072d;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 2.5em;
}

.modules-flexibles h3 {
  font-size: 1.5em;
  font-weight: bold;
}
.module-titre_texte_image_bg h2,
.module-titre_texte_image h2 {
  margin-top: 0;
}

.module-titre_texte_image_bouton .container-img,
.module-titre_texte_image .container-img {
  max-height: 370px;
  overflow: hidden;
}

.modules-flexibles .module-titre_texte{
  padding-bottom: 1em;
}

.module-titre_texte_image_bouton .container-img img,
.module-titre_texte_image .container-img img {
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
/*.module-titre_texte_image_bouton .container-img img:hover,*/
/*.module-titre_texte_image .container-img img:hover {*/
/*  -webkit-transform: scale(1.15);*/
/*  transform: scale(1.15);*/
/*}*/

.module {
  padding-top: 3em;
  padding-bottom: 3em;
  margin: 50px 0;
}

#module-0 > .module {
  padding-top: 0;
}

.module ul > li {
  list-style-image: url("img/puce-vmf.svg");
  margin-bottom: 25px;
}

.module ul {
  padding-left: 4em;
}

.module-titre_texte_image_bg {
  background: rgb(20, 48, 147);
  background: radial-gradient(
    circle,
    rgba(20, 48, 147, 1) 0%,
    rgba(11, 32, 94, 1) 40%,
    rgba(2, 3, 61, 1) 100%
  );
  padding: 0;
  margin-bottom: 5em;
  margin-top: 2em;
  overflow: hidden;
}

.module-titre_texte_image_bg .content-texte {
  padding-left: 50px;
  position: relative;
}
.page-id-113 .module-titre_texte_image_bg .content-texte::before {
  content: "";
  width: 27px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("img/Quote.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.module-titre_texte_image_bg .container-texte {
  padding: 2em;
}

.module-titre_texte_image_bg p,
.module-titre_texte_image_bg li,
.module-titre_texte_image_bg h2 {
  color: #ffffff !important;
}

.module-titre_texte_image_bg .container-img {
  height: 100%;
  position: relative;
}
.module-titre_texte_image_bg .container-img img {
  min-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.module .img-right .container-img {
  position: relative;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-left: 4em;
}

.module .img-right .container-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #03045e;
  right: -20px;
  bottom: -20px;
  z-index: -1;
}

.module .img-left .container-img {
  position: relative;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-right: 4em;
}

.module .img-left .container-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #03045e;
  left: -20px;
  bottom: -20px;
  z-index: -1;
}

.module .img-right .container-img > div,
.module .img-left .container-img > div {
  max-height: 330px;
  overflow: hidden;
}

.module-citation {
  background-image: url("img/vague-module-citation.svg");
  background-repeat: repeat-y;
  padding-top: 8em;
  background-size: cover;
  padding-bottom: 10em;
  position: relative;
  margin-bottom: 0;
  -webkit-mask-image: url(img/vague-after-citation-reverse.svg);
  mask-image: url(img/vague-after-citation-reverse.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: 100% 100%;
  mask-position: 100% 100%;
}

/* .module.module-citation.text-center::after {
  content: "";
  width: 100%;
  height: 10em;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(img/vague-after-citation.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-position: top center;
} */

.module-citation p {
  font-family: "Muller Medium", sans-serif;
  font-weight: bold;
  font-size: 2.5em;
  color: #ffffff;
  line-height: 50px;
}

.module-les_prochains_evenements .container-card-event .item-list {
  max-width: none;
}

.module-les_prochains_evenements .slick-slide {
  margin: 0 6px 0 21px;
}

.module-les_prochains_evenements .slick-slide .content {
  position: relative;
}

.module.module-les_prochains_evenements {
  position: relative;
  margin: auto;
}
.module.module-les_prochains_evenements h2 {
  margin-bottom: 20px;
}
.module.module-les_prochains_evenements .container-card-event {
  position: relative;
}
.module.module-les_prochains_evenements .btn-slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn-slider{
  cursor: pointer;
}
.module.module-les_prochains_evenements .btn-slider.btn-left {
  left: 0;
}

.module.module-les_prochains_evenements .btn-slider.btn-right {
  right: 0;
}

.module.module-les_prochains_evenements ul.slick-dots {
  bottom: -2.5em;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
}
.module.module-les_prochains_evenements .slick-list.draggable {
  padding-bottom: 40px;
}

.slick-dots li.slick-active button:before {
  font-size: 12px;
  color: #023e8a;
}

.slick-dots li button:before {
  color: #6d94b5;
}

.btn-slider.btn-desk-left {
  position: absolute;
  left: -30px;
  top: 50%;
}

.btn-slider.btn-desk-right {
  position: absolute;
  right: -30px;
  top: 50%;
}

/* PAGE KIT MEDIA */

.liste-couleur {
  padding: 0;
  list-style: none;
}

.carre-couleur {
  width: 85px;
  height: 85px;
  display: block;
}

.couleur-item {
  display: inline-block;
  padding-right: 1em;
  text-align: center;
}

.acf-gallery {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

#visuels,
#identite > div {
  margin-bottom: 5em;
}

.couv-cp {
  max-width: 300px;
  text-align: center;
}

.couv-cp img {
  width: 100%;
  margin-bottom: 1em;
}

#logo-vmf img {
  max-width: 300px;
}

.page-kit-media .entry-content .row{
  margin-bottom: 80px;
}

/* hover visuels */

#visuels figcaption,
#visuels figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#visuels figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: #fff;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

#visuels figure {
  position: relative;
  overflow: hidden;
}

#visuels figure:hover figcaption,
#visuels figure:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#visuels figure:hover p.description {
  opacity: 1;
}

#visuels figure:hover figcaption {
  cursor: pointer;
}

#visuels figcaption p.titre {
  margin: 0;
}

#visuels figcaption img {
  max-width: 100px;
}

#visuels figcaption:hover > * {
  color: #da0618;
}

#visuels figure p.description {
  position: absolute;
  bottom: 50%;
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  width: 100%;
  transform: translateY(-50%);
  left: 0;
}

#visuels p.icon-download {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* MAPSTER CARTOGRAPHIE */

.single-location .module {
  padding-top: 0;
}

.mapster-sidebar-popup {
  top: 50% !important;
  right: 0%;
  transform: translate(-50%, -50%);
  left: auto !important;
  min-height: auto !important;
  background: rgb(255 255 255 / 90%) !important;
}

.page-cartographie {
  margin-bottom: -3em;
}

div#mapster-wp-maps-454 {
  height: 100vh!important;
}
canvas.mapboxgl-canvas {
  height: 100vh!important;
}

@media screen and (min-width: 990px) and (max-width: 1400px){
  div#mapster-wp-maps-454, canvas.mapboxgl-canvas {
    height: 104vh!important;
    width: 104vw!important;
  }
}

div.point-infos {
  cursor: pointer;
  position: absolute;
  top: 120px;
  left: 20px;
  z-index: 1;
}

div.icon-infos {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #143093;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  padding: 20px;
}

div.icon-infos p{
  color: white;
  font-size: 40px;
  margin: 0;
}

div.texte-infos {
  display: none;
  border-radius: 100%;
  width: 300px;
  height: 300px;
  background-color: #143093;
  padding: 53px;
  text-align: center;
  color: white;
}

div.texte-infos p{
  color: white;
  font-size: 14px;
  margin: 0;
}

div.point-infos.active div.icon-infos {
  display: none;
}

div.point-infos.active div.texte-infos {
  display: flex;
  align-items: center;
  z-index: 2;
}

.mapboxgl-ctrl-geocoder.mapboxgl-ctrl{
  left: 110px;
}

.mapboxgl-ctrl-top-left .mapboxgl-ctrl-geocoder.mapboxgl-ctrl {
  margin: 0!important;
  float: left;
}

.mapster-category-control::before {
  font-family: 'Muller Medium';
  position: absolute;
  content: "FILTRES";
  color: white;
  font-size: 24px;
  transform: rotate(90deg);
  right: -18px;
  top: calc(50% - 10px);
  font-weight: 600;
  letter-spacing: 1px;
  width: 100px;
}

/* Styles spécifiques pour la langue anglaise */
html[lang="en-US"] .mapster-category-control::before {
  content: "FILTERS";
}

.mapboxgl-ctrl-top-left {
  top: 130px!important;
  left: 0;
  z-index: 10!important;
}

@media screen and (max-width: 768px) {
  .mapboxgl-ctrl-bottom-left {
    display: none!important;
  }
}

/*.mapboxgl-canvas {*/
/*  filter: blur(3px);*/
/*}*/

div#mapster-wp-maps-454, canvas.mapboxgl-canvas {
  min-height: 800px;
}

.page-cartographie .mapboxgl-ctrl.mapster-category-control {
  position: relative;
  border-radius: 0 5px 5px 0;
  background: #143093;
  min-width: 250px;
  padding: 0em 5em 0em 2em;
  transition: all 1s ease-in-out;
  margin-left: calc(-100% + 60px);
  margin-top: 60px;
  border: 2px solid #ffffff;
  width: 100%;
}

.mapboxgl-ctrl.mapster-category-control div:first-child {
  border-right: 1px solid white;
  padding-right: 50px;
  padding-top: 1em;
  padding-bottom: 2em;
}

.mapboxgl-ctrl.mapboxgl-ctrl-group{
  display: none;
}
.page-cartographie .mapboxgl-ctrl.mapster-category-control:hover {
  margin-left: 0;
  transition: all 1s ease-in-out;
}
.page-cartographie .mapster-category-control > div > ul > li {
  font-size: 1.5em;
  font-weight: 600;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
}

.page-cartographie .mapster-category-control li {
  color: #ffffff;
  font-family: Verdana, sans-serif;
  font-size: 1.2em;
  line-height: 1.6em;
}

.page-cartographie .mapster-category-control input:checked + .mapster-slider {
  background-color: #030641;
}

.page-cartographie .mapster-category-control .mapster-slider:before {
  border: 1px solid #73a2f6;
}

.page-cartographie .mapster-category-control .mapster-slider {
  background-color: #d4e2ff;
}

.btn-filtre-map {
  position: absolute;
  height: 100%;
  width: 5em;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn-filtre-map p {
  transform: rotate(90deg);
  color: #ffffff;
  font-size: 1.5em;
  text-transform: uppercase;
  width: 150%;
  position: inherit;
  top: 50%;
}

.page-cartographie .mapboxgl-ctrl-geocoder--icon-search {
  right: 7px;
  position: absolute;
  left: auto;
  fill: #02102b;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
}

body
  .mapster-wp-maps
  .mapboxgl-ctrl
  input[type="text"].mapboxgl-ctrl-geocoder--input {
  padding: 6px 35px 6px 15px !important;
}

.mapster-wp-maps{
  position: relative;
}

/*.mapster-wp-maps::before{*/
/*  content: 'Un peu de patience, notre carte est en construction !';*/
/*  position: absolute;*/
/*  top: calc(50% - 120px);*/
/*  background-color: white;*/
/*  padding: 30px;*/
/*  z-index: 2;*/
/*  left: calc(50% - 220px);*/
/*  font-size: 18px;*/
/*  font-weight: 600;*/
/*  box-shadow: 0 0 10px #050C47;*/
/*  font-family: "Muller Medium", sans-serif!important;*/
/*  color: #050C47;*/
/*}*/

.page-cartographie .mapboxgl-popup {
  right: 5%;
  top: 50%;
  transform: translateY(-50%) !important;
  left: auto;
  min-width: 350px;
  max-width: 400px !important;
}

.map-popup-background.vmf-pop-up {
  padding: 2em;
}

#mapster-popup-456 .map-popup-body p {
  font-family: Verdana, sans-serif;
  font-size: 1.2em !important;
}

#mapster-popup-456 .map-popup-body h3 {
  font-size: 1.5em;
}

#mapster-popup-456.map-popup-background {
  background: rgba(255, 255, 255, 0.95) !important;
  border-radius: 12px !important;
}

#mapster-popup-456 .map-popup-header h2 {
  color: #02102b !important;
  font-family: "Muller Bold";
}

#mapster-popup-456 .map-popup-header {
  background: none;
  padding: 10px;
  border-bottom: 1px solid #02102b;
  margin-bottom: 1em;
}

.page-cartographie .mapboxgl-popup-close-button {
  font-size: 2.5em;
  padding: 0.5em;
  color: #707070;
  border-radius: 50px;
  background: none;
}
.page-cartographie .mapboxgl-popup-close-button:hover {
  color: #da0618;
  background: none;
}

.module-infos-entreprise .icon-fiche {
  min-width: 40px;
  height: 40px;
  display: block;
  justify-content: center;
  max-width: 40px;
  margin-right: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
}

.module-infos-entreprise .element {
  display: flex;
  margin-bottom: 1em;
}

.module-infos-entreprise .icon-marker {
  background-image: url(img/icon-marker-fiche.svg);
}
.module-infos-entreprise .icon-mail {
  background-image: url(img/icon-enveloppe-fiche.svg);
}
.module-infos-entreprise .icon-tel {
  background-image: url(img/icon-tel-fiche.svg);
}
.module-infos-entreprise .icon-implantation {
  background-image: url(img/icon-implatation-fiche.svg);
}
.module-infos-entreprise .icon-filiale {
  background-image: url(img/icon-bulding-fiche.svg);
}

.page-template-template-cartographie #masthead .fixed-top.bg-light.pos-abs-menu{
  background-color: #03045e!important;
}
.page-template-template-cartographie #masthead .fixed-top.bg-light.pos-abs-menu.menu-open,
.page-template-template-cartographie #masthead .fixed-top.bg-light.pos-abs-menu.menu-open-carto{
  background-color: white!important;
}

.page-cartographie .mapboxgl-ctrl-bottom-right,
.page-cartographie .mapboxgl-ctrl-bottom-left {
  bottom: 8em;
}

#map-carto{
  position: relative;
  z-index: 10;
}
#map-carto #infos-map {
  position: absolute;
  left: 11px;
  top: 110px;
  padding: 0;
  display: block;
  background-color: #143093;
  color: #ffffff;
  border-radius: 100%;
  height: 70px;
  width: 70px;
  text-align: center;
  border: 2px solid #ffffff;
  z-index: 1000;
  clear: both;
  pointer-events: auto;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
#map-carto #infos-map:hover {
  width: 220px;
  height: 220px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
#map-carto #infos-map:hover .icon-infos {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
#map-carto #infos-map:hover .texte-infos {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0.3s;
}
#map-carto #infos-map .texte-infos {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  position: absolute;
  font-size: 1.2em;
  line-height: 20px;
  padding: 2em;
  height: 220px;
  width: 220px;
  top: 0;
}

#map-carto #infos-map > p {
  color: #ffffff;
  line-height: 70px;
  font-size: 4em;
  font-family: "Muller Medium", sans-serif;
}

#map-carto .mapboxgl-ctrl-geocoder.mapboxgl-ctrl {
  margin-left: 130px;
  margin-top: 125px;
  border-radius: 12px;
  opacity: 0.9;
}

body #mapster-popup-456 .map-popup-footer .map-popup-footer-button {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  font-family: "Muller Medium", Verdana;
  color: #03045e;
}

.mapboxgl-ctrl-geocoder--icon-close {
  margin-right: 30px!important;
}

@media screen and (max-width: 768px){

  .mapboxgl-ctrl.mapster-category-control {
    max-height: 300px !important;
  }

  .mapboxgl-ctrl.mapster-category-control:hover {
    max-height: 100% !important;
  }

  span.mapster-slider.mapster-round {
    width: 30px;
  }

  .page-cartographie .mapboxgl-ctrl.mapster-category-control:hover {
    max-width: 95%;
  }

  .page-cartographie .mapster-category-control div ul  li {
    display: flex!important;
    gap: 28px!important;
    align-items: center;
  }

  .mapster-category-control .mapster-switch, .mapster-layer-control .mapster-switch {
    width: unset!important;
    height: 15px;
    margin-top: 0!important;
  }

  .mapster-category-control .mapster-icon-swatch {
    display: none!important;
  }

  body .module-titre_texte h2, body .module-titre_texte p  {
    text-align: left!important;
  }

}




/***** CONTACT *****/

.wpcf7 input[type="text"],
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  width: 100%;
  padding: 15px;
  border-radius: 5px!important;
  border: none;
  font-weight: 500;
  color: #808080;
}

.wpcf7 {
  background-color: #023e8a;
  padding: 35px 50px 50px 50px;
  border-radius: 5px;
  max-width: 1000px;
  margin: 0 auto;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #ffffff;
  border-radius: 5px;
}

.wpcf7-checkbox {
  color: white;
  margin-top: 19px;
  display: block;
}

.wpcf7-list-item-label {
  color: #ffffff;
}
.wpcf7 label {
  color: white;
  font-family: "Muller Medium", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}
.form-select {
  background-image: url("img/arrow-down-menu.svg");
  border-radius: 0!important;
}

.wpcf7-list-item-label{
  font-family: "Verdana", sans-serif;
  font-size: 16px;
  font-weight: 100;
}
.wpcf7-list-item-label a{
  text-decoration: underline white;
  text-underline-offset: 5px;
}
.wpcf7-list-item-label a:hover{
  text-decoration: underline #da0618;
}

/* MEDIA QUERIES - RESPONSIVE */


@media screen and (min-width: 1400px){

  .module-titre_texte_image_bg.bloc-fondateur {
    position: relative;
    margin-left: auto;
    background: none;
  }
  .bloc-fondateur .bloc-texte{
    background: radial-gradient( circle, rgba(20, 48, 147, 1) 0%, rgba(11, 32, 94, 1) 40%, rgba(2, 3, 61, 1) 100% );
    max-width: 75%;
    margin-left: auto;
    margin-top: 80px;
    width: unset;
  }
  .bloc-fondateur .bloc-texte .container-texte {
    margin-left: auto;
    max-width: 75%;
  }
  .module-titre_texte_image_bg.bloc-fondateur .container-img {
    position: absolute;
    top: 0;
    left: -100px;
  }
  .module-titre_texte_image_bg.bloc-fondateur .container-img img {
    position: unset;
    height: 100%;
  }
}


@media screen and (max-width: 1500px){
  .page-cartographie .mapboxgl-ctrl-bottom-right,
  .page-cartographie .mapboxgl-ctrl-bottom-left {
    bottom: 6em;
  }
  .page-cartographie .mapboxgl-ctrl.mapster-category-control {
    z-index: 1;
    margin-top: 30px;
  }
}

@media screen and (max-width: 990px){
  footer .pad-1em {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px){
  .modules-flexibles .accordion{
    max-width: 80%;
  }
}

@media screen and (max-width: 768px){
  .slider-bloc-event, .container-card-event{
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  #section-4 .slider-bloc-event .item-list, .container-card-event .item-list{
    width: 100%;
  }
}

@media (max-width: 1760px) {
  .container-2 {
    max-width: 1320px;
  }
}
@media (max-width: 1550px) {
  #anim-svg-2 {
    top: 48%;
  }

  #anim-svg-3 {
    top: 3%;
  }
}
@media (max-width: 1399px) {
  .container-2 {
    max-width: 1140px;
  }

  .module-titre_texte_image_bg .container-img img {
    min-height: auto;
    min-width: 100%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    border-radius: 50%;
    border: 1px solid #315ba3;
    margin: 0 2em;
    background-color: white;
  }
}
@media (max-width: 1200px) {
  .container-2 {
    max-width: 960px;
  }

  #nav-main ul#bootscore-navbar > li.menu-item {
    padding-right: 0.5em;
  }

  #nav-main img.logo {
    max-width: 200px;
    padding: 0.8em 0;
  }

  .module-titre_texte_image_bg .container-img img {
    min-width: initial;
    max-width: 40%;
    position: relative;
    border-radius: 50%;
    border: 1px solid #315ba3;
    margin-top: 2em;
    transform: none;
    left: 0;
    bottom: 0;
  }

  #mega-menu-wrap-main-menu
    #mega-menu-main-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 12px;
  }
}

@media (max-width: 1050px) {
  #anim-svg-3 {
    top: 11%;
    /* width: 146%; */
    right: 2%;
  }
}

@media (max-width: 992px) {
  .container-2 {
    max-width: 720px;
  }

  #texte_header {
    left: 0;
    width: 80%;
  }

  #primary section h2 {
    margin-top: 1em;
    margin-bottom: 20px;
  }

  #primary > section, .module{
    margin: 0;
  }

  .module .img-left .container-img,
  .module .img-right .container-img {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 4em;
  }

  .module-citation p {
    font-size: 2em;
  }

  #primary > #section-3 {
    background-image: url(img/bg-chiffres-vmf-mobile.svg);
  }

  #content-anim-svg {
    width: 100%;
  }

  #anim-svg-2 {
    top: 47%;
  }

  #anim-svg-3 {
    top: 28%;
  }

  body #mega-menu-wrap-main-menu .mega-menu-toggle {
    background: transparent;
  }

  #mega-menu-wrap-main-menu
    #mega-menu-main-menu
    > li.mega-menu-flyout
    ul.mega-sub-menu {
    transform: translate(0, 0) !important;
  }

  #mega-menu-wrap-main-menu
    #mega-menu-main-menu
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    background: white;
  }

  #mega-menu-wrap-main-menu
    #mega-menu-main-menu
    li.mega-menu-item-has-children
    > a.mega-menu-link
    > span.mega-indicator {
    right: 2em;
  }

  #mega-menu-wrap-main-menu
    #mega-menu-main-menu
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    padding-left: 2em;
  }

  #mega-menu-wrap-main-menu
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-inner,
  #mega-menu-wrap-main-menu
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-inner::before,
  #mega-menu-wrap-main-menu
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-inner::after {
    width: 50px;
    height: 3px;
    background-color: #00072d;
    right: 0;
  }

  #mega-menu-wrap-main-menu
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-slider
    .mega-toggle-animated-inner::before {
    width: 40px;
  }

  #mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu {
    padding-left: 30px;
    padding-right: 30px;
  }

  #mega-menu-wrap-main-menu
    #mega-menu-main-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    width: 100%;
  }

  .module-citation {
    background-image: url("img/bg-chiffres-vmf-mobile.svg");
    background-repeat: repeat-y;
    padding-top: 8em;
    background-size: cover;
    padding-bottom: 10em;
    position: relative;
    margin-bottom: 0;
    -webkit-mask-image: url(img/vague-after-citation-reverse.svg);
    mask-image: url(img/vague-after-citation-reverse.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: 100% 100%;
    mask-position: 100% 100%;
  }
}

section#section-6 {
  margin-bottom: 5em;
}
.slider-list-partenaires .list-partenaire{
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .wpcf7{
    padding: 35px 5px 35px 5px;
  }
  .timeline{
    display: none;
  }

  .slider-list-partenaires{
    flex-wrap: wrap;
  }
  .slider-list-partenaires .list-partenaire{
    width: 150px;
  }
  .slider-list-partenaires .list-partenaire img{
    width: 90%;
  }

  #menu-fixed-right {
    display: none;
  }

  .container-2 {
    max-width: 540px;
  }

  #texte_header h1 {
    font-size: 2.4em;
  }

  #visuel-front-head {
    height: 100vh;
  }

  #primary > section {
    padding: 4em 0 2em;
  }

  #primary section h2 {
    font-size: 2em;
  }

  #primary > #section-2 {
    padding-bottom: 4em;
  }

  .img-section{
    padding-left: calc(var(--bs-gutter-x) * .5);
  }

  #bas-page {
    padding-left: 2em;
    padding-right: 2em;
    clip-path: ellipse(150% 62% at 50% 63%);
    -webkit-clip-path: ellipse(150% 62% at 50% 63%);
  }

  #section-4 .slider-bloc-event .item-list {
    padding: 0 0 11px 11px;
    overflow: hidden;
  }

  #section-4 .container-card-event .item-list .content:before {
    height: calc(100% - 30px);
    left: 0;
    top: 40px;
  }

  #section-4 .container-card-event {
    padding-left: 0;
  }

  #section-4 .container-card-event .btn-slider {
    z-index: 1000;
  }
  #section-4 .container-card-event .btn-left {
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
  }
  #section-4 .container-card-event .btn-right {
    position: absolute;
    right: 0;
    bottom: 45%;
    transform: translateY(-50%);
  }

  #section-4 .slick-slide {
    margin: 0 11px;
  }

  #container-partenaires .c-arrow-left,
  #container-partenaires .c-arrow-right {
    overflow: hidden;
  }
  #container-partenaires .slick-slide {
    margin: 0 10px;
  }

  #section-5,
  #section-6 {
    min-height: auto;
    margin-bottom: 2em;
  }

  #section-4 .item-list .item-img {
    max-height: 232px;
  }

  #groupe-bas-page .bg-vague {
    background-position: bottom center;
  }

  /*.titre-entete h1 {*/
  /*  padding-left: 1em;*/
  /*}*/

  #section-4 .container {
    position: relative;
    z-index: 100;
    padding-top: 15em;
  }

  .module.module-les_prochains_evenements .container-card-event {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
  }

  .module.module-les_prochains_evenements .btn-slider.btn-left {
    left: -10px;
  }
  .module.module-les_prochains_evenements .btn-slider.btn-right {
    right: -10px;
  }

  #primary > #section-3 {
    padding-top: 5em;
  }

  .titre-entete h1 {
    font-size: 3em;
    padding-left: var(--bs-gutter-x, 0.75rem);
  }

  .img-couv img {
    width: 100%;
    min-height: 100% !important;
    max-width: none;
    margin-left: -55em;
  }
}

@media (max-width: 640px) {

  .mapboxgl-ctrl-geocoder.mapboxgl-ctrl {
    max-width: 200px;
  }

  .mapster-category-control::before {
    font-family: 'Muller Medium';
    font-size: 22px;
    right: -22px;
  }

  .page-cartographie .mapboxgl-ctrl.mapster-category-control {
    margin-left: calc(-100% + 40px);
  }

  .mapster-wp-maps::before {
    top: calc(50% - 120px);
    left: calc(50% - 110px);
    max-width: 220px;
  }

  .page-cartographie .mapboxgl-ctrl.mapster-category-control {
    margin-top: 20px;
  }

  #map-carto .mapboxgl-ctrl-geocoder.mapboxgl-ctrl {
    width: 70%;
    margin-top: 90px;
  }

  .mapboxgl-ctrl{
    display: inline-block!important;
  }
  #map-carto .mapboxgl-ctrl-geocoder.mapboxgl-ctrl {
    margin-left: 10px;
  }
  .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{
    float: unset!important;
  }
  #section-4 .events .slide-timeline button {
    font-size: 1.1em;
  }

  #section-4
    .events
    .slide-timeline
    > div
    > div
    > div.slick-current
    button
    span {
    font-size: 1.1em;
  }
}

@media (max-width: 576px) {
  #primary > #section-3 {
    padding-bottom: 14em;
  }
}

@media (max-width: 505px) {
  .container-rs .grid-content {
    margin: 8px 0px 0 8px !important;
  }
  .card-text{
    display: none;
  }
  a.red-anim-blanc.cta-body {
    text-align: center;
    width: 100%;
  }
  #filtre-events {
    margin: 2em auto;
    gap: 0;
    flex-direction: column;
  }
  button.btn-bleu.element-filtre-event{
    margin: 8px 0;
  }
  .modules-flexibles .accordion h2 button{
    font-size: 20px;
    padding: 1rem 0;
  }
}
