body{
    background: linear-gradient(90deg, #ccc4c4, #4d4545);
}

.menu{
    position: fixed;
    text-align: end;
    top: 0%;
    right: 0%;
    width: 100%;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-right: 4%;
    background-color: #4d4545;
}

.menu-portable{
    display: none;
}

p{
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;  
}

h1{
    color: #4d4545;
    margin-top: 100px;
    font-size: 60px;
    text-align: center;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;  
}

h2{
    position: relative;
    top: -30px;
    color: #4d4545;
    font-size: 30px;
    text-align: center;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;  
}

.bande-annonce{
    text-align: center;
}

iframe{
    border-radius: 10px;
    margin-top: 50px;
    width: 50%;
}

.video{
    width: 50%;
    height: 50%;
    aspect-ratio: 16 / 9;
}

.premier{
    margin-top: 100px;
}

.musiques{
    text-align: center;
}

.Elise{
    margin-bottom: 70px;
}

a{
    color:#ccc4c4;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    text-decoration: none;
    padding-left: 2%;
}

.menu-ordi{
    transition: transform 1s ease-in-out;
    display: inline-block;
}

.menu-ordi:hover{
    transform: scale(1.3);
}

.maison{
    transition: transform 1s ease-in-out;
    position: relative;
    top: 4px;
    display: inline-block;
}

.maison:hover{
    transform: scale(1.3);
}

.maison{
    position: relative;
    top: 4px;
}

.langue-portable{
    display: none;
}

.img-youtube,.img-facebook,.img-soundcloud,.img-linkedin{
    padding-right: 30px;
    padding-top: 5px;
    height: 3%;
    width: 3%;
    transition: filter 2s ease;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.img-youtube:hover,.img-facebook:hover,.img-soundcloud:hover,.img-linkedin:hover{
    -webkit-filter: grayscale(0);
	filter: grayscale(0);
}


.reseaux{
    width: 100%;
    background-color: #ccc4c4;
    position: fixed;
    bottom: 0%;
    left: 0%;
}

@media screen and (max-width: 500px) {
    .img-youtube,.img-facebook,.img-soundcloud,.img-linkedin{
        height: 7%;
        width: 7%;
    }
    .maison{
        display: none;
    }
    .menu-ordi{
        display: none;
    }
    iframe{
        width: 90%;
    }
    .video{
        width: 90%;
        height: 90%;
        aspect-ratio: 16 / 9;
    }
    .menu-portable{
        display: inline-block;
    }
    .maison-portable{
        display: inline-block;
        height: 35px;
    }
    .langue-portable{
        display: inline-block;
        position: relative;
        top: -5px;
    }
}

@media screen and (orientation: paysage) {
    iframe{
        width: 50%;
    }
    .video{
        width: 50%;
        height: 50%;
        aspect-ratio: 16 / 9;
    }
}

@media screen and (min-width : 600px) and  (max-width: 900px) {
    .img-youtube,.img-facebook,.img-soundcloud,.img-linkedin{
        height: 5%;
        width: 5%;
    }
}

/* Sidenav menu links */
.sidenav a {
    padding-top: 8px;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    /* Changez cette ligne : */
    color: #4d4545; /* Texte du menu visible sur le fond #ccc4c4 */
    display: block;
    transition: 0.3s;
}
    

/* Sidenav menu */
/* Sidenav menu */
.sidenav {
    height: 100%;
     width: 250px;
    position: fixed;
    z-index: 1000;
    top: 0;
    /* Modifiez cette ligne : */
    right: -250px; /* Initialement hors de l'écran à droite */
    /* Supprimez ou commentez cette ligne : */
    /* left: -250px; */
    background: linear-gradient(90deg, #ccc4c4, #4d4545);
    padding-top: 70px;
    /* Modifiez cette ligne : */
    transition: right 0.5s ease; /* Transitionne la propriété 'right' */
}
.sidenav.active {
 /* Modifiez cette ligne : */
 right: 0; /* Glisse pour être visible depuis la droite */
 /* Supprimez ou commentez cette ligne : */
 /* left: 0; */
}

.sidenav ul {
list-style-type: none;
padding: 0;
margin: 0;
}

/* Close btn */
.sidenav .close {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
}









