@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);
}
@font-face {
    font-family: "Amulya Light";
    src: url(../Fonts/amulya/Amulya-Light.otf);
}


.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);
}
.newtitle{
    font-family: "New Title Medium";
    font-size: 32px;
}
.main{
    margin-inline: 36px;
}
.menu{
    position: fixed;
    left: 103px;
    top: 240px;
    mix-blend-mode: difference;
    z-index: 30;
    transition: ease 0.5s;
}
.menu--corner{
    left: 20px;
    top: 0px;
}
.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;
}
img{
    max-width: 100%;
    object-fit: cover;
}
figcaption{
    font-family: "Amulya Light";
    font-size: 11px;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: "Amulya Regular";
    font-size: 16px;
    background-color: #0B0B0B;
    color: #f5f5f5;
    margin: 0;
}
.rectangle__btn{
    display: none;
}
h1, h2{
    font-family: "New Title Medium";
    letter-spacing: 3px;
}
h2{
    font-size: 72px;
    filter: drop-shadow(0px 0px 100px #ffffff);
    margin-block: 48px 15px;
}
footer{
    background-color: #f5f5f5;
    color: #0B0B0B;
}
.header{
    display: flex;
    flex-direction: column;
    margin-top: 28px;
    margin-left: 94px;
}
.titre{
    font-size: 72px;
    padding: 6px 109px 6px 15px;
    color: #0B0B0B;
    background-color: #f5f5f5;
    margin-block: 0;
}
.desc{
    font-family: "New Title Light";
    font-size: 34px;
    margin: 0;
}
.jesseavis{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.jesseavis__img{
    width: 310.14px;
    height: auto;
}

.jesseavis__paragraphe{
    padding: 10px 25px;
    margin: 0;
    background-position: top, bottom, left, right;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0)),
        linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0)),
        linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0)),
        linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0));
    background-size: 100% 1px, 100% 1px, 1px 100%, 1px 100%;
    background-repeat: no-repeat;
}
.flex{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.style__img{
    width: 338px;
    height: 313px;
}
.style__paragraphe--1{
    margin-top: 0;
    margin-bottom: 26px;
}
.style__milieu{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.style__paragraphe--2{
    margin-top: 40px;
    margin-bottom: 15px;
}
.good__img{
    width: 338px;
    height: 164px;
}
.footer{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.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(icons/instagram.svg);
}
.reseaux__el--ytb {
    background-image: url(icons/youtube.svg);
}
.reseaux__el--twitter {
    background-image: url(icons/twitter.svg);
}
.reseaux__el--tiktok {
    background-image: url(icons/tiktok.svg);
}
small{
    text-align: center;
    font-size: 11px;
}
.but{
    padding-bottom: 30px;
}
.style__btn{
    color: #f5f5f5;
    text-decoration: underline;
    text-decoration-color: #f5f5f5;
    text-underline-offset: 16%;
    transition: ease 0.3s;
}
.style__btn:hover, .style__btn:focus{
    background-color: #f5f5f5;
    color: #0B0B0B;
    padding: 10px;
    
}
.but__para--2{
    color: #0B0B0B;
    background-color: #f5f5f5;
    padding: 20px;
}
.fin{
    display: flex;
    justify-content: center;
    padding-block: 10px;
}
@media (min-width: 1024px){
        .fin{
    justify-content: end;
    padding-block: 20px;
    margin-right: 20px;
    }
    .header{
        margin-top: -20px;
    }
    body{
        font-size: 20px;
    }
    .style{
        margin-top: -242px;
    }
    .style__milieu{
        flex-direction: row-reverse;
        gap: 60px;
    }
    .style__milieu-2{
        flex-direction: row;
        gap: 60px;
    }
    .style__img{
        min-height: 475px;
        min-width: 512px;
    }
    .good__section{
        flex-direction: row-reverse;
        margin-block: 65px;
        gap: 60px;
    }
    .good__img{
        min-width: 696px;
        min-height:340px;
    }
    .but__section{
        flex-direction: row;
        align-items: end;
        gap: 60px;
    }
    .but__paragraphes{
        display: flex;
        flex-direction: column;
    }
    .but__para{
        width: 779px;
        margin-top: 99px;
        margin-bottom: 0;
    }
    .but__para--1{
        align-self: flex-start;
    }
    .but__para--2{
        align-self: center;
    }
    h2{
        font-size: 192px;
        color: #0B0B0B;
        background-color: #f5f5f5;
        padding: 20px 107px 20px 107px;
        align-self: flex-start;
        filter: none;
        margin-block: 0;
    }
    .txtdefilant{
        transition: ease 0.3s;
        margin-left: -100%;
    }
    .h2--come{
        margin-left: 0;
    }
    .titre{
        font-size: 280px;
        background: none;
        color: #f5f5f5;
        mix-blend-mode: difference;
        filter: drop-shadow(0px 0px 500px #e3e3e3);
        z-index: 10;
        white-space: nowrap;
    }
    .desc{
        font-size: 62px;
        mix-blend-mode: difference;
        margin-left: 401px;
        margin-top: -60px;
        z-index: 10;
    }
    .rectangle{
        background-color: #f5f5f5;
        width: 1125px;
        height: 586px;
        position: absolute;
        top: 34px;
        right: 34px;
    }
    .rectangle__btn{
        display: inline-block;
        position: relative;
        top: 87.6%;
        left: 0.3%;
        border: none;
        color: #f5f5f5;
        padding: 20px;
        background-color: #0B0B0B;
        background-image: url(icons/arrow-down.svg);
        background-repeat: no-repeat;
        background-position: center;
        text-indent: 200%;
        overflow: hidden;
        cursor: pointer;
        scroll-behavior: smooth;
        transition: ease 0.3s;
    }
    .rectangle__btn:hover, .rectangle__btn:focus{
        background-color: #2d2d2d;
    }
    
    .jesseavis{
        align-items: end;
    }
    .jesseavis__paragraphe{
        width: 431px;
    }
    .jesseavis__img{
        width: 512px;
        height: auto;
        z-index: 10;
    }
    .footer{
       background-color: #f5f5f5;
       padding-top: 60px;
      
    }
    .footer__titre{
        font-size: 90px;
        letter-spacing: 4px;
        margin: 0;
    }
    
    small{
        margin-top: 10px;
        padding-bottom: 15px;
    }
}
@media (min-width: 1024px) and (max-width: 1250px){
    .rectangle{
        width: 900px;
        height: 500px;
    }
    .rectangle__btn{
        top: 85.6%;
    }
}
@media (max-width: 1023px){
    .menu{
        top: 0px;
        left: 10px;
    }
    .newtitle{
        font-size: 23px;
    }
}
@media (min-width: 1024px) and (max-width: 1145px){
    .jesseavis{
        align-items: center;
        margin-block: 254px;
    }
}
small a{
    color: #0B0B0B;
    text-decoration: none;
}
small a:hover{
    color: #6e6e6e;
}

.fin__btn{
    padding: 10px 50px 10px 50px;
    background-color: #0B0B0B;
    color: #f5f5f5;
    border-style: solid;
    border-color: #f5f5f5;
    border-width: 5px;
    text-decoration: none;
    transition: ease 0.3s;
}
.fin__btn:hover{
    color: #0B0B0B;
    background-color: #f5f5f5;
}