/* CSS Document */

/* TYPO */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Syne:wght@400..800&display=swap');
/*
	.montserrat-<uniquifier> {
	font-family: "Montserrat", serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	}
	
  */

html {
  scroll-behavior: smooth;
}


  body {
     margin: 0;
            overflow: hidden;
            background: black;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100vh;
	  position: relative;
	  font-family: "Montserrat", serif;
        }


/*ANIMATION*/
	h2{
		font-size: 8em;
		line-height: 150px;
		text-align: center;
		color: white;
	}

     canvas {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
        }
        .content {
            text-align: center;
            z-index: -1;
			
        }
        

/*NAV*/

nav{
	padding-right: 50px;
	padding-left: 50px;
	
}

.navbar-dark {
    background-color: #000 !important;
    border: none !important;
    border-width:0!important;
}

.navbar-dark a:link, .navbar-dark a:visited{
	color: #fff;
	text-transform: uppercase;
}

.navbar-dark a:hover, .navbar-dark a:active{
	color: #f97a17;
}




/* Styles généraux */

/*
#dolly-container p{
	font-size: 1em;
	background-color: #000;
	line-height: 20px;
	width: 400px;
}

/*dolly*/




/*journal*/

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

.mySlides {
    display: none;
}

.slideshow-container img {
    width: 100%;
    height: auto;
}

.prev, .next {
    
	position: absolute;
	top:10%;
	width: 600px;
	height: 700px;
    padding: 16px;
    background: rgba(0, 0, 0, 0.0);
    border: none;
    cursor: pointer;
}

		.prev p{
			color: red;
			margin-right: 400px;
		}
		
		.next p{
			color: red;
			margin-left: 400px;
		}
		
.next {
    right: 0;
}


/*diapo*/
#collapseFive a:link,#collapseFive a:visited{
	text-decoration: none;
	font-weight: 800;
	font-size: 2em;
	color: #1D1E35;
	text-transform: uppercase;
}

#collapseFive a:hover,#collapseFive a:active{
	text-decoration: none;
	color: #FF6229;
	
}

/*END*/


ul{
	list-style-type: none;
	
}




/*Media Queries*/
@media (max-width: 576px) {
	h2{
		font-size: 2em;
		color: #FF6229;
		text-align: center;
		line-height: 10px;
	}
	

	
	.content img {
	align-self: center;
	 height: 200px;
		margin-bottom: 20px;
	 
  }
	.content h2{
		color: #fff;
		background-color: #000000;
		padding: 10px;
	}
	
	/*intro*/

.text-intro{
	background-color: #000;
	color: white;
	font-size: 1.2em;
	padding: 20px;
}
	
	#layer2 img{
		width: 120%;
		height: auto;	
	}
	
	
.dolly-navigation button {
	font-size: 1em;
	background-color: #000;
	color: #fff;
	padding: 5px 5px;
	border: #000 2px solid;
	cursor: pointer;
	text-transform: uppercase;
}

.dolly-navigation button:hover{
	background-color: #f97a17;
	color: #000;
	border: #f97a17 2px solid;
	
	
}

.dolly-navigation ul{
 	margin-top: 20px;
}

.dolly-container{
	margin-top: 20px;

}
	
	.dolly-navigation img{
		display: none;
	}
	
	
	#layer15 a:link,#layer15 a:visited {
	color: #fff;
	border: #000 2px solid;
	text-decoration: none;		
	font-size: 1em;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 0px;
	margin: auto;
	text-align: center;
	padding: 10px 1px;
	margin-top: 50px;
	
}

#layer15 a:hover,#layer15 a:active {
	color: #fff;
	background-color: #f97a17;
	border: #f97a17 2px solid;
	text-decoration: none;
}
}


@media (min-width: 576px) {
	
		h2{
		font-size: 4em;
			line-height: 150px;
		text-align:center;
	}
	.content img {
            width: 400px;
            height: auto;
            margin-bottom: -20px;
        }
	
}


@media (min-width: 992px) {
	
	.text-intro{
	background-color: #000;
	color: white;
	font-size: 3em;
	padding: 20px;
}

.content img {
            width: 600px;
            height: auto;
            margin-bottom: -40px;
        }

	.content h2{
		font-size: 5em;
	}
	
	
	#layer1 p{
		text-align: center;
		font-size: 2.5em;
	}

	.dolly-navigation button {
	font-size: 1em;
	background-color: #000;
	color: #fff;
	padding: 5px 5px;
	border: #000 2px solid;
	cursor: pointer;
	text-transform: uppercase;
}

.dolly-navigation button:hover{
	background-color: #f97a17;
	color: #000;
	border: #f97a17 2px solid;
	
	
}

.dolly-navigation ul{
 	margin-top: 50px;
}

.dolly-container{
	margin-top: 20px;

}
	
	
	#layer15 a:link,#layer15 a:visited {
	color: #fff;
	border: #000 2px solid;
	text-decoration: none;		
	font-size: 1em;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 0px;
	margin: auto;
	text-align: center;
	padding: 10px 1px;
	margin-top: 50px;
	
}

#layer15 a:hover,#layer15 a:active {
	color: #fff;
	background-color: #f97a17;
	border: #f97a17 2px solid;
	text-decoration: none;
}

}



@media (min-width: 1200px) {

}



@media (min-width: 1400px) { 
	h2{
		font-size: 7em;
		line-height: 200px;
		text-align: center;
	}
	.content img {
            width: 600px;
            height: auto;
            margin-bottom: -40px;
        }
}
