.menu{
    background: linear-gradient(270deg,rgba(58, 0, 140, 1) 0%, rgba(20, 0, 41, 1) 100%);
    color: white;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
}
body{
    margin: 0;
    font-family: "Supreme";
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
}
video{
    max-width: 100%;
}
img{
    max-width: 100%;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 5px 5px 13px 2px rgba(0,0,0,0.20);
}
video{
    box-shadow: 5px 5px 13px 2px rgba(0,0,0,0.20);
}
.videos{
    display: flex;
}
.angkor{
    font-family: "Angkor", serif;
    font-size: 45px;
    margin-top: 80px;
}
.menu__paragraphe{
    margin-inline: 15%;
}
.titre{
    font-size: 34px;
    line-height: 150%;
    margin-top: 40px;
    margin-bottom: 5px;
    display: inline-block;
    padding: 6px 16px 6px 16px;
    color: white;
    background-color: #380188;
    border-radius: 20px;
    box-shadow: 0px 0px 42px 5px rgba(0,0,0,0.22);
}
.regular{
    font-weight: 400;
}
figcaption{
    font-size: 11px;
}
.maincode{
    margin-inline: 20px;
}
.maincode__paragraphe{
    margin-top: 35px;
}
.txtlittle{
    font-size: 16px;
}
@media (min-width: 0px) and (max-width: 1023px){
    .maincode, .mid{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}
@media (min-width: 1024px){
    .burgermenu__desc{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    .slider__desc{
        display: flex;
        align-items: center;
    }
    .tabs__imgs{
        display: flex;
    }
    .github{
        display: flex;
        align-items: flex-start;
    }
    .angkor{
        font-size: 90px;
    }
    body{
        font-size: 20px;
    }
    .titre{
        font-size: 29px;
    }
    figcaption{
    font-size: 14px;
    }
    .maincode{
        margin-inline: 80px;
    }
    .maincode__paragraphe{
    margin-top: 60px;
    }
    .burgermenu__paragraphe{
        margin-right: 30%;
    }
}
.btn{
    display: inline-block;
    padding: 14px 70px 14px 70px;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    transition: 0.2s ease;
    color: black;
}
.btn:hover{
    scale: 1.05;
    background-color: black;
    color: white;
    cursor: pointer;
    border-color: black;
}
.btns{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.btnfin{
   padding: 10px 50px 10px 50px;
    margin-bottom: 40px;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    transition: 0.2s ease;
    color: black;
    border-radius: 20px;
}
.btnfin:hover{
    background-color: black;
    color: white;
}
.btnend{
    display: flex;
    justify-content: center;
    gap: 20px;
}