body {
    margin: 0;
    padding: 0;
    font-family: 'Hedvig Letters Serif', serif;
    font-family: 'Kalnia', serif;
    background-color: #172A3A;
    color: white;
}

header{
    position: relative;
}

a {
    color: white;
    text-decoration: none;
}

ul {
    list-style-type: none;
}

.banniere {
    width: 100vw;
}









.menu {
    display: flex;
    justify-content: space-evenly;
    border-top: 1px solid #73A580;
    border-bottom: 1px solid #73A580;
}

.liste1 {
    display: flex;
    list-style-type: none;
    margin: 5px;
    padding: 0;
    gap: 30px;
    font-size: 80%;
    font-family: 'Hedvig Letters Serif', serif;
    font-family: 'Kalnia', serif;
}

.text {
    margin: 20px;
    margin-top: 30px;
    font-size: 80%;
    text-align: justify;
}

.hyperlien {
    border-bottom: 1px dotted white;
}

.hyperlien2 {
    text-decoration: underline;
    font-size: 130%;
    margin-top: 20px;
}


.entete {
    display: flex;
    flex-direction: column;
    margin: 20px;
    padding-top: 10px;
}

.part1 {
    display: flex;
    flex-direction: row;
}

.profile {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.liste2 {
    padding: 0;
    font-family: 'Hedvig Letters Serif', serif;
    font-family: 'Kalnia', serif;
    font-size: 80%;
    list-style-type: none;
    margin-top: 5px;
    margin-left: 10px;
}

.nom {
    color: #172A3A;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #73A580;
    font-size: 170%;
}

.age {
    color: #172A3A;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #73A580;
    font-size: 150%;
}

.statut {
    color: #172A3A;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: white;
    font-size: 100%;
}

.description {
    margin-top: 20px;
    font-size: 80%;
    text-align: justify;
}

.marges {
    padding: 15px 15px;
}










.title {
    color: #172A3A;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #73A580;
}


.projet_content {
    display: flex;
    flex-direction: row;
}

.projet_img {
    width: 40vw;
    margin: 5px;
}

.projet_img2 {
    height: 170px;
    border-radius: 10%;
    margin: 5px;
    padding-left: 25px;
    padding-right: 25px;
}

.descriptif {
    margin: 5px;
    margin-top: -7px;
    font-size: 70%;
    text-align: justify;
}






.card_title {
    color: #172A3A;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #73A580;
    text-align: center;
}

.card {
    margin: 25px;
    padding-bottom: 15px;
}

.card_content {
    margin-bottom: 20px;
}

.card_s-titre {
    font-size: 80%;
    margin: 0;
}

.card_para {
    font-size: 60%;
    margin-bottom: 0;
}


.etoile {
    position: relative;
}

.liste_etoile {
    position: relative;
    padding-left: 23px;
    margin: 0;
}

.liste_etoile::before {
    display: flex;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 2px;
    left: 0;
    content: "";
    background-image: url(../img/puce.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0;
}





.corps_banniere {
    width: 100vw;
}

.corps__site {
    width: 100vw;
    transform: translateY(-5px);
    background-color: white;
}




.liste_projet {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 5px;
    margin: 0;
    box-sizing: border-box;
    width: 100vw;
    gap: 30px;
    font-size: 80%;
    font-family: 'Hedvig Letters Serif', serif;
    font-family: 'Kalnia', serif;
    color: white;
    position: absolute;
    bottom: 5px;
    border-top: 0.5px solid white;
}

.liste_projet1 {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 5px;
    margin: 0;
    box-sizing: border-box;
    width: 100vw;
    gap: 30px;
    font-size: 80%;
    font-family: 'Hedvig Letters Serif', serif;
    font-family: 'Kalnia', serif;
    color: black;
    position: absolute;
    bottom: 5px;
    border-top: 0.5px solid black;
    border-bottom: 0.5px solid black;
}

.menu_content1 a{
    color: black;
}

.liste_projet3 {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 5px;
    margin: 0;
    box-sizing: border-box;
    width: 100vw;
    gap: 30px;
    font-size: 80%;
    font-family: 'Hedvig Letters Serif', serif;
    font-family: 'Kalnia', serif;
    position: absolute;
    bottom: 5px;
    border-top: 0.5px solid #EF7A7F;
    border-bottom: 0.5px solid #EF7A7F;
}

.menu_content3 a{
    color: #EF7A7F;
}





@media screen and (min-width: 375px) {
    .marges {
      padding: 0px 25px;
    }
  }


@media screen and (min-width: 500px) {
    .descriptif{
        font-size: 100%;
    }
    
    .projet_content {
        margin-bottom: 50px;
    }




    .body_projets{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .corps_banniere {
        width: 80vw;
    }

    .corps__site {
        width: 80vw;
    }


    .liste_projet {
        width: 80vw;
        font-size: 90%;
    }

    .liste_projet1 {
        width: 80vw;
        font-size: 90%;
    }

    .liste_projet3 {
        width: 80vw;
        font-size: 90%;
    }

 }







@media screen and (min-width: 750px) {
    .marges {
      padding: 50px 150px;
    }

    p{
        font-size: 110%;
    }
    
    .liste1 {
        gap: 30px;
        font-size: 120%;
    }

    .text {
        margin-top: 50px;
        font-size: 110%;
    }

    .profile {
        width: 190px;
        height: 190px;
        border-radius: 100%;
    }

    .liste2 {
        font-size: 140%;
    }
    
    .description {
        font-size: 100%;
    }
    
    .card_title{
        margin-top: 50px;
        font-size: 130%;
    }

    .card_s-titre {
        font-size: 100%;
    }

    .card_para {
        font-size: 80%;
    }

    


    .title {
        font-size: 160%;
    }
    
    .projet_content {
        margin-bottom: 100px;
    }
    
    .projet_img {
        width: 30vw;
    }
    
    .projet_img2 {
        height: 400px;
    }
    
    .descriptif {
        font-size: 110%;
    }





    .corps_banniere {
        width: 60vw;
    }

    .corps__site {
        width: 60vw;
    }


    .liste_projet {
        width: 60vw;
        font-size: 100%;
    }

    .liste_projet1 {
        width: 60vw;
        font-size: 100%;
    }

    .liste_projet3 {
        width: 60vw;
        font-size: 100%;
    }

    
  }




@media screen and (min-width: 1024px) {
    .marges {
        padding: 50px 250px;
    }
      
    .liste1 {
        gap: 100px;
        font-size: 140%;
    }
  
    .liste2 {
        font-size: 155%
    }
      
    .description {
        font-size: 120%;
    }
      
    .card_title{
        margin-top: 100px;
        font-size: 170%;
    }
  
    .card_s-titre {
        font-size: 120%;
    }
  
    .card_para {
        font-size: 90%;
    }
  
      
  

  
    .title {
        font-size: 200%;
    }
      
    .projet_img {
        width: 25vw;
    }
      
    .projet_img2 {
        height: 500px;
    }
      
    .descriptif {
        font-size: 115%;
    }




    .corps_banniere {
        width: 40vw;
    }

    .corps__site {
        width: 40vw;
    }


    .liste_projet {
        width: 40vw;
    }

    .liste_projet1 {
        width: 40vw;
    }

    .liste_projet3 {
        width: 40vw;
    }

}



@media screen and (min-width: 1200px) {
    .marges {
        padding: 50px 300px;
    }
      
    .profile {
        width: 210px;
        height: 210px;
    }
      
    .liste2 {
        font-size: 200%
    }

    .projet_content {
        margin-bottom: 100px;
    }


    .liste_projet {
        font-size: 110%;
    }

    .liste_projet1 {
        font-size: 110%;
    }

    .liste_projet3 {
        font-size: 110%;
    }
    
          
}




@media screen and (min-width: 1600px) {
    .marges {
        margin-top: 100px;
        padding: 50px 450px;
    }

    .text_content{
        font-size: 200%;
    }
      
    .liste2 {
        font-size: 210%
    }
          
    .description {
        font-size: 130%;
    }
          
    .card_title{
        font-size: 190%;
    }
      
    .card_s-titre {
        font-size: 130%;
    }
      
    .card_para {
        font-size: 100%;
    }
      
          
      
          
      

          
    .projet_content {
        margin-bottom: 150px;
    }
          
    .projet_img {
        width: 20vw;
    }
          
    .projet_img2 {
        height: 600px;
    }
          
    .descriptif {
        font-size: 120%;
    }


    .liste_projet {
        font-size: 150%;
    }

    .liste_projet1 {
        font-size: 150%;
    }

    .liste_projet3 {
        font-size: 150%;
    }
 
}