@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap');
body{
    margin: 10;
    padding: 10;
    font-family: 'Montserrat', sans-serif;
}
nav .img{
    justify-content: center;
}
nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center ;
    align-items: center ;
    border-bottom: 8px solid #6f6f6f;
}
html{
    font-size: 80%;
}
th, td, caption {
  border-style:solid;
  border-color: #96D4D4;
}
@media screen and (max-width:680px) {
    html{
        font-size: 40%;
    }
}

nav h1{
    color: #717171;
    font-family: 'Playfair Display', sans-serif;
    font-size: 30px;
    
}
nav .onglets{
    margin-top: 3px;
    margin-left: 300px;
}

nav .onglets a{
     text-decoration: none;
     color: #000;
     margin-right: 10px;
     border-bottom: 1px solid #000;
     padding-bottom: 5px;
}


.row{
    position: relative;
    width: 110%;
    display: flex;
    justify-content: right;
}
.row .col50{
    position: relative;
    width: 52%;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.row .col50 h1{
    margin-bottom: 20px;
     
}


.titre-texte{
    color: #000;
    font-size: 3rem;
    font-weight: 300px;
    text-transform: capitalize;
 
}
.row .col50 img{
    height: 60%;
    width: 70%;
    position: relative;
}
.row .col51 
 @media screen and (max-width:680px) {
     nav .onglets{

         margin-bottom: 20px;
         
     }
     nav .img{
    position: relative;
    align-items: center;
    justify-content: center ;
}

}
@media screen and (max-width:600px) {
    .row .col50 img{
    height: 90%;
    width: 90%;
    position: relative;
    }
    .row .col51{
        text-align : right;
        position: relative;
        font-size: 2rem;
    }
}
