@font-face {
    font-family: "Chillax";
    src: url(../somenews/fonts/Chillax-Variable.ttf);
    font-family: "Sentient";
    src: url(../somenews/fonts/Sentient-Variable.ttf);
}
html{
    scroll-behavior: smooth;
}


.backToTop{
    position: fixed;
    right: 50px;
    bottom: 50px;
    display: none;
    content: url(images/arrow.svg);
    background-color: #2A3EF0;
    padding: 10px;
    border-radius: 15px;
    align-items: center;
    z-index: 10;
}
.backToTop:hover{
    background-color: #232fa1;
}
.backToTop--show{
    display: inline;
}
.navigation{
    position: fixed;
    top: 50px;
    right: 20px;
    width: 150px;
    font-family: "Chillax";
    font-size: 20px;
    font-weight: 500;
    list-style: none;
    z-index: 10;
}

.navigation__el{
    color: rgb(255, 255, 255);
    text-decoration-color: #2A3EF0;  
}

.navigation--active{
    text-decoration: none;
    background-color: #2A3EF0;
    border-style: solid;
    border-color: #2A3EF0;
    border-radius: 12px;
}
.navigation__el:hover{
    color: #2A3EF0;   
}
.navigation--active:hover{
    color: white;
}

header{
    background-color: #151515;
    color: rgb(255, 255, 255);
    height: 299px;
    padding-top: 150px;
    box-sizing: border-box;
}


.infos{
    margin-left: 162px;
    display: flex;
    align-items: center;
    width: 430px;
    position: relative;
    top: -20px; 
    justify-content: end;   
}


.infos__image{
    height: 115px;
    border-radius: 50%;
}
.infos__moi li {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.infos__moi{
    list-style-type: none;
    font-size: 20px;
    font-family: "Chillax";
    font-weight: 300;
    width: 800px;
}
.infos__moi--logo{
    width: 26px;
    height: 26px;
    margin-right: 10px;   
}
body{
    background-color: #DCE1DE;
    color: #151515;
}
.intro{
    padding-top: 25px;
    padding-bottom: 25px;

    border-bottom-style: dashed;
    border-bottom-color: #A8A8A8;
    border-bottom-width: 2px;
}
.intro__paragraphe{
    display: flex;
    margin-right: 162px; 
    align-items: center;
    margin-top: -25px;     
}
.intro__paragraphe--text{
    font-family: "Sentient";
    font-size: 24px;
    font-weight: 300;
    width: 467px;
    margin-left: 16px;
    line-height: 160%;
    
}
.intro__titre{
    margin-left: 162px;
    font-family: "Chillax";
    line-height: 113%;
    padding-top: 15px;  
}
.intro__titre--small{
    font-size: 48px;
    font-weight: 500;

}
.intro__titre--underline{
    text-decoration: underline;
    text-decoration-color: #2A3EF0;
    color: #151515;
    font-size: 64px;
    font-weight: 600;
}
.intro__titre--side{
    font-size: 64px;
    font-weight: 600;
}
.intro__titre--underline:hover{
    color: #2A3EF0 ;   
}

.intro__img{
    width: 690px;
    height: 358px;
    border-radius: 17px;
    margin-left: 105px;
    object-fit: cover;
}
.intro__description{
    margin-left: 105px;
    font-size: 12px;
    font-family: "Sentient";
    font-weight: 200;
    margin-top: -35px;  
}

.article{
    font-family: "Chillax";
    padding-left: 166px;
    padding-bottom: 25px;
    border-bottom-style: dashed;
    border-bottom-color: #A8A8A8;
    border-bottom-width: 2px;
}
.article__titre{
    width: 937px;
    height: 219px;
    font-size: 64px;
    font-weight: 600;
    line-height: 113%;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}
.article__titre--underline{
    font-size: 64px;
    color: #151515;
    text-decoration-color: #2A3EF0;
}
.article__titre--underline:hover{
    color: #2A3EF0;
}
.article__paragraphe{
    margin-right: 428px;
    font-family: "Sentient";
    line-height: 160%;
    font-size: 24px;
    font-weight: 300;
    width: 846px;
}
.auteur{
    padding-left: 166px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom-style: dashed;
    border-bottom-color: #A8A8A8;
    border-bottom-width: 2px;
}
.auteur__titre{
    font-family: "Chillax";
    font-weight: 600;
    font-size: 32px;         /*Ça devrait etre 64px mais ca devient 2X plus grand*/
    line-height: 130%;
}
.auteur__titre--big{
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 35px;
}
.auteur__titre--small{
    font-weight: 500;
    font-size: 48px;
    margin-top: 0px;
}
.auteur__paragraphe{
    display: flex;
    
    align-items: center;
}
.auteur__paragraphe--image{
    width: 467px;
    height: 597px;
    border-radius: 17px;
    object-fit: cover;
}
.auteur__paragraphe--txt{
    font-family: "Sentient";
    font-weight: 300;
    font-size: 24px;
    line-height: 160%;
    padding-right: 64px;
    width: 581px;
    height: 608px;
}
.auteur__paragraphe--underline{
    text-decoration: underline;
    text-decoration-color: #2A3EF0;
    color: #151515;
}
.auteur__paragraphe--underline:hover{
    color: #2A3EF0;
}
.auteur__paragraphe--desc{
    margin-left: 645px;
    font-family: "Sentient";
    font-weight: 200;
    font-size: 12px;
    margin-top: -25px;
}
.avis__intro{
    margin-left: 166px;
}
.avis__intro--titre{
    font-family: "Chillax";
    font-weight: 600;
    font-size: 64px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.avis__intro--small{
    font-family: "Sentient";
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    width: 852px;
    margin-top: 0px;
}
.avis__image{
    border-radius: 17px;
    width: 700px;
    height: 455px;
    object-fit: cover;
    margin-left: 86px;
}
.avis__paragraphe{
    display: flex;
    height: 460px;
}
.avis__paragraphe--txt{
    padding-left: 25px;
    font-family: "Sentient";
    font-weight: 300;
    font-size: 24px;
    width: 467px;
    line-height: 160%;
}
.avis__paragraphe--desc{
    
    font-family: "Sentient";
    font-weight: 200;
    font-size: 12px;
    
}
.avis__strange{
    margin-left: 86px;
}
.avis__strange2{
    margin-left: 105px;
}
.avis__paragraphe2{
    display: flex;
    padding-left: 163px;
    align-items: stretch;
    padding-top: 8%;
    padding-bottom: 80px;

}
.avis__image2{
    border-radius: 17px;
    width: 700px;
    height: 455px;
    object-fit: cover;
}

.footer__txt {
    color: white;
    font-family: "Sentient";
    
    
    background-image: url(images/Footer_fond.svg);
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
    display: flex;
    justify-content: flex-start;
    
    padding-top: 12vw; 
    padding-bottom: 60px;
    position: relative;
    width: 100%;
}
.footer__txt--title {
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    text-decoration: underline;
    text-decoration-color: #2A3EF0;
    margin-bottom: 30px;
    margin-top: 0;
}
.footer__me {
    display: flex;
    flex-direction: column;
    margin-left: 2%;  
    font-weight: 200;
}
.footer__txt--icons a{
    margin-bottom: 10px;
}
.footer__me ul {
    padding-left: 0;
    list-style: none;
}

.footer__mat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;  
    margin-right: 20%;
}
.footer__txt--icon {
    display: flex;
    flex-wrap: wrap;
    width: 450px;    
    padding-left: 0;
    list-style: none;
    margin-top: 0;

    font-weight: 300;
}


.footer__txt--icon li {
    width: 50%;     
    margin-bottom: 20px;
    box-sizing: border-box; 
}



.footer__txt--icon a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    font-size: 18px;
}
.footer__txt--icons a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    font-size: 18px;
}
.footer__txt--icons a:hover{
    color: #2A3EF0;
}
.footer__txt--icon a:hover {
    color: #2A3EF0;
}

.footer__small {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 12px;
}

.footer__txt--mast::before{ 
    content: url(images/mastodon.svg); 
    width: 30px;
    margin-right: 10px; }
.footer__txt--inst::before{ 
    content: url(images/instagram.svg);
    width: 30px; 
    margin-right: 10px; 
}
.footer__txt--link::before{ 
    content: url(images/linkedin.svg); 
    width: 30px; 
    margin-right: 10px; 
}
.footer__txt--web::before { 
    content: url(images/globe.svg);     
    width: 30px; 
    margin-right: 10px; 
}
.footer__txt--git::before { 
    content: url(images/github.svg);    
    width: 30px;
     margin-right: 10px; 
}
.footer__txt--blue::before{ 
    content: url(images/bluesky.svg);   
    width: 30px; 
    margin-right: 10px; 
}
.footer__txt--you::before { 
    content: url(images/youtube.svg);   
    width: 30px; 
    margin-right: 10px; 
}
.footer__txt--cod::before {
    content: url(images/codepen.svg);   
    width: 30px; 
    margin-right: 10px; 
}
.abonnement{
    font-family: "Chillax";
    padding-bottom: 50px;
    padding-top: 19px;
    border-top: #151515;
    border-top-style: dashed;
    border-top-color: #A8A8A8;
    border-top-width: 2px;
}
.abonnement__btn{
    margin-left: 978px;
}
.abonnement__retour{
    font-size: 24px;
    display: flex;
    padding-left: 200px;
    color: #2A3EF0;
    align-items: center;
    gap: 15px;
    margin-top: -85px;
}
.abonnement__btn--follow{
    font-size: 32px;
    font-weight: 500;
    color: #2A3EF0;
    margin-bottom: 0px;
   
}
.abonnement__btn--mail{
    font-size: 16px;
    font-weight: 300;
    border-style: solid;
    border-radius: 8px;
    height: 50px;
    align-content: center;
    padding-right: 40px;
    padding-left: 40px;
    border-width: 2px;
    margin-right: 8px;
    margin-top: 0px;
    
}
.abonnement__btn--send{
    font-size: 20px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    background-color: #2A3EF0;
    border-radius: 8px;
    height: 52px;
    align-content: center;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: 10px;
    margin-top: 0px;
}
.abonnement__sub{
    display: flex;
    align-items: center;
}

@media (max-width: 600px){
    *{
        font-size: 10px;
        line-height: auto;
    }

    .navigation{
        top: 5px;
        left: 5px;
    }
  

}

