#static-header {
    background-position: center;
    background-image: url("../img/static/header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}
#static-header p {
    font-size: 18px;
    color: white;
    text-align: center;
    padding: 20px;
}
#simple .description p,
#double .description p {
    font-size: 16px;
    font-family: "Poppins";
    color: black;
}
#simple .description p h2,
#double .description p h2 {
    font-size: 20px;
    font-family: "Poppins";
    color: black;
}
#simple .description,
#double .description {
    background-color: white;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    padding: 40px;
    margin-bottom: 120px;
    position: relative;
    top: -90px;
}
.row.row-sommaire {
    position: relative;
    justify-content: center;
}
#description {    
    background-color: white;
    box-shadow: 0 20px 20px rgb(0 0 0 / 16%);
    border-radius: 8px;
    padding: 40px;
    margin-bottom: 120px;
    position: relative;
    top: -90px;
    left: 0;
    width: 60%;
    border: 1px solid #ececec;
}
#Csommaire{

    font-size: 16px;
    /* position: absolute; */
    position: fixed;
    width: 20%;
    left: 0;
    border: 1px solid #ececec;
}
@media (max-width: 991px) {
    #description {
        width: 65%;
    }
    #Csommaire{
        width: 25%;
        left: 5%;
    }
}
@media (max-width: 768px) {
    #description {
        left: 0;
        width: 100%;
        border-radius: 0;
        top: 20px;
    }
    #Csommaire{
        position: relative;
        width: 90%;
        left: 5%;
    }
}
@media (max-width: 576px) {
    #simple .description{
        padding: 10px;
        width: 90% !important;
        top: -80px;
    }
    #double .description {
        padding:20px;
        margin:10px;
    }
}
