body{
  background-color:#fff;
  color:#777;
  margin:0 auto;
  max-width:860px;
  font:0.9em Helvetica, sans-serif;
}

/* Nom of the artist*/
.title{
  font-size:1.4em;
  margin-right: 10px;
}


.sidebar {
  display:flex;
  flex-direction: column;
  line-height:2.5em;
  width:100%;
  mar
  margin-bottom:1.5em;
  padding: 1vw 0.2vw; 
  text-align:right;
  font-size:0.8em;
}
#menu{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin:2px 10px 10px 10px;
  padding-bottom:1.5em; 
  border-bottom:1px solid #bbb;
}

.menuChoice{
  margin-left: 5px;
  margin-right: 5px;
}


a{text-decoration:none;}
a:link, a:visited {color:#555;}
a:hover {color:red;}
a.here:link,  a.here:visited {font-weight:bold;}


.contentitle{ font-size:1.1em;font-size:1.2em;font-weight:bold; padding-top:1em;}
img{border:0;}
img{width:100%;height:auto;}


.gotop{text-align:center;padding-top:0.7em;}

.contentFolder {  
  line-height:1.5em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 100%;
  text-align:center;
  justify-content: center;
}

.content{  
  font-size:0.8em;
  line-height:1.5em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 100%;
  text-align:left;
}

.main {
  max-width:860px;
  font-size:0.8em;
  line-height:1.5em;
  display: flex;
  flex-wrap: wrap;;
  flex-direction: row;
  justify-content: space-between;
}

.tp {
  padding-left: 10px;
  line-height: 2em;
  max-width: 45%;
}

.picture {
  padding-right: 10px;
  max-width: 50%;
}

.button {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  max-height: 2.5em;
  max-width: 2.5em;

}

.button:hover {
  opacity: 0.7;
}


/* Specific for contact page */

.contact {
  font-size:0.8em;
  margin-left: 10px;
}

.parcours {
  max-width:860px;
  font-size:0.8em;
  line-height:1.5em;
  display: flex;
  flex-wrap: wrap;;
  flex-direction: row;
  justify-content: space-between;
}

.tpparcours {
  padding-left: 10px;
  max-width: 60%;
}

.picturesparcours{
   padding-right: 10px;
   width:30%;
 }


.insta{max-width: 2em; max-height: 2em;}



/*Test ModalS*/



.Img {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.affiche {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  max-width: 250px; 
  max-height: 325px;
}

.affiche :hover {opacity: 0.7; color: blue;}



/* The Modal (background) */

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}



/* Modal Content (image) */

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}



/* Caption of Modal Image */

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;

}

/* Add Animation */

.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}



@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}



@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}



/* The Close Button */

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}



.close:hover,

.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.folder {
  width: 260px;
  margin:5px 10px 5px 10px;
}

.slides {
  position: relative;
  border-radius: 16px;
  width: 260px;
  height: 250px;
  margin: 10px;
}

.slides img {
  width: 90%;
  box-shadow: 3px 3px 5px #666;
  background: white;
  position: absolute;
}

.slides img:nth-child(2) {
  left: 5px;
  top: 5px;
}

.slides img:nth-child(1) {
  left: 10px;
  top: 10px;
}

.slides img:nth-child(3) {
  left: 0px;
  top: 0px;
}