
/* POLICES */

	/* POLICES AMELIOREES */ 

		@font-face {
		    font-family: 'Roboto Th';
		    src: url('polices/Roboto-Thin.eot');
		    src: url('polices/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
		        url('polices/Roboto-Thin.woff2') format('woff2'),
		        url('polices/Roboto-Thin.woff') format('woff'),
		        url('polices/Roboto-Thin.ttf') format('truetype'),
		        url('polices/Roboto-Thin.svg#Roboto-Thin') format('svg');
		    font-weight: 100;
		    font-style: normal;
		    font-display: swap;
		}

		@font-face {
		    font-family: 'Roboto';
		    src: url('polices/Roboto-Regular.eot');
		    src: url('polices/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
		        url('polices/Roboto-Regular.woff2') format('woff2'),
		        url('polices/Roboto-Regular.woff') format('woff'),
		        url('polices/Roboto-Regular.ttf') format('truetype'),
		        url('polices/Roboto-Regular.svg#Roboto-Regular') format('svg');
		    font-weight: normal;
		    font-style: normal;
		    font-display: swap;
		}

	/* POLICES DECORATIVES */

	@font-face {
	    font-family: 'Nymphette';
	    src: url('polices/Nymphette.eot');
	    src: url('polices/Nymphette.eot?#iefix') format('embedded-opentype'),
	        url('polices/Nymphette.woff2') format('woff2'),
	        url('polices/Nymphette.woff') format('woff'),
	        url('polices/Nymphette.svg#Nymphette') format('svg');
	    font-weight: normal;
	    font-style: normal;
	    font-display: swap;
	}
	@font-face {
	    font-family: 'Mortised Ornaments Free';
	    src: url('polices/MortisedOrnamentsFree.eot');
	    src: url('polices/MortisedOrnamentsFree.eot?#iefix') format('embedded-opentype'),
	        url('polices/MortisedOrnamentsFree.woff2') format('woff2'),
	        url('polices/MortisedOrnamentsFree.woff') format('woff'),
	        url('polices/MortisedOrnamentsFree.ttf') format('truetype'),
	        url('polices/MortisedOrnamentsFree.svg#MortisedOrnamentsFree') format('svg');
	    font-weight: normal;
	    font-style: normal;
	}
	@font-face {
	    font-family: 'Mortised Ornaments Free Two';
	    src: url('polices/MortisedOrnamentsFreeTwo.eot');
	    src: url('polices/MortisedOrnamentsFreeTwo.eot?#iefix') format('embedded-opentype'),
	        url('polices/MortisedOrnamentsFreeTwo.woff2') format('woff2'),
	        url('polices/MortisedOrnamentsFreeTwo.woff') format('woff'),
	        url('polices/MortisedOrnamentsFreeTwo.ttf') format('truetype'),
	        url('polices/MortisedOrnamentsFreeTwo.svg#MortisedOrnamentsFreeTwo') format('svg');
	    font-weight: normal;
	    font-style: normal;
	}


/* STRUCTURE GENERALE */

 	body{
 		width: 100%;
 		height: 100%;
 		margin: 0;
		font-size: 18px;
		font-family: 'Roboto Th', Arial, sans-serif;
		letter-spacing: 1px;
		/*IMAGE DE FOND*/
		margin:0;
		padding:0;
  		background: url('voyage-vienne.jpg') repeat center fixed; 
  		/*
  		-webkit-background-size: cover; 
  		background-size: cover;  */
  		/* FIN IMAGE DE FOND*/
	}
	header, section{
		width: 100%;
		margin: 0 auto;
		color: #000;
		letter-spacing: 1px;
		line-height: 30px;
		text-align: center;
	}
	header {
	    background-color: rgba(256,256,256,0.98);
	}
	section{
		background-color: rgba(0,0,0,0);
		border-bottom: 10px solid #be5110;
		padding: 30px 0;
	}
	section#cinq,section#cinq .div_centre, section#cinq .div_centre li{
		padding: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	section.references{
		display: none;
	}
	section.saison+div.saison{
		text-align: center;
	}

	.div_centre{
		width: 1000px;
		margin: 0 auto;
		padding: 30px 0
	}
	p{
		text-align: justify;
	}
	img{
		width: 100%;
	}
	#un img{
		width: 200px;
	}
	body#saison h2+a>img {
		width: auto;
	}
	body#les_grands_bals #un img {
	    width: 100%;
	    max-width: 350px;
	    margin: 10px 20px 30px;
	}
	iframe{
		margin: 35px 0 15px;
		width: 100%;
		height: 300px;
	}
	strong {
	    color: #000;
	    font-size: 19px;
	    text-transform: uppercase;
	    letter-spacing: 3px;
	}
	#confirmation strong {
	    color: #be5110;
	    font-size: 15px;
	    text-transform: uppercase;
	}
	footer{
		background-color: rgba(256,256,256,1);
		text-align: center;
		color: #584f4d;
		font-family: 'Roboto', Arial, sans-serif;
		font-size: 13px;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	}

/* MENUS */

    /* Positionnement et affichage des sous-menus */ 

    nav ul{
    	position: relative;
		text-transform: lowercase;
    }
    nav li{
    	color: #fff0f0;
	    letter-spacing: 5px;
	    font-size: 16px;
    }
    nav ul ul{
        position: absolute;
        /*Très important : la distance au bord supérieur du parent, si 
        elle est mal définie, aboutit à créer un blanc et le curseur
        de la souris disparaît*/
    	width: 100%;
        top: 60px;
        left: 0;
        background-color: #1d1c1c;
    	text-align: left;
    	padding: 0
    }
    nav ul>li>ul>li{
    	width: auto;
    	letter-spacing: 2px;
		border-top: 0px solid #000;
		border-right: 0px dotted #FFF;
    }
    nav ul>li>ul>li>a{
    	text-align: left;
		box-sizing: border-box;
    }

    /*	MAINTENANT JE TRAVAILLE LES AFFICHAGES     */

    nav>ul>li>ul{
        display: none;
        text-align: center;
    }
    nav>ul>li:hover>ul{
        display: block;
    }  

/* LIENS HYPERTEXTE */

		a
		{
			color: #be5110;
			text-decoration: none;
		}
		.exergue {
		    display: block;
		    border-top: 1px solid #000;
		    border-bottom: 1px solid #000;
		    padding: 20px 0;
		    font-size: 32px;
		    text-align: justify;
		    font-family: 'Roboto Th', Arial, sans-serif;
		    padding: 30px 0;
		    line-height: normal;
		    margin: 40px 0;
		    color: #be5110;
		}
		a:hover
		{
			color: #be5110;
		}
		header :hover{
			transition: all 0.4s ease 0s;
		}
		nav ul>li>ul>li:hover>a:hover
		{
			background: linear-gradient(to bottom, #000, #000);
			color: #be5110;
		}
		a.bouton.reserver {
		    padding: 10px;
		    font-size: 20px;
		    letter-spacing: 4px;
		    padding: 15px 36px;
		    /* margin: 20px; */
		    text-transform: uppercase;
		    background-color: #be5110;
		    color: #fff;
		    margin-top: 25px;
		    display: inline-block;
		}

		#les_grands_bals a.bouton.reserver, #typologie a.bouton.reserver {
			display: none;
		}
		#les_grands_bals a.bouton.reserver.bas, #typologie a.bouton.reserver.bas {
			display: block;
		}
		a img
		{
			border: none;
		}
		ul{
			margin: 0;
			padding: 0;
		}
		li{
			display: inline-block;
		}

		div#nav-toggle{
			display: none;
		}

		header nav{
			width: 100%;
			background-color: #000;
		}
		header a {
		    color: #fff;
		    padding: 15px 25px;
		    text-decoration: none;
		    display: block;
		    box-sizing: border-box;
		    text-transform: uppercase;
		}
		header ul li img {
		    width: 100%;
		    padding: 7px 12px;
		    max-width: 190px;
		}
		a.retour {
		    display: block;
		    text-align: right;
		    margin: 25px 0 0;
		    letter-spacing: 4px;
    		text-transform: lowercase;
			font-size: 22px !important;
		}
		#deux a.retour, #quatre a.retour, #douze a{
			color: #000;
		}
		a.retour span{
		    font-size: 30px;
		}
		header li:hover{
			color: #be5110;
			background-color: #000;
		}
		header ul li:hover {
		    background-color: rgba(0, 0, 0, 0);
		}
		header ul li img:hover {
		    opacity: 0.7;
		    filter: invert(1);
		    filter: grayscale(1);
		}
		header img {
		    margin: 15px 0 0;
		    width: 100%;
		    max-width: 525px;
		}
		a.citation{
			display: block; 
			width: 100%; 
			max-width: 600px;
			text-align: center;
			font-size: 24px;
		    font-family: 'Roboto Th', Arial, sans-serif;
			color: #000;
		}
		a.citation:hover{
			color: #000;
		}

	/* Réalisations */

		.realisation {
		    margin-top: 15px;
		    margin-bottom: 30px;
		}
		.details_img, .details_realisation {
		    float: left;
		}
		.details_img {
		    width: 35%;
		    margin-right: 74px;
		    box-shadow: 0 0 22px 3px #000;
		    background-color: rgba(0,0,0,0.95);
		}
		.details_realisation {
		    width: 57%;
		}
		.details_img img{
			margin: 0;
			padding: 30px;
		}
		li.details{
			display: block;
			width: 100%;
						font-family: 'Roboto Th', Arial, sans-serif;
			font-size: 28px;
			margin-bottom: 10px !important;
		}
		li.details span, .details_realisation p.appel{
			text-transform: uppercase;
			font-family: 'Roboto Th', Arial, sans-serif;
font-weight: 600;			font-size: 22px;
			color: #fff;
		}
		.details_realisation p{
						font-family: 'Roboto Th', Arial, sans-serif;
			font-size: 24px;
		}
		.details_realisation p.appel{
			font-size: 18px;
		}
		a.reserver-formule {
		    letter-spacing: 11px;
		    background: linear-gradient(to bottom, #000000, #1c1a17);
		    color: #ffffff;
		    padding: 15px 20px;
		    font-size: 27px;
		    text-transform: uppercase;
		    margin-top: 15px;
		    display: block;
		}
		p.etiquettes {
		    color: #000;
		    line-height: 17px;
		    font-weight: 900;
		    font-size: 20px;
		}

/*TITRE*/

		h1 {
		    padding: 0 10px;
		    font-size: 26px;
		    letter-spacing: 8px;
		    font-family: 'Roboto Th', Arial, sans-serif;
		    font-weight: 600;
		    color: #000;
		    letter-spacing: 1;
		    text-transform: uppercase;
		    margin-top: 0;
		    line-height: 34px;
		    margin-bottom: 5px;
		}


		h2, h3
		{
			font-family: 'Roboto Th', Arial, sans-serif;
			color: #be5110;
		}
		h2 {
		    font-size: 49px;
		    font-weight: 400;
		    font-family: 'Roboto Th', Arial, sans-serif;
		    margin: 0 0 60px;
		    /* text-shadow: 1px 7px 4px rgba(0,0,0, 0.4); */
		}
		#les_grands_bals h2{
			margin-bottom: 35px;
		}
		h2::after {
		    content: 'g';
		    display: block;
		    font-family: 'Mortised Ornaments Free', cursive;
		    font-size: 126px;
		    margin-top: 50px;
		}
		h3{
			font-size: 22px;
			letter-spacing: 1px;	
		}
		#trois h3 {
		    background-color: #be5110;
		    color: #000;
		    font-family: 'luzro', sans-serif;
		    padding: 10px 23px;
		    font-size: 20px;
		    letter-spacing: 2px;
		}
		#typologie section h3{
			text-align: left;
			margin-top: 0;
			margin-bottom: 25px;
		}
		#typologie section h3+p{
			margin-bottom: 45px;
		}
		ul.criteres li h3{
			font-family: 'Roboto Th', Arial, sans-serif;
			margin-bottom: 0;
			font-size: 34px;
		}
		td{
			text-align: left;
		}

	/* Images panoramiques */

		section.background-image{
			overflow: hidden;
			height: 500px;
			border: none;
			padding: 0;
		}
		section.background-image img{
			width: 100% !important;
		}
		.background-image.services img{
			margin-top: -100px;
		}
		.background-image.communication img{
			margin-top: -184px;
		}
		.background-image.exemples img{
			margin-top: -50px;
		}
		.background-image.savoir-vivre img{
			margin-top: -200px;
		}


	/* Logos */

		ul#logos img {
		    height: 90px;
		}

		ul#logos li {
		    margin: 10px 25px 10px 0;
		    display: inline-block;
		}

		span.pilier{
			display: inline-block;
			background-color: #000;
			color: #fff;
			width: 40px;
			text-align: center;
			padding: 3px;
		}


	/* Nos services */

		section#un {
			    padding-top: 65px;
			}

	/* Section deux */

		section#deux, section#quatre, section#douze {
    		background: linear-gradient(#be5110, #027e71);
		    color: #000;
		}
		#deux h2,#quatre h2, #douze h2{
		    color: #000;
		}

	/* Section trois */

		table {
		    -webkit-border-vertical-spacing: 20px;
		}
		table tr td:first-child {
		    border-right: 2px solid;
		    padding-left: 0;
		    color: #be5110;
		}
		table td[colspan="2"]{
			border: none !important;
		}
		td {
		    padding: 10px 70px;
		    text-align: left;
		}
		table td[colspan="2"], tr td:nth-child(2){
			padding-right: 0;	
		}

		.clear{
			clear: both;
		}

	/* FORMULAIRE 

	#onze img{
		width: 150px;
	}

	form p{
		width: 100%;
	}

	form p label{
		width: 20%;
		max-width: 160px;
		display: inline-block;
		text-align: left;
		float: left;
		margin-left: 50px;
	}
	*/	

	#erreur {
	    background-color: red;
	    color: #fff;
	    padding: 16px;
	}

	input, textarea, option {
	    width: 100%;
	    border: 1px solid #be5110;
	    padding: 18px 15px;
	    box-sizing: border-box;
	    color: #be5110;
	    font-size: 18px;
	    outline: none;
	    transition: height 1s;
	    -webkit-transition: height 1s;
	}
	input:hover, textarea:hover, option:hover 
	{
		box-shadow: 0px 0px 17px #fff;
	}
	select {
	    font-size: 18px;
	    border: 1px solid #be5110;
	    padding: 20px 15px;
	    width: 100%;
	    color: #be5110;
	}

	a#bouton, input[type=submit] {
	    width: auto;
	    text-transform: uppercase;
	    border: 1px solid #be5110;
	    color: #fff;
    	background: linear-gradient(#be5110, #9a3a00);
	    font-weight: 400;
	    letter-spacing: 2px;
	    text-align: center;
	}
	a#bouton{
		padding: 15px;
		margin-top: 30px;
	}
	a#bouton:hover, input[type=submit]:hover
	{
		background: linear-gradient(#ec6514, #943a05);
		border: 1px solid #be5110;
    	box-shadow: 1px 1px 7px 5px #dadada;
		color: #FFF;
	}

	/* Page confirmation */

	ul#social-media li{
		display: block; 
	}

	div.annonces{
	    width: 100%;
	    display: inline-flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    /* align-items: center; */
	    margin: 10px 0;
	}
	div.annonces div{
		width: 31%;
	}
	ul#vignettes{
		text-align: center;
	}
	#confirmation #vignettes img {
	    border-radius: 50%;
	    max-width: 40px;
	}

	/* Page de paiement */

	h2.paiement{
    	font-size: 40px;
    	font-weight: 400;
    	font-family: 'luzro', Arial, sans-serif;
    	text-align: left;
	}
	h2.paiement::after {
	    content: 'h';
	}	
	a.paiement{
		background-color: #be5110;
		color: #000;
		display: block;
		padding: 10px 20px;
		margin-bottom: 18px;
	}
	a.paiement span{
		font-weight: 900;
		text-transform: uppercase;
	}
	a.paiement:hover{
		background-color: #fff;
		color: #000;
	}


/* PAGE D'ACCUEIL */

	section.prochain_bal{
		padding: 0;
		min-height: 500px;
	    background-image: url('./img/grandbalcinema.jpg');
	    background-size: cover;
	}
	section.prochain_bal div.cache_noir{
		min-height: 500px;
		background-color: rgba(0, 0, 0, 0.1);
		display: flex;
   		justify-content: center;
   		align-items: center;
	}
	section.prochain_bal {
	    background-position: 50%;
	}
	.panel-overlay {
	    text-align: center;
	    background-color: rgb(247 247 247 / 86%);
	    padding: 50px;
	    box-sizing: border-box;
	    color: #fff;
	    font-size: 16px;
	    margin: 50px auto;
	    max-width: 600px;
	}
	.panel-overlay h2{
		color: #fff;
	}
	.panel-overlay p {
	    font-family: 'Roboto Th', Arial, sans-serif;
	    padding: 25px 0;
	    margin: 0 0 20px;
	    font-size: 20px;
	    color: #000;
	}
	/*
	.panel-overlay p img{
		filter: invert(1);
	}
	*/
	.panel-overlay a.bouton.reserver, a.bouton.reserver.corps{
	    display: block;
	    border: none;
	    padding: 10px;
	    text-transform: uppercase;
	    letter-spacing: 6px;
	    font-size: 20px;
	    background: #be5110;
	    color: #fff !important;
		border: 1px solid #be5110;	    
	}
	a.bouton.reserver.corps{
		margin: 20px 0 0;
		display: block !important;
	}
	.panel-overlay a.bouton.reserver:hover,  a.bouton.reserver.corps:hover {
	    background: #fff;
	    color: #be5110 !important;
		border: 1px solid #fff;
		font-weight: 900;
	}
	a.bouton.reserver.corps:hover {
		border: 1px solid #be5110;
	}
	section.mosaique {
	    width: 100%;
	    margin: 0;
	    padding: 0;
	}
	section.mosaique a{
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	    display: inline-flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: center;
	}
	section.mosaique img{
		width: 25%;
	}

/* LISTES UL */

	/* Listes à puce classiques */

		section ul{
			text-align: justify;
		}
		section ul li{
			margin-bottom: 15px;
			text-align: justify;
		}

	/* Listes à puce spécifiques */

		section ul.references, section ul.criteres{
			width: 100%;
		    display: inline-flex;
		    flex-wrap: wrap;
		    justify-content: space-between;
		    align-items: center;
		    margin: 10px 0;			
		}
		section ul.references li, section ul.criteres li{
			width: 30%;
			text-align: center;
			margin-bottom: 0;
		}
		section ul.references li{
			margin-bottom: 15px;			
		}
		#un ul.references li img {
		    width: auto;
		    height: 60px;
		    margin: 17px 0;
		}
		#un ul.references li:nth-child(5) img{
			height: 120px;
		}
		#un ul.criteres img{
			width: 100%;
			padding: 30px;
			box-sizing: border-box;
			border-radius: 50%;
		}


/* MEDIA SOCIAUX */
	
		/*
		#vignettes 
		{
			padding-top: 12px;
		}
		*/
		ul#vignettes, ul#vignettes li, ul#vignettes a, ul#vignettes img{
			padding: 0;
			margin: 0;
		}
		ul#vignettes{
			margin-bottom: 20px;
		}
		#vignettes img {
		    width: 40px;
		    border-radius: 100%;
		}
		#vignettes li a:hover
		{
			filter: hue-rotate(-0.8turn) saturate(0.5) ;
		    opacity: 0.4;
		    transition-duration: 1s;
		}

/* TABLETTE PORTRAIT */

@media all and (max-width: 768px) {

	body::before {
    	background-image: url('voyage-vienne.jpg');
    	background-repeat: repeat;
	}
	body::before {
		/*
	    position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    display: block;
	    content: ' ';
	    background-position: center;
	    background-size: cover;
	    height: 100vh;
	    width: 100vw;
	    z-index: -10; 
	    */
	}
	li{
		display: inline-block;
	}
	.div_centre {
	    width: 90%;
	    padding: 30px 25px;
	    box-sizing: border-box;
	}
	form p label {
	    margin-left: 20px;
	}
	select {
	    width: 64%;
	}
	input[type='submit'] {
	    margin-left: 23%;
	}
	.background-image.services img, .background-image.communication img, .background-image.savoir-vivre img{
	    margin-top: 0;
	}
	h2 {
	    line-height: 44px;
	}
	.details_realisation {
	    width: 53%;
	}
	div.annonces div{
		width: 45%;
	}
	body#les_grands_bals #un img {
	    margin: 0;
	}
	div.saison h3, div.saison a {
	    padding: 0 10%;
	    box-sizing: border-box;
	}	
	div.saison h3{
	    font-size: 36px !important;
	}
}

/* SMARTPHONE PAYSAGE */

@media all and (max-width: 640px) {
 	body{
		font-size: 21px;
	}
	form p label {
	    width: 25%;
	    max-width: 250px;
	    margin-left: 20px;
	}
	select {
	    width: 66%;
	}
	input[type='submit'] {
	    margin-left: 28.7%;
	}
	img{
		margin: 0;
	}
	#un img{
		width: 80%;
		padding: 20px 0;
	}
	header, footer{
	    background-color: rgba(256,256,256,0.98);
	}
	section{
		background-color: rgba(0,0,0,0);
		padding: 0;
	}
	section#deux, section#quatre, section#douze {
		background-color: rgba(255,165,0,0.90);
		padding: 0;
	}
	li.details {
	    font-size: 22px;
	    text-align: center;
	}
	li.details span{
		display: block;
	}	
	li.details span, .details_realisation p.appel {
	    font-size: 18px;
	}	
	h2::after {
	    margin-top: 20px;
	}	
    .details_img {
        margin-bottom: 45px;
    }
	#vignettes {
		/*
        width: 85%;
	    max-width: 306px;
        float: none;
        */
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: top;
        margin: 0;
        padding: 0;
    }
	#vignettes img {
        width: 40px;
    }
    .panel-overlay {
	    width: 85%;
	    margin: 40px;
        padding: 20px;
	    background-color: rgba(256, 256, 256, 0.8);
	}
	.panel-overlay h2 {
	    margin-bottom: 35px;
	}
	.panel-overlay p {
        padding: 5px;
        font-size: 21px;
    }	
	strong {
	    color: #000;
	    font-size: 15px;
	    text-transform: uppercase;
	    letter-spacing: 3px;
	}
    .panel-overlay a.bouton.reserver {
        font-size: 20px;
        line-height: 32px;
        background: #be5110 !important;
        color: #fff;
        font-weight: 600;
    }
	.panel-overlay a.bouton.reserver:hover {
	    background: #fff;
	    color: #be5110 !important;
	}
	section ul.references li, section ul.criteres li {
	    width: 45%;
	}
	section.mosaique img {
	    width: 50%;
	}
	body#saison h2+a>img {
		width: 100%;
	}

}

/* SMARTPHONE PORTRAIT */

@media all and (max-width: 480px) {

    h1 {
        font-size: 12px;
        letter-spacing: 3px;
    }
	header li{
		display: block;
	}
    header>a>img {
        margin: 15px 0 0;
    }	
	header ul li img {
	    max-width: 150px;
	}
	header ul#vu li, header ul#vu a, header ul#vu li img{
	    margin: 0 !important;
	    padding: 0 !important;
	}
	nav li {
	    /* color: #fff0f0; */
	    padding: 7px 15px;
	    border-bottom: 1px dotted;
	    /* letter-spacing: 7px; */
	}
	.background-image img {
	    margin-top: 0 !important; 
	}
	section.background-image {
	    height: auto;
        background-color: #000;
	}
	section.background-image img {
		width: 130% !important;
        margin-left: -20%;
	}
	body#formation section.background-image img{
        width: 110% !important;
        margin-left: -5%;
	}
	body#benevoles section.background-image img{
        margin-left: -10%;
	}
	h2 {
	    line-height: 52px;
	    font-size: 40px;
	}
	.details_img, .details_realisation {
		width: 100%;
	}
	.details_img{
		line-height: 0;
	}
	.details_img img {
	    padding: 0;
	}
	td {
	    padding: 10px;
	}
	section#un {
	    padding-top: 30px;
	}
	.div_centre{
		width: 100%;
	}
	span.txtform{
		font-size: 14px;
	}
	form p label {
	    width: 100%;
	    text-align: center;
	    margin-left: 0;
	    margin-bottom: 10px;
	}
	input, textarea, option {
	    width: 100%;
	    box-sizing: border-box;
	}
	select {
	    width: 100%;
	}
    input[type='submit'] {
        margin-left: 0;
        float: none;
        width: 100%;
        border: 1px solid #be5110;
		box-shadow: 0px 0px 17px #fff;
        background-color: #be5110;
        color: #FFF;
        font-size: 15px;
        text-transform: uppercase;
    }
    input[type='submit']:hover {
        background-color: #000;    	
    }
    h1 {
        font-size: 23px;
        letter-spacing: 3px;
    }

	/* Gestion du menu hambourgeois */


		div#nav-toggle{
			display: block;
		    padding: 0 25px 25px;
		}
		#nav-toggle span {
		    margin: 20px !important;
		    height: 25px ! important;
		    width: 50px !important;
		    margin: 0 auto !important;
		    display: block !important;
		    background: linear-gradient(to bottom, #292424 0%, #292424 20%, transparent 20%, transparent 40%, #292424 40%, #292424 60%, transparent 60%, transparent 80%, #292424 80%, #292424 100%);
		}
		nav>ul{
			display: none;
		}
		nav>ul>li>ul{
			display: block;
			background-color: #151414;
		}

	/* 1er niveau de menu */

		nav ul li{
			padding: 0;
			border-bottom: none;
		}
		nav ul li a{
			color: #be5110;
		}
		div#nav-toggle+nav ul li a, div#nav-toggle+nav ul li ul li a{
			padding: 7px 15px !important;
			text-align: center;
		}

	/* 2nd niveau de menu */

		nav ul ul {
			margin-top: 0;
		    position: initial;
		    top: 0;
		}
		nav ul li ul li{
			padding: 0;
			width: 100% ! important;
			box-sizing: border-box;
			border-bottom: 1px dotted #424242;
		}
		nav ul li ul li:first-child{
			border-top: 1px dotted #424242;
		}
		nav ul li ul li a{
			color: #be5110;			
		}
	    a.bouton.reserver {
	        padding: 10px;
	        font-size: 20px;
	        letter-spacing: 4px;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	        padding: 12px 15px 10px 15px !important;
	        height: 100%;
	        line-height: 30px;
	        font-size: 16px;
	        text-transform: uppercase;
	    }

	div.annonces div{
		width: 100%;
	}
	section ul.references li, section ul.criteres li {
	    width: 100%;
	}
	section ul.references li img{
	    padding: 0 !important;
	}
	section ul.criteres li img{
		width: 90% !important;
	    padding: 15px !important;
	}
	section.prochain_bal{
		min-height: 550px !important;
	}
	section.prochain_bal div.cache_noir{
		min-height: 550px !important;
	}

}

@media all and (max-width: 320px) {

	#douze a {
	    font-size: 25px;
	}
}



.grecaptcha-badge {
	z-index: 9999;
	bottom: 70px !important;
}

.grecaptcha-badge iframe {
	margin: 0;
}

@media all and (max-width: 600px) {
	.grecaptcha-badge {
		bottom: 120px !important;
	}
}