@charset "utf-8";

body {
	text-align: center;
	font-family: 'Manrope', sans-serif;
	font-size: 1em;
	color: #ccd1d6;
/*	color: rgb(63, 78, 90);*/
	background: #6c3709;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #6c3709, #6c3709);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #6c3709, #6c3709); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	/* background: #582900;  fallback for old browsers */
	/* background: -webkit-linear-gradient(to bottom, #582900, #582900);  Chrome 10-25, Safari 5.1-6 */
	/* background: linear-gradient(to bottom, #582900, #582900); W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	/*	background: #eacda3;  /* fallback for old browsers */
/*	background: -webkit-linear-gradient(to bottom, #d6ae7b, #eacda3);  /* Chrome 10-25, Safari 5.1-6 */
/*	background: linear-gradient(to bottom, #d6ae7b, #eacda3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

h1 {
	font-family: 'IM Fell English';
	text-align: center;
/*	color: rgb(255, 115, 0);*/
	color: #ff5f19;
	font-size: 4em;
	margin-bottom: 2em;
	text-shadow: 5px 5px 5px black;
}

h2 {
	font-family: 'IM Fell English';
	color: #e2ecf5;
	/*	color: blue;*/
	font-size: 2.5em;
	margin-top: 5%;
	margin-bottom: 1%;
}

h3 {
	font-family: 'IM Fell English';
	color: #e2ecf5;
	font-size: 2em;
	margin-top: 4%;
}

p,nav { 
	font-family: 'Rosarivo';
	font-size: 1.2em;
	width: 70%;
	margin: auto;
	margin-top: 1%;
}

p {
	margin-bottom: 1%;
}

nav {
	width: 70%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 10px 10px;
}

a { 
	color: #ff5f19;
	font-weight: 600;
	text-decoration: none;
}

a:hover {
	opacity: 0.5;
}

.important {
	font-size: large;
}

.note {
	font-family: 'Rosarivo';
	font-size: 0.7em;
	position: relative;
	transform: translateX(-10%);
}

.prix {
	margin-top: 2em;
	font-size: 2em;
	font-weight: 500;
	font-family: 'IM Fell English';
	color: #ff5f19;
/*	color:rgb(211, 59, 13);*/
	/* color: rgb(255, 115, 0); */
}

.banniere {
	padding-top: 100px;
	padding-bottom: 100px;
/*	background-image: url(photos/tous_banniere_1000.JPG);*/
	background-image: url(photos/00_banniere.svg);
	background-size: cover;
	background-position: center;
}

.bordure_photo {
	background-color: white;
	border: solid;
	border-width: 3px;
	border-color: black;
    border-radius: 30px;
	box-shadow: 4px 4px 4px black;
    padding: 10px;
	margin: 10px;
}

.grille_photo {
	width: 75%;
	margin: auto;
	margin-top: 2%;
	margin-bottom: 2%;
}

footer,.entete {
	/* margin-top: 4em;
	margin-bottom: 4em;
	position: relative;
	transform: translateX(-20%); */
	font-family: 'Rosarivo';
	font-size: 1.2em;
	width: 70%;
	margin: auto;
/*	margin-top: 2%;
	margin-bottom: 2%;*/
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 30px;
}

.page_actuelle {
	font-size: 1.3em;
}

.img_logos {
	margin-left: 10px;
	margin-right: 10px;
}

.camoentete {
	color: #d6ae7b;
}

.camopied {
	color: #eacda3;
}

.logos:hover {
	opacity: 0.5;
}

.logo_xs { 
	text-align: center;
	margin-top: 20px;
}

.im-fell-english-regular {
	font-family: "IM Fell English", serif;
	font-weight: 400;
	font-style: normal;
}

.im-fell-english-regular-italic {
	font-family: "IM Fell English", serif;
	font-weight: 400;
	font-style: italic;
}

.rosarivo-regular {
	font-family: "Rosarivo", cursive;
	font-weight: 400;
	font-style: normal;
}

.rosarivo-regular-italic {
	font-family: "Rosarivo", cursive;
	font-weight: 400;
	font-style: italic;
}
  
img:hover {
	opacity: 0.5;
}

#conteneur {
	width:700px;
	margin:auto;
	height:auto;
}

#entete_formulaire {
	/* styles de caractères */
	/* font:Verdana, Geneva, sans-serif;
	font-size: 25px; */
	color: #40427f;
	text-align: center;
	/* marges et bordures */
	padding: 5px;
	margin: 0px 0 30px 0;
	margin-top: 5%;
	border:1px solid #777879;
	border-radius: 5px;
	/* couleur de fond */
	background-color: #EAFDFF ;
	}

label {
	/* positionnement marge et taille */
	float: left;
	clear: left;
	margin: 10px 20px 0 0;
	width: 150px;
	/* styles de caractères */
	font:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #8d9ba8;
	text-align: right;
	}
	
input {
	/* styles de caractères */
	font:Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #4b4b4b;
	/* marge et taille */
	width: 300px;
	height: 35px;
	padding: 5px 10px 0px 10px;
	margin: 0 0 20px 0;
	/* couleur de fond */
	background: #f1f2f4;
	/* bordures */
	border:1px solid #b6b7b9;
	border-radius: 5px;
}

textarea {
	/* styles de caractères */
	font-size: 14px;
	color: #4b4b4b;
	font-family:Verdana, Geneva, Sans-serif;
	/* marge taille et ombre portée */
	width: 300px;
	height: 90px;
	padding: 10px 10px 0px 10px;
	margin: 0 0 20px 0;
	/* couleur de fond */
	background: #f1f2f4;
	/* bordures */
	border:1px solid #b6b7b9;
	border-radius: 5px;
}

input[type=submit] {
	/* position taille marges */
	float: right;
	cursor: pointer;
	width: 160px;
	height: 42px;
	padding: 5px 10px;
	margin: 0 40px 0 0;
	/* coins arrondies */
	border: 1px solid #275682;
	border-radius: 21px;
	/* fond */
	background-color: #0080FF;
	/* styles de texte */
	color:#effaff;
	font-weight:bold;
}

input:focus, textarea:focus {
	background: #d9dadc;
}

input[type=submit]:hover {
border: 1px solid #1a3957;
background-color:#51A8FF ;
}

input[type=submit]:active {
background-color: #0079F2 ;
}

fieldset {
	border: 1px solid ;
	border-radius: 5px;
}

/* legend {

	border:1px solid;
	padding:5px 10px 5px 10px;
	border-radius: 5px;
} */
