@font-face {
    font-family: 'Freebooter Script';
    src: url('../media/polices/FreebooterScript.eot');
    src: url('../media/polices/FreebooterScript.eot?#iefix') format('embedded-opentype'),
        url('../media/polices/FreebooterScript.woff2') format('woff2'),
        url('../media/polices/FreebooterScript.woff') format('woff'),
        url('../media/polices/FreebooterScript.svg#FreebooterScript') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nymphette';
    src: url('../media/polices/Nymphette.eot');
    src: url('../media/polices/Nymphette.eot?#iefix') format('embedded-opentype'),
        url('../media/polices/Nymphette.woff2') format('woff2'),
        url('../media/polices/Nymphette.woff') format('woff'),
        url('../media/polices/Nymphette.svg#Nymphette') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*
@font-face {
    font-family: 'Oldstyle';
    src: url('../media/polices/OldstyleItalicHPLHS.eot');
    src: url('../media/polices/OldstyleItalicHPLHS.eot?#iefix') format('embedded-opentype'),
        url('../media/polices/OldstyleItalicHPLHS.woff2') format('woff2'),
        url('../media/polices/OldstyleItalicHPLHS.woff') format('woff'),
        url('../media/polices/OldstyleItalicHPLHS.ttf') format('truetype'),
        url('../media/polices/OldstyleItalicHPLHS.svg#OldstyleItalicHPLHS') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Mortised Ornaments Free';
    src: url('../media/polices/MortisedOrnamentsFree.eot');
    src: url('../media/polices/MortisedOrnamentsFree.eot?#iefix') format('embedded-opentype'),
        url('../media/polices/MortisedOrnamentsFree.woff2') format('woff2'),
        url('../media/polices/MortisedOrnamentsFree.woff') format('woff'),
        url('../media/polices/MortisedOrnamentsFree.ttf') format('truetype'),
        url('../media/polices/MortisedOrnamentsFree.svg#MortisedOrnamentsFree') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Mortised Ornaments Free Two';
    src: url('../media/polices/MortisedOrnamentsFreeTwo.eot');
    src: url('../media/polices/MortisedOrnamentsFreeTwo.eot?#iefix') format('embedded-opentype'),
        url('../media/polices/MortisedOrnamentsFreeTwo.woff2') format('woff2'),
        url('../media/polices/MortisedOrnamentsFreeTwo.woff') format('woff'),
        url('../media/polices/MortisedOrnamentsFreeTwo.ttf') format('truetype'),
        url('../media/polices/MortisedOrnamentsFreeTwo.svg#MortisedOrnamentsFreeTwo') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
    font-family: "luzro";	
    src: url('../media/polices/luzro.eot?#iefix') format('embedded-opentype'),
         url('../media/polices/luzro.woff') format('woff'),
         url('../media/polices/luzro.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
	}

/* STRUCTURE GENERALE */

 	body{
 		width: 100%;
 		height: 100%;
 		margin: 0;
		font-size: 18px;
		font-family: "Luzro", Arial, Arial, sans-serif;
		letter-spacing: 1px;
		/*IMAGE DE FOND*/
		margin:0;
		padding:0;
  		background: url('../img/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: #fff;
		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.95);
		border-bottom: 10px solid #e59401;
		padding: 30px 0;
	}


	.div_centre{
		width: 1000px;
		margin: 0 auto;
		padding: 30px 0
	}
	p{
		text-align: justify;
	}
	img{
		width: 100%;
	}
	#un img{
		width: 200px;
	}
	iframe{
		margin: 35px 0 15px;
		width: 100%;
		height: 300px;
	}
	strong {
	    color: #000;
	    font-size: 19px;
	    text-transform: uppercase;
	}
	#confirmation strong {
	    color: #ffa500;
	    font-size: 15px;
	    text-transform: uppercase;
	}
	footer{
		background-color: rgba(0,0,0,1);
		text-align: center;
		color: #584f4d;
	}

/* */

    /* 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;
    }  
 	nav ul>li>ul>li:hover>a{
 		color: #ffa500;
    } 

/* LIENS HYPERTEXTE */

		a
		{
			color: #ffa500;
			text-decoration: none;
		}
		a:hover
		{
			color: #ffa500;
		}
		header :hover{
			transition: all 0.4s ease 0s;
		}
		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;
			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: #ffa500;
			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: 300px;
		}

	/* 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;
		}
		p.etiquettes {
		    color: #000;
		    line-height: 17px;
		    font-weight: 900;
		    font-size: 20px;
		}

/*TITRE*/

	h1 {
		padding: 0 10px;
		font-size: 15px;
	    letter-spacing: 8px;
	    font-family: 'luzro', Arial, sans-serif;
	    color: #000;
	    letter-spacing: 1;
	    text-transform: uppercase;
	    margin-top: 0;
	    margin-bottom: 10px;
	    font-weight: 400;
	}


		h2, h3
		{
			font-family: "luzro", Arial, sans-serif; 
			color: #ffa500;
		}
		h2 {
		    font-size: 49px;
		    font-weight: 400;
		    font-family: 'Freebooter Script', serif;
		    margin: 0 0 60px;
		    /* text-shadow: 1px 7px 4px rgba(0,0,0, 0.4); */
		}
		h2::after {
		    content: 's';
		    display: block;
		    font-family: 'Nymphette', cursive;
		    font-size: 126px;
		    margin-top: 50px;
		}
		h3{
			font-size: 16px;
			letter-spacing: 1px;	
		}
		#trois h3 {
		    background-color: #ffa500;
		    color: #000;
		    font-family: 'luzro', sans-serif;
		    padding: 10px 23px;
		    font-size: 20px;
		    letter-spacing: 2px;
		}


		td{
			text-align: left;
		}

	/* Images panoramiques */

		section.background-image{
			overflow: hidden;
			height: 650px;
			border: none;
			padding: 0;
		}
		section.background-image img{
			width: 100% !important;
		}
		.background-image.services img{
			/*margin-top: -100px;*/
			margin-top: 0;
		}
		.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: 70px;
		}

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

	/* Nos services */

			section#un {
			    padding-top: 65px;
			}
		#un ul, #cinq ul{
		    width: 100%;
		    display: inline-flex;
		    flex-wrap: wrap;
		    justify-content: space-between;
		    align-items: center;
		    margin: 10px 0;
		}
		#un ul li, #cinq ul li{
		    width: 30%;
		    letter-spacing: 1px;
		    margin: 20px 0 40px;
		}
		#un ul li h3, #cinq ul li h3{
		    font-family: 'Freebooter Script', serif;
		    font-weight: 400;
		    font-size: 34px;
		}

		ul li h3+img{
		    width: 75%;
		    border-radius: 50%;
		}

		/*		

		#un ul li h3:after{
		    display: block;
		    margin-top: 50px;
		    font-family: 'Nymphette', cursive;
		    font-size: 150px;
		    color: #ffa500;
		    font-weight: 400;
		}



		#un ul li:nth-child(1) h3:after {
		    content: url('../img/specialiste-autriche.jpg') ;
		    margin-top: 70px;
		}
		#un ul li:nth-child(2) h3:after{
		    content: 'm';
		    margin-top: 67px;
		}
		#un ul li:nth-child(3) h3:after{
		    content: 'i';
		    margin-top: 83px;
		}
		#un ul li:nth-child(4) h3:after {
		    content: 'w';
		}
		#un ul li:nth-child(5) h3:after {
		    content: 'z';
		    margin-top: 83px;
		}
		#un ul li:nth-child(6) h3:after {
		    content: 'R';
			font-size: 160px;
		    margin-top: 72px;
		}
		*/
		#un ul li p, #cinq ul li p{
			margin-top: 20px;
		}


	/*
		#cinq ul li h3:after{
		    display: block;
		    margin-top: 50px;
		    font-family: 'Mortised Ornaments Free Two';
		    font-size: 150px;
		    color: #ffa500;
		    font-weight: 400;
		}
		
		#cinq ul li:nth-child(1) h3:after {
		    content: 'p';
			font-size: 160px;
		    margin-top: 72px;
		}
		#cinq ul li:nth-child(2) h3:after{
		    content: 'z';
		    margin-top: 75px;
		}
		#cinq ul li:nth-child(3) h3:after{
		    content: 'i';
		    margin-top: 70px;
		}
		#cinq ul li:nth-child(4) h3:after {
		    content: 'j';
		    margin-top: 75px;
		}
		#cinq ul li:nth-child(5) h3:after {
		    content: 'b';
		}
		#cinq ul li:nth-child(6) h3:after {
		    content: 'f';
		    margin-top: 67px;
		}
		*/
		#cinq ul li p{
			margin-top: 20px;
		}

	/* Section deux */

		section#deux, section#quatre, section#douze {
			background-color: #ffa500f2;
		    color: #000;
		}
		#deux h2,#quatre h2, #douze h2{
		    color: #000;
		}
		#deux ul{
			text-align: justify;
		}
		#deux ul li{
	    	margin-bottom: 20px;
	    }

	/* Section trois */

		table {
		    -webkit-border-vertical-spacing: 20px;
		}
		table tr td:first-child {
		    border-right: 2px solid;
		    padding-left: 0;
		    color: #ffa500;
		}
		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 #000;
	    padding: 18px 15px;
	    box-sizing: border-box;
	    color: #fff;
	    font-size: 18px;
	    background-color: rgba(0, 0, 0, 1);
	    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 #ffa500;
	    padding: 20px 15px;
	    width: 100%;
	    background-color: rgba(0, 0, 0, 1);
	    color: #fff;
	}

	a#bouton, input[type=submit] {
	    width: auto;
	    text-transform: uppercase;
		border: 1px solid #000;
    	color: #000;
    	background-color: #ffa500;
	    font-weight: 400;
	    letter-spacing: 2px;
	    text-align: center;
	}
	a#bouton{
		padding: 15px;
		margin-top: 30px;
	}
	a#bouton:hover, input[type=submit]:hover
	{
		background-color: #ffa500;
		border: 1px solid #ffa500;
		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: #ffa500;
		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;
	}


/* TABLETTE PORTRAIT */

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

	body::before {
    	background-image: url('../img/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%;
	}
	#un img{
		width: 300px;
	}
	#un ul li, #cinq ul li {
	    width: 45%;
	}
	.background-image.services img, .background-image.communication img, .background-image.savoir-vivre img{
	    margin-top: 0;
	}
	h2 {
	    line-height: 44px;
	}
	.details_realisation {
	    width: 53%;
	}
	#un ul li, #cinq ul li {
	    height: 500px;
	}
	#cinq ul li:nth-child(6) h3:after {
	    margin-top: 50px;
	    font-size: 127px;
	}
	div.annonces div{
		width: 45%;
	}

}

/* SMARTPHONE PAYSAGE */

@media all and (max-width: 640px) {
 	body{
		font-size: 18px;
	}
	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.94);
	}
	section#deux, section#quatre, section#douze {
		background-color: rgba(255,165,0,0.96);
	}
}

/* SMARTPHONE PORTRAIT */

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

    h1 {
        font-size: 12px;
        letter-spacing: 3px;
    }
	header li{
		display: block;
	}
	header>a>img {
	    margin: 35px 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; */
	}
	#un ul li, #cinq ul li {
	    width: 100%;
	    height: auto;
    	margin: 0;
	}
	#un ul li h3, #cinq ul li h3 {
	    font-size: 32px;
	}
	#un ul li:nth-child(4) h3:after {
	    margin-top: 63px;
	}
	.background-image img {
	    margin-top: 0 !important; 
	}
	section.background-image {
	    height: auto;
	}
	section.background-image img {
	    width: 120% !important;
	    margin-left: -9%;
	}
	h2 {
	    line-height: 46px;
	    font-size: 44px;
	}
	.details_img, .details_realisation {
		width: 100%;
	}
	.details_img{
		line-height: 0;
	}
	.details_img img {
	    padding: 0;
	}
	#cinq ul li:nth-child(1) h3:after {
	    margin-top: 61px;
	}
	#cinq ul li h3:after {
	    font-size: 135px !important;
	}
	#cinq ul li:nth-child(6) h3:after {
	    margin-top: 57px;
	    font-size: 125px;
	}
	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 #ffa500;
		box-shadow: 0px 0px 17px #fff;
        background-color: #ffa500;
        color: #FFF;
        font-size: 15px;
        text-transform: uppercase;
    }
    input[type='submit']:hover {
        background-color: #000;    	
    }
	h1 {
	    margin-bottom: 19px;
	}

	/* Gestion du menu hambourgeois */


		div#nav-toggle{
			display: block;
		    padding: 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: #ffa500;
		}
		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: #fff;			
		}

	div.annonces div{
		width: 100%;
	}



}

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

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