@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;1,200;1,300;1,400&display=swap');
.titre{
position: relative;
    
    align-items: center;
    padding: 10px;      
    display: flex;
    align-items: center;
    background: antiquewhite;
    border-radius: 40px;
   position: sticky;
   top: 0;    
}
  


body{

    font-family: 'poppins',sans-serif;
   
}




.liste-items{
    flex: 1;
    text-align: center;
}
.items{
    display: inline-block;
   
      font-size: 15px;  
}

.items .text{
display: inline-block;
    text-decoration: none;
border-radius: 30px;
margin: 26px;


}
.items a:hover{
    background-color: darkslategray;
}

img{
    width:6%;
    border-radius: 50px;
}

hr{
    margin-left: 50px;
    margin-right: 70px;
}

.section1{
    margin-left:  23px;
  color: black;
  font-size: 17px;
}
.section2{
    margin-left:  23px;

}.section3{
    margin-left:  23px;

}

.section1:hover{
    color: #555;

}



.vou{
    margin: 20px;
}


.infos strong{
text-decoration: underline;
}


.nabou{
   margin-left: 5px;
  margin-top: 5px;
}
.fa-solid {
margin-right: 7px;
}

.mou strong{
    font-size: 17px;
    font-weight: 50px;
   
}

.mou.cou{
    font-size: 17px;
}






.bou{
    text-decoration: none;
    list-style: none;
    margin-bottom: 3px;
}
td{
    border: 1px solid black;
}

table{
   border-collapse: collapse;
}

em{
    font-size: 35px;
}



tr{
    padding: 4px;
    text-align: center;
}

.contact{
    font-size: 14px;
}




@media screen and (max-width: 950px) and  (min-width: 600px)
    {
        .section1{
            width: 35%;
        }
    }

@media screen and (max-width: 601px)
    {
        .section1{
            width: 90%;
            margin-right: 6%;
        }
    }



