@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,400;0,500;0,700;1,400&display=swap');


:root {
    --bg-top: #1c1e1d;
    --main-color: #e80000;
    --btn-color: #fff;
    --hover-color: #ea1C4e;
    --darkmain-color: #C41F18;
    --white: #fff;
    --grey: #777;
    --black: #141414;
    --global-width: 1140px;
    --global-padding: 10px;
    --transition: all 0.3s;
    --primary-font:  'Asap', sans-serif;
    --secondary-font:  'Asap', 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(--white);
    font-size: 14px;
    font-family: var(--primary-font);
    line-height: 1.15;
    }
a {
	color: var(--main-color);
	text-decoration:none;
	}
a:hover {
    color: var(--hover-color);
}
body {
    background: #0b0c0b;
    color: #fff;
	margin:0;
    overflow-x: hidden;
	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 {
	border:none;
	max-width:100%;
	}
form {
	margin:0;
	padding:0;
	}
input {
    font-family: var(--primary-font);
    transition: var(--transition);
}
/*------------------------------ GENERALITES -------------------------------*/
/*-------------- 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:none;
	}
#master {
	}
#work,
#work_order {
    margin: 0 auto;
    max-width: var(--global-width);
    padding: 0 15px;
    width: 100%;
	}
#work.work_home {
    max-width: none;
    padding: 0;
}
#home > h1 {
    display: none;
}
.work_margin + .btn_pos {
    display: none;
}
#account_contener {
	width:600px;
	margin:0 auto;
	text-align:left;
	}
h1,
h2,
h3 {
    color: var(--white);
    font-family: var(--secondary-font);
    font-weight: 300;
    margin: 0 0 15px;
}
h1 {
	font-size: 36px;
}
h2 {
    font-size: 28px;
}

h1 a,
h2 a,
h3 a {
    color: var(--white);
}
    
.price,
.price_value,
.price a,
.price .currency,
.price .IT,
.price .OT,
.price .cents {
    font-size: 18px;
	font-weight: 700;
	}
.price .IT,
.price .OT {
    display: none;
}
.pstrike,
.priceindicative {
	color: var(--black);
	text-decoration:line-through;
	}
.pstrike a,.pstrike .currency {
    color: var(--black);
	font-size:11px;
	}
.pweight,.pweight .currency {
	color:#555;
	font-size:11px;
	font-style:italic;
	}
.en_stock {	
	color: #3aff4d;
	}
.en_stock::before {
    content: '\f058';
    font-family: var(--fontawesome);
    margin-right: 5px;
}
.out_stock {	
	color: var(--main-color);
	}
.out_stock::before {
    content: '\f057';
    font-family: var(--fontawesome);
    margin-right: 5px;
}
.primary,.primary a {
	display: block;
	font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
	}
.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(--darkmain-color);
    border: none;
    color: var(--white);
    cursor: pointer;
    font-family: var(--main-font);
	font-size: 13px;
    font-weight: 700;
    margin: 0 2px;
    padding: 12px 10px;
	}
.btn:hover,.btn_short:hover,.btn_midle:hover,.btn_long:hover,.btn_detail:hover,.btn_buy:hover {
	color: var(--black);
	background: var(--main-color);
	}
.ibox,.ibox_short,.ibox_midle,.ibox_long,.ibox_vlong {
    background: var(--white);
    border: 0;
    color: var(--black);
	padding:2px 5px;
	}
input, select {
    font-size: 13px;
}
select.ibox,select.ibox_long,select.ibox_vlong {
	padding:2px 0;
	}
.btn {width:120px;}
.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:80px;cursor:pointer;}
.btn_z0_01 {width:120px;cursor:pointer;}
.btn_z1_001 {width:160px;cursor:pointer;}
.z800 {display:none;cursor:pointer;}
.a601 {padding-top:5px;cursor:pointer;}

.ibox {width:100px;}
.ibox_short {width:28px;}
.ibox_midle {width:150px;}
.ibox_long {width:200px;}
.ibox_vlong {max-width: 500px;width: 100%;}
.select_date_day {width:42px;}
.select_date_month {width:90px;}
.select_date_year {width:60px;}

.ibox,
.ibox_short,
.ibox_midle,
.ibox_long,
.ibox_vlong {
    max-width: 100%;
}

fieldset {
    margin: 10px auto;
    padding: 10px;
}
fieldset fieldset {
    margin: 0;
    padding: 0;
}

iframe {
    max-width: 100%;
}

/*------------ 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;
	width:auto;
}
.contener .primary, .contener .secondary, .contener .price {
    text-align: center;
}
.sf_pop, .popup_cont,
.sf_pop .contener p {
	color: var(--black);
}
.sf_pop .top {
    background: var(--main-color);
}
.sf_pop .top span {
    color: var(--white);
	margin:0;
}
.sf_pop .contener,
.sf_pop .bottom{
    max-height: 80vh;
    overflow: auto;
	width:100%;
}
.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%);
}

#content_popup_bsk_onglet {
    margin: 10px 0;
    padding: 0;
    width: auto;
}

#content_popup_bsk_onglet .list_content {
    padding: 0 5px;
    width: calc(100% / 3);
}
#content_popup_bsk_onglet .list_content img {
    display: block;
    margin: 0 auto;
}
#content_popup_bsk_onglet .list_content .primary {
    padding: 0;
    text-align: center;
}
#content_popup_bsk_onglet .list_content .primary a {
    font-size: 14px;
}
#content_popup_bsk_onglet .list_content .secondary {
    display: none;
}
#content_popup_bsk_onglet .price_pos,
#content_popup_bsk_onglet .price {
    float: none;
    text-align: center;
    width: auto;
}

/*------------------------------ PARTIE TOP ---------------------------------*/
#top,
#top_order {
    align-items: center;
    background: var(--bg-top);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
	}
/* ----------- Les drapeaux ----------- */
#flag {
	position: absolute;
    right: 100px;
	top: 10px;
	}
#flag li {
	float:left;
	padding:0 5px;
	}
#flag a {
	width:20px;
	height:15px;
	display:block;
	}
#flag .fr a {background:url(./mag/logo/flag_fr.gif);}
#flag .en a {background:url(./mag/logo/flag_en.gif);}
#flag .de a {background:url(./mag/logo/flag_de.gif);}
#flag .sp a {background:url(./mag/logo/flag_sp.gif);}
#flag .it a {background:url(./mag/logo/flag_it.gif);}
#flag .pt a {background:url(./mag/logo/flag_pt.gif);}
#flag .ru a {background:url(./mag/logo/flag_ru.gif);}
#flag .ma a {background:url(./mag/logo/flag_ma.gif);}
#flag .nl a {background:url(./mag/logo/flag_nl.gif);}
#flag .jp a {background:url(./mag/logo/flag_jp.gif);}
#flag .cn a {background:url(./mag/logo/flag_cn.gif);}
#flag span {
	display:none;
	}
/* ------------- Le logo -------------- */
#logo {
    display: flex;
    flex-direction: column;
	}
#logo a {
    align-items: center;
	display: flex;
	}
#logo [itemprop="logo"],
#logo a > img:first-child {
    margin-right: 15px;
}
#logo p {
    color: var(--white);
    font-weight: 300;
    font-size: 21px;
    margin: 10px 0;
    text-align: center;
    text-transform: uppercase;
}
#logo p span {
    color: var(--main-color);
}    

body:not(.home) #right {
    margin-top: 50px;
}
    
#right_top,
#right_bottom,
#sup_1 h2,
#inf_2 {
    display: none;
}
/* ---------- Encart comand ----------- */
#comand {
    padding: 4px 20px;
    position: absolute;
    right: 0;
    z-index: 12;
	}
#comand ul {
    align-items: center;
    display: flex;
	}
#comand a {
	color: var(--white);
    margin: 0 5px;
    transition: var(--transition);
	}
#comand span {
    display: none;
    transition: var(--transition);
	}
#comand a::after {
    font-family: var(--fontawesome);
    font-size: 22px;
    font-weight: 100;
}
#comand .basket a::after {
    content: url(/img/shopping-bag.png);
}
#comand .account a::after {
    content: url(/img/user.png);
    }
#comand #log_logout > a::after {
    content: '\f08b';
    font-weight: 500;
}
#comand #log_logout {
    align-items: center;
    display: flex;
}
#comand .log_detail span,
#comand .log_detail #log_name {
    display: inline;
}
#comand a:hover,
#comand a:hover span {
    color: var(--main-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 .help,
#charit_basket {
	display:none;
	}
/*---------------------------- MENU/NAVIG -----------------------------------*/
#menu {
    align-items: center;
    background: var(--white);
    display: none;
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
}
#navig {
    width: 100%;
}
#navig li {
    display: block;
    position: relative;
}
#navig li i {
    color: var(--black);
    font-size: 22px;
    padding: 12px;
    position: absolute;
    right: 0;
    top: 0;
    transition: var(--transition);
}
#navig li i.open {
    transform: rotate(180deg);
}
#navig a {
    display: block;
    padding: 10px 0;
}
#navig span {
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
    transition: var(--transition);
	}
#navig .smenu {
    display: none;
}
#navig .smenu a {
    color: var(--black);
    padding: 5px 0;
}
#navig .i,
#navig .start,
#navig .end {
	display: none;
	}
#navig {
    position: relative;
	z-index: 11;
	}
.menu__toggle {
    color: var(--white);
    cursor: pointer;
    font-size: 26px;
    font-weight: 700;
    left: 10px;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: -90px;
}
/*--------------------------- PARTIE GAUCHE ---------------------------------*/
#left,
#left_top,
#left_bottom,
#left .offer,
#left .service,
#contact_us,
#newsletter,
#professional,
#partner {
	display:none;
}
/* ------------ Recherche ------------- */
#comand #search {
    display: block;
	}
#search {
    color: var(--white);
    font-size: 19px;
}
#search h2 {
	display:none;
	}
#search p {
    background: var(--bg-top);
    display: flex;
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 calc(50% - var(--global-width) / 2) 10px;
    position: absolute;
    right: 0;
    top: 36px;
    transition: var(--transition);
    width: 100vw;
	}
#search i {
    cursor: pointer;
    transition: var(--transition);
}
#search i:hover {
    color: var(--main-color);
}
#search p.open {
    height: 57px;
    opacity: 1;
}
#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 var(--grey);
    color: var(--white);
    font-size: 28px;
    width: 100%;
}
#search .btn_short {
    background: none;
    color: var(--white);
    font-family: var(--fontawesome);
    font-size: 28px;
    font-weight: 100;
}
#comand #searchLiveResult {
    display: none;
    position: absolute;
    right: 0;
    top: 89px;
    width: 100vw;
}
#comand #searchLiveResult div,
#comand #searchLiveResult span {
    color: var(--black);
    display: block;
    font-size: 18px;
}
#search p.open + #searchLiveResult {
    display: block;
    padding: 0 calc(50% - var(--global-width) / 2);
}
#searchLiveResult .sl-items {
    padding: 5px 20px;
    transition: var(--transition);
}
#searchLiveResult .sl-items a {
    align-items: center;
    display: flex;
}
#searchLiveResult .sl-items:hover {
    background: var(--main-color);
}
#searchLiveResult .sl-items img {
    width: 75px;
}


/*--------------------------- Réassurances ----------------------------------*/

#inf_1 {
    background: var(--white);
    padding: 20px 0;
}

#inf_1 h2 {
    display: none;
}

#inf_1 ul {
    color: var(--black);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: var(--global-width);
    padding: 0 15px;
    width: 100%;
}

#inf_1 li {
    margin: 10px 15px;
}

#inf_1 a {
    align-items: center;
    color: var(--black);
    display: flex;
    font-size: 16px;
    justify-content: center;
    text-transform: uppercase;
}

#inf_1 a:hover {
    color: var(--main-color);
}

#inf_1 span {
    margin-left: 10px;
}

/*--------------------------- PARTIE LIENS ----------------------------------*/
#link_contener {
    display: none;
}
/*------------------------------- FOOTER -------------------------------------*/
#footer_contener {
    background: var(--bg-top);
    border: 0;
    padding-top: 30px;
	}
#footer {
    display: flex;
    flex-wrap: wrap;
    max-width: var(--global-width);
    padding: 0;
    width: 100%;
	}
#footer p:first-of-type {
    flex: 0 0 100%;
    text-align: center;
}
#footer li {
    color: var(--white);
    line-height: 1.15;
}
#footer li:first-of-type {
    margin-bottom: 16px;
    text-transform: uppercase;
}
#footer ul {
    flex: 1 0 50%;
    margin-bottom: 20px;
    padding: 5px 10px;
}
#footer .footer_last {
    align-items: center;
    border-top: 1px solid var(--main-color);
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
    margin-top: 30px;
    padding: 15px 0 20px;
}
#footer .footer_last li {
    margin: 0 15px;
}
#footer .footer_last li:first-of-type {
    margin-bottom: 0;
}

#footer a {
    color: var(--white);
}
#footer a:hover {
    color: var(--main-color);
}
#footer .rs a {
    color: var(--main-color);
    font-size: 20px;
}
#footer .rs span {
    display: none;
}

/*---------------------------- PAGE PANIER ----------------------------------*/
#basket_notempty {
    margin: 0 auto;
    max-width: 960px;
    text-align: center;
    width: 100%;
}
#basket_tab{
    margin-bottom:10px;
}
#basket td,
#validation td {
	padding: 6px;
	}
#basket_tab td,#account_tab td {
	text-align:center;
	border: 2px solid #ccc;
	}
#basket_tab .col1,#account_tab .col1 {
	width:100%;
	text-align:left;
	}
#basket_tab .header td,#basket .footer td,#account_tab .header td {
	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(--white);
    font-family: var(--fontawesome);
    font-size: 24px;
    width: auto;
	}
#basket_tab .btn_short:hover {
    color: var(--main-color);
}
#basket_tab .col1 a {
    color: var(--white);
}
#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);
}
#basket_tab .header td,
#basket_tab #bks_totalpay td {
}
#maj {
	padding-top:10px;
	margin-bottom:5px;
	clear:both;
	text-align:right;
	}
/* ------------- Compte client --------------*/
#account h2[class^="ab0"] {
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 700;
}
#account {
    text-align: center;
}
#account #formulaire {
    margin: 0 auto;
	max-width: 650px;
    widht: 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_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;
}
/* ---------- 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 > span {
    flex: 0 0 100%;
}    
#account.account_menu p:empty,
#account.account_menu p[class^="ab0"] {
    display: none;
}
.account_option {
    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;
	}
/*--------------------------- LISTE PRODUIT ---------------------------------*/
#list {
    margin-bottom: 110px;
}
#list > .btn_pos,
#list .header > .view {
    display: none;
}
#list h1 {
    position: relative;
    text-align: center;
}
#list h1::after {
    background: var(--main-color);
    bottom: -20px;
    content: '';
    display: block;
    height: 1px;
    margin: 20px auto;
    width: 62px;
}
#list .header p {
    color: var(--white);
}

#list_contener,
.list_contener,
#formAssociated {
    align-items: start;
    display: flex;
    flex-wrap: wrap;
    /*max-width: calc(var(--global-width) + var(--global-padding) * 2) ;*/
    max-width: 1250px;
    margin: 0 auto;
    width: 100%;
	}
.sort-by {
    flex: 0 0 100%;
	padding: 10px 0;
    text-align: right;
	}
#home .list_content[class*="pdt"],
#list .uneven,
#list .pair {
    width: 100%;
    }
#home .list_content,
#list .uneven,
#list .pair {
    background: var(--white);
    margin: 10px;
    position: relative;
}
#home .list_content,
.list_content {
    position: relative;
	text-align: center;
	}
#home .list_content[class*="pdt"] > .a-view::before,
#list .list_content[class*="pdt"] > .a-view::before {
    background: rgba(239,239,239,0.85);
    box-sizing: border-box;
    content: url(/img/details.png);
    font-size: 24px;
    height: calc(100% - 40px);
    left: 0;
    opacity: 0;
    padding: 65% 40px;
    poînter-events: none;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s;
    width: 100%;
    z-index: 5;
}
#home .list_content[class*="pdt"]:hover > .a-view::before,
#list .list_content[class*="pdt"]:hover > .a-view::before {
    opacity: 1;
}

.list_content a,
.list_content span,
.list_content .view {
    transition: var(--transition);
}
.a-view {
    align-items: center;
	display: flex;
    height: 275px;
    overflow: hidden;
	}
.list_content .view {
    display: block;
    float: none;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    width: 100%;
}
.a-view:hover .view {
    transform: scale(1.25);
}

.list_content a {
    color: var(--black);
}
.list_content a:hover {
    color: var(--main-color);
}

.list_content .primary {
    padding: 0 13px;
    overflow: hidden;
    margin: 10px 0;
    align-items: flex-start !important;
} 
.list_content .secondary {
    font-size: 13px;
    padding: 0 13px;
    text-align: left;
}
.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: 10px 0 0;
    padding: 0 13px;
    text-align: center;
    width: 100%;
}
.list_content .list_btn {
	display: block;
    font-size: 0;
	margin: 10px 0 0;
	}
.list_content .list_bottom input,
.list_content .list_btn input {
    background: var(--main-color);
    color: var(--white);
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    min-height: 40px;
    padding: 11px;
    text-transform: uppercase;
    width: 100%;
}
.list_content .list_bottom input:hover,
.list_content .list_btn input:hover {
    background-color: var(--hover-color);
}

.list_content .btn_buy + a,
.list_content .btn_buy + .btn_detail {
    display: none;
}

.list_content .list_bottom .btn_buy {
    background: var(--main-color) url('/img/shopping-bag.png') calc(50% + 55px) 50% no-repeat;
    font-family: var(--primary-font);
    font-size: 10px;
    padding-right: 40px;
}

.list_content .block_quantity,
.list_content .stock_pos {
    display: none;
}
.list_content .wishlist {
    background-position: center;
    height: 30px;
    right: 15px;
    top: 0;
    width: 30px;
    z-index: 2;
}
.list_content .out_stock,
.list_content .in_stock {
    display: none;
}

.title_associed {
    color: var(--black);
    font-size: 18px;
}

#list .title_associed {
    color: var(--white);
}

#list .associed .uneven,
#list .associed .pair {
    flex: 0 0 calc(50% - 10px);
    margin: 5px;    
}

.list_content[class*="pdt"] .primary {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center;
}
.list_content[class*="pdt"] .secondary {
    align-items: center;
    display: flex;
    height: 16px;
    justify-content: center;
    width: 100%;
}

/* --- liste de liens ---*/

.list_content[class*="url"] .a-view,
.list_content[class*="item_list"] .a-view {
    height: 100px;
}
.list_content[class*="url"] .view,
.list_content[class*="item_list"] .view {
    height: 100%;
    object-fit: scale-down;
    position: relative;
    width: 100%;
    z-index: 3;
}

.list_content[class*="url"] .view[src="/img/photo_en_cours-s.jpg"],
.list_content[class*="item_list"] .view[src="/img/photo_en_cours-s.jpg"] {
    opacity: 0;
}

.list_content[class*="url"] .primary,
.list_content[class*="item_list"] .primary {
    margin: 0;
    position: absolute;
    top: calc(50% - 20px);
    transform: translateY(-50%);
    width: 100%;
}

.list_content[class*="url"] .primary a,
.list_content[class*="item_list"] .primary a {
    font-size: 21px;
    font-weight: 700;
    margin: 0;
}

.list_content[class*="url"] .seemore {
    background: var(--main-color);
    color: var(--white);
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
    text-transform: none;
}


/* ------------ Pagination ------------ */
#pagination {
	width:100%;
	margin:auto;
	clear:both;
	text-align:center;
	}
#pagination ul {
    display: flex;
    justify-content: center;
	margin: 10px auto;
	}
#pagination li {
    background: var(--white);
    margin: 0 2.5px;
    padding: 5px 10px;
	}
#pagination .current {
    background: var(--main-color);
}
#pagination li a {
    display: block;
    text-transform: capitalize;
	}
/*--------------------------- FICHE PRODUIT ---------------------------------*/
#product {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
#product h1 {
    border-bottom: 1px solid var(--grey);
}
#product .pd00 {
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 700;
}
.pdtlibshortdiv {
    display: block;
}
#product .pd08 {
    display: none;
}
#product .wishlist {
    right: 0;
    top: 0;
}
/* --------- Image principale --------- */
#image.view {
    flex: 0 0 50%;
	position: relative;
	z-index: 10;
	}
#image .comment {
    display: none;
	}
#image.view_large .comment {
	text-align: center;
	}
#image #zoom {
    left: 570px !important;
}
/* ------- Vues supplementaires ------- */
.pd07 span {
	display:block;
	clear:both;
	}
#image .pic_another_pic {
	width:80px;
	margin:0;
	padding:5px 3px 0 0;
	}
/* -------------- 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 {
	position:absolute;
	top:0;
	left:0;
	}
#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: 10;
	}
[class*="popup"] p,
[class*="popup"] [class*="btn"] {
    color: var(--black);
}
#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 {
    flex: 0 0 50%;
    position: relative;
}
#feature {
	padding-bottom: 10px;
	}
#feature .error {
	margin:10px 0;
	}
#feature .price_pos,#feature .stock_pos {
	}
#feature .btn_pos {
    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 {
	clear:both;
    font-size: 20px;
    font-weight: 700;
	margin-bottom:5px;
    color: #fff;
	}
#feature .IT,
#feature .OT {
    display: inline;
}
#feature .out_stock {
    color: var(--darkmain-color);
    font-size: 18px;
    padding: 0;
}
#feature .logo {
	margin:0;
	padding:5px 0;
	float:left;
	clear:both;
	}
#feature #quantity {
    display: none;
}
#feature .block_quantity {
    display: flex;
    font-weight: 700;
    justify-content: center;
    margin: 5px 15px 5px 0;
    text-align: center;
}
#feature input {
    border: 1px solid var(--grey);
    height: 40px;
}
#feature .btn_quantity {
    border-radius: 0;
    color: var(--grey);
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    padding: 0 10px;
    width: 40px;
}
#feature #nb {
    font-size: 18px;
    font-weight: 700;
    margin: 0 -1px;
    text-align: center;
    width: 75px;
}

#feature #btn_basket_buy {
    background: var(--main-color) url('/img/shopping-bag.png') calc(50% + 75px) 50% no-repeat;
    border: 0;
    border-radius: 0;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0;
    padding: 5px 20px;
    padding-right: 50px;
    text-transform: uppercase;
    transition: var(--transition);
    width: 200px;
}
#feature #btn_basket_buy:hover {
    background-color: var(--darkmain-color);
    color: var(--white);
}
/* ----------- Les options ------------ */
#option_contener {
    display: flex;
    flex-wrap: wrap;
	}
.option {
    flex: 1 0 calc(100% / 3);
	padding: 10px 10px 10px 0;
	}
.option p {
    font-weight: 600;
	margin: 5px 0;
    text-transform: capitalize;
    width: 100%;
	}
.option .pdt_btn {
    background: var(--white);
    border: 1px solid var(--grey);
    font-size: 15px;
    padding: 7px 5px;
    text-align: left;
    width: 100%;
	}
.option .pdt_select {
    position: relative;
}
.option .pdt_select > p {
    margin: 0;
    position: relative;
}
.option .pdt_select > p::after {
    content: '\f078';
    font-family: var(--fontawesome);
    padding: 5px;
    position: absolute;
    right: 0;
}
.option .prod_choice img {
	padding-right:0 5px 0 0;
	}
.option .prod_choice {
    background: var(--white);
    border: 1px solid #dedede;
	padding: 5px 0;
	position: absolute;
    width: 100%;
	z-index: 2;
	}
.option .prod_choice a {
	padding:2px 5px;
	display:block;
	color:#000;
	vertical-align:top;
	text-decoration:none;
	}
.option .prod_choice a:hover {
	color:#fff;
	background:#555;
	}
.option .option_price {
	color:#000;
	}
.option a:hover .option_price {
	color:#fff;
	}
.option select {
    background: var(--white);
    border: 1px solid var(--grey);
    padding: 8px 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;
	}
/* ------------- Divers ----------------*/
.cofidis img,.cofidis_basket img {
	margin-top:15px;
	float:left;
	border:none;
	}
/*---------------------------- Fil d'Arianne --------------------------------*/
#navigation {
    padding: 0 15px;
    margin: 15px auto 30px;
    max-width: var(--global-width);
    width: 100%;
	}
#navigation ul {
    display: flex;
}
#navigation li {
    background: none;
    float: none;
    font-size: 12px;
    padding: 0;
}
#navigation li::after {
    color: var(--white);
    content: '>';
}
#navigation li:last-of-type::after {
    display: none;
}

#navigation a {
    padding: 5px;
}

#navigation span {
	color: var(--white);
	}
#navigation li:last-of-type span {
    color: var(--white);
	}
#navigation a:hover span {
    color: var(--main-color);
	}
/*--------------------------- PAGE D'ACCUEIL --------------------------------*/
#home > h1 {
    color: var(--white);
    font-size: 26px;
    font-weight: 300;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 240px;
    width: 100%;
    z-index: 10;
}
#mag_table_home {
    max-width: 100%;
    width: 100%;
}
#mag_table_home h2 {
    text-align: center;
}
/* -------------- TC_01 --------------- */
#tl_01 {
    position: relative;
}
#tc_01 {
	padding:0;
    width: 100%;
	}
#tc_01 h2 {
	display: none;
	}	
#tc_01 .scrollable {
    max-height: 95vh;
    width: 100%;
}
#tc_01 .items {
    display: flex;
    height: 100%;
}
#tc_01 .item {
    position: relative;
    width: 100vw;
}
#tc_01 .item img {
    border-radius: 0;
    display: block;
    height: 100% !important;
    object-fit: cover;
    width: 100%;
}
#tc_01 .items .item_text {
    align-items: center;
    color: var(--white);
    display: flex;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    text-transform: uppercase;
}
#tc_01 .items .item_text div {
    display: block;
    padding: 0 80px;
}
#tc_01 .btn_browse span {
    background: var(--main-color);
    color: var(--white);
    font-family: var(--fontawesome);
    font-size: 25px;
    height: 36px;
    padding: 5px;
    width: 36px;
}
#tc_01 .scrollable .prev {
    left: 30px;
}
#tc_01 .scrollable .next {
    right: 30px;
}
#tc_01 .scrollable .prev span::before {
    content: '\f104';
}
#tc_01 .scrollable .next span::before {
    content: '\f105';
}
#tc_01 .scrollable .slidetabs {
    bottom: 30px;
    display: none !important;
}
#tc_01 .scrollable .slidetabs a {
    background: #fff;
    border-radius: 100%;
    height: 12px;
    margin: 0 5px;
    width: 12px;
}
#tc_01 .scrollable .slidetabs a.current {
    background: var(--main-color);
}
/* -------------- TC_02 --------------- */
#tl_02 {
    border-bottom: 1px solid var(--main-color);
}
#tc_02 {
    padding: 20px 15px;
}
#advsearch_home {
    margin: 0 auto;
    max-width: var(--global-width);
    width: 100%;
}
#advsearch_home p {
    margin: 5px;
    position: relative;
}
#advsearch_home p:not([class]) {
    display: none;
}
#advsearch_home #formulaire {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#advsearch_home [type="submit"] {
    height: 40px;
    padding-right: 30px;
    text-transform: uppercase;
    width: 150px;
}
#advsearch_home [type="text"],
#advsearch_home select {
    font-family: var(--main-font);
    height: 40px;
    padding: 10px;
}
#advsearch_home [type="text"] {
    font-style: italic;
    width: 280px;
}
#advsearch_home select {
    font-weight: 700;
    width: 145px;
}
#advsearch_home .btn_pos::after {
    content: url('img/advsearch.png');
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#advsearch_home .asearch_02 .formw::after,
#advsearch_home .asearch_03 .formw::after {
    background: var(--white);
    color: var(--main-color);
    content: '\f105';
    font-family: var(--fontawesome);
    font-size: 18px;
    height: 40px;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

/* -------------- TL_03 --------------- */
#tc_03 {
    padding: 50px 0;
    text-align: center;
}

#tc_03 h2 {
    color: var(--white);
    text-transform: uppercase;
}
#tc_03 > .btn {
    background: none;
    border: 1px solid var(--white);
    color: var(--white);
    display: inline-block;
    margin: 60px auto 20px;
    padding: 15px 40px;
    text-transform: uppercase;
    transition: all 0.3s;
    width: auto;
}
#tc_03 > .btn:hover {
    background: var(--main-color);
    border-color: var(--main-color);
}

/* -------------- TL_04 --------------- */
#tc_04 {
    overflow: hidden;
}
#tc_04 ul {
  display: flex;
  list-style: none;
  margin: 0;
  max-width: 100vw;
  overflow: hidden;
  padding: 0;
}
#tc_04 .owl-stage {
  align-items: center;
  display: flex;
  overflow: hidden;
}

#tc_04 li {
    position: relative;
}
#tc_04 li::before {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.54) 100%);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 100%;
    z-index: 1;
}
#tc_04 br {
    display: none;
}
#tc_04 a {
    border: 1px solid var(--white);
    bottom: 50px;
    color: var(--white);
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    left: 50%;
    padding: 13px 38px;
    position: absolute;
    text-transform: uppercase;
    transform: translateX(-50%);
    transition: all .3s;
    z-index: 2;
}
#tc_04 img {
    object-fit: cover;
    width: 100% !important;
}

#tc_04 .owl-nav button {
    background: var(--main-color);
    color: var(--white);
    font-family: var(--fontawesome);
    font-size: 25px;
    height: 36px;
    padding: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
}
#tc_04 .owl-nav .owl-prev {
    left: 30px;
}
#tc_04 .owl-nav .owl-next {
    right: 30px;
}
#tc_04 .owl-nav .owl-prev span::before {
    content: '\f104';
}
#tc_04 .owl-nav .owl-next span::before {
    content: '\f105';
}
/* -------------- TL_05 --------------- */
#tl_05 {
    background: #e5e5e5 url(/img/moto.png) no-repeat calc(50% - 135px) 50%;
}
#tc_05 {
    background: var(--main-color);
    display: block;
    margin-left: auto;
    padding: 25px;
    width: 100%;
}
#tc_05 h2 {
    margin-bottom: 40px;
    position: relative;
    text-align: left;
}
#tc_05 h2::after {
    background: var(--white);
    bottom: -15px;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 62px;
}
#tc_05 h2 a {
    color: var(--white);
    text-transform: uppercase;
}
#tc_05 p {
    color: var(--white);
    font-size: 15px;
}
#tc_05 p a {
    border: 1px solid var(--white);
    color: var(--white);
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    margin-top: 20px;
    padding: 10px 18px;
    text-transform: uppercase;
    transition: all .3s;
}
#tc_05 p a:hover {
    background: var(--white);
    color: var(--main-color);
}
#tc_05 a img {
    margin-bottom: -5px;
    margin-left: 7px;
    transition: all .3s;
}
#tc_05 p a:hover img {
    filter: invert(19%) sepia(70%) saturate(6714%) hue-rotate(357deg) brightness(83%) contrast(123%);
}

/*---------------------- FIN de la PAGE D'ACCUEIL ---------------------------*/



/* ------ Processus de commande ------- */
#order_step {
  width: calc(100% - 30px);
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 15px;
}

#order_step ul {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 15px auto;
  padding: 0;
}

#order_step .start,
#order_step .end {
  display: none;
}

#order_step li {
  display: flex;
  align-items: center;
  position: relative;
  background: var(--secondary-color);
  font-size: 15px !important;
  line-height: 1;
  padding-right: 10px;
  text-align: center;
  color: #fff !important;
}

#order_step li::before {
  display: block;
  position: relative;
  z-index: 2;
  width: 60px;
  padding: 7px 16px;
  background: var(--secondary-color);
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  font-weight: 900;
  color: #fff;
}

/*  = --- IcÃ´nes Ã©tapes ---------- */

#order_step ul > li:nth-of-type(2)::before {content: "\f007";}
#order_step ul > li:nth-of-type(3)::before {content: "\f4de";}
#order_step ul > li:nth-of-type(4)::before {content: "\f46c";}
#order_step ul > li:nth-of-type(5)::before {content: "\f09d";}
#order_step ul > li:nth-of-type(6)::before {content: "\f00c";}

/*  = --- Etape actuelle --------- */

#order_step .on {
  font-weight: 700;
}

#order_step .on,
#order_step .on::before {
  background: var(--main-color);
}

#order_step .on::after {
  border-left-color: var(--main-color);
}

/*  = --- Etape terminÃ©e --------- */

#order_step .made::after {
  border-left-color: #c5bfba;
}

#order_step .made,
#order_step .made::before {
  background: #c5bfba;
}

/* ------------ Tunnel d'achat ----------- */
#work_order .btn_pos .btn {
    text-transform: capitalize;
    width: 150px;
}

/* ------------ 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 100%;
}

/* ------------ Media queries ----------- */
@media (max-width: 480px) {
    #logo {
        padding: 10px 75px 0;
        width: 100%;
    }
    #logo a {
        justify-content: center;
    }
    #logo [itemprop="logo"] {
        max-width: 75px;
    }
    #logo [itemprop="logo"] ~ span img {
        max-width: 90px;
    }    
    #comand {
        padding: 0;
        top: 20px;
        right: 10px;
    }
    
    #comand #log_logout {
        position: absolute;
        right: 0;
        top: 35px;
    }
    
    #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;
    }
    
    #basket .btn_pos {
        display: flex;
        flex-direction: column-reverse;
    }
    #basket .btn_pos input {
        margin: 1px 0;
        width: 100%;
    }
    
    #tc_01 .items .item_text {
        font-size: 18px;
    }
    #tc_01 .items .item_text div {
        padding: 0 50px;
    }
    #tc_01 .scrollable .next {
        right: 5px;
    }
    #tc_01 .scrollable .prev {
        left: 5px;
    }
}

@media (min-width: 480px) {
    /* -- Home -- */
    #home > h1 {
        font-size: 40px;
        top: 250px;
    }
    
    #tc_02 {
        padding: 30px 50px;
    }
    #tc_02 .caption-title {
        font-size: 20px;
    }
    #tc_02 .caption-title span::after,
    #tc_02 .caption-title span::before {
        margin: 0 10px;
    }
    
    #feature .btn_pos {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    
    .list_content .list_bottom .btn_buy {
        background: var(--main-color) url('/img/shopping-bag.png') calc(50% + 75px) 50% no-repeat;
        font-size: 13px;
    }
    
    #account .label {
        flex: 0 0 150px;
        font-size: 14px;
        padding-top: 6px;
    }
    #account .formw {
        flex: 0 0 calc(100% - 170px);
    }
}


@media (min-width: 768px) {
    #logo {
        align-items: center;
        flex-direction: row;
    }
    
    /* -- header / menu -- */
    /*#comand .log_detail {
        display: inline;
    }*/
    
    .menu__toggle {
        top: -56px;
    }
    
    /*-- List -- */
    #home .list_content[class*="pdt"],
    #list .uneven,
    #list .pair {
        width: calc((100% / 2) - 1.5em);
    }
    
    #list .associed .uneven,
    #list .associed .pair {
        flex: 0 0 calc(100% / 3 - 10px);
        margin: 5px;    
    }
    
    #list_contener.list_list .uneven,
    #list_contener.list_list .pair {
        flex: 0 0 calc(100% / 3 - 20px);
    }

    /* -- Home -- */
    #home > h1 {
        font-size: 66px;
        top: 220px;
    }
    
    #tl_02 {
        flex-direction: row;
    }
    
    #tl_02 h2 {
        font-size: 3.3vw;
    }
    #tc_05 {
        flex-direction: row;
    }
    
    /* -- Product -- */
    #product {
        flex-direction: row;
    }
    #wrap_product {
        padding-left: 30px;
    }
    
    .account_myaccount {
        padding-right: 10px;
    }
    .account_mycomands {
        margin-top: 0;
    }
    
    #account.account_menu {
        flex-direction: row;
    }
    
    #order_step::before {
        position: absolute;
        top: 50%;
        z-index: -1;
        width: 100%;
        height: 2px;
        background: var(--darkmain-color);
        transform: translateY(-50%);
        content: "";
    }
    
    #order_step ul {
        flex-direction: row;
    }
    #order_step li {
        background: var(--darkmain-color);
    }
    
    #order_step li::before {
        padding: 16px 0;
        width: 40px;
    }
    
    #order_step li::after {
        position: absolute;
        left: 100%;
        z-index: -1;
        margin: 0 !important;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 25px solid var(--darkmain-color);
        content: "" !important;
    }
    
    #canvas_delivery_info,
    #canvas_delivery_msg {
        flex: 0 0 48%;
    }
    
    #inf_1 {
        padding: 47px 0;
    }    
    #inf_1 ul {
        flex-direction: row;
    }
    #inf_1 a {
        justify-content: initial;
    }
    #inf_1 li {
      margin: 10px 40px;
    }
    
    #footer ul {
        flex: 1;
        margin-bottom: 0;
    }
}

@media (min-width: 960px) {    
    #logo p {
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
    }
    /* -- top header -- */
    
    #right_contener .arround li {
        font-size: 13px;
        margin-left: 30px;
    }
    #right_contener .arround i {
        font-size: 13px;
    }
    /* -- header / menu -- */
    #top {
        flex-direction: row;
        justify-content: space-between;
    }
    
    /* -- Navig -- */
    .menu__toggle {
        display: none;
    }
    #menu {
        display: flex;
        padding: 0 calc(50% - var(--global-width) / 2);
        position: static;
    }
    #navig {
        width: auto;
    }
    #navig .mns {
        flex: 1;
        position: static;
    }
    #navig i {
        display: none;
    }
    #navig li:hover .smenu {
        display: flex;
    }
    #navig .smenu {
        background: var(--white);
        flex-wrap: wrap;
        left: calc(50% - var(--global-width) / 2);;
        padding: 0 10px 10px;
    	position: absolute;
        width: var(--global-width);
        z-index: 1000;
    	}
    #navig .smenu li {
        line-height: 1.25;
        margin: 0;
    }
    #navig .smenu a {
        color: var(--grey);
    	display: block;
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
    	}
    #navig .smenu a:hover {
    	color: var(--main-color);
    	background: #fff;
    	text-decoration:none;
    	}
    #navig .smenu_column {
        flex: 0 0 calc(100% / 6);
        padding: 0 10px;
    }
    #navig a.menu {
    	display: block;
        margin: 0;
    	padding: 19px 0;
    	}
    #navig a.menu span {
        font-size: 16px;
    }
    #navig a.menu:hover span {
        color: var(--hover-color);
    	}
    #navig li.mns:last-of-type a {
        background-color: var(--main-color);
        padding: 10px;
        transition: var(--transition);
    }
    #navig li.mns:last-of-type a:hover {
        background-color: var(--darkmain-color);
    }
    #navig li.mns:last-of-type a:hover span {
        color: var(--white);
    }
    #navig .smenu_header_img img {
        display: block;
    }
    
    
    /*- spécial -*/
    #navig .menu[title="Custom"] {
        background: url('img/qui.png') no-repeat 50% 50%;
    }
    
    #navig .m9 .menu {
        background: var(--main-color);
        padding: 18px 0 15px;
    }
    #navig .m9 .menu span {
        color: var(--white);
        font-size: 14px;
        text-transform: uppercase;
    }
    #navig .m9 .menu :hover {
        background: var(--black);
    }
    #navig .m9 .menu :hover span {
        color: var(--white);
    }
    #navig .m9 .menu span::after {
        content: url('img/accespro.png');
        margin-left: 5px;
        vertical-align: middle;
    }
    
    /* -- Home -- */
        
    #tc_04 a {
        opacity: 0;
        transition: all .3s;
    }
    #tc_04 li:hover a {
        opacity: 1;
    }
    
    
    /* -- Listes -- */    
    #home .list_content[class*="pdt"],
    #list .uneven,
    #list .pair {
        width: calc((100% / 3) - 1.5em);
    }

    /* -- Footer -- */
    #footer p:first-of-type {
        flex: initial;
        margin-right: 50px;
    }
}


@media (min-width: 1140px) {
    #logo img + span {
        margin-left: 70px;
    }
    
    #top {
        padding: 14px calc(50% - var(--global-width) / 2);
    }
    
    #comand {
        padding: 0;
        right: calc(50% - var(--global-width) / 2);
    }
    
    /* -- Home -- */
    #tc_01 .items .item_text {
        font-size: 37px;
    }
    
    #tc_01 .items .item_text div {
        padding: 0;
    }
    #tc_01 .scrollable .prev {
        left: calc(50% - 1140px / 2 - 30px);
    }
    #tc_01 .scrollable .next {
        right: calc(50% - 1140px / 2 - 30px);
    }    
    #tc_01 .items .item_text {
        padding: 0 calc(50% - var(--global-width) / 2 + 50px);
    }
    
    #tc_05 {
        margin-right: calc(50% - var(--global-width) / 2);
        max-width: 723px;
        min-height: 657px;
        padding: 65px;
    }
    
    #home .list_content[class*="pdt"],
    #list .uneven,
    #list .pair {
        width: calc((100% / 4) - 1.5em);
    }
    
    #list_contener.list_list .uneven,
    #list_contener.list_list .pair {
        flex: 0 0 calc(100% / 3 - 32px);
        margin: 16px;
    }
    
    #list_contener.url_list .uneven,
    #list_contener.url_list .pair {
        flex: 0 0 calc(25% - 32px);
        margin: 16px;
    }
}

/* Fiche produit */

#product .en_stock {
    color: #fff;
    font-weight: 700;
}

#product .en_stock > a {
    color: #fff;
    text-decoration: underline;
}

#product .en_stock > a:hover {
    color: #e80000;
}

#product .en_stock:before {
    display: none;
}