@font-face {
    font-family: "Tanker";
    src: url(../Fonts/Tanker/Fonts/OTF/Tanker-Regular.otf);
}
@font-face {
    font-family: "Erode";
    src: url(../Fonts/Erode/Fonts/OTF/Erode-Regular.otf);
}
html{
    scroll-behavior: smooth;
}
.menu{
    position: fixed;
    z-index: 100;
}
.menu__el a{
    color: #fff;
    padding: 0 5px 0 5px;
    text-decoration: none;
    margin-block: 5px;
}
.menu__el a:hover{
    text-decoration: none;
    background-color: #00af9a;
    border-radius: 10px;
}
.menu__el--active a{
    background-color: #1E7E73;
    border-radius: 10px;
}
.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: #0A2928;
    border-radius: 10px;
    right: 20px;
    bottom: 20px;
    transform: translateY(200px);
    transition: transform 0.6s ease-in;
}
.backToTop:hover{
  background-color: #006157;
}
.backToTop--show{
    display: inline;
    transition: transform 0.3s cubic-bezier(0.3, 1.5, 0.6, 1);
    transform: translateY(0);
}
.erode{
    font-family: "Erode";
    font-size: 16px;
}
body{
    font-family: "Tanker";
    font-size: 16px;
    background-color: #70D8C4;
    margin: 0;
    color: rgb(28, 28, 28);
}
.name, .titre, .soustitre{
    letter-spacing: 1px;
}
img{
    max-width: 100%;
}
ul{
    list-style:  none;
}
.header{
    position: relative;
}
.header__img{
    width: 100%;
    height: 25%;
    object-fit: cover;
}
.header__titre{
    position: absolute;
    top: 20%;
    right: 10%;
    margin: 0;
   
}
.youtube{
    display: flex;
    flex-direction: column;
}
.youtube__liste{
    text-align: center;
    padding: 0;
    margin: 0;
}
.youtube__liste li{
    padding-block:6px ;
}
.youtube__titres{
    align-self: center;
    justify-items: center;
}
.youtube__titres h2{
    margin-top: 16px;
}
.video{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.video__h3{
    align-self: center;
}
.video__desc{
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: space-between;
}
.video__desc h4{
    margin: 0;
}
.video__video{
    width: 80vw;
    height: 25vh;
}
.short{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.short__video{
    width: 60vw;
    height: 50vh;
}
.short__desc{
    display: flex;
    align-items: center;
    width: 60%;
    justify-content: space-between;
}
.short__desc h4{
    margin: 0;
}

/*Plateforme*/
.membres{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.plateforme{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.plateforme__titre{
    margin-bottom: 0;
}
.plateforme__liste{
    display: flex;
    gap: 13px;
    padding: 0;
}
.plateforme__desc{
    padding: 5px;
    background-color: #155850;
    color: white;
    border-radius: 5px;
}
.plateforme__img:hover{
    transform: scale(0.9);
}
.plateforme__members{
    display: flex;
    margin: 0;
}
.plateforme h4{
    margin: 0 0 8px 0;
}
.plateforme__img{
    clip-path: circle(50%);
    width: 55px;
    height: 55px;
    justify-content: 5px;
    margin-left: -20px;
    transition: 0.3s ease;
}
.plateforme__avantages{
    text-align: center;
    padding-left: 0;
}
.plateforme__avantages li{
    padding-block: 6px;
}
.instagram{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.instagram__titre{
    margin-top: 16px;
}
.instagram__liste{
    text-align: center;
    padding-left: 0;
    margin: 0;
}
.instagram__liste li{
    padding-block: 6px;
}
.footer{
    display: flex;
    flex-direction: column;
    background-color: #155850;
    color: white;
}
.footer__all{
    display: flex;
    justify-content: space-around;
}
.footer__liste{
    padding-left: 0;
}
.footer__liste li{
    padding-block: 10px;
    transition: 0.3s ease;
    padding: 10px;
}
.footer__liste li:hover, .footer__liste li:focus{
    background-color: #014139;
    scale: 1.1;
    border-radius: 10px;
}
.footer__liste li a{
    color: white;
    text-decoration: none;
}
.footer__liens{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer__titre{
    margin-bottom: 0;
    text-decoration: underline;
    letter-spacing: 1px;
}
.footer__small{
    align-self: center;
    font-size: 11px;
}
.reseau__el a{
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: contain;
}
.reseau__el--insta a{
    background-image: url(../icons/instagram__facts.svg);
}
.reseau__el--ytb a{
    background-image: url(../icons/youtube__facts.svg);
}
.reseau__el--twitter a{
    background-image: url(../icons/twitter__facts.svg);
}
.reseau__el--tiktok a{
    background-image: url(../icons/tiktok__facts.svg);
}

.pancarte{
    background-color: #155850;
    border-radius: 10px;
    background-repeat: no-repeat;
    color: white;
    text-decoration: none;
    background-size: 40px 40px; 
    background-position: 20px center;
    padding: 17px 17px 17px 86px; /* faire 20 + la largeur qu'on veut + le texte (16px de base mais ca va changer)*/
    transition: 0.3s ease;
    position: relative;
    z-index: 10;
}
.pancarte:hover{
    background-color: #20897d;
}
.pancarte--ytb{
    background-image: url(../icons/youtube__facts.svg);
}
.pancarte--dc{
    background-image: url(../Images/dc__logo.svg);
}
.pancarte--insta{
    background-image: url(../icons/instagram__facts.svg);
}
.titre{
    font-size: 50px;
    border-block: 5px solid #0A2928;
    border-radius: 5px;
    padding-inline: 60px;
    margin-bottom: 0;
    margin-top: 0;
}
.name{
    font-size: 72px;
    color: #1B544E;
}
.color{
    color: #0A2928;
}
.soustitre{
    font-size: 34px;
}
.bigstats{
    font-size: 23px;
}
.video__plateforme{
    margin-bottom: 0;
}
@media (min-width: 1024px){
    
    .btnend__btn{
        align-self: end;
        margin-right: 10px;
    }
    .youtube__section{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-inline: 3%;
        margin-top: -108px;
    }
    .youtube__liste--2{
        text-align: start;
    }
    .youtube__liste--1{
        text-align: end;
    }
    .video__video{
    width: 50vw;
    height: 60vh;
}
.video__desc{
    width: 100%;
}
    .short__video{
    width: 20vw;
    height: 60vh;
    }
   .short__desc{
    width: 100%;
   }
   .flexvideo{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
   }
   .video__plateforme{
    align-self: flex-start;
   }
   .plateforme__flex{
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: -156px;
    gap: 445px;
   }
   .plateforme__avantages{
    text-align: start;
   }
   .instagram__liste{
    text-align: end;
    margin-inline: 10%;
   }
   .instagram__liste--2{
    text-align: start;
   }
   .instagram__stats{
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-top: -104px;
    margin-left: -61px;
    gap: 145px;
   }
   .name{
    font-size: 192px;
   }
   .titre{
    font-size: 62px;
   }
   .bigstats{
    font-size: 29px;
   }
   .soustitre{
    font-size: 43px;
   }
   body{
    font-size: 20px;
   }
   .ligne{
    width: 75%;
    height: 5px;
    background-color: #0A2928;
    margin: 60px auto 60px auto;
    border-radius: 50px;
   }
}
small a{
  text-decoration: none;
  color: white;
}
small a:hover{
  color: #70D8C4;
}
.members{
    display: flex;
}
@media (max-width: 1024px){
    .menu__liste{
        padding-left: 0px;
    }
    .menu{
        left: 5px;
    }
}
.btnend{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}
.btnend__btn{
    background-color: #014139;
    border-radius: 10px;
    padding: 10px 36px 10px 36px;
    transition: ease 0.3s;
    color: #f5f5f5;
    text-decoration: none;
}
.btnend__btn:hover, .btnend__btn:focus{
    background-color: #20897d;
}