<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Karla&amp;family=Lexend:wght@400;500;600;700&amp;family=Prata&amp;display=swap');

:root {
    --bg-top: #30210f;
    --main-color: #283221;
    --secondary-color: #c58c45;
    --btn-color: #fff;
    --hover-color: #ad7b4f;
    --darkmain-color: #432c1c;
    --white: #fff;
    --grey: #777;
    --black: #30210f;
    --global-width: 1170px;
    --transition: all 0.3s;
    --main-font:  'Lexend', sans-serif;
    --secondary-font:  'Prata', serif;
    --third-font:  'Karla', sans-serif;
    --fontawesome: 'Font Awesome 5 Pro';
}

*,*:after,*:before{
    box-sizing:border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

html,body,form,ul,li,p,h1,h2,h3,h4,h5,h6,td {
    color: var(--black);
    font-size: 14px;
    font-family: var(--main-font);
    line-height: 1.5;
    }
a {
    color:#000;
    text-decoration:none;
	}
a:hover {
    color: var(--hover-color);
}
body {
	margin:0;
	line-height:1;
	}
ol,ul {
	margin:0;
	padding:0;
	list-style:none;
	}
blockquote,q {
	quotes:none;
	}
:focus {
	outline:0;
	}
table {
	border-spacing:0;
	border-collapse:collapse;
	}
img,
iframe {
	border:none;
	max-width:100%;
	}
img[style],
img[height] {
    height: auto !important;
}
form {
	margin:0;
	padding:0;
	}
input {
    transition: var(--transition);
}
/*------------------------------ GENERALITES -------------------------------*/
#cookie-law-info-bar p {
    color: var(--white);
}
/*-------------- Static ----------------*/
.bold {
	font-weight:bold;
	}
.error {
	color:red;
	font-weight:bold;
	}
.star {
	color:red;
	}
.comment {
	font-style:italic;
	}
.label {
	margin: 0;
	text-align: right;
	}
.label .comment {
	font-size: 7pt;
	}
.view_large {
	margin: 0 auto;
	text-align: center;
	}
.inter {
	display:none;
	}
.inter_top,.inter_bottom {
	display:none;
	}
/*------------ A customiser  -----------*/
.bkg_texture {
	background: #efefef;
    overflow-x: hidden;
	}
#work,
#work_order {
    margin: 0 auto;
    max-width: var(--global-width);
    padding: 0 15px;
    width: 100%;
	}
#work.work_home {
    max-width: none;
    padding: 0;
}
.work_margin + .btn_pos {
    display: none;
}
#account_contener {
	width:600px;
	margin:0 auto;
	text-align:left;
	}
h1,
h2,
h3 {
    font-family: var(--secondary-font);
    font-weight: 300;
    margin: 0 0 15px;
}
h1 {
	font-size: 28px;
    color :var(--main-color);
}
h2 {
    font-size: 28px;
}
    
.price,
.price_value,
.price a,
.price .currency,
.price .IT,
.price .OT,
.price .cents {
    font-size: 18px;
	font-weight:normal;
	}
.price .IT,
.price .OT {
    display: none;
}
.pstrike {
	color:#000;
	text-decoration:line-through;
	}
.pstrike a,.pstrike .currency {
	color:#0005;
	font-size:11px;
	}
.pweight,.pweight .currency {
	color:#555;
	font-size:11px;
	font-style:italic;
	}
.en_stock {	
	padding:0 0 0 12px;
	color:#000;
	font-style:italic;
	}
.out_stock {	
	padding: 0 3px;
	color: #f00;
	font-style:italic;
    font-size: 8px;
	}
.primary,.primary a {
	display: block;
    font-family: var(--secondary-font);
	font-size: 18px;
    margin: 10px 0;
	}
.secondary,.secondary a {
	display: block;
	}
/*------------ Les boutons -------------*/
.btn_pos {
	display: block;
	clear: both;
	margin: 10px 0;
	text-align: center;
	}
.btn,.btn_short,.btn_midle,.btn_long,.btn_detail,.btn_buy {
    background: var(--main-color);
    border: none;
    color: var(--white);
    cursor: pointer;
    display: inline-block;
	font-size: 16px;
    padding: 12px 30px;
    transition: all 0.3s;
	}
.btn:hover,.btn_short:hover,.btn_midle:hover,.btn_long:hover,.btn_detail:hover,.btn_buy:hover {
    color: var(--white);
	background: var(--secondary-color);
	}
.ibox,.ibox_short,.ibox_midle,.ibox_long,.ibox_vlong {
	padding:2px 5px;
	color:#555;
	background:#fff;
	border:1px solid #dedede;
	}
select.ibox,select.ibox_long,select.ibox_vlong {
	padding:2px 0;
	}

.btn_short {width:32px;}
.btn_midle,.btn_detail,.btn_buy {width:70px;}
/*.btn_long,.btn_o2_002,.btn_o4_002 {width:150px;cursor:pointer;}*/
.btn_li_004 {width:100%;cursor:pointer;background:var(--secondary-color);  font-family: 'Font Awesome 5 Pro';}
.btn_z0_01 {width:120px;cursor:pointer;}
.btn_z1_001 {width:160px;cursor:pointer;}
.btn_buy { font-family: var(--fontawesome); }
.z800 {display:none;cursor:pointer;}
.a601 {padding-top:5px;cursor:pointer;}
.btn_long.btn_bk_006 { width: auto; }

.ibox {width:100px;}
.ibox_short {width:28px;}
.ibox_midle {width:150px;}
.ibox_long {width:200px;}
.ibox_vlong {width:500px;}
.select_date_day {width:42px;}
.select_date_month {width:90px;}
.select_date_year {width:60px;}

fieldset {
    margin: 10px auto;
    padding: 10px;
}
fieldset fieldset {
    margin: 0;
    padding: 0 10px;
}

/*------------ Les pop-up -------------*/
.sf_pop .top,
.sf_pop .contener,
.sf_pop .bottom,
.popup_top,
.popup_work,
.popup_bottom,
.popup_bottom a{
    border:none;
}
.sf_pop .contener .col1, .sf_pop .contener .col2, .sf_pop .contener .col3{
	float:none;
    text-align: center;
	width:auto;
}
.sf_pop, .popup_cont {
	color:#000;
}
.sf_pop .top {
    background: var(--main-color);
}
.sf_pop .top span {
    color: var(--white);
	margin: 0;
}
.sf_pop .contener,
.sf_pop .bottom{
	width:100%;
}
.sf_pop .contener {
    max-height: 80vh;
    overflow: auto;
}
.sf_pop .top input{
    background: none;
    border-radius:0;
	float: none;
    font-family: var(--fontawesome);
    font-size: 20px;
    height: 22px;
    margin: 0;
    padding: 0;
	position: absolute;
	right: 5px;
}
.popup_bottom a{
    background: none;
	border:none;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
}
.sf_pop, #popup_reforder .pop_alert, .popup_cont, #popup_block .popup_cont, #popup_readcgv .popup_cont, #popup_div_bskstock span, .sf_pop, #alertSizeColor .popup_cont, #popup_div_stocklimit span{
	bottom:auto;
	top:auto;
	left:auto;
	right:auto;
	margin:0;
}
.sf_pop, #popup_reforder .pop_alert, .popup_cont, #popup_block .popup_cont, #popup_readcgv .popup_cont, #popup_div_bskstock span, .sf_pop, #alertSizeColor .popup_cont, #popup_div_stocklimit span{
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
    max-width: 400px;
    width: 100%;
}
.contener .primary, .contener .secondary, .contener .price {
    text-align: center;
}
#content_popup_bsk_onglet {
    margin: 0;
    padding: 0;
    width: auto;
}
.content_popup_bsk_onglet {
    float: none;
    width: 100%;
}
#content_popup_bsk_onglet .pdt {
    border: 0;
    padding: 0 5px;
    text-align: center;
    width: 33%;
}
#content_popup_bsk_onglet .title_associed {
    font-size: 18px;
}
#content_popup_bsk_onglet .a-view {
    height: 100px;
}

#content_popup_bsk_onglet .primary,
#content_popup_bsk_onglet .secondary,
#content_popup_bsk_onglet .price_pos {
    float: none;
    padding: 0;
    text-align: center;
    width: 100%;
}
#content_popup_bsk_onglet .primary a {
    font-size: 14px;
}
#content_popup_bsk_onglet .price {
    float: none;
}

/*------------------------------ PARTIE TOP ---------------------------------*/
#top,
#top_order {
    align-items: center;
    background: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 11;
}

.extra_top {
    align-items: center;
    background: var(--bg-top);
    display: flex;
    flex: 0 0 100%;
    justify-content: space-between;
    padding: 5px 15px;
}

/* ----------- Les drapeaux ----------- */
#flag {
    text-align: right;
}
#flag li {
    display: inline-block;
	}
#flag li:after {
    color: #fff;
    content: '/';
	padding: 0 5px;
}
#flag li:last-child::after {
    content: '';
}
#flag a {
    color: #fff;
    text-transform: uppercase;
}
/* ------------- Le logo -------------- */
#logo a {
	display: inline-block;
    margin: 15px 30px;
	}
#logo img {
    max-width: 205px;
}
#logo span {
	display:none;
	}
.baseline {
    background: var(--secondary-color);
    color: var(--white);
    flex: 0 0 100%;
    font-family: var(--secondary-font);
    font-size: 13px;
    font-weight: 400;
    padding: 4px 15px;
    margin: 0;
    text-align: center;
}
#right {
    z-index: 11;
}
#right_top,
#right_bottom,
#inf_1 h2,
#sup_1 h2,
#sup_2 h2 {
    display: none;
}

#inf_1 {
    padding: 45px 0;
}

#inf_1 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: var(--global-width);
    padding: 0 15px;
    width: 100%;
}
#inf_1 li {
    border-right: 1px solid var(--secondary-color);
    flex: 1 0 50%;
    padding: 20px 10px;
    text-align: center;
}
#inf_1 li:nth-child(2n),
#inf_1 li:last-child {
    border: 0;
}
#inf_1 i {
    font-size: 19px;
}
#inf_1 a {
    transition: var(--transition);
}
#inf_1 a:hover {
    color: var(--secondary-color);
}

#inf_1 img {
    height: 34px;
    object-fit: none;
    margin-bottom: 10px;
    width: 110px;
}

#inf_1 span {
    display: block;
    font-weight: 600;
}

#sup_1 ul {
    display: flex;
}

#sup_1 li {
    font-size: 20px;
    margin-right: 5px;
}
#sup_1 a,
#sup_2 a {
    color: #fff;
    transition: var(--transition);
}
#sup_1 a:hover,
#sup_2 a:hover {
    color: var(--secondary-color);
}
#sup_2 a {
    font-family: var(--third-font);
    font-size: 14px;
}

#sup_2 li {
    display: block;
    text-align: center;
}


/* ---------- Encart comand ----------- */
#comand {
    background: var(--main-color);
    display: flex;
    flex: 0 0 100%;
    order: -1;
    justify-content: flex-end;
 }
#comand ul {
    align-items: center;
    background: var(--main-color);
    border-radius: 30px;
    display: flex;
    padding: 5px 15px;
    width: auto;
	}
#comand li {
    display: inline-block;
}
#comand a {
	color: var(--white);
    display: block;
    line-height: 1;
    margin: 0 5px;
    transition: var(--transition);
	}
#comand span {
    display: none;
    transition: var(--transition);
	}
#comand a::after {
    font-family: var(--fontawesome);
    font-size: 24px;
    font-weight: 100;
}
#comand .back a::after {
    content: '\f55a';
}
#comand .help a::after {
    content: '\f004';
}
#comand .basket a::after {
    content: url('/img/basket.png');
    transition: var(--transition);
}
#comand .account a::after {
    content: url('/img/user.png');
    transition: var(--transition);
}
#comand #log_logout &gt; a::after {
    content: '\f08b';
}
#comand .basket a:hover::after,
#comand .account a:hover::after {
    filter: invert(35%) sepia(50%) saturate(500%) hue-rotate(353deg) brightness(88%) contrast(90%);
}
#comand #log_logout {
    align-items: center;
    display: flex;
}
#comand .log_detail {
    bottom: 40px;
    position: absolute;
    right: 15px;
    text-align: right;
}
#comand .log_detail span,
#comand .log_detail #log_name {
    color: var(--black);
    display: inline;
}
#comand a:hover,
#comand a:hover span {
    color: var(--secondary-color);
}
/* ------- fin du hack ------- */
#comand div span {
    color: var(--white);
    font-size: 12px;
	}
#comand .log_detail #log_name {
    font-weight: 700;
}
#comand .log_detail #log_name a {
    margin: 0;
}
#comand .log,
#comand .log_detail,
#comand div,
#comand div div,
#comand .order,
#comand .log_detail .par_g,
#comand .log_detail .par_d,
#charit_basket {
	display: none;
	}
/*body:not(.logged) #comand .help {
    display: none;
}*/
/*---------------------------- MENU/NAVIG -----------------------------------*/
#menu {
    align-items: center;
    background: var(--main-color);
    height: calc(100vh - 45px);
    right: 100vw;
    overflow: auto;
    position: absolute;
    top: 45px;
    transition: all 0.3s;
    width: 100%;
}
#navig {
    width: 100%;
}
#navig li {
    display: block;
}
#navig li.mns {
    border-bottom: 1px solid var(--secondary-color);
    position: relative;
}
#navig li i {
    color: var(--white);
    font-size: 18px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    transition: var(--transition);
}
#navig li i.open {
    transform: rotate(180deg);
}
#navig a {
    display: block;
    padding: 8px 0;
}
#navig span {
    color: var(--white);
    font-size: 16px;
    padding: 0 10px;
    transition: var(--transition);
	}
#navig .smenu {
    background: var(--white);
    border-bottom: 2px solid var(--secondary-color);
    display: none;
}
#navig .smenu a {
    padding: 5px 15px;
}
#navig .smenu a:empty {
    display: none;
}
#navig .i,
#navig .start,
#navig .end {
	display: none;
	}
#navig,#order_step {
	z-index: 11;
	}
#navig li.mns:last-of-type &gt; ul,
#navig li.mns:not(.hasChildren) &gt; ul {
    display: none !important;
}
.menu__toggle {
    color: var(--white);
    cursor: pointer;
    font-size: 18px;
    left: 0;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    transition: all 0.3s;
    z-index: 4;
}

.menuopen #menu {
    right: 0;
}

/*--------------------------- PARTIE GAUCHE ---------------------------------*/
#left,
#left_top,
#left_bottom,
#left .offer,
#left .service,
#contact_us,
#newsletter,
#professional,
#partner {
	display:none;
}
/* ------------ Recherche ------------- */
#formSearch {
    flex: 0 0 100%;
    order: 3;
}
#search {
    color: var(--white);
    font-size: 19px;
}
#search h2 {
	display:none;
	}
#search p {
    display: flex;
    margin: 0;
    overflow: hidden;
    transition: var(--transition);
	}
#search i {
    cursor: pointer;
    transition: var(--transition);
}
#search i:hover {
    color: var(--main-color);
}
#search .ibox,
#search .btn_short {
    line-height: 1;
    margin: 0;
    padding: 6px 15px;
    width: auto;
}
#search .ibox {
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 18px;
    width: 100%;
}
#search .btn_short {
    background: none;
    border-bottom: 1px solid #000;
    color: var(--black);
    padding-right: 10px;
    font-family: var(--fontawesome);
    font-size: 24px;
    font-weight: 100;
}



/*--------------------------- PARTIE LIENS ----------------------------------*/
#link_contener {
    display: none;
}
/*------------------------------- FOOTER -------------------------------------*/
.reassurances {
    padding: 50px 10px;
    position: relative;
}
.reassurances::before {
    background: rgba(0,0,0,0.3);
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.reassurances ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    max-width: var(--global-width);
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.reassurances li {
    margin: 10px 5px;
    position: relative;
}
.reassurances li::before {
    background: var(--white);
    border-radius: 100%;
    content: '';
    height: 124px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 124px;
    z-index: 2;
}
.reassurances img {
    display: block;
    height: 124px;
    margin: 0 auto 10px;
    padding: 40px;
    position: relative;
    transition: all 0.15s;
    z-index: 3;
    width: 124px;
}
.reassurances span {
    color: var(--white);
    font-size: 17px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
    transition: var(--transition);
}
.reassurances a:hover span {
    color: var(--main-color);
}
.reassurances a:hover img {
    filter: invert(100%) sepia(39%) saturate(3392%) hue-rotate(317deg) brightness(96%) contrast(84%);
}

#footer_contener {
    border: 0;
	}
#footer {
    padding: 0;
    width: 100%;
}

.footer_reviews {
    background: #fff;
    padding: 20px 15px;
}

.footer_reviews iframe {
    height: 350px;
    overflow: hidden;
}

.footer_links {
    background: var(--bg-top);
    display: flex;
    flex-direction: column;
    padding: 50px 15px;
    text-align: center;
	}
.footer_links div {
    flex: 1;
}

.footer_copyright {
    padding: 20px;
    background-color: #000;
}

.footer_copyright p {
    color: #fff;
}

#footer h3 {
    color: #fff;
    font-family: var(--main-font);
    font-weight: 700;
}

#footer a {
    color: var(--white);
    transition: var(--transition);
}
#footer a:hover {
    color: var(--secondary-color);
}

/*---------------------------- PAGE PANIER ----------------------------------*/
#basket_notempty {
    margin: 0 auto;
    max-width: 960px;
    text-align: center;
    width: 100%;
}
#basket_notempty &gt; form &gt; .btn_pos {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
}
#basket_tab{
    margin-bottom:10px;
}
#basket td,
#validation td {
	padding: 6px;
	}
#basket_tab td,
#account_tab td {
	border: 1px solid #ccc;
    padding: 5px;
	text-align: center;
	}
#basket_tab .col1,#account_tab .col1 {
	text-align:left;
	width:100%;
	}
#basket_tab .header td,
#basket #bks_totalpay td,
#account_tab .header td {
    color: var(--white);
	font-weight:bold;
	}
#basket_tab img{
	float:left;
	margin-right:15px;
    max-width: 150px;
}
#basket_tab .ibox_short {
    font-size: 14px;
    padding: 8px 12px;
    text-align: center;
    width: auto;
}
#basket_tab .btn_short {
    background: none;
	border: none;
    color: var(--black);
    font-family: var(--fontawesome);
    font-size: 24px;
    width: auto;
	}
#basket_tab .btn_short:hover {
    color: var(--main-color);
}
#basket .primary {
	display:block;
	font-weight:bold;
	font-size:18px;
	}
#basket .txt_advantage {
	font-weight:bold;
	}
#basket_tab .header,
#basket_tab #bks_totalpay {
    background: var(--main-color);
}
#maj {
	padding-top:10px;
	margin-bottom:5px;
	clear:both;
	text-align:right;
	}
/* ------------- Compte client --------------*/
#account h2[class^="ab0"] {
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 700;
}
#account {
    text-align: center;
}
#account #formulaire {
    margin: 0 auto;
	max-width: 650px;
    width: 100%;
}
#account fieldset fieldset {
	width: 100% !important;
}
#account p {
    align-items: center;
    display: flex;
    justify-content: center;
	margin: 10px 0;
}
#account p[style="display: block;"] {
    display: flex !important;    
}
#account .label {
    flex: 0 0 100px;
    font-size: 12px;
    padding-right: 10px;
}
#account .formw {
    flex: 0 0 calc(100% - 120px);
    font-weight: 700;
    padding-right: 5px;
    text-align: left;
}
#txt_account_or,#account .btn_pos {
	text-align:center;
	}
#account li a:hover,#help li a:hover {
	text-decoration:underline;
	}
#account li,#help li {
	padding:3px 0;
	}
#account li:before,#help li:before {
	content:"- ";
}
#account input[type="email"],
#account input[type="text"],
#account input[type="password"],
#account textarea,
#account select {
    font-size: 16px;
    padding: 5px 10px;
    width: 100%;
}
#account .accept_cgv {
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: initial;
    text-align: left;
}
#account .accept_cgv .star + span {
    flex: 0 0 calc(100% - 45px);
}
#account .accept_cgv .star {
    flex: initial;
    margin-right: 5px;
}
#account .accept_cgv span a {
    color: var(--darkmain-color);
    cursor: pointer;
}
#canvas_newsletters_account p {
    display: inline-block;
}

#canvas_validation_account_cont p {
	padding:0 0 0 5px;
}
#canvas_invoice_account p,
#canvas_delivery_account p,
#canvas_old_account_cont p,
#canvas_login_account p {
    min-width: 0;
}
.checkform {
    background: none !important;
    font-family: var(--fontawesome);
    font-weight: 900;
}
.form_error .checkform::before {
    color: red;
    content: '\f071';
}
.form_ok .checkform::before  {
    color: green;
    content: '\f058';
}

.form_error input,
.form_error select,
.form_error textarea {
    border-color: red;
}

.form_ok input,
.form_ok select,
.form_ok textarea  {
    border-color: green;
}

.account_order span h2 {
    font-family: var(--main-font);
}

/* ---------- Acces reserve ----------- */
#account .new_contener,
#account .old_contener {
	width:280px;
	margin:0 10px;
	float:left;
	}
#account .new,#account .old {
	height:160px;
	padding:10px;
	margin:10px 0;
	border:1px solid #dedede;
	}
#account .z003 span,#account .z004 span {
	width:110px;
	display:block;
	float:left;
	}
#account .z003 input,#account .z004 input {
	width:140px;
	margin-bottom:5px;
	float:left;
	}
    
#account.account_menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
#account.account_menu &gt; span {
    flex: 0 0 100%;
}    
#account.account_menu p:empty,
#account.account_menu p[class^="ab0"] {
    display: none;
}
.account_option {
    background: var(--white);
    padding: 15px;
    text-align: left;
}
.account_myaccount {
    flex: 2;
}
.account_mycomands {
    flex: 5;
    margin-top: 15px;
}
#account.account_menu .btn_pos {
    flex: 0 0 100%;
    text-align: center;
}
.account_menu .btn_pos input {
    text-transform: capitalize;
}

/* ------- Declaration a la CNIL ------ */
.a001,.r003,.o001,.o417 {
	padding:5px 0;
	text-align:center;
	}
.left_list {
    flex: 0 0 100%;
    font-size: 14px;
    margin-bottom: 20px;
}
.left_list &gt; a {
    background: #fff;
    border-bottom: 1px solid #eee;
    display: block;
    font-weight: 700;
    padding: 15px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.left_list &gt; a &gt; .fa {
    padding: 18px;
    height: 100%;
    text-align: right;
    width: 100%;
}
.left_list .smenu {
    background: #fff;
    padding: 10px 30px 30px;
}
.left_list .ssmenu {
    display: none;
    padding-left: 15px;
}
.left_list .hasChildren {
    position: relative;
}
.left_list .hasChildren .smenu_header a {
    font-weight: 700;
}
.left_list li {
    line-height: 2;
}
.left_list .fa {
    padding: 7px;
    position: absolute;
    right: 0;
    top: 0;
}
.left_list .fa.open::before {
    content: '\f068';
}
.left_list .current {
    color: var(--hover-color);
}
/*--------------------------- LISTE PRODUIT ---------------------------------*/

#ff_container {
    background: #fff;
    flex: 0 0 100%;
    margin-bottom: 27px;
    margin-right: 30px;
    margin-top: 20px;
    padding: 15px;
    width: calc(100% / 4);
}

#ff_top {
    display: none;
}

.ff_title {
    border-bottom: 1px solid var(--black);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.ff_reset {
    display: none;
}

.ff_crit_title {
    border-bottom: 1px solid var(--secondary-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}

.ff_crit_title::after {
    content: '\f107';
    font-family: var(--fontawesome);
    font-weight: 700;
    position: absolute;
    transition: var(--transition);
    right: 0;
}

.ff_crit_title.ff_crit_title_close::after {
    transform: rotate(180deg);
}
.ff_crit_list {
    display: block !important;
    transform-origin: top;
    transform: scaleY(0);
    transition: var(--transition);
}
.ff_crit_title_open + .ff_crit_list {
    transform: scaleY(1);
}
.ff_crit_list li {
    cursor: pointer;
    display: block;
    margin: 5px 0;
}

.ff_chk {
    display: none;
}
.ff_label {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-weight: 500;
    line-height: 1;
    padding: 3px 0;
}
.ff_label span {
    line-height: 1;
}
.ff_crit_list .ff_label::before {
    border: 1px solid var(--white);
    border-radius: 100%;
    box-shadow: 0 0 0 1px var(--secondary-color);
    content: '';
    height: 15px;
    margin-left: 0;
    margin-right: 7px;
    width: 15px;
}
.ff_crit_att_checked::before {
    background: var(--secondary-color);
}

.ff_slider_count {
    display: flex;
    justify-content: space-between;
}
.ff_slider_count &gt; span {
    display: flex;
}

#list {
    display: flex;
    flex-wrap: wrap;
}
#list &gt; h1,
#list &gt; .header {
    flex: 0 0 100%;
}

#list &gt; h1 {
    color: var(--white);
    left: 0;
    margin-top: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
}

#list .header {
    background: linear-gradient(180deg, rgba(185,185,185,0.35) 0%, rgba(0,0,0,0.7) 100%), url('/img/categorie.jpg') no-repeat fixed 50% 50% / cover;
    flex: 0 0 100vw;
    margin: 0 calc(50% - 50vw) 40px;
    min-height: 174px;
}

#list .header .view {
    display: none;
}
#list .header #text {
    color: var(--white);
    margin: 75px auto 45px;
    max-width: var(--global-width);
    padding: 0 30px;
    position: relative;
    text-align: center;
    width: 100%;
}

#list .header #text * {
    color: var(--white);
}

#list &gt; .btn_pos {
    display: none;
}

#list.account_wishlist {
    display: block;
}

.dummy {
    display: none;
}

#list_contener,
.list_contener,
#formAssociated {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
	}
#list #list_contener {
    margin-top: 40px;
}
.sort-by {
    flex: 0 0 100%;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: right;
	}
.sort-by label::after {
    content: ' :';
}
.sort-by select {
    background: none;
    border: 0;
    font-family: var(--main-font);
    font-size: 16px;
}
#list .uneven,
#list .pair {
    flex: 0 0 calc(50% - 7.5px);
    margin: 0 0 15px
 }
#home .list_content,
#list .uneven,
#list .pair {
    background: var(--white);
    position: relative;
}
#home .list_content,
.list_content {
    position: relative;
	text-align: center;
	}
.list_content a,
.list_content span,
.list_content .view {
    transition: var(--transition);
}
.list_content .a-view,
.list_content .primary {
    padding: 0 15px;
}
.list_content .primary a {
    font-size: 14px;
}
#list .list_content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.list_content .a-view {
    align-items: center;
	display: flex;
    height: 250px;
    overflow: hidden;
    position: relative;
	}
.list_content .a-view::before {
    align-items: center;
    background-color: rgba(197,140,69,0.85);
    color: #fff;
    content: url('/img/ic_search.png');
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: var(--transition);
    width: 100%;
    z-index: 10;
}
.list_content .a-view:hover::before {
    opacity: 1;
}
.list_content .view {
    display: block;
    float: none;
    margin: 0 auto;
}
.a-view:hover .view {
    transform: scale(1.25);
}

.list_content .logo_container {
    display: block;
    margin: 10px 0;
    position: absolute;
    text-align: left;
    top: 0;
    width: calc(100% - 30px);
}
.list_content .price_pos {
    display: block;
    margin: auto 0 0;
    text-align: center;
    width: 100%;
}
.list_content .list_btn {
	display: block;
    font-size: 0;
	margin: 20px 0 0;
	}
.list_content .list_btn input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: var(--secondary-color);
    border-radius: 0;
    color: var(--white);
    font-family: var(--fontawesome);
    font-size: 20px;
    font-weight: 100;
    height: 40px;
    margin: 0;
    padding: 9px;
    width: 100%;
}
.list_content .list_btn input:hover {
    background: var(--hover-color);
}
.list_content .list_btn .btn_buy {
    background: var(--secondary-color) url('/img/basket.png') no-repeat 50% 50%;
    font-size: 0;
}
.list_content .list_btn .btn_buy:hover {
    background: var(--hover-color) url('/img/basket.png') no-repeat 50% 50%;
}

.list_content .btn_buy + a,
.list_content .btn_buy + .btn_detail {
    display: none;
}
.list_content .block_quantity,
.list_content .stock_pos {
    display: none;
}
.list_content .secondary {
    margin-top: auto;
    padding: 0 15px;
}
.list_content .secondary img {
    display: block;
    margin: 0 auto;
    width: 78px !important;
}

.list_content .wishlist {
    background: #000;
    bottom: 0;
    background-position: center;
    color: #fff;
    height: 40px;
    right: 0;
    padding: 6px 5px;
    transition: var(--transition);
    width: 40px;
    z-index: 2;
}
.list_content .wishlist::after {
    content: '\f004';
    font-family: var(--fontawesome);
    font-size: 20px;
    font-weight: 100;
    transition: var(--transition);
}
.list_content .wishlist_added::after {
    font-weight: 900;
}
.list_content .wishlist:hover {
    color: var(--secondary-color);
    font-weight: 900;
}
.list_content .wishlist.wishlist_added:hover {
    background: #000;
    height: 41px;
    width: 41px;
}
.list_content .wishlist_added:hover::after {
    color: var(--grey);
}
.account_wishlist .wishlist.wishlist_added {
    background: #000;
    float: none;
    padding: 12px 0;
    position: absolute;
}

#ff_container + #list_contener {
    margin-top: 0;
}

#list.associed {
    width: 100%;
    flex: 0 0 100%;
}

.associed .title_associed,
#list_cross_selling &gt; h3 {
    background: var(--main-color);
    color: var(--white);
    display: block;
    font-size: 28px;
    margin-top: 90px;
    padding: 20px;
    text-align: center;
    width: 100%;
}

#formAssociated {
    position: relative;
}

#formAssociated .owl-stage-outer {
    overflow: hidden;
    width: 100%;
}
#formAssociated .owl-carousel {
    width: 100%;
}
   
#list #formAssociated .uneven,
#list #formAssociated .pair {
    flex: 0 0 100%;
    margin: 0;
    height: 100%;
}


/* ------------ Pagination ------------ */

#pagination {
    margin: auto;
    text-align: center;
    width: 100%;
    padding:5px 0;
}
#pagination ul {
    margin: 10px auto;
}
#pagination li {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    vertical-align: middle;
}
#pagination li.actif,
#pagination li.current {
    background: var(--secondary-color);
    color: #FFF;
    padding: 3px 10px;
}
#pagination li.more {
    padding: 3px 10px;
}
#pagination li:hover {
    background: var(--main-color);
    color: #FFF;
}
#pagination li:hover a{
	color:#FFF;
}
#pagination li a {
    display: block;
    padding: 3px 10px;
}
/*--------------------------- FICHE PRODUIT ---------------------------------*/
#product {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
#product h1 {
    border-bottom: 1px solid var(--grey);
    font-family: var(--main-font);
    line-height: 1.25;
}
#product .pd00 {
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 700;
    max-width: 100px;
}
#product .pd08 {
    display: none;
}
#product .dp09 p {
    font-size: 16px;
}
#product .dp09 p span {
    font-family: var(--main-font) !important;
}
#product .dp09 pre {
    line-height: 1.5;
    white-space: initial;
    width: 100%;
}
#product .wishlist {
    align-items: center;
    background: none;
    display: flex;
    height: auto;
    justify-content: center;
    position: static;
    width: auto;
}
#product .wishlist::after {
    color: var(--secondary-color);
    content: '\f004';
    font-family: var(--fontawesome);
    font-size: 24px;
    font-weight: 100;
    transition: var(--transition);
}
#product .wishlist:hover::after,
#product .wishlist_added::after {
    font-weight: 900;
}
#product .wishlist_added::after {
    color: var(--main-color);
}
#product .wishlist.wishlist_added:hover::after {
    color: var(--grey);
}

/* --------- Image principale --------- */
#image.view {
    background: var(--white);
    flex: 0 0 50%;
    padding: 40px 25px;
    position: relative;
}
#image.view #img1 {
    display: block;
    height: 79.6vw !important;
    margin: 0 auto;
    object-fit: contain;
    width: 100%;
}
#image .comment {
    display: none;
	}
#image.view_large .comment {
	text-align: center;
	}
#image #zoom {
    left: 570px !important;
}
/* ------- Vues supplementaires ------- */
.pd07 {
    text-align: center;
}
.pd07 span {
	display: none;
	}
.pd07 a {
    cursor: pointer;
    display: inline-block;
	margin-right: 15px;
    max-width: calc(25% - 16px);
}
#image .pic_another_pic {
	width: 50px;
}
/* -------------- Zoom ---------------- */
.pd_zoom {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
.pd_zoom a {
    background: var(--white);
    color: #000;
    display: block;
    padding: 6px 12px;
	}
.pd_zoom a:hover {
	color: var(--darkmain-color);
	}
.pd_zoom span {
    display: none;
}
.pd_zoom a::before {
    content: '\f31e';
    font-family: var(--fontawesome);
    font-size: 18px;
}
.zvc {
    background: #fff;
    height: 79.6vw;
	left: 50%;
	position:absolute;
	top: 40px;
    transform: translateX(-50%);
    width: calc(100% - 40px);
	}
.zvc img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}
#product_zoom {
	position: absolute;
	top: 5px;
	left: 5px;
	}
.popup_zoom,
#product_zoom.popup_zoom {
    background: var(--white);
    border: 2px solid var(--darkmain-color);
    left: 50%;
    max-height: calc(100vh - 21px);
    padding: 20px;
    position: fixed !important;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000000050;
 }
#product_zoom.work_margin {
	margin:0;
	}
.btn_zoom {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	font-size:0;
	text-align:left;
	border:none;
	background:none;
	}
.btn_zoom:hover {
	background:none;
	}
	
#image_zoom img, #imgZoom{
    max-height: 85vh;
	max-width:none;
}
/* -------------- feature ------------- */
#wrap_product {
    background: var(--white);
    flex: 0 0 50%;
    padding: 15px;
    position: relative;
}
#wrap_product &gt; h1 {
    border-bottom: 1px solid var(--secondary-color);
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#wrap_product h1 a {
    font-family: var(--secondary-font);
}
#feature {
    border-top: 1px solid var(--secondary-color);
    margin-top: 50px;
    padding-top: 40px;
	}
#feature .error {
	margin:10px 0;
	}
#feature .btn_pos {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}
#feature .price,
#feature .pstrike,
#feature .pweight,
#feature .price_value,
#feature .currency,
#feature .cents,
#feature .IT,
#feature .OT,
#feature .quantity_stock,
#feature .en_stock,
#feature .out_stock {
	clear:both;
    font-family: var(--secondary-font);
    font-size: 18px;
	}
#feature .IT,
#feature .OT {
    display: none;
}
#feature .out_stock {
    color: var(--darkmain-color);
    font-size: 18px;
    padding: 0;
}
#feature .logo {
	margin:0;
	padding:5px 0;
	clear:both;
	}
#feature #quantity {
    font-size: 16px;
    font-weight: 500;
    margin-right: 5px;
}
#feature #quantity::after {
    content: ' :';
}
#feature .block_quantity {
    align-items: center;
    display: flex;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: left;
}
#feature input {
    border: 0;
}
#feature .btn_quantity {
    background: var(--secondary-color);
    border-radius: 0;
    color: var(--white);
    cursor: pointer;
    font-family: var(--main-font);
    height: 16px;
    font-size: 13px;
    line-height: 1;
    padding: 0 5px;
    transition: var(--transition);
    width: 16px;
}
#feature .btn_quantity:hover {
    background: var(--hover-color);
}
#feature #nb {
    background: transparent;
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 500;
    margin: 0 -1px;
    text-align: center;
}
#feature #btn_basket_buy {
    background: var(--secondary-color) url('/img/basket.png') no-repeat calc(50% + 70px) 50%;
    border: 0;
    border-radius: 0;
    color: var(--white);
    flex: 1;
    font-family: var(--main-font);
    font-size: 16px;
    padding: 12px 50px 12px 20px;
    transition: var(--transition);
    width: auto;
}
#feature #btn_basket_buy:hover {
    background: var(--hover-color) url('/img/basket.png') no-repeat calc(50% + 70px) 50%;
}

#feature .social {
    float: none;
    width: auto;
}
#list_cross_selling_container {
    width: 100%;    
}
#slider_cross_selling {
    height: auto;
    width: 100%;
}
#slider_cross_selling .item {
    background: #fff;
    display: flex;
    flex-direction: column;
    margin: 0 10px 0 0;
    overflow: hidden;
    width: calc(50vw - 20px);
}
#slider_cross_selling .items {
    display: flex;
    position: static;
}
#slider_cross_selling .a-view {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}
#slider_cross_selling img.view {
    max-height: none;
}
#slider_cross_selling .list_btn {
    display: block;
}
#slider_cross_selling .list_btn .btn_detail {
    background: var(--secondary-color);
    display: block;
    font-family: var(--fontawesome);
    font-weight: 900;
    width: 100%;
}
#slider_cross_selling .secondary {
    text-align: center;
}
#slider_cross_selling .secondary img {
    float: none;
}
#slider_cross_selling .rate_average {
    margin-top: auto;
}
#slider_cross_selling .rate_average,
#slider_cross_selling .price_pos {
    margin: 5px 0;
}

/* ----------- Les options ------------ */
#option_contener {
    display: flex;
    flex-wrap: wrap;
	}
.option {
    flex: 1 0 calc(100% / 3);
	}
.option + .option {
    margin-left: 20px;
}
.option p {
    font-weight: 600;
	margin: 5px 0;
    text-transform: capitalize;
    width: 100%;
	}
.option .pdt_btn {
    background: var(--white);
    border: 1px solid var(--secondary-color);
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 500;
    padding: 11px 5px;
    text-align: left;
    width: 100%;
	}
.option .pdt_select {
    position: relative;
}
.option .pdt_select &gt; p {
    font-weight: 500;
    margin: 0;
    position: relative;
}
.option .pdt_select &gt; p::after {
    content: '\f078';
    font-family: var(--fontawesome);
    padding: 5px;
    position: absolute;
    right: 0;
}
.option .prod_choice img {
	padding-right: 5px;
	}
.option .prod_choice {
    background: var(--white);
    border: 1px solid #dedede;
	position: absolute;
    visibility: hidden;
    width: 100%;
	z-index: 2;
	}
.option .prod_choice a {
	padding: 5px;
    align-items: center;
    display: flex;
	color:#000;
	text-decoration:none;
	}
.option .prod_choice a:hover {
	background:var(--secondary-color);
    color: var(--white);
	}
.option .option_price {
	color:#000;
	}
.option a:hover .option_price {
	color:#fff;
	}
.option select {
    background: var(--white);
    border: 1px solid var(--secondary-color);
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 500;
    padding: 10px 5px;
    text-align: left;
    width: 100%;
	}
.option .opt_choice li {
	padding:5px 10px 5px 0;
	float:left;
	}
/* ------------- Detail ----------------*/
#detail {
	clear:both;
	}
#detail h2 {
	color:#555;
	}
#detail table {
	float:left;
	}
/* ----------- Formulaire --------------*/
#pdt_form table {
	width:100%;
	float:left;
	padding-bottom:10px;
	}
#btn_send_form {
	margin:5px;
	}

/* ------------- Onglets ----------------*/

#briefcase_product {
    background: var(--main-color);
    margin-top: 35px;
    padding: 20px 15px;
}

#contener_tab,
.tab,
.tab-active {
    background: none;
    clear: none;
    float: none;
    text-align: center;
}

#contener_tab {
    border-bottom: 1px solid var(--secondary-color);
    display: flex;
    flex-direction: column;
    font-size: 16px;
    justify-content: center;
}

.tab, .tab-active {
    color: var(--white);
    font-size: 16px;
    padding: 20px 35px;
}

.tab-active {
    color: var(--secondary-color);
    font-weight: 700;
}

#contener_content {
    border: 0;
    color: var(--white);
    margin: 25px 0 0;
}

#contener_content * {
    color: var(--white) !important;
}
#contener_content table {
    width: 100%;
}
#contener_content td {
    border-color: var(--white) !important;
}

#contener_content tr[style*="background"],
#contener_content td[style*="background"] {
    background: var(--black) !important;
}

#contener_content .content,
#contener_content .content-active {
    padding: 0;
}

#contener_content .content-active iframe {
    display: block;
    margin: 0 auto;
}

#contener_content #avis * {
    color: #000 !important;
}

#tab6 {
    border: 0;
}


/*---------------------------- Fil d'Arianne --------------------------------*/
#navigation {
    padding: 0 15px;
    margin: 20px auto;
    max-width: var(--global-width);
    width: 100%;
	}
#navigation li {
    background: none;
    display: inline-block;
    float: none;
    margin-right: 5px;
    padding: 0;
}
#navigation li::after {
    content: '&gt;';
}
#navigation li:last-of-type::after {
    display: none;
}
#navigation span {
    transition: var(--transition);
}
/*#navigation .first span {
    display: none;
}*/
/*#navigation .first a::before {
    content: '\f015';
    font-family: var(--fontawesome);
    font-weight: 900;
}*/
#navigation span {
	color:#303030;
	}
#navigation li:last-of-type span {
	color:#333;
	}
#navigation a:hover span {
	color:var(--secondary-color);
	}
/*--------------------------- PAGE D'ACCUEIL --------------------------------*/
#home &gt; h1 {
    display: none;
}

#home{
    background: var(--white);
    padding-bottom: 85px;
    width: 100%;
}

#mag_table_home {
    table-layout: fixed;
    width: 100%;
}

/* -------------- TC_01 --------------- */

.home .scrollable {
    height: auto !important;
    padding-top: 41.6vw;
    width: 100% !important;
}

.home .scrollable .items {
    top: 0;
}
.home .scrollable .item {
    position: relative;
    width: 100vw;
}
.home .scrollable img {
    border-radius: 0;
    width: 100%;
}

.home .scrollable .items .item_text {
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.home .scrollable .items .item_text div {
    color: #fff;
    display: block;
    font-family: var(--secondary-font);
    font-size: 14px !important;
    font-weight: 400;
    min-width: 300px;
    text-shadow: none;
    width: 100%;
}
.home .scrollable .items .item_text a {
    background: var(--secondary-color);
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    padding: 6px 30px;
    transition: var(--transition);
}

.home .scrollable .items .item_text a:hover {
    background: var(--hover-color);
}

.home .scrollable &gt; .btn_browse {
    display: none;
}
.home .scrollable .slidetabs {
    bottom: 20px;
    display: none !important;
    left: 0;
    right: 0;
}

.home .scrollable .slidetabs a {
    background: #fff;
    height: 1px;
    float: none;
    width: 50px;
}
.home .scrollable .slidetabs .current {
    background: var(--secondary-color);
}

/* -------------- TC_PRODUITS --------------- */
[id*="tc_"] &gt; h2 {
    align-items: center;
    background: var(--main-color);
    color: #fff;
    display: flex;
    height: 70px;
    justify-content: center;
    margin-bottom: 30px;
    text-align: center;
}

#tl_02,
#tl_03 {
    background: #efefef;
}

#tc_02,
#tc_03,
#tc_04 {
    padding: 50px 15px;
    text-align: center;
}

#tc_02 &gt; a,
#tc_03 &gt; a {
    margin-top: 50px;
}

#tc_02 .header,
#tc_03 .header {
    display: none;
}

.owl-carousel {
    max-width: var(--global-width);
}
.owl-prev,
.owl-next {
    background: none;
    border: 0;
    font-size: 36px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-prev {
    left: 0;
}

.owl-next{
    right: 0;
}
.owl-nav.disabled {
    display: none;
}

#formAssociated .owl-carousel .owl-stage,
#home .owl-carousel .owl-stage {
    display: flex;
    align-items: initial;
}

#formAssociated .owl-carousel .owl-item,
#home .owl-carousel .owl-item {
    float: none;
}

#formAssociated .list_content,
#home .list_content {
    display: flex;
    flex: 0 0 100%;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

#formAssociated .list_content .price_pos,
#home .list_content .price_pos {
    margin-top: auto;
}

/* -------------- TL_LOGOS --------------- */

#tl_04 {
    background: #fff;
}

#tc_04 h2,
#tc_04 .btn_pos {
    display: none;
}

#tc_04 .owl-stage {
    align-items: center;
    justify-content: center;
}

#tc_04 .owl-stage img {
    width: auto;
}

/* -------------- TL_05 --------------- */

#tl_05 {
    background: var(--white);
    padding: 0 calc(50% - var(--global-width) / 2);
}

#tc_05 h2 {
    background: none;
    color: #fff;
    display: block;
    padding: 20px 50px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 50vw;
    transform: translateY(-50%);
    width: 100%;
    z-index: 5;
}

#tc_05 .presentation {
    background: #efefef;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: var(--global-width);
    overflow: hidden;
    position: relative;
    width: 100%;
}
#tc_05 .header {
    overflow: hidden;
}
#tc_05 .header img {
    display: block;
    transition: all 0.3s;
    width: 100%;
}

#tc_05 .text2 {
    display: none;
}

#tc_05 .products__list {
    display: flex;
    flex: 1;
    justify-content: space-between;
    padding: 15px;
}

#tc_05 .products__list .list_content {
    flex: 0 0 calc(50% - 7.5px);
}
#tc_05 .products__list .pdt2 ~ div {
    display: none;
}


/*---------------------- FIN de la PAGE D'ACCUEIL ---------------------------*/



/* ------ Processus de commande ------- */
#order_step {
    margin: 0 auto;
    max-width: var(--global-width);
    padding: 0 15px;
    position: relative;
    width: 100%;
}
#order_step::before {
    background: var(--secondary-color);
    content: '';
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: -1;
}
#order_step ul {
    display: flex;
    justify-content: space-around;
    margin: 15px auto;
}
#order_step .start,
#order_step .end {
    display:none;
	}
#order_step li {
    align-items: center;
    background: var(--secondary-color);
    color: var(--white);
	display: flex;
    padding-right: 10px;
    position: relative;
    text-align: center;
	}
#order_step li::before {
    background: var(--secondary-color);
    color: var(--white);
    display: block;
    font-family: var(--fontawesome);
    font-size: 18px;
    font-weight: 900;
    height: 50px;
    padding: 12px;
    position: relative;
    width: 50px;
    z-index: 2;
}
#order_step li::after {
    border-top : 25px solid transparent;
    border-bottom : 25px solid transparent;
    border-left: 25px solid var(--secondary-color);
    content: '';
    left: 100%;
    position: absolute;
    z-index: -1;
}
#order_step ul &gt; li:nth-of-type(2)::before { content: '\f007'; }
#order_step ul &gt; li:nth-of-type(3)::before { content: '\f4de'; }
#order_step ul &gt; li:nth-of-type(4)::before { content: '\f46c'; }
#order_step ul &gt; li:nth-of-type(5)::before { content: '\f09d'; }
#order_step ul &gt; li:nth-of-type(6)::before { content: '\f560'; }

#order_step .on {
    background: var(--main-color);
    font-weight: 700;
}
#order_step .on::before {
    background: var(--main-color);
	}
#order_step .on::after {
    border-left-color: var(--main-color);
}
#order_step .made {
    background: var(--black);
    color: var(--white);
}
#order_step .made::after {
    border-left-color:  var(--black);
}
#order_step .made::before {
    background: var(--black);
	}
/* ------------ Tunnel d'achat ----------- */
#work_order .btn_pos .btn {
    margin: 0 2.5px;
    text-transform: capitalize;
}

/* ------------ Mode de livraison ----------- */

#delivery #formulaire {
    display: flex;
    flex-wrap: wrap;
}

.canvas_delivery,
#delivery .btn_pos {
    flex: 0 0 100%;
}

#canvas_delivery_info,
#canvas_delivery_msg {
    flex: 0 0 48%;
}
.canvas_delivery .adresse-retrait,
.canvas_delivery .retrait-google-maps {
    display: none;
}

/* ------------ Media queries ----------- */
@media (max-width: 480px) {
    #basket_tab td {
        border: 0;
        padding: 0;
        flex: 1;
    }
    #basket_tab tr {
        align-items: center;
        border: 1px solid #ccc;
        border-bottom-width: 3px;
        display: flex;
        flex-wrap: wrap;
    }
    #basket_tab .col1 {
        flex: 0 0 100%;
        padding: 10px;
    }
    #basket_tab a {
        text-align: center;
    }
    #basket_tab img {
        float: none;
        display: block;
        margin: 0 auto 5px;
        max-width: 75px;
    }
    #basket .secondary {
        flex: 0 0 100%;
        margin-top: 5px;
    }
    #basket_tab .header {
        display: none;
    }
    #basket_tab .footer td,
    #basket_tab .footer ~ tr td {
        text-align: center;
    }
    
    .list_content .a-view {
        height: 48vw;
    }
    .list_content .primary {
        height: 54px;
    }
    #contener_content .content, #contener_content .content-active {
        overflow-x: auto;
    }
}

@media (max-width: 767px) {
    #navig {
        position: absolute;
        top: 0;
    }
    
    #contener_content td {
        padding: 5px;
    }
}

@media (min-width: 480px) {

    /*-- List -- */

    /* -- Home -- */
    .home .scrollable .items .item_text div {
        font-size: 22px !important;
    }
    .home .scrollable .items .item_text a {
        font-size: 16px;
    }
    .home .scrollable .slidetabs {
        display: block !important;
    }

    #tc_05 h2 {
        top: 16vw;
    }

    #tc_05 .header img {
        height: 300px;
        object-fit: cover;
    }
    
    #tc_05 .products__list {
        padding: 50px;
    }
    #tc_05 .products__list .list_content {
        flex: 0 0 calc(50% - 15px);
    }
    

    /* -- Footer --*/
    #inf_1 li {
        flex: 0 0 calc(100% / 3);
    }
    #inf_1 li:nth-last-child(2),
    #inf_1 li:last-child {
        flex: 0 0 50%;
    }
    #inf_1 li:nth-child(3) {
        border: 0;
    }
    #inf_1 li:nth-child(2n) {
        border-right: 1px solid var(--secondary-color);
    }
    
    #account .label {
        flex: 0 0 150px;
        font-size: 14px;
    }
    #account .formw {
        flex: 0 0 calc(100% - 170px);
    }
}
@media (min-width: 528px) {
    .footer_reviews iframe {
        height:  auto;
    }
}

@media (min-width: 768px) {
    #top {
        justify-content: space-between;
    }

    #top #formSearch,
    #top #logo,
    #top #comand {
        flex: 1;
        text-align: center;
    }
    
    /* -- header / menu -- */

    #comand {
        background: none;
        margin-right: 15px;
        order: initial;
    }

    #comand ul {
        padding: 10px 20px;
    }

    #comand .log_detail {
        display: inline;
    }
    .baseline {
        font-size: 16px;
    }

    #formSearch {
        margin-left: 15px;
        order: initial;
    }
    
    #search .btn_short {
        padding-right: 0;
    }
    
    
    /*-- Footer -- */
    #inf_1 ul {
        flex-wrap: initial;
    }
    #inf_1 li {
        flex: 1;
    }
    #inf_1 li:nth-child(3) {
        border-right: 1px solid var(--secondary-color);
    }
    #inf_1 li:nth-last-child(2) {
        flex: 1.3;
    }
    #inf_1 li:last-child {
        border :0;
        flex: 1.5;
    }
    
    .footer_reviews &gt; p {
        display: none;
    }
    
    .footer_links {
        flex-direction: row;
        text-align: left;
    }
    .footer_links div:first-child {
        align-self: center;
    }

    /*-- Home -- */

    .home .scrollable .items .item_text div {
        font-size: 32px !important;
    }

    /* -- Navig -- */
    .menu__toggle {
        display: none;
    }
    #menu {
        background: var(--main-color);
        display: flex !important;
        height: auto;
        justify-content: center;
        overflow: initial;
        padding: 0;
        position: relative;
        right: initial;
        top: initial;
        z-index: 999;
    }
    #navig {
        width: auto;
    }
    #navig li {
        margin: 0 15px;
    }
    #navig li.mns {
        border: 0 !important;
    	margin: 0 15px;
        position: static;
    }
    #navig a.menu {
    	display: block;
    	padding: 20px 0 16px;
    	}
    #navig a.menu::after {
        background: var(--secondary-color);
        content: '';
        display: block;
        height: 1px;
        margin-top: 5px;
        opacity: 0;
        transition: all 0.3s;
        transform-origin: center;
        width: 0;
    }
    #navig a.menu:hover::after {
        opacity: 1;
        width: 100%;
    }
    #navig i {
        display: none;
    }
    #navig span {
        color: var(--white);
        font-size: 15px;
        padding: 0;
    }
    #navig li.mns:hover .smenu {
        flex-wrap: wrap;
        opacity: 1;
        transform: scaleY(1);
    }
    #navig .smenu {
        background: var(--white);
        display: flex !important;
        left: 0;
        max-width: 100%;
        opacity: 0;
        overflow: hidden;
        padding: 10px 15px;
    	position: absolute;
        top: 100%;
        transform: scaleY(0);
        transform-origin: top;
        transition: all 0.3s;
        width: 100vw;
        z-index: 10;
    }
    #navig .smenu li {
        line-height: 1.5;
        margin: 0;
    }
    #navig .smenu a {
        color: var(--grey);
    	display: block;
        text-align: left;
    }
    #navig .smenu a:hover {
    	color:#000;
    	background:#fff;
    }
    #navig .smenu_column {
        flex: 1 0 25%;
    }
    #navig .smenu_header {
        font-weight: 600;
    }
    
    /*-- List -- */

    #ff_container {
        flex: 0 0 calc(100% / 3 - 30px);
        margin-top: 45px;
    }

    #ff_container + #list_contener {
        flex: 0 0 calc(100% / 3 * 2);
        width: calc(100% / 3 * 2);
    }

    #list_contener::after,
    .list_contener::after {
        content: '';
        flex: 0 0 calc(100% / 3 - 7.5px);
    }

    #list .uneven,
    #list .pair {
        flex: 0 0 calc(100% / 3 - 7.5px);
    }
    .list_content .primary a {
        font-size: 18px;
    }

    #ff_container + #list_contener .uneven,
    #ff_container + #list_contener .pair {
        flex: 0 0 calc(50% - 15px);
        margin-bottom: 30px;
    }

    /* -- Product -- */
    #product {
        flex-direction: row;
    }
    #wrap_product {
        padding: 50px 35px 50px 15px;
    }
    #briefcase_product {
        padding: 50px;
    }
    #contener_tab {
        flex-direction: row;
    }
    .pd07 {
        text-align: left;
    }
    .pd07 a {
        cursor: pointer;
        display: inline-block;
        margin-right: 15px;
    }
    #image .pic_another_pic {
        width: 100px;
    }

    #image.view #img1,
    .zvc {
        height: 520px !important;
    }
    
    .account_myaccount {
        padding-right: 10px;
    }
    .account_mycomands {
        margin-top: 0;
    }
    
    #account.account_menu {
        flex-direction: row;
    }
}

@media (min-width: 960px) {
    /* -- top header -- */
    
    /* -- header / menu -- */
    #top {
        flex-direction: row;
        justify-content: space-between;
    }

    .baseline {
        font-size: 19px;
    }
    
    #navig li.mns {
    	margin: 0 25px;
    }
    
    /* -- Footer -- */
    
    #inf_1 li {
        padding: 20px;
    }
    #inf_1 li:nth-last-child(2) {
        flex: 1.3;
    }
    #inf_1 li:last-child {
        border :0;
        flex: 1.5;
    }

    /* -- Home -- */
    #tc_05 .header img {
        height: auto;
    }
    #tc_05 h2 {
        top: 50%;
        transform: translateY(-50%);
        padding: 20px 100px;
        width: 493px;
    }

    #tc_05 .presentation {
        flex-direction: row;
    }
    
    /* -- Listes --*/
    
    #list .header #text {
        max-width: 750px;
    }
    
    /* -- Produit --*/

    #feature .btn_pos {
        flex-direction: row;
    }

    #feature .price {
        margin-right: 20px;
    }
    #feature #btn_basket_buy {
        margin: 0 0 0 20px;
    }
    #product .wishlist {
        margin-left: 20px;
    }
}

@media (min-width: 1024px) {
    #slider_cross_selling .item {
        margin: 0 30px 0 0;
        width: calc(25vw - 30px);
    }
}
@media (min-width: 1170px) {
    /* -- Top -- */
    .extra_top {
        padding: 5px calc(50vw - var(--global-width) / 2);
    }
        
    #formSearch {
        margin-left: calc(50vw - var(--global-width) / 2);
    }
    #search p {
        width: 300px;
    }
    #comand {
        margin-right: calc(50vw - var(--global-width) / 2);
    }
    #comand .log_detail {
        right: calc(50vw - var(--global-width) / 2);
    }

    
    #navig .smenu {
        padding: 10px calc(50vw - var(--global-width) / 2);
    }

    /* -- Footer -- */
    #inf_1 li {
        padding: 20px 40px;
    }

    .footer_reviews,
    .footer_links {
        padding: 50px calc(50% - var(--global-width) / 2) 60px;
    }


    /* -- Home -- */
    .home .scrollable .items .item_text div {
        font-size: 48px !important;
    }
    .home .scrollable .items .item_text a {
        padding: 12px 60px;
    }
    .home .scrollable .slidetabs {
        bottom: 40px;
    }

    #tc_02,
    #tc_03,
    #tc_04 {
        padding: 50px calc(50% - var(--global-width) / 2);
        text-align: center;
    }

    .owl-prev {
        left: -40px;
    }

    .owl-next{
        right: -40px;
    }

    /* -- List -- */    
    #ff_container {
        flex: 0 0 calc(100% / 4 - 30px);
        margin-top: 45px;
    }

    #ff_container + #list_contener {
        flex: 0 0 calc(100% / 4 * 3);
        width: calc(100% / 4 * 3);
    }

    #list_contener::after,
    .list_contener::after {
        flex: 0 0 calc(100% / 4);
    }
        
    #list .uneven,
    #list .pair {
        flex: 0 0 calc(100% / 4 - 15px);
        margin: 0 0 20px;
    }

    #list_contener &gt; div:nth-of-type(4n+2):nth-last-of-type(-n+4) ~ div {
        margin-left: 19px;
        margin-right: auto;
    }

    #ff_container + #list_contener .uneven,
    #ff_container + #list_contener .pair {
        flex: 0 0 calc(100% / 3 - 20px);
        margin-bottom: 30px;
    }
    #ff_container + #list_contener::after {
        flex: 0 0 calc(100% / 3 - 20px);
    }
    
    #ff_container + #list_contener &gt; div:nth-of-type(4n+2):nth-last-of-type(-n+4) ~ div {
        margin-left: initial;
        margin-right: initial;
    }
    #slider_cross_selling .item {
        width: calc(1140px / 4 - 22.5px);
    }

    /* -- Product --*/
    #briefcase_product {
        padding: 50px 175px;
    }


}

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