@import url('https://fonts.googleapis.com/css2?family=Advent+Pro&family=Dancing+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap');


/* ************** HTML ******************** */ 

html { 
    scroll-behavior: smooth;
    }

/* ************** BODY ******************** */ 

body {
    font-family: 'Advent Pro', sens-serif;
    padding: 0;
    margin: 0;
    }

a {
        text-decoration: none;
        color: #fff;
    }

a:hover{
    color: #eb2f7a;
    transition: 1s;
}

/* ************** NAVBAR ******************** */  

.navbar {
    overflow: hidden;
    background-color: rgba(84, 88, 88, 0.9);
    position: fixed;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    z-index: 1000;
    flex-wrap: wrap;
}

#logo {
    font-family: 'Dancing Script', cursive;
    font-size: 30px;
    display: flex;
    align-items: center;
    padding-left: 80px;
 
}

#menu {
    font-weight: 200;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding-right: 60px;
    
}

#menu ul{
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;

}
#menu li{
    list-style-type: none;
    padding: 20px;
}

/* *************************IMAGE PRINCIPALE************** */


#imageprincipale {
    height: 600px;
    text-align: center;
    background: url(media/imageprincipale.jpg) fixed;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


#premierTrait{
    height: 2px;
    background-color: #ffffff;
    box-shadow: 1px 3px 2px black;
    width: 50%;
}

#deuxiemeTrait{
  height: 3px;
  box-shadow: 1px 3px 2px rgb(0, 0, 0);
  width: 50%;
}

/* ************************* LES H ************** */

h1 {
   
  color: #fff;
  font-size: 3em;
  text-shadow: 1px 3px 2px black;
  justify-content: center;  
}


.hobbies {
   
  font-size: 3em;
  text-align: center;
  font-family: 'Advent Pro', sens-serif;
  margin-top: 150px;

  
}

.youtube{
  
  width: 478px;
  padding: 60px;
  

}

.soundcloud{
  height: 375px;
  width: 478px;
  margin-right: auto;
}



.titleParcours {
    font-family: 'Advent Pro', sens-serif;
    color: #ff5752;
    font-size: 3em;
    margin: 10rem 0 0 3rem;
    margin-bottom: 6rem;

}

.texteparcour{
  color: #3e3e3e;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em; 
  margin-left: 100px;
  width: 50%;
  z-index: 2;
}

.liste{

  font-family: 'Montserrat', sans-serif;
  margin-left: 72px;

}


.blocparcours{
  display: flex;
  flex-wrap: wrap;
  
}

.titleCompétences {
    color: #ff4a6d;
    font-size: 3em;
    margin-left: 10rem;
    font-family: 'Advent Pro', sens-serif;
    display: flex;
    flex-wrap: wrap;
    padding-top: 4rem;
    margin: 10rem 0 6rem 3rem;
}

.titleCV{
    
    font-size: 1.5em;
    font-family: 'Advent Pro', sens-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 4rem;
    color: #ff4a6d;
   
}

.titleportfolio{
  font-size: 1.5em;
  font-family: 'Advent Pro', sens-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 4rem;
  color: #ff4a6d;

}

.competences{

  color: #3e3e3e;
  background-color: #a1a1a16e;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  margin-top: 8rem;

  padding: 4rem;
  max-width: 50rem;
  margin-left: auto;


  
}

.titleHobbies {
  font-family: 'Advent Pro', sens-serif;
  color: #3e3e3e;
  font-size: 3em;
  text-align: center;
  margin-bottom: -20px;
  
}

/***Ci dessus : le corps de la page, l'image de fond utilisé qui reste fixe, sa position et sa hauteur, 
les titre de la page leur couleur, taille de police, leur hauteur ainsi qu'une ombre noire 
un trait servant de démarcation également avec sa hauteur, largeur, de la couleur antiquewhite, la aussi j'ai ajouté une ombre
les différents titre H3, H4, et H6 avec également leur position sur la page, leur couleur, ils ont aussi une ombre sauf pour le H6


/* ********************PRESENTATION***************** */
#presentation{
    background-color: #c8d4e1;
    overflow: hidden;
   }

  .date{
    font-weight: bold;
    color:#000000;
    margin-top: 2rem;
  }

.intro{
  align-items: center;
  justify-content: space-between;
     


}

p{
    font-size: max(1.5vw, 20px);
    border-radius: 7px;
    padding: 38px;
    font-size: 1.2rem;
    margin-left: 3rem;

 
}  

.lelogo{
  height: 9rem;
  padding: 1rem;
}

.lelogo:hover{
  transform: scale(1.1);
  transition: 0.1s;
}


.leslogo{
 
  /* flex-wrap: wrap; */
  justify-content: space-between;
  /* justify-content: flex-end; */
  padding-top: 15px;
  padding-bottom: 30px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 1rem;
 

  animation-name: mymove;
  animation-duration: 0.9s;
  animation-iteration-count: infinite;
}

 @keyframes mymove {
  from {transform: translateY(0px);}
  to {transform: translateY(2px);}
}



.box {
    margin-left: 400px;
}

#exp {
    font-size: 1.7em;
}

.hobby{
    padding: -10px;
    display: inline-flex;

}

.hobbytext{
  text-align: right;
}



.portfolio{
  display: flex;
  margin-bottom: 12rem;

}
/***************************************SLIDER*****************************************/

.slider{
  width: 800px;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
  
}

.container{
  display: flex;
  justify-content: center;
}

.slides{
  width: 500%;
  height: 500px;
  display: flex;
}

.slides input{
  display: none;
}

.slide{
  width: 20%;
  transition: 2s;
}

.slide img{
  width: 800px;
  height: 500px;
}

/*css naviguation manuel*/

.navigation-manual{
  position: absolute;
  width: 800px;
  margin-top: -40px;
  display: flex;
  justify-content: center;
}

.manual-btn{
  border: 2px solid #FF5752;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
}

.manual-btn:not(:last-child){
  margin-right: 40px;
}

.manual-btn:hover{
  background: #FF5752;
}

#radio1:checked ~ .first{
  margin-left: 0;
}

#radio2:checked ~ .first{
  margin-left: -20%;
}

#radio3:checked ~ .first{
  margin-left: -40%;
}

#radio4:checked ~ .first{
  margin-left: -60%;
}

/*css défilement automatique*/

.navigation-auto{
  position: absolute;
  display: flex;
  width: 800px;
  justify-content: center;
  margin-top: 460px;
}

.navigation-auto div{
  border: 2px solid #FF5752;
  padding: 5px;
  border-radius: 10px;
  transition: 1s;
}

.navigation-auto div:not(:last-child){
  margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1{
  background: #FF5752;
}

#radio2:checked ~ .navigation-auto .auto-btn2{
  background: #FF5752;
}

#radio3:checked ~ .navigation-auto .auto-btn3{
  background: #FF5752;
}

#radio4:checked ~ .navigation-auto .auto-btn4{
  background: #FF5752;
}

/***Ci dessus : la partie "mon parcours" avec la couleur de fond, la caractéristique du paragraphe, centré.

/* ***********************HOBBY********************* */
.note{
 
  width: 2rem;
  display: flex;
  flex-direction:row;
  align-items: center;
  animation-name: mymove;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}

 @keyframes mymove {
  from {transform: translateY(0px);}
  to {transform: translateY(2px);}
}


#video{
    height: auto;
    background-color: white;
    padding: 1px 2% ;
    background-repeat: no-repeat; 
    background-size: cover;
    color: #3e3e3e;  

}

.video{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-right: 100px;
  margin-left: 100px;
}

/***Ci dessus : la couleur de fond de la partie "mon éxperience" et sa position.

/* *********************************CONTACT************* */
footer{
    background-color: #545858;
    color: #3e3e3e;
    padding: 20px 0 10px 0;
    box-shadow: inset -2px 9px 20px 6px;
  
}

form{
    margin: 0 auto;
    max-width: 900px;
    
}

input, textarea, button {
    border: none;
    width :55%;
    padding: 15px 10 px;
    margin: 1px 0;
    font-size: 1.2em;
    font-family: 'Advent Pro', sans-serif;
    border-radius: 8px;
}
textarea{
    height: 120px;
}
button{
    font-size: 1,em;
    background-color: rgb(255, 255, 255);
    
}
button:hover{
   
    color: burlywood;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
#deuxiemeTrait{
    height: 1px;
    width: 75%;
    background-color: rgb(255, 255, 255);
    margin: 60px auto;
    }

    #copyrightETIcons{
        display: flex;
        margin-bottom: 20px;
        padding: 0 10%
    }
    #copyright{
        width: 50%;
        text-align: left;
        color: rgb(255, 255, 255);
    }


    #icons{
        width: 50%;
        text-align: right;
    }
    #icons a{
        display: inline-block;
        padding: 0 15 px;
        font-size: 1.3em;
        color: rgb(255, 255, 255);
      

    }
    #icons a:hover{
        transform: scale(1.5);
        transition: 0.1s;
     
    }

    
    .fond{

        background-image: url(media/fond.jpg);
        background-size:cover;

    }


/***********************************************************FORMULAIRE*************************************************************************/

*, *:before, *:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, button, input {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 1.4px;
}


.container {
  flex: 0 1 700px;
  margin: auto;
  padding: 10px;
}

.screen {
  position: relative;
  background: #3e3e3e;
  border-radius: 15px;
}

.screen:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: 0;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
  z-index: -1;
}

.screen-header {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: #4d4d4f;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.screen-header-left {
  margin-right: auto;
}

.screen-header-button {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  border-radius: 8px;
  background: white;
}

.screen-header-button.close {
  background: #ed1c6f;
}

.screen-header-button.maximize {
  background: #e8e925;
}

.screen-header-button.minimize {
  background: #74c54f;
}

.screen-header-right {
  display: flex;
}

.screen-header-ellipsis {
  width: 3px;
  height: 3px;
  margin-left: 2px;
  border-radius: 8px;
  background: #999;
}

.screen-body {
  display: flex;
}

.screen-body-item {
  flex: 1;
  padding: 50px;
}

.screen-body-item.left {
  display: flex;
  flex-direction: column;
}

.app-title {
  display: flex;
  flex-direction: column;
  position: relative;
  color: #ea1d6f;
  font-size: 26px;
}

.app-title:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 25px;
  height: 4px;
  background: #ea1d6f;
}

.app-contact {
  margin-top: auto;
  font-size: 8px;
  color: #888;
}

.app-form-group {
  margin-bottom: 15px;
}

.app-form-group.message {
  margin-top: 40px;
}

.app-form-group.buttons {
  margin-bottom: 0;
  text-align: right;
}

.app-form-control {
  width: 100%;
  padding: 10px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #666;
  color: #ddd;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  transition: border-color .2s;
  
}

.app-form-control::placeholder {
  color: #666;
}

.app-form-control:focus {
  border-bottom-color: #ddd;
}

.app-form-button {
  background: none;
  border: none;
  color: #ea1d6f;
  font-size: 14px;
  cursor: pointer;
  outline: none;
}

.app-form-button:hover {
  color: #fdfdfd;
}

.saisiemessage{

    height:100px;
    
    
}

.dribbble {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}

@media screen and (max-width: 520px) {
  .screen-body {
    flex-direction: column;
  }

  .screen-body-item.left {
    margin-bottom: 30px;
  }

  .app-title {
    flex-direction: row;
  }

  .app-title span {
    margin-right: 12px;
  }

  .app-title:after {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .screen-body {
    padding: 40px;
  }

  .screen-body-item {
    padding: 0;
  }
}

.error_msg{

  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 0px;
  margin: 0%;
  

  }




