body{
    margin: 0;
    padding: 0;
    background-color: rgb(219, 219, 219);
}
.main{
    background-image: url("TP1/img/background.jpg");
    background-size: cover;
    padding-bottom: 31px;
}

.menu{
    display: flex;
    justify-content: space-around;
    background-color: black;
    padding: 10px;
    align-items: center;
    margin: 0;
}

.logo{
    max-height: 80px;
}

.menu-link{
    padding: 20px;
}

.menu-style{
      text-decoration: none;
      font-size: 18px;
      color: white;     
}
.langue{
    color: gray;
}

.intro{
    display: flex;
    flex-direction: column;
    margin-left: 10%;
    margin-right: 10%;
    justify-content: space-around;
    padding-bottom: 110px;
}
.title{
    text-align: center;
    font-size: 90px;
    color: white;  
}

.presentation{
    font-size: 40px;
    text-align: center;
    color: white;
}

.bouton{
    text-decoration: none;
    font-size: 32px;
    background-color: blue;
    color: white;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    margin-right: 35%;
    margin-left: 35%;
   box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.page2{
    display: flex;
    align-items: center;
}

.dentiste{
    max-height: 650px;
    margin: 50px;
}

.texte_forme{
    display: flex;
    flex-direction: column;
}

.propos{
    color: blue;
    font-size: 18px;
}

.accroche{
    font-size: 50px;
    color: blueviolet;
    margin: 0;
}

.texte{
    font-size: 18px;
    color: gray;
}

.boutto{
    text-decoration: none;
    background-color: blue;
    border-radius: 10px;
    padding: 10px;
    font-size: 32px;
    color: white;
}

.image{
    display: flex;
    justify-content: space-around;
    gap: 20px;
    margin: 50px;
}

.img_style{
    max-height: 350px;
}

.decouvert{
    text-align: center;
    font-size: 32px;
    color: blue;
    padding: 25px;
}

.box {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 40px; 
  padding: 25px 45px;
  background-color: rgb(219, 219, 219);
  justify-items: center;
}


.box_container {
  background-color: white;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  width: 100%;
  max-width: 300px; 
}


.box_container h2 {
  margin: 0 0 10px 0;
  font-size: 22px;
  color: #222;
  padding: 20px;
}


.box_style {
  margin: 0;
  color: #555;
  font-size: 20px;
}

.box_img{
    max-height: 75px;
}

.ptn{
    height: 1.5px;
    background-color: blue;
}

.footer{
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: stretch;
    margin-top: 70px;
    margin-bottom: 60px;
}

.gauche{
    border-right: 2px solid blue;
}

.footer_content1{
    margin-right: 175px;
}

.footer_title{
    font-size: 32px;
}

.footer_style{
    color: gray;
    margin: 0;
}

.gauche iframe{
    margin-top: 20px;
    margin-bottom: 20px;
}

.espace{
    margin: 30px;
}

.end{
    display: flex;
    justify-content: space-around;
    text-align: center;
    background-color: rgb(14, 14, 87);
}

.end_content{
    margin-top: 30px;
}

.end_logo{
    max-height: 100px;
}

.end_title{
    color: white;
    font-size: 30px;
}

.end_style{
    color: gray;
    margin: 5px;
}

.bottom{
    background-color: blueviolet;
    padding: 20px;
}

.bottom_style{
    margin: 0;
    text-align: center;
    color: white;
}

.espace2{
    padding-bottom: 20px;
}
