@import url('https://fonts.googleapis.com/css2?family=MuseoModerno:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Sansita+Swashed:wght@300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');


:root{
  --firstcolor : #FDFDFD;
  --secondcolor : #9461D3;
  --background : #1A1A1E;
  --Firstpolice: MuseoModerno;
  --Secondpolice: Sansita Swashed;
  --paragraphepolice: Work Sans;
}

body{
    background-color: var(--background);
    scroll-behavior: smooth;
}

body {
    --sb-track-color: #1a1a1e;
    --sb-thumb-color: #9461d3;
    --sb-size: 7px;
  }
  
  body::-webkit-scrollbar {
    width: var(--sb-size)
  }
  
  body::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 15px;
  }
  
  body::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 15px;
    
  }
  
  @supports not selector(::-webkit-scrollbar) {
    body {
      scrollbar-color: var(--sb-thumb-color)
                       var(--sb-track-color);
    }
  }

body h2 {
  color: var(--firstcolor);
  font-family: var(--Firstpolice);
  font-size: 3.5em;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-left: 8rem;
}

html {
    scroll-behavior: smooth;
  }


/* Navigation */

nav a{
    color: var(--firstcolor);
    text-decoration: none;
    font-family: var(--Firstpolice);
    font-weight: 700;
    font-size: 25px;
}

nav a:hover{
  color: var(--secondcolor);
}

.navigation{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
}

nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2.5rem;
    padding-left: 7rem;
    padding-right: 7rem;
}

.Contact button{
    font-family: MuseoModerno !important;
    font-size: 1.3rem !important;
    padding: 0px 30px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
  }

@media screen and (max-width: 720px) {
  
    .navigation a{
        font-size: 1.4rem;
      }
    
      .navigation{
        gap: 30px;
      }
      
      nav {
        padding-left: 3.2rem !important;
        padding-right: 3.2rem !important;
      }

      .Contact button{
        font-size: 1.1rem !important;
        padding: 0px 25px !important;
        height: 40px !important;
      }
}

@media screen and (max-width: 1000px) {
    nav{    
        padding-top: 2rem;
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

/* footer */

footer{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 3rem;
  }
  
  footer a{
    text-decoration: none;
  }
  
  footer h6{
    color: var(--firstcolor);
    font-family: MuseoModerno;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px;
  }
  
  .footerinfo{
    display: flex;
    flex-direction: row;
    gap: 60px;
  }
  
  .footerrs{
    display: flex;
    flex-direction: row;
    gap: 35px;
  }
  
  .footerrs img{
    width: 2rem;
  }
  
  .footerseparateur{
    background-color: var(--secondcolor);
    width: 60%;
    height: 7px;
    border-radius: 25px;
  
  }
  
  @media screen and (max-width: 750px) {
  
    .footerseparateur{
      width: 90%;
    }
  
  }
  

/* CSS planche */

.projet{
    border-radius: 1.5rem;
    background: rgba(148, 97, 211, 0.39);
    backdrop-filter: blur(35px);
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 0.5rem;
  }

  .projet h5{
    color: var(--firstcolor);
    font-family: MuseoModerno;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 2px;
  }


    .projettag{
     display: flex;
     flex-wrap: wrap;
     gap: 15px 5px;
     justify-content: flex-start;

    }

    .colonedouble{
        margin-top: 4rem;
        margin-left: 5rem;
        margin-right: 5rem;
        display: flex;
        justify-content: center;
    }

    .colonedoubleinfo{
        display: flex;
        flex-direction: column;
        gap: 1rem;
        position: sticky;
        top: 30px;
        align-self: flex-start;
    }

    .colonedoubleinfo h3{
        color: var(--firstcolor);
        font-family: MuseoModerno;
        font-size: 2.3rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: 0px;
        height: 2.9rem;
    }

    .colonedoubleinfo p{
        color: var(--firstcolor);
        font-family: "Work Sans";
        text-align: left;
        font-size: 1.09rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 25rem;
        margin: 0px;
      }
    
      .colonedoubleinfo p a{
        color: #c093f7;
      }

      .planche-projets{
        flex: 2 auto;
        height: 0%;
      }

      .Liens_sup a{
        text-decoration: none;
        display: flex;
        flex-direction: row;
        gap: 12px;
      }

      .Liens_sup h5:hover{
        color: var(--secondcolor);
      }

      .Liens_sup h5{
        color: #BCBABA;
        font-family: MuseoModerno;
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0px;
      }

      .Liens_sup {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-top: 25px;
      }

      .retouthaut h4{
        color: var(--firstcolor);
        font-family: MuseoModerno;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0px;
      }

      .retouthaut a{
        text-decoration: none;
        display: flex;
        flex-direction: row;
        gap: 12px;
      }
      
      .retouthaut{
        display: flex;
        justify-content: flex-end;
        padding-top: 21rem;
      }

.planche-projets img{
    width: 90%;
}

.planche-projets {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
}

/* CSS responsive plance */

@media screen and (max-width: 1000px){

    .colonedouble{
        margin-left: 3rem ;
        margin-right: 1.5rem;
    }

    .retouthaut{
        padding-top: 15rem;
    }

}

@media screen and (max-width: 880px){

    .colonedouble{
        flex-direction: column;
        gap: 25px;
        margin-left: 1rem ;
        margin-right: 1rem;
        margin-top: 1.9rem;
    }

    .colonedouble p{
        width: 90%;
    }

    .Liens_sup{
        margin-top: 0px;
    }

    .colonedoubleinfo{
        display: flex;
        position: relative;
        top: 0px;
        padding-left: 3rem;
    }

    .retouthaut{
        display: none;
    }

    .Liens_sup{
        gap: 10px;
    }

    .Liens_sup h5{
        font-size: 1.2rem;
    }

}

@media screen and (max-width: 580px){

    .colonedouble{
        margin-left: 0rem ;
        margin-right: 0rem;
    }

    .colonedoubleinfo{
        padding-left: 2rem;
    }

    nav {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
      }

}

@media screen and (max-width:430px) {

    .visible{
        display: none;
    }
    
}


/* CSS EYESAFE */

@media screen and (max-width:800px) {

#Vidéoeyesafe{
    height: 270px !important;
}

#figmaebay{
    height: 270px !important;
}

}


/* CSS creation */

.creation h1{
    color: var(--firstcolor);
    font-family: var(--Firstpolice);
    font-size: 3.3rem;
    margin: 0;
    font-style: normal;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.titre-couleur{
    color: var(--secondcolor);
    font-family: var(--Secondpolice);
    font-size: 3.5rem;
    margin: 0;
    font-style: normal;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.Titre-dispo{
    display: flex;
    justify-content: center;

}

.creation{
    margin-top: 4.5rem;
    display: flex;
    flex-direction: column;
    gap: 70px;
    margin-left: 10rem;
    margin-right: 10rem;

}

.Livre-de-poche {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
}

.Affiches {
    
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: center;

}

.Texte-projet p {
    color: var(--firstcolor);
    text-align:center;
    font-family: var(--paragraphepolice);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.Texte-projet {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;

}

/* Adobe xd */

.Itrips{
    gap: 15rem;
}

.dispo-adobe-gauche{
    display: flex;
    gap: 65px;
    justify-content: center;

}

.dispo-adobe-gauche p {
    color: var(--firstcolor);
    font-family: var(--paragraphepolice);
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
} 

.dispo-adobe-gauche h2 {
    padding: 0;
    margin: 0;
    font-size: 2.8rem;
    letter-spacing: 0.1rem
}

.texte-dispo{
    width: 35rem;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    gap: 15px;   
}

#reverse{
    flex-direction:row-reverse;
}

.creation a{
    text-decoration: none;
}

.creation a :hover {
    color: var(--secondcolor);
}

.visible_texte {
    display: none;
    visibility: hidden;
}

/* CSS responsive */

@media screen and (max-width: 1350px)  {

    #Webdesigntitre{
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 1350px){
    .dispo-adobe-gauche{
        flex-direction: column-reverse !important;
        align-items: center;
    }

    .texte-dispo{
        align-items: center;
    }

    .texte-dispo p {
        text-align: center;
    }

    .Itrips{
        gap: 0px !important;
    }
}


@media screen and (max-width: 1100px) {
    .Titre-dispo {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 900px) {

    .Texte-projet p {
        width: 100%;
    }
    
}

@media screen and (max-width: 870px) {

    .titre-couleur{
        font-size: 2.7rem;
    }

    .creation h1 {
        font-size: 2.7rem;
    }
    
}

@media screen and (max-width: 765px){

    #Texteprincipalwebdesign{
        flex-direction: column !important;
        align-items: center;
    }

    .Affiches{
        flex-direction: column;
    }

}

@media screen and (max-width: 720px) {
  
    .principal-texte,.second-texte{
        font-size: 2.0rem;
    }

    .creation h1 {
        font-size: 2rem;
    }

    .titre-couleur {
        font-size: 2rem;
    }

    .accueil img {
      width: 13rem;
    }
  
    .descriptif{
      gap: 1rem;
    }
  
    #Projets,#outils{
      font-size: 3rem ;
    }

    .dispo-adobe-gauche h2 {
        font-size: 2.4rem;
    }

    .dispo-adobe-gauche p {
        font-size: 0.9rem;
        width: 70%;
    }

    .imagecadre{
        width: 23rem !important;
    }

    #ItripsSSS{
        width: 9rem !important;
    }

    #nom-projets-Photoshop{
        left: -700px;
        bottom: -70px;
    }
  }


  @media screen and (max-width: 590px) {

    .Titre-dispo{
        display: none;
        visibility: hidden;
    }

    .creation{
        margin-left: 0rem;
        margin-right: 0rem;

    }

    .Texte-projet p{
        width: 70%;
    }
  }

  @media screen and (max-width: 470px){
    
    .border-texte{
        visibility: hidden;
        display: none;
    }
    
    .principal-texte,.second-texte{
        font-size: 1.7rem;
    }

    .dispo-adobe-gauche{
        gap: 60px;
    }

    .dispo-adobe-gauche p {
        font-size: 0.9rem;
        width: 60%;
    }

    .dispo-adobe-gauche h2 {
        font-size: 2.0rem;
    }

    .imagecadre{
        width: 19rem !important;
    }

    #ItripsSSS{
        width: 9rem !important;
    }

    .Texte-projet p{
        width: 80%;
    }

    #nom-projets-Photoshop{
        left: -610px;
        bottom: -40px;
    }

  }