/* oO oO oO oO oO oO oO oO oO oO oO oO
--------------------------------------
  v3.0   |    STYLE.CSS   | jalis 2k13
--------------------------------------
oO oO oO oO oO oO oO oO oO oO oO oO */

/***** VALEURS PAR DEFAUT *****/
br {letter-spacing:0px;}
html, body, div, span, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, caption, table, tr, th, td, thead, tbody, tfoot, p, blockquote, cite, q, abbr, acronym, address, a, em, strong, img, ins, del, dfn, kbd, pre, xmp, code, form, fieldset, legend, label, object {
    margin: 0;  padding: 0; border: 0;  outline:none;
}
h1, h2, h3, h4, h5, h6, ol, ul, li {text-align: left; font-weight:normal;}
p {margin:0;}
li {list-style-type: none;}
/***** CONTENUS *****/
.txt_contenu {font-size:1em; text-align:justify;}
.txt_contenu a, .txt_contenu a:visited{font-weight:bolder;}
.txt_contenu a:hover{text-decoration:underline;}
/***** ELEMENTS *****/

.floatleft, .left{  float:left !important;  position:relative;}
.floatright, .right{float:right !important; position:relative;}
.floatnone{ float:none !important;  position:relative;}
.clear, .aplat{ clear:both;}
.block {display:block;}
.colonne_2, .col_2{ position:relative;  float:left; width:45%; margin: 0 1%;}
.colonne_3, .col_3{ position:relative;  float:left; width:31%; margin: 0 1%;}
.colonne_4, .col_4{ position:relative;  float:left; width:23%; margin: 0 1%;}
.colonne_2-3, .col_2-3{ position:relative;  float:left; width:64%; margin: 0 1%;}
.colonne_1-3, .col_1-3{ position:relative;  float:left; width:31%; margin: 0 1%;}
.colonne_3-4, .col_3-4{ position:relative;  float:left; width:70%; margin: 0 1%;}
.colonne_1-4, .col_1-4{ position:relative;  float:left; width:23%; margin: 0 1%;}

*{
}


::selection {
	background: #808080;
	color: #ffffff;
	text-shadow: none !important;

	
}
*::-moz-selection {
	background: #808080;
	color: #ffffff;
	text-shadow:none !important;
	
}
*::-webkit-selection {
	background: #808080;
	color: #ffffff;
	text-shadow:none !important;
	
}

/***** STRUCTURE *****/
#total_site {position:relative; z-index:2;}

/* ici on change la valeur pour mobiles + responsive */
.centrage {
	position:relative;
	width:950px;
	margin:0 auto 0 auto;
}



/***** CONTENU *****/
#contenu, .contenu  {
	position:relative;
	margin: 0;
	padding: 15px;
	
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;		  
}


.separateur{ clear:both; margin: 10px 0;}


#gauche{
	position:relative;
}

#droite{
	position:relative;
}

/*======= MISE EN PAGE GENERALE =======*/
html{}

body{
    font-size:14px;
	
    font-family: "Times New Roman", serif;
    color:#303030; 
    background:#f8f5e4 url(https://30ad48.claudeassets.com/20180602051150im_/http://www.plauchut.com/templates/plauchut/img/interface/deg_back.gif) repeat-x bottom center fixed;
}

html.intro, body.intro{
	height:100%;
}


#total_site{
    z-index:2;
}


#total_site > .centrage{
	z-index:2;
	height:100%;
	background:#FFF url(https://6d2de7.claudeassets.com/20180602051150im_/http://www.plauchut.com/templates/plauchut/img/interface/back_contenu.gif) no-repeat bottom center;
	box-shadow: 0px 0px 15px #96927d;   
}



/*--- formatage de base ---*/

h1{
    text-align:right;
    font-size:0.8em;
    color:#808080;
    padding: 5px;
}


h1 a, h1 a:visited{
    color:#1a31a4;
}




h2{
    font-size:2em;
    color:#1a31a4;
    margin: 0 0 10px 0;
    text-align: left;
    padding:3px 0;
}


h2 a, h2 a:visited{
    
}

h2.titreCarte{
	margin: 40px 0 0px 0;
}




h3{
    font-size:1.8em;
    color:#1a31a4;
    margin: 0 0 20px 0;
    padding:3px 0;
}


h3 a, h3 a:visited{
    
}


h4{
    font-size:1.4em;
    color:#1a31a4;
	text-align:center;
}

h5{
    font-size:1.6em;
    color:#7e7757;
	border-bottom:1px dotted #7e7757;
	text-align:left;
	background:#efede1;
	padding:2px 10px;
	border-radius:10px 10px 0 0;
}

.txt_contenu{
    font-size:1em;
}


.txt_contenu li{
	list-style: disc inside;
	margin: 0 0 0 10px;
}


a, a:visited {
    text-decoration:none;
    color:#1a31a4;
}


a:hover{
    text-decoration:none;
}


/*======= FIN MEP GENERALE =======*/









/*======= DECO SITE =======*/
#deco_site{
    position:fixed;
    bottom:0; right:0; z-index:1;
    width:100%; height:1000px;
	background:url(https://e1f650.claudeassets.com/20180602051150im_/http://www.plauchut.com/templates/plauchut/img/interface/back_droite.jpg) no-repeat right bottom;
}
/*===== FIN DECO SITE =======*/










/*======= HEADER =======*/

#header
{
    position:relative; z-index:3; padding:50px 0 100px 0;
    background:url(https://8e9dcd.claudeassets.com/20180602051150im_/http://www.plauchut.com/templates/plauchut/img/interface/back_header.jpg) no-repeat top center;
}


#header > .centrage{
	z-index:2;
	text-align:left;
}



#logo
{
    position:relative; z-index:2; display:block;
	margin:0 0 0 140px;
}


#slogan{
	position:absolute; z-index: 1; 
	top: 140px; left:140px;
	
	color:#1a31a4;
	font-size: 19px;
	font-weight:bold;
}

#www{
	position:absolute; z-index:3;
	top: 10px; right:10px;
	
	font-size:1em;
	color:#000;
}

#tel{
	position:absolute; z-index: 4; 
	top:30px; right:0;
	padding: 5px 15px 5px 45px;
	width:338px;
	height:135px;
	
	background: url(https://b7a5c6.claudeassets.com/20180602051150im_/http://www.plauchut.com/templates/plauchut/img/interface/tel.png) no-repeat 15px center;
}

/*======= FIN HEADER =======*/









/*DIAPORAMA*/

#bloc_diaporama{
	position:relative;
	z-index:1;
	height:100%;
	overflow:hidden;
	border-bottom: 1px solid #ffffff;
}


#diaporama{
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	top:0;
	left:0;
}


#cache_diaporama{
	position:absolute; 
	z-index:2;
	width:100%; 
	height:100%;
	top:0; 
	left:0;
}



#diaporama_accueil{
	position:relative;
	height:420px;
	overflow:hidden;
	margin: 0px 0 0 0;
	}




#diaporama_fiche{
    width:auto; 
    height:450px; 
    overflow:hidden; 
    position:relative;
}



#diaporama_page{
    width:auto; 
    height:450px; 
    overflow:hidden; 
    position:relative;
    margin: 0 0 30px 0;
}

#diaporama_page.intro{
	height:100%;
	width:100%;
	position:fixed;
	top:0; left:0;
}









/*======= NAV =======*/

#nav
{
    position:relative; z-index:4;
    background:url(https://2009d9.claudeassets.com/20180602051150im_/http://www.plauchut.com/templates/plauchut/img/interface/deg_nav.png) repeat-x top center;
}


#nav > ul{
     position:relative; z-index:2; text-align:center;
}


#nav > ul > li
{
    position:relative;
	z-index:1;
    display:inline-block;
    text-align:left;
    box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
}


#nav > ul > li:hover{
	z-index:99999;
}


/*Style du bouton principal*/
#nav > ul > li > span > a, #nav > ul > li > span > span
{
    display : block; position:relative; z-index:3;
    padding: 10px 20px; margin: 0;
    font-size:1.5em;
    color:#FFF;
	
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
	
	transition: all 225ms 0ms ease-in-out; -moz-transition: all 225ms 0ms ease-in-out; -webkit-transition: all 225ms 0ms ease-in-out;
}


/* pour exception menu premier lien*/
#nav > ul > li:first-child > span > a, #nav > ul > li:first-child > span > span > a{
	
}


/* pour exception menu dernier lien*/
#nav > ul > li:last-child > span> a, #nav > ul > li:last-child > span > span > a{
	
}


/*survol + bouton actif*/
#nav > ul > li:hover > span > a, #nav > ul > li.active > span > a, #nav > ul > li:hover > span > span, #nav > ul > li.active > span > span
{
    color:#ffffff;
	background:#7e7757;
	transition: all 225ms 0ms ease-in-out; -moz-transition: all 225ms 0ms ease-in-out; -webkit-transition: all 225ms 0ms ease-in-out;
}


#nav > ul > li:hover > span > a, #nav > ul > li:hover > span > span
{
	top:0;
}




/*Sous Menu CSS only*/
#nav > ul > li > span > ul{
    background: #7e7757;
    top:-22%; width:100%; left:0%;
    opacity:0; visibility:hidden; 
    
    position:absolute; z-index:2;
    overflow:hidden;
    
    transition: all 125ms 0ms ease-in; -moz-transition: all 125ms 0ms ease-in; -webkit-transition: all 125ms 0ms ease-in;
}



#nav > ul > li:hover > span > ul{
	top:100%; opacity:1; visibility:visible;
	
	transition: all 225ms 0ms ease-out; -moz-transition: all 225ms 0ms ease-out; -webkit-transition: all 225ms 0ms ease-out;
}


#nav > ul > li:active > span > ul{
	opacity:1
	transition: opacity 225ms 0ms ease-out; -moz-transition: opacity 225ms 0ms ease-out; -webkit-transition: opacity 225ms 0ms ease-out;
}


/*Style du lien du sous menu*/
#nav > ul > li > span > ul > li > span > a{
    display:block; position:relative;
    padding: 5px 10px;
    text-align:center;
    
    color:#ffffff;
    
    font-size:1.2em;
    
	transition: all 125ms 0ms ease-in; -moz-transition: all 125ms 0ms ease-in; -webkit-transition: all 125ms 0ms ease-in;
}


/*survol du lien du sous menu*/
#nav > ul > li > span > ul > li > span > a:hover, #nav > ul > li > span > ul > li.active > span > a{
	
	color:#FFF;
	background:#6c664b;
	
	transition: all 125ms 0ms ease-in; -moz-transition: all 125ms 0ms ease-in; -webkit-transition: all 125ms 0ms ease-in;
}


/*
#nav > ul > li > span > ul > li:first-child > span > a{border-radius: 3px 3px 0 0;}
#nav > ul > li > span > ul > li:last-child > span > a{border-radius: 0 0 3px 3px;}
*/

/*======= FIN NAV =======*/








/*======= CONTENU =======*/

/* FORMAT IMAGES */

/* reset format images */
.img{
	position:relative; display:block;
}

.img > img{width:100%; position:relative; display:block; z-index:1;}

/*le laius ne doit pas depasser 3 lignes, donc petite image*/
.img.laius{
	width:15%; float:right;
	margin: 0 0 0 10px;
}

.img.laius.floatleft{
	margin: 0 10px 0 0;
}



.img_medium, .img_medium2{
    position:relative; display:block; overflow:hidden; height:200px;
}


.miniatures{
	position:relative;
}

.miniatures .img_medium{
	margin: 0 0.5% 2% 0; height: 100px; width: 19.5%; float:left;
}

.img_medium.portrait{
	float:left;
	width:40%;
	height:400px;
	margin: 0 15px 5px 0;
}


.img_medium.pano{
	height:450px;
	margin: 0 0 20px 0;
}

.img_medium.accueil{
	width: 49%; margin:1% 1% 1% 0; float:left;
}

.img_medium.accueil+.img_medium.accueil{
	margin:1% 0 1% 1%; 
}





/*PANNEAUX ANNONCE + FICHE*/
.panneaux{
	position:relative;
}

.fiche .panneaux{
	margin: 0 0 10px 0;
}

.panneau{
	position:absolute; z-index:2;
	top:5%; left:0;
	padding: 3px 0px;
	width:100%;
	text-align :center;
	font-size:0.85em;
	font-weight:bold;
	text-transform:uppercase;
	box-shadow : 0px 2px 3px rgba(0,0,0,0.35);
	
	
	
	background:#ffffff;
}


.fiche .panneau{
	position:relative;
	width:auto;
	display:block;
}

p.mention{
	text-align:center;
	font-style:italic;
	color:lighter;
	margin: 3px 0 3px 0;
	border-bottom:1px dotted #999;

}


p.mention.mention2{
	text-align:left;
	font-style:italic;
	color:lighter;
	font-size:smaller;
	margin: 0 0 3px 0;
}
/*======= FIN CONTENU =======*/













/*======= ANNONCE =======*/

.ligne_annonce{
    position:relative;
    margin:0;
}

/*Formatage par dï¿½faut d'une annonce*/
.annonce
{
    position:relative;
    margin: 0 0 20px 0;
    box-sizing:border-box; -moz-box-sizing:border-box;  -webkit-box-sizing:border-box;
	transition: all 225ms 0ms ease-in-out; -moz-transition: all 225ms 0ms ease-in-out; -webkit-transition: all 225ms 0ms ease-in-out;
}

.annonce:hover{
	background:url(https://6b84f4.claudeassets.com/20180602051150im_/http://www.plauchut.com/templates/plauchut/img/interface/back_white_65.png);
	transition: all 225ms 0ms ease-in-out; -moz-transition: all 225ms 0ms ease-in-out; -webkit-transition: all 225ms 0ms ease-in-out;
	}

/*Titre*/
.annonce h2{
	font-size:1.6em;
	text-align:left;
	margin:0;
	box-shadow:none; 
}

.annonce h2 a, .annonce h2 a:visited
{
    display:block;
    color : #000; 
    text-decoration : none;
    font-weight:normal !important;
    
    transition: all 225ms 0ms ease-in-out; -moz-transition: all 225ms 0ms ease-in-out; -webkit-transition: all 225ms 0ms ease-in-out;
    
    box-sizing:border-box; -moz-box-sizing:border-box;  -webkit-box-sizing:border-box;
}


.annonce_contenu{
    position:relative;
    text-align:justify;
	transition: all 225ms 0ms ease-in-out; -moz-transition: all 225ms 0ms ease-in-out; -webkit-transition: all 225ms 0ms ease-in-out;
}


/*img_medium*/
.annonce_contenu .gauche{
	position:relative; float:left; width:23%; margin: 0 10px 5px 0;
}

/*pour avoir l'image Ã  droite*/
.rightTof .gauche{float:right;}


.annonce_contenu .img_medium, .annonce_contenu .img_medium2{
    float:none; height:230px; width:auto;
}


.annonce_contenu .img_medium2{
    float:left; height:80px; width:9%;
}

/*texte*/
.annonce_contenu .txt_contenu{
    margin: 0;
}




/*zone boutons*/
.annonce_contenu .bts{
    position:relative; display:block; padding:1% 0 0 0;
}

/*style du bt*/
.annonce_contenu .bts .bt{
    float:right; margin:0;
}

/*detail (prix, ref...)*/
.detail{
    padding:3px; 
    background:#0d7fb6;
    font-size:1.2em;
    font-weight:bolder;
    color:#fff;
    text-align:center;
    margin: 10px 0;
    
    box-shadow: 0px 0px 2px rgba(0,0,0,0.3) inset;
}

.detail span{
	
}

h2 .detail{
	font-size: 0.35em;
	text-align:right;
	font-family:sans-serif;
}

.fiche .detail{
	margin: 0 0 5px 0;
}









/*special un par ligne*/
.ligne_annonce.mono{
	margin: 0;
}



.mono .annonce{
	padding:0px; margin:20px 0 0 0;
	
    -webkit-transition : all 250ms; -moz-transition : all 250ms; transition : all 250ms;
	
}


.mono .annonce h2{
	font-size:2em;
}


.mono .annonce:hover{
	-webkit-transition : all 250ms; -moz-transition : all 250ms; transition : all 250ms;
}



.mono .bts .bt+.bt{
	margin: 0 2px !important;
}





/* plusieur annonces par ligne */
.fx{
	width: 103%; left:-1.5%;
	margin: 20px 0 0 0;
}


.fx .annonce{
	float:left; 
	width:30.333333%; 
	margin:1.5%; 
	overflow:hidden;
}




.fx .annonce h2{
	font-size:1.65em;
	padding: 2px 5px;
	text-align: center;
	background:#CFC19C;
	border-radius: 10px 10px 0 0;
	margin:5px 0;
	border-bottom:2px dotted #000;
}



.fx .annonce:hover h2 a{
	color:#000 !important;
	transition: all 225ms 0ms ease-in-out; -moz-transition: all 225ms 0ms ease-in-out; -webkit-transition: all 225ms 0ms ease-in-out;
}




.fx .annonce .img_medium{
	float:none; width:auto; height:200px;
	border:3px solid #FFF;
	transition: all 225ms 0ms ease-in-out; -moz-transition: all 225ms 0ms ease-in-out; -webkit-transition: all 225ms 0ms ease-in-out;
}

.fx .annonce:hover .img_medium{
	border:3px solid #d5cea6;
	
}

.fx .annonce .panneau.rotok{
	left:-110px;
}

.fx .annonce .annonce_contenu{
	float:none; width:auto;
	padding: 0px; text-align:justify;
}


.fx .annonce_contenu .txt_contenu{
    margin: 0 0 5px 0;
}






/*annonces std*/
.fx .annonce .gauche{
	float:none; width:auto; margin:10px 0 0 0;
}












/*liens utiles*/
.lu .img_medium2{
	width:10%; height:90px;
	margin: 0 5px 10px 0;
}









/* Pagination */
.pPage{
    margin: 20px 0 15px 0;
    padding: 5px 10px;
    color: #000;
	font-family:Arial, sans-serif;
	background:#FFF; 
    line-height:21px;
	border-radius:20px;
	font-size:12px;
}

.pPage > div{
	position:relative; margin: 0 15px 0 0; float:left; padding: 0 0 0 15px;
	border-left:1px solid #000;
}

.pPage > div.clear{margin:0; float:none;}

.pPage > div:first-child{
	border:none; padding:0;
}


/*page actuelle*/
.pPage span
{
    padding : 2px 5px;
 color:#000;
    text-decoration : none;
	
}

/*autres pages*/
.pPage a, .pPage a:hover
{
	padding : 2px 5px;
     background: #7e7757;
	color: #FFF;
    text-decoration : none;border-radius:10px;
}


.pPage select{
	background: #7e7757;
	color: #FFF;
	border-radius:0;
	margin: 0 0 0 5px;
}

.pPage form{
    margin: 0;
    position:relative;
    display:inline;
}



.pPage form > *{
	display:inline;
	position:relative;
	width:auto;
}

/*======= FIN ANNONCE =======*/








/*======= FLASH INFO =======*/
.flash_info {
    padding:8px;
	margin: 0 0 15px 0;
    background:#e5e0c4;
    position:relative;
    box-sizing:border-box; -moz-box-sizing:border-box;  -webkit-box-sizing:border-box;
    color:#000;
}


.flash_info h2{
	font-size:1.75em;
}



/*formatage du titre*/
.flash_info h3{
	 font-size:1.75em;
	 margin:0 0 5px 0; text-align:center;
	 background:#bfb290;
}

.flash_info h3, .flash_info h3 a, .flash_info h3{
	color:#303030;
}

.flash_info h3 a:hover{
    color:#1a31a4;
}

/* format contenu flash info*/
.flash_info .txt_contenu{
	margin: 10px 0;
}

/*couleur des liens dans le flash info*/
.flash_info .txt_contenu a{
	
}


.flash_info.ficheForm{
	background:#e0e0e0;
}

/*======= FIN FLASH INFO =======*/









/*======= ADRESSE =======*/
.adresse{
	position:relative;
	margin: 0 0 15px 0;
	background:#1a31a4;
	color:#e6e6e6;
	padding:8px;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
}

ul.adresse a{
	color:#ffffff;
}

ul.adresse li{
	display:block;
	padding: 10px 5px;
	
	border-top:1px solid #11206b;
	border-bottom:1px solid #2444e4;
}

ul.adresse li:first-child{
	border-top:none;
}

ul.adresse li:last-child{
	border-bottom:none;
}

.adresse .img_medium
{
	width:50%;
	float:left;}
/*======= FIN ADRESSE =======*/









/*======= BT =======*/
.fiche .bts{
	margin: 0 0 10px 0;
}

.bts .social{
	float:right;
	position:relative;
}


.bt, .bt:visited{
    display:block; position:relative; float:left;
    
    padding: 4px 15px;
	margin: 0 3px 0 0;
    background: #7e7757;
	
    color:#ffffff !important;
    text-transform:uppercase;
    font-size:1em;
    
    cursor: pointer;
    
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-radius:15px;
    
    transition: all 250ms 0ms ease-in; -moz-transition: all 250ms 0ms ease-in; -webkit-transition: all 250ms 0ms ease-in;
}


.bt:hover, .fx .annonce:hover .annonce_contenu .bt{
    background: #1a31a4;
    color:#ffffff !important;
    text-decoration:none !important;
    
    transition: all 250ms 0ms ease-out; -moz-transition: all 250ms 0ms ease-out; -webkit-transition: all 250ms 0ms ease-out;
}

.bt.full{
	float:none !important; width:auto; text-align:center; padding:4px 0;
}


.bt.alt{
	background: #808080;
	color:#ffffff !important;
}

.bt.alt:hover{
	background: #666666;
	color:#ffffff !important;
}


.bt.half{
	padding: 7px 0;
	width:49%;
	float:left !important;
	text-align:center;
	margin: 5px 1% 5px 0 !important;
}

.bt.half+.bt.half{
	margin: 5px 0 5px 1% !important;
}
/*======= FIN BT =======*/












/*====== SLIDER ======*/
#slider{
    position:absolute;
	width:500px; height:100px;
	top:70px;
	left:81px;
}

#bloc_slider{
    position:absolute; width:100%; height:100%;
    left:0px; top:0px; overflow:hidden; z-index:1;
}

.element_slider, .element_slider:link, .element_slider:visited{
    display:block; position:absolute; width:100%; height:100%; overflow:hidden;
    top:0; left:0;
}


.element_slider_diapo, .element_slider_diapo:link, .element_slider_diapo:visited{
    display:block; position:absolute; width:100%; height:100%; overflow:hidden;
    top:0; left:0;
}


.element_slider_fiche, .element_slider_fiche:link, .element_slider_fiche:visited{
    display:block; position:absolute; width:100%; height:100%; overflow:hidden;
    top:0; left:0;
}


.element_slider > img{
    position:absolute; z-index:1;
}

.element_slider > span{
    position:absolute; width:80%;
    left:10%; bottom:0%; z-index:2; text-align:center;
    padding:5px;
	
    color:#1a31a4;
	font-size: 19px;
	font-weight:bold;
    
    box-sizing:border-box; -moz-box-sizing:border-box;  -webkit-box-sizing:border-box;
}

.element_slider > span > h3{
    display:block; color:#1a31a4; 
    font-size:2em;
    text-align:center; margin:0;
}

#exemple_bt_slider{display:none;}

.bts_slider{
    position:absolute; bottom:-25px; left:0; z-index:2; width:100%; text-align:center;
}

.bt_slider, .bt_slider:link, .bt_slider:visited{
    display:inline-block; width:10px; height:10px;
    background: #bebebe; margin: 0 0 0 5px;
    border-radius:10px; cursor:pointer;
}


.bt_slider:hover{
    background:#707070;
}


.bt_slider_actif{
    background:#1a31a4;
}

.bt_slider_actif:hover{
    background:#00bfff;
}














/*======= FOOTER =======*/

/* style general*/
#footer{
    position:fixed; z-index:3;
    width:100%; bottom:0;
    color:#1a31a4;
    -webkit-transition : all 275ms; -moz-transition : all 275ms; transition : all 275ms;
}

#footer:hover{   
    -webkit-transition : all 275ms; -moz-transition : all 275ms; transition : all 275ms;
}

/* dans le centrage */
#footer > .centrage{
    background:#cfc19c; width:950px;
}

/* couleur des liens dans le footer*/
#footer a, #footer a:link, #footer a:visited, #footer #address div+div span:first-child{
    color:#000;
    cursor:pointer;
}

/*logo jalis*/
#logo_jalis{
    position:absolute; top:1px; right:5px;
}

#bt_footer{
    position:absolute; left:10px; top:9px; display:block;
    cursor:pointer; 
    color:#000; 
    font-size:0.9em;
    text-transform: uppercase;
}

/*bande visible avec adresse*/
#address {
    text-align:center; font-size : 1em;
	color:#000;
    padding: 8px 68px 8px 20px;
}

/*zone referencement*/
#zoneCachee{
    position:relative; width:95%; margin:0 auto 0 auto; 
    height:0px; overflow:hidden;
}

/*format des colonnes de liens*/
#zoneCachee > div > ul{
    float : left; width : 27%; margin : 0 3%; position:relative;
}

/*format du premier li (titre)*/
#zoneCachee > div > ul > li > h3{
    font-size:1.25em; 
    
    margin:0 0 4px 0;
    color:#000;
    box-shadow:none;
    background:none;
    text-align:left;
}

/*format des liens dans les colonnes*/
#zoneCachee > div > ul > li a{
    display : block;
    padding : 5px 0 5px 10px;
    margin : 0 0 2px 0;
    text-align : left;
    color : #000 !important;
	background:#bfb290;
    text-decoration : none;
    border-left:0px solid transparent;
    transition: all 125ms 0ms ease-in; -moz-transition: all 125ms 0ms ease-in; -webkit-transition: all 125ms 0ms ease-in;
}

/*format des liens au survol*/
#zoneCachee > div > ul >li a:hover{
    border-left:3px solid #000;
	transition: all 125ms 0ms ease-in; -moz-transition: all 125ms 0ms ease-in; -webkit-transition: all 125ms 0ms ease-in;
}

#zoneCachee #seo_text{
    clear:both;
    text-align:justify;
    margin:15px 25px;
}

/*======= FIN FOOTER =======*/








/*======= FORMULAIRES =======*/

 form input[type=text], form textarea, form select, form input[type=password]{
    position:relative;
    width:100%; padding: 5px; margin: 0 0 5px 0;
    background:#e0e0e0;
    border:none;
    color:#5d5d5d;
    font-family:sans-serif; font-size:1em;
    outline:0;
    font-size:1em;
    border-radius: 3px;
    			
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
 }
 
 form input[type=text]:focus, form textarea:focus, form select:focus, , form input[type=password]:focus{
    background:#f0f0f0;
    color:#3d3d3d;
 }
 
 
 
 
 /*formulaire page contact*/
 form.contact{
 	
 }
 
  form.contact .colonne_2{
  	width:49%; margin: 0 1% 0 0;
  }
  
  
  form.contact .colonne_2+.colonne_2{
  	width:49%; margin: 0 0 0 1%;
  }
/*======= FIN FORMULAIRES =======*/








/*======= FICHE TECHNIQUE =======*/

.fiche_technique, .panier_table
{
    margin : 20px 0;
}

.fiche_technique table, .panier_table table
{
    border-spacing : 2px;
    border-collapse : collapse;
    width : 100%;
    border: 1px solid #d8d8d8;
}


.fiche_technique table th{
	font-size:1.2em;
}



.fiche_technique table td, .panier_table table td, .fiche_technique table th, .panier_table table th
{
    color : #707070;
    padding : 6px 10px;
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    width:30%;
}

.fiche_technique table tr:last-child td{
	border-bottom:none;
}

.fiche_technique table td:last-child{
	border-right:none;
	color : #1a31a4;
	font-weight:bold;
}

.fiche_technique table td + td
{
    color : #07405b;
    width:70%;
}

.fiche_technique h3{
	margin: 0;
}

.panier_table table td
{
    width: auto !important;
}

/*======= FIN FICHE TECHNIQUE =======*/











/*======= INTRO =======*/
#diaporama_intro{
    position: absolute; z-index:1;
    width:100%; height:100%;
    overflow:hidden;
}


#intro{
    position:relative; z-index:2;
    width:50%; margin:auto; top:25%;
    padding:10px; background:#ffffff;
    text-align:center;

    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

#intro h2{
    text-align: center;
}

#intro .txt_contenu{
    text-align:center;
}

#intro #logo{
    position:relative;
    top:0; left:0;
}


#intro .bt.full{
    font-size:16px;
    padding: 5px 0;
}
/*======= FIN INTRO =======*/














/*======= RESPONSIVE =======*/
@media screen and (max-width:1024px){
	
}


@media screen and (max-width:980px){
	/* retrait du footer */
	/*#footer{
		display:none;
	}*/
}


@media screen and (max-width:800px){
	
	/* le grand reset */
	
	/*.mono .annonce_contenu .txt_contenu{
		float:none; width:auto;
	}
	
	.mono .annonce_contenu .gauche{
		float:none; width:auto;
	}
	
	.mono .annonce_contenu .bt, .mono .annonce_contenu a.bt+a.bt{
		float:none; width:auto; text-align:center;
		margin: 0  0 5px 0 !important
	}
	
	
	#footer #zoneCachee{
		display:none;
	}
	
	.colonne_2, .colonne_2-3, .colonne_1-3, .colonne_3-4, .colonne_1-4, form.contact .colonne_2, form.contact .colonne_2 + .colonne_2{
		width:auto; float:none !important; margin:0 0 20px 0; clear:both;
	}
	
	
	form.floatleft{
		float:none;
	}
	
	form.floatleft > .floatleft{
		float:none;
	}
	
	form{float:none !important; width:auto !important;}*/
	
	

}


@media screen and (max-width:640px){

}


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

}


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

}












/*===== IE8- compat =====*/

body.ie #nav > ul > li > ul, #nav > ul > li > span > ul{
    display:none;
}



body.ie #nav > ul > li:hover > ul, #nav > ul > li:hover > span > ul{
	display:block;
}


body.ie #nav > ul > li{
	display:block; float:left;
}


body.ie form input[type=text], body.ie form textarea, body.ie form select{
	border:1px solid #868686;
}













/*======= JALIS TOUCH CSS =======*/
/* elements propres a touch */

/***************
 *    Fichiers *
 ***************/

.fichiers {
    margin : 10px 0;
    padding : 5px;
    background-color : #efefef;
    border : 1px solid #ddd;
    clear : both;
}


.fichiers .bt:before{
    content:url(https://688f0b.claudeassets.com/20180602051150im_/http://www.plauchut.com/templates/plauchut/img/icon_file.png);
}





/***************
 * Page simple *
 ***************/

#page_simple {

}

#page_simple .fichiers{
    float:right; 
    margin: 0 0 0px 10px;
}






/*********
 * Fiche *
 *********/

.fiche{

}

.fiche #tags, .fiche .fichiers {
    float:right;
    margin: 0px 0px 0 10px;
}


.fiche #preloadImages {
    display:none;
}

span.alertArchive {
    display : block;
    float : left;
    background-image : url('https://0b3a28.claudeassets.com/20180602051150im_/http://www.plauchut.com/apps/backend/web/img/bg_error_left.png');
    background-position : top left;
    background-repeat : no-repeat;
    width : 100%;
}

.alertArchive span
{
    display : block;
    float : left;
    padding : 8px 10px 4px 10px;
    height : 25px;
    color : #fff;
    font-size : 11px;
    text-align : left;
    width : 100%;
    text-shadow: 0 0 2px #666;
}





/***********
 * Contact *
 ***********/

#frmContactForm
{
    margin-top : 5px;
	font-family:Arial, sans-serif;
	font-size:12px;
	background:#FFF;
    box-sizing:border-box; -moz-box-sizing:border-box;   
}

#frmContactForm table
{
    border-spacing : 0px;
    border-collapse : separate;
    width : 100%;
}

#frmContactForm table td,#frmContactForm table th 
{
    color : #303030;
    padding : 6px 10px;
    width:30%;
}

#frmContactForm table tr:hover{
    background:#FFF;
	transition: all 225ms 0ms ease-in-out; -moz-transition: all 225ms 0ms ease-in-out; -webkit-transition: all 225ms 0ms ease-in-out;
}

#frmContactForm table td + td
{
    color : #3a3a3a;
    width:70%;
    border-right:none;
}

#frmContactForm table td + td a{
color:#4d4d4d;
}



#frmContactForm input[type=text], #frmContactForm textarea
{
    width : 100%;
    background : #ffffff;
    border : 1px solid #bbb;

    font-family:'arial', sans-serif;
    font-size:12px; color:#4d4d4d;
}

#frmContactForm input[type=text]:focus, #frmContactForm textarea:focus{
    border : 1px solid #999;
    color:#000000; outline:0;
}

#frmContactForm a, #frmContactForm a:visited{
    color:#666666; text-decoration:underline;
}







/***********
 * Sitemap *
 ***********/

#sitemap {

}

#sitemap ul {
    padding-left: 20px;
}

#sitemap ul li {
    list-style-type : circle;
    padding : 2px 0;
}

#sitemap a {
    font-size : 11px;
    font-weight : 700;
}





/********************
 * Mentions legales *
 ********************/

#mentions_legales p {
    margin : 10px;
}






/****************************************
 * Referencement Zen - Listing secteurs *
 * Referencement Zen - Listing expressions *
 * Referencement Normal - Listing expressions *
 *******************************************/

#ref_zen_expressions ul li a, #ref_zen_secteurs ul li a, #ref_normal_expressions ul li a {
    display : block;
    padding : 5px 5px 5px 20px;
}




/*******************************
 * Referencement Normal - Page *
 *******************************/

#ref_normal_page {
    background:#e0e0e0;
    padding:5px;
    color:#303030;;
    font-size:1.15em;
}



/*******************************
 * Toolbar *
 *******************************/


div#ulAdminToolbar{
	width : auto;
    top:0; left:0;
    position : fixed;
    z-index : 99999;
    width:200px;
    
    transition: all 225ms 0ms ease-in-out; -moz-transition: all 225ms 0ms ease-in-out; -webkit-transition: all 225ms 0ms ease-in-out;
}


div#ulAdminToolbar.hidden{
	left: -190px;
	
	transition: all 225ms 0ms ease-in-out; -moz-transition: all 225ms 0ms ease-in-out; -webkit-transition: all 225ms 0ms ease-in-out;
}


#adminAnchor{
	display:block;
	position:relative;
	padding: 36px 10px 6px 10px;
	background:#7E9B18 url(https://5e91ef.claudeassets.com/20180602051150im_/http://www.plauchut.com/templates/plauchut/img/interface/jt-mark.png) no-repeat center 6px;
	color:#ffffff;
	font-weight:bold;
	box-shadow: 0px -20px 20px rgba(0,0,0,0.25) inset;
	cursor:pointer;
	text-align:center;
	
	transition: all 225ms 0ms ease-in-out; -moz-transition: all 225ms 0ms ease-in-out; -webkit-transition: all 225ms 0ms ease-in-out;
}



#adminAnchor:hover{
	background-color:#a4ce4c;
	
	transition: all 225ms 0ms ease-in-out; -moz-transition: all 225ms 0ms ease-in-out; -webkit-transition: all 225ms 0ms ease-in-out;
}



#adminAnchor > span{
	display:block;
	left:100%;
	top:5px;
	background:#303030;
	position:absolute;
	padding: 2px 7px;
}


#ulAdminToolbar ul {
    position:relative;
    background-color : #000;
    left:-300px;
    
    transition: all 225ms 0ms ease-in-out; -moz-transition: all 225ms 0ms ease-in-out; -webkit-transition: all 225ms 0ms ease-in-out;
}

#ulAdminToolbar ul.active{
	left:0;
	
	 transition: all 225ms 0ms ease-in-out; -moz-transition: all 225ms 0ms ease-in-out; -webkit-transition: all 225ms 0ms ease-in-out;
}


#ulAdminToolbar li {
    position : relative;
    display:block;
}

#ulAdminToolbar > ul > li{
	border-bottom: 1px solid #2d2d2d;
}

#ulAdminToolbar li a {

    color : #aaa;
    display : block;
    padding : 6px 10px;
    
    transition: all 225ms 0ms ease-in-out; -moz-transition: all 225ms 0ms ease-in-out; -webkit-transition: all 225ms 0ms ease-in-out;
}

#ulAdminToolbar li a:hover {

    color : #ddd;
    background-color : #222;
    padding-left:15px;
    transition: all 225ms 0ms ease-in-out; -moz-transition: all 225ms 0ms ease-in-out; -webkit-transition: all 225ms 0ms ease-in-out;
}


/*Sous Menu (mettre height:0 pour cacher le sous-menu durant le chargement)*/
#ulAdminToolbar li > ul{
    position:relative;
    margin: 0 0 0 10px;
    padding: 0 0 0 0px;
}

#ulAdminToolbar li > ul > li {
    position : relative;
    display:block;
}

/*Style du lien du sous menu*/
#ulAdminToolbar li > ul > li > a {
    display:block;
    position:relative;
    color : #888888;
}

#ulAdminToolbar li > ul > li > a:hover {
    color : #ddd;
    background-color : #444;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #c09853;
}

.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
/*
     FILE ARCHIVED ON 17:47:11 Jul 17, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:05:43 Jun 29, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.818
  exclusion.robots: 0.064
  exclusion.robots.policy: 0.048
  esindex: 0.017
  cdx.remote: 29.511
  LoadShardBlock: 116.07 (3)
  PetaboxLoader3.datanode: 151.031 (5)
  PetaboxLoader3.resolve: 156.972 (3)
  load_resource: 277.107 (2)
*/