/* The sidebar menu */
.sidebar {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  right: 0;
  background-color: #52a3ff; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow-y: scroll;
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
  float: right;
}

/* The sidebar links */
.sidebar a {
  text-decoration: none;
  color: #6b6b6b;
  transition: 0.1s;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidebar p {
    width: 380px;
    padding-bottom: 50px;
    padding-left: 50px;
}

/* The button used to open the sidebar */
.openbtn {
  font-size: 12px;
  cursor: pointer;
  background-color: red;
  color: white;
  padding: 3px 2px;
  border-radius: 8px;
  border: none;
}
.openbtn:hover {
  background-color: #444;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-right 0.5s; /* If you want a transition effect */
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }
  .sidebar a {
    font-size: 18px;
  }
}

body {
  background: rgb(255,204,174);
  background: linear-gradient(0deg, rgba(255,204,174,1) 0%, rgba(255,147,107,1) 24%, rgba(255,136,98,1) 60%, rgba(255,58,58,1) 100%);  
  margin-left: 20px;
  margin-top: 10px;
  font-family: 'Lusitana', serif;
}

#ttitre {
  margin-left: 30px;
  margin-top: 15px;
  font-size: 50px;
  position: fixed;
  width: 100vw;
  overflow: hidden;
  text-decoration: 1px underline dotted;
}
#intro {
  font-size:18px;
  padding-top: 100px;
  margin-left: 60px;
  width: 55vw;
  line-height: 1.25;
}

.titre {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-style: italic;
  text-align: right;
  font-size: 22px;
}
.autrice {
  text-align: right;
}
.textit {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}
#vitrieres {
  width: 500px;
  padding-right: 10px;;
}
#somosvitrieres {
  margin-left: 600px;
  width: 500px;
}
#seumartistes {
  width: 500px;
  margin-left: 650px;
  margin-top: -200px;
}

#faire{
  margin-left: 650px;
  margin-top: -170px;;
}

#nancy{
  margin-top: -550px;;
}
img {
  max-width: 600px;
  max-height: 900px;;
  border: 1px solid red;
}

.comment {
  max-width: 200px;
}
#mabac {
  margin-left: -350px;
  margin-top: -50px;
  border: 1px solid red;
}
img:hover {
  opacity: 65%;
  cursor: pointer;
}
.sideimg{
  display: block;
  margin: 0 auto;
}



/* The sidebar menu */
.sidebarleft {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: rgb(213, 245, 71); /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

/* The sidebar links */
.sidebarleft a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidebarleft a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidebarleft .closebtn2 {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* The button used to open the sidebar */
.openbtn2 {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn2:hover {
  background-color: #444;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#maingauche {
  transition: margin-left .5s; /* If you want a transition effect */
  overflow: auto;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

#esadv{
  margin-left: 230px;
  margin-top: 100px;
}
#etapes{
  margin-left: 80px;
}
#couve{
  max-width: 500px;
}
#somm{
  margin-top: -400px;
  margin-left: 420px;
}
#graphe{
  max-width: 450px;
  margin-top: -100px;
}
#questions{
  font-size: 25px;
  font-weight: bold;
}
.sideimg{
  max-width: 400px;
}
.nbp{
  font-size: 12px;
  margin-bottom: 50px;
}
.bottom{
  margin-bottom: 50px;
}
.super{
  vertical-align: super;
  font-size: 12px;
}
.sidelegende{
  font-size: 12px;
  margin-top: 5px;;
}
.courant{
  margin-top: -35px;;
}
.legende{
  margin-top: 5px;
  font-size: 14px;
}
#intro a{
  text-decoration: none;
  color: #6b6b6b;
  transition: 0.1s;
}
#intro a:hover{
  color: #f1f1f1;
}
#backcoco{
  margin-left: 600px;
  margin-top: -500px;
}
.fauxlien{
  color: #6b6b6b;
  text-decoration: none;
}
.fauxlien:hover{
  color: #f1f1f1;
  cursor: pointer;
}
#ccl{
  font-size: 20px;
  line-height: 1.3;
  max-width: 60vw;
  margin-top: 100px;
  margin-left: 20px;
}
#notamuse{
  margin-left: 65vw;
  margin-top: -300px;
}
#nota{
  width: 400px;
}