body{
    margin: 0;
}

.top{
    display: flex;
    justify-content: space-between;
    background-color: black;
}
.logo{
    width: 100px;  
    padding-top: 25px;
    
}
.menu{
    display: flex;
    justify-content: space-around;
    gap: 20px;
    list-style: none; /* enlève les puces */
    font-weight: 400;
    font-style: normal;
    font-size: 28px;

}
.menu-link{
    /* met en forme les liens */
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 30px 35px; /*horizontal, vertical */
}
.language{
    color: gray;
    padding: 20px 30px;
}
.content1{
    background-image: url(TP1/img/background.jpg);
    color: rgb(255, 255, 255);
    background-attachment: fixed;
    background-size: cover;
    padding-top:100px ;
    padding-bottom: 100px;
    padding-left: 15%;
    padding-right: 15%;
    font-size: 28px;
    text-align: center;
}
.main-title{
    font-size: 90px;
    font-weight: 1000;
}
.content1 a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(0, 145, 255);
    padding: 5px 10px; /*horizontal, vertical */
    color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
}
.content2{
    display: flex;
    justify-content: space-evenly;

    
    background-color: white;
    padding-bottom: 40px;
}
.content2 a{
        color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(0, 145, 255);
    padding: 10px 15px; /*horizontal, vertical */
    color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-size: 25px;
    border-radius: 5px;
}
.dentiste{
    width: 500px;
    padding: 40px;
}
.Prop{
    color:rgb(0, 145, 255) ;
}
.Propos{
    padding-top: 100px;
    padding-left:80px;
    padding-right: 80px;
    width: 400px;
    
}
.content2 h1{
    font-size: 50px;
    color: rgb(21, 75, 99);
}
.content2 p{
    font-size: 20px;
}

.part1{
    display: flex;
    justify-content: space-around;
}
.content3{
    background-color: rgb(218, 232, 241);
    padding-top: 30px;
    padding-left: 5%;
    padding-right: 5%;
}
.content3 img{
    width: 25%;
}
.part2{
    padding-top: 35px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 50px;
    font-weight: 550;
    color: rgb(21, 75, 99);
}
.part3{
    text-align: center;
    padding-right: 10%;
    padding-left: 14%;
    padding-top: 20px;
    padding-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 250px 250px ;
    gap: 40px;
    font-size: 25;

}
.part3 img{
    width: 70px;
}
.bloc{
    padding-top: 20px;
    background-color: white;
    width: 80%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px;
}
.horaires a{
    color: rgb(92, 92, 92);
    text-decoration: none;
}
.content4{
    display: flex;
    padding-top: 30px;
    justify-content: space-evenly;
    text-align: center;
    padding-right: 5%;
    padding-bottom: 60px;
}
.adresse{
    padding-right:30px ;
}

.content4 iframe{
    width: 450px;
    height: 275px;
}
.content4 p{
    font-size: 20px;
    padding: 10px;
    color: rgb(88, 88, 88);
}
.content4 h1{
    font-size: 30px;
}
.horaires h1{
    padding-bottom: 20px;
}
.bottom{
    background-color: rgb(14, 60, 101);
}
.bottom{
    display: flex;
    justify-content: space-evenly;
    padding: 30px;
    color: white;
}