<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------------------------------------------------------- */
/*
/* ajout panier
/*
/* --------------------------------------------------------------- */

html.noscroll{
	overflow: hidden;
}

html.noscroll #main{
	user-select: none;
}

html.noscroll #main:after{
	content: '';
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
	background: rgba(0,0,0,0.6);	
}

#modal_ajout_panier{
	align-items: center;
	justify-content: center;
}

#modal_ajout_panier #box_ajout_panier{
	z-index: 10000;
	background: #FFF;
	width: auto;
	height: auto;
    border: 2px solid #fba809;
    background: #232222;
    color: #FFF;
    padding: 10px 15px;
}

#modal_ajout_panier #box_ajout_panier .boutons{
	display: flex;
	align-items: center;
}

#modal_ajout_panier #box_ajout_panier .boutons .bouton{
	background: #fbb52e;
    display: inline-block;
    height: 40px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #232222;
    text-decoration: none;
    margin: 10px;
}

/* --------------------------------------------------------------- */
/*
/* Liste produits
/*
/* --------------------------------------------------------------- */

#page h2:before {
	left:0;
	margin-left:0;
}


#categories {
	padding:65px 0 1px 0;
}

#categories .categorie {
	margin-bottom:65px;
}

#categories .produit {
	margin:35px auto;
	text-align: center;
}

#categories .produit .image {
	position: relative; top: 0; left: 0;
	border:1px solid #c2c2c2;
}

#categories .produit .image .bandeau_promo {
	position: absolute; bottom: 0; left: 0; right: 0;
	background-color: #8d0000;
	color:#FFF;
	text-transform: uppercase;
	padding:5px;
	text-align: center;
	font-weight: bold;
}

#categories .produit .titre {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin:20px 0 10px 0;
}

#categories .produit .titre a {
	color: #8d0000;
}

#categories .produit .sous_titre {
	font-size: 14px;
	padding:0 25px;
	line-height: 18px;
}

#categories .produit .bouton a {
	color:#FFF;
	display: inline-block;
	width:40px; height:40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	background-color: #8d0000;
	margin-top:20px;
}

/* --------------------------------------------------------------- */
/*
/* DÃ©tail produit
/*
/* --------------------------------------------------------------- */

#detail_produit {
	padding:45px 0;
}

#detail_produit .titre {
	position: relative;
	border-bottom:2px solid #959595;
	padding-bottom:15px;
}

#detail_produit .titre:after {
	content:"";
	position: absolute; bottom: -2px; left: 0;
	width:50%; height:2px;
	background-color: #fba809;
}

#detail_produit h1 {
	font-size: 31px;
	font-weight: bold;
	text-transform: uppercase;
}

#detail_produit .tarif_titre {
	font-size: 27px;
	text-transform: uppercase;
}

#detail_produit .ref_titre {
	font-size: 17px;
}

#detail_produit .detail{
	margin-top: 30px;
}

/* --------------------------------------------------------------- */
/*
/* prix base
/*
/* --------------------------------------------------------------- */

#detail_produit #prix_base{
	margin-bottom: 20px;
}

#detail_produit #prix_base .titre_prix{
	font-size: 14px;
	color: #8d0000;
	font-weight: 500;
}

#detail_produit #prix_base .titre_prix small{
	font-size: 10px;
}

#detail_produit #prix_base .prix_base{
	font-size: 24px;
	font-weight: 600;
	text-align: right;
	color: #8d0000;
}

/* --------------------------------------------------------------- */
/*
/* Fomrulaire Declinaisons
/*
/* --------------------------------------------------------------- */

#detail_produit #declinaisons .form-group{
	margin-bottom: 15px;
}

#detail_produit #declinaisons label{
	color: #262626;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}

#detail_produit #declinaisons .form-control{
	outline: none;
	box-shadow: none;
}

#detail_produit #declinaisons input[type=checkbox]{
	position: relative;
	width: auto;
}

#detail_produit #declinaisons input[type=checkbox]:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 15px;
	height: 15px;
	background: #FFF;
	border: 1px solid #9c9c9c;
}

#detail_produit #declinaisons input[type=checkbox]:after{
	content: "\f00c";
	position: absolute;
	top: 0;
	left: 3px;
	z-index: 2;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #2b9e00;
	opacity: 0;
	transition: opacity 0.15s;    
}

#detail_produit #declinaisons input[type=checkbox]:checked:after{
	opacity: 1;
}

#detail_produit #declinaisons select,
#detail_produit #declinaisons input[type=text],
#detail_produit #declinaisons input[type=number]{
	position: relative;
	padding: 0 .75rem;
    height: 30px;
    border-radius: 0;
}

#detail_produit #declinaisons select:focus,
#detail_produit #declinaisons input[type=text]:focus,
#detail_produit #declinaisons input[type=number]:focus{
	border-color: #fba809;
}

#detail_produit #declinaisons select:after{
	content: '\f0d7';
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: #272727;
}

#detail_produit #quantite_ajout{
	margin-top: 35px;
	padding: 15px 20px;
	background: #232222;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#detail_produit #quantite_ajout label{
	color: #FFF;
}

#detail_produit #declinaisons #quantite_ajout input{
	height: 40px;
	width: 70px;
	border: none;
	margin-left: 5px;
}

#detail_produit #quantite_ajout .stock:after{
	content: '';
	position: relative;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-left: 15px;
	border-radius: 50%;
	border: 1px solid #FFF;
	background: #35852e;
}

#detail_produit #quantite_ajout .stock.empty:after{
	background: #8d0000;
}

#detail_produit #quantite_ajout .ajout_panier{
	background: #fbb52e;
	display: inline-block;
	height: 40px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #232222;
}

#detail_produit #quantite_ajout .ajout_panier i{
	margin-left: 5px;
	font-size: 15px;
}

/* -------------------------------------------------------------- */
/*
/* Images
/*
/* --------------------------------------------------------------- */

#detail_produit #miniaturesImages {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 10px;
}

#detail_produit #miniaturesImages img {
	border: 2px solid #b7b7b7;
	cursor: pointer;
}

#detail_produit .owl-carousel img{
	margin: 0 1%;
}

#detail_produit #miniaturesSlideshow{
	width: 80%;
}

#detail_produit #miniatures_prev,
#detail_produit #miniatures_next{
	color: #b7b7b7;	
	font-size: 26px;
	cursor: pointer;
}

#detail_produit .ligne_sep{
	margin: 45px 0 15px 0;
	border-bottom: 1px solid #959595;
}

/* --------------------------------------------------------------- */
/*
/* navigation onlets
/*
/* --------------------------------------------------------------- */

#detail_produit #tabs_nav{
	border-bottom: 2px solid #959595;
	margin-bottom: 30px;
}

#detail_produit #tabs_nav a{
	position: relative;
	text-decoration: none;
	margin: 0 30px 0 0;
	display: inline-block;
}

#detail_produit #tabs_nav a.active:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	bottom: -2px;
	background: #fba809;
}

#detail_produit #tabs_nav h3{
	font-size: 27px;
	color: #262626;
	font-weight: 500;
	margin: 0 25px 10px 0;
}

/* --------------------------------------------------------------- */
/*
/* fiches techniques
/*
/* --------------------------------------------------------------- */

#detail_produit #datasheets_produit.active{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

#detail_produit .tab-content .fiche{
	padding: 15px;
	background: #8d0000;
	color: #FFF;
	margin: 5px 10px;
	font-size: 14px;
}

#detail_produit .tab-content .fiche i{
	font-size: 27px;
	margin-right: 5px;
}

/* --------------------------------------------------------------- */
/*
/* VidÃ©os
/*
/* --------------------------------------------------------------- */

#detail_produit #videos_produit.active{
	display: flex;
	align-items: center;
	justify-content: center;
}

#detail_produit #videos_produit .control{
	margin: 0 25px;
	font-size: 30px;
	color: #b7b7b7;
	cursor: pointer;
}

#detail_produit #videos_produit #slideshow_videos,
#detail_produit #videos_produit #slideshow_videos iframe{
	max-width: 100%;
}

#detail_produit #videos_produit .video {
	background: #f2f2f2;
	padding: 10px 22px;
}

#detail_produit #videos_produit .video h4{
    font-size: 15px;
    color: #8d0000;
}

#detail_produit #videos_produit .video .bloc-video {
	width: 100%;
	height: 220px;
}

#detail_produit #videos_produit .video .bloc-video iframe {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
}

/* --------------------------------------------------------------- */
/*
/* Commentaires
/*
/* --------------------------------------------------------------- */

#detail_produit #commentaires_produit .btn_ajout_commentaire{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin: 0 auto 30px auto;
    padding: 0 20px;
    background: #fbb52e;
    color: #232222;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    font-weight: 600;
}

/* --------------------------------------------------------------- */
/*
/* Caracteristiques
/*
/* --------------------------------------------------------------- */

#detail_produit #caracteristiques{
	margin-top: 30px;
	padding: 30px 20px 50px 50px;
	background: #f2f2f2;
}

#detail_produit #caracteristiques .titre{
	padding-bottom: 0;
	margin-bottom: 30px;
}

#detail_produit #caracteristiques .titre:after{
	display: none;
}

#detail_produit #caracteristiques .titre h2{
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
}

#detail_produit #caracteristiques .titre h2:after{
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	height: 2px;
	background: #fba809;
}

#detail_produit #caracteristiques .caracteristiques ul{
	padding: 0;
	list-style-type: none;
}

#detail_produit #caracteristiques .caracteristiques ul li{
	position: relative;
	padding-left: 20px;
}

#detail_produit #caracteristiques .caracteristiques ul li:before{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 5px;
	width: 5px;
	background: #fba809;
}

#detail_produit #caracteristiques .caracteristiques{
	font-weight: unset;
	color: unset;
}

#detail_produit #caracteristiques .caracteristiques h1,
#detail_produit #caracteristiques .caracteristiques h2,
#detail_produit #caracteristiques .caracteristiques h3{
	border: none;
	margin: auto;
	text-transform: initial;
	font-weight: initial;
}

#detail_produit #caracteristiques .caracteristiques h2 span:before{
	display: none;
}

/* --------------------------------------------------------------- */
/*
/* Financement
/*
/* --------------------------------------------------------------- */

#detail_produit #financement{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 175px;
	padding-left: 90px;
	margin-top: 50px;
	background: url('../../images/catalogue/bandeau_financement.jpg') no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;	
}

#detail_produit #financement h2{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 37px;
	color: #FFF;
	font-weight: bold;
	text-transform: none;
	max-width: 560px;
}

#detail_produit #financement .download{
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 60px;
	background: rgba(251, 181, 46, 0.6);
}

#detail_produit #financement .download:before{
	content: '';
	position: absolute;
	left: -200px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 175px 200px;
	border-color: transparent transparent rgba(251, 181, 46, 0.6) transparent;
}

#detail_produit #financement .download p{
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: 20;
	font-weight: 500;
	color: #FFF;
}

#detail_produit #financement .download a{
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: 20;
	font-weight: 900;
	color: #FFF;
}

#detail_produit #financement .download a:hover{
	text-decoration: underline;
}

/* --------------------------------------------------------------- */
/*
/* Modal ajout commentaire
/*
/* --------------------------------------------------------------- */

#modal_ajout_commentaire{
	padding: 0 !important;
	text-align: initial !important;
}

#modal_ajout_commentaire .modal-dialog{
	max-width: 100% !important;
}

#modal_ajout_commentaire .modal-dialog #form_commentaire_container{
	pointer-events: all;
}


/* --------------------------------------------------------------- */
/*
/* Responsive
/*
/* --------------------------------------------------------------- */

@media screen and (max-width: 1199px) {
	#caracteristiques img {
		width: 100%;
	}

	#caracteristiques table {
		width: 830px !important;
	}
}

@media screen and (max-width: 991px) {
	#detail_produit #tabs_nav h3 {
		font-size: 19px;
	}

	#caracteristiques table {
		width: 600px !important;
	}
}

@media screen and (max-width: 767px) {
	#bandeau_haut {
		margin-top: 50px;
		height: 150px;
	}

	#bandeau_haut h1 {
		font-size: 22px;
		line-height: 28px;
	}

	.bloc-produit {
		margin: 2px auto;
	}

	#detail_produit h1 {
		font-size: 25px;
	}

	#detail_produit .tarif_titre {
		font-size: 22px;
	}

	#caracteristiques img {
		width: 120%;
		margin-left: -10%;
		margin-top: 30px;
	}

	#caracteristiques table {
		width: 410px !important;
	}

	#detail_produit #tabs_nav h3 {
		font-size: 16px;
	}

	#description_produit h3 {
		font-size: 19px;
	}

	#detail_produit #caracteristiques .titre h2 {
		font-size: 22px;
	}

	#detail_produit #caracteristiques .caracteristiques h2 {
		font-size: 16px;
	}
}

@media screen and (max-width: 575px) {
	#caracteristiques img {
		width: 110%;
	}

	#detail_produit #tabs_nav h3 {
		font-size: 15px;
	}

	#detail_produit #caracteristiques {
		padding: 30px 10px 30px 30px;
	}

	#caracteristiques table {
		width: 380px !important;
		margin: 5px auto;
	}

	#quantite_ajout {
		flex-wrap: wrap;
	}

	#quantite_ajout .stock {
		display: block;
	}

	#quantite_ajout a {
		display: block;
		margin-top: 20px;
	}
}

@media screen and (max-width: 450px) {
	#bandeau_haut h1 {
		font-size: 16px;
	}

	#detail_produit #tabs_nav h3 {
		font-size: 13px;
	}

	#description_produit h3 {
		font-size: 16px;
	}

	#caracteristiques table {
		width: 320px !important;
		margin: 5px auto;
		font-size: 12px;
	}

	#caracteristiques {
		font-size: 13px;
	}
}

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

	#caracteristiques table {
		width: 240px !important;
		margin: 5px auto;
	}
}</pre></body></html>