

@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;
    height: 60px;
}
.logo{
    width: 100%;
    height: 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%; 
}
/*
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 {
    /*background:linear-gradient(90deg, rgba(255, 193, 75, 0.80) 0%, #FFD482 100%);*/
    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: -100px;
    width: 20px;
    height: 20px;
    background: radial-gradient(circle at 30% 30%, #ff6347, #ff4500, #8b0000);
    border-radius: 50%;
    animation: rise 5s infinite ease-in;
    z-index: -1;
}

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

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

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

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

@keyframes rise {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-100vh);
        opacity: 0;
    }
}
*/

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




/**/

/*.partenaires-carte {
    position: relative;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
    animation: distribute 20s infinite linear alternate;
    /*transition: transform 1s ease-out, opacity 1s ease;/
}

.partenaires-carte:nth-child(1) {
    animation-delay: 4s;
    transform: translateX(0);
}

.partenaires-carte:nth-child(2) {
    animation-delay: 3s;
    transform: translateX(-19vw);
}

.partenaires-carte:nth-child(3) {
    animation-delay: 2s;
    transform: translateX(-38vw);
}

.partenaires-carte:nth-child(4) {
    animation-delay: 1s;
    transform: translateX(-57vw);
}

.partenaires-carte:nth-child(5) {
    animation-delay: 0s;
    transform: translateX(-76vw);
}

@keyframes distribute {
    0% {
        opacity: 1;
    }
    10% {
        opacity: 1;
        border: 4px solid rgba(0, 115, 230, 0.50);
    }
    20% {
        opacity: 1;
        border: 4px solid rgba(0, 115, 230, 0.50);
    }

    30% {
        transform: translateX(0);
        opacity: 1;
        border: 4px solid rgba(0, 115, 230, 0.50);
    }
    50% {
        transform: translateX(0);
        opacity: 1;
        /*z-index: -1;/

    }

    90% {
        opacity: 1;
        /*z-index: -1;/
        border: 4px solid rgba(0, 115, 230, 0.50);
    }
    100% {
        transform: translateX(var(--translate-x));
        opacity: 1;
        /*z-index: -1;/
    }

}*/


/*
.partenaires-carte {
    animation: animateDiv 5s infinite;
}

.partenaires-carte:nth-child(1) {
    animation-delay: 0s;
}

.partenaires-carte:nth-child(2) {
    animation-delay: 1s;
}

.partenaires-carte:nth-child(3) {
    animation-delay: 2s;
}

.partenaires-carte:nth-child(4) {
    animation-delay: 3s;
}

.partenaires-carte:nth-child(5) {
    animation-delay: 4s;
    margin-right: 0; /* Remove margin for the last div /
}

@keyframes animateDiv {
    0% { transform: translateY(0); }
    50% { transform: translateY(50px); }
    100% { transform: translateY(0); }
}*/
