
* {
	max-width: 100%;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:active, a:focus{
    outline: none;
}
a img {
	border: 0;
}
button, input[type=submit] {
	cursor: pointer;
}
embed, iframe, object, img, video, input {
	max-width: 100%; box-sizing: border-box;
}

.fin {
	clear: both;
}
.clearer , .fintoufin {
	clear: both;
	height: 0px;
	line-height: 0px;
}

.w955, .w955ext, .w755, .w655  {
	margin-left: auto;
	margin-right: auto;
}
.w955 {
	box-sizing: border-box;
	max-width: 955px;
}
.w955ext {
	min-width: 955px;
	width: 80vw;
	max-width: 1450px;
}
.w655 {
	margin: 0 auto;
	width: 655px;
}

@media screen and (max-width: 1024px) {
	.w655 {
		width: 80%;
	}
	.w755 {
		width: 90%;
	}
	.w955 {
		width: auto;
		padding: 1%;
	}
	.w955ext {
		min-width: initial;
		width: auto;
		max-width: initial;
		padding: 1%;
	}
}
@media screen and (max-width: 655px) {
	.w655 {
		width: auto;
	}
}

	
.hautVide {
	padding-top: 6vh;
}
.basVide {
	padding-bottom: 6vh;
}


@media screen and (max-width: 655px) and (orientation: portrait) {
	.hautVide {
		padding-top: 5vh;
	}
	.basVide {
		padding-bottom: 5vh;
	}
}


/*    	    *** *** *** *** 	        */
/*    	    				 	        */
/*    	ENRICHISSEMENTS GENERIQUES 	    */
/*    	    				 	        */
/*    	    *** *** *** *** 	        */



/*		-=oO( )Oo=-		*/
/*						*/
/*		Alignements		*/
/*						*/
/*		-=oO( )Oo=-		*/

/* alignements image/inline */
.alignD {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.alignG {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
	.alignG {
		float: none;
		margin: 0px auto 40px;
	}
	.alignD {
		display: block;
		float: none;
		margin: 0px auto 40px;
	}
}

/* alignements textes/blocs */
.txtAlignD {
	text-align: right;
}
.txtAlignG {
	text-align: left;
}
.txtAlignC {
	text-align: center;
}
.txtAlignJ {
	text-align: justify;
}


/*		-=oO(  )Oo=-	*/
/*						*/
/*		   TITRES		*/
/*						*/
/*		-=oO(  )Oo=-	*/


.titre_1 {
	line-height: 1.4em;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	font-family: "Orbitron", sans-serif;
	font-size: 2.1em;
	font-size: calc(16px + 0.5vw);
	font-weight: 900;
	letter-spacing: 5px;
	margin: 1em 0px;
	padding: 1em 0px;
}
.titre_1 a{
	color: #000;
}
.titre_1 a:hover{
	color: #c93;
}
.titre_2 {
	line-height: 1em;
	color: #000;
	text-align: center;
	/* text-transform: uppercase; */
	font-family: "Protest Guerrilla";
	font-family: "Orbitron";
	font-size: 3em;
	font-size: calc(20px + 1.5vw);
	font-weight: normal;
	/* letter-spacing: 5px; */
	margin: 2vh 0px;
	padding: 0;
}
.titre_3 {
	line-height: 1.4em;
	color: #000;
	text-align: center;
	font-family: "Nova Square", "Orbitron", sans-serif;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 27px 0px;
	padding: 0;
}
.titre_4 {
	line-height: 1.4em;
	color: #a99360;
	text-align: center;
	/* text-transform: uppercase; */
	font-family: "Protest Guerrilla";
	font-size: calc(26px + 1.5vw);
	font-weight: normal;
	letter-spacing: 2px;
	margin: 2vh 0px;
	padding: 0;
}
.titre_5 {
	line-height: 1.4em;
	color: #a99360;
	/* text-transform: uppercase; */
	font-size: calc(16px + 0.5vw);
	font-weight: normal;
	letter-spacing: 2px;
	margin: 2vh 0px 1vh;
	padding: 0;
}



.titre_7 {
	margin: 10px 0px 20px;
	padding: 0px 0px 0px 0px;
	font-family: "Orbitron", sans-serif;
	font-size: 2.0em;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color: #000;
}

@media screen and (max-width: 1000px) {
	.titre_1 {
		font-size: calc(26px + 0.5vw);
	}
	.titre_3 {
		font-size: calc(10px + 2vw);
	}
}

@media screen and (max-width: 400px) {
	.titre_1 {
		font-size: calc(16px + 0.5vw);
	}
}



/*		-=oO(  )Oo=-	*/
/*						*/
/*		 PARAGRAPHES	*/
/*						*/
/*		-=oO(  )Oo=-	*/

.txt_1 {
	line-height: 1.8em;
}



/*		-=oO(  )Oo=-	*/
/*						*/
/*		    LISTES		*/
/*						*/
/*		-=oO(  )Oo=-	*/


.liste_1 {
	list-style: none;
}
.liste_1 li::before {
	/* content: '\2713 \0000a0'; */
	/* content: '\21FE \0000a0'; */
	/* content: '\21BA \0000a0'; */
	content: '\21D2 \0000a0';
	color: grey;
	font-weight: bold;
}
.liste_4 a {
	color: #321;
	text-decoration: underline dotted #c90;
}


/* infobulles */
.infoB_nb {
	display: inline-block;
	height: 1em;
	margin: 0px 0px 0px 0.1em;
	position: relative;
	/*border: 1px solid #000;*/
}
.infoB_nb i {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	box-sizing: content-box;
	height: 1em;
	padding: 0.2em 0.6em 0.2em 0.4em;
	line-height: 1em;
	font-size: 1.0em;
	font-size: 12px;
	color: #fff;
	border-radius: 1em;
	box-shadow: 2px 2px 0px 0px rgba(100, 100, 100, 0.4);
	background: #BA9933;
}


/* autres paragraphes */

.comment_1 {
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	font-weight: 200;
	font-style: italic;
	color: #333;
	line-height: 1.8em;
}

.alert_bad , .alerte_bad {
	color: #f30;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 1.5em;
	text-align: center;
	/*padding: 13px 0px 0px 40px;
	background: url(style/fond_alerte-bad.png) 0px bottom no-repeat scroll;*/
}
.alert_good , .alerte_good{
	color: #9c0;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 1.5em;
	text-align: center;
	/*padding: 13px 0px 0px 40px;
	background: url(style/fond_alerte-good.png) 0px bottom no-repeat scroll;*/
}




/* ***	 _oOO (  °  ) OOo_	*** */
/*								*/
/*		  LIENS & BOUTONS		*/
/*								*/
/* ***	--=== -  _  - ===--	*** */


/*								*/
/*				Boutons			*/
/*								*/

.bt_1 { /* conteneur du lien */
	text-align: center;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 1.2em;
	line-height: 2em;
	margin: 2vh 0px;
}
.bt_1 a, .bt_1 input {
	border: 1px solid #fff;
	background-color: #ccc;
	color: #000;
	padding: 10px 74px;
}
.bt_1 a:hover, .bt_1 input:hover {
	border: 1px solid #fff;
	border: 1px solid #a99360;
	color: #fff;
	color: #a99360;
	background: #000;
	/*background: linear-gradient(#f3e999 0%, #f3eccc 5%, #c3a360 10%, #c3a330 30%, #c3a330 90%, #650 100%);*/
}

.bt_2 { /* conteneur du lien */
	text-align: center;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 1.2em;
	line-height: 2em;
	margin: 2vh 0px;
}
.bt_2 a, .bt_2 input {
	border: 1px solid #fff;
	color: #000;
	background: #fff;
	transition: 0.6s;
}
.bt_2 a:hover, .bt_2 input:hover {
	border: 1px solid #333;
	border-radius: 1em;
	/* background-color: #000; */
	color: #ccc;
	color: #000;
	padding: 10px 74px;
	transition: 0.2s;
}

.bt_valid_resp { /* avec le select_resp */
	padding: 1px 1%;
	width: calc(20% - 2px);
}
.bt_2_dir { /* padding calc sur 'style/ico_dir.png' */
	display: inline-block;
	border-radius: 50%;
	height: 70px;
	width: 70px;
	background: rgba(227,214,145,0.7);
	padding-top: 15px; 
	transition: 0.4s;
}
.bt_2_bas {
	transform: rotate(180deg);
}
.bt_2_dir:hover {
	background: rgba(227,214,145,1);
	transition: 0.2s;
}

.bt_3 {
	/* remplacé par btSwitchProd */
}

.bt_4 { /* conteneur du lien */
	text-align: center;
	font-size: 1.4em;
	line-height: 1.9em;
	font-weight: bold;
	margin: 50px 0px 50px;
	padding: 5px 0px;
	/* box-shadow: 0px 0px 2px 2px #999; */
	background: #fff;
}
.bt_4 a {
	display: block;
	width: 70%; box-sizing: border-box;
	color: #555;
	margin: 10px auto;
}
@media screen and (max-width: 1024px) {
	.bt_4 a {
		width: 100%;
	}
}
.bt_4 a big {
	display: inline-block;
	color: #eee;
	font-size: 1.4em;
	font-weight: normal;
	padding: 5px 15px 7px;
	border: none;
	/* border: 1px solid #c90; */
	/* text-shadow: 1px 1px #999; */
	background: #C30;
	/* background: linear-gradient(#fc0 0%, #c30 100%); */
	border-radius: 4px;
}
@media screen and (max-width: 1024px) {
	.bt_4 a big {
		font-size: calc(14px + 1vw);
	}
}
.bt_4 a:hover {
	color: #555;
}
.bt_4 a:hover big {
	background: #a99360;
	background: linear-gradient( to right bottom,
		#a99360 0%,
		#a99360 25%,
		#f9eF90 30%,
		#b9a390 40%,
		#a99360 60%,
		#a99360 70%,
		#968000 80%,
		#968000 90%,
		#a99330 94%,
		#a99360 100%
		);
	color: #fff;
}
.bt_5 { /* conteneur du lien */
	text-align: center;
	font-size: 1.4em;
	line-height: 1.9em;
	font-weight: bold;
	margin: 50px 0px 50px;
	padding: 5px 0px;
}
.bt_5 a {
	color: #999;
	font-size: 0.9em;
	font-weight: 900;
	padding: 5px 15px 7px;
	text-transform: uppercase;
}
.bt_5 a:hover {
	color: #fff;
}

.bt_6 {
	color: #666;
	display: inline-block;
	padding: 0.5ex 1.5em;
	border: 1px solid #999;
	background: transparent;
}
.bt_6:hover {
	/* color: #fff; */
	background: #ccc;
	border: 1px solid #ccc;
}

@media screen and (max-width: 1024px) {
	.bt_1 { /* conteneur du lien */
		font-size: calc(1.5vw + 0.5vh + 7px);
	}
	.bt_1 a, .bt_1 input {
		width: 100%;
		display: block;
		box-sizing: border-box;
		padding: 10px 0px;
	}
}

.bt_tel_int {
	display: inline-block;
	background: #345;
	color: #fff;
	padding: 1em 2em;
	/* border: 1px solid #666; */
	border-radius: 3em;
}
.bt_tel_int:hover {
	background: #f90;
	/* border: 1px solid #345; */
	/* color: #345; */
	color: #fff;
}

/*								*/
/*				Liens			*/
/*								*/

.lien_1 {
	color: #a99360;
	text-decoration: none;
}
.lien_1:hover {
	color: #fd0;
}
.lien_2 {
	color: #fff;
	text-decoration: none;
}
.lien_2:hover {
	color: #a99360;
}



/*								*/
/*				Lignes			*/
/*								*/

.ligne_1 {
	margin: 3vh auto;
	border: none;
	padding: 1px 0 0;
	background: linear-gradient(to right,
		rgba(255, 220, 100, 0),
		rgba(255, 220, 100, 1),
		rgba(255, 220, 100, 0)
	);
}
.ligne_1_sombre {
	margin: 3vh auto;
	border: none;
	padding: 1px 0 0;
	background: linear-gradient(to right,
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 1),
		rgba(0, 0, 0, 0)
	);
}
.ligne_2 {
	margin: 3vh auto;
	border: none;
	padding: 0;
	border-bottom: 1px dashed rgba(100, 80, 60, 1);
}
.ligne_3 {
	margin: 1vh auto;
	border: none;
	padding: 0;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
.ligne_4 {
	margin: 1vh auto;
	width: 10vw;
	border: none;
	padding: 0;
	border-bottom: 5px solid #000;
}


/*								*/
/*		Cadres et Blocs			*/
/*								*/

.cadre_1 {
	border: 1px solid #999;
	padding: 1em 2em;
	
}


/* ***	--=== (  o  ) ===--	*** */
/*								*/
/*				V°				*/
/*		 	Adaptative			*/
/*								*/
/* ***	--=== (  o  ) ===--	*** */


/* remplace (l'un ou l'autre, selon width) td_smart_fac */
.smart_let , .smart_lite_let {
	display: none;
}


@media screen and (max-width: 1366px) { /* 1280px */

	.smart_fac {
		display: none;
	}
	.smart_let {
		display: initial; /* renvoie 'inline' pour une div mais 'revert' n'est compatible qu'à ... 99%^^ */
		display: revert;
	}

}


@media screen and (max-width: 1024px) { /* 1280px */

	.smart_lite_fac {
		display: none;
	}
	.smart_lite_let {
		display: initial; /* renvoie 'inline' pour une div mais 'revert' n'est compatible qu'à ... 99%^^ */
		display: revert;
	}

}




/* ***	--===	_oOO (  o  ) OOo_	===--	*** */
/*												*/
/*		 	     -								*/
/*					  PAGES						*/
/*		 			Spécifiques					*/
/*		 	     -								*/
/*												*/
/* ***	--===	-=oO(	o	)Oo=-	===--	*** */

.mode_sombre {
	background-color: #000;
	color: #fff !important;
}
.mode_sombre .titre_1 {
	background-color: #000;
	color: #fff !important;
}
.mode_sombre .titre_2 {
	background-color: #000;
	color: #fff !important;
}
.mode_sombre .titre_3 {
	background-color: #000;
	color: #fff !important;
}


/* ***	 _oOO (  °  ) OOo_	*** */
/*								*/
/*			  Accueil			*/
/*								*/
/* ***	--=== -  _  - ===--	*** */


#block_presentation {
	position: relative;
	text-align: center;
	padding: 0px;
	background: #003264 url(images/temporaires/img_vitrine_ams.jpg) no-repeat center center; /* sauf si vidéo */
	background-size: cover;
	color: #fff;
	/* filter: contrast(110%) saturate(120%) brightness(80%); */
	/* pour la video
	background: transparent;
	position: relative;
	height: 80vh; */
}
#block_presentation article{
	margin: 0 auto;
	padding-bottom: 10vh;
	width: 100%; box-sizing: border-box;
	height: 90vh;
	font-size: 1.1em;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}
/*
#block_presentation article .titre_1 {
	font-size: calc(12px + 1vh + 1vw);
	padding: 0.7vh 3vw 0vh;
	padding: calc(0.7vh + 2vh) calc(3vw + 3vh) 1vh;
	font-weight: bold;
	line-height: 1.3em;
	border: none;
	font-family: 'montserratregular';
}
#block_presentation article .texte_1 {
	font-size: 1.3em;
	letter-spacing: 2px;
	line-height: 1.6em;
	padding: 1vh 2vw 2vh;
	padding: 0vh 2vw 1.5vh;
	padding: 0vh calc(2vw + 2vh) 1.5vh;
}
#block_presentation article .texte_1 big {
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 8px;
}
#block_presentation article .bt_1 {
    background-color: rgba(0,50,100,0.7);
	border-color: rgba(255,255,255,0.3);
    background-color: rgba(0,50,100,0.2);
	border-color: rgba(0,50,100,0.6);
	padding: calc(1ex + 1vh) calc(1em + 2vw);
	border: none;
	background: linear-gradient(to bottom, rgba(0,50,100,0), rgba(0,50,100,0.6), rgba(0,50,100,0));
 	border-radius: 1em 1em ;
}
#block_presentation article .bt_1:hover {
    color: #fff;
    background: #fff;
    background-color: rgba(0,50,100,0.6);
	opacity: 1;
	border-radius: 1em;
	box-shadow: 0 0 10px #ccc;
}
*/
@media screen and (max-width: 1400px) {
	#block_presentation {

	}
	#block_presentation article {
		/* padding: 0vh 0.5em; */
		width: auto;
		height: 50vh;
	}
	#block_presentation article img {
		width: 20vw;
		min-width: 200px;
	}
	/*
	#block_presentation article .titre_1 {
		padding: 0 1vw 0vh;
	}
	#block_presentation article .texte_1 {
		font-size: 1.0em;
	}
	*/
}
@media screen and (max-width: 1024px) {
	#block_presentation article {
	}
	/*
	#block_presentation article .titre_1 {
		padding: 0 1vw 0vh;
	}
	#block_presentation article .texte_1 {
		font-size: 1.0em;
	}
	*/
}


/* ***	 _oOO (  °  ) OOo_	*** */
/*								*/
/*			Page Contact		*/
/*								*/
/* ***	--=== -  _  - ===--	*** */

/*
#page_contact {
	margin: calc(2vw + 2vh);
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: calc(2vw + 2vh);
}
#page_contact_titre {
	flex: 1 0 100%;
	
	margin: 10px 0 0.5vh;
	padding: 16vh 0 4vh;
	background: url(style/fond-contact_titre.jpg) no-repeat top center;
	background-size: cover;
	
	color: black;
	color: #ffee99;
	text-shadow: 1px 1px black;
}
*/


#page_contact {
	margin: 0vh auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	background-color: #000;
	color: #fff !important;
}
#page_contact .titre_3 {
	color: #fff;
}
#page_contact .comment_1 {
	font-size: 1em;
	color: #ccc;
}

#page_contact_titre {
	flex: 1 0 100%;
	
	margin: 10px 0 0.5vh;
	padding: 16vh 0 4vh;
	background: url(style/fond-contact_titre.jpg) no-repeat top center;
	background-size: cover;
	
	color: black;
	color: #ffee99;
	text-shadow: 1px 1px black;
}
.page_contact_bloc {
	flex: 0 1 auto;
	padding: 4vh 0 4vh 6vw;
	box-sizing: border-box;
	min-width: 300px;
}
.page_contact_bloc .titre_1{
	text-align: left;
	font-weight: 200;
	text-transform: initial;
}
#plan_acces {
	flex: 1 0 auto;
}
.page_contact_bloc#plan_acces .titre_1{
	text-align: center;
}
#adresse {
	margin: 0px 0px 4vh;
	padding: 0px;
}

.raisonSociale {
	margin: 0px 0px 4px;
	font-size: 2.4em;
	font-weight: normal;
	color: #fff;
}
.coordonnees {
	margin: 4px 0px 10px;
	font-size: 1.4em;
	line-height: 1.6em;
}



/* ***	 _oOO (  °  ) OOo_	*** */
/*								*/
/*			formulaire			*/
/*								*/
/* ***	--=== -  _  - ===--	*** */

/*	formulaires de contact et demande de devis */

#bas_formulaire {
	background: #faf9f6 url("style/fond-acc_intro.png");
	background: #fff;
	margin: 0vh auto 5vh;
	padding: 3vh 0;
}

.form_message {
	/* margin: 1vh 10vw; */
	/* margin: 1vh 10vw; */
	padding: 1vh 10vw;
	/* padding: 0px 0px 10px 0px; */
	text-align: left;
}
.form_message fieldset.jeu_1 {
	border: 1px solid #eee;
	margin: 1vh 0px 3vh;
	padding: 2px 10px 10px;

	border: 1px solid #eee;
	margin: 1vh 0px 3vh;
	padding: 2px 0px 0px;
	/* background: #fdfcfb; */
	/* border-radius: 0 50px 50px 50px; */
	box-shadow: 10px 10px 10px #ececec;	
	overflow: hidden;
}
.form_message fieldset.jeu_1 legend{
	padding: 0px 17px;
	padding: 1ex 1em 0 1em;
	color: #f5bb02;
	color: #333;
	color: #430;
	/* font-family: "Orbitron", sans-serif; */
	font-weight: 900;
	font-size: 1.4em;
	font-style: italic;
}
.form_message label {
	display: block;
	position: relative;
	/* border-top: 1px solid #333; */
	/* border-left: 1px solid #333; */
	/* border-bottom: 1px solid #666; */
	/* border-right: 1px solid #666; */
	background: #333;
	background: rgba(255, 250, 245, 0.1);
	margin: 1vh 0px 0px;
	padding: 1ex 4px 1ex 2em;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	color: #333;
	/* border-radius: calc(1vh + 1vw); */
}

.form_message label.labWilde {
	background: transparent;
	border: none;
}
.form_message label.labSmart {
	background: transparent;
	border: none;
	display: inline;
	padding: 1px 4px 1px 4px;
}
.form_message label:focus-within {
	background: rgba(245, 240, 235, 1);
	color: #333;
	border: 1px solid #ccc;
	border: none;
	background: rgba(255, 150, 0, 0.5);
	color: #fff;
}

.form_message .entree {
	background: transparent;
	line-height: 1.2em;
	margin: 0;
	padding: 1ex 1em;
	border: 0;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	width: 300px;
	color: #a99360;
}
.form_message .entreeSmart {
	display: inline-block;
	line-height: 1.6em;
	height: 1.6em;
	font-size: 1.2em;
	padding: 2px 4px 2px 8px;
}
.form_message .entreeS {
	background: transparent; 
	color: #fff; 
	font-size: 1em; 
	border: 1px solid #999; 
	width: 56%;
	position: absolute;
	top: 0px;
	right: 0px;
}
.form_message .entreeS option{
	background: transparent; 
	color: #fff; 
	font-size: 1em; 
}
.select_embush {
	background: transparent;
	color: #ccc;
	border: 1px solid transparent;
	font-size: 100%;
}
.select_embush:focus {
	background: rgba(245, 240, 235, 1);
	color: #333;
	border: 1px solid #333;
	border: none;
}

.form_message .codespam {
	line-height: 1.1em;
	width: 2em;
	padding: 0px 6px;
	border: 1px solid #555;
	border-radius: 1ex;
	background: #4c4c4c;
	font-size: 1em;
	font-style: normal;
	color: #ddd;
	text-align: center;
}
.form_message textarea {
	box-sizing: border-box;
	max-width: 90vw;
}
.form_message .area {
	height: 50px;
	width: 100%;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
.form_message .area1 {
	height: 2em;
	width: 100%;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
.form_message .area2 {
	height: 200px;
	width: 100%;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}

.form_message #Envoyer {
	display: block;
	width: 50%; box-sizing: border-box;
	height: calc(2.2em + 1vh);
	line-height: calc(2.2em + 1vh);
	border: none;
	border: 1px solid #a99360;
	margin: 2vh auto;
	padding: 0px 6px 2px;
	font-size: calc(12px + 1vw);
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	background: #a99360;
	background: transparent;
	color: #a99360;
}
.form_message #Envoyer:hover {
	color: #000;
	color: #fff;
	background: #a99360;
	/* background: #c0a060; */
}


.form_message *:focus {
	outline-width: 1px;
	outline-style: solid;
	outline-color: transparent;
	color: #000;
}
.form_message .codespam:focus {
	border: none;
	background: transparent;
}
label.labinline {
	display: inline;
}
label.labinline input{
	width: auto;
	border: none;
}

@media screen and (max-width: 1024px) {
	.form_message {
		text-align: center;
		max-width: 98vw;
		box-sizing: border-box;
		margin: 1vh 1vw;
		padding: 0;
	}
	.form_message fieldset {
		width: 90vw;
		box-sizing: border-box;
	}
	.form_message fieldset.jeu_1 {
		width: 100%;
		width: 90vw;
		box-sizing: border-box;
		border: none;
		margin: 1vh 0px 3vh;
		padding: 2px 0px 0px;
		background: #fdfcfb;
		border-radius: 0;
		box-shadow: none;
	}
	.form_message fieldset.jeu_1 legend{
		text-align: center;
		margin: 1em auto;
		padding: 0;
	}
	.form_message label {
		width: 90vw;
		display: flex;
		flex-flow: column wrap;
		align-items: center;
	}
	.form_message label input {
		max-width: 80vw; box-sizing: border-box;
	}
}


/* Cartouche lien vers formulaire de demande de devis */

#ban_form_devis {
	display: flex;
	flex-flow: row wrap;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	gap: 2vh 2vw;
	gap: 1.5vw 1.5vh;
	
	/* width: 90vw; */
	box-sizing: border-box;
	/* margin: 6vh auto; */
	/* border: 1px solid #ccc; */
	padding: 7vh 2vw;

	background: #333 url("style/fond-cartouche_devis.jpg") center center fixed;
	background-size: cover;
	
	text-align: center;
}

#ban_form_devis .ban_form_devis_titre {
	line-height: 1em;
	font-family: "Orbitron", open_sansextrabold_italic;
	font-size: 1em;
	font-size: calc(27px + 1vw);
	font-weight: 900;
	/* letter-spacing: 2px; */
	/* margin: 2vh 0px; */
	padding: 0;
	/* text-shadow: 1px 1px #000, -1px -1px #a99360; */
	color: #a99360;
	color: #C1A24E;
	color: #fff;
	/* text-shadow: 1px 1px #760, -1px -1px #dc9; */
	/* text-shadow: 5px 5px 5px #999, -5px -5px 5px #ccc; */
	text-transform: uppercase;
	font-style: italic;
}

#ban_form_devis .ban_form_devis_txt {
	padding: 1em 0;
	font-size: calc(18px + 0.4vw);
	line-height: 1.4em;
	color: #fff;
	/* text-shadow: 1px 1px #fff, -1px -1px #fff; */
	/* text-shadow: 1px 1px #760, -1px -1px #dc9; */
	/* text-shadow: 1px 1px 2px #000, -1px -1px 2px #333; */
	text-align: center;
	/* font-weight: bold; */
	font-style: italic;
	/* text-shadow: 1px 1px 1px #999, -1px -1px 1px #ccc; */
	/* background: radial-gradient(
		rgba(0,0,0,0.9),
		rgba(0,0,0,0.9),
		rgba(0,0,0,0),
		rgba(0,0,0,0)
	); */
	color: #fd9;
	color: #e0d9c3;
}

#ban_form_devis .ban_form_devis_bt {
	margin: 3vh 0 1vh;
	padding: 5px 0px;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.9em;
	font-weight: bold;
}
#ban_form_devis .ban_form_devis_bt a {
	color: #fff;
	font-size: 0.9em;
	font-weight: 900;
	padding: 5px 15px 7px;
	padding: 5px 2em 7px;
	text-transform: uppercase;
	border-radius: 2em;
	border: 1px solid #ccc;
	transition: 0.5s;
}
#ban_form_devis .ban_form_devis_bt a:hover {
	background-color: #ccc;
	color: #000;
}
