/* Nunito Regular (400) */
@font-face {
  font-family: 'Nunito';
  src: url('/wp-content/themes/checkup/fonts/nunito/Nunito-Regular.woff2') format('woff2'),
       url('/wp-content/themes/checkup/fonts/nunito/Nunito-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Nunito Bold (700) */
@font-face {
  font-family: 'Nunito';
  src: url('/wp-content/themes/checkup/fonts/nunito/Nunito-Bold.woff2') format('woff2'),
       url('/wp-content/themes/checkup/fonts/nunito/Nunito-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


html {
  scroll-behavior: smooth;

}
body {
 font-family: 'Nunito', sans-serif;
    margin: 0px;
}


.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #0d1155;
    position: fixed;
    top: 0;
    width: 100%;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transform: translateY(0);
    z-index: 1000;
    box-sizing: border-box;
    opacity: 1;
    min-height: 70px;
}
.header-container.hide {
    transform: translateY(-100%);
    opacity: 0;
}
.logo img {
    height: 130px;
}
#app-cover {
    margin-top: 20px!important;
}
.sevvo:last-child {
    min-height: 100px;
    padding-top: 30px;
    border-bottom: 1px solid #333;
}

h1, h2, h3, h4, h5 {
    color: #212a87;
}

strong {
    font-weight: bold;
}
/* La config Responsive CSS du container pour un max de 1500 */
@media (max-width: 1600px) {
    .content-idcluster {
        margin: auto;
    }
}
/* Limiter la largeur du header à 1600px sur les écrans de bureau */
@media (min-width: 1024px) {
    .content-idcluster {
   
        margin: auto;
        padding-top: 55px;

    }
    
    .header-container {
        margin: auto;
        padding: 0 20px;
    }
    .header-vvo {
        max-width: 1600px;
        padding: 10px;
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
.h-seca p {font-size:1.3em;font-weight:100;}
.h-secab p {font-size:1.3em;font-weight:100;}
@media (min-width: 769px) {
.partpart {
max-width: 1320px;
margin: auto;
padding-left: 3em!important;
padding-right: 5em!important;
}    
.part-seca-b p, .part-seca-b p { width:100%!important;}
.part-seca-b  {
		background:#2bd1ff; 
		text-transform: uppercase;
		border-radius:40px;
		width:550px!important;
		margin:auto;
		padding-top:10px;
		padding-bottom:80px; z-index:50;}
.part-seca-a {
		text-align:center;
		padding-top:40px;
		background:#a341ff; 
		text-transform: uppercase;
		border-radius:40px;
		width:550px!important;
		margin-left:auto;
		margin-right:auto;
		padding:20px;
		padding-bottom:10px;
		z-index:50;
}
    
.mobile-menu {display:none}
}
/* homepage */
main {
    margin-top: 60px;
}


.fca, .fcb, .fcc, .fcd { padding:25px!important;}
/* Section responsive */
.responsive-section {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    box-sizing: border-box;
}
/* Section principale avec Flexbox pour gérer la disposition */
.inner-div {
    display: flex;
    width: 100%;
    min-height: 30vh;
    margin: 0 auto;
    background: linear-gradient(120deg, rgba(79, 0, 159, 1), rgba(231, 36, 94, 1) 99%) fixed;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    box-sizing: border-box;
    flex-wrap: wrap;
    border-radius: 15px;
}
/* .left-half - Occupe 70% de la largeur, s'adapte à la taille de l'écran */
.left-half {
    background-image: url('/wp-content/uploads/2025/07/sla.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 70%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
    border-radius: 15px;
}
/* .right-half - Occupe 30% de la largeur, s'adapte également */
.right-half {
    width: 30%;
    margin-left: -25%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: left;
    position: relative;
    z-index: 2;
}
/* Media queries pour rendre la mise en page réactive */
@media (max-width: 768px) {
	.section-c {
background-color: #0c1159;
padding: 20px 5px 100px 5px!important;
}
	.fca, .fcb, .fcc, .fcd { padding:0px!important;}
    .homepart img {
        border: solid 1px grey;
        width: 100%;
        height: auto;
    }
    .section-home {
        max-width: 1600px;
        width: 100%;
        margin: auto;
        color: #fff;
        font-size: 1.8em;
        padding: 15px;
    }
.menu-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  color: white;
  cursor: pointer;
  z-index: 2001;
}
    .home-slide-a {
        background: linear-gradient(120deg, rgba(79, 0, 159, 1), rgba(231, 36, 94, 1) 99%) fixed!important;
    }
    .inner-div {
        flex-direction: column;
    }
    .left-half, .right-half {
        width: 100%;
    }
    img.wp-image-85, img.wp-image-86, img.wp-image-87 {
        height: 60px!important;
    }
    .connecter, .accelerer, .concretiser {
        padding: 25px!important;
    }
    .sec-chc {
        margin-top: 50px;
        border-radius: 20px;
        background-image: url('/wp-content/uploads/2025/07/sec-ch3-scaled.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        min-height: 400px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 35px;
    }
}
/* Style des titres et des paragraphes */
.left-half h1, .right-half h1 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    text-align: left;
}
.left-half p, .right-half p {
    font-size: 2rem;
    text-align: left;
}
.bout-sec-a {
    margin-top: 20px;
    display: inline-block;
    padding: 10px 20px;
    color: white;
    background: transparent;
    border: 1px solid white;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s ease;
}
.bout-sec-a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Additional CSS for mobile menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #0d1155;
  z-index: 1000;
  display: grid;
  padding-top: 0px;
  place-items: center;

  /* Animation pour l'ouverture */
  animation: slideIn 0.5s ease-out forwards;
}

.mobile-menu.close {
  /* Animation pour la fermeture */
  animation: slideOut 0.5s ease-out forwards;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}

@keyframes slideOut {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}


.mobile-menu .menu-list {
list-style: none;
padding: 100px 10px 10px 10px;
margin: 0;
}

.mobile-menu .menu-item {
    text-align: center;
    padding: 10px;

}

.mobile-menu .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
}

.mobile-menu .submenu.active {
    display: block;
}

.menu-toggle {
    display: none;
    position: fixed;
    top: 33px;
    right: 10px;
    z-index: 2001;
    background: none;
    border: none;
    font-size: 34px;
    cursor: pointer;
    color: white;
}

@media screen and (max-width: 768px) {
    .desktop-menu {
        display: none!important;
    }
    .menu-toggle {
        display: block;
    }
    .mobile-menu {
        display: none;
    }
    
        .mobile-menu .menu-item {
       margin-left:0px;
    }
    
    .mobile-menu.active {
        display: block;
    }
    .mobile-menu .submenu {
    display: none;
    position: relative!important;
    top: 100%;
    left: 0;
    background-color: #f0f0f0;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    list-style: none;
    padding-left: 0;
}
}

/* Assurez-vous que le header n'a pas de position relative ou d'overflow caché */
header {
    position: relative;
    z-index: 100;
}
/* Footer Styling */
footer {
    background: linear-gradient(120deg, rgba(79, 1, 159, 1), rgba(144, 0, 170, 1) 99%);
    padding: 20px 0;
    color: white;
    width: 100%;
    margin-top: 0px;
}
footer h3 {
    color: #fff;
}
/* Container settings */
.footer-container {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    padding: 0 10px;
}
/* Column Styling */
.footer-column {
    padding: 10px;
}
.footer-column h3 {
    margin-bottom: 10px;
}
.footer-column ul {
    list-style: none;
    padding: 0;
}
.footer-column li {
    margin-bottom: 8px;
}
/* conteneur centré sous .footer-container */
.footer-legal {
  width: 100%;
  background-color: inherit;
}
.footer-legal__inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px 15px;
}
/* la fine ligne blanche pleine largeur */
.footer-legal__separator {
  width: 100%;
  height: 1px;
  background-color: #fff;
}
/* bloc contenant texte à gauche et liens à droite */
.footer-legal__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
/* texte blanc à gauche */
.footer-legal__text {
  color: #fff;
  font-size: 14px;
}
/* styling des liens blancs à droite */
.footer-legal__links a {
  color: #fff;
  text-decoration: none;
  margin-left: 30px;
  font-size: 14px;
}
/* petit effet au survol (optionnel) */
.footer-legal__links a:hover {
  text-decoration: underline;
}
/* Responsive settings */
@media (max-width: 768px) {
    .header-container, .header-vvo {
        padding: 0px!important;
    }
    main {
        margin-top: 70px;
    }
    .h-seca h1 {
color: #fff;
font-size: 1.3em!important;
/* max-width: 390px; */
font-weight: 600;
}
    .h-seca p {
font-size: 1.07em;
}
	    .h-seca h1 {
font-size: 1.2em!important;
}
	.page-id-2 h2 {
font-size: 2.5em!important;
margin-bottom: 0px!important;
}
    .h-seca {padding:25px!important;}
    .menu-list {
    list-style: none;
    display: block!important;
}
    .countvvob {
        padding-right: 0px;
        padding-bottom: 15px;
    }
    .countvvo {
        position: relative;
        border-radius: 15px;
        padding: 30px;
    }
    .sec-chc {
        margin-top: 50px;
        border-radius: 15px;
        background-image: url('/wp-content/uploads/2025/07/sec-ch3-scaled.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        min-height: 400px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .logo img {
        height: 83px;
        margin-top: 5px;
    }
    .right-half p {
        font-size: 1.5rem;
        text-align: left;
    }
    .footer-container {
        grid-template-columns: 1fr;
    }
    .footer-container {
        display: block;
        padding: 0 15px;
    }
    .footer-column {
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-column.spacebase {
        padding-top: 0px!important;
    }
    .footer-column ul {
        display: inline-block;
        padding: 0;
    }
    .footer-legal__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 12px;
    }
    .footer-legal__links {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .footer-legal__links a {
        margin: 0 10px;
    }
    .connecter, .accelerer, .concretiser {
        margin-bottom: 30px;
    }
    .right-half {
        width: 100%;
        margin-left: 0%;
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        position: relative;
        z-index: 2;
    }
    .left-half {
        display: none;
    }
    .responsive-section {
        margin-bottom: 30px;
    }
}
.homepart img {
    margin-bottom: 15px;
    max-width: 220px;
    height: auto;
    border: 1px solid grey;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: filter 0.5s ease-in-out;
    -webkit-transition: -webkit-filter 0.5s ease-in-out;
    will-change: filter;
    -webkit-transform: translateZ(0);
}
.homepart img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}
img.logofooter{
    max-width: 370px;
}
.spacebase {
    padding-top: 95px;
}
#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 44px;
    height: 44px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 1000;
}
#back-to-top.show {
    opacity: 0.8;
    visibility: visible;
}
#back-to-top:hover {
    opacity: 1;
}
.homepart div.wp-block-image {
    margin: 0 0 0em;
}
/* dev menu check--- */
/* Style de base pour le menu */
.desktop-menu {
display: block;
position: relative;
float: right;
margin-right: 20px;
margin-top: 65px;
}
.menu-list {
    list-style: none;
    display: flex;
}
.menu-item {
    margin-left: 20px;
    position: relative;
}

.menu-item.start a { 
    display: block;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    color: #e700b9;
    background-color: transparent;

}
.menu-item.experts a { 
    display: block;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    color: #9747ff ;
    background-color: transparent;

}
.menu-item.partenaires a { 
    display: block;
    padding: 5px 20px 5px 20px; 
    text-decoration: none;
    color: #29c3f3 ;
    background-color: transparent;

}

.menu-item.tesm a { 
    display: block;
    padding: 5px 20px 5px 20px; 
    text-decoration: none;
    color: #55e390 ;
    background-color: transparent;

}
.menu-item.candidata a { 
    display: block;
    padding: 5px 20px 5px 20px; 
    text-decoration: none;
    color: #ffffff ;
    background-color: transparent;
    border:0px solid #ffffff;
}

.menu-item a {
    display: block;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    color: #333;
    background-color: #e0e0e0;
    border-radius: 20px;
}
.menu-item a:hover {

}
/* Style pour les sous-menus */
.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f0f0f0;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    list-style: none;
    padding-left: 0;
}
.menu-item:hover .submenu {
    display: block;
}

/* Style général du formulaire */
.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Réduction de l'espacement entre les colonnes */
   
    margin: 0 auto;
    padding: 15px; /* Réduction du padding pour les petits écrans */
}

/* Conteneurs des colonnes */
.wpcf7-form > p {
    flex: 1 1 calc(50% - 10px); /* Ajustement pour réduire l'espacement */
    min-width: 0; /* Suppression de la largeur minimale fixe */
    box-sizing: border-box;
    padding: 0 5px; /* Ajout d'un padding latéral pour éviter les débordements */
}

/* Champs obligatoires */
.wpcf7-form label .wpcf7-form-control-wrap {
    display: block;
    margin-top: 5px;
}

/* Style des labels */
.wpcf7-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    color: #222b87;
}

/* Style des champs de texte, email, etc. */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form textarea {

    padding: 10px; /* Réduction du padding pour gagner de la place */
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.9em; /* Réduction de la taille de police pour les mobiles */
    transition: border-color 0.3s;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border-color: #0073aa;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.2);
}

/* Style des textareas */
.wpcf7-form textarea {
    min-height: 80px; /* Réduction de la hauteur minimale */
    resize: vertical;
}



/* Bouton d'envoi */
.wpcf7-form input[type="submit"] {
    flex: 1 1 100%;
    background-color: #0073aa;
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 10px;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #005177;
}

/* Champ de fichier */
.wpcf7-form .wpcf7-file {
    flex: 1 1 100%;
}

/* Responsive : 1 colonne sur mobile */
@media (max-width: 768px) {
    .wpcf7-form > p {
        flex: 1 1 100%;
        margin-bottom: 10px; /* Espacement vertical entre les champs */
    }

    /* Réduction des marges et padding pour les très petits écrans */
    .wpcf7-form {
        gap: 10px;
        padding: 10px;
    }
}

/* Pour les très petits écrans (moins de 480px) */
@media (max-width: 480px) {
    .wpcf7-form input[type="text"],
    .wpcf7-form input[type="email"],
    .wpcf7-form input[type="tel"],
    .wpcf7-form input[type="url"],
    .wpcf7-form textarea {
        font-size: 14px; /* Taille de police encore plus petite si nécessaire */
        padding: 8px; /* Réduction supplémentaire du padding */
        width: 100%; /* Utilise toute la largeur disponible du conteneur parent */
    max-width: 100%; /* Empêche le débordement */
    }
}


.lignepartenaireb {
  position: relative;
  margin-top: 3em !important;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 1400px;
  height: 2px;
  background: #0d1155;
  overflow: hidden;
}

.lignepartenaireb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #29c3f3, #0d1155);
  transform: translateX(100%);
  animation: revealGradient 3s forwards;
  animation-timeline: view();
  animation-range: entry 0% cover 50%; /* Ajuste ces valeurs selon ton besoin */
}

@keyframes revealGradient {
  to {
    transform: translateX(0%);
  }
}


@keyframes revealGradient {
  to {
    transform: translateX(0%); /* Glisse vers la gauche */
  }
}


.teamc {max-width:1010px;margin:auto;margin-top:1.7em}

.secvvoha {width:100%;margin:auto;background:#0d1155;}
.startupsectionaa {width:100%;margin:auto;background:#e700b9;}
.startupsectiona
{width:100%;margin:auto;background:#9747ff;}
.partesectiona {width:100%;margin:auto;background:#29c3f3;}
.teamexsectiona {width:100%;margin:auto;background:#55e390;}
.h-seca.teamex {
color: #fff;
min-height: 400px;
border-radius: 10px;
padding: 50px;
position: relative;
background-color: #55e390;
width: 100%;
overflow: hidden;
background-image: url('/wp-content/uploads/2025/08/coeur-check.png');
background-repeat: no-repeat;
background-position: right top;
background-size: 55%;
animation: backgroundSlide 2s ease-out forwards;
}
.h-seca.startex {
color: #fff;
min-height: 400px;
border-radius: 10px;
padding: 50px;
position: relative;
background-color: #9747ff;
width: 100%;
overflow: hidden;
background-image: url('/wp-content/uploads/2025/08/coeur-check.png');
background-repeat: no-repeat;
background-position: right top;
background-size: 55%;
animation: backgroundSlide 2s ease-out forwards;
}
.h-seca.partex {
color: #fff;
min-height: 400px;
border-radius: 10px;
padding: 50px;
position: relative;
background-color: #29c3f3;
width: 100%;
overflow: hidden;
background-image: url('/wp-content/uploads/2025/08/coeur-check.png');
background-repeat: no-repeat;
background-position: right top;
background-size: 55%;
animation: backgroundSlide 2s ease-out forwards;
}
.underline{
  position: relative;
  display: inline-block;
  z-index: 1; 
    }
        .underline::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px; 
  width: 100%;
  height: 10px;
  background-color: #ffa5eb; 
  z-index: -1;
}
.vous  {font-size:1.8em!important;font-weight:600!important;}
span.date, span.strong {color:#e700b9!important;font-weight:600}
.list li {font-size:1.2em;padding-bottom:1em;}
#BTimelineBlock-1 .timeline-nav-button {
background-color: #fff;
border: 2px solid rgba(231, 0, 185, 0)!important; 
}
.boby .timeline-nav-button--prev:before {
            background-image: url('/wp-content/uploads/2025/08/aleft.webp');
	           background-size:10px;
}
.boby .timeline-nav-button--next:before {
            background-image: url('/wp-content/uploads/2025/08/aright.webp');
	           background-size:10px;
}
.stk-4300149 a{text-decoration:none;color:#0d1155;}
.progba p{max-width:100%!important;}
.vinmois {margin-top:30px;padding:15px;background:#fafafb; border-radius:5px;
    position: relative;
    left: -0px; 
    animation: slideIn 3s forwards;
}

@keyframes slideIn {
    from {
        left: -0px; /* Position initiale */
    }
    to {
        left: 0; /* Position finale */
    }
}
.h-seca.progb p, .h-seca.progb h1, .h-seca.progb h2, .h-seca.progb h3{color:#0d1155;}
.valeur {
color: #0c1159;
min-height: 250px;
border-radius: 10px;
padding: 50px;
position: relative;

width: 100%;
overflow: hidden;
animation: backgroundSlide 10s ease-out forwards;
}

.valeura {
color: #2a338c;
min-height: 250px;
border-radius: 10px;
padding: 0px 50px 0px 50px;
position: relative;

max-width: 1360px;
margin:auto;
margin-bottom: 1.75em;
}
.progli ul {
            list-style-type: none; 
            padding-left: 0; 
     }

.progli li{
            padding-left: 38px;
            margin-bottom: 8px; 
            position: relative;
}

.progli li::before{
            content: "";
            position: absolute;
            left: 0;
            width: 30px;
            height: 27px;
            background-image: url('/wp-content/uploads/2025/08/icfaq.webp');
            background-repeat: no-repeat;
            background-size: contain;
}
.valeur ul, .valeura ul {
            list-style-type: none; 
            padding-left: 0; 
     }

.valeur li, .valeura li{
     padding-left: 38px;
     margin-bottom: 8px; 
     position: relative;
		font-size:1.05em;
	line-height: 1.5em;
		padding-bottom: 1em;
}

.valeur li::before, .valeura li::before {
            content: "";
            position: absolute;
            left: 0;
            width: 20px;
            height: 20px;
            background-image: url('/wp-content/uploads/2025/08/valido.png');
            background-repeat: no-repeat;
            background-size: contain;
}
.valeurc li::before {
            content: "";
            position: absolute;
            left: 0;
            width: 20px;
            height: 20px;
            background-image: url('/wp-content/uploads/2025/08/calp.png');
            background-repeat: no-repeat;
            background-size: contain;
}
.valeur h2 {padding-bottom:1em;}

.menu-item.contact a {
display: block;
padding: 5px 20px 5px 20px;
text-decoration: none;
color: #0d1155;
background-color: #d302b0;
border: 1px solid #d302b0;
}
.lewhy {
	/*border:4px solid #e7e7e7;*/
	border-radius: 85px; 
	padding:25px; background:#fff;
	max-width: 1300px;
	margin: auto;
}

.lewhy p {
font-size: 1em;
line-height: 1.5em;
color: #0d1155;
text-align: center;
}
img.lkd {height:40px!important;width:auto;
}
 .icon-linkv {
            text-align:center;
            width: 30px;
            height: 30px;
						margin:auto;
            line-height: 30px;
            background-color: transparent;
            border-radius: 50%;
            font-size: 24px;
            color: #fff;
            text-decoration: none;
						border:3px solid #fff;
            transition: transform 0.3s ease;
 }

        .icon-linkv:hover {
            transform: rotate(180deg);
        }
				.icon-linkv a {  text-decoration: none; color:#fff; }
.valeur {
	   min-height: 400px;
    border-radius: 10px;
    padding: 50px 50px 50px 50px;
    position: relative;
        max-width: 1260px;
	margin:auto!important;
    overflow: hidden;
    background-image: url('/wp-content/uploads/2025/08/coeur-checkb.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 40%;
    animation: backgroundSlide 5s ease-out forwards;
}
.icon-link p {text-align:center;}

.fca, .fcb { color:#fff;
	border: solid 3px #2bd1ff!important;
border-radius:10px; max-width:450px; padding:50px;margin:auto;}

.fcc, .fcd { color:#fff;
	border: solid 3px #55e490!important;
border-radius:10px; max-width:550px; padding:50px;margin:auto;}
.fondateurva {justify-content: center;gap:150px;margin-bottom:40px;}
.fondateurvb {justify-content: center;gap:50px;}

ul, menu, dir {
margin-block-start: 0em;
margin-block-end: 0em;
padding-inline-start: 0px;
}
.section-c {background-color: #0c1159; 
  /* background-image: url('/wp-content/uploads/2025/07/fond-section-c.png'); 
    background-repeat: no-repeat; 
    background-position: top center;
    background-size: 100%;  */  
	padding: 20px 50px 100px 50px ;}
.section-c h2{color:#fff;padding-bottom:30px;}
li.menu-item.start {padding-bottom:10px;}

.h-seca.prog h1, .h-seca.prog h2, .h-seca.prog h3, .h-seca.prog p{   color: #0c1159;}
.h-seca.prog {
margin-top: 0em;
color: #2a338c;
min-height: 400px;
border-radius: 10px;
padding: 0px 50px 50px 50px!important;
position: relative;
background-color: #f4f4f5;
width: 100%;
overflow: hidden;
animation: backgroundSlide 2s ease-out forwards;
}
.h-seca.startu {
    color: #fff;
    min-height: 400px;
    border-radius: 10px;
    padding: 50px;
    position: relative;
    background-color: #e700b9;
    width: 100%;
    overflow: hidden;
    background-image: url('/wp-content/uploads/2025/08/coeur-check.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 55%;
    animation: backgroundSlide 2s ease-out forwards;
}

@keyframes backgroundSlide {
    from {
        background-position: right top;
    }
    to {
        background-position: right bottom;
    }
}
.h-seca {
    color: #fff;
    min-height: 400px;
    padding: 50px;
    position: relative;
    background-color: #0d1155;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 50%; 
    animation: backgroundSlide 2s ease-out forwards;
}

@keyframes backgroundSlide {
    from {
        opacity: 0;
        background-position: right -200px;
    }
    to {
        opacity: 1;
        background-position: right 50px;
    }
}


@media (min-width: 768px) {
    
    .stk-4300149 {max-width:1600px; margin:auto;padding-left:8em; padding-right:8em;}
	 	  .footer-column.spacebase.contactbase {
    text-align: right; 
    display: flex;
    flex-direction: column;
    align-items: flex-end; 
  }
	.h-seca {
color: #fff;
padding: 50px!important;
}
.lewhy {
padding: 0px 50px 50px 50px;
font-size: 1.2em;
}
.part-seca-b  {
		background:#2bd1ff; 
		text-transform: uppercase;
		border-radius:40px;
		width:550px!important;
		margin:auto;
		padding-top:10px;
		padding-bottom:80px; z-index:50;}
.mobile-menu { display:none!important;}
.part-seca-b p, .part-seca-b p { width:100%!important;}

.part-seca-a {
		text-align:center;
		padding-top:40px;
		background:#a341ff; 
		text-transform: uppercase;
		border-radius:40px;
		width:550px!important;
		margin-left:auto;
		margin-right:auto;
		padding:20px;
		padding-bottom:10px;
		z-index:50;
}
	
	}


@media (max-width: 768px) {
	/*.section-c {background-color: #0c1159; 
    background-image: url('/wp-content/uploads/2025/07/fond-section-c.png'); 
    background-repeat: no-repeat; 
    background-position: top center;
    background-size: 100%; */ 
	border-radius: 0px;padding: 15px 15px 15px 15px ;}
    
 

.fca, .fcb { color:#fff;
	border: solid 3px #2bd1ff!important;
border-radius:10px; max-width:450px; padding:5px;margin:auto;}

.fcc, .fcd { color:#fff;
	border: solid 3px #55e490!important;
border-radius:10px; max-width:550px; padding:5px;margin:auto;}

.section-c h2 {padding-top:30px;padding-bottom:30px;}



.fondateurva {justify-content: center;gap:40px;margin-bottom:40px;}

.fondateurvb {justify-content: center;gap:50px;}

.caho {margin-top:-34px;}

.footer-column.spacebase.contactbase {
    text-align: center; /* Aligne le texte au centre */
    display: flex;
    flex-direction: column;
    align-items: right; /* Aligne les éléments enfants au centre */
  }
}
.part-seca-b  {
		background:#2bd1ff; 
		text-transform: uppercase;
		border-radius:40px;
		width:100%;
		margin:auto;
		padding-top:10px;
		padding-bottom:80px; z-index:50;}
	
.part-seca-a {
		text-align:center;
		padding-top:40px;
		background:#a341ff; 
		text-transform: uppercase;
		border-radius:40px;
		width:100%;
		margin-left:auto;
		margin-right:auto;
	
		padding:20px;
		padding-bottom:10px;
		z-index:50;
}
.h-seca {
color: #fff;
min-height: 90vh;
max-width: 1360px;
padding: 20px;
margin: auto;
	
}
.h-seca h1 {
color: #fff;
font-size: 2.8em;
/* max-width: 390px; */
font-weight: 600;
}
}
.h-seca p {
color: #fff;
font-size: 1.2em;
font-weight: 100;
}
.part-seca-b p {
color: #fff;
font-size: 1.2em!important;
font-weight: 800;
}
	.love-a, .love-b, .love-c {margin-bottom:20px!important;}
}
.love-a h3, .love-b h3, .love-c h3{font-size:1.4em;text-transform: uppercase;}

.lignepartenaire {max-width:1500px; margin:auto; color:#fff; margin-top:1.8em;}

.lignepartenaire p {line-height:1.8em}
.nopart {max-width:100%; background:#0d1155;padding-bottom:3em;}


.part-seca-b  {
		background:#2bd1ff; 
		text-transform: uppercase;
		border-radius:40px;
		width:100%;
		margin:auto;
		padding-top:10px;
		padding-bottom:80px; z-index:50;}
	
.part-seca-a {
    text-align: center;
    padding-top: 40px;
    background: linear-gradient(to top right, #2b2e65, #0e1151);
    text-transform: uppercase;
    border-radius: 20px;
    width: 100%;
    margin: auto !important;
    max-width: 400px;
    padding: 20px;
    padding-bottom: 10px;
    z-index: 50;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3),
                -5px -5px 10px rgba(255, 255, 255, 0.1),
                5px 5px 10px rgba(0, 0, 0, 0.4);

    /* Animation avec délai de 2 secondes */
    opacity: 0;
    transform: translateX(100%);
    animation: slideInFromRight 1s ease-out 2s forwards; /* 2s = délai avant le démarrage */
}

@keyframes slideInFromRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}



/* IMPORTANT */
:where(.wp-block-columns) {
margin-bottom: 0em;
}


 /* <gestion des tailles FONTS*/
.page-id-2 h2 {font-size:2.5em!important;}