@font-face {
    font-family: 'katibeh';
    src: url('Katibeh-Regular.ttf');
}

@font-face {
    font-family: 'Rolaxs';
    src: url('Rolaxs.ttf');
}

@font-face {
    font-family: 'book antiqua';
    src: url('book-antiqua.ttf');
}

body{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: rgb(229, 229, 229);
}

header{
    background-color: rgb(25, 23, 26);
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px;
}

nav ul{
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    gap: 10%;
    padding: 0px;
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 0px;
    margin-bottom: 0px;
}

nav li{
    display: flex;
    flex-direction: column;
    width: 80%;
}

nav a{
    text-align: center;
    color: rgb(229, 229, 229);
    font-size: 45px;
    text-decoration: none;
    font-family: 'katibeh';
    margin-top: 0px;
    white-space: nowrap;
}

nav a img{
    position: relative;
    top: 10px;
    width: 65px;
}

.lutherie{
    color: rgb(190, 112, 21) ;
}

.lutherie:hover{
    color: rgb(229, 229, 229);
}

.imbachmusique{
    width: 20%;
    height: 20%;
}

nav a:hover{
    color: rgb(190, 112, 21) ;
}

.marge{
    margin-left: 70px;
    margin-right: 70px;
}

main{
    margin-left: 50px;
    margin-right: 50px;
}

h1{
    margin-top: 142px;
    margin-left: 90px;
    font-family: 'Rolaxs';
    font-size: 64px;
    color: rgb(25, 23, 26);
}

p{
    font-family:'book antiqua';
    font-size: 30px;
    color: rgb(67, 67, 67);
    margin-top: 0px;
}

.fleche1{
    margin-right: 29px;
    position: relative;
    bottom: 23px;
}

.imgLutherie{
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: center;
    gap: 5%;
}

.imgLutherie img{
    max-height: 500px;
}

.ligne{
    border-top: 2px solid rgb(67, 67, 67);
    width : 70%;
    margin-top: 80px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.titre2{
    text-align: center;
}

.evolution{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
}

.evolution img{
    max-height: 350px;
}

.evolution h2{
    text-align: center;
}

.evolution div{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h2{
    margin-top: 10px;
    font-family: 'Rolaxs';
    font-size: 30px;
    color: rgb(25, 23, 26);
}

footer{
    background-color:rgb(25, 23, 26);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 100px;
}

footer p{
    color: rgb(229, 229, 229);
    margin-bottom: 5%;
}

footer .imbachmusique{
    width: 80%;
}

footer .droite img{
    width: 70px;
}

footer .reseaux{
    display: flex;
    flex-direction: center;
    gap: 10%;
}

@media screen and (max-width : 1800px) {
    
    nav a{
        font-size: 33.75px;
    }

    nav li img{
        width: 48.75px;
    }

    footer .droite img{
        width: 48.75px;
    }

    h2{
        font-size: 25px;
    }
}

@media screen and (max-width : 1800px) {
    
    h1{
        font-size: 55px;
        margin-left: 67.5px;
    }

    p{
        font-size: 25px;
    }

    .fleche1{
        width: 45px;
    }
}

@media screen and (max-width : 1500px) {
    
    .evolution img{
        max-height: 275px;
    }
}

@media screen and (max-width : 1350px) {
    
    h1{
        font-size: 45px;
        margin-top: 50px;
        margin-left: 50.6px;
    }

    p{
        font-size: 20px;
    }

    .imgLutherie img{
        max-height: 350px;
    }
}

@media screen and (max-width : 1300px) {
    
    nav a{
        font-size: 22.5px;
    }

    nav li img{
        width: 32.5px;
    }
    footer .droite img{
        width: 32.5px;
    }

    .fleche1{
        margin-right: 15px;
    }
}

@media screen and (max-width : 1200px) {
    
    .ligne{
        border-top: 1px solid rgb(67, 67, 67);
    }

    .evolution img{
        max-height: 225px;
    }

    .evolution{
        gap: 25px;
    }

    h2{
        font-size: 20px;
    }

    .ligne{
        margin-top: 50px;
    }
}

@media screen and (max-width : 1100px) {
    
    h1{
        font-size: 35px;
        margin-left: 34px;
    }

    p{
        font-size: 15px;
    }

    .fleche1{
        width:30px ;
        bottom: 10px;
        margin-right: 10px;
    }

    main{
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media screen and (max-width : 1000px) {

    .imgLutherie img{
        max-height: 250px;
    }

    .evolution img{
        max-height: 200px;
    }

    h2{
        font-size: 15px;
    }
}
@media screen and (max-width : 900px) {
    footer{
        margin-top: 50px;
    }
}

@media screen and (max-width : 850px) {
    
    .evolution{
        gap: 15px;
        flex-wrap: wrap;
    }
}

@media screen and (max-width : 800px) {
    
    header{
        padding: 5px;
    }

    nav a{
        font-size: 16.875px;
    }

    nav li img{
        width: 24.375px;
    }

    footer .droite img{
        width: 24.3755px;
    }

    h1{
        font-size: 30px;
        margin-left: 23px;
    }

    p{
        font-size: 12px;
    }

    .fleche1{
        width:20px ;
        bottom: 6.6px;
        margin-right: 7px;
    }

    main{
        margin-left: 20px;
        margin-right: 20px;
    }

    .ligne{
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width : 700px) {
    
    .imgLutherie img{
        max-height: 175px;
    }
}

@media screen and (max-width : 650px) {
    footer{
        margin-top: 25px;
    }
}

@media screen and (max-width : 550px) {

        .marge{
            margin-left: 35px;
            margin-right: 35px;
        }
}

@media screen and (max-width : 500px) {

    header{
        padding: 3px;
    }
    
    nav a{
        font-size: 10px;
    }

    nav li img{
        width: 15px;
    }

    nav ul{
        margin-left: 75px;
        margin-right: 75px;
    }

    nav a img{
        top: 5px;
    }

    footer .droite img{
        width: 15px;
    }

    main{
        margin-left: 10px;
        margin-right: 10px;
    }

    .imgLutherie img{
        max-height: 140px;
    }

    .evolution img{
        max-height: 125px;
    }

    h2{
        font-size: 12px;
    }
}

@media screen and (max-width : 450px) {

    h1{
        font-size: 25px;
        margin-left: 15px;
        margin-top: 25px;
    }

    p{
        font-size: 12px;
    }

    footer p{
        font-size: 9px;
    }
    footer .droite img{
        width: 9.75px;
    }
}

@media screen and (max-width : 400px) {

    .imgLutherie img{
        max-height: 110px;
    }
}