/*font*/
@font-face {
    font-family: 'Edo SZ';
    src: url('https://nat-guide-vtm.fr/css/fonts/EdoSZ.woff2') format('woff2'),
        url('https://nat-guide-vtm.fr/css/fonts/EdoSZ.woff') format('woff'),
        url('https://nat-guide-vtm.fr/css/fonts/EdoSZ.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*/////Globales//*/
a, a:visited, a:hover{
    text-decoration:none;
}

body{
    font-family: sans-serif;
	background-color: #3F3A39;
}

#slider{
	position: fixed;
	width: 100%;
	height: 100vh;
	background-image: url("https://nat-guide-vtm.fr/img/fond/1.jpg");
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	top: 0;
	z-index: -10;
}

main{
	margin: 0 auto;
}

section{
	padding: 0 5px;
}

section h2 {
	font-size: 1.8em;
}
section h3 {
	font-size: 1.3em;
}

section:first-child{ 
    margin-top: 100px;
}
section:nth-of-type(odd){ /*1/2*/
    
}
section:nth-of-type(even){ /*2/2*/
    margin: 50px auto;
}

article{

}

h1, h2, h3, h4, h5, h6{
	margin:0 auto;
	text-align: center;
	font-family: 'Edo SZ';
	color:#3F3A39;
}

footer{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	color: white;
	justify-content: space-around;
	align-items: flex-start;
	padding: 10px;
	background-color: #3f3a39;
	box-shadow: 0 -2px 10px gray;
	border-top: 4px solid #fff;
	color: white;
}
footer ul{
	line-height: 1.15;
}
footer li{
	
}
footer li:first-child{
	font-weight: bold;
}
footer li a{
	display: block;
	color: white;
	transition: all 0.2s ease 0s;
}
footer li a:hover{
	transform: translateX(8px);
}

/*///////Menu////////*/
header{
    font-family: 'Edo SZ';
	position: fixed;
	background-color: #3F3A39;
	box-shadow: 0 2px 10px gray;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	transition: height 0.2s ease 0s;
}
header>a{
	display: block;
	z-index: 100;
	width: max-content;
	position: relative;
}
header > a > div {
	width: max-content;
	min-height: 65px;
    overflow: hidden;
    position: relative;
}
header > a > div img {
    max-width: 145px;
    padding: 2px;
    width: 100%;
}
header nav {
    position: absolute;
	left: 0;
	right: 0;
	background-color: #3f3a39;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding: 0;
	border-bottom: 4px solid #fff;
	height: 0px;
	overflow: hidden;
	box-shadow: 0px 8px 5px -4px #000 inset;
	transition: all 0.2s ease 0s;
}
h1 {
    display: none;
}
header ul {
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
header li {
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 2px #7b7b7b;
}
header li:not(.ico_social) {
	font-size: 1.3em;
}

header nav ul li a {
    display: block;
    padding: 5px;
    color: #fff;
	letter-spacing: 2px
}
#menu_btn {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 6px;
    border: 1px solid white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 13px;
    right: 10px;
}
#menu_btn:hover{
	cursor: pointer;
}
.menu_bar {
    height: 4px;
    width: 30px;
    background-color: #3F3A39;
    margin: 4px auto;
    transition: all 0.2s ease 0s;
}
.menu_bar_deploy{
	margin: -2px auto;
}
.nav_deploy{
	padding: 5px 0px;
	height: 235px;
}

#maker{
	flex-basis: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0;
	background-color: transparent;
	margin: 10px auto 0 auto;
	width: 100%;
	font-size: 0.9em;
	font-weight: bold;
}
#maker a{
	color: white;
	font-family: "Arial", sans-serif;
	transition: color 0.2s ease 0s;
}
#maker a:hover{
	color: white;
}

/*///////CGU////////*/
#cgu{
	margin-top: 100px;
}

#cgu a{
	color: #3f3a39;
	font-weight: bold;
}
#cgu a:hover{
	color: #797979;
	font-weight: bold;
}

#cgu article,#cgv article,#politique article,#mentions_legales article{
	box-shadow: 0 2px 7px #dbdbdb;
	border-radius: 4px;
	padding: 10px;
	margin: 10px auto;
	text-align: left;
	color:black;
	max-width: 95%;
	margin: 0 auto;
	background-color: whitesmoke;
	border: 4px solid #3f3a39;
}
#cgu,#mentions_legales{
	padding-bottom: 20px;
}

/*///////Autre////////*/
#maintenance{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: -100px;
}

#reservation form>p{
	width: 100%;
	text-align: center;
	margin:0 auto;
}
#reservation small,#contact small{
	width: 100%;
	text-align: center;
	font-style: italic;
	display: block;
	margin-top: 20px;
	font-size: 0.9em;
}

#icotop{
	display: none;
	position: fixed;
	right: 20px;
	bottom: 60px;
	background-color: whitesmoke;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 1.5;
	font-size: 2.7em;
	border: 3px solid #3f3a39;
	transition: all 0.2s ease 0s; 
}
#icotop i{
	color: #3f3a39;
}
#icotop a{
	color: #3f3a39;
	display: block;
	height: 100%;
	width:100%;
}
#icotop:hover{
	transform: rotate(360deg);
}

.info_title{
	background-color: white;
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 100%;
	text-transform: lowercase;
	font-family: "arial black", sans-sérif;
	font-size: 0.85em;
	border: 2px solid #3f3a39;
	position: absolute;
	right: 0;
	top: -1px;
}
.info_title:hover{
	cursor: zoom-in;
}

.check_cgu{
	display: block;
	text-align: center;
}

.check_cgu a{
	color: #3f3a39;
	font-weight: bold;
}

.h2_spec{
	color: white;
	margin-bottom: 15px;
	text-shadow: 1px 1px 4px #3f3a39,1px 1px 4px #3f3a39;
}

.user_choice div{
	text-align: left;
    max-width: 175px;
    margin: 0 auto;
    padding: 4px 0px;
}
#stage_form .user_choice div{
    max-width: 235px;
}
#rando_form .user_choice div{
    max-width: 245px;
}

#contact_form input,.resa_forms input,.resa_forms select, .resa_forms label, textarea{
	margin: 6px auto;
}
.resa_forms h4{
	margin-top: 16px;
    margin-bottom: 8px;
    font-size: 1.2em;
    position: relative;
}
#contact_form input, #contact_form textarea, .resa_forms input, .resa_forms select, #gestion_dates_add_type,#gestion_dates_add_date_month, #gestion_dates_add_type_month{
	border: 3px solid #3f3a39;
    border-radius: 5px;
    padding: 8px;
    width: 100%;
    text-align: center;
}
.resa_forms select, #gestion_dates_add_type, #gestion_dates_add_type_month,#gestion_dates_add_date_month{
	background-color: white;
}

#contact_resa input[type=radio],#contact_resa input[type=checkbox]{
	width: initial !important;
    margin-right: 10px;
}

#reservation, #contact{
 	background-color: #f5f5f5cc;
	box-shadow: 8px 8px 2px #53535380;
	border: 4px solid #696969;
	border-radius: 4px;
	padding: 15px;
	margin: 20px auto;
	width: 100%;
 }
 #reservation legend{
	font-family: "Edo SZ";
	font-size: 1.3em;
	text-align: center;
	margin: 0 auto;
}

.resa_forms{
	display: none;
}

#resa_choice{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin: 20px auto;
}
#resa_choice div{
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	line-height: 2;
	margin: 0 auto;
	font-weight: bold;
}
#resa_choice input{
	
}

#raids figure{
	background-color: #f5f5f5cc;
	box-shadow: 8px 8px 2px #53535380;
	border: 4px solid #696969;
	border-radius: 4px;
	padding: 0;
	margin: 30px auto;
	max-width: 450px;
	width: 100%;
}
#raids figcaption{
	padding: 6px;
}
#raids figcaption p{
	font-family: comic sans ms;
	font-size: 1.05em;
	line-height: 1.2;
}
#raids h3{
	padding: 8px;
	background-color: #3f3a39;
	color: white;
	font-weight: normal;
}
#raids img{
	border-bottom: 4px solid #3f3a39;
	border-top: 4px solid #3f3a39;
}
#raids aside{
	text-align: center;
	padding: 5px;
	font-family: "Edo SZ";
}

#randonnees figure{
	background-color: #f5f5f5cc;
	box-shadow: 8px 8px 2px #53535380;
	border: 4px solid #696969;
	border-radius: 4px;
	padding: 0;
	margin: 30px auto;
	max-width: 450px;
	width: 100%;
}
#randonnees figcaption{
	padding: 6px;
}
#randonnees figcaption p{
	font-family: comic sans ms;
	font-size: 1.05em;
	line-height: 1.1;
}
#randonnees h3{
	padding: 8px;
	background-color: #3f3a39;
	color: white;
	font-weight: normal;
}
#randonnees img{
	border-bottom: 4px solid #3f3a39;
	border-top: 4px solid #3f3a39;
}
#randonnees aside{
	text-align: center;
	padding: 5px;
	font-family: "Edo SZ";
}

#stages figure{
	background-color: #f5f5f5e0;
	box-shadow: 8px 8px 2px #53535380;
	border: 4px solid #696969;
	border-radius: 4px;
	padding: 0;
	margin: 30px auto;
	max-width: 450px;
	width: 100%;
}
#stages figcaption{
	padding: 6px;
}
#stages figcaption p{
	font-family: "comic sans ms";
	font-size: 1.05em;
	line-height: 1.2;
}
#stages h3{
	padding: 8px;
	background-color: #3f3a39;
	color: white;
	font-weight: normal;
}
#stages img{
	border-bottom: 4px solid #3f3a39;
	border-top: 4px solid #3f3a39;
}
#stages aside{
	text-align: center;
	padding: 5px;
	font-family: "Edo SZ";
}

#adventure figure{
	background-color: #f5f5f5cc;
	box-shadow: 8px 8px 2px #53535380;
	border: 4px solid #696969;
	border-radius: 4px;
	padding: 0;
	width: 100%;
	max-width: 450px;
	margin: 30px auto;
}
#adventure figcaption{
	padding: 6px;
}
#adventure figcaption ul li{
	font-family: comic sans ms;
	font-size: 1.05em;
}
#adventure h3{
	padding: 8px;
	background-color: #3f3a39;
	color: white;
	font-weight: normal;
}
#adventure img{
	border-bottom: 4px solid #3f3a39;
	border-top: 4px solid #3f3a39;
}
#adventure aside{
	text-align: center;
	padding: 5px;
	font-family: "Edo SZ";
}
#adventure ul{
	list-style: inside;
	list-style-type: disclosure-closed;
}
#adventure ul li{
	margin: 2px auto;
}

#home p{
	margin:8px auto;
}
#home h2{
	margin-bottom: 10px;
}
#home{
	font-family: comic sans ms;
	font-size: 1.05em;
 	background-color: #f5f5f5cc;
	box-shadow: 8px 8px 2px #53535380;
	border: 4px solid #696969;
	border-radius: 4px;
	padding: 5px;
	max-width: 98%;
	margin: 90px auto 0 auto;
 }
 #home img{
 	max-width: 300px;
	border: 3px solid dimgray;
	border-radius: 100%;
	width: 100%;
 }

 #descriptionImg{
 	text-align: center;
 	margin: 20px auto;
 }

 .descriptionS, .descriptionF{
 	text-align: center;
 	width: 100%;
 }

.fa-facebook-f{
	background-color: #0064ff;
	color: white;
	border-radius: 8px;
	font-size: 1.2em;
	padding: 0;
	width: 30px;
	height: 30px;
	line-height: 1.3;
	box-shadow: 2px 2px 1px #8e8e8e;
}
.fa-youtube{
	background-color: #f20000;
	color: white;
	border-radius: 8px;
	font-size: 1.2em;
	padding: 0;
	width: 30px;
	height: 30px;
	line-height: 1.3;
	box-shadow: 2px 2px 1px #8e8e8e;
}
.fa-instagram{
	background: rgb(254,218,117);
	background: -moz-linear-gradient(45deg, rgba(254,218,117,1) 0%, rgba(214,41,118,1) 51%, rgba(79,91,213,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(254,218,117,1) 0%,rgba(214,41,118,1) 51%,rgba(79,91,213,1) 100%);
	background: linear-gradient(45deg, rgba(254,218,117,1) 0%,rgba(214,41,118,1) 51%,rgba(79,91,213,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feda75', endColorstr='#4f5bd5',GradientType=1 );
	color: white;
	border-radius: 8px;
	font-size: 1.4em;
	padding: 2px;
	width: 30px;
	height: 30px;
	box-shadow: 2px 2px 1px #8e8e8e;
}

#menuh ul li:nth-of-type(1){
	display: none;
}

.ico_social{
	display: none;
}

.cta{
	border: none;
	width: 100%;
	display: block;
    padding: 0;
	margin: 10px auto;
	text-align: center;
	box-shadow: 2px 2px 2px 0px #939393;
	background: #3f3a39;
	transition: all 0.1s ease 0s;
}
.cta a{
    display: block;
	margin: 0;
	color: white;
	padding: 7px 22px;
	font-family: "Edo SZ";
	letter-spacing: 1px;
	font-size: 1.2em;
}

.sendForm,#gestion_dates_add button,#gestion_dates_add_month button{
	color: white;
	border: 3px solid white;
	border-radius: 5px;
	padding: 8px;
	font-weight: bold;
	margin: 0 auto;
	font-family: "Edo SZ";
	transition: all 0.2s ease 0s;
}
.sendForm:hover,.cta:hover,#gestion_dates_add button:hover,#gestion_dates_add_month button:hover, .date_delete:hover{
	cursor: pointer;
	transform: scale(1.03);
}
.sendForm:active,.cta:active,#gestion_dates_add button:active,#gestion_dates_add_month button:active{
	transform: scale(0.97);
}

#error404{
	text-align: center;
	max-width: 70%;
	width: 100%;
	margin: 0 auto;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#error404 img{
	max-width: 60%;
}

#noscript{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 10000;
}
#noscript p{
	padding: 20px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	box-shadow: 0px 10px 12px #cecece;
	width: 100%;
	text-align: center;
}

#cookie_banner{
	display: none;
	visibility: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #cecece54;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	z-index: 2000;
}
#cookie_banner div{
	background-color: #d9d9d9;
	padding: 10px;
	border-top: 4px solid #000;
	box-shadow: 0 10px 9px #bbb;
	text-align: center;
	width: 100%;
}
#cookie_banner p{
	text-align: left;
	margin: 8px 0px;
}
#cookie_banner div>a{
	width: 100%;
	text-align: left;
	display: block;
	color: #000;
	font-weight: bold;
}
#cookie_banner button{
	background: #fdfdfd;
	border: 2px solid #d7d7d7;
    text-align: center;
    font-family: "berlin sans fb","arial black",sans-serif;
    padding: 8px 5px;
    font-size: 1.1em;
    text-transform: uppercase;
    margin: 8px auto;
    border-radius: 4px;
    box-shadow: 0px 2px 6px #b1b1b1;
    color: #18bb7e;
    max-width: 48%;
    min-width: 145px;
    width: 100%;
}
#cookie_banner button:nth-of-type(1) a{
	color: #c60404;
}
/*//////administration//////*/
.color_formation{
	color: #468eff;
}
.color_raid{
	color: #d76349;
}
.color_rando{
	color: #43a440;
}
.color_stage{
	color: #9f2d98;
}

.date_listed{
	background-color: #3f3a3945;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 2px 15px;
	margin: 5px 0px;
	border: 2px solid #3f3a39;
	color: #3f3a39;
	font-size: 1.15em;
	font-weight: bold;
}
.date_listed:nth-of-type(even){
	background-color: #eaeaea;;
}

.date_listed span{
	text-transform: capitalize;
}
.date_listed span::after {
  content: "-";
  margin:0px 15px;
}
.date_delete{
	height: 45px;
	border: 3px solid white;
	width: 45px;
	padding: 0px;
	margin: 0;
	text-align: center;
	box-shadow: 2px 2px 2px 0px #939393;
	background: #3f3a39;
	color: white;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 0;
	border-radius: 6px;
	transition: all 0.1s ease 0s;
}
.date_delete p{
	margin : 0;
	padding: 0;
}

#gestion_dates_add_type,#gestion_dates_add_type_month,#gestion_dates_add_date_month{
	height: 46px;
	width: 150px;
	margin: 0 10px;
}

#admin_date{
	order: 9;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px auto;
	background: #ffffffc7;
	max-width: 88%;
	border: 4px solid #3f3a39;
	border-radius: 8px;
	padding: 15px;
}
#admin_date>p{
	width: 100%;
	text-align: center;
}
#gestion_dates{
	width: 100%;
	max-width: 80%;
}
#gestion_dates_add,#gestion_dates_add_month{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 60px;
	justify-content: center;
	align-items: center;
}
#gestion_dates_add input,#gestion_dates_add_month input{
	border: 3px solid #3f3a39;
	border-radius: 5px;
	padding: 8px;
	width: 250px;
	text-align: center;
	height: 46px;
	margin: 0 8px;
}
#gestion_dates_add button,#gestion_dates_add_month button{
	width: 120px;
	margin: 0 10px;
	padding: 0;
	height: 50px;
	line-height: 0;
}
#gestion_dates_list{
	overflow-y: scroll;
	max-height: 80vh;
	padding: 0 10px;
	margin: 10px 0;
	border: 2px solid #3f3a39;
	border-radius: 5px;
}

#admin_infos_resa aside{
	order: 10;
	width: 80%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#admin_infos_resa aside>div{
	margin: 4px 0;
	max-width: 45%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	width: 100%;
}
#admin_infos_resa aside h2{
	margin: 20px auto;
	width: 100%;
}
#admin_infos_resa aside>div div{
	margin: 0;
}

.state_btn, .state_btn_details{
	max-width: 50%;
	color: white;
	padding: 7px;
	border-radius: 6px;
	border: 2px solid white;
	font-size: 1.1em !important;
}

#admin_infos_accueil>p,
#admin_infos_stages>p,
#admin_infos_randos>p,
#admin_infos_raids>p,
#admin_infos_resa>p,
#admin_infos_resa aside>p
{
	width: 100%;
	text-align: center;
	margin:10px auto;
}
#admin_infos_accueil h4,
#admin_infos_stages h4,
#admin_infos_randos h4,
#admin_infos_raids h4,
#admin_infos_resa h4{
	font-size:1.3em;
	margin-top: 10px;
}
#admin_infos_accueil form,
#admin_infos_stages form,
#admin_infos_randos form,
#admin_infos_raids form,
#admin_infos_resa form{
	max-width: 32%;
    width: 100%;
    margin: 20px 6px;
    border: 3px dashed #3f3a39;
}

#admin_infos_resa form{
	max-width: 40%;
}


#admin_infos_accueil form fieldset,
#admin_infos_stages form fieldset,
#admin_infos_randos form fieldset,
#admin_infos_raids form fieldset,
#admin_infos_resa form fieldset{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
#admin_infos_accueil form label,
#admin_infos_stages form label,
#admin_infos_randos form label,
#admin_infos_raids form label,
#admin_infos_resa form label{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 2px 0;
}
#admin_infos_resa form label{    
    flex-direction: column;
}
#admin_infos_accueil form input,
#admin_infos_stages form input,
#admin_infos_randos form input,
#admin_infos_raids form input,
#admin_infos_resa form input,
#admin_infos_accueil form textarea,
#admin_infos_stages form textarea,
#admin_infos_randos form textarea,
#admin_infos_raids form textarea,
#admin_infos_resa form textarea{
	border: 2px solid #3f3a39;
    padding: 5px;
    min-width:335px;
}
#admin_infos_accueil form textarea,
#admin_infos_stages form textarea,
#admin_infos_randos form textarea,
#admin_infos_raids form textarea,
#admin_infos_resa form textarea{
	margin: 0;
    min-height: 250px;
}
#admin_infos_resa form textarea{
	margin: 0;
    min-height: 130px;
    width: 100%;
}

#admin_infos_accueil,#admin_infos_stages,#admin_infos_randos,#admin_infos_raids,#admin_infos_resa{
	display: none;
	background-color: rgba(245, 245, 245, 0.8);
	box-shadow: rgba(83, 83, 83, 0.5) 8px 8px 2px;
	border: 4px solid rgb(105, 105, 105);
	border-radius: 4px;
	padding: 10px;
	max-width: 100%;
	margin: 0px auto;
	width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#admin_infos_resa{
    justify-content: space-evenly;
}

#menu_admin{
	font-family: 'Edo SZ';
	background-color: #3F3A39;
	box-shadow: 0 2px 10px gray;
	border: 3px solid white;
	border-radius: 5px;
	margin: 20px auto;
}
#menu_admin ul{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
}
#menu_admin li{
	color: white;
	box-shadow: none;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: transparent;
	margin:0;
	transition: all 0.2s ease 0s; 
}
#menu_admin li:last-child{	
	font-size: 1em;
}
#menu_admin li:last-child a{	
	margin: 0;
	padding: 0;
}
#menu_admin li:hover{
	transform: scale(1) !important;
	background-color: white;
	color: #3F3A39;
}
#menu_admin li:last-child:hover a{
	color: #3F3A39;
}
.menu_admin_hover{
	background-color: white!important;
	color: #3F3A39!important;
}
.menu_admin_hover li:last-child a{
	color: #3F3A39!important;
}

#menu_admin li a{
	color: white;
}

#admin{
	min-height: 100vh;
	margin-top: 120px;
	margin-bottom: 40px;
}
#adminForm{
	background-color: #f5f5f5cc;
	box-shadow: 8px 8px 2px #53535380;
	border: 4px solid #696969;
	border-radius: 4px;
	padding: 10px;
	max-width: 98%;
	margin: 30px auto;
	text-align: center;
}
#adminForm fieldset{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 200px;
}
#adminForm legend{
	margin: 10px auto;
	font-family: "Edo SZ";
	font-size: 1.3em;
}
#adminForm input{
	border: 3px solid #3f3a39;
    border-radius: 5px;
    padding: 8px;
    width: 100%;
    text-align: center;
}
#adminForm .cta{
	max-width: 200px;
}
#admin .exit{
	color: white;
	border: 3px solid white;
	border-radius: 5px;
	padding: 6px;
	font-weight: bold;
	margin: 15px auto;
	transition: all 0.2s ease 0s;
	max-width: 200px;
}
#image_admin{
	display: flex;
	flex-direction: column;
	background-color: #f5f5f5cc;
	box-shadow: 8px 8px 2px #53535380;
	border: 4px solid #696969;
	border-radius: 4px;
	padding: 10px;
	max-width: 100%;
	margin: 0 auto;
}
#image_upload legend{
	padding: 0 10px;
	font-weight: bold;
}
#image_upload fieldset{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: nowrap;
	align-content: flex-start;
}
#image_upload fieldset div:nth-of-type(1){
	padding: 0 20px;
	max-width: 49%;
	margin: 0;
}
#image_upload fieldset div:nth-of-type(2){
	max-width: 49%;
	margin: 0;
}


#image_admin form{
	padding: 10px;
}
#image_admin fieldset{
	border: 1px solid gray;
	background-color: whitesmoke;
}

#admin_show_image {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: start;
}

.singleImg{
	position: relative;
	width: 200px;
	height: 200px;
	border: 1px solid #a6a6a6;
	border-radius: 5px;
	box-shadow: 0 0 5px #d7d7d7;
	padding: 10px;
	margin: 5px;
	background-color: whitesmoke;
}
.singleImg img{
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
}
.singleImg button{
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 5px 8px;
}
.singleImg button:hover, #gestion_dates_add input:hover, #gestion_dates_add select:hover, select:hover{	
	cursor:pointer;
}

.imgDetails{
	position: absolute;
	text-align: center;	
	bottom: 4px;
	left: 0;
	right: 0;
	font-weight: bold;
}
.imgDetails i{
	margin-left: -24px;
    background-color: white;
    font-size: 1.6rem;
    color: #d11920;
    padding: 0 4px;
    border-left: 1px solid grey;
    vertical-align: middle;
    margin-top: -2px;
}
.imgDetails i:hover{
	cursor:pointer;
}

.copyMe{
	padding: 2px 4px;
    max-width: 190px;
    border-radius: 3px;
    box-shadow: none;
}

/*////Responsive///*/
@media all and (min-width: 768px){ 
	#cgu,#cgv,#politique,#mentions_legales{
		max-width: 90%;
		margin: auto;
		margin-top: 100px;
	}
	#cgu article,#cgv article,#politique article,#mentions_legales article{
		margin: 20px;
	}

    header nav {
	    background-color: transparent;
	    justify-content: center;
	    align-items: flex-end;
	    padding: 0;
	    height: auto;
	    box-shadow: none;
	    top: 0;
	    bottom: 0;
	    width: 100%;
	}
	header ul {
	    display: flex;
	    flex-direction: row;
	    justify-content: space-evenly;
	    width: calc(100% - 65px);
	    align-items: center;
	}
	header li {
	    font-family: inherit;
	    font-weight: 510;
	    margin: 0 8px;
	}
	header li:not(.ico_social) {
		font-size: 1.1em;
	    letter-spacing: 1px;
	}

	#menu_btn{
		display: none;
	}

	#menuh ul li:nth-of-type(1){
		display: block;
	}
	#menuh ul li:nth-of-type(2){
		display: none;
	}

	header ul {
	    justify-content: flex-end;
	}

	main {
	    max-width: 90%;
	}

	#home{
		padding: 10px;
	}

	#adventure{
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
		flex-wrap: wrap;	
	}

	section h2 {
	    flex-basis: 100%;
	    font-size: 2.6em;
	}

	section h3 {
	    font-size: 1.7em;
	}

	.cta{
	    font-size: 1.3em;
	}

	#adventure aside, #stages aside, #randonnees aside, #raids aside{
	    font-size: 1.2em;
	}

	#adventure figure {
	    margin: 30px 0;
	    width: 45%;
	}
	#adventure figcaption {
	    padding: 6px;
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	    height: 380px;
	}

	#stages figure, #raids figure {
	    display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		max-width: 100%;
	}
	#stages h3, #stages aside,#raids h3, #raids aside{
	    flex-basis: 100%;
	}
	#stages img,#raids img {
	    border: 4px solid #3f3a39;
	    margin: 10px auto;
	}
	#stages figcaption,#raids figcaption {
	    padding: 15px;
	}

	#randonnees{
	    display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	#randonnees figure {
	    width: 45%;
	}	
	#randonnees figcaption {
	    padding: 6px;
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	    height: 280px;
	}
}

@media all and (min-width: 1024px){
	#icotop{
		display: block;
	}

	footer{
		padding: 20px;
	}

    #cookie_banner button{
		max-width: 180px;
		margin: 15px 10px;
	}
	#cookie_banner p,#cookie_banner div>a {
	    text-align: center;
	}

	header ul {
	    justify-content: flex-end;
	}
	header li {
	    margin: 0;
	}

	header li:not(.ico_social) {
		font-size: 1.3em;
		min-width: 120px;
		height: 100%;
		line-height: 2.5;
		transition: all 0.2s ease 0s;
	}
	header li:not(.ico_social):hover {
		background-color: white;
	}
	header li:not(.ico_social):hover a{
		color:#3f3a39;
	}

	.ico_social{
		display: block;
		font-size: 1.2em;
		transition: all 0.2s ease 0s;
	}
	.ico_social:hover {
		transform: scale(1.2);
	}

	#adventure figcaption {
	    height: 300px;
	}

	#stages figcaption,#raids figcaption{
	    max-width: 48%;
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	    margin: 0 auto;
	}

	#randonnees figcaption {
	    height: 250px;
	}

	#contact_resa {
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}

	#reservation, #contact {
	    margin: 20px 0;
	    max-width: 48%;
	}

	#stages aside,#raids aside {
	    border-bottom: 2px solid #3f3a39;
	}

	#home img {
	    max-width: 245px;
	}
	#home {
	    padding: 30px;
	    display: flex;
	    flex-direction: row-reverse;
	    flex-wrap: wrap;
	    align-items: center;
		justify-content: space-around;
	}
	.descriptionF {
	    max-width: 65%;
	    text-align: left;
	    margin: 0;
	}
	.descriptionS {
	    margin: 20px auto;
	    text-align: left;
	    max-width: 95%;
	}
	#descriptionImg {
	    margin: 0;
	}
}

@media all and (min-width: 1200px){
	#menuh ul li:nth-of-type(1){
		display: none;
	}
	#menuh ul li:nth-of-type(2){
		display: block;
	}

	#stages figcaption, #raids figcaption {
	    max-width: 55%;
	    width: 100%;
	}

	header li:not(.ico_social) {
	    min-width: 140px;
	}

	.ico_social {
	    margin: 0 5px;
	}

	#randonnees figure {
	    width: 32%;
	}
	#randonnees figcaption {
	    height: 268px;
	}

	#home{
	    flex-direction: row;
	}
	.descriptionF,.descriptionS {
	    max-width: 30%;
	    text-align: left;
	    margin: 0;
	}

	#home img {
	    max-width: 300px;
	}

	#home h2 {
	    margin-bottom: 40px;
	}


	#cgu article p{
		padding: 0 20px;
	}
}

@media all and (min-width: 1440px){
	main {
	    max-width: 80%;
	}

	header > a > div img {
	    max-width: 200px;
	}

	section h2 {
	    font-size: 2em;
	}

	header li:not(.ico_social) {
	    line-height: 3.5;
   		min-width: 180px;
	}

	.ico_social {
	    margin: 0 15px;
	}

	#adventure {
	    justify-content: space-around;
	}

	#stages img, #raids img {
	    width: 36%;
	}
	#stages figcaption, #raids figcaption {
	    max-width: 62%;
	}

	#contact_form fieldset {
	    max-width: 80%;
	    margin: 40px auto;
	}
	#contact_form textarea {
	    height: 140px;
		text-align: left;
	}

	#home {
	    margin: 110px auto 0 auto;
	}

	#reservation fieldset{
		max-width: 80%;
		margin: 0 auto;
	}	

	#cgu,#cgv,#politique,#mentions_legales{
		margin-top: 120px;
	}
}
