
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    background-image: url('../pics/fond_final.svg');
    background-size: cover;
    background-repeat: no-repeat;

    
}
nav{
    display: flex;
    background-color:#49B3BF ;
    justify-content: center;
    align-items: center;
    border-bottom: 5px solid #C0213E;
}
nav h1{
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 35px;
}
nav .baguette{
    margin-top: 2%;
    margin-left: 300px;
}
nav .baguette a{
    text-decoration: none;
    color: #fff;
    margin-right: 150px;
    border-bottom: 3px solid #C0213E;
    padding-bottom: 5px;
    font-size: 20px;
}

header{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: black;
    background-size: cover;
    color: white;
    padding: 20px;
}
header h1{
    font-family: 'Playfair Display', serif;
    font-size: 50px;
}
header h4{
    margin-top: -20px;
    font-size: 20px;
    text-align: center;
}
header button{
    padding: 10px 20px;
    background-color: #E6863C;
    color:white;
    border:none;
    margin-bottom: 30px;
    outline:none;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    cursor: pointer;
}
.principale{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.principale .second .bob .marge img{
        height:300px;
        width: 400px;
        margin-top: 5px;
}
.rien {
    background-color: #E6863C;
    border-radius: 10px;
    margin-right: 86%;
    padding: 10px;
    color: white;
}
.issou {
    background-color: #8C1243;
    border-radius: 10px;
    margin-right: 66%;
    padding: 10px;
    color: white;
}
.marmite {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: end;
    
}
aside h1 {
    margin-top: -106%;
    margin-right: 2%;
    background-color: #E6863C;
    padding: 10px;
    border-radius: 10px;
    color: white;
    
}

.vidéo {
    margin-right: 2%;
    background-color: #BF213E; 
    padding:40px 35px;
    border-radius: 20px;
 

}