/**********Edition Header***********|
| Ts les éléments de la banière     |
| dans header.css + horloge.css     |
|***********************************/


/**********Edition Projets**********|
| Ts les éléments de la page        |
| principale (coprs de la page)     |
|***********************************/


/* Block contenant les informations du body */

#corps-body {
    width: 88rem;
    display: flex;
    height: 44rem;
    background-image: url("../../img/Présentation_code_musical_grand_écran.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-style: line;
    border-radius: 20px 20px 0px 0px;
    margin-inline-start: 10%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
}

.contenu-body {
    /*
    border: #f80000 22px;
    border-style: dashed;*/
    flex-direction: column;
    display: flex;
    margin-right: 0%;
    margin-top: 1%;
}

.section-body {
    /*border: #00f821 20px;
    border-style: dashed;
    */
    display: flex;
    margin-left: 56%;
    margin-right: 6%;
}

.section-body .arrondis {
    border: 2px solid black;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.presentation {
    /*border: #f80091 20px;
    border-style: dashed;
    */
    font-family: 'Salsa';
    font-style: normal;
    text-align: justify;
    font-size: 20px;
    color: rgba(255, 255, 255, 80%);
    margin-left: 50%;
    margin-top: 8%;
    margin-right: 2%;
}

.presentation .titre {
    text-align: center;
}

.description {
    text-align: justify;
}


/********************Footer ***************/

footer {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 20rem;
    margin-top: 0%;
    padding: 0%;
    background-color: #C22525;
    box-shadow: 0px 4ex 4ex rgba(0, 0, 0, 0.26);
    border-radius: 0px 12rem;
}

.footer-centre {
    font-family: 'Salsa';
    font-style: normal;
    text-align: center;
    margin-inline-start: -10%;
    font-size: 2rem;
}


/***************************** responsive *******************************/

@media screen and (max-width: 1782px) {
    /* Block contenant les informations du body */
    #corps-body {
        width: 82.8rem;
    }
    footer {
        height: 14rem;
    }
}