

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html{
    font-size: 16px;
    scroll-padding-top: 15vh;
  overflow-y: scroll;
}
:root{
    --space-size-0:0px;
    --space-size-64: 64px;
    --bg-white:#fff;
    --padding-64: 64px;
    --padding-56: 56px;
    --padding-48: 48px;
    --padding-40: 40px;
    --padding-32: 32px;
    --padding-24: 24px;
    --padding-16: 16px;
    --padding-8: 8px;
    --padding-60: 60px;
    --padding-v-80: 76px;
    --font-size-24: 24px;
    --font-size-16: 16px;
    --font-size-r14: 0.875rem;
    --font-size-r16: 1rem;
    --font-size-r24: 1.5rem;
    --font-size-r32: 2rem;
    --font-size-r40: 2.5rem;
    --font-size-r48: 3rem;


    --space-session-titre-h: 55%;
    --space-session-titre-v: 80px;
}

*{
    box-sizing: border-box;
}
body{
    background-color: white;
}

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

header{
    width: 100%;
}
.navbar-logo{
    width: 60px;
    max-height: 65px;
    max-width: 60px;
    height: 65px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    display: block;
    flex-shrink: 0;
}
.logo{
    width: 120%;
    height: auto;
    position: absolute;
    top: -10%; 
    left: -10%;
}

nav{
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    position: fixed;
    left: 0;
    top: 0;
    height: 100px;
    max-height: 108px;
    z-index: 999;
    padding: 24px 62px 24px 60px;
}
.navbar-conteneur{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-block: 0px;
    height: 100%;
}
.navbar-menu-conteneur{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.navbar-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:40px;
    padding: 0;
    align-items: center;

}
.navbar-menu li{
    list-style: none;
}

.navbar-menu li a{
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    gap:8px;
    align-items: center;
    width: max-content;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 14px; /*--16px*/
    text-align: start;
    vertical-align: middle;
}
.accueil_a{
    content:"";
    border-bottom: solid;
    border-color: #ffc14b;
}
.accueil_svg{
    fill: #e69600;
    stroke:#2E476B;
    stroke-width: 50;
    width: 400px;
}
.navbar_menu_li_img{
    padding-block: 2px;
    padding-inline: 10px;
    height: 22px;
    width: 30.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.navbar_menu_li_img img{
    height: 14px;
    width: auto;
}
.navbar-menu span{
    color: #0073E6;
}
.accueil_a span{
    color: #2E476B;
    font-weight: 700;
}
.accueil_sp{
    content:"";
    border-bottom: solid;
    border-color: #ffc14b;
}

.li_img1{
    padding-block: 0px !important;
    padding-inline: 0px !important;
    width: 15.74px;
    height: 14px;
    margin-bottom: 4px;
}
.li_img2{
    background-color: #5B5F62;
}
.li_img3{
    background-color: rgba(224,87,52,0.64);
}
.li_img4{
    background-color: rgba(46,71,107,1);
}

.navbar-menu .connexion{
    background-color:#0073E6;
    padding-block: 10px;
    padding-inline: 20px;
    border-radius: 5px;
    color: white;
    display: flex;
    justify-content: space-between;
    gap:10px;
    align-items: center;
    padding-block: 10px;
    padding-inline: 20px;
    width: max-content;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    font-size: 16px;
    text-align: start;
}

.connexion span{
    color: #FFF;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; 
}

.content{
    /*padding-inline: 64px;*/
    max-width: 100%;
    width: 100%;
    height: fit-content;
}
section{
    padding-inline: var(--padding-64);
    max-width: 100%;
    width: 100%;
}
.banniere{
    display: flex;
    justify-items: center;
    /*margin-top: 108px;*/
    /*margin-top: -2px;*/
    margin-top: 8vh;

    height: 560px;
    justify-content: center;
    align-items: center;
    display: flex;
    /*gap: 10px;*/
    background: linear-gradient(to bottom right, rgba(0, 115, 230, 0.03) 0%, rgba(0, 115, 230, 0.00) 50%) bottom right / 50% 50% no-repeat, linear-gradient(to bottom left, rgba(0, 115, 230, 0.03) 0%, rgba(0, 115, 230, 0.00) 50%) bottom left / 50% 50% no-repeat, linear-gradient(to top left, rgba(0, 115, 230, 0.03) 0%, rgba(0, 115, 230, 0.00) 50%) top left / 50% 50% no-repeat, linear-gradient(to top right, rgba(0, 115, 230, 0.03) 0%, rgba(0, 115, 230, 0.00) 50%) top right / 50% 50% no-repeat;
}
.banniere-texte-conteneur{
    /*width: 656px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}
.banniere-image-conteneur{
    /*width: 695px;*/
    display: flex;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
}

.banniere-image{
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #0073E6;
    /*width: 534px;
    height: 529.678px;*/
}

.banniere-img{
    width:100%;
    height: auto;
}
.banniere-texte-titre{
    width: 100%;
    color: #0073E6;
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%; 
    align-self: stretch;
    margin-block: 0px;
}

.banniere-texte{
    color: #2D3134;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
}


.banniere-texte-cta{
    background-color: #ffd482;
    border-radius: 8px;
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(255, 193, 75, 0.80) 0%, #FFD482 100%);
    box-shadow: 0px 0px 5px 0px rgba(0, 115, 230, 0.1);
}

.banniere-texte-cta-a{
    text-decoration: none;
    /*padding-inline: 28px;*/
    /*padding-block: 16px;*/
    color: #2E476B;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.10);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */}

.banniere-texte-cta svg{
    width: 14px;
    height: 14px;
    transform: rotate(10deg);
    fill: #2E476B;
}
.banniere-texte-cta-bloc{
    display: flex;
    padding: 0;
    align-items: center;
    gap: 10px;
    width: 100%;
    /*background: rgba(0, 0, 0, 0.03);*/
    padding: 15px 27px;

}

.banniere-menu{
    display: flex;
    align-items: stretch;
    width: 100%;
    height: var(--padding-v-80);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08) inset;
    padding-inline: 0px;
    padding-left: var(--padding-64);
    padding-right: 32px !important;
}
.banniere-menu-ul{
    display: flex;
    width: 100%;
    justify-content: stretch;
    padding: 0;
    margin: 0;
    align-items: center;
    list-style: none;
}

.banniere-menu-li{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    align-self: stretch;
    border-right: 1px solid rgba(45, 49, 52, 0.10);
    padding-inline: 32px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: var(--font-size-r14);
    font-style: normal;
    font-weight: 600;
    line-height: 1.5; /* 24px */
    /*box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08) ;*/

}

.banniere-menu-li span{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: var(--font-size-r14);
    font-style: normal;
    font-weight: 600;
    line-height: 1.5; /* 24px */
}

.banniere-menu-li:nth-child(1){
    padding-left: 0px;
}

.banniere-menu-li:nth-child(4){
    padding-inline: 48px;
}

.banniere-menu-li:nth-child(5){
    border-right: none;
}

section{
    scroll-snap-align: start;
}

.section-titre{
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 16px !important;
    /*height: var(--space-session-titre-v);*/
    width: var(--space-session-titre-h);
}   
.section-titre-h2{
    color: #0073E6;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: var(--padding-40);
    font-style: normal;
    line-height: 1.2; /* 57.6px */
    padding-block: 0px;
    margin-block: 0px;

}
.section-titre-p{
    color: #2D3134;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 20px /*var(--font-size-24)*/;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 36px */
}
.annonces{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:80px;
    width: 100%;
    align-items: center; 
    padding-top: 80px;
}


.annonces-tickets-conteneur{
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
.annonces-tickets{
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background-color: white;
    border-radius: 16px;
    gap: 24px;
    height: 450px;
    padding-bottom: 24px;
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    transition: transform 1s;

}
.annonces-tickets:hover{
    scale: 0.98;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
    /*transform: rotateY(-25deg);*/

}

.annonces-tickets-image{
    width: 100%;
    height: 40%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow:hidden;
}

.annonces-tickets-image-b{
    width: 90%;
    height: 85%;
    max-height: 85%;
    display: flex;
    flex-direction: column;
    /*justify-content: stretch;*/
    overflow:hidden;
    background-color: rgb(75, 35, 7);
    border-radius: 12px;
}
.annonces-tickets-image-b img{
    border-radius: 12px;
    max-height: 100%;
}
.annonces-tickets-img{
    width: 100%;
    height: auto;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    position: relative;
    top:-10px;
}

.annonces-tickets-image-B{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.annonces-tickets-texte-h3{
    font-family: "Roboto", sans-serif;
    font-size: 20px /*var(--font-size-24)*/;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2; /* 36px */
    color: #F66F4D;
    margin-block: 0px;
    height: 48px;
    margin-block: 0px !important;

}

.annonces-tickets-texte-h3-2, .annonces-tickets-texte-h3-3{
    color: #2E476B;
}

.annonces-tickets-texte-p,.annonces-tickets p{
    font-family: "Roboto", sans-serif !important;
    font-size: 20px !important /*var(--font-size-24)*/;
    font-style: normal;
    font-weight: normal !important;
    line-height: 1.2 !important; /* 36px */
    color:#2D3134 !important;
    margin-block: 0px !important;
}
.annonces h3, .annonce p{
    transition: background-color 0.5s ease, transform 0.5s ease;
}
.annonces h3:hover, .annonces p:hover{
    color: #0073E6 !important;
}

.annonces-tickets-bouton-conteneur{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.annonces-tickets-bouton{
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
   /* */
}
.annonces-tickets-bouton-fleche{
    fill: rgba(46, 71, 107, 0.60); /*gba(246, 111, 77, 0.60);*/
}

.annonces-tickets-texte-a{
    display: flex;
    flex-direction: column;
    text-decoration: none;
    justify-content: space-between;
    gap: 8px;
}

.annonces-tickets-texte-bloc{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    min-height: 60%;
    height: 60%;
    padding-inline: 24px;
}



.evenements{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:80px;
    width: 100%;
    align-items: center; 
    padding-top: 80px;
}
.evenements-cartes-conteneurs{
    display: grid;
    grid-template-columns:  28% 35% 35%;
    grid-template-rows: 1fr 1fr;
    /*background-color: #111d29;*/
    gap: 16px;
    height: 550px;
    max-height: 550px;
    position: relative;
    justify-content: center;
}

.evenements-cartes{
    /*background-color: aquamarine;*/
    position: relative;
    border-radius: 12px;
}

.evenements-carte1 .evenements-cartes-img{
    width: 100%;
    height: 545px;
    border-radius: 12px;
}

.evenements-cartes-img{
    width: 100%;
    height: 260px;
    border-radius: 12px;
}
.evenements-cartes-texte{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.281);
    border-radius: 12px;
    padding-left:14px ;
    padding-right: 12px;
    display: flex;
    justify-content: stretch;
}
.evenement-a-inline{
    display: inline;
    /*background-color: rgba(0, 0, 0, 0.281);*/
}
.evenements-cartes-titre{
    font-family: "Roboto", sans-serif;
    font-size: 24px /*var(--font-size-24)*/;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2; /* 36px */
    color:#FFFFFF;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.45);
    height: fit-content;
    /*background-color: rgba(0, 0, 0, 0.25);*/
}
.evenement-a-inline:hover{
    color: #0073E6 !important;
    background-color: rgba(0, 0, 0, 0.5);
}

.e-ct1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90%;
    /*background-color: #56ca13;*/
}
.e-ct1 svg{
    align-self: flex-end;
   /* background-color: #ca1313;*/
}
.evenements-cartes-titre-span{
    font-weight: bold;
}
.evenements-carte1{
    grid-column: 1/2;
    grid-row: 1/3;
    height: 545px;
}
.evenements-carte2{
    grid-column: 2/3;
    grid-row: 1/2;
    height: 260px;
}
.evenements-carte3{
    grid-column: 3/4;
    grid-row: 1/2;
    height: 260px;

}


.evenements-carte4{
    grid-column: 2/3;
    grid-row: 2/3;
    height: 260px;
}

.evenements-carte5{
    grid-column: 3/4;
    grid-row: 2/3;
    height: 260px;

}

.programmes{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:80px;
    width: 100%;
    align-items: center; 
    padding-top: 80px;
}
.programmes-texte-bloc span{
    font-family: "Roboto", sans-serif;
    font-size: 14px /*var(--font-size-24)*/;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5; 
    color:#2E476B;
}
.excellence-svg{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: fit-content;
}
.programmes-heading{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.programmes-heading-h2{
    font-family: "Poppins", sans-serif;
    font-size: 40px /*var(--font-size-24)*/;
    font-style: normal;
    font-weight: bold;
    line-height: 1.2; 
    color: #0073E6;
    margin-bottom: 0px;
    width: 70%;
}
.programmes-heading-p{
    font-family: "Roboto", sans-serif;
    font-size: 24px /*var(--font-size-24)*/;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5; 
    color: #2D3134;
    width: 100%;
    margin-top: 0px;
}
.programmes-carte-a{
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 16px /*var(--font-size-24)*/;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4; 
    font-weight: 500;
    text-decoration:none;
}
.programmes-carte2 .programmes-carte-a{
    color: #2E476B;
}

.programmes-texte{
    display:flex;
    justify-content: space-between;
    gap: 32px;
}
.programmes-texte-bloc{
    width: 50%;
}
.programmes-image{
    width: 50%;
}

.programmes-img{
    width: 100%;
    height: 100%;
}

.programmes-carte-conteneur{
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.programmes-carte-a{
    display: flex;
    justify-content: center;
}
.programmes-carte1{
    background-color: #F66F4D;
    gap: 16px;
    padding-inline: 32px;
    padding-top:24px;
    padding-bottom:32px;
}
.programmes-carte2{
    background-color: #FFEDCA;
    gap: 16px;
    padding-inline: 32px;
    padding-top:24px;
    padding-bottom:32px;
}
.programmes-carte h3{
    font-family: "Roboto", sans-serif;
    font-size: 20px /*var(--font-size-24)*/;
    font-style: normal;
    font-weight: bold;
    line-height: 1.4; 
    color: #2D3134;
    width: 100%;
}

.programmes-carte p{
    font-family: "Roboto", sans-serif;
    font-size: 16px /*var(--font-size-24)*/;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5; 
    color: #2D3134;
    width: 100%;
}

.temoignages{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:80px;
    width: 100%;
    align-items: center; 
    padding-top: 80px;
}

.temoignages-carte-conteneur{
    display: flex;
    justify-content: space-between;
    gap: 16px;   
    padding: 0px; 
    position: relative;
}

.temoignages-carte img{
    margin-top: 20px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
}
.temoignages-carte2{
    width: 70%;
}
.temoignages-carte1{
    width: 90%;

}
.temoignages-plus-transparent{
    width: 30%;
    opacity: 0;
}

.temoignages-carte{
    display: flex;
    height: 480px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-block: 56px; 
    padding-inline: 40px;
    border-radius: 25px;
    border: 8px solid #FFF;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.temoignages-carte-texte{
    display: flex;
    gap: 16px;
    padding: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
}
.temoignages-carte-texte-p{
    display: flex;
    width: 100%;
    height: 179px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0; 
    color: #2E476B;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2; 
}
.temoignages-carte-texte-span{
    align-self: flex-end;
    color: #2E476B;
    text-align: right;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
}
.temoignages-plus{
    display: flex;
    width: 10%;
    height: 100%;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 10px;
    top: 0px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.50) 0.39%, rgba(255, 255, 255, 0.25) 194.57%);
}
.temoignages-plus-div{
    display: flex;
    width: 100px;
    height: 100px;
    padding: 35px 11px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 50px;
    backdrop-filter: blur(2px);
}
.temoignage-plus-a{
    width: 78px;
    /*color: #894B3B;*/
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2; /* 28.8px */
    text-decoration: none;
    color: #894B3B;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    
}

.temoignages-carte-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*background-color: #555555;*/
    padding-block: 0;
    height: 110px;
    overflow-y: hidden;
}
.temoignages-carte-svg{
    position: relative;
    width: 100px;
    height: 97px;
    flex-shrink: 0;
    fill: #FFD482;
    margin: 0;
    top:-9px
}
.partenaires{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:80px;
    width: 100%;
    align-items: center; 
    padding-top: 80px;
}

.partenaires-conteneur{
    display: flex;
    width: 100%;
    align-items: flex-start;
    padding: 0;
    gap: 24px;
    height: 20%;
    overflow-x: hidden;
    overflow-y: initial;
    /*padding-left: 1vh;*/
    /*box-shadow: none;*/
    /*padding-block: 2vh;*/
}
.partenaires-carte{
    flex-basis: 20%;
    display: flex;
    flex-direction: column;
    padding-block: 24px;
    padding-inline: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    border: 4px solid rgba(0, 115, 230, 0.50);
    background: #FFF;
    backdrop-filter: blur(50px);
    height: 150px;
    flex-shrink: 0;

}
.p3, .p5{
    padding: 0px;
    /*height: 80%;
        max-height: 80%;*/
}
.p3 .partenaires-image, .p5 .partenaires-image{
    width: 100%;
    border-radius: 24px;
    height: 100%;
}
.p3 img, .p5 img{
    border-radius: 20px;
    width: 100%;
    height: 100%;

}
   

.partenaires-image{
    display: flex;
    padding: 0px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.partenaires-img{
    width: 100%;
    height: 100%;
}

.p-img1{
    display:flex
}

.p-img1 .partenaires-img{
    width: 50%;
}

.formulaire{   
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:80px;
    width: 100%;
    align-items: center; 
    padding-top: 80px;
    padding-bottom: 40px;

    background: linear-gradient(180deg, rgba(255, 212, 130, 0.03) 0%, rgba(255, 212, 130, 0.00) 100%);
    background-image: url('/wp-content/themes/sokpontateamup/assets/css/');
    /*box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);*/
}
.formulaire-b {
    display: flex;
    padding-block: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    align-self: stretch;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255, 212, 130, 0.03) 0%, rgba(255, 212, 130, 0.00) 100%);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.formulaire-titre{
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
.formulaire-titre-h2{
    color: #ffd482;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2; /* 57.6px */
    padding: 0px;
    margin: 0px;
    max-width: 340px;
}
.formulaire-titre-p{
    align-self: stretch;
    color: #2E476B;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2; /* 28.8px */
    max-width: 340px;
}
form {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 5px;
    /*max-width: 400px;*/
    width: 100%;
    margin: auto;
    align-self: stretch;
  }
label{
    color: #2E476B;
    font-family: Roboto;
    font-size:16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 75% */
    display: flex;
    align-items: center;

}  

label, input[type="text"], input[type=email], input[type=radio] {
    display: block;
    margin-bottom: 10px;
    border-color: #2E476B;
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px; /* Taille du texte */
    user-select: none;
    display: flex;
    align-items: center;
}

input[type="radio"] + label:before {
    display: flex;
    align-items: center;
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 14px; 
    height: 14px;
    border: 2px solid #2E476B; 
    border-radius: 50%;
    background: white;
}

input[type="radio"]:checked + label:before {
    border-color: #2E476B; 
}

input[type="radio"]:checked + label:after {
    content: "";
    position: absolute;
    /*left: 5px;
    top: 4px;*/
    left: 1.5%;
    top: 18%;
    width: 8px; 
    height: 8px;
    border-radius: 50%;
    background: #ffd482; 
}

input[type=text], input[type=email] {
    width: 100%;
    padding: 8px;
    padding-block: 8px;
    box-sizing: border-box;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
}
/*input[type="text"]:focus, input[type=email]:checked{
    border-color: #e63d00;
    color: #623333;
}*/

button[type=submit] {
    display: flex;
    /*width: 248px;
    height: 68px;*/
    padding-inline: 24px;
    padding-block: 12px;
    justify-content: center;
    align-items: center;
    gap: 0;
    color: #2E476B;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    border-radius: 8px;
    border: 2px solid #2E476B;
    background: linear-gradient(93deg, #FFC14B 0.47%, rgba(255, 193, 75, 0.80) 157.31%);
    box-shadow: 0px 2px 10px 0px rgba(0, 115, 230, 0.10);
    transition: background-color 0.3s ease-in-out;
    align-self: center;
}

input[type=submit]:hover {
    background-color: #e6b800;
}
.formulaire-bloc{
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border: 2px solid #2E476B;
    border-radius: 12px;
}
  
footer{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-self: stretch;
    border-radius: 12px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: #2E476B;
    width: 100%;
    padding: 0 64px;
    align-items: flex-start;
    margin-bottom: 0px;
    position: relative;
  }
.pied_de_page{
    display: flex;
    /*height: 339px;*/
    padding: 48px 0 32px 0px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}

.footer-hbloc1{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap:80px
}
.footer-vbloc-titre{
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2; /* 38.4px */
}
.footer-hbloc2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.footer-hbloc2 span{
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2; /* 28.8px */
}

.footer-vbloc1, .footer-vbloc2{
    display: flex;
    padding: var(--sds-size-space-0);
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}
.footer-vbloc3{
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 30%;
}
.footer-vbloc3 .concepteur{
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 36px */
}
.concepteur-a{
    color: #FFF;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-decoration-line: underline;
}
.footer-vbloc3 .concepteur-img{
    width: 80px;
    height: 80px;
    border-radius: 50px;
}

.footer-menu{
    list-style: none;
    /*background-color: #0073E6;*/
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-menu a{
    text-decoration: none;
}

.footer-menu li a{
    display: flex;
    gap: 10px;
}
.footer-menu li span{
    color: #0073E6;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5 /* 36px */;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.footer_menu_li_img{
    height: 22px;
    width: 30.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding-inline: 5px;
    padding-block: 1px;
    background-color: rgba(255, 255, 255, 0.25);
}
footer hr{ width: 100%;}
.footer-facebook-svg{
    width: 100px;
    height: 100px;
}


.calendrier-event{
        /*grid-column: 2/3;*/
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap:80px;
        width: 100%;
        /*background-color: #0073E6;*/
        align-items: center;    
}

.calendrier-event-ticket{
    display: flex;
    justify-content: space-between;
    gap:32px;
    align-items: center;
    background-color: salmon;
}
.calendrier-event-ticket-texte-bloc{
    display: flex;
    justify-content: space-between;
    flex-basis: 80%;
    align-items: center;
}

.calendrier-event-conteneur{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: max-content;
    gap: 48px;
    align-self: stretch;
}

.calendrier-event-ticket-date{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.calendrier-event-ticket-bouton{
    border: 1px solid black;
    padding-inline: 20px;
    padding-block: 8px;
}



#email:focus{
    border-color: #0073E6;
}















.connexion:hover {
    /*box-shadow: 0px 0px 2px 4px #c0cbd8;*/
    /*box-shadow: 0px 0px 2px 2px #2E476B;*/

    gap:10px;

  }
  /*.connexion {
    transition: all 0.1s ease-in-out;
    box-shadow: -1px 1px 0px 4px #c0cbd8;
  }*/
   .connexion {
    transition: all 0.1s ease-in-out;
    box-shadow: -1px 1px 0px 2px #2E476B;
    transition: all 0.1s ease-in-out;
  }

 .connexion:active span{
    scale: 0.95;
 }
 /*.connexion:hover span{
    position: relative;
    left: -5px;
 }*/

 /*.connexion:hover img{
        transition: all 0.1s ease-in-out;

    position: relative;
    right: -5px;
 }*/
/* .connexion:active img{
    position: relative;
    right: 8px;
    transform: rotate(-20deg) translateY(-2px);
    scale: 0.95;
 }
*/
 .connexion:hover img{
    transition: all 0.1s ease-in-out;
    position: relative;
    right: -5px;
    transform: rotate(-180deg);

}

 .connexion:active img{
    position: relative;
    right: 8px;
    scale: 0.95;
    }

  .connexion:active {
    box-shadow: 0 0px 4px 1px inset #2E476B;
    transform: translateY(0px);
    transition: all 0.1s ease-in-out;

  }
  
  @keyframes rotation {
    0% {
      transform: translateX(-5px);
    }
    100% {
      transform: rotate(15deg);

    }
  }
  
  
  .banniere-texte-cta:hover svg {
    scale: 1.5;
    opacity: 1;
    animation: rotation 2s infinite linear;

  }
  .banniere-texte-cta:hover {
    border: none;
    border-radius: 50px; 
    /*background-color: #0056b3 !important;  */
    box-shadow: -0px 2px 0px 2px #2E476B;
    transition: all 0.1s ease-in-out;
  }
  
  .banniere-texte-cta:active {
    box-shadow: 0 0px #2e476b86;
    transform: translateY(3px);
  }
  .banniere-texte-cta:active svg{
    scale: 3;
    animation: none;
    transform: translateX(-4px) translateY(1px) rotate(8deg);
  }
  /*.banniere-texte-cta:active a::before{
    /*content:"°°        °°";/
    content: "°°         °°";
    border-top:2px dotted #2e476bc5;
    border-radius: 50px;
    display: inline;
    text-align: center;
    vertical-align: middle;
    bakground-color: #2E476B;
    position: absolute;
    left:16px;
    top:13px;
    transform: rotate(52deg);
    color: transparent;
  }*/
.banniere-texte-cta:active a::before{
    /*content:"°°        °°";*/
    content: " ";
    width: 10px;
    height: 10px;
    /*border:2px dotted #2E476B;*/
    border-radius: 50px;
    display: inline;
    text-align: center;
    vertical-align: middle;
    background-color: #2e476bda;
    position: absolute;
    left:35px;
    top:22px;
    transform: rotate(52deg);
    color: transparent;
    
  }

  .banniere-texte-cta:active a::after{
    /*content:"°°        °°";*/
    content: " ";
    width: 10px;
    height: 10px;
    /*brder:2px dotted #2E476B;*/
    border-radius: 50px;
    display: inline;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(46, 71, 107, 0.95);
    position: absolute;
    left:23px;
    top:22px;
    transform: rotate(52deg);
    color: transparent;
    
  }


  .navbar-hover:hover{
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    padding-inline: 8px;
    height: 6vh;
    max-height: 6vh;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
  }

  .banniere-texte-titre span {
    display: inline-block;
    transition: background-color 0.5s ease, transform 0.5s ease;
}

.banniere-texte-titre span:hover {
    transform: translateY(-5px); 
    background-color: #0073E6;
    color: #FFD482 ;
    font-style: normal;
    /*text-transform: uppercase;*/
}


@media ( max-device-width : 768px ) {
      .navbar-hover{
        display: none;
        background-color: #0073E6;
    }
    .banniere{
        display: flex;
        flex-direction: column-reverse;
    }
}

@media ( max-width : 768px ) {
    .navbar-hover{
      display: none;
      background-color: #0073E6;
  }
  .banniere{
      display: flex;
      flex-direction: column-reverse;
  }
}

.banniere-texte:hover{
    width: 94%;
    line-height: 200%; 
}
.banniere-texte span {
    display: inline-block;
    margin: 5px 0px;
    transition: transform 0.5s ease, color 0.5s ease;
}

.banniere-texte:hover span {
    margin: 5px 3px;
}


.banniere-texte:hover span:nth-child(even) {
    transform: rotate(-10deg) skewX(-10deg) translateX(-10px);
    /*color: #FFD482;*/
    color: #4682b4; 

}

.banniere-texte:hover span:nth-child(odd) {
    transform: rotate(10deg) skewX(10deg) translateX(-10px);
    /*color: #4682b4;*/
    color: #FFD482; 
}

/*.banniere-texte:hover span:nth-child(odd) {
    transform: rotate(-10deg) translateX(-10px) scale(1.1);
    color: #ff6347;
}

.banniere-texte:hover span:nth-child(even) {
    transform: rotate(10deg) translateX(-10px) scale(0.9);
    color: #4682b4;
}*/



@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
section {
    opacity: 0;
    animation: fadeInUp 0.6s ease-out forwards;
    animation-delay: var(--delay);
}

section:nth-child(1) {
    --delay: 0.2s;
}

section:nth-child(2) {
    --delay: 0.4s;
}


/**/
.annonces img:hover {
    scale: 1.5;
}

.bulle {
    position: absolute;
    bottom: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    animation: bougebulles 5s infinite ease-in;
    z-index: -1;
}

.bulle:nth-child(odd) {
    background: radial-gradient(circle at 30% 30%, #0073E6, #00aaff);
}

.bulle:nth-child(even) {
    background: radial-gradient(circle at 30% 30%, #2E476B, #4a6fa5);
    animation: changecolor 8s infinite ease-in 5s, bougebulles 5s infinite ease-in;
}

.bulle:nth-child(3n) {
    background: radial-gradient(circle at 30% 30%, #2D3134, #555555);
}

.bulle:nth-child(2) {
    width: 40px;
    height: 40px;
    left: 10%;
    animation-duration: 7s;
}

.bulle:nth-child(3) {
    width: 35px;
    height: 35px;
    left: 17%;
    animation-duration: 6s;
}

.bulle:nth-child(4) {
    width: 35px;
    height: 35px;
    left: 30%;
    animation-duration: 8s;
}

.bulle:nth-child(5) {
    width: 15px;
    height: 15px;
    left: 40%;
    animation-duration: 4s;
}

.bulle:nth-child(6) {
    width: 20px;
    height: 20px;
    left: 50%;
    animation-duration: 5s;
}

.bulle:nth-child(7) {
    width: 30px;
    height: 30px;
    left: 60%;
    animation-duration: 7s;
}

.bulle:nth-child(8) {
    width: 25px;
    height: 25px;
    left: 70%;
    animation-duration: 6s;
}

.bulle:nth-child(9) {
    width: 35px;
    height: 35px;
    left: 80%;
    animation-duration: 8s;
}

.bulle:nth-child(10) {
    width: 15px;
    height: 15px;
    left: 90%;
    animation-duration: 4s;
}

@keyframes changecolor {
    50% {
        background: radial-gradient(circle at 30% 30%, #ffd482, #ffb347);
    }
    100% {
        background: radial-gradient(circle at 30% 30%, #ffd482, #ffb347);
    }
}

@keyframes  bougebulles{
    0% {
    }
    100% {
        transform: translateY(-100vh);
        opacity: 0;
    }
}




@media screen and (max-width: 992px) {
    html {
        font-size: 14px;
    }

    nav {
        padding: 16px 32px;
    }

    .navbar-menu {
        gap: 20px;
    }

    section {
        padding-inline: var(--padding-32);
    }

    .banniere {
        flex-direction: column;
        height: auto;
        padding-top: 120px;
    }

    .banniere-image-conteneur {
        width: 100%;
    }

    .banniere-texte-conteneur {
        width: 100%;
    }

    .annonces-tickets-conteneur {
        flex-wrap: wrap;
        justify-content: center;
    }

    .annonces-tickets {
        flex-basis: 45%;
    }

    .evenements-cartes-conteneurs {
        grid-template-columns: 1fr 1fr;
        height: auto;
    }

    .evenements-carte1 {
        grid-column: 1/3;
    }

    .programmes-texte {
        flex-direction: column;
    }

    .programmes-texte-bloc,
    .programmes-image {
        width: 100%;
    }

    .temoignages-carte-conteneur {
        flex-direction: column;
    }

    .temoignages-carte {
        width: 100%;
    }

    .partenaires-conteneur {
        flex-wrap: wrap;
    }

    .partenaires-carte {
        flex-basis: 45%;
    }

    .footer-hbloc1 {
        flex-wrap: wrap;
        gap: 24px;
    }

    .footer-vbloc1,
    .footer-vbloc2 {
        width: 45% !important;
        max-width: 45% !important;
    }

    .footer-vbloc3 {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* Smartphones (768px et moins) */
@media screen and (max-width: 768px) {
    html {
        font-size: 12px;
    }

    nav {
        padding: 12px 16px;
    }

    .navbar-menu {
        display: none; /* Vous devrez probablement ajouter un menu hamburger */
    }

    .section-titre {
        width: 100%;
    }

    .annonces-tickets {
        flex-basis: 100%;
    }

    .evenements-cartes-conteneurs {
        grid-template-columns: 1fr;
    }

    .evenements-carte1 {
        grid-column: 1/2;
    }

    .partenaires-carte {
        flex-basis: 100%;
    }

    .footer-vbloc1,
    .footer-vbloc2 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .formulaire-bloc {
        padding: 16px;
    }

    button[type=submit] {
        width: 100%;
    }
    /* Autres ajustements responsifs --déplacé*/
    .footer-hbloc1 {
        flex-direction: column;
        gap: 2rem;
    }

}

/* Très petits écrans (480px et moins) */
@media screen and (max-width: 480px) {
    html {
        font-size: 10px;
    }

    .navbar-logo {
        width: 40px;
        height: 43px;
    }

    .banniere-texte-titre {
        font-size: 32px;
    }

    .section-titre-h2 {
        font-size: 28px;
    }

    .pied_de_page {
        padding-inline: 32px;
    }
}


/* Définition des variables avec des unités relatives */
:root {
    /* Utilisation de rem pour les espacements */
    --space-size-0: 0;
    --space-size-64: 4rem;
    --padding-64: 4rem;
    --padding-56: 3.5rem;
    --padding-48: 3rem;
    --padding-40: 2.5rem;
    --padding-32: 2rem;
    --padding-24: 1.5rem;
    --padding-16: 1rem;
    --padding-8: 0.5rem;
    --padding-60: 3.75rem;
    
    /* Tailles de police responsives */
    --font-size-base: 16px;
    --font-size-24: 1.5rem;
    --font-size-16: 1rem;
    --font-size-r14: 0.875rem;
    --font-size-r16: 1rem;
    --font-size-r24: 1.5rem;
    --font-size-r32: 2rem;
    --font-size-r40: 2.5rem;
    --font-size-r48: 3rem;
    
    /* Utilisation de vh/vw pour les espaces verticaux/horizontaux */
    --space-session-titre-h: 55%;
    --space-session-titre-v: 10vh;
}

/* Base responsive */
html {
    font-size: 16px;
    scroll-padding-top: 15vh;
    overflow-y: scroll;
}

/* Media queries pour différentes tailles d'écran */
@media screen and (max-width: 1200px) {
    html {
        font-size: 14px;
    }
    
    .banniere {
        height: auto;
        min-height: 60vh;
    }
    
    .banniere-texte-conteneur,
    .banniere-image-conteneur {
        width: 100%;
    }
    /*deplacé*/
    .temoignages-carte{
        flex: 1 1 300px;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 12px;
    }
    
    :root {
        --padding-64: 2rem;
        --padding-32: 1rem;
    }
    
    nav {
        padding: 1rem;
        height: auto;
    }
    
    .navbar-menu {
        flex-direction: column;
        gap: 1rem;
    }
    
    .banniere {
        flex-direction: column;
        gap: 2rem;
    }
    
    .programmes-texte {
        flex-direction: column;
    }
    
    .programmes-texte-bloc,
    .programmes-image {
        width: 100%;
    }
    
    .evenements-cartes-conteneurs {
        grid-template-columns: 1fr;
        height: auto;
    }
    
    .evenements-carte1,
    .evenements-carte2,
    .evenements-carte3,
    .evenements-carte4,
    .evenements-carte5 {
        grid-column: auto;
        grid-row: auto;
        height: 50vh;
    }
}

/* Exemple de modifications pour certains éléments spécifiques */
.navbar-logo {
    width: 3.75rem;
    height: 4rem;
}

nav {
    height: 6.25rem;
    padding: 1.5rem 3.875rem;
}
/*
.banniere {
    margin-top: 8vh;
    height: 70vh;
}
*/
/*.annonces-tickets {
    height: auto;
    min-height: 28rem;
}*/

/* Ajout de Flexbox pour améliorer la disposition responsive */
/*.programmes-carte-conteneur,
.temoignages-carte-conteneur,
.partenaires-conteneur {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
*/
.programmes-carte,
.partenaires-carte {
    flex: 1 1 300px;
}

/* Ajustements pour les images */
img {
    max-width: 100%;
    height: auto;
}


@media screen and (max-width: 480px) {
    .connexion {
        width: 100%;
        text-align: center;
    }
    
    .formulaire-bloc {
        padding: 1rem;
    }
    
    .footer {
        padding: 2rem 1rem;
    }
}
