

/* fonts, taille police par défaut, h1, h2, h3 : voir dans styles_ckeditor.css */

body {
	background-color: white;
	margin: 0px;
	padding: 0px;
}


#header {
	margin: auto;
	padding: 0;
	width: 100%;
	background-color: white;
	text-align:center;
	background-image: url(../im/bandeau_aerogommage.jpg);  
	background-size: 100%;
	background-position: top center;
}

#titre {
	display:inline-block;
	margin: 0;
	padding: 0px 0 0px 0;
}

#langues {
	position:absolute;
	bottom: 200px;
	right: 5px;
	margin: 0;
	padding: 0px 0 0px 0;
}

#langues img {
	width: 30px;
	margin: 5px;
	border: 2px solid white;
}

#langues a {
	padding: 0 !important;
}

#langues a img {
	border-width: 0;
	padding: 2px !important;
}

#menu {	
	position:relative;
	font-family: titre,Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 50px;
	line-height:50px;
	background-color: rgba(255, 255, 255, 0.7);
	background-image: url(../im/titre_petit.png); 
	background-position: center -80px;
	background-repeat: no-repeat;
	transition: all 0.8s ease;
    font-size: 21px;
}

#menu > ul {
	margin: 0;
	padding: 0;
	height: 50px;
	line-height:50px;
}

#menu li {	
	display:inline-block;
	vertical-align:middle;
	list-style-type: none;
	height: 20px;
	line-height:20px;
}

#menu li:not(:last-child) {
	border-right: 1px solid black;
}

#menu a {
	font-family: titre,Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:black;
	font-size: 105%;
	font-variant: small-caps;
	letter-spacing : -1px;
	padding: 0px 10px 0px 10px;
	text-shadow: none;
	transition: text-shadow 0.3s ease;
}

#menu a:hover {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	transition: text-shadow 0.3s ease;
}

#menu > ul > li > ul {	
	display:none;
}


#menu.fixed {
	position:fixed;
	width:100%;
	top:0;
	left:0;
	padding: 40px 0 0 0;
	z-index:100;
	background-color: rgba(255, 255, 255, 1);
	background-position: center 0px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.8s ease;
	}

	
#header.fixed {
	padding: 0 0 40px 0;
}
	
	
#bouton_menu {
	display:none;
}


#corps {
	margin: auto;
	width: 960px;
	text-align:justify;
/* 	background-color: yellow; */
}


#contenu {
	float:left;
	margin: 0;
	width: 670px;
/* 	background-color: blue; */
}


#ariane {
	height:40px;
	line-height:40px;
}

#retour {
	display:inline-block;
	font-size:100%;
	text-align:left;
	font-weight:bold;
	line-height:40px;
	color: #666666;
	padding: 0 0 0 40px;
	margin: 15px 0 0 0;
	background-image: url(../im/retour.png); 
	background-position: left center;
	background-repeat: no-repeat;
}




/* Slides */

.slide_bouton {
	cursor:pointer;
	position:relative;
	height:30px;
	line-height:30px;
	padding-right:40px;
}



.slide_bouton img {
	position:absolute;
	right:0px;
	top:0px;
}



/* Colonne de droite */

#colonne_droite {
	float:right;
	width: 225px;
	padding: 0;
/* 	background-color: red; */
}

#colonne_droite a{
	display:block;
	text-decoration:none;
	margin: 10px 0 0 0;
	font-size: 90%;
}

#colonne_droite h4{
	font-family: titre,Arial, Helvetica, sans-serif;
	font-weight:normal;
    margin: 40px 0 20px 0;
	font-size: 130%;
}

#colonne_droite span{
	font-size: 90%;
}

#encart_contact{
	display:block;
	padding: 40px 0 40px 0;
	text-align:right;
	font-size: 90%;
	line-height: 170%;
	color:black;
}

#encart_contact a{
	padding: 0;
	color:black;
	text-decoration:underline;
}


#encart_social{
	display:block;
	text-align:right;
	font-size: 90%;
	height: 25px;
	line-height: 25px;
	color:black;
	margin-top:10px !important;
}

#encart_social img{
	height:25px;
	vertical-align:middle;
	margin-left:10px;
}

#encart_social_responsive{
	display:none;
	position:absolute;
	bottom:-7px;
	right:10px;
	padding :0 !important;
}




/* Catalogue liste */


#catalogue h3{
	text-align:left;
	font-size: 120%;
	margin: 50px 0px 10px 0px ;
	border-bottom: 1px solid #9d3c19;
}

.bloc_catalogue  {
  display:flex;
  display: -ms-flexbox;
  flex-direction:row;
  -ms-flex-direction:row;
  -webkit-flex-direction:row;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  text-align:left;
}

.bloc_catalogue div {
	flex:1 1 auto;
	-ms-flex:1 1 auto;
	-webkit-flex:1 1 auto;
	text-align:center;
	margin-top:30px;
}

.bloc_catalogue a {
	display:inline-block;
	position:relative;
	text-decoration:none;
	text-align:center;
	color:black;
	background-position: left top;
	background-repeat: no-repeat;
	z-index:1;
}

.bloc_catalogue img {
	opacity:1;
	transition: opacity 0.5s ease;
}

.bloc_catalogue img:hover {
	opacity:0;
	transition: opacity 0.5s ease;
}

.bloc_catalogue span {
	display:block;
	font-size: 80%;
	line-height: 100%;
	width:220px;
}

.bloc_catalogue a::after {
	content: url(../im/suite_gris.png);
	position:absolute;
	right:0px;
	top:0px;
}


.voir_tout {
	display:block;
	text-align:center;
	margin-top:15px;
}


/* Catalogue notice */


#notice {
  display:flex;
  display: -ms-flexbox;
  flex-direction:row;
  -ms-flex-direction:row;
  -webkit-flex-direction:row;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  text-align:left;
}


#notice_details {
/* 	float:right; */
	min-width:220px;
	flex:1 0;
	-ms-flex:1 0;
	-webkit-flex:1 0;
/* 	background-color: red; */
}

#notice_details div {
margin-bottom:15px;
}



#vendu{
	font-family: titre,Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-align:left;
	font-size: 180%;
	color: #9d3c19;
}

.gris{
	color: #999999;
}

.barre{
	text-decoration: line-through;
}



/* Galerie editorial */

#editorial_galerie {
	text-align:center;
	margin: 0 0 0px 0;
/*  	background-color: green;  */
}

#editorial_galerie a {
	display:inline-block;
	position:relative;
	width:140px;
	height:140px;
	margin: 10px;
	line-height:140px;
 	text-decoration:none;
	z-index:1;
	/* border: 1px solid #73725c; */
}

#editorial_galerie a::after {
	content: url(../im/agrandir.png);
	position:absolute;
	right:5px;
	top:-45px;
}

#editorial_galerie img {
	display:inline-block;
	vertical-align:middle;
	margin:0;
	padding:0;
	opacity:1;
	transition: opacity 0.5s ease;
}

#editorial_galerie img:hover {
	opacity:0.8;
	transition: opacity 0.5s ease;
}




/* Footer */



#footer {
	clear:both;
	width: 670px;
	text-align:center;
	font-size: 60%;
	line-height: 100%;
	padding: 50px 0px 10px 0px ;
/*  	background-color: green; */
}

#footer ul {
	display:inline-block;
	padding: 0px;
	margin: 0px;
}

#footer li {
	display:inline-block;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#footer li:not(:last-child):after {
	content: '-';
}

#footer a {
	color:black;
}





/* Formulaire */

input[type=text], input[type=password], input[type=submit], select, textarea{
background-color: #f7f4f2;
border:1px inset;
font-size: 100%;
width:90%;
height:28px;
max-width:300px;
vertical-align:top;
}

input[type=submit]{
width:200px;
cursor:pointer;
}

fieldset legend {
font-size: 150%;
}

#valid_form{
margin : 30px 0 0 0 ;
}

#image_cap{
	vertical-align:top;
	border: 1px solid #73725c;
	margin : 0 20px 0 0 ;
}

#cap{
	width:100px;
}




/* Spécifique Aérogommage */

.image_illus {
    width:100%;
    border: 1px solid #73725c;
}

.legende_illus {
    text-align:center;
    font-style:italic;
}

.accroche {
    font-size: 130%;
    font-style:italic;
    color: #9d3c19;
    background-color : white;
    background-image: url(../im/accroche.png);  
	background-position: top left;
    background-repeat:no-repeat;
    margin : 30px 0;
    padding : 30px 30px 30px 75px;
}

.video_container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin-top: 50px;
    height: 0;
    overflow: hidden;
    }

.video_container iframe, .video_container object, .video_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#lightgallery{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap ;
	justify-content:center;
}

#lightgallery a {
    display : block;
	flex:1 1 auto;
}





/* Grève */

/* 

body::before {
	content: " --- SITE EN GREVE --- \A Une retraite pour les morts ? \A Non merci !";
	white-space: pre;
	color: white;
	text-align:center;
	font-size:32px;
	background-color: rgba(0, 0, 0, 0.95);
	position:absolute;
	width: 100%;
	height: 1000%;
	padding-top: 15%;
	z-index: 9999;
}

 */
