*{ margin: 0;
    box-sizing: border-box;}
    font-family: 'Anton', sans-serif;

    font-family: 'Barlow Condensed', sans-serif;
    font-family: 'Inter', sans-serif;
    body{
        width: 100%;
    }
    header{
        width: 100%;
        top: 0;
        z-index: 10;
        background-color: #80b0e0;
    }
    header nav {
        background-color: #5070b0;
        width: 980px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: -1px auto;
    }
    header nav a {
        font-size: 15px;
        color : black;
        text-decoration: none;
        }
        
        figure {
            
            position: relative;
            display: flex;
            justify-content: flex-start;
            height: 300px;
            width:100%

        }
        figure img {
  width: 100%;
            object-fit :cover;
        }
        figcaption {
            position: absolute;
           bottom: 50%;
            color: white;
            width: 100%;}

            .comment{
                padding-left: 20 px;
                font-size: 30px;
            }
            .bloc{
                width: 32%;
                padding-top: 40px;
                height: 500px;
                padding-left: 30px;
                padding-right: 30px;

            }
            #photo{
                display: flex;
                justify-content: space-between;
            }
    .lien{
        text-decoration: none;
        color: white;
    }
    footer{
        background-color: #89AAE6;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1em;
        margin-top: 1em;
    }
    footer nav {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }
    footer nav a {
        text-decoration: none;
        color: black;
    }
    .jazz{
        font-family: 'Anton', sans-serif;
    }
    #last a{
        padding-bottom: 20px;

    }
    .cadre{
    border: 2px solid white; 
    padding: 20px; 
    max-width: 500px;
    text-align: center; 
}
.plafond{
    margin-top: 20px;
    color: white;
}
#coprs{
    background: url(istockphoto-1207095806-1024x1024.webp);
    background-size: cover;
}
#corps{
    background: url(istockphoto-1712792272-1024x1024.webp);
    background-size: cover;
}
    #coprs1{
        background: url(istockphoto-827251906-1024x1024.webp);
        background-size: cover;
    }
 