/*---------CSS pour TABLETTES + PC -------------*/
/*MEDIA QUERY*/    /*valeur de travail écran supérieur à 400px */
@media only screen and (min-width : 400px) 
{

#menu_horizontal {		
		position: absolute; /* positionnement du menu, à modifier selon les besoins */
		top: 250px; /* placement du haut du menu, à modifier selon les besoins */
		left: 50px;		

}

p{
	font-size: 1.2em;
	/* text-align:justify; */
	color:#484848;
}

li{
	font-size: 1.2em;
	/* font-weight: bold; */
	color:#484848;
}

#video-gauche {
	/* video-gauche */
	
	/* display:none; */
	
	display: none;

}

#plaque-centre {
	/* plaque marbre centrale */
	display: inline;
}

#video-droite {
	/* video-droite */
	display: none;
}

#bandeau_titre_page{
	
	/* height: 70px; */
	
	
	
	background-color:#C0C0C0;

	box-shadow:2px 2px 2px #FAAC58,-2px -2px 2px #61210B; /* bas et droite, puis haut et gauche du cadre */
	
}

.bandeau_titre_page_texte{

	font-weight: bold;
	font-family: Arial,serif;
	font-variant: small-caps;
	font-size: 2.0em;
	
	line-height: 1.2em;
	
	vertical-align : middle;
	text-align: center;
	
	text-shadow:0 0 2px #FAAC58,0 0 30px #FAAC58,0px 0px 5px #FAAC58, 0 0 150px #FAAC58;
	color:#61210B; 
	
/* 	text-shadow:3px 1px 10px 0 #fff; */
	
}

.bandeau_titre_clearfix::after {
  border: 4px inset red;
  content: "";
  clear: both;
  display: table;
}

.image_text-honnetete{
	box-shadow:2px 2px 2px #FFFF00,-2px -2px 2px #FF8000; /* bas et droite, puis haut et gauche du cadre */
}

.logo_NB{

	/* height: 150px; */
	width:auto;
	top:-50px;
	right:50px;
	/* clear: both; */
	/* text-shadow:0 0 2px #FFFF00,0 0 30px #FFFF00,0px 0px 5px #FFFF00, 0 0 150px #FFFF00; */
}


#bandeau_centre_haut {
	

	/* background:#FFF; */

	/* background:url(../images/background/background_centre_10x505_374.jpg) repeat-x; */
	
	/* essais pour bordure avec image de fond
	border-image-source:url(../images/background_centre_pricipal_10x20_bottom.jpg) ;
	border-image-slice:30;
	border-image-width:30px;
	border-image-outset:15px;
	border-image-repeat:round stretch;
	border-image-repeat:space; */
	
	
	
}

#bloc_gauche_centre_haut {
	

	
}

#sous-bloc_G1_centre_haut {

	
	/* pour un fond blanc transparent à 40% ( en 4eme chiffre) */
	padding-left : 20px;
	
	/* dégradé horizontal gris - via: https://colorzilla.com/gradient-editor/#f5f6f6+0,dbdce2+21,b8bac6+49,dddfe3+80,f5f6f6+100;Grey+Pipe */
	background: #f5f6f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */

	
	
	

}

#sous-bloc_G1_centre_haut li{
	font-size: 1.3em;
	color: #aa2520;
}


#sous-bloc_G2_centre_haut {
	/* float: none; */
	/* overflow:auto; */
	top: 100px;
	background-color: rgba(255, 255, 255, 0.8);
}

#bloc_droit_centre_haut {

}


#sous-bloc_D1_centre_haut {

}

#sous-bloc_D1_centre_haut p{
	/* font-weight: bold;
	font-size: 1.2em; */
	color: #aa2520;
}

#sous-bloc_D2_centre_haut {

	/* overflow: hidden; */
	top: 100px;
	
	/* pour un fond blanc transparent à 40% ( en 4eme chiffre) */
	background-color: rgba(255, 255, 255, 0.0);
	
	/* bordure pour matérialiser la DIV
	border-style:solid;
	border-color:#FF0000;
	border-width:2px; */

}




.coordonnees {
	/* max-height: 40px; */
	max-width: 500px;
   
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
}

.input {
	/* max-height: 40px; */
	max-width: 95%;
    width: calc(100% - 2em);

    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em;
    vertical-align: top;
	/* background: #ff0000; */
}


.input__field {
    position: relative;
    display: block;
    float: left;
    padding: 0.8em;
    width: 60%;
	font-weight: bold;
    font-size: 1.2em;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    /* color: #aaa; */
	color: #bc3249; /* caractères rouge gris dans le champ de saisie */
    /* font-weight: 1.3em; */
    font-family: Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
	box-shadow:2px 2px 2px gray,-2px -2px 2px #1EA8A6 ;
	/* #2D2F2F */
}

.input__label {
    display: inline-block;
    float: left;
	margin: 0.3em 0;
    padding: 0 1em;
    width: 40%;
    font-weight: bold;
    font-size: 1.0em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
	/* color: #696969; */
	color:#555654;
	background: #ccc;

}


.ouvrier_construction{
	
	height: 450px;
	width:auto; 
	
	/* position:absolute;  */
	display: inline;
	float:left;
	left:20px;
	top: 0px;
	z-index:2;
}




/*--------- images du bas -------------*/

.image_bas_1{
	
	height: 125px;
	width:auto; 
	
	position:relative; 
	display: inline;
	float:left;
	left:10px;
	top: 50px;
	z-index:2;
}


.image_bas_2{
	
	height: 150px;
	width:auto; 
	
	position:relative; 
	display: inline;
	float:left;
	left:50px;
	top: 10px;
	z-index:3;

}


/* ---------------- Partie basse : id="bandeau_centre_bas" ---------------- */
/* ------------- hauteur max du bandeau : 500 px    --------- */



#bande_cones_fine{
	 
	height: 250px;
	/* height: auto; */
	width: 100%;
	
	position:relative; 
	/* left:10px;  */
	top: 50px;
	
	margin:0 auto;
	/* background:url(../images/background/background_bas_10x250_374.jpg) repeat ; */
}

.feu-bougie-candle1{
	 
	height: 125px;
	width:auto;
	position:relative; 
	display: inline;
	float:left;
	top:100px;
	left:150px;
	z-index:9;
}

.feu-bougie-candle2{
	 
	height: 250px;
	width:auto;
	position:relative; 
	display: inline;
	float:left;
	top:10px;
	left:1000px;
	z-index:10;
}

}

/*--------- +++++++++++++++++++++++++++++++++++++++++++++ -------------*/


/*---------CSS pour MOBILES -------------*/

/*MEDIA QUERY*/    /*valeur de travail écran inférieur à 400px */
@media only screen and (max-width : 400px) 
{
	

#menu_horizontal {		
		position: absolute; /* positionnement du menu, à modifier selon les besoins */
		top: 250px; /* placement du haut du menu, à modifier selon les besoins */
		left: 30px;		
		z-index:5;
}

	
#video-gauche {
	/* video-gauche */
	
	/* display:none; */
	
	display: none;

}

#plaque-centre {
	/* plaque marbre centrale */
	display: inline;
	height: 212px;
	width:350px; 
	position:relative;
	float:left; 
	left:5px; 
	top:7px;
	margin:0 auto;
	border-style:none;
	opacity:0.9;
}

.slide-show-gauche {
	/* photos remplacement video sur pages chapitres du site */
	
	display: none; 

}

#video-droite {
	/* video-droite */
	display: none;
}

#bandeau_titre_page{
	
	/* height: 70px; */
	
	top: 50px;
	
	background-color:#C0C0C0;

	box-shadow:2px 2px 2px #FAAC58,-2px -2px 2px #61210B; /* bas et droite, puis haut et gauche du cadre */
	
}

.bandeau_titre_page_texte{

	font-weight: bold;
	font-family: Arial,serif;
	font-variant: small-caps;
	font-size: 2.0em;
	
	line-height: 1.2em;
	
	vertical-align : middle;
	text-align: center;
	
	text-shadow:0 0 2px #FAAC58,0 0 30px #FAAC58,0px 0px 5px #FAAC58, 0 0 150px #FAAC58;
	color:#61210B; 
	
/* 	text-shadow:3px 1px 10px 0 #fff; */
	
}

.bandeau_titre_clearfix::after {
  border: 4px inset red;
  content: "";
  clear: both;
  display: table;
}

.image_text-honnetete{
	display: none;
}

.logo_NB{

	display: none;
}


#bandeau_centre_haut {
	

	background:url(../images/background/background_centre_10x505_374.jpg) repeat-x;
	
	/* essais pour bordure avec image de fond
	border-image-source:url(../images/background_centre_pricipal_10x20_bottom.jpg) ;
	border-image-slice:30;
	border-image-width:30px;
	border-image-outset:15px;
	border-image-repeat:round stretch;
	border-image-repeat:space; */
	
	
	
}

#bloc_gauche_centre_haut {

	
}

#sous-bloc_G1_centre_haut {


	/* dégradé horizontal gris - via: https://colorzilla.com/gradient-editor/#f5f6f6+0,dbdce2+21,b8bac6+49,dddfe3+80,f5f6f6+100;Grey+Pipe */
	background: #f5f6f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */
	

}

#sous-bloc_G1_centre_haut li{
	font-size: 1.3em;
	color: #aa2520;
	
}


#sous-bloc_G2_centre_haut {
	/* float:none; */
	/* overflow:auto; */
	background-color: rgba(255, 255, 255, 0.8);
}

#bloc_droit_centre_haut {

}


#sous-bloc_D1_centre_haut {
	min-height: 5%;
	max-height: 100%;
}

#sous-bloc_D1_centre_haut p{
	font-weight: bold;
	font-size: 1.2em;
	color: #aa2520;
}

#sous-bloc_D2_centre_haut {

	
	/* pour un fond blanc transparent à 40% ( en 4eme chiffre) */
	/* background-color: rgba(255, 255, 255, 0.8); */
	
	/* bordure pour matérialiser la DIV
	border-style:solid;
	border-color:#FF0000;
	border-width:2px; */

}


.coordonnees {
	/* max-height: 40px; */
	max-width: 400px;
   
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
}

.input {
	/* max-height: 40px; */
	max-width: 95%;
    width: calc(100% - 2em);

    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em;
    vertical-align: top;
	/* background: #ff0000; */
}


.input__field {
    position: relative;
    display: block;
    float: left;
    padding: 0.8em;
    width: 80%;
	font-weight: bold;
    font-size: 1.1em;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    /* color: #aaa; */
	color: #bc3249; /* caractères rouge gris dans le champ de saisie */
    /* font-weight: 1.3em; */
    font-family: Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
	box-shadow:2px 2px 2px gray,-2px -2px 2px #1EA8A6 ;
	/* #2D2F2F */
}

.input__label {
    display: inline-block;
    float: left;
	margin: 0.3em 0;
    padding: 0 1em;
    width: 60%;
    font-weight: bold;
    font-size: 1.0em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
	/* color: #696969; */
	color:#555654;
	background: #ccc;

}

.image_Droite_texteAgauche {
    height: 125px;
    width: 125px;
    top: 15px;
    right: 10px;
    margin: 5px 10px;
}

.ouvrier_construction{
	
	height: 275px;
	width:auto; 
	
	
	display: none; /* NON  */
	float:left;
	left:20px;
	top: 0px;
	z-index:2;
}

.image_bas_1{
	
	height: 125px;
	width:auto; 
	
	position:relative; 
	display: inline;
	left:10px;
	top: 0px;
	z-index:2;
}


.image_bas_2{
	
	height: 150px;
	width:auto; 
	
	position:relative; 
	display: inline;
	left:150px;
	top: 0px;
	z-index:3;
}


/* ---------------- Partie basse : id="bandeau_centre_bas" ---------------- */
/* ------------- hauteur max du bandeau : 500 px    --------- */





#bande_cones_fine{
	 
	height: 250px;
	/* height: auto; */
	width: 100%;
	
	position:relative; 
	/* left:10px;  */
	top: 50px;
	
	margin:0 auto;
	/* background:url(../images/background/background_bas_10x250_374.jpg) repeat ; */
}

.feu-bougie-candle1{
	 
	/* display: none; */
	
	height: 100px;
	width:auto;
	position:relative; 
	display: inline;
	float:left;
	top:230px;
	left:120px;
	z-index:9;
}

.feu-bougie-candle2{
	display: none; 
	 
	/* height: 200px;
	width:auto;
	position:relative; 
	display: inline;
	float:left;
	top:310px;
	left:0px;
	z-index:9; */

}	

#video-droite {
	/* video-droite */
	display: none;
}
	
}	
