<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*----------------------------------------------------------*/
/*------------------------- ACTU ---------------------------*/
/*----------------------------------------------------------*/

/*---------- actu_accueil.php et news_accueil.php ----------*/

#bloc_actualite_index, #bloc_news_index {
	width:100%;
	min-height:260px;
	position:relative;
}
.myActuIndex, .myNewsIndex {
	position:absolute;
	z-index:10;
	width:96%;
	padding:2%;
	clear:both;
}
.bloc_actualite_index_photo, .bloc_news_index_photo {
	float:left;
	width:20%;
	height:auto;
	padding:1%;
}
.bloc_actualite_index_photo img, .bloc_news_index_photo img {
	width:100%;
	height:auto;
}
.bloc_actualite_index_content, .bloc_news_index_content {
	float:right;
	width:75%;
	height:auto;
	margin:1%;
}
.bloc_actualite_index_content p.titre, .bloc_news_index_content p.titre {
	font-size:1.2em;
	text-transform:uppercase;
	color:#fff;
}
.bloc_actualite_index_content p, .bloc_news_index_content p {
	text-align:left;
	font-size:13px;
	margin:12px 0;
}
#contenu .bloc_actualite_index_link {
	width:100%;
	text-align:right;
	height:25px;
	margin-top:20px;
	color:#f00;
	font-size:12px;
	border-top:#fff 1px dotted;
	padding:6px 0;
}
#contenu .bloc_actualite_index_link a {
	color:#f00;
	font-style:italic;
	text-decoration: none;
}
#bloc_actualite_index_puce, #bloc_news_index_puce {
	position:absolute;
	z-index:30;
	width:240px;
	height:150px;
	margin-top:160px;
	text-align:center;
}
#masquage_puce_actu, #masquage_puce_news {
	position:absolute;
	display:none;
}
#bloc_actualite_index_puce a img, #bloc_news_index_puce a img {
	display:inline;
	margin-left:3px;
	margin-right:3px;
	z-index:50;
}

/*---------------- actualite.php ---------------------------*/

.bloc_actualite {
	width:100%;
	margin:10px 0;
	padding:2% 0;
	border-bottom:#909cdb 1px solid;
}
.bloc_actualite_photo {
	float:left;
	width:20%;
	height:auto;
}
.bloc_actualite_photo img {
	width:100%;
	height:auto;
}
.bloc_actualite_contenu {
	float:right;
	width:74%;
	height:auto;
	padding:2%;
}
.bloc_actualite_lien {
	text-align:right;
	padding:0 20px;
	background:#040507;
	margin:20px 0;
}
#contenu .bloc_actualite_lien a {
	color:#f00;
	text-decoration:none;
	line-height:25px;
}


/*---------------- actualite_detail.php --------------------*/

.actu_detail_photos {
	float:left;
	width:15%;
	background:#010;
}
#actu_detail_photos_visuel {
	float:left;
	width:15%;
	min-height:200px;
	position:relative;
	overflow:hidden;
}
#actu_detail_photos_visuel img {
	width:100%;
	height:auto;
	margin-top:20px;
}
.actu_detail_photos_visuel_element {
	width:100%;
	position:absolute;
	z-index:0;
	float:left;
}
#actu_detail_contenu {
	float:right;
	width:80%;
	padding:2%;
}
#contenu .nav_retour {
	text-align:center;
	padding:0 20px;
	background:#040507;
	margin-top:15px;
}
#contenu .nav_retour a {
	color:#f00;
	text-decoration:none;
	line-height:25px;
}


/*----------------------------------------------------------*/
/*---------------- GALERIE PHOTO -----------------------*/
/*----------------------------------------------------------*/

/*---------------- galerie_photo.php -----------------------*/

.bloc_galerie_photo {
	display:inline-block;
	vertical-align:top;
	margin:2%; 
	width:20%;
	background:#eee;
}
.bloc_actualite_photo_img, .bloc_galerie_photo_img img {
	width:100%;
	height:auto;
}
.bloc_galerie_photo_txt {
	width:96%;
	padding:2%;
	height:200px;
}
.bloc_galerie_photo_lien {
	width:100%;
	text-align:center;
}
#contenu .bloc_galerie_photo_lien a {
	color:#f00;
	text-decoration:none;
	line-height:25px;
	display:block;
	background:#121212;
	text-shadow:none;
}

/*---------------- galerie_photo_detail.php ----------------*/

/* mode normal */
#detail_galerie_photo {
	clear:left;
	float:left;
	width:100%;
	margin-top:25px;
}

.detail_galerie_photo_bloc {
	float:left;
	width:228px;
	padding:5px;
	margin:5px;
	background:#eee;
}

.detail_galerie_photo_txt1 {
	float:left;
	width:228px;
	height:171px;
}

.detail_galerie_photo_txt2 {
	clear:left;
	float:left;
	width:218px;
	height:100px;
	padding:5px;
	overflow:auto;
}

.detail_galerie_photo_txt2 p {
	text-align:center;
}

.detail_galerie_photo_txt2 p.titre {
	font-size:14px;
	font-weight:bold;
	color:#666;
	margin-top:4px;
	margin-bottom:8px;
}

.detail_galerie_photo_img {
	width:228px;
	height:171px;
	cursor:pointer;
}

/* mode masonry */

#detail_galerie_photo_masonry {
	clear:left;
	float:left;
	width:100%;
	margin-top:25px;
}

#detail_galerie_photo_masonry p {
	position:absolute;
	bottom:5px;
	width:100%;
	background-color: rgba(0,0,22,0.5);
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	text-shadow:none;
}

.detail_galerie_photo_bloc_masonry {
	max-width:250px;
	min-width:150px;
	width:23%;
	margin-bottom:12px;
	cursor:pointer;	
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
	-moz-transition: all 0.5s ease; /* Firefox */
	-o-transition: all 0.5s ease; /* IE 9 */
	-ms-transition: all 0.5s ease; /* Opera */
	transition: all 0.5s ease;
}

.detail_galerie_photo_bloc_masonry:hover {
	-webkit-transform:scale(1.04); /* Safari and Chrome */
	-moz-transform:scale(1.04); /* Firefox */
	-ms-transform:scale(1.04); /* IE 9 */
	-o-transform:scale(1.04); /* Opera */
	transform:scale(1.04);
}

.detail_galerie_photo_img_masonry {
	max-width:250px;
	min-width:150px;
	width:100%;
	cursor:pointer;	
}

#fil_ariane {
	font-size:0.9em;
	padding:4px 8px;
	background:#eee;
	border-bottom:#040507 1px solid;
	text-align:right;
}
#fil_ariane a {
	text-decoration:none;
	color:#c00;
}

/*----------------------------------------------------------*/
/*---------------- CATALOGUE PRODUIT LIGHT -----------------*/
/*----------------------------------------------------------*/

/*---------------- catalogue -----------------*/


.bloc_produit_categorie {
	width:21%;
	margin:2%;
	float:left;
	box-shadow:#fff 0 0 1px;
}

.bloc_produit_categorie_photo, .bloc_produit_categorie_photo img {
	width:100%;
}

.bloc_produit_categorie_photo {
	float:left;
	height:auto;
	text-align:center;
	background:#4d3216;
}

.bloc_produit_categorie_photo img {
	height:auto;
	border:1px solid #000000;
	text-align:center;
}

.bloc_produit_categorie_nom {
	width:96%;
	background:#4d3216;
	margin-top:5px;
	text-align:center;
	padding:2%;
}

.bloc_produit_categorie_nom a {
	color:#fff;
	text-decoration:none;
	line-height:50px;
}

/*---------------- sous catalogue -----------------*/

.bloc_produit {
	float:left;
	width:21%;
	margin:2%;
	box-shadow:#fff 0 0 1px;
}

.bloc_produit_photo, .bloc_produit_photo img {
	width:100%;
	height:auto;
}

.bloc_produit_info {
	width:96%;
	height:150px;
	padding:1em 2% 0 2%;
}

.bloc_produit_info .produit_nom {
	font-weight:bold;
}

.bloc_produit_info .produit_reference {
	font-style:italic;
}

.bloc_produit_prix {
	width:96%;
	padding:2%;
	text-align:center;
	background:#000;
	color:#fff;
}

.bloc_produit_plusinfo {
	width:96%;
	padding:2%;
	text-align:center;
	background:#4d3216;
}

.bloc_produit_plusinfo a {
	text-decoration:none;
	line-height:40px;
}

/*--------- fiche produit &amp; fiche produit light ------------*/

#fiche_produit {
	width:100%;
}

#fiche_produit_photos {
	float:left;
	width:48%;
}

#fiche_produit_photos_nav #nav_left, #fiche_produit_photos_nav #nav_right {
	position:absolute;
	z-index:20;
	margin-top:165px;
}

#fiche_produit_photos_nav #nav_left {
	margin-left:20px;
}

#fiche_produit_photos_nav #nav_right {
	margin-left:456px;
}

#fiche_produit_photos_visuel {
	width:100%;
	height:375px;
	position:relative;
	overflow:hidden;
}
#fiche_produit_photos_visuel img {
	width:100%;
	height:auto;
}

.fiche_produit_photos_visuel_element {
	width:100%;
	position:absolute;
	z-index:0;
	float:left;
	top: 2px;
}

#fiche_produit_infos {
	float:right;
	width:48%;
	padding:2% 0;
}

#fiche_produit_infos_tarif {
	margin-top:30px;
	background:#4d3216;
}

#fiche_produit_infos_tarif table {
	width:470px;
	margin:0px;
	padding:0px;
	border-spacing:0px;
}

#fiche_produit_infos_tarif td {
	border-bottom:1px solid #cccccc;
	padding-top:5px;
	padding-bottom:1px;
}

#fiche_produit_infos_complementaires {
	clear:left;
	float:left;
	margin-top:30px;
}

.fiche_produit_infos_complementaires_menu, .fiche_produit_infos_complementaires_menu_selected {
	float:left;
	width:196px;
	font-weight:bold;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-top:1px solid #c7c7c7;
	border-left:1px solid #c7c7c7;
	border-right:1px solid #c7c7c7;
	padding-top:10px;
	padding-bottom:10px;
	margin-right:4px;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
}

.fiche_produit_infos_complementaires_menu {
	color:#3c3c3b;
	background-color:#ffffff;
}

.fiche_produit_infos_complementaires_menu_selected {
	color:#ffffff;
	background-color:#e03e17;
}

.fiche_produit_infos_complementaires_contenu {
	clear:left;
	float:left;
	width:951px;
	padding:30px;
	background-color:#ffffff;
	background:linear-gradient(to bottom, #e03e17 0px,#e03e17 10px,#ffffff 10px,#ffffff 100%);
	border-left:1px solid #c7c7c7;
	border-right:1px solid #c7c7c7;
	border-bottom:1px solid #c7c7c7;
}

#infoComp-1 {
	font-size:30px;
	text-align:center;
}

#infoComp-4 ul {
	list-style-type:square;
	list-style-position:inside;
}

#infoComp-4 li {
	color:#e03e17;
}

#infoComp-4 li a {
	text-decoration:none;
}

#contenu .nav_retour_produit {
	text-align:center;
	padding:1%;
	background:#000;
	margin:15px 0;
}
#contenu .nav_retour_produit a {
	color:#fff;
	text-decoration:none;
}





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

.bloc_actualite_photo img, .bloc_actualite_photo {
	height:auto;
}


/*---------------- actualite_detail.php --------------------*/

.actu_detail_photos {
	float:none;
	width:60%;
	margin:0 auto;
}
#actu_detail_photos_visuel {
	float:none;
	width:228px;
	height:171px;
	position:relative;
	overflow:hidden;
}
#actu_detail_photos_visuel img {
	width:100%;
	height:auto;
}
.actu_detail_photos_visuel_element {
	width:228px;
	position:absolute;
	z-index:0;
	float:left;
}
#actu_detail_contenu {
	float:none;
	width:96%;
	padding:2%;
}
#actu_detail_photos_nav #nav_left, #actu_detail_photos_nav #nav_right, #actu_detail_photos_nav #nav_left, #actu_detail_photos_nav #nav_right, .actu_detail_photos {
	display:none;
}

/*page galerie photo*/

.bloc_galerie_photo {
	width: 47%;
	margin : 1%;
}
.bloc_galerie_photo_txt {
	width:96%;
	padding:2%;
}


}

@media screen and (max-width:680px) {
	
/*page actu*/

.bloc_actualite_index_photo {
	float:none;
	width:45%;
	padding:2%;
	margin:0 auto;
}
.bloc_actualite_photo {
	float:none;
	width:50%;
	height:auto;
	margin:0 auto;
}
.bloc_actualite_contenu {
	float:none;
	width:96%;
}

/*page catalogue / produit*/

.bloc_produit_categorie, .bloc_produit {
	width:45%;
	margin:2%;
}

/*page galerie photo*/

.bloc_galerie_photo, .bloc_galerie_photo_img, .bloc_galerie_photo_img img {
	display: block;
	width: 95%;
	margin : auto;
	float: none;
	margin-bottom: 12px;
}
.bloc_galerie_photo_img img {
	height:auto;
}
.bloc_galerie_photo_txt {
	width:96%;
	height:auto;
	padding:2%;
}


}


@media screen and (max-width:480px) {
	
/*pages actu*/

.bloc_actualite_index_photo {
	float:none;
	width:60%;
	padding:2%;
	margin:0 auto;
}

/*page catalogue / produit*/

#fiche_produit_photos, #fiche_produit_infos, .bloc_produit_categorie, .bloc_produit {
	float:none;
	width:96%;
	padding:2%;
	margin:10px 0;
}
#fiche_produit_photos_visuel {
	height:250px;
}
.bloc_produit_info {
	height:auto;
}


}
</pre></body></html>