/**********Edition Header***********|
|*** Ts les éléments de la banière ***/

@import url('https://fonts.googleapis.com/css2? family= Salsa & display=swap');
body {
    background-image: url("../img/Fond2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


/* Banière */

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


/* Charles-Adrien VLAMYNCK */

header h1 {
    margin-top: 0px;
    margin-bottom: 4px;
    font-family: 'Salsa';
    font-style: normal;
    text-align: center;
    -webkit-text-stroke: 4px #000000;
    font-size: 8rem;
    color: rgba(255, 255, 255, 80%);
}


/* Bienvenu sur mon site de futur développeur... */

header h2 {
    margin-top: 0.6%;
    margin-bottom: 0%;
    text-align: center;
    font-size: 8ex;
    color: rgba(255, 255, 255, 0.76);
}


/**********Edition Menu***********|
|***Menu Background et Position **/

.section-menu-css {
    /*border: #ffee00;
    border-style: groove;*/
    display: flex;
    margin-top: 1.6rem;
    margin-inline-start: 10%;
    margin-inline-end: 15%;
    background: #000000;
    border-radius: 100px 100px 0px 0px;
    justify-content: center;
    font-family: 'Salsa';
    font-style: normal;
    font-size: 46px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
}

#horloge {
    /*border: #ff00bf;
    border-style: groove;
    */
    background-color: rgba(194, 37, 37, 0.48);
    width: 200px;
    padding-bottom: 0.2rem;
    text-align: center;
}

.menu li {
    /*border: #ffd000;
    border-style: groove;
    */
    margin: auto 0;
    padding: 0;
    list-style: none;
}

.menu ul {
    /*border: #ff9100;
        border-style: groove;*/
    margin: 0;
}

.menu li {
    /*border: #ff006a;
    border-style: groove;
    */
    float: left;
    display: inline;
    position: relative;
}

.menu a {
    /*border: #00ff80;
    border-style: groove;
    */
    display: block;
    line-height: 60px;
    padding: 0 40px;
    text-decoration: none;
    color: #C22525;
    font-size: 48px;
    text-transform: capitalize;
}

.menu li a:hover {
    color: white;
    -webkit-text-stroke: 2px #000000;
    background: rgba(194, 37, 37, 0.48);
}

.menu input {
    display: none;
    margin: 0;
    padding: 0;
    height: 60px;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.menu label {
    display: none;
    line-height: 60px;
    text-align: center;
    position: absolute;
    left: 35px;
}

.menu label:before {
    font-size: 1.6em;
    content: "\2261";
    margin-left: 0px;
}

.menu ul.sub-menus {
    height: auto;
    overflow: hidden;
    width: 100%;
    background: #CC3F3F;
    position: absolute;
    z-index: 99;
    display: none;
    padding: 0%;
}

.menu ul.sub-menus li {
    display: block;
    width: 100%;
}

.menu ul.sub-menus a {
    color: #FFFFFF;
    font-size: 26px;
}

.menu li:hover ul.sub-menus {
    display: block;
    color: #FFFFFF;
    -webkit-text-stroke: 1px #000000;
}

.menu ul.sub-menus a:hover {
    background: #FFFFFF;
    color: #C22525;
    -webkit-text-stroke: 1px #000000;
}

.actif {
    color: white;
    -webkit-text-stroke: 2px #000000;
    background: rgba(255, 255, 255, 0.92);
    z-index: 100;
}


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

@media screen and (max-width: 1782px) {
    /* Charles-Adrien VLAMYNCK */
    header h1 {
        margin-bottom: 40px;
        -webkit-text-stroke: 4px #000000;
        font-size: 100px;
    }
    /* Bienvenu sur mon site de futur développeur... */
    header h2 {
        margin-top: 0.6%;
        margin-bottom: 0%;
    }
    /**********Edition Menu***********|
    |***Menu Background et Position **/
    .section-menu-css {
        /*border: #ffee00;
        border-style: groove;*/
        margin-top: 4.08rem;
    }
    /* Bienvenu sur mon site de futur développeur... */
    header h2 {
        font-size: 4ex;
    }
}