@font-face {
    font-family: "New Title Medium";
    src: url(../Fonts/newtitle/NewTitle-Regular.otf);
}
@font-face {
    font-family: "New Title Light";
    src: url(../Fonts/newtitle/NewTitle-Light.otf);
}
@font-face {
    font-family: "Amulya Regular";
    src: url(../Fonts/amulya/Amulya-Regular.otf);
}
body{
    margin: 0;
    background-color: #0B0B0B;
    color: #f5f5f5;
    font-size: 16px;
    font-family: "Amulya Regular";
}
html{
    scroll-behavior: smooth;
}
.header{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 28px;
    margin-left: 98px;
}
.titre{
    color: #0B0B0B;
    background-color: #f5f5f5;
    padding: 18px 27px 18px 27px;
    margin: 0;
}
section{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-inline: 38px;
}
.menu{
    position: fixed;
    mix-blend-mode: difference;
    z-index: 30;
    transition: ease 0.5s;
    font-family: "New Title Medium";
    font-size: 23px;
    top: 0px;
    left: 10px;
}
.menu__liste{
    list-style: none;
    padding: 0;
}
.menu__el a{
    color: #fff;
    padding: 0 5px 0 5px;
    text-decoration: none;
    margin-block: 5px;
}
.menu__el a:hover{
    background-color: #ffffff;
    border-radius: 10px;
    color: #0B0B0B;
}
.solution{
    color: #0B0B0B;
    background-color: #f5f5f5;
    padding: 19px 54px;
}
.solution2{
    margin-bottom: 25px;
}
h2{
    margin-block: 58px 6px;
}
p{
    margin: 0;
}
.paragraphe{
    margin-bottom: 19px;
}
h1, h2{
    font-size: 72px;
    font-family: "New Title Medium";
    letter-spacing: 3px;
}
.btnend{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-block: 46px;
}
.btnend__btn{
    background-color: #0B0B0B;
    border-style: solid;
    border-width: 5px;
    border-color: #f5f5f5;
    padding: 19px 36px 19px 36px;
    transition: ease 0.3s;
    color: #f5f5f5;
    text-decoration: none;
}
.btnend__btn:hover, .btnend__btn:focus{
    color: #0B0B0B;
    background-color: #f5f5f5;
}

@media (min-width: 1024px){
    body{
        font-size: 20px;
    }
    .menu{
        font-size: 32px;
        top: 300px;
        left: 123px;
    }
    .menu--corner{
    left: 20px;
    top: 0px;
}
    h1{
        font-size: 280px;
    }
    h2{
        font-size: 132px;
        filter: drop-shadow(0 0 171px white);
    }
    .rectangle{
        background-color: #f5f5f5;
        width: 880px;
        height: 400px;
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: -10;
    }
    .header{
        align-items: flex-start;
        margin-bottom: 50px;
    }
    .titre{
        color: #f5f5f5;
        background: none;
        mix-blend-mode: difference;
    }
    section{
        align-items: flex-start;
    }
    .solution{
        background: none;
        color: #f5f5f5;
        padding: 0;
        width: 75%;
    }
    .paragraphe, .paragraphe--fin{
        color: #0B0B0B;
        background-color: #f5f5f5;
        padding: 20px;
        width: 75%;
    }
    .paragraphe--fin{
        align-self: center;
    }
    .paragraphe--end{
        align-self: flex-end;
        margin-bottom: 70px;
    }
    .btnend{
        align-items: end;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .milieu{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }
}
footer{
    background-color: #f5f5f5;
    color: #0B0B0B;
}
.footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
}
.footer__titre{
    font-family: "New Title Light";
    font-size: 72px;
    margin: 5px 0 13px 0;
}
.footer__reseaux{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top-style: solid;
    border-width: 100px;
}
.reseaux{
    list-style: none;
    padding: 0;
    margin: 0;
}
.reseaux li{
    margin-bottom: 20px;
}
.reseaux__el{
    background-repeat: no-repeat;
    color: #0B0B0B;
    text-decoration: none;
    padding-left: 50px;
    display: inline-block;
    min-height: 28px;
    transition: ease 0.3s;
}
.reseaux__el:hover{
    scale: 1.1;
    color: rgb(37, 37, 37);
}
.reseaux__el--insta{
    background-image: url(../avis/icons/instagram.svg);
}
.reseaux__el--ytb {
    background-image: url(../avis/icons/youtube.svg);
}
.reseaux__el--twitter {
    background-image: url(../avis/icons/twitter.svg);
}
.reseaux__el--tiktok {
    background-image: url(../avis/icons/tiktok.svg);
}
small a{
    color: #0B0B0B;
    text-decoration: none;
}
small a:hover{
    color: #6e6e6e;
}
small{
    text-align: center;
    font-size: 11px;
}
.backToTop{
    display: inline-block;
    position: fixed;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background-image: url(../icons/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #181818;
    border-color: #f5f5f5;
    border-width: 2px;
    border-style: solid;
    right: 20px;
    bottom: 20px;
    transform: translateY(200px);
    transition: transform 0.6s ease-in;
    z-index: 10;
}
.backToTop:hover{
  background-color: #040404;
}
.backToTop--show{
    display: inline;
    transition: transform 0.3s cubic-bezier(0.3, 1.5, 0.6, 1);
    transform: translateY(0);
}