body{
	font-family: 'Crete Round', serif;
	margin: 0px;
	background-color: black;
  text-decoration: none;
  font-size: 25px;
}
.mySlides img{
	width: 100%;
	height: 100%;
}
.pixel{ 
  width: 350px;
  height: 400px;
  margin: auto auto;
  margin-top: 20px;
  margin-bottom: 20px; 
  background : url("images/pixelartbarbe.png");
  background-size: contain;
  text-indent: 100%;
  display: block;
  background-repeat: no-repeat;
  padding: 0;
  border: none;
  background-color: transparent;
  white-space: nowrap;
  overflow: hidden;
}

.pixel:hover{
  background : url("images/pixelart2barbe.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.portrait{ 
  width: 300px;
  height: 400px;
  display: block;
  
  margin: auto auto;

  margin-top: 20px;
  margin-bottom: 20px; 
  background : url("images/moi_noir_et_blanc.jpg");
  background-size: contain;
  text-indent: 100%;
  padding: 0;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  white-space: nowrap;
  overflow: hidden;
}
.portrait:hover{
  background : url("images/moi_couleur.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}

.liste{
  list-style: none;
  margin: 0;
  font-size: 23px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;

}
.liste--header{
  list-style: none;
  position: relative;
  top: 10%;
  right: 5%;
  font-size: 23px;
}

.liste li{
  margin-bottom: 8px;
}
.fleche{
  width: 70px;
  height: 70px;
  display: block;
  margin: auto auto;
  animation: bounce 0.8s ease infinite;
}
@keyframes bounce{
    from {transform: translateY(0);}
    to   {transform: translateY(-15px);}
}
.title{
  font-size: 35px;
  color: black;
  border-bottom: 2px solid orange;
  display: inline-block;
  margin-bottom: 30px;
}
.title--big{
  font-size: 44px;
}
.title--light{
  color: white;
}
.link{
  text-decoration: none;
  color: black;
  transition: all 200ms ease-in;
}
.link:hover{
    z-index: 2;
    transition: all 200ms ease-in;  
    font-size: 25px;
    }
.link:hover .icone{
    z-index: 2;
    transition: all 200ms ease-in;
    transform: scale(1.2);
}
.link--header{
  text-decoration: none;
  color: white;
  font-size: 20px;
  display: inline-block;
  padding: 15px;
}
.link--header:hover{
    z-index: 2;
    transition: all 200ms ease-in;
    font-size: 25px;
    }
.paragraphe{
  padding-right: 15px;
  padding-left: 15px;
  margin: 0px;
}
.icone{
  width: 25px;
  height: 25px;
  margin-right: 8px;
  position: relative;
  top: 3px;
  transition: all 200ms ease-in;
  transform: scale(1); 
}

.banner{
	background-color: #000;
	color: #fff;
	margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px;
}
.banner--light{
	background-color: #fff;
	color: #000;
}
.btn{
  width: 40px;
  height: 40px;
  display: inline-block;

  background-image: url(images/menu.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0;
  border: none;
  background-color: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 15;
}
.menu{
  position: fixed;
  top: 0;
  left: 40%;

  width: 100%;
  height: 100%;

  background-color: #111111;
  z-index: 10;

  transform: translateX(100%);
  transform-origin: right;
  transition: transform 0.7s ease-out;
  will-change: transform;
}
.menu--open{
  transform: translateX(15%);
}
.cv{
  text-align: center;
}
.cv--icone{
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  transition: all 200ms ease-in;
  transform: scale(1); 
}
.cv--icone:hover{
    z-index: 2;
    transition: all 200ms ease-in;
    transform: scale(1.2);
}
.point{
  text-align: center;
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: black;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 96%;

  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: orange;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@media (min-width: 700px){
  .portrait{
    width: 500px;
    height: 680px;
  }
  .paragraphe{
    margin: 30px 30px;
  } 
  .liste{
  left: 20%;
  font-size: 30px;
  }
  .link:hover{
    z-index: 2;
    transition: all 200ms ease-in;  
    font-size: 35px;
    }
  .menu{
    left: 60%;
  }
  .menu--open{
  transform: translateX(5%);
  }
  .tablette{
    display: flex;
    justify-content: space-around;
  }
  .pixel{
    position: relative;
    bottom: 30px;
    width: 350px;
    height: 350px;
    margin: 0;
  }
  .paragraphe{
    width: 450px;
    margin: 0;
  }
  .cv{
    font-size: 35px;
  }
  .cv--icone{
    width: 150px;
    height: 150px;
  }
  .liste--header{   
    right: 1%;    
  }
  .title{
    font-size: 40px;
  }
  .title--big{
    font-size: 60px;
  }
}
@media (min-width: 1300px){
  .title{
    font-size: 50px;
  }
  .title--big{
    font-size: 70px;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
  }
  .btn{
    display: none;
  }
  .menu{
  position: relative;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background-color: #000000;
  z-index: 10;

  transform: translateX(0);
  transform-origin: right;
  transition: transform 0s ease-out;
  border-bottom: 1px solid orange;
  }
  .liste--header{
    display: flex;
    justify-content: space-around;
  }
  .desktop{
    display: flex;
    justify-content: space-around;
  }
  .portrait{
    margin: 0;
    margin-bottom: 20px;
  }
  .pixel{
    margin: 0;
    width: 550px;
    height: 550px;
  }
  .paragraphe{
    font-size: 37px;
    width: 550px;
  }
  .icone{
    height:50px;
    width: 50px;

  }
  .link{
    font-size: 35px;
  }
}