@charset "utf-8";

/* CSS Document */
/*entêtes*/

html {
  scroll-behavior: smooth;
}
body {font-size: 14pt;}
h1 {
  font-size: 3.75rem;
  font-weight: 600;
}
h2 {
  font-size: 2.75rem;
  font-weight: 600;
}
h3 {
  font-size: 1.875rem;
  font-weight: 400;
}
h4 {
  font-size: 1.5rem;
  font-weight: bold;
}
h5 {
  font-size: 1.25rem;
  font-weight: 400;
}

/* Taille de police minimum pour les liens généraux */
/*2025*/
#mc_embed_signup .button {
  clear: both;
  background-color: #fff !important;
  border: 4px solid #270098 !important;
  transition: all 0.23s ease-in-out 0s;
  color: #270098 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 19px !important;
  font-weight: normal;
  padding: 0 22px;
 line-height: 32px;
  margin: 0 5px 10px 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: fit-content;
  width: -moz-fit-content;
  height: inherit !important;
}


#mc_embed_signup .button:hover {

  background-color: #F3F75F !important;

}


a:not(.mega-menu-link) {
  font-size: 14pt;
}

.vsm-shadow {-webkit-box-shadow: 0px 1px 7px 3px rgba(0,0,0,0.38); 
  box-shadow: 0px 1px 7px 3px rgba(0,0,0,0.38);}

 .ombre {box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.5), 0 8px 10px -6px rgb(0 0 0 / 0.5);} 
 

/* Styles pour les liens mailto */
p a[href^="mailto:"] {
  color: #270098;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.3s ease;
}

p a[href^="mailto:"]:hover {
  color: #0059D5;
  text-decoration: none;

}

.titre-avec-lignes {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #270098;
  margin: 2rem 0;
  background: none;
  padding: 0;
  box-sizing: border-box;
}

.titre-avec-lignes::before,
.titre-avec-lignes::after {
  content: "";
  flex: 1 1 0;
  border-bottom: 3px solid #270098;
  margin: 0 1rem;
  height: 0;
  min-width: 30px;
}

/*fin entêtes*/  
/*columns*/
.column-regle {
  column-rule: 3px solid #270098;
  column-gap: 6rem;
}
/*fin columns*/
/*paragraphes*/
p {margin-bottom: 1rem;}
p:last-child {margin-bottom: 0;}

.text-de-base {font-size: 14pt; line-height: 1.5;}
/*hero*/
.bg-lettre-a-droite {
  background-image: url('/wp-content/uploads/2025/07/lettre-a-background.webp');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 40% auto;
}
.bg-lettre-a-bas {
  background-image: none;
}

.bg-lettre-u-droite {
  background-image: url('/wp-content/uploads/2025/07/lettre-u-gauche-background.webp');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 40% auto;
}
.bg-lettre-u-bas {
  background-image: none;
}


.bg-lettre-r-droite {
  background-image: url('/wp-content/uploads/2025/07/lettre-r-droite-background.webp');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 40% auto;
}
.bg-lettre-r-bas {
  background-image: none;
}
.bg-lettre-r-gauche {
  background-image: url('/wp-content/uploads/2025/07/lettre-r-background.webp');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 50% auto;
}
.bg-lettre-r-bas {
  background-image: none;
}
.bg-lettre-u-gauche {
  background-image: url('/wp-content/uploads/2025/07/lettre-u-gauche-background.webp');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 50% auto;
}
.bg-lettre-u-bas {
  background-image: none;
}

.bg-lettre-r-gauche-solo {
  background-image: url('/wp-content/uploads/2025/07/lettre-r-background-solo-light.webp');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 20% auto;
}
.bg-lettre-u-gauche-solo {
  background-image: url('/wp-content/uploads/2025/07/lettre-u-droite-background.webp');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20% auto;
}
.bg-lettre-u-droite{
  background-image: url('/wp-content/uploads/2025/07/lettre-u-droite-background.webp');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 40% auto;
}

/*fin hero*/
/*timeline*/


.timeline .timeline-item::after,
.timeline .timeline-item::before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}

.timeline {
  margin: 30px auto;
  padding: 0 30px;
  position: relative;
  transition: all 0.25s ease-in;
  width: 100%;
}

.timeline::before {
  background: #270098;
  content: "";
  height: 100%;
  position: absolute;
  top: -15px;
  width: 4px;
}

.timeline::after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}

.timeline a {
  font-weight: bold;
  transition: all 0.25s ease-in;
}

.timeline a:hover {
  transition: all 0.25s ease-in;
}

.timeline .timeline-item {
  margin-bottom: 2rem;
  position: relative;
}

.timeline .timeline-item .timeline-icon {
  background: #A7ECD5;
  border-radius: 50%;
  height: 25px;
  margin-left: -11px;
  overflow: hidden;
  position: absolute;
  top: 35%;
  width: 25px;
  border: 4px solid #270098;
  box-shadow: 0 0 0 5px white;
}

.timeline .timeline-item .timeline-icon img,
.timeline .timeline-item .timeline-icon svg {
  left: 14px;
  position: relative;
  top: 11px;
}

.timeline .timeline-item .timeline-icon svg {
  top: 14px;
}

.timeline .timeline-item .timeline-content {
  margin-left: 60px;
  transition: all 0.25s ease-in;
  background: transparent;
  width: calc(100% - 60px);
  overflow: hidden;
}

.timeline .timeline-item .timeline-content .timeline-content-date {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

.timeline .timeline-item .timeline-content .timeline-content-month {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 400;
}

.timeline .timeline-item .timeline-content {
  text-align: left;
}

/* Correction pour la structure flexbox dans la timeline */
.timeline .timeline-item .timeline-content .tw-flex {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.timeline .timeline-item .timeline-content .md\:tw-w-\[20\%\] {
  flex-shrink: 0;
}

.timeline .timeline-item .timeline-content .md\:tw-w-\[80\%\] {
  flex-shrink: 1;
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 39.9375em) {
  .timeline {
    margin: 30px;
    padding: 0;
    width: 90%;
  }

  .timeline::before {
    left: 0;
  }

  .timeline .timeline-item .timeline-content {
    text-align: left;
    width: calc(100% - 40px);
    margin-left: 40px;
    overflow: hidden;
  }

  .timeline .timeline-item .timeline-content::before,
  .timeline .timeline-item .timeline-content::before {
    border-left: 0;
    left: 10%;
    margin-left: -6px;
  }

  .timeline .timeline-item .timeline-icon {
    left: 0;
    top: 50%;
  }
  
  /* Correction pour la structure flexbox en mobile */
  .timeline .timeline-item .timeline-content .tw-flex {
    flex-direction: column;
  }
  
  .timeline .timeline-item .timeline-content .md\:tw-w-\[20\%\] {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  
  .timeline .timeline-item .timeline-content .md\:tw-w-\[80\%\] {
    width: 100% !important;
  }
}

/*time line*/
/*avatar*/
.avatar-arc-container {
  position: relative;
  display: inline-block;
  width: 100%;
  aspect-ratio: 1/1;
}

.avatar-image-container {
  height: 100%;
  opacity: 1;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 50%;
}
.avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 1;
  scale:120%
}

.avatar-arc {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  pointer-events: none;
  z-index: 2;
  overflow: visible;
}



/* cartes*/
.cent-pourcent {width:100%;}
.cinquante {width:48%;}
.trente-trois {width:30%; }
.vingt-cinq {width:23%;}
.vingt {width:18%;}
.vingt-cinq-infoeureka {width:23%;}
.vingt-cinq-capsule {width:23%;}

#horaire-maths ul li{list-style: disc; margin-left: 1.25rem; }



@media (max-width: 1024px) {
.vingt-cinq-capsule {width:50%;}
.trente-trois {width:40%; }
    }




@media (max-width: 768px) {
.cinquante {width:100%;}
.trente-trois {width:100%;}
.vingt-cinq {width:100%; }
.vingt {width:100%; }

  }


 .nuages-fonds {
  background-image: url('/wp-content/uploads/2025/07/icons-background.webp');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
 }
 .nuages-fonds-b {
  background-image: url('/wp-content/uploads/2025/07/nuages2-background.webp');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
 }
 .tw-bg-gris-bleu-xlight .section-carte-bg{ background-color: #0059D5;}
 .tw-bg-gris-bleu-xlight .section-carte-bordure{ border-color: #0059D5; border-width: 4px;}  
 .tw-bg-gris-bleu-xlight .section-carte-bordure-b{     border-bottom: 4px #0059D5 solid;}  
  .tw-bg-accent-blue-light .section-carte-bg{ background-color: #0059D5;}
  .tw-bg-accent-blue-light .section-carte-bordure{ border-color: #0059D5; border-width: 4px;}  
  .tw-bg-accent-blue-light .section-carte-bordure-b{     border-bottom: 4px #0059D5 solid;}  
  .bg-orange .section-carte-bg{ background-color: #FF9A6A;}
  .bg-orange .section-carte-bordure{ border-color: #FF9A6A; border-width: 4px; }  
  .bg-orange .section-carte-bordure-b{     border-bottom: 4px #FF9A6A solid;}  
  .tw-bg-beige-regular .section-carte-bg{ background-color: #0059D5;}
  .tw-bg-beige-regular .section-carte-bordure{ border-color: #0059D5; border-width: 4px;}  
  .tw-bg-beige-regular .section-carte-bordure-b{     border-bottom: 4px #0059D5 solid;}  
  .tw-bg-gris-bleu-light .section-carte-bg{ background-color: #270098;}
  .tw-bg-gris-bleu-light .section-carte-bordure{ border-color: #270098; border-width: 4px;}  
  .tw-bg-gris-bleu-light .section-carte-bordure-b{     border-bottom: 4px #270098 solid;}  
  .tw-bg-gris-bleu-regular .section-carte-bg{ background-color: #270098;}
  .tw-bg-gris-bleu-regular .section-carte-bordure{ border-color: #270098; border-width: 4px;}  
  .tw-bg-gris-bleu-regular .section-carte-bordure-b{     border-bottom: 4px #270098 solid;}  

  .link-puce {
    display: flex;
    /* align-items: flex-start;  <-- optionnel, c'est le comportement par défaut */
  }
  
  .link-puce::before {
    content: "\f0c1";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin-right: 8px;
    font-size: 1em; /* ajuste si besoin */
    line-height: 1.1; /* pour éviter que la puce soit trop basse */
    position: relative;
    top: 0.1em; /* ajuste la valeur pour peaufiner l'alignement */
    color:#270098;
  }

/* Puce en primary-dark */


/*fin cartes*/
/*backgrounds*/
.bg-cadriller {
  background-image: url('/wp-content/uploads/2025/07/grille-background.webp');

  background-repeat: repeat;
}
/*fin backgrounds*/

.valign-flex-cta {
  display: flex;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
  align-content: center;
}


.citation-lire {
  font-weight: bold;
}

.vertical-alig-flex {
  display: flex;
  /* justify-content: space-evenly; */
  align-items: center;
}


/*formulaire mailchimp*/

.video-description {
  margin-bottom: 0;
}



/*images*/

.wp-caption {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: inherit !important;
}




/*mega-menu*/


#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu {
  border-top: 1px solid #CBF6FF;
  border-left: 1px solid #CBF6FF;
  border-right: 1px solid #CBF6FF;
  border-bottom: 1px solid #CBF6FF;

}
@media only screen and (max-width: 1024px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
      color: #110252;
      background: #CBF6FF;
  }
}


#mega-menu-wrap-main-nav
  #mega-menu-main-nav
  > li.mega-menu-item
  > a.mega-menu-link {
  font-size: 12pt;
  font-weight: 400 !important;
  font-family: "Poppins", sans-serif;
 
}

#mega-menu-wrap-main-nav
  #mega-menu-main-nav
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
    line-height: normal !important;
  font-size: 12pt;
  font-weight: 400 !important;
  font-family: "Poppins", sans-serif;
}



/*skip link*/

.skip-link {
  background: #fff;
  color: black;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
}

.skip-link:focus {
  transform: translateY(0%);
}

#video h1 {
  text-transform: none !important;
}

/*oembed*/


/*accordiéons*/

.accordion {
  background-color: #fff !important;
}

.accordion-content {
  background-color: #fff !important;
  border: 1px solid #1468a0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #1468a0;
  border-bottom: 0;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
  background: white;
  color: black;
}

.accordion-title:focus,
.accordion-title:hover {
  background-color: #1468a0 !important;
  color: white !important;
  text-decoration: none !important;
}

.is-active .accordion-title:focus,
.accordion-title:hover {
  background-color: #1468a0 !important;
  color: white !important;
  text-decoration: none !important;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #1468a0;
  border-radius: 0;
}

/*fade in*/

.fade-wind {
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
}



@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Styles de base qui s'appliquent partout */
body {
  background: #fff !important;
  overflow-x: hidden;
}

#topclick {
  display: none;
  position: fixed;
  text-align: center;
  right: 40px;
  bottom: 40px;
  color: #fff !important;
  cursor: pointer;
  border-radius: 9999px;
  z-index: 10000;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: rgba(39, 0, 152, 1);
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  border: 2px solid #fff;
}

#topclick:hover {
  background-color: rgba(17, 2, 82, 1);
  color: #000039;
  border: 2px solid #000039;
}

/*header*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
 margin-bottom: 1.25rem;
}

.section-pale h2 {
  color: #270098;
}
.section-pale h3 {
  color: #270098;
}
.section-pale h4 {
  color: #270098;
}
.section-pale h5 {
  color: #270098;
}

/*end reveal*/
p{
  font-family: "Poppins", sans-serif;
  font-weight: 400;

}
.tw-font-semibold p{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.tw-font-extrabold p{
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

ul{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

/* Taille de police minimum pour les liens généraux */
a:not(.mega-menu-link) {
  font-size: 14pt;
}
/* Styles pour les liens mailto */
p a[href^="mailto:"] {
  color: #270098;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.3s ease;
}

p a {
  color: #270098;
  text-decoration: underline;
  font-weight: 400;
  transition: color 0.3s ease;
}

p a:hover {
  color: #0059D5;
  text-decoration: none;

}

ul a {
  color: #270098;
  text-decoration: underline;
  font-weight: 400;
  transition: color 0.3s ease;
}

ul a:hover {
  color: #0059D5;
  text-decoration: none;

}

ul a.fb {
  color: #000;
  transition: color 0.3s ease;
}

ul a.fb:hover {
  color: #270098;
  text-decoration: none;
}

ul a.xtwitter {
  color: #000;
  transition: color 0.3s ease;
}

ul a.xtwitter:hover {
  color: #270098;
  text-decoration: none;
}

ul a.ig {
  color: #000;
  transition: color 0.3s ease;
}

ul a.ig:hover {
  color: #270098;
  text-decoration: none;
}


/*footer*/

.no-js .top-bar {
  display: none;
}

/* Styles spécifiques desktop seulement */
@media print, screen and (min-width: 40em) {
  /* Styles desktop spécifiques si nécessaire */
}

/*media queries*/

@media only screen and (min-width: 1025px) {

  .vingt-cinq-infoeureka {width:47%;}


  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item {
      border-left: 1px solid #110252;
      box-shadow: inset 1px 0 0 0 transparent !important;
  }
}

@media only screen and (max-width: 1340px) {
  #mega-menu-wrap-main-nav
  .mega-menu-toggle
  .mega-toggle-block-1
  .mega-toggle-animated:after {
  content: "MENU";
  margin-left: 1rem;
  top: 0;
  line-height: 1.75;
  font-size: 1rem;
  color: #fff;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item {
  border-top: 1px solid #fff;
}


}

@media only screen and (max-width: 1024px) {
  h1 { font-size: 2.5rem; }
  h2 { font-size: 2rem; }
  h3 { font-size: 1.5rem; }
  h4 { font-size: 1.25rem; }
  h5 { font-size: 1.125rem; }

  #mega-menu-wrap-main-nav { background: #110252 !important; }

  .video-description {
    margin-bottom: 2rem;
  }

 

  #mega-menu-wrap-main-nav
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated {
    line-height: 2.25rem;
    color: #fff !important;
  }

  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item {
    border-top: 1px solid #fff;
  }

  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    max-width: 100%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
  }

  .bar-menu-sur-mobile {
    display: none;
  }

  #mega-menu-wrap-main-nav
    #mega-menu-main-nav
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    background: #270098;
    color: #fff;
  }

  #mega-menu-wrap-main-nav
    #mega-menu-main-nav
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link:hover,
  #mega-menu-wrap-main-nav
    #mega-menu-main-nav
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link:focus {
    background: white !important;
    font-weight: bold;
    text-decoration: none;
    color: #110252 !important;
  }
  #topclick {
    right: 0px !important;
    bottom:  -10px  !important;
    width: 36px !important;
    height:56px !important;
    background-color:  rgba(39, 0, 152, 1) !important;
    color: rgba(117, 226, 255, 1) !important;
    border-radius: 10px 10px  0px  0px !important;
    border: 2px solid #fff !important;
    display: inline !important;
    text-align: center !important;
    font-size: 1rem !important;
    z-index: 10000 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    line-height: 36px !important;
  }
  #topclick i {
    font-size: 1rem !important;
    line-height: 18px !important;
  }
  #topclick:hover {
    right: 0px !important;
    bottom:  -7px  !important;
    width: 36px !important;
    height:48px !important;
   color:  rgba(39, 0, 152, 1) !important;
    background-color: rgba(117, 226, 255, 1) !important;
    border: 2px solid #fff !important;

  }
}

@media only screen and (max-width: 999px) {
 
}

@media only screen and (max-width: 768px) {
  .bg-lettre-a-droite {
    background-image: none;

  }
  .bg-lettre-a-bas {
    background-image: url('/wp-content/uploads/2025/07/lettre-a-background.webp');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 75% auto;
  }
  .bg-lettre-r-droite {
    background-image: none;

  }
  .bg-lettre-rd-bas {
    background-image: url('/wp-content/uploads/2025/07/lettre-r-droite-background.webp');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 75% auto;
  }
  .bg-lettre-r-gauche {
    background-image: none;

  }

  .bg-lettre-r-bas {
    background-image: url('/wp-content/uploads/2025/07/lettre-r-background.webp');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 75% auto;
  }
 
  .bg-lettre-r-gauche-solo {
    background-image:none;
  }
  .bg-lettre-u-gauche-solo {
    background-image:none;
  }

  .bg-lettre-u-bas {
    background-image: url('/wp-content/uploads/2025/07/lettre-u-gauche-background.webp');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .bg-lettre-u-gauche {
    background-image: none;
  }

  .bg-lettre-u-droite  {
    background-image: none;
  }


  
}

@media only screen and (max-width: 639px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
  h3 { font-size: 1.25rem; }
  h4 { font-size: 1.125rem; }
  h5 { font-size: 1rem; }


}
