/* 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) {
    .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.1em;
}
    .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;}








/* Style pour la vidéo en arrière-plan */
.page-id-1111 .header-container {background:transparent;
	}
.question {font-size:1.1em!important;}

.page-id-1111 main {margin-top:-60px;
	}

.page-id-1111 .section-c p{padding-left:20px;padding-right:20px;line-height:1.7em}


.page-id-1111 .part-seca-a {margin-top:-45px;}
.page-id-1111 .part-seca-b p {
color: #fff;
font-size: 1.2em!important;
font-weight: 800;
margin-top: -0px;
}

@media (min-width: 768px){
	.page-id-1111 .part-seca-b {height:100px!important;
	  background-color: rgba(250, 250, 250, 0);
	}
		.page-id-1111 .part-seca-a {
	  background-color: rgba(250, 250, 250, 0.2);
	}
	
	
}
.page-id-1111 .secvvoha, .page-id-1111 .h-seca{background:transparent;}

.video-bg-section {
  position: relative;
  overflow: hidden;
}

.video-bg-section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Étire la vidéo pour couvrir tout l'espace */
  z-index: -1; /* Place la vidéo derrière le contenu */
  opacity: 0.8; /* Optionnel : pour adoucir la vidéo */
}

/* Style pour le contenu (colonnes) */
.video-bg-section .wp-block-columns {
  position: relative;
  z-index: 1;
  padding: 20px;
  color: white; /* Texte blanc pour un meilleur contraste */
}

/* Optionnel : centrer le contenu verticalement */
.video-bg-section .wp-block-columns {
  display: flex;
  align-items: center;
  height: 100%;
}

.video-bg-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* Noir avec 30% d'opacité */
  z-index: 0;
}












#cmplz-document, .page-id-1091 .content-idcluster{
max-width:1400px; margin:auto;}
.page-id-1091 .content-idcluster{ margin-top:160px; padding-bottom:100px;}

.zprog {
	width:100%; background:#f4f4f5; padding-bottom:50px;
}

.zprogb {
	width:100%; background:#FFFFFF; padding-bottom:0px;
}


.page-id-3  h1, .page-id-543 h1 {padding-bottom:30px;}

.page-id-3  h2, .page-id-543 h2 {color:#000;padding-top:30px;}


.caho {
  margin-top: 0px !important;
}


.diagparent
{width:100%; margin-top:-150px;}
.diagparentg
{width:100%; margin-top:-150px;}

.div-diagonaleg {
  width: 100%;
  height: 200px;
  background: #f4f4f5;
  clip-path: polygon(0 0, 100% 70%, 100% 100%, 0 100%);
}
.diagparentb
{width:100%; margin-bottom:-50px;margin-top:100px;}
.div-diagonaleb {
  width: 100%;
  height: 200px;
  background: #f4f4f5;
	clip-path: polygon(0 0, 100% 70%, 100% 100%, 0 100%)}
		
		
.div-diagonale {
  width: 100%;
  height: 200px;
  background: #fff;
  clip-path: polygon(0 0, 100% 70%, 100% 100%, 0 100%);
}
.diagparentb
{width:100%; margin-bottom:-50px;margin-top:100px;}
.div-diagonaleb {
  width: 100%;
  height: 200px;
  background: #0c1159;
  clip-path: polygon(0 0, 100% 70%, 100% 100%, 0 100%);
}

.flhome img{width:40px;margin-top:20px}


.introstartup {max-width:1500px; margin:auto}
#blog-grid {
max-width: 1480px;
margin-left: auto;
margin-right: auto;
margin-top: 3em;
margin-bottom: 7em!important;
padding-right: 30px;
padding-left: 30px;
}
.grid-container {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 45px;
}
.page-id-880 .h-seca p, .page-id-743 .page-id-880 .h-seca p{font-size:1.2em;}

.specim {max-width:1500px; margin:auto;}
.teamc {max-width:1200px;margin:auto;margin-top:1.7em}
.stk-4300149 {max-width:1600px; margin:auto;padding-left:2em; padding-right:2em;}
.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 {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: #0c1159;
min-height: 250px;
border-radius: 10px;
padding: 50px 50px 0px 50px;
position: relative;
max-width: 1600px;
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.2em;
		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:1.1em; color:#0d1155;}
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;
    position: relative;
        max-width: 1500px;
	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: 50%;
    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;
}

li.menu-item.start {padding-bottom:20px;}

.h-seca.prog h1, .h-seca.prog h2, .h-seca.prog h3, .h-seca.prog p{   color: #0c1159;}
.h-seca.prog {
	margin-top:3em;
    color: #0c1159;
    min-height: 400px;
    border-radius: 10px;
    padding: 50px;
    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;
    border-radius: 10px;
    padding: 50px;
    position: relative;
    background-color: #0d1155;
    width: 100%;
    overflow: hidden;
    background-image: url('wp-content/uploads/2025/07/LCU_COEUR-2.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 55%; 
    animation: backgroundSlide 1s ease-out forwards;
}

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



/* Section home 1 droite part */
@media (min-width: 768px) {
	 	  .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:50px;
		font-size:1.2em;
}

.mobile-menu { display:none!important;}

	
	}


@media (max-width: 768px) {


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

.section-c h2 {font-size:1.8em!important;padding-top:30px;}

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

.fondateurva {justify-content: center;gap:150px;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: center; /* Aligne les éléments enfants au centre */
  }
}


.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;}

.page-id-858 .h-seca p, .page-id-687 .h-seca p {font-size:1.3em; max-width:650px;}

.page-id-293 .h-seca p{font-size:1.3em; max-width:100%;}


/* IMPORTANT */
:where(.wp-block-columns) {
margin-bottom: 0em;
}
.page-id-698 main{
margin-top: 60px;
margin-bottom: -16px;
}




/* Conteneur principal */
.blog-filter-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px;
	margin-top: 50px;
}



/* Boutons de filtrage */
.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
    justify-content: center;
}

.filter-btn {
    padding: 8px 16px;
    background: #f0f0f0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
	font-size:1em;
	text-transform:uppercase;
}

.filter-btn.active,
.filter-btn:hover {
    background: #e700b9;
    color: white;
}

/* Grille d'articles */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}



/* Style des articles */
.blog-post {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 8px;
    transition: transform 0.3s;
}

.blog-post:hover {
    transform: translateY(-5px);
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

/* Responsive */
@media (max-width: 1024px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
	
.page-id-743 .valeura {
color: #0c1159;
min-height: 250px;
border-radius: 10px;
padding: 20px;
position: relative;
max-width: 1600px;
margin: auto;
margin-bottom: 1.75em;
}
.blog-grid {
        grid-template-columns: 1fr;
    }
	.diagparent
{width:100%; margin-top:-50px;}
.div-diagonale {
  width: 100%;
  height: 60px;
  background: #fff;
  clip-path: polygon(0 0, 100% 70%, 100% 100%, 0 100%);
}
	.diagparentb
{width:100%; margin-bottom:-10px;}
.div-diagonaleb {
  width: 100%;
  height: 60px;
  background: #0c1159;
  clip-path: polygon(0 0, 100% 70%, 100% 100%, 0 100%);
}
		.diagparentg
{width:100%; margin-bottom:-10px;}
.div-diagonaleb {
  width: 100%;
  height: 60px;
  background: #0c1159;
  clip-path: polygon(0 0, 100% 70%, 100% 100%, 0 100%);
}
	
.div-diagonaleg {
  width: 100%;
  height: 60px;
  background: #f4f4f5;
  clip-path: polygon(0 0, 100% 70%, 100% 100%, 0 100%);
}
.spacehomea {height:0px!important;}
}
.intpert {
max-width: 1360px;
margin: auto!important;
padding:50px;
}
.intperti {
	display: flex; gap: 30px;
max-width: 1500px;
margin: auto!important;
padding:50px;
}

.page-id-293 h2 {font-size:1.8em;}



.section-c p{padding-left:1em; padding-right:1em; line-height:1.8em;}
.page-id-880 .h-seca p {
max-width: 615px;
}
.formua {
color: #2a338c;
min-height: 250px;
border-radius: 10px;
padding: 6px 51px 2px 50px;
position: relative;
max-width: 1360px;
margin: auto!important;
margin-bottom: 1.75em;
}
@media (max-width: 768px) {
.formua {
color: #2a338c;
min-height: 250px;
border-radius: 10px;
padding: 0px 50px 0px 16px;
position: relative;
max-width: 1600px;
margin: auto;
margin-bottom: 1.75em;
}
	.form-column {max-width:350px}
}
.karou {max-width:1110px!important; margin:auto;background:#F2F2F2;}
.karou p{color:#2a338c;}



/* TEST HOME IMAGE */

.phome {
            margin-top:50px;width: 100%;
	margin-bottom:-200px;
            min-height: 330px; /* Hauteur minimale sur desktop */
            background-image: url('wp-content/uploads/2025/09/istockphoto-2149039471-1024x1024-1.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;

            /* Adaptation pour mobile */
            @media (max-width: 768px) {
                min-height: 200px; /* Hauteur réduite sur mobile si nécessaire */
            }
        }

.why-title.hbl {color:#fff;}
/* FIN TEST HOME IMAGE */
.secf {font-size:0.9em!important;}
.page-id-892 .content-idcluster {padding-bottom:8em;}
.partpart {max-width:1320px; margin:auto;}
.page-id-698 .content-idcluster {background:#0d1155;padding-bottom:5em;}
.poupart {max-width:1200px; margin:auto;}
.poupart h2 {text-transform:uppercase; font-size:2em;}
.poupart p {color:#222b87; font-size:1.3em;}
h2.vinteraa {color:#fff; text-transform:uppercase;font-size:2em;}
.vinter {color:#29c3f3; font-size:2em;}

.intpertb li {font-size:1.3em;padding-bottom:1em}
.intpertb {max-width:800px; margin:auto;padding-bottom:3em}

h4.titrebenefa, h4.titrebenefb {font-size:1.5em}
h4.titrebenefa::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url('/wp-content/uploads/2025/09/beneficea.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 15px;
    vertical-align: middle;
}
h4.titrebenefb::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url('/wp-content/uploads/2025/09/beneficeb.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 15px;
    vertical-align: middle;
}
.benefcol {
  max-width: 360px;
  margin: auto!important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 383px; /* Exemple : hauteur minimale pour voir l'effet */
  border: 1px solid #29c3f3; /* Pour visualiser la div */
	border-radius:10px;padding:20px
}

.benefcol.cvert {
  max-width: 360px;
  margin: auto!important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 383px; /* Exemple : hauteur minimale pour voir l'effet */
  border: 1px solid #00e887; /* Pour visualiser la div */
	border-radius:10px;padding:20px
}

.benefcol ul {padding-left:20px}


.pourquoidv {
    max-width: 250px;
    background: linear-gradient(135deg, rgba(1, 213, 255, 0.8), rgba(0, 232, 135, 0.6));
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    margin: 1em auto;
    color: #0d1155;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pourquoidv:hover {
    transform: perspective(1000px) rotateY(5deg) translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}


.pourquoidvp {max-width:650px;margin:auto;}
.mleg {max-width:1360px; margin:auto;}

.section-c p {text-align:justify;}

.page-id-698 .content-idcluster p {text-align:justify;}
.page-id-3 .content-idcluster, .page-id-543 .content-idcluster {max-width:1360px;line-height:1.4em;padding-top:80px; padding-bottom:180px;}


@media (max-width: 768px) {
	.page-id-3 .content-idcluster, .page-id-543 .content-idcluster {max-width:1360px;line-height:1.4em;padding-top:50px; padding-bottom:80px; padding-left:20px; padding-right:20px;}
	
	
	#cmplz-document, .page-id-1091 .content-idcluster {
max-width: 1360px;
margin: auto;
		padding-left:20px; padding-top:50px; padding-right:20px;
}
	
	.section-c p {text-align:left;}

.page-id-698 .content-idcluster p {text-align:left; padding-right:20px; padding-left:20px;}

.section-c {
background-color: #0c1159;
padding: 20px 20px 100px 20px;
}

}

.slidea {max-width:1100px; margin:auto}
.slidea {color:#2a338c}

.submenu li a:hover {background:#dfe0e3; border-radius:0px;}
.teamd {max-width:600px; margin:auto}
h3.vcont {border-bottom:1px solid #222b87; padding-bottom:10px;font-size:2em;}






@media (max-width: 768px) {
	.popup-ekno-inner img {max-width:250px;margin:auto;}
	.popup-ekno-inner h3 {padding:0em; font-size:1.3em; font-weight:800;}
.popup-ekno-inner h4 
{padding-bottom:0em; font-size:1em}

.popup-ekno-inner h5 
{padding-bottom:1em; font-size:0.9em}
	
}


.popup-ekno-wrapper ul li {
    color: #fff;
    margin-bottom: 5px;
    border: 1px solid #fff;
    border-radius: 30px;
    width: fit-content; 
    padding: 5px 10px;
	margin-bottom:5px;
	margin:auto;
}
.popup-ekno-inner img {max-width:350px;margin:auto;}


.popup-ekno-wrapper ul li {
margin-bottom:1em;	
}
	
.popup-ekno-inner {padding:2em; }
.popup-ekno-inner h3 {padding:0em; font-size:2em; font-weight:800;}
.popup-ekno-inner h4 
{padding-bottom:0em; font-size:1.5em}

.popup-ekno-inner h5 
{padding-bottom:1em; font-size:1.2em}
.popup-ekno-wrapper {max-width:550px;margin:15px;}







/* =========================
   Mots-clés (ACF)
   ========================= */
.keywords{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.keywords .keyword{
  background: #f8dde5;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.2;
}

/* =========================
   Blocs contenus (carte)
   ========================= */
.expert-ceo{
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 800;
}

/* Logo responsive (ratio)
   ========================= */
.logosup{
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.logosup::before{
  content: "";
  display: block;
  padding-top: 40%; /* ratio */
}

.logosup img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* =========================
   Carte article + alternance
   ========================= */
.blog-post{
  background: #f7f7f7;
  padding: 35px;
  color: #06024b;
}

/* 1 post sur 2 */
.blog-grid .blog-post:nth-child(even){
  background: #f6f6f6; /* <-- ta 2e couleur */
}

.blog-post h3{
  display: block;
  font-size: 1.4em!important;
  margin: 0 0 0.5em 0;
  font-weight: bold;
}

/* =========================
   Séparation slider / start-up
   ========================= */
.page-id-892 .content-idcluster{
  padding-bottom: 1em;
}

/* =========================
   Stade de maturité + bulle
   ========================= */
.stade-maturite{
  margin-top: 15px;
}

.maturite-wrap{
  margin-top: 12px;
}

/* Bulle "Stade de maturité" (robuste) */
.blog-grid .blog-post .maturite-bubble{
  display: inline-block;
  position: relative;
  background: #06024b !important;
  color: #fff !important;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  margin: 12px 0 8px;
}

/* flèche vers le bas */
.blog-grid .blog-post .maturite-bubble::after{
  content: "";
  position: absolute;
  left: 24px;   /* ajuste si besoin */
  bottom: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #06024b !important;
}
/* ===== FIX BULLE MATURITÉ (spécificité forte + anti-coupure) ===== */

/* évite que la flèche soit coupée si un parent a overflow:hidden */
.blog-grid .blog-post,
.blog-grid .blog-post *{
  overflow: visible;
}

	@media (max-width: 780px) {
	.blog-post{ padding: 10px!important;}
		
		#blog-grid {
max-width: 1480px;
margin-left: auto;
margin-right: auto;
margin-top: 3em;
margin-bottom: 7em!important;
padding-right: 0px;
padding-left: 0px;
}
	
}