@font-face {
    font-family: Apfel;
    src: url(/fonts/ApfelGrotezk-Regular.otf);
}
@font-face {
    font-family: Expo;
    src: url(/fonts/ExposureItalicTrial[-60]\ copia.otf);
}



body {
    overflow-x: hidden;
    margin-left: 25px; /* Marges par défaut */
    margin-bottom: 25px; /* Marges par défaut */
    margin-right: 25px; /* Marges par défaut */
    font-family: Apfel;
    box-sizing: border-box;
    background-color: #9FD59F;
}

body{
    color: #FBEEDC;
}

.base{
    background-color: #FBEEDC;
    color: #353EFF;
    /* margin-left: -25px;
    margin-right: -25px; */
    /* padding-left: 25px;
    padding-right: 25px; */
}

.separation{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    justify-content: flex-end;
}

 /* COULEUR Beige sur saumon */
                    .couleur1{
                        background-color: #9FD59F;
                        color: #FBEEDC;
                    }
                    .couleur1 p{
                        color: #FBEEDC;
                    }
/* FIN COULEUR Beige sur saumon*/  

/* BLEU SUR BEIGEEEEE */    
                    .couleur2{
                        background-color: #FBEEDC;
                        color: #9FD59F;
                        margin-left: -25px;
                        margin-right: -25px;
                        padding-left: 25px;
                        padding-right: 25px;
                    }
                    .couleur2 p{
                        color: #9FD59F;
                    }
    
/* BLEU SUR BEIGEEEEE */  

/* HEADERRRRRRRRRRRRRRRRRRRRRRRR */
                                header {
                                    width: 100vw;
                                    display: flex;
                                    justify-content: space-between;
                                    font-size: 40px; 
                                    position: fixed;
                                    z-index: 3;
                                    padding-bottom: 8px;
                                    gap: 25px;
                                }


                                .hautgauche {
                                    font-family: Expo;
                                    font-size: 100px; 
                                }

                                .hautgauche a{
                                    padding-bottom: 8px;
                                }

                                .hautdroit {
                                padding-top: 15px;
                                width: 50%;
                                position: fixed;
                                display: flex;
                                justify-content: space-between;
                                right: 25px;
                                }
                          
                                                               
                                header a:hover{
                                    color: #353EFF;
                                    font-family: Expo;
                                }

                                .hover{
                                    color: #353EFF;
                                    font-family: Expo;
                                }

                                .colorheader1{
                                  color: #FBEEDC;
                                  height: auto;
                                }

                                .colorheader2{
                                    color: #9FD59F;
                                  }
 /* FIN HEADERRRRRRRRRRRRRRRRRRRR */

.menubas {
    padding-top: 35px;
}

/* Styles pour le menu burger */
.burger-menu {
    display: none; /* Cacher par défaut */
    flex-direction: column;
    cursor: pointer;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 12;
}

.bar1, .bar2, .bar3 {
    width: 30px;
    height: 4px;
    background-color:#FBEEDC;
    margin: 6px 0;
    transition: 0.4s;
}

/* Burger links */
.burger-links {
    display: none;
    flex-direction: column;
    align-items: left;
    position: fixed;
    left: 0px;
    margin-top: -10px;
    width: 120%;
    z-index: 10;
    padding-top: 20vh;
    height: 100%;
    background-color:  #9FD59F;
}
.burger-links a:hover{
    font-family: Expo;
    color: #353EFF;
}
  .burger-links a {
    z-index: 30;
        padding: 10px; /* Padding réduit pour les liens */
    }

/* MAIN */
/* TYPOGRAPHY SEABIRD */
.TSpetit{
    font-size: 16px;
}
    .texte1 {
      padding-left: 50%;
      font-size: 26px;
    }
    
          .texte2 {
              padding-left: 0%;
              font-size: 26px;
          }

    .journee {
        font-size: 10.4vw;
        font-family: Expo;
        position: absolute; /* Position absolue pour le positionner en bas */
        bottom: 15px; /* Distance du bas */
        text-align: left; /* Aligner le texte à gauche */
    }

    .journee p{
        letter-spacing: 2px;
    }

    .date{
        width: 100%;
        font-size: 100px;
        font-family: Expo;
        text-align: left;
        
    }

    .date p{
        letter-spacing: 2px;
    }

    .bouton{
        font-family: Expo;
        margin-right: 15px;
    }

    .courant{
        text-align: left;
        font-size: 26px;
        font-family: Apfel;
    }

    .petittexte2{
        text-align: left;
        font-size: 15px;
        font-family: Apfel;
        color: #353EFF;
    }
    
    .grostexte{
        text-align: left;
        font-size: 36px;
        font-family: Apfel;
    }

           .c5 {
               color: #FBEEDC;
               padding-top: 35px;
               padding-bottom: 35px;
               font-family: Apfel;
               font-size: 36px;
           }

    .c6{
        color: #353EFF;
        padding-right: 25%;
        font-family: Apfel;
        font-size: 36px;
    }

                .c7 {
                    color: #9FD59F;
                    padding-right: 0%;
                    font-family: Apfel;
                    font-size: 36px;
                }

    .content {
        width: 75%; /* Conteneur pour le titre et texte prend le reste de la largeur */
        display: flex; /* Utiliser flexbox pour l'agencement interne */
        flex-direction: column;
    }

    .copy {
        font-size: 8px; 
        margin-top: 3px;
        margin-bottom: 3px;
      }

    .valeur{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 50px;
    }
    .infotitre{
        padding-left: 25%;
        margin-top: 150px;
    }

    .infotitre2 {
    padding-top: 80px;
    padding-left: 0%;
    }

    .titre{
        text-align: left;
        font-size: 50px;
        font-family: Expo;
    }

    /* ESPACEMENT  */
    .espace1{
        margin-top: 50px;
    }

    
    .espacement{
        margin-bottom: 10vh;;
    }

    .debut{
        padding-top: 30vh;
    }

    .left{
        margin-left: 25%;
    }

    .left2{
        margin-left:20px
    }

    .top{
        margin-top: -10vh;
    }

        .block {
            padding-top: 30vh;
        }

    .espacegauche{
        padding-left: 40%;
    }

    .W50{
        width: 50%;
    }

.W25 {
    width: 25%;
}

.moitiemoitie{
    display: flex;
    justify-content: space-between;
}

/* Style du cercle */
                .cercle {
                    width: 300px;
                    height: 300px;
                    border-radius: 50%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    font-size: 55px;
                    font-family: Expo;
                    cursor: pointer;
                    position: relative;
                    animation: oscillation 10s ease-in-out infinite;
                }
        
                @keyframes oscillation {
                    0% {
                        transform: rotate(-30deg);
                    }
        
                    50% {
                        transform: rotate(30deg);
                    }
        
                    100% {
                        transform: rotate(-30deg);
                    }
                }
            .c1{ background-color: #dce7fb;
                 color: c;}
        
            .cercle:hover {background-color: #353EFF;}
            .cercle:hover a {color:#FBEEDC;}
            /* cercle 2  */
            .c2 { background-color: #9FD59F;
                  color: #FBEEDC;}
         
/* FIN style du cercle */

/* MOTIF HORIZONTALE */
                        .motifhorizontale{
                            margin-left: -25px;
                            margin-right: -25px;
                            margin-top: -10%;
                        }

                        .motifhome{
                         margin: -25px;
                         position: relative;
                        }

                        .motiffooter{
                            margin-top: 250px;
                            margin-left: -25px;
                            margin-right: -25px;
                        }

/* MOTIF HORIZONTALE */

.pdf {
    color: #FBEEDC;
    font-size: 36px;
}

.pdf2 {
    margin-top: 50px;
    margin-left: 25px;
    margin-bottom: 50px;
    font-size: 26px;
    font-family: Apfel;
}

.pdf:hover {
    color: #353EFF;
    font-family: Expo;
}


.video-container {
    width: 50%;
    height: auto;
}

/* Vidéo elle-même */
.video {
    max-width: 100%;
    max-height: 100%;
    border-radius: 30px;
}

/* FIGURES */
.figures {
    gap: 25px; /* Espacement entre les colonnes */
    display: grid; /* Utilise CSS Grid pour la mise en page */
    grid-template-columns: repeat(3, 1fr); /* Crée une grille de 3 colonnes de largeur égale */
}

.figuressss{
    width: 100%;
}

.image-container {
    position: relative; /* Nécessaire pour positionner le texte au-dessus de l'image */
}

.prenom2{
    background-color: #353EFF; /* Fond de couleur */
    color:#FBEEDC; /* Couleur du texte */
    width: 75%; /* Occupe toute la largeur de l'image */
    padding: 5px 10px; /* Espacement autour du texte pour la lisibilité */
    left: 0; /* Aligne le texte avec le bord gauche de l'image */
    text-align: left; /* Aligne le texte à gauche */
    font-size: 26px;
}

.image-container img {
    width: 100%;
    height: 60vh;
    object-fit: cover; 
}

/* FOOTER */
.footerquery{
    display: none;
}
.sitequery{
    display: none;
}

footer {
    background-color: #353EFF; 
    color: #FBEEDC; 
    display: flex;
    justify-content: space-between;
    margin: -25px;
    padding:  25px;
    font-family: Apfel;
    box-sizing: border-box;
    padding-bottom: 6%;
  }
  .footer-left {
    width: 50%; /* Première partie 50% */
    display: flex;
    gap: 20px;
  }
  .logo-text {
    display: flex;
    align-items: flex-start;
  }
  .logo-text p {
    font-size: 28px;
    padding-right: 50px; /* Espacement à droite du texte "Sujettes" */
  }
  .logo-text p {
    font-size: 60px;
    margin: 0;
    align-self: top; /* Alignement vertical au centre */
  }
  .footer-pages li a {
    color: #FBEEDC; /* Lien blanc */
    font-size: 26px;
  }
  .footer-right {
    width: 50%; /* Deuxième partie 50% */
    display: flex;
    justify-content: flex-end; /* Aligner les boutons à droite */
}
.social-buttons {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    gap: 15px;
}
.petitfooter{
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 18px;
  }

  .footer-pages li a:hover {
    color: #9FD59F; /* Change la couleur du texte au survol */
    font-family: Expo;
}

  .date2{
    font-size: 4vw;
  }  
    .cercle3 {
        width: 15vw; /* La largeur est définie en fonction de la largeur de la fenêtre */
        height: 15vw; /* La hauteur est égale à la largeur pour garder un cercle parfait */
        max-width: 250px; /* Limite la taille maximale des cercles */
        max-height: 250px;
        border-radius: 50%;
        display: flex;
        justify-content: center; 
        align-items: center; 
        text-align: center;
        font-size: 55px;
        cursor: pointer;
        position: relative;
        background-color: none;
        color: #FBEEDC;
        border: 4px solid #FBEEDC;
        font-size: 36px;
    }
    .cercle3:hover {
        background-color: #FBEEDC;
        color: #353EFF;
        border: 2px solid #FBEEDC;
    }
    .site{
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        background-color: #353EFF;
        padding:20px;
        margin: -25px;
    }
    .anais{
        display: flex;
        color: #FBEEDC;
        font-size: 10px;
    }

    .copy1{
        font-family: Apfel;
        margin-top: -10px;
        font-size: 8px;
        margin-bottom: 3px;
    }

    @media (max-width: 1200px) {
html,
    body {
        overflow-x: hidden;
        width: 100%;
    }
        .copy1{
                margin-top: -5px;
                font-family: Apfel;
            }
        body{
            padding: 10px; /* Marges réduites */
            overflow-x: hidden;
        }

        html{
            overflow-x: hidden;
            margin: -10px;
        }

        .journee{
            font-size: 10vw;
        }
    
        .motifverticale{
            display: none;
        }
    
        .content{
            width: 100%;
        }
    
        .courant{
            margin-left: 0;
        }
    
        .image{
            width: 100%;
        }
    
        .image-container {
            position: relative; /* Nécessaire pour positionner le texte par rapport à l'image */
        }
        
        .image-container img {
            width: 100%; /* L'image s'adapte à la largeur du conteneur */
            height: 60vh; /* Hauteur automatique pour conserver le rapport d'aspect */
            object-fit: cover; /* Couvre le conteneur sans déformer l'image */
        }
        .figures {
            gap: 10px;
            grid-template-columns: repeat(2, 1fr); /* Crée une grille de 3 colonnes de largeur égale */
        }
    
        .petittexte{
            font-size: 10px;
            margin-bottom: 50px;
        }

        .petittexte2{
            font-size: 10px;
            margin-bottom: 50px;
        }

        .texte1 {
            padding-left: 0%;
          }

          .infotitre{
            padding-left: 0%;
            padding-top: 0px;
        }

          .left{
            margin-left: 0%;
        }

        .haut{
            display: block;
            padding-top: 75px;
        }

            .content{
                width: 100%;
            }

            .courant{
                margin-left: 0;
            }

            .image{
                width: 100%;
            }

            .image-container img {
                width: 100%;
                height:40vh;
                object-fit: cover; 
            }

            .englobe6{
                color: #FBEEDC;
                padding-bottom: 75px;
            }

            .c6{
                padding-right: 0%;
                font-size:26px;
            }

            .prenom2{
                font-size: 18px;
                width: 100%;
            }

             .espacegauche {
             padding-left: 0%;
             }

                         .separation {
                            display: block;
                            flex-direction: column;
                            width: 100%;
                            justify-content: center;
                            align-items: center;
                         }

.video-container {
    width: 100%;
}

.video {
    border-radius: 15px;
}

.W50 {
    width: 100%;
}

.W25{
    width: 50%;
}

.pdf{
   align-items: center;
        font-size: 25px;
        
}

.left2{
    margin-left: 0;
}
}