*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
}

#fond{
  
  position: fixed;
}

body {
  min-height: 100vh;
  background-color: rgb(78, 78, 78);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/*ccs test*/

.imgtest{
    background-color: black;
}


#propos{
    text-decoration: underline rgb(253, 183, 53);
}


@font-face {
    font-family: "Bourgeois", sans-serif;
    src: url("fonts/Bourgeois-Ultra.woff") format("woff");
   }
@font-face {
    font-family: "BougeoisBold", sans-serif;
    src: url("fonts/Bourgeois-Bold.woff") format("woff");
}

main{
    position: relative;
}

#fondnoir{
  display: none;
}

#fond{
position: fixed;
width: 100%;
min-height: 1200px;
opacity: 70%;
z-index: -1;
object-fit: cover;
}



.nav{
    display: flex;
}

.section{
    color: white;
    text-decoration: none;
    list-style: none;
    font-family: "BougeoisBold", sans-serif;
    font-style: italic;
    font-size: xx-large;
}

ul {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}
li {
    list-style-type: none;
    padding: 10px;
}
a {
    text-decoration: none;
    color: white;
}

input[type="checkbox"] {
  display: none;
}

#logo{
    width: 200px;
    margin-left: 20px;
    padding: 10px;
}


@media screen and (max-width: 780px) {
  ul {
    flex-direction: column;
  }
  
  /* Gestion de l'affichage du menu */
  input[type="checkbox"]:not(:checked) ~ ul {
    display: none;
  }
  input[type="checkbox"]:checked ~ ul {
    display: flex;
  }
  
  /* Gestion de la checkbox */
  input[type="checkbox"] + label:before {
    font-family: FontAwesome;
    font-size: 30px;
    font-style: normal;
    color: white;
  }

  input[type="checkbox"] + label:before {
    content: "\f0c9";
  }

  input[type="checkbox"]:not(:checked) + label:before {
    content: "\f0c9";
  }

  input[type="checkbox"]:checked + label:before {
    content: "\f00d";
  }

  #logo{
      width: 20%;
      min-width: 100px;
  }

}



 .nav{
   position: fixed;
   display: flex;
   flex-direction: row;
   align-items: center;
   width: 100%;
   background-color: rgba(39, 39, 39, 0.9);
   border-style: solid;
   border-width: 5px;
   border-image-source: linear-gradient(0deg, rgb(253, 183, 53), rgb(255, 212, 219), rgb(75, 75, 255));
   border-image-slice: 1;
   font-family: "BougeoisBold", sans-serif;
   font-style: italic;
   justify-content: space-around;
   box-sizing: border-box;
   padding: 10px;
   z-index: 10000;
} 




.space1{ 
  display: flex;
  margin: auto;
  flex-direction: column;
  width: 80%;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 2vh;
  margin-top: 150px;
  margin-bottom: 150px;
}



.title1{
  width: 40vh;
  text-align: center;
  justify-content: center;
  background: linear-gradient(160deg,rgba(149, 149, 255, 0.5), rgba(255, 212, 219, 0.5)30%, rgb(255, 212, 219)70%, rgba(253, 183, 53, 0.5));
  margin: 1vh;
  font-family: "Bourgeois", sans-serif;
  font-size: medium;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
}



#content1{
  display: flex;
  align-items: center;
  padding: 1vh;
}

#container1{
  display: flex;
  padding: 50px;
  background-color: rgba(39, 39, 39, 0.7);
  border-style: solid;
  border-width: 5px;
  border-image-source: linear-gradient(0deg, rgb(253, 183, 53), rgb(255, 212, 219), rgb(75, 75, 255));
  border-image-slice: 0.5;
}

#me{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Bourgeois";
  text-align: center;
  width: 300px;
  color: white;

}

#container2{
  width: 150px;
  font-family: 'Bourgeois';
  padding: 5px;
  border-radius: 3%;
  margin: auto;
  justify-content: center;
}

#pp{
  padding-bottom: 20px;
  margin-right: 0px;
  width: 300px;
}

#container2{
  background-color: rgb(158, 158, 158);
  margin-left: 20px;
}

#competences{
    width: 125px;
  }


.scroller {
  width: 700px;
  overflow-x: scroll;
  margin-left: 50px;
  border-style: solid;
  border-color: white;
  border-width: 0.2px;
}

.scroller::-webkit-scrollbar{
  width: 15px;

}

.scroller::-webkit-scrollbar-track{
  background:#39383b;
  border-style: solid;
  border-radius: 5px;
  border-width: 0px;
}

.scroller::-webkit-scrollbar-thumb{
  background:#343435;
  border-style: solid;
  border-radius: 5px;
  border-width: 1px;
  border-color: #fdb837;
}

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



    
  .title1{
      width: auto;
      text-align: center;
      justify-content: center;
      background: linear-gradient(160deg,rgba(149, 149, 255, 0.5), rgba(255, 212, 219, 0.5)30%, rgb(255, 212, 219)70%, rgba(253, 183, 53, 0.5));
      margin: 1vh;
      font-family: "Bourgeois", sans-serif;
      border-style: solid;
      border-width: 1px;
      padding: 5px;
  }

  #content1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .scroller {
    width: 600px;
    overflow-x: scroll;
    margin-left: 0px;
    border-style: solid;
    border-color: white;
    border-width: 0.2px;
  }

  #container1{
    margin-bottom: 50px;
  }

  #container2{
   text-align: center;
  }


}

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

  #container1{
    flex-direction: column;
    width: 350px;
    align-items: center;
  }

  #container2{
    width: 200px;
    font-family: 'Bourgeois';
    padding: 5px;
    border-radius: 3%;
    text-align: center;
    margin: auto;
    margin-top: 50px;
  }

  #pp{
    width: 200px;
  }

  #me{
    width: 200px;
  }

  .scroller {
    width: 300px;
    overflow-x: scroll;
    margin-left: 0px;
    border-style: solid;
    border-color: white;
    border-width: 0.2px;
  }
  
}

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

  #container1{
    flex-direction: column;
    width: 250px;
    justify-content: center;
    align-items: center;
  }

  .space1{
    align-items: center;
  }

  #content1{
    width: 200px;
  }

  #pp{
    width: 150px;
  }

  #me{
    width: 200px;
    justify-content: center;
    align-items: center;
  }

  #container2{
    width: 150px;
  }

  

  .scroller {
    width: 200px;
  }
  
}

footer{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #343435;
  padding: 5px;
  border-top: white;
  border-style: solid;
}

#condition{
  color: white;
}

.iconelogo{
  margin-right: 15px;
}

@media screen and (max-width: 600px){
  footer{
    flex-direction: column-reverse;
    height: 150px;
  }
}









