<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* Page favoris */
.your-fav{
    margin-top: 30px;
}
.your-fav ul.fav-lst{
    margin-top: 10px;
	    margin-bottom: 20px;
}
.your-fav ul.fav-lst li.bloc-tbl{
    width: 100%;
}
.your-fav ul.fav-lst li.bloc-tbl a{
	vertical-align:middle;
	background-color:#FFF;
	color:#000;
	padding:10px;
}
.your-fav ul.fav-lst li.bloc-tbl a:hover,.your-fav ul.fav-lst li.bloc-tbl a:focus{

	    color: rgba(100,100,100,1);
}
.your-fav ul.fav-lst li.bloc-tbl:nth-child(odd) a{
	background-color: rgba(230,230,230,0.8);
}

.your-fav iframe{
    width: 1px;
    height: 1px;
    margin: 0;
    display: none;
}

.fav-txt-pdt, .fav-img-pdt, .fav-checkbox{
	display:inline-block;
	vertical-align:middle;
}

.fav-checkbox{
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 0px;
    margin-right: 10px;
	position:relative;
	z-index:9;
	
	
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  /* IE 5-7 */
  filter: alpha(opacity=0);

  /* Netscape */
  -moz-opacity: 0;

  /* Safari 1.x */
  -khtml-opacity: 0;

  /* Good browsers */
  opacity: 0;
}







hr.diamond {
    border: none;
    border-top: 1px solid #8c8b8b;
    text-align: center;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 20px;
}
hr.diamond:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #8c8b8b;
    background-color: #FFF;
    position: relative;
    top: -4px;
    margin: auto;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}




.fav-img-pdt {
    height: 90px;
    width: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0px;
    padding: 0px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    position: relative;
}

.fav-img-pdt::before{
	
	content:'';
	width:20px;
	height:20px;
	border: 1px solid rgba(206,96,89,1);
	position:absolute;
	z-index:1;
	left:-30px;
	top:0px;
}
.fav-checkbox:checked + .fav-img-pdt::after{
	content:'';
	width:14px;
	height:14px;
	background-color:rgba(206,96,89,1);
	position:absolute;
	z-index:1;
	left:-26px;
	top:4px;
}


	
.fav-txt-pdt {
    overflow: hidden;
    width: 150px;
    margin-left: 10px;
    padding: 0px;
}

.fav-txt-pdt h3 {
    font-family: 'AllumiExtraBold', Arial, Helvetica, sans-serif;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fav-txt-pdt p {

    font-family: 'Allumiregular', Arial, Helvetica, sans-serif;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fav-txt-pdt p.txt-infos-prod {
    margin-top: 10px;
}
.fav-txt-pdt p.txt-infos-prod span {
    font-family: 'AllumiExtraBold', Arial, Helvetica, sans-serif;
}




/* CONTACT / DEVIS (valable pour la page demande de devis*/



.grill-960.devis-contact h2.title-db-barre {
    text-align: center;
    margin: 0px;
    margin-top: 30px;
    margin-bottom: 0px;
    position: relative;
}














@media screen and (min-width: 375px) {
	
	.fav-txt-pdt{

		width: 170px;
	}
	.fav-img-pdt {
    height: 90px;
    width: 125px;
	}
}

@media screen and (min-width: 375px) {
	
	.fav-txt-pdt{
		width:-webkit-calc(100% - 168px);
		width:-moz-calc(100% - 168px);
		width:-o-calc(100% - 168px);
		width:calc(100% - 168px);
	}
}
@media screen and (min-width: 1024px) {
	
	.fav-txt-pdt{

		width: 240px;
	}
	
	.fav-img-pdt{
		height: 120px;
		width: 165px;
	}
	
	
	.fav-checkbox{
		width: 14px;
		height: 14px;
		margin: 0px;
		margin-right: 10px;
	}
	
	
	.fav-img-pdt::before{
		width: 12px;
		height: 12px;
		left: -24px;
		top: 0px;
		border: 2px solid rgba(206,96,89,1);
	}
	.fav-checkbox:checked + .fav-img-pdt::after{
		width: 8px;
		height: 8px;
		left: -20px;
		top: 4px;
	}

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