/* Concerne l'ensemble */

html {
	height : 100vh;
}


body {
	background : rgb(254 249 239);
	color: rgb(62 55 66);
	padding: 0;
	border: 0;
	margin: 0;
	height: 100vh;
	display: flex;
	flex-direction: column;
	cursor: url(../image/Curseurs/cursorHover.png), pointer;
}

img {
	width: 100%;
}




h1{
	font-family: 'Monsterrat', arial, sans-serif;
	font-size: 50px;
	margin:8px 0 32px 0;
	line-height: 58px;
	padding-right: 0%; 
}

h4{
	font-family: 'Monsterrat', arial, sans-serif;
	font-size: 14px;
	margin:0;
	font-weight: 700;
}

p{
	font-family: 'Monsterrat', arial, sans-serif;
	font-size: 20px;
	line-height: 28px;
	margin:0 0 16px 0;
}

h5{
	font-family: 'Monsterrat', arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	padding-bottom: 8px;
}

p, h5 {
	margin: 0;
}

.NOM, h4, .ESPACE2 h3 {
	color: rgb(82 202 125);
}

h5, #equipe {
	color: rgb(95 94 102);
}

.prev, .next, h1, h3, p {
	color: rgb(62 55 66);
}

.picto1 img,
.NOM, .FOOTER, .VersProjet2 h3, .VersProjet2 h5,
.VersProjet2,
.ESPACE2,.ESPACE2b, .MENU, .flecheRetour {
  cursor: url(../image/Curseurs/cursor.png), pointer;
  transition: 0.4s;
}

.sidenav a, .sidenav,
.VersProjet1 h3, .VersProjet1 h5, .VersProjet1 {
  cursor: url(../image/Curseurs/cursor_j.png), pointer;
  transition: 0.4s;
}

.prev:hover, .next:hover,
.sidenav a:hover, .picto1 img:hover, .VersProjet1:hover, .VersProjet2:hover, 
.NOM:hover,.ESPACE2:hover,.ESPACE2b:hover, .MENU:hover, .flecheRetour:hover {
  opacity:0.5;
}


::-webkit-scrollbar {
      width: 15px;
      border-left: solid 1px; 
  }

 /*::-webkit-scrollbar-track {
      background-color: #b46868;
}*/

::-webkit-scrollbar-thumb {
      background-color: rgba(82, 202, 125, 1); }
     /* border: solid 2px; 
} /* this will style the thumb, ignoring the track */
 
/*::-webkit-scrollbar-button {
      background-color: #7c2929;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
 
/*::-webkit-scrollbar-corner {
      background-color: black;
} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */

#ENSEMBLE {
	opacity: 1;
	transition: 0.7s;
}

/* Le header - Nom + hamberger */

.HEADER {
	height: 70px;
	border-bottom: solid 1px;
	display: flex; 
}

.ESPACE1{
	width: 100%;
	padding: 0 0 0 20px;
}


.ESPACE2{
	width: max-content;
}

.ESPACE2b{
	width: 15%;
	margin: 12px 0 30px 0;
	transition: 0.4s;	
}

.ESPACE2b img{
	width: 15px;
	
}

.ESPACE2 h3{
	font-family: 'Monsterrat', arial, sans-serif;
	font-weight: 700;
	line-height: 100%;
	font-size: 13px;
	margin: 30px 10px 30px 0;
	text-align: center;	
}


.NOM {
	font-family: 'Monsterrat', arial, sans-serif;
	font-weight: 700;
	text-decoration: none;
	font-size: 18px;
	line-height: 70px;
	
}


/*--------MENU HAMBERGER-------*/
.ESPACE3{
	min-width: 10%;
	border-left: solid 1px;

}


.MENU {
  display: inline-block;
  margin: 20px;

}

.bar1, .bar2, .bar3 {
  width: 30px;
  height: 2px;
  background-color: rgb(82 202 125);
  margin: 6px 0;
}

/*---------le menu s'ouvre -------------------*/
#opacitytext {
	opacity: 0;
	transition: 1.5s;
}

.bar4, .bar5, .bar6 {
  width: 30px;
  height: 2px;
  background-color: rgb(253, 255, 250);
  margin: 6px 0;
}


.bar4 {
  -webkit-transform: rotate(-45deg) translate(-5px, 4px) ;
  transform: rotate(-45deg) translate(-5px, 4px) ;
}


.bar5 {
  opacity: 0;
}


.bar6 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
  transform: rotate(45deg) translate(-8px, -8px) ;
}
	
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; 
  z-index: 1;
  top: 0;
  right: 0%;
  background-color: rgb(82 202 125); 
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 97px; /* Place content 60px from the top */
  transition: 0.2s; /* 0.5 second transition effect to slide in the sidenav */
  opacity: 0.95;
}

/* The navigation menu links */
.sidenav a {
  font-family: 'Monsterrat', sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0px 16px 24px 40px;
  text-decoration: none;		
  font-size: 32px;
  color: rgb(253 255 250);
  display: block;
  cursor: url(../image/Curseurs/cursor_j.png), pointer;
}

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

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

/* Le texte de présentation plus petite illustration */

.MONTBLANC {
	display: flex;
}

.Principal {
	width: 100%;
	margin: 10px 5% 0 5%;
}

.principal img {
	width: 100%;
}

/* Slideshow container */
.slider{
  position: relative;
  margin-bottom: 6.25%;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 10px;
  font-size: 3vw;
  transition: 0.6s ease;
  user-select: none;
  z-index: 2;
}

/* Position the "next button" to the right */
.next{
  right: -20px;
}

.prev{
  left: -20px;
}


/* Caption text */
.text p {
  font-size: 14px;
  position: absolute;
  bottom: -24px;
  right: 40px;
  text-align: right;
  width: 100%;
}

.numbertext {
  font-family: 'Monsterrat', arial, sans-serif;
  font-size: 14px;
  padding: 20px 5px;
  position: absolute;
  font-weight: 700;
  bottom: -44px;
  right: 0px;
}

/*----------- IMAGE ET TEXTE COLLÉ----------*/

.Second {
	align-items: center;
	margin-bottom: 24px; 
}

.image {
	padding-top: 24px;
	margin: 0px 5% 0 5%;
}

.explication {
	border-bottom: solid 1px;
	padding-bottom: 24px;
	margin: 0px 20px 0 20px;
}

.complementTexte{
	display: flex;
	padding: 24px 0 24px 0;
}

.complementTexte p{
	font-size:12px;
}

.complement{
	margin-right: 16px;
}

#equipe strong{
	font-size: 14px;	
	font-weight: 400;
	font-family: 'Monsterrat', arial, sans-serif;
}

#equipe{
	line-height: 16px;
}


/*----------------COMPOSITION IMAGES-------------*/

.troisieme {
	display: block;
}

.image_gauche {
	width: 100%;
}

.topo {
	border-top: solid 1px;
	padding: 24px;

}

.topo img {
	width: 100%;
	
}

.badges {
	display: flex;
	margin-top: 0%;
}

.badge1_img {
	width: 50%;
	padding: 24px 0 24px 24px;
}

.badge2_img {
	width: 50%;
	padding:24px;
}
.image_droite {
	width: 100%;
	border-top: solid 1px;
	padding:24px;
}

/* La marge de droite */

.barredroite {
	border-left: solid 0px;
	min-width: 0px;
	max-width: 0px;
	z-index: 1;
}


.petitmenu {
	font-family: 'Monsterrat', arial, sans-serif;
	font-weight: 700;
	margin: 0;
	writing-mode: vertical-rl;
  	text-orientation: sideways-right;
  	text-align: center;
  	padding: 400px 0px 0 0;
  	line-height: 80px;
}

/* Bas de page */


.FOOTER {
	display: flex;
	border-top: solid 1px;
}

.VersProjet2 h3,
.VersProjet1 h3{
	font-family: 'Monsterrat', arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 24px 0 16px 0; 
	margin: 0;
}

.VersProjet1 h5,
.VersProjet2 h5{
	font-size: 14px;
	font-weight: 400;
	text-align: center; 
	padding: 0px 16px 24px 16px; 
	margin: 0;
}

.VersProjet1 h3, .VersProjet1 h5{
	color: rgb(253 255 250);
}

.VersProjet2 h3, .VersProjet2 h5{
	color: rgb(82 202 125);
}

.VersProjet1 {
	width: 100%;
	background-color: rgb(82 202 125);
}

.VersProjet2 {
	width: 100%;
}
.reseau {
	min-width: 10%;
	max-width: 10%;	
}


.fixe {
	position: fixed;
	left: 1.5%;
	bottom: 0%;
	width: 10%;
}

.picto1 img{
	width: 60%;
	
}

.ESPACE4{
	min-width: 70px;
	max-width: 70px;
	border-left: solid 1px;
}
.flecheRetour{
	position: fixed;
	bottom: 3.5%;
	right: 5px;
	width: 6%;
	z-index: 3;
}
