<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Created on : 11 janvier 2018
Author     : John Doe et Fils
URL        : https://johndoe-et-fils.com
*/

/****************************************

	CSS POUR IMPRESSION

****************************************/

/*pre {display:none}*/
/****************************************

	Global

****************************************/


*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body{
    overflow:visible !important;
    font-family: Fira Sans, Arial, sans-serif !important;
	font-size:16px!important;
	font-weight:400!important;
	line-height:1.4!important;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#333131!important;
}

a{
	text-decoration:none !important;
}

a[href^=http]:after {
    content: none !important;
}

img{
	max-width:100%;
	height:auto;
}

.no-padding{
	padding:0;
}

.container{
	width:100%;
	max-width:none;
	padding:0 !important;
}


.row{
	margin:0 !important;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
	padding:0 !important;
}

.displayNone {
	display: none;
}


.table td{
	border-top:1px solid #DBDBDB;
}


.back{
	display:none;
}


/****************************************

	Header

****************************************/

.header-left{
	max-width:none !important;
}

.header-right{
	background:none;
}
.header-right{
	background:none;
}
.search{
	display:none;
}
.search .row input {
	display:none;
}
.contact{
	background:#E7500F;
	padding:15px !important;
}
ul.menu-top{
	display:none;
}
header .identite a{
	display:inline !important;
}

header .logo{
	margin-right:20px;
	width:200px !important;
	padding:0 !important;
}

header .logo img{
	width:200px !important;
}

header .camion{
	width:200px !important;
	padding:0 !important;
}

header .camion img{
	width:200px !important;
}

header .header-top-sticky{
	display:none;
}


/****************************************

	Menu vÃ©hicules

****************************************/

.vehicules .dropdown{
	display:none;
}

#main-menu{
	display:none;
}


/****************************************

	Footer

****************************************/

footer{
	position:fixed !important;
	bottom:0 !important;
	width:100% !important;
	text-align:center !important;
}

#guarantee{
	display:none !important;
}

#contact-footer{
	display:none !important;
}

#menu-footer{
	display:none;
}

#site-info{
	display:none;
}

#copyright .line2{
	display:none !important;
}

#copyright ul{
	display:none !important;
}

.btn-top{
	display:none !important;
}

.cc-container{
	display:none !important;
}

.grecaptcha-badge{
	display:none !important;
}


/****************************************

	Panier

****************************************/

.cart .page-header, .account .page-header, .wishlist .page-header{
	padding-top: 60px;
	padding-bottom: 60px;
}

.cart .page-content, .account .page-content, .wishlist .page-content{
	padding-top: 2em;
    padding-bottom: 3em;
}

.cart .resume, .account .resume, .wishlist .resume{
	padding-top: 40px;
	padding-bottom: 20px;
	background: none !important;
	color:#333131 !important;
}

.cart .resume .hgroup::before, .account .resume .hgroup::before, .wishlist .resume .hgroup::before{
	content:none;
}

.cart .resume .page-title, .account .resume .page-title, .wishlist .resume .page-title{
	color:#333131!important;
	margin:0;
}

.cart .resume .hgroup p, .account .resume .hgroup p, .wishlist .resume .hgroup p{
	display:none;
}

.cart .steps{
	display:none;
}

.cart-table{
	width:100% !important;
	max-width:none !important;
	flex:none!important;
}

.table thead th{
	background-color: #F2F2F2 !important;
}

.table th.del, .table td.del,.table th.empty, .table td.empty{
	display:none !important;
}

.table tr.totalht td, .table tr.totalttc td{
	background: #F2F2F2 !important;
}

.cart .liste-boutons{
	display:none;
}

.cart #resume-responsive{
	display:none;
}

#responsive-cart{
	display: none;
	margin-bottom: 40px;
	position:relative;
	border: 1px solid #DBDBDB;
    padding: 15px 10px;
    text-align: center;
    display:none !important;
}

.cart .accessoires{
	display:none;
}

#sticky-sidebar{
	position:static !important;
	display:none !important;
}

.cart .sidebar .content-bloc .btn-confirm{
	display:none;
}</pre></body></html>