html{
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body{
	background-color:white;
	color:white;
	margin:0;
}

h1, h2, h3, h4, a, button, footer p{
  margin:0;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


.flexbox_parent_over_screen{
	top: 0;
	position: fixed;
	width: 100vw;
	min-height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	margin: 0;
	padding: 0;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 5;
}

.child_over_screen{
	margin-right: 20px;
	height: calc(100vh - 40px);
	width: calc(100% - 60px);
	background-position: center;
	background-size: contain;
	background-image: url("../image/home/vertical/05.jpg");
	background-repeat: no-repeat;
}

.cross{
	position:fixed;
	width: 50px;
	height: 50px;
	top: 25px;
	left: calc(50vw - 25px);
	cursor: pointer;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image:url(../image/cross.png);
	background-color: transparent;
	border: none;
}

.arrow{
	position:fixed;
	width: 50px;
	height: 50px;
	top: calc(50vh - 25px);
	cursor: pointer;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

.left_arrow{
	left: 25px;
	background-image:url(../image/gauche.webp);
}

.right_arrow{
	right: 25px;
	background-image:url(../image/droite.webp);
}

.flexbox_parent_over_screen p{
	position: fixed;
	font-size: 25px;
	color:white;
	top:calc(100vh - 100px);
	width: 100px;
	left:calc(50% - 50px);
	text-align: center;
}

.div_over_img{
	z-index: 2;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 0, 0, 1);
}


header{
	min-height:100vh;
	background-color: lightgrey;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.projets{
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../image/home/landscape/02.jpg");
}

.contact2{
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../image/home/landscape/03.jpg");
	min-height: calc(100vh - 50px - 110px);
	padding-bottom: 50px;
}

.avis{
	background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../image/home/landscape/05.jpg");
}

.archives{
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../image/home/landscape/01.jpg");
}

.mentions-légales{
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../image/home/landscape/07.jpg");
}

.cgv{
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../image/home/landscape/08.jpg");
}

.projets, .contact2, .avis, .archives, .mentions-légales, .cgv{
	background-attachment: fixed;
	
} 

h1{
	text-align: center;
}

h1 a.tittle{
	font-size: clamp(50px, 7.5vw, 200px);
	text-decoration: none;
	color:white;
}

header button.menu{
	display:none;
}

header button.menu2{
		z-index: 3;
		position: fixed;
		display:block;
		top:calc(100vh + 90px);
		right:20px;
		background-color:white;
		border-radius: 100px;
		width: 50px;
		height: 50px;
		background-image:url("../image/fleche.webp");
		background-size: cover;
		border:1px black solid;
		transition-duration: 1s;
		cursor: pointer;
	}

header #primary_nav ul{
	display: flex;
	padding:0;
	margin:0;
	justify-content: center;
	list-style-type: none;
}

header ul li{
	padding: 0 15px 0 15px;
	color:white;
}

header ul li a, header ul li p{
	text-decoration: none;
	color: white;
	font-size: clamp(10px, 4vw, 25px);
	font-weight: bold;
	margin: 0 0 10px 0;
}

header ul li a:hover{
	text-decoration: underline;
}

header ul .li-hover{
	min-width: 128px;
	padding-left: 0;
	max-height: none;
 display: flex;
 flex-direction: column;
}

header ul .li-hover a{
 font-size: 18px;
 display: none;
}

header ul .li-hover:hover a{
	display: block;
}

.nav_symbols{
padding-top:3px;
font-weight: bold;
font-size: larger;
}

#secondary_nav{
		right:100vw;
		display: none;
	}

.hero{
	min-height: 80vh;
	max-height: 100vh;
	margin-top: 20px;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.hero2{
	min-height: calc(74vh);
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.hero p{
	max-width: 80%;
	font-size: clamp(18px,3.5vw,25px);
	text-align: justify;
	padding: 30px 30px;
	border: white 1px dashed;
	background-color: rgba(0, 0, 0, 0.3);
	margin: 0 auto;
}

.flexbox_parent_contact{
	background-color: rgba(0, 0, 0, 0.3);
	border: 1px white dashed;
	width:calc(80% - 50px);
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.flexbox_parent_contact img{
	background-size: cover;
	width:266.666666px;
	height:400px;
	margin-right: 20px;
	margin-left: 30px;
	margin-top: 30px;
}

.flexbox_child_contact{
	display: flex;
	width: 100%;
	justify-content: center;
}

.form-example1{
	display: flex;
	flex-direction: column;
	width: 45%;
	height: auto;
	margin-bottom: 5px;
}

form .required_elem{
	color:red;
}

form .form_rule{
	font-size: 20px;
	margin: 0 0 50px 0;
	font-weight: bold;
}

.form-example1 label, .form-example2 label{
	color: white;
	font-size: 25px;
}

.form-example1 input, .form-example2 textarea{
	color:rgb(55, 40, 9);
	font-size: 20px;
}

.form-example1 label, .form-example1 input, 
.form-example2 label, .form-example2 textarea{
	padding: 5px;
	text-align: left;
	margin:  0 5px 1px 5px;
}

.form-example2{
	display: flex;
	flex-direction: column;
	width: calc(90%);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 5px;
}

form{
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 100%;
	padding:50px 20px 50px 0px;
}

form input:focus, textarea:focus{
	outline: 3px rgb(55, 40, 9) solid;
	background-color:rgba(255, 255, 255, 1);
}

.form-example1 input, form textarea{
	background-color: rgba(255, 255, 255, 0.8);
}

.form-example3 input{
	padding: 10px 25px;
	font-size: 20px;
	color:white;
	background-color: rgba(255, 255, 255, 0);
	border: 1px white solid;
	transition-duration: 1s;
}

.form-example3 input:hover{
	background-color:white;
	color:rgb(55, 40, 9);
	border:1px white solid;
	border-radius: 10px;
}

.form-example3 input:focus{
	color:rgb(55, 40, 9);
}

form textarea{
	min-height: 25px;
	max-height: 100px;
	max-width: calc(100% - 24px);
}


.flexbox_parent_projets{
	padding: 80px 0px;
	display: inline-block;
	text-align: center;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.child_projets{
	margin: 20px 20px;
	height: 535px;
	padding: 0;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 4/6;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-align: center;
	overflow: hidden;
	transition-duration: 1s;
	text-decoration: none;
}

.child_projets:hover{
	background-size: 120%;
}

.child_projets h2{
	color: white;
	font-size: 80px;
	font-family: title;
	line-height: 0.6;
	margin: 0;
	padding-bottom: 20px;
	z-index: 2;
}

.child_projets h3{
	margin-left: 50px;
	text-align: center;
	font-size: 15px;
	color:lightgrey;
	font-style: italic;
	padding-top: 10px;
	margin-top: -20px;
	margin-bottom: 20px;
	z-index: 2;
}

.child_projets div{
	position: absolute;
	height: 535px;
	aspect-ratio: 4/6;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
	transition-duration: 1s;
}

.child_projets div:hover{
	opacity: 0%;
}

.flexbox_buttons_project{
	max-width: 1000px;
	width: calc(100vw - 50px);
	display: flex;
	justify-content: space-between;
	margin: 40px auto 0 auto;
}

.flexbox_buttons_project a{
	background-color:rgba(55, 40, 9);
	text-decoration: none;
	display: flex;
	max-width: 50vw;
	border: white 2px dashed;
}

.flexbox_buttons_project p{
	font-size: 30px;
	color: white;
	font-family: test;
	padding: 5px 5px;
	margin: 10px 0;
}

.div-right{
 padding-right: 20px;
}

.flexbox_buttons_project .div-right:before{
	content: "←";
	font-size: 30px;
	color: white;
	height: 30px;
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 20px;
	padding-right: 10px;
	line-height: 1;
}

.div-left{
 padding-left: 20px;

}

.flexbox_buttons_project .div-left:after{
	content: "→";
	font-size: 30px;
	color: white;
	height: 30px;
	margin-top: auto;
	margin-bottom: auto;
	padding-right: 20px;
	padding-left: 10px;
	line-height: 1;
}

/*
.flexbox_child_projets div a{
	color:white;
	text-decoration: none;
	border:1px white solid;
	padding: 10px 20px 10px 20px;
	font-weight: bold;
	background-color: white;
	color:rgb(55, 40, 9);
	transition-duration: 1s;
}

.flexbox_child_projets div a:hover{
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0);
	color:white;
}
*/

.flexbox_parent_avis{
	padding: 50px;
	min-height: calc(100vh - 100px);
	width: calc(100% - 100px);
	text-align: center;
}

.flexbox_parent_avis article{
	border:white 1px dashed;
	background-size: 110%;
	background-position: center;
	background-repeat: no-repeat;
	min-height:450px;
	max-width: 350px;
	min-width: 275px;
	text-align: center;
	display: inline-block;
	margin: 5px 10px;
	transition-duration: 1s;
	aspect-ratio: 4/6;
}

.flexbox_parent_avis article:hover{
	background-size: 150%;
}

.flexbox_child_avis2{
	padding: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	background-color: rgba(0, 0, 0, 0.3);
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.flexbox_parent_avis article h2{
	margin: 0;
	font-size: 35px;
	padding: 15px 0;
	text-decoration: underline white;
}

.flexbox_parent_avis article p{
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	text-align: justify;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

.flexbox_parent_avis article a{
	text-decoration: none;
	padding: 10px 10px;
	border: white 1px solid;
	font-size: 20px;
	color: rgb(55, 40, 9);
	background-color: white;
	margin-top: 30px;
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	transition-duration: 1s;
}

.flexbox_parent_avis article a:hover{
	color:white;
	background-color: rgba(55, 40, 9,0);
	border-radius: 10px;
}

.flexbox_parent_archives{
	padding: 50px;
	min-height: calc(100vh - 100px);
	width: calc(100% - 100px);
	text-align: center;
}

.flexbox_parent_archives .img_exposition:hover{
	background-size: 120%;
}


.flexbox_parent_projet_galerie{
	padding: 50px 0;
	width: 100%
	min-height: calc(100vh - 100px - 110px);
	text-align: center;
}

.flexbox_child_projet_galerie1{
	margin: 0; padding: 0;
	width: 100%;
	height: 100%;
}

.flexbox_child_projet_galerie2{
	background-color: rgb(55, 40, 9);
	min-height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 25px 0;
	margin: 25px 0 25px 0;
	border: 1px white dashed;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.flexbox_child_projet_galerie2 p{
	margin: 10px 0;
	font-size: clamp(15px, 2.5vw, 30px);
	width: 65%;
}

.flexbox_child_projet_galerie2 .one{
	text-align: center;
}

.flexbox_child_projet_galerie2 .two{
	text-align: center;
}

.flexbox_parent_archives .img_exposition{
	display: inline-block;
	height:450px;
	width:300px;
	margin:10px;
	background-size: 100%;
	background-position: center;
	transition-duration: 1s;
}

.img_exposition1, .img_exposition2, .img_exposition3{
	display: inline-block;
	margin:15px;
	background-size: 100%;
	background-position: center;
	transition-duration: 1s;
	background-repeat: no-repeat;
	background-size: 100%;
	transition-duration: 1s;
}

/* FORMAT PORTRAIT */
.img_exposition1{
	height:450px; width:300px;
}

/*FORMAT PAYSAGE */
.img_exposition2{
	height:450px; width:675px;
}

/* FORMAT CARRE */ 
.img_exposition3{
	height:450px; width:450px;
}

.img_exposition1:hover, .img_exposition2:hover, .img_exposition3:hover{
	background-size: 120%;
}

.flexbox_parent_mentions-legales{
	padding: 50px;
	min-height: calc(100vh - 100px);
	width: calc(100% - 100px);
	text-align: center;
	color: #372809;
	display: flex;
	flex-direction: column;
	margin-bottom: 150px;
}

.flexbox_parent_cgv{
	padding: 50px;
	min-height: calc(100vh - 100px);
	width: calc(100% - 100px);
	text-align: center;
	color: #372809;
	display: flex;
	flex-direction: column;
	margin-bottom: 150px;
}

.flexbox_parent_cgv h2, .flexbox_parent_ml h2{
	font-size: clamp(25px,5vw,30px);
	width: 70%;
	margin: 60px 15% 15px 15%; padding: 0;
	text-decoration: underline;
	text-align: left;
}

.flexbox_parent_cgv p, .flexbox_parent_ml p{
	font-size: clamp(18px,5vw,20px);
	max-width: 70%;
	margin: 0 15%; padding: 0;
	text-align: justify;
}

.flexbox_parent_cgv a, .flexbox_parent_ml a{
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

.flexbox_parent_links{
	margin: 0 auto;
	max-width: 50%;
	display: flex;
	flex-direction: column;
	align-items: left;
	margin-bottom: 100px;
}

.flexbox_parent_links a{
	display: line;
	text-decoration: none;
	color: #372809;
	font-size: clamp(18px,5vw,20px);
	text-align: left;
	margin-bottom: 5px;
	margin-left: 12.5%;
}

.flexbox_parent_links a:hover{
	text-decoration: underline;
}

.flexbox_parent_links p{
	font-size: clamp(18px,5vw,20px);
	max-width: none;
	margin-top: 50px;
	padding: 0;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}






.menu{
	z-index: 5;
}

/*///////////////////////////////////////////////////*/

footer{
	border-top: white 2px dashed;
	/*background-image:url("../image/home/landscape/01.jpg");*/
	background-color: rgba(55, 40, 9);
	background-size: 100%;
	background-position: bottom;
	padding: 30px 0 30px 0;
}

footer p{
	text-align: center;
	font-weight: bold;
	padding: 5px;
	margin:0;
	font-size: 20px;
	margin-top: 10px;
}

.flexbox_footer_parent{
	display: flex;
	justify-content: center;
}


.flexbox_footer_parent a{
	width:46px;
	height:46px;
	margin: 0 20px 0 20px;
	border-radius: 100%;
	margin-bottom: 5px;
	overflow: hidden;
	border: 2px rgba(0, 0, 0, 0) solid;
}


.flexbox_footer_parent a:hover{
	border: 2px rgba(255, 255, 255, 1.0) solid;
}

.flexbox_footer_parent a:hover img{
	margin-left: -25px;
	margin-top: -25px;
	width:96px;
	height:96px;
}

.flexbox_footer_parent img{
	margin-left: -15px;
	margin-top: -15px;
	width:76px;
	height:76px;
}

.redirect a{
	width:40px;
	height:40px;
	min-width: 40px;
	min-height: 40px;
	border-radius: 100%;
	margin-bottom: 5px;
	overflow: hidden;
	border: 2px rgba(0, 0, 0, 0) solid;
	transform: scale(1.5);
}

.redirect{
	padding: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-top: 45px;
}

/*///////////// MEDIA QUERIES //////////////*/
@media (max-width: 1300px){
.child_projets{
	margin: 10px 10px;
	height: 335px;
}

.child_projets h2{
	font-size: 70px;
	line-height: 70px;
	padding-bottom: 10px;
}

.child_projets h3{
	margin-left: 50px;
	font-size: 14px;
	padding-top: 10px;
	margin-top: -20px;
	margin-bottom: 20px;
	line-height: 16px;
}

.child_projets div{
	height: 335px;
}

	.flexbox_child_contact{
		flex-direction: column;
	}

	.flexbox_child_contact .form-example1{
		width: 90%;
		margin: 0 auto;
	}


	.flexbox_parent_archives .img_exposition{
		width: calc(300px/1.5);
		height:calc(450px/1.5);
	}

	/* FORMAT PORTRAIT */
.img_exposition1{
	height:calc(450px / 1.5); width:calc(300px / 1.5);
}

/*FORMAT PAYSAGE */
.img_exposition2{
	height:calc(450px / 1.5); width: calc(675px / 1.5);
}

/* FORMAT CARRE */ 
.img_exposition3{
	height:calc(450px / 1.5); width:calc(450px / 1.5);
}

}

@media (max-width: 1010px){
	.flexbox_parent_contact img{
		display: none;
	}

	form{
	padding:20px 20px 20px 20px;
}

	#primary_nav{display: none;}
	header button.menu{
		z-index: 3;
		position: fixed;
		display:block;
		top:20px;
		right:20px;
		background-color:white;
		border-radius: 100px;
		width: 50px;
		height: 50px;
		background-image:url("../image/menu.png");
		background-size: cover;
		border:1px black solid;
	}

	#secondary_nav{
		z-index: 2;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position:fixed;
		top:0;
		height: 100vh;
		width: 100%;
		transition-duration: 1s;
		/*background-image: url("../image/home/landscape/01.jpg");*/
		background:url("../image/home/landscape/01.jpg"), black 50% / cover no-repeat;
		opacity: 0%;
	}

	#secondary_nav ul{
		display: flex;
		text-align: center;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		list-style-type: none;
		width:60%;
		max-height: 90%;
		margin-left: auto;
		margin-right: auto;
		background-color: rgba(0, 0, 0, 0.3);
		border:1px white dashed;
		padding: 20px 0px 20px 0;
	}

	#secondary_nav li{
		margin: 0 30px 0 30px;
		padding: 20px 0 20px 0;
		width:60%;
		border-bottom: 1px white solid;
	}

	#secondary_nav li a{
		font-size: 36px;
	}

	#secondary_nav .redirect img{
	margin:0;
	width:100%;
	height:100%;
	}

	#secondary_nav .redirect{
		display: flex;
		justify-content: space-around;
	}

	.flexbox_parent_avis{
		width: 100%;
		padding: 50px 0;
	}

	.flexbox_parent_avis article{
		min-height:calc(450px /1.2);
		max-width: calc(350px / 1.2);
		min-width: calc(275px / 1.2);
		height: calc(450px / 1.2);
		margin: 0 5px 5px 0;
	}

	.flexbox_parent_avis article h2{
		padding: 0;
		font-size: 50px;
		letter-spacing: 3px;
		font-weight: normal;
	}

	.flexbox_parent_avis article p{
		width: 100%;
		font-size: 15px;
		margin: 0;
	}

	.flexbox_parent_avis article a{
		max-width: 60%;
		margin: 15px auto 0 auto;
		font-size: 18px;
		padding: 5px 10px;
	}

	.flexbox_parent_archives .img_exposition{
		width: calc(300px/2);
		height:calc(450px/2);
		margin:5px;
	}

	.img_exposition1, .img_exposition2, .img_exposition3{
		margin: 5px;
	}


		/* FORMAT PORTRAIT */
.img_exposition1{
	height:calc(450px / 2); width:calc(300px / 2);
}

/*FORMAT PAYSAGE */
.img_exposition2{
	height:calc(450px / 2); width: calc(675px / 2);
}

/* FORMAT CARRE */ 
.img_exposition3{
	height:calc(450px / 2); width:calc(450px / 2);
}

}

@media (max-width: 800px){

	h1{
		padding:20px 0 0 5vw;
		width: 300px;
		text-align: left;
	}

	h1 a.tittle{
		letter-spacing: -4px;
	}

	#secondary_nav ul{
		width:90%;
		max-height: 90%;
		padding: 20px 0px 20px 0;
	}

	.hero{
		padding-top: 25px;
		justify-content: space-evenly;
		margin-top: 0;
		min-height: 70vh;
	}

	.hero p{
		margin: 0 auto 50px auto;
	}

	.flexbox_parent_archives{
		width: 100%;
		padding: 50px 0;
	}


	.flexbox_parent_archives .img_exposition{
		width: calc(300px/3);
		height:calc(450px/3);
	}

		/* FORMAT PORTRAIT */
.img_exposition1{
	height:calc(450px / 3); width:calc(300px / 3);
}

/*FORMAT PAYSAGE */
.img_exposition2{
	height:calc(450px / 3); width: calc(675px / 3);
}

/* FORMAT CARRE */ 
.img_exposition3{
	height:calc(450px / 3); width:calc(450px / 3);
}

	.flexbox_child_projets{
		margin: 20px auto;
		width: calc(100% - 20px - 20px);
		min-width: 300px;
		padding: 10px;
		background-size: cover;
		background-position: center, center;
		background-repeat: no-repeat;
		aspect-ratio: 4/6;
		max-width: 350px;
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
	}

	.child_projets{
	margin: 5px 5px;
	height: 235px;
}

.child_projets h2{
	font-size: 40px;
	line-height: 30px;
}

.child_projets h3{
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 15px;
}

.child_projets div{
	height: 235px;
}

	.projets, .contact2, .avis, .archives{
		background-attachment: scroll;
	}

	.flexbox_parent_contact{
		width: calc(100% - 20px);
		margin: 10px;
	}

	.flexbox_child_contact .form-example1{
		width: 100%;
	}

	.form-example2{
		width: 100%;
		padding: 5px 0;
	}

	.form-example1 label, .form-example1 input, 
	.form-example2 label, .form-example2 input,
	.form-example2 textarea{
		margin: 0 0 1px 0;
	}

	form textarea{
		max-width: 100%;
	}

	form{
		padding: 10px;
		margin: 10px;
	}

}


.li-hover{
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	display: none;
	top: -50px;
}