* {
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; 
    font-smoothing: antialiased; 

}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, body {
    box-sizing: border-box;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    font-style: normal;
    background: #fff;
    color: #181923;
    text-rendering: optimizeLegibility; 
    word-wrap: normal !important;
    -webkit-hyphens: none !important;
    hyphens: none !important;
    -webkit-word-break: normal !important;
    word-break: normal !important;
}

:root {
    --leftright: 6vw;
    --orange: #f17c34;
    --noir: #181923;
    --gris: #f7f3ee;
    --grislight: #f4f4f4;
    --light: #f9cbae;
}

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/font-awesome/fa-brands-400.eot");
  src: url("fonts/font-awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"),
       url("fonts/font-awesome/fa-brands-400.woff2") format("woff2"),
       url("fonts/font-awesome/fa-brands-400.woff") format("woff"),
       url("fonts/font-awesome/fa-brands-400.ttf") format("truetype"),
       url("fonts/font-awesome/fa-brands-400.svg#fontawesome") format("svg");
}

strong,
.bold {
    font-weight: 800;
}

#container,
#content {
    margin: 0 auto;
    position: relative;
}

.bkg-blanc {
    background: #fff;
}

.bkg-orange {
    background: var(--orange);
}

.bkg-noir {
    background: var(--noir);
}

.bkg-gris {
    background: var(--gris);
}

.bkg-light {
    background: var(--light);
}

.bkg-gris-light,
.bkg-grislight {
    background: var(--grislight);
}

.noir {
    color: var(--noir);
}

.orange {
    color: var(--orange);
}

p {
    word-wrap: normal !important;
    -webkit-hyphens: none !important;
    hyphens: none !important;
    -webkit-word-break: normal !important;
    word-break: normal !important;
    margin-bottom: 12px;
    color: var(--noir);
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-top: 0;
    font-style: normal;
    position: relative;
}

.entry-content p {
    margin: 0;
    margin-bottom: 10px;
}

a.small,
.small,
p.small {
    font-size: .8rem;
    line-height: 1.1rem;
}

.big,
p.big {
    font-size: 1.45rem;
    line-height: 1.8rem;
    margin-bottom: 20px;
}

.superbig {
    font-size: 4.5rem;
    line-height: 3.6rem;
    margin-bottom: 20px;
}

.cap {
    text-transform: uppercase;
}

ul, ol {
    margin: 0;
}

a {
    outline: none;
}

a,
a:hover,
a:visited,
a::after,
a:hover::after {
    color: inherit;
    outline-style: none !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a img {

}

img {
    max-width: 100%;
}


:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
    margin: 0;
    font-weight: 800;
    position: relative;
    color: var(--noir);
}


h1 {
    font-size: 2.4rem;
    line-height: 2.6rem;
    margin: 0 0 30px 0;
}

h2 {
    font-size: 2.2rem;
    line-height: 2.6rem;
    margin: 0 0 30px 0;
}

h3 {
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin: 0 0 20px 0;
}

h4 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin: 0 0 15px 0;
}

h5 {
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin: 0 0 15px 0;
}

a.underline:hover {
    text-decoration: underline;
}

.cta,
a.cta,
button[type='submit'],
input[type='submit'] {
    border: 0;
    background: var(--orange) !important;
    color: #fff !important;
    font-weight: 700 !important;
    padding: 20px 30px !important;
    font-size: 1rem !important;
    font-family: inherit !important;
    display: inline-block !important;
    margin: 30px 20px 0 0 !important;
    text-decoration: none !important;
    border-radius: 0 !important;
}

.cta:hover,
a.cta:hover,
button[type='submit']:hover,
input[type='submit']:hover {
    background: var(--noir) !important;
    text-decoration: none !important;
    border-radius: 8px !important;
}

a.cta.cta-small {
    font-weight: 600 !important;
    padding: 8px 12px !important;
    font-size: .8rem !important;
    margin: 15px 0 0 0 !important;
    line-height: 1.2rem;
}

.cta:hover,
a.cta:hover,
button[type='submit']:hover,
input[type='submit']:hover {
    background: var(--noir) !important;
    text-decoration: none !important;
    border-radius: 8px !important;
}

.module-filtres-home input[type='submit']:hover {
    background: #fff !important;
    color: var(--noir) !important;
}

a.cta.cta-filet {
    background: #fff !important;
    color: var(--orange) !important;
    border: 2px solid var(--orange);
}

a.cta.cta-filet:hover {
    color: var(--noir) !important;
    border: 2px solid var(--noir);
}

button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
.button.alt,
.widget-area .widget a.button.alt {
    background: var(--orange) !important;
    border: 0 !important;
}

button.alt:hover,
input[type="button"].alt:hover,
input[type="reset"].alt:hover,
input[type="submit"].alt:hover,
.button.alt:hover,
.widget-area .widget a.button.alt:hover {
    background: var(--noir) !important;
    border: 0 !important;
    text-decoration: none !important;
    border-radius: 8px !important;
}

.container-form input.border {
    border: 2px solid var(--gris) !important;
}


p+h2, p+header h2, p+h3, p+h4, ul+h2, ul+header h2, ul+h3, ul+h4, ol+h2, ol+header h2, ol+h3, ol+h4, table+h2, table+header h2, table+h3, table+h4, blockquote+h2, blockquote+header h2, blockquote+h3, blockquote+h4, form+h2, form+header h2, form+h3, form+h4 {
    margin-top: 25px;
}

section ul {
    list-style: none;
}

section .contenu-texte ul li:not(.product) {
    margin-bottom: 6px;
    padding-left: 6px;
    margin-left: 18px;
    position: relative;
}

section .contenu-texte ul li:not(.product)::before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 8px;
    left: -15px;
    border-radius: 2px;
    display: block;
    background: var(--orange);
}

section h4 + ul,
section p + ul {
    margin-top: 20px;
}

/*************************************************************************/
/************************* STRUCTURE *************************************/
/*************************************************************************/

a.absolute {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 14;
    top: 0;
    left: 0;
}

.wrap {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    max-width: 98%;
    z-index: 3;
}

/*
.wrapthin {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    max-width: 98%;
    z-index: 3;
}
*/

.thin {
    position: relative;
    width: 767px;
    margin: 0 auto;
    max-width: 98%;
    z-index: 3;
}

.clearboth {
    clear: both;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.display-table {
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.blanc p,
p.blanc,
.blanc {
    color: #fff;
}

.bkg-cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.padding80 {
    padding: 80px;
}

.padding60 {
    padding: 60px;
}

.padding50 {
    padding: 50px;
}

.padding40 {
    padding: 40px;
}

.padding30 {
    padding: 30px;
}

.padding20 {
    padding: 20px;
}

.padding15 {
    padding: 15px;
}

.padding10 {
    padding: 10px;
}

.filet {
    width: 100%;
    height: 1px;
    margin: 15px 0;
}

.filet-epais {
    width: 100%;
    height: 6px;
    margin: 25px 0;
}

.container-flex {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;
    position: relative;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.container-flex-center {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;
    -webkit-flex-wrap: wrap;
    column-gap: 2%;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.container-flex-nowrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.container-flex-start {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    column-gap: 3%;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.container-flex-end {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    column-gap: 3%;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.container-flex-start-nowrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.container-flex img,
.container-flex-center img,
.container-flex-nowrap img,
.container-flex-start img {
    max-width: 100%;
    height: auto;
}

.flex-item-moitie {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 48%;
    position: relative;
}

.flex-item-quart {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 23%;
    position: relative;
}

.flex-item-trois-quart {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 70%;
    position: relative;
}

.flex-item-tiers {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 31%;
    position: relative;
}

.flex-item-deux-tiers {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 65%;
    position: relative;
}

.flex-item-auto {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}

.flex-item-full {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.flex-item-cinq {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 18%;
    position: relative;
}

.flex-align-middle {
    align-self: center;
}

.marginzero,
.margin-zero {
    margin: 0 !important;
}

paddingzero,
padding-zero {
    padding: 0 !important;
}

.borderradius,
.border-radius {
    /*border-radius: 6px;*/
}

iframe {
    max-width: 100%;
    margin-bottom: 30px;
}

p + iframe,
ul + iframe {
    margin-top: 15px;
}

.displaynone,
.display-none {
    display: none !important;
}

.displayblock,
.display-block {
    display: block !important;
}

.displayinlineblock,
.display-inlineblock {
    display: inline-block!important;
}

.relative {
    position: relative;
}


/*************************************************************************/
/**************************** HEADER *************************************/
/*************************************************************************/

#page {
    /*padding-top: 135px;*/
}


body.single-product #page {
    padding-top: 0;
}


body.home #page {
    padding-top: 0;
}

#page.scroll {
    /*padding-top: 85px;*/
}

header.header {
    padding: 25px 0;
    border: 0;
}

header.header.header-home {
    border: 0;
    background: rgba(24,25,32,0);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 30;
}

header.header.header-page {
    padding: 20px 0;
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    transition: all .3s;
}

body.single-product header.header.header-page {
    padding: 20px 0;
    background: transparent !important;
}

.logo-header {
    width: 230px;
    height: 95px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.menu-fixe-responsive nav li,
header.header nav li {
    display: inline-block;
    float: none;
    padding: 0 15px;
}

.menu-fixe-responsive nav li a,
header.header nav li a {
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    position: relative;
}

header.header.header-page.scroll,
body.single-product header.header.header-page.scroll {
    background-color: rgba(24,25,32,100) !important;
    padding: 15px 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

header.header.header-home .logo-header {
    width: 160px;
    height: 70px;
}

body.single-product header.header.header-page .logo-header {
    width: 170px;
    height: 70px;
}

header.header.scroll .logo-header,
body.single-product header.header.scroll .logo-header {
    width: 160px;
    height: 55px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

header.header.header-home.scroll {
    background: rgba(24,25,32,100);
    padding: 15px 0;
}

header.header li:not(.lien-compte, .lien-panier, .linguise_switcher li)::after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: var(--orange);
    margin: 3px auto 0;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

header.header li.current-menu-item:not(.lien-compte, .lien-panier)::after,
header.header li:not(.lien-compte, .lien-panier):hover::after {
    width: 100%;
    opacity: 1;
}

header.header li.current-menu-item:not(.lien-compte, .lien-panier) a,
header.header li a:hover {
    color: var(--orange);
}

header.header li.lien-externe a::after {
    content: '\e89e';
    display: inline-block;
    font-family: 'Material icons';
    font-size: 1.1rem;
    font-weight: normal;
    color: var(--orange);
    margin-left: 8px;
    vertical-align: middle;
}


.menu-fixe-responsive.user-connecte li.lien-compte,
header.header.user-connecte li.lien-compte,
.menu-fixe-responsive.user-connecte li.lien-panier,
header.header.user-connecte li.lien-panier {
    position: relative;
}

header.header li.lien-compte {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #fff;
    padding-right: 10px;
}

.menu-fixe-responsive li.lien-compte a::before,
.menu-fixe-responsive li.lien-panier a::before,
header.header li.lien-compte a::before,
header.header li.lien-panier a::before {
    content: '';
    display: inline-block;
    font-family: 'Material icons';
    font-size: 1.8rem;
    font-weight: normal;
    color: #fff;
    vertical-align: middle;
}

.menu-fixe-responsive li.lien-compte a::before,
header.header li.lien-compte a::before {
    content: '\e7fd';
}

.menu-fixe-responsive li.lien-panier a::before,
header.header li.lien-panier a::before {
    content: '\e8cb';
}

.menu-fixe-responsive.user-connecte li.lien-compte a::after,
.menu-fixe-responsive.produit-panier li.lien-panier a::after,
header.header.user-connecte li.lien-compte a::after,
header.header.produit-panier li.lien-panier a::after {
    content: '\e86c';
    position: absolute;
    display: block;
    display: inline-block;
    font-family: 'Material icons';
    font-size: 1.1rem;
    font-weight: normal;
    z-index: 2;
    color: var(--orange);
    bottom: -10px;
}

header.header.user-connecte li.lien-compte a::after,
.menu-fixe-responsive.user-connecte li.lien-compte a::after {
    right: 2px;
}

header.header.produit-panier li.lien-panier a::after,
.menu-fixe-responsive.produit-panier li.lien-panier a::after {
    right: -2px;
}

/*------------------------------*/
/* Menu fixe footer responsive */
/*------------------------------*/

.menu-fixe-responsive {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px;
    text-align: center;
    z-index: 20;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    display: none;
}

.menu-fixe-responsive li.lien-compte a::before,
.menu-fixe-responsive li.lien-panier a::before {
    color: var(--noir);
}

.menu-fixe-responsive nav li {
    padding: 0 30px;
}

.menu-fixe-responsive li.lien-compte a::before,
.menu-fixe-responsive li.lien-panier a::before {
    font-size: 2rem;
}

.menu-fixe-responsive.user-connecte li.lien-compte a::after,
.menu-fixe-responsive.produit-panier li.lien-panier a::after {
    font-size: 1.1rem;
    bottom: -12px;
}

.menu-fixe-responsive.user-connecte li.lien-compte a::after {
    right: 0;
}

.menu-fixe-responsive.produit-panier li.lien-panier a::after {
    right: 0;
}


/*------------------------------*/
/* Gestion multilingue */
/*------------------------------*/

li.weglot-lang a {
    font-size: .85rem;
    top: 4px;
}

.linguise_lang_name {
    color: #fff !important;
}

/*-----------------------------*/
/* Menu responsive */
/*-----------------------------*/

#shiftnav-toggle-main {
    position: fixed!important;
    top: 0 !important;
    z-index: 1620 !important; 
    right: 0 !important;
    left: auto !important;
    max-width: 40px !important;
    font-size: 20px !important;
}

#shiftnav-toggle-main .shiftnav-toggle-burger,
#shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before {
    float: right !important;
}

#shiftnav-toggle-main-button {
    background: transparent !important;
    color: #fff !important;
}

.shiftnav {
    background: #fff !important;
    max-width: 85% !important;
    z-index: 5200 !important;
    border-right: 4px solid var(--gris) !important;
}

.shiftnav:after {
    display: none !important;
}

.shiftnav-open.shiftnav-open-left #shiftnav-toggle-main,
.shiftnav-open.shiftnav-open-left .shiftnav-fixed-left,
.shiftnav-open.shiftnav-open-left .shiftnav-wrap {
    transform: none !important;
}

.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item > .shiftnav-target {
    background: #fff !important;
}

.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item > .shiftnav-target {
    font-weight: 600 !important;
    color: var(--noir) !important;
    font-size: 1.1rem !important;
    border-bottom: 2px solid var(--gris) !important;
}

.shiftnav ul.shiftnav-menu.shiftnav-targets-medium li.menu-item>.shiftnav-target {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}


.shiftnav li.lien-compte,
.shiftnav li.lien-panier {
    display: none !important;
}


/*************************************************************************/
/**************************** FOOTER *************************************/
/*************************************************************************/

.site-footer {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 40px 0;
    color: #fff;
}

.site-footer h3,
.site-footer h4 {
    color: var(--orange);
}

.site-footer .container-flex {
    margin-bottom: 60px;
}

.site-footer a:not(.button):not(.components-button) {
    color: #fff;
}

.site-footer a,
.site-footer p {
    text-decoration: none;
    color: #fff;
    font-family: inherit;
    font-weight: 600;
}

.site-footer a:not(.small),
.site-footer p:not(.small) {
    font-size: 1rem;
    line-height: 1.4rem;
}

.site-footer nav li {
    display: block;
    float: none;
    margin: 0 0 10px;
}

.site-footer a:hover {
    color: var(--orange) !important;
    text-decoration: underline;
}

/*---------------- */
/* RESEAUX SOCIAUX */
/*---------------- */

li.youtube,
li.tiktok,
li.linkedin,
li.twitter,
li.facebook,
li.instagram {
    display: inline-block !important;
    width: auto !important;
    padding: 0;
}

li.youtube a,
li.tiktok a,
li.linkedin a,
li.twitter a,
li.facebook a,
li.instagram a {
    padding: 0;
    margin-right: 20px;
}

#menu-menu-reseaux-sociaux li:last-child a {
    margin-right: 0;
}

li.youtube a::after,
li.tiktok a::after,
li.linkedin a::after,
li.twitter a::after,
li.facebook a::after,
li.instagram a::after {
    content: '';
    display: inline-block;
    font-size: 1rem;
    font-family: 'fontAwesome';
    color: #fff;
}

li.youtube a:hover::after,
li.tiktok a:hover::after,
li.linkedin a:hover::after,
li.twitter a:hover::after,
li.facebook a:hover::after,
li.instagram a:hover::after {
    color: var(--orange);
}

li.facebook a::after {
    content: '\f39e' !important;
}

li.instagram a::after {
    content: '\f16d' !important;
}

li.twitter a::after {
    content: '\e61b' !important;
}

li.linkedin a::after {
    content: '\f0e1' !important;
}

li.tiktok a::after {
    content: '\e07b' !important;
}

li.youtube a::after {
    content: '\f167' !important;
}




/*******************************************************************/
/*************************** Home + Pages **************************/
/*******************************************************************/

.storefront-product-section.storefront-woocommerce-brands {
    display: none !important;
}


.top-home {
    width: 100%;
    height: auto;
    min-height: 70vh;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: var(--noir);
}

.container-texte-accueil {
    position: relative;
    padding-top: 32vh;
    padding-bottom: 40px;
}

.container-texte-accueil::after {
    content: '\e5db';
    display: block;
    font-family: 'Material icons';
    color: var(--orange);
    font-size: 2.8rem;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 58px;
    left: 50%;
    z-index: 6;
    margin-left: -30px;
    bottom: -30px;
}

.container-video-home {
    position: absolute; 
    top: 0;
    bottom: 0;
    width: 100%;
    height: 80vh;
    overflow: hidden; 
}

.container-video-home video {
    min-width: 100%; 
    min-height: 100%; 
    width: auto;
    height: auto; position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.slider {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    position: relative;
}

.slide { 
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    float: left;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#slideposition {
    position: relative;
    bottom: 40px;
    left: 0;
    width: auto;
    text-align: center;
    z-index: 18;
    display: none;
}

#slideposition ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
}

#slideposition ul li.indicator {
    display: inline-block;
    height: 16px;
    width: 16px;
    background: #fff;
    margin: 0 6px;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

body.home main {
    
    background: url(img/banniere-pre-footer.jpg) bottom center no-repeat;
    background-size: contain;
    
    padding-bottom: 400px;
}

body.home main .wrap {
    padding: 0 60px 20px;
    background: #fff;
}

body.home .type-page {
    padding-bottom: 0;
}

body.home .content-area {
    margin-bottom: 0;
}

.modules-home {
    margin: 60px 0;
}

.module-filtres-home {
    min-height: 40vh;
    background: var(--noir);
    /*border: 2px solid var(--orange);*/
    box-shadow: 0 0 40px rgba(0,0,0,0.2);
}

.module-filtres-home h3,
.module-filtres-home h4 {
    color: #fff;
}

.select-filtre {
    margin: 20px 0 0 !important;
    cursor: pointer;
}

.banniere-pub-horiz {
    margin: 40px auto;
}

h2.after {
    position: relative;
    z-index: 4;
}

h2.after::after {
    content: '';
    height: 30px;
    width: 200px;
    background: var(--gris);
    display: block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -100px;
    z-index: -1;
}


/*************************************************************************/
/***************************** PAGES *************************************/
/*************************************************************************/

#banniere-pub {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 50px auto 20px;
}

#encart-pub {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 30px 0;
}


section {
    padding: 50px 0;
    position: relative;
}

header.entry-header {
    padding: 0 0 15px !important;
    margin: 30px 0 !important;
    border-bottom: 4px solid var(--noir) !important;
    text-align: left !important;
}

.top-image-page {
    height: 380px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.top-image-page::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.5) 56%, rgba(0,0,0,0) 100%);
}

.top-image-page h1 {
    padding: 10px 0px;
    display: inline-block;
    top: 180px;
    text-align: center;
    /*background: var(--orange);*/
    color: #fff;
    font-size: 2.2rem;
}

.top-image-page h1::after {
    content: '';
    display: block;
    height: 8px;
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    bottom: -8px;
}

.container-breadcrumb {
    width: 100%;
    padding: 10px 0;
    border-bottom: 2px solid var(--gris);
}

.container-breadcrumb ul {
    margin: 0;
    list-style: none;
}

.container-breadcrumb li {
    font-size: .8rem;
    font-weight: 400;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
    color: var(--noir);
    font-weight: 600;
}

.container-breadcrumb li a {
    position: relative;
    color: var(--orange);
}

.container-breadcrumb li a:hover {
    text-decoration: underline;
}

.container-breadcrumb li a::after {
    content: '\e315';
    display: inline-block;
    font-size: .8rem;
    color: var(--orange);
    margin-left: 10px;
    font-family: 'Material icons';
    vertical-align: middle;
}



/*************************************************************************/
/****************************** Pages Séries *****************************/
/*************************************************************************/


.module-serie {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 35vh;
    min-height: 250px;
    margin-bottom: 40px;
}

.hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: var(--noir);
    opacity: .3;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.groupe-infos-serie {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    max-width: calc(100% - 45px);
    left: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.groupe-infos-serie ins .woocommerce-Price-amount {
    margin-left: 10px;
}

.groupe-infos-serie ins .woocommerce-Price-amount{
    padding: 2px 4px;
    background: var(--orange);
    font-size: .85rem;
    font-weight: 800;
}


.has-hover:hover .hover {
    opacity: .7;
}

.module-serie:hover .groupe-infos-serie {
    bottom: 35px;
}

.module-filtres-series input[type=submit] {
    margin: 30px 0 0 !important;
    width: 100%;
}


/*************************************************************************/
/***************************** Pages Goodies *****************************/
/*************************************************************************/

.site-main ul.products li.product:not(.product_cat-billeterie) {
    padding: 30px 0;
    border: 3px solid #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.site-main ul.products li.product:not(.product_cat-billeterie):hover {
    border-color: var(--orange);
    -webkit-transition: all .3s;
    transition: all .3s;
}


/*************************************************************************/
/**************************** Single product *****************************/
/*************************************************************************/

.stock.out-of-stock {
    padding: 15px;
    background: var(--orange);
    font-weight: 800;
    color: #fff;
    margin: 30px 0;
    font-size: 1rem;
    text-align: center;
    border-radius: 12px;
}

.stock.out-of-stock::before {
    display: none !important;
}


.image-top-produit {
    height: 110px;
}

.wrap-produit {
    width: 100%;
    max-width: 100%;
}

.container-entete-produit {
    /*
    margin-bottom: 40px;
    background: var(--noir);
    */
}

.image-serie {
    height: 380px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.image-serie::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.5) 56%, rgba(0,0,0,0) 100%);
}

.image-serie h1 {
    padding: 10px 30px;
    display: inline-block;
    top: 180px;
    font-size: 2.2rem;
    line-height: 2.4rem;
    text-align: center;
    background: var(--orange);
    color: #fff;
}

.image-serie h1::after {
    content: '';
    display: block;
    height: 8px;
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    bottom: -8px;
}

.infos-serie {
    padding: 12px 0;
}

.module-indications-serie {
    margin-bottom: 30px;
    padding: 20px;
    background: var(--gris);
}

.module-indications-serie em,
.module-indications-serie i,
.module-indications-serie li {
    font-size: .85rem;
    line-height: 1.3rem;
}

.module-indications-serie p:last-child {
    margin-bottom: 0;
}

.infos-serie h1 {
    color: #fff;
}

.infos-serie p {
    font-weight: 500;
}

.infos-serie ins .woocommerce-Price-amount {
    margin-left: 10px;
}

.infos-serie ins .woocommerce-Price-amount{
    font-weight: 800;
}

.module-mineur {
    padding: 15px;
    background: #fff;
    margin-bottom: 25px;
}

.module-mineur .floatleft {
    width: 58%
}

.module-mineur .floatright {
    width: 38%
}


.titre-cartouche {
    padding: 14px 24px 14px 28px;
    background: var(--gris);
    text-transform: uppercase;
    font-weight: 800;
    color: var(--orange);
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
}

.titre-cartouche::before {
    content: '';
    background: var(--orange);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 6px;
    z-index: 2;
}

h3.titre-cartouche,
h2.titre-cartouche {
    font-size: 1.1rem;
    line-height: 1.4rem;
}

.container-form-serie {
    padding: 40px;
}

.container-form-serie .titre-cartouche {
    background: var(--noir);
    color: #fff;
}

.container-form-serie .titre-cartouche::before {
    
}

.module-select-moto {
    /*border-radius: 8px;*/
    margin-top: 20px;
    /*border: 2px solid var(--orange);*/
    /*padding: 15px;*/
}

.container-content-produit .quantity {
    display: none !important;
}

.container-form input[type=text],
.container-form input[type=number],
.container-form input[type=email],
.container-form input[type=tel],
.container-form input[type=url],
.container-form input[type=date],
.container-form textarea,
.container-form select,
.container-form .input-text {
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 36px rgba(255,255,255,0.12);
    padding: 20px 20px;
    color: inherit;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: inherit;
    border-radius: 6px;
}

.bkg-blanc.container-form input[type=text],
.bkg-blanc.container-form input[type=number],
.bkg-blanc.container-form input[type=email],
.bkg-blanc.container-form input[type=tel],
.bkg-blanc.container-form input[type=url],
.bkg-blanc.container-form input[type=date],
.bkg-blanc.container-form textarea,
.bkg-blanc.container-form select,
.bkg-blanc.container-form .input-text {
    background: #f4f4f4;
    border: 2px solid var(--gris);
}

.autorisation-parentale-ps input[type=text],
.piece-permis input[type=text],
.photo-moto-profil01 input[type=text],
.photo-moto-profil02 input[type=text],
.piece-carte-grise input[type=text],
.piece-moto-course input[type=text],
.piece-permis-ps input[type=text],
.photo-moto-profil01-ps input[type=text],
.photo-moto-profil02-ps input[type=text],
.piece-carte-grise-ps input[type=text],
.piece-moto-course-ps input[type=text] {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}

.container-form input[type=text]:focus,
.container-form input[type=number]:focus,
.container-form input[type=email]:focus,
.container-form input[type=tel]:focus,
.container-form input[type=url]:focus,
.container-form input[type=date]:focus,
.container-form textarea:focus,
.container-form select:focus,
.container-form .input-text:focus {
    border-color: var(--orange);
    background: #fff;
}

.container-form .groupe-radio input[type=radio],
.container-form .groupe-radio label {
    cursor: pointer;
}

.immatriculation-moto input {
    text-transform: uppercase;
}

.immatriculation-moto input::placeholder {
    text-transform: capitalize;
}

.fme_cpffw_front_small_fields {
    width: 100%;
    margin-top: 0;
}

.fme_fields_labels {
    color: var(--orange);
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
    font-size: .9rem;
}

.container-champs-moto .fme_fields_labels {
    color: #fff;
}

.no-label .fme_fields_labels {
    display: none;
}

.fme_cpffw_div_class {
    margin-bottom: 0;
}

.groupe-checkbox,
.groupe-radio,
.groupe-upload {
    padding: 20px;
    margin: 20px 0;
    background: #fff;
}

.groupe-upload {
    margin: 0;
}

.groupe-champs-form {
    padding: 50px 25px 25px;
    background: var(--noir);
    /*border-radius: 10px;*/
    margin: 20px 0;
    position: relative;
}

.groupe-champs-form::before {
    content: '';
    font-weight: 800;
    color: var(--orange);
    font-size: 1.2rem;
    line-height: 1.6rem;
    position: absolute;
    z-index: 2;
    top: 25px;
    left: 25px;
}

.groupe-champs-form.container-champs-moto::before {
    content: 'Ma moto';
}

.groupe-champs-form.container-champs-personne-prevenir::before,
.groupe-champs-form.container-champs-personne-prevenir-ps::before {
    content: 'Personne à prévenir en cas de problème';
}

.groupe-champs-form.container-champs-sidecar::before {
    content: 'Copilote du side-car';
}

.groupe-champs-form.container-champs-sidecar .container-flex::before {
    content: 'Les informations du pilote seront à renseigner à la fin du process de commande';
    font-size: .9rem;
    line-height: 1.4rem;
    margin-top: 10px;
    color: #fff;
    font-weight: 600;
}

.groupe-champs-form.container-champs-proprio::before,
.groupe-champs-form.container-champs-proprio-ps::before {
    content: 'Propriétaire de la moto';
}

.groupe-champs-form.container-champs-pilote::before {
    content: 'Pilote de la moto';
}

.placeholder-clic {
    position: absolute;
    font-size: .7rem;
    z-index: 4;
    left: 20px;
    font-weight: 600;
    bottom: 56px;
    color: var(--orange);
    display: none;
}

.placeholder-clic.actif {
    display: block;
}


#product_total_price {
    display: none;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    background: #fff;
    font-weight: 600;
    margin: 30px 0;
    padding: 20px 20px 20px 50px;
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
    border-radius: 10px;
    color: var(--noir);
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
    background: var(--orange);
    font-size: .9rem;
    font-weight: 600;
    padding: 10px 20px;
    border: 0;
    border-radius: 6px !important;
}

.woocommerce-Button--next::after {
    color: #fff;
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.woocommerce-noreviews .button:hover,
p.no-comments .button:hover {
    background: var(--noir);
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-noreviews::before,
p.no-comments::before {
    color: var(--orange);
    top: 28%;
    left: 20px;
    font-size: 1.5rem;
}

.woocommerce-error {
    background: var(--orange);
    color: var(--noir);
}

.woocommerce-error .button {
    background: var(--noir);
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-noreviews a,
p.no-comments a {
    color: var(--orange);
    padding-left: 15px;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
    color: var(--noir);
}

.woocommerce-error {
    background: var(--orange);
    color: #fff;
    width: 1170px;
    position: relative;
    max-width: 95%;
    margin: 0 auto 40px;
}

/*
.woocommerce-error::after {
    content: 'Cliquez pour fermer ce message';
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 3;
    font-size: .7rem;
    display: block;
    color: var(--orange);
}
*/
.woocommerce-error::before {
    color: #fff;
    top: 33%;
    left: 12px;
}

.wooac-popup .wooac-action a {
    border: 0;
    background: var(--orange) !important;
    color: #fff !important;
    font-weight: 700 !important;
    padding: 10px 20px !important;
    font-size: 1rem !important;
    height: auto !important;
    line-height: inherit !important;
    font-family: inherit !important;
    display: inline-block !important;
    margin: 30px 20px 0 0 !important;
    text-decoration: none !important;
    border-radius: 0 !important;
}

.wooac-popup .wooac-action a:hover {
    background: var(--noir) !important;
    border-radius: 6px !important;
}

.wooac-popup .wooac-action a#wooac-continue {
    background: #fff !important;
    color: var(--orange) !important;
    border: 2px solid var(--orange);
}

.wooac-popup .wooac-action a#wooac-continue:hover {
    color: var(--noir) !important;
    border: 2px solid var(--noir);
}

.wooac-text {
    font-weight: 800;
}

.wrap-produit .woocommerce {
    width: 1170px;
    position: relative;
    max-width: 98%;
    margin: 0 auto;
}

/* Champs copilote side-car visibles suelement sur Série Side-car */

.container-champs-sidecar {
    display: none;
}

.serie-post-262 .container-champs-sidecar {
    display: block;
}




/***********************/
/* CSS input type file */
/***********************/

.container-form-serie input[type=file]::file-selector-button {
  margin-right: 8px;
  border: none;
  background: #666;
  padding: 8px 12px;
  color: #fff;
  cursor: pointer;
}

.container-form-serie input[type=file]::file-selector-button:hover {
  background: var(--orange);
}

.container-form-serie input[type=file] {
  width: 350px;
  max-width: 100%;
}

.autorisation-parentale-ps .groupe-upload::before,
.piece-permis .groupe-upload::before,
.photo-moto-profil01 .groupe-upload::before,
.photo-moto-profil02 .groupe-upload::before,
.piece-moto-course .groupe-upload::before,
.piece-carte-grise .groupe-upload::before,
.piece-permis-ps .groupe-upload::before,
.photo-moto-profil01-ps .groupe-upload::before,
.photo-moto-profil02-ps .groupe-upload::before,
.piece-moto-course-ps .groupe-upload::before,
.piece-carte-grise-ps .groupe-upload::before {
    content: '';
    margin-bottom: 5px;
    font-size: .75rem;
    color: #999;
    display: block;
}

.autorisation-parentale-ps .groupe-upload::before,
.piece-moto-course-ps .groupe-upload::before,
.piece-moto-course .groupe-upload::before {
    content: 'Formats autorisés : pdf, jpg, png, doc, heic . Poids maxi 3 Mo';
}

.piece-permis .groupe-upload::before,
.piece-permis-ps .groupe-upload::before,
.piece-carte-grise-ps .groupe-upload::before,
.piece-carte-grise .groupe-upload::before {
    content: 'Formats autorisés : pdf, jpg, png, doc, heic . Poids maxi 3 Mo';
}

.photo-moto-profil01 .groupe-upload::before,
.photo-moto-profil02 .groupe-upload::before,
.photo-moto-profil02-ps .groupe-upload::before,
.photo-moto-profil01-ps .groupe-upload::before {
    content: 'Formats autorisés : pdf, jpg, png, doc, heic . Poids maxi 3 Mo';
}

.id_moto_choise {
    display: none;
}

.user-proprietaire,
.user-proprietaire-ps {
    display: none;
}

.fme_cpffw_custom_main.container-flex::after {
    content: 'Les champs marqués (*) sont obligatoires';
    display: block;
    font-size: .85rem;
    line-height: 1.3rem;
    margin: 0;
    opacity: .7;
    font-style: italic;
}


/***********************/
/* Produit type Goodie */
/***********************/

.container-produit-goodie button[type=submit] {
    margin-top: 0 !important;
}

.container-produit-goodie input[type=number].qty {
    height: 66px;
}

.image-goodie {
    height: 400px;
    max-height: 60vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}



/*************************************************************************/
/******************************* Page panier *****************************/
/*************************************************************************/

li.product img {
    max-width: 200px;
    height: auto;
}

li.product {
    margin-bottom: 40px !important;
}

li.product span.price {
    font-weight: 800 !important;
    color: var(--orange) !important;
}

table.cart th,
table.cart td {
    padding: 20px 15px;
}

/*
table tr.rangee-update-cart {
    display: none;
}
*/

table.cart tbody td.product-remove,
table.cart tbody td:not(.actions) {
    background: transparent !important;
    border-bottom: 3px solid var(--gris);
}

table.cart td.actions {
    background: transparent !important;
}

table.cart th {
    background: var(--noir);
    color: #fff;
    font-weight: 800;
}

td.product-thumbnail {
    padding-left: 0;
    padding-right: 0;
}

table.cart .product-thumbnail img {
    max-width: 120px;
}

dl.variation dt {
    font-weight: 800;
}

dl.variation dt,
dl.variation dd {
    display: none;
}

dl.variation dt.variation-Marquedelamoto,
dl.variation dd.variation-Marquedelamoto,
dl.variation dt.variation-Modledelamoto,
dl.variation dd.variation-Modledelamoto,
dl.variation dt.variation-Annedelamoto,
dl.variation dd.variation-Annedelamoto,
dl.variation dt.variation-Cylindredelamoto,
dl.variation dd.variation-Cylindredelamoto,
dl.variation dt.variation-Immatriculation,
dl.variation dd.variation-Immatriculation {
    display: block;
}

dl.variation dd {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted var(--orange);
}

.shop_table .product-name .bkg-gris-light dl.variation dd.variation-Immatriculation {
    border: 0;
    margin: 0;
    padding: 0;
}

.shop_table .product-name .bkg-gris-light .variation {
    margin: 0;
}

dd.variation-Immatriculation p {
    text-transform: uppercase;
}

dd.variation-Cylindredelamoto p::after {
    content: 'cm3';
    display: inline-block;
    margin-left: 4px;
}

.container-pass-panier {
    padding: 30px;
    background: var(--gris);
    margin: 0 0 20px;
}

.container-pass-panier .titre-pass {

}

.container-pass-panier li.product {
    display: flex !important;
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    font-size: inherit !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px;
    border-bottom: 1px dotted var(--orange);
    padding-left: 60px;
    position: relative;
}

.container-pass-panier li.product::before {
    content: '\ea67';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 2;
    font-family: 'Material icons';
    font-size: 2.1rem;
    color: var(--orange);
    font-weight: normal;
}

.container-pass-panier li.product:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}

.container-pass-panier li.product img {
    display: none !important;
}

.container-pass-panier li.product .woocommerce-LoopProduct-link {
    cursor: default !important;
    pointer-events: none !important;
}

.container-pass-panier li.product h2,
.container-pass-panier li.product span.price {
    display: inline-block !important;
}

li.product h2 {
    line-height: 1.4rem !important;
    font-weight: 600 !important;
    color: var(--noir) !important;
}


.container-pass-panier li.product h2 {
    line-height: 1.4rem;
    width: 60%;
    margin-bottom: 0 !important;
}

.container-pass-panier li.product span.price {
    width: 30%;
    text-align: right;
    margin-bottom: 0 !important;
}

li.product .add_to_cart_button {
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    font-size: .85rem;
    margin-bottom: 0 !important;
    background: var(--orange);
}

li.product .add_to_cart_button:hover {
    background: var(--noir);
}

.container-total-panier {
    margin-top: 30px;
}

.cart-collaterals::after {
    display: none;
}

.container-total-panier .wc-proceed-to-checkout .button.checkout-button {
    font-size: 1rem;
}

.container-panier-goodies {
    margin-top: 30px;
    padding: 30px 0;
    border-top: 4px solid var(--gris);
}

body.page-id-8 .woocommerce-message a.button.wc-forward {
    display: none;
}

#shipping_method {
    font-size: .85rem;
    line-height: 1.4rem;
}

p.woocommerce-shipping-destination {
    display: none;
}

ul#shipping_method li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--gris);
}

ul#shipping_method li:last-child {
    border: 0;
}

ul#shipping_method li .woocommerce-Price-amount {
    font-weight: 800;
    color: var(--orange);
}


/*************************************************************************/
/***************************** Page checkout *****************************/
/*************************************************************************/

.testmode-info {
    display: none;
}

form.checkout {
    
}

.rouge {
    color: #ff0000;
}

form.checkout::before,
form.checkout::after {
    display: none;
}

.col2-set {
    float: none;
    margin-right: 0;
}

#order_review_heading,
#order_review {
    width: 100% !important;
    float: none;
    clear: none;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #fff;
    border-radius: 6px;
}

.select2-container .select2-selection--single {
    height: auto;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    right: 5px;
}

.select2-container {
    width: 100% !important;
}

.container-form-checkout #customer_details label:not(.woocommerce-form__label-for-checkbox) {
    display: none;
}

#billing_state_field label {
    display: block !important;
    font-size: .85rem;
}

.payment_box payment_method_stripe label {
    display: block;
}

.woocommerce-additional-fields {
    display: none;
}

table.woocommerce-checkout-review-order-table .product-name {
    width: 100%;
    background-color: #fff !important;
    padding: 0;
}

.woocommerce-SavedPaymentMethods {
    display: none;
}

.woocommerce-privacy-policy-text p {
    font-size: .85rem;
    line-height: 1.3rem
}

.woocommerce-privacy-policy-text p a {
    text-decoration: underline;
    font-weight: 600;
}

.information-checkout {
    padding: 15px;
    /*border-radius: 6px;*/
    border: 2px solid var(--orange);
    position: relative;
    margin: 20px 0;
}

.information-checkout p {
    font-size: .8rem;
    line-height: 1.25rem;
}

.information-checkout p:last-child {
    margin-bottom: 0;
}

.information-checkout::before {
    content: '\e88e';
    font-family: 'Material icons';
    font-size: 2.2rem;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--orange);
    text-align: center;
    line-height: 28px;
    background: #fff;
    top: -15px;
    left: -15px;
    z-index: 2;
    font-weight: 100;
}

#payment .place-order {
    margin-top: 0;
    background: var(--grislight);
}

#payment .payment_methods li.woocommerce-PaymentMethod>input[type=radio]:first-child:checked+label::before,
#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label::before {
    display: none;
}
/*
label.label-mode-paiement {
    display: none !important;
}
*/

label.label-mode-paiement img {
    display: none;
}

#payment .payment_methods>.woocommerce-PaymentMethod>label::before, #payment .payment_methods>.wc_payment_method>label::before {
    display: none !important;
}

#payment .payment_methods>.woocommerce-PaymentMethod>label, #payment .payment_methods>.wc_payment_method>label {
    font-weight: 600;
    background: var(--gris);
    border-bottom: 2px solid #fff;
    position: relative;
}

#payment .payment_methods>.wc_payment_method>label::after {
    content: '';
    display: block;
    position: absolute;
    font-family: 'Material icons';
    font-size: 1.5rem;
    color: var(--orange);
    top: 30%;
    right: 20px;
    font-weight: normal;
}

#payment .payment_methods>.wc_payment_method.payment_method_stripe>label::after {
    content: '\e870';
}

#payment .payment_methods>.wc_payment_method.payment_method_bacs>label::after {
    content: '\e84f';
}

#payment .payment_methods>.wc_payment_method.payment_method_cheque>label::after {
   content: '\e22b';
}

.reglement-checkbox-wrapper .reglement-checkbox-label,
.woocommerce-terms-and-conditions-checkbox-text,
.payment_box p {
    font-size: .85rem;
    line-height: 1.3rem;
}

.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox,
.reglement-checkbox-wrapper .reglement-checkbox-label input {
    margin-right: 5px;
}


#payment .payment_methods > li.actif,
#payment .payment_methods > li:not(.woocommerce-notice):hover {
    background: var(--orange);
}

.shop_table .cart_item .product-name .filet-epais {
    display: none;
}

.shop_table .cart_item .product-name .filet-epais.item-1,
.shop_table .cart_item .product-name .filet-epais.item-visible {
    display: block;
}

.shop_table.woocommerce-checkout-review-order-table tfoot td {
    padding-top: 5px;
    padding-bottom: 5px;
}

#order_review .shop_table {
    margin-bottom: 25px;
}

#post-9 .woocommerce-form-login-toggle {
    display: none;
}

#post-9 .woocommerce-form-login.login {
    display: block !important;
    padding: 30px 30px 30px 23%;
    margin-bottom: 30px;
    background: var(--grislight);
    position: relative;
}

#post-9 .woocommerce-form-login.login::before {
    content: 'Déjà client ? Saisissez vos identifiants ci-contre. Si vous êtes un nouveau client, votre compte sera automatiquement créé avec les informations saisies ci-dessous';
    font-weight: 500;
    font-size: .9rem;
    line-height: 1.3rem;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 18%;
}

#post-9 .woocommerce-form-login.login label {
    display: none;
}


/*************************************************************************/
/***************************** Page Thankyou *****************************/
/*************************************************************************/

.woocommerce-thankyou-order-received {
    display: none;
}

section.woocommerce-bacs-bank-details {
    padding: 20px 0;
}

.ty-container-modepaiement {
    margin: 30px 0;
}

.ty-container-modepaiement p {
    font-weight: 600;
    padding: 12px 0;
    border-top: 1px solid var(--orange);
    border-bottom: 1px solid var(--orange);
}

.ty-container-modepaiement h2,
.ty-container-modepaiement h3 {
    display: none;
}

.ty-container-modepaiement ul.order_details {
    margin: 0;
    background: #fff;
}

.ty-container-modepaiement ul.order_details::before, 
.ty-container-modepaiement ul.order_details::after {
    display: none;
}



/*************************************************************************/
/****************** Pages Login / Mon compte / Register ******************/
/*************************************************************************/

body.page-id-10 section:not(.woocommerce-order-details) {
    padding-top: 0;
    padding-bottom: 0;
}

body.page-id-10 .module-breadcrumb {
    display: none;
}

body.error404 .top-image-page,
body.page-id-9 .top-image-page,
body.page-id-10 .top-image-page {
    background: var(--noir);
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

body.error404 .top-image-page::before,
body.page-id-9 .top-image-page::before,
body.page-id-10 .top-image-page::before {
    display: none;
}

body.error404 .top-image-page h1,
body.page-id-9 .top-image-page h1,
body.page-id-10 .top-image-page h1 {
    display: none;
}

article#error404,
article#post-9,
article#post-10 {
    margin: 0;
}

#customer_login label {
    display: none;
}

.show-password-input {
    top: 10px;
}

.woocommerce-ResetPassword label {
    display: none;
}

.woocommerce-MyAccount-navigation {
    width: 100%;
    float: none;
    margin: 40px auto;
}

li.woocommerce-MyAccount-navigation-link--dashboard {
    display: none;
}

.container-rubrique-compte {
    padding: 30px 0;
}

.container-compte.container-adresses .navigation-compte,
.container-compte.container-details-du-compte .navigation-compte,
.container-compte.container-commandes .navigation-compte,
.container-compte.container-mes-motos .navigation-compte {
    display: none;
}

.hentry {
    margin: 0;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul,
.hentry .entry-content .woocommerce-MyAccount-navigation ul li {
    border-color: var(--orange);
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    font-weight: 600;
    padding: 1.2em 0 !important;
}

.woocommerce-MyAccount-navigation ul li {
    padding-left: 40px !important;
}

.woocommerce-MyAccount-navigation ul li a::before {
    float: none;
    margin-left: 0;
    left: 0;
    opacity: 1;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: inherit;
    position: absolute;
    color: var(--noir);
    text-align: left;
    font-family: 'Material icons';
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
    content: '\f0c5';
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--mes-motos a::before {
    content: '\e9f9';
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: '\e7fd';
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: '\e9ba';
}


.woocommerce-MyAccount-navigation ul li a::after {
    content: '\e5cc';
    display: block;
    position: absolute;
    top: 30%;
    right: 0;
    font-family: 'Material icons';
    font-size: 1.3rem;
    color: var(--orange);
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li a:hover::before {
    color: var(--orange);
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
    border: 0 !important;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a::after {
    display: none !important;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a {
    font-size: .9rem !important;
    padding-top: 40px !important;
    display: inline-block !important;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    font-size: 1.2rem;
}


/*************/
/* COMMANDES */
/*************/

.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions span {
    display: none;
}

.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
    background: #fff !important;
    border: 2px solid var(--orange) !important;
    color: var(--orange) !important;
}

.my_account_orders .button:hover,
.woocommerce-MyAccount-downloads .button:hover {
    border: 2px solid var(--noir) !important;
    color: var(--noir) !important;
}

table.woocommerce-orders-table th,
table.woocommerce-table--order-details th {
    background: var(--gris) !important;
}

a.lien-retour {
    color: var(--orange);
    font-weight: 600;
    font-size: .9rem;
    margin: 20px 0;
    display: inline-block;
}

a.lien-retour::before {
    content: '\e31b';
    display: inline-block;
    font-family: 'Material icons';
    margin-right: 6px;
    font-size: 1.4rem;
    font-weight: normal;
    vertical-align: middle;
}

.container-form-account input[type=tel],
.container-form-account input[type=password],
.container-form-account input[type=text],
.container-form-account input[type=email],
.container-form-account textarea {
    background: #fff;
    border: 2px solid var(--gris);
    box-shadow: 0 0 36px rgba(255,255,255,0.12);
    padding: 20px 20px;
    color: inherit;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: inherit;
    border-radius: 6px;
}

.container-form-account input[type=tel]:focus,
.container-form-account input[type=password]:focus,
.container-form-account input[type=text]:focus,
.container-form-account input[type=email]:focus,
.container-form-account textarea:focus {
    border-color: var(--orange);
    background: #fff;
}


/* 01/2025 - Gestion facture */

tr.woocommerce-orders-table__row--status-on-hold a.woocommerce-button.print {
    display: none;
}

.container-rubrique-compte p.order-print {
    display: none;
}

.woocommerce-order-details tfoot.tfoot-actions:not(.validee) {
    display: none;
}

.woocommerce-order-details tfoot.tfoot-actions.validee .button.view.order-actions-button {
    display: none;
}


/*************/
/* MOTOS */
/*************/

.photos-moto-account {
    margin-top: 20px;
}

.photos-moto-account .photo-moto {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.photos-moto-account .flex-item-tiers.photo-moto {
    height: 250px;
}

.photos-moto-account .flex-item-quart.photo-moto {
    height: 160px;
}

a.btn-action {
    font-size: .8rem;
    padding: 4px 12px;
    background: #eaeaea;
    color: var(--noir);
    display: inline-block;
    margin-left: 15px;
    font-weight: 800;
    text-decoration: none !important;
}

a.btn-action:hover {
    background: var(--noir);
    color: #fff;
}


/*************************************************************************/
/************************** CONTENU FLEXIBLE *****************************/
/*************************************************************************/

.rangee-page {
    padding-top: 40px;
    padding-bottom: 40px;
}

section.section-page .rangee-page:not(.bkg-gris, .bkg-noir, .bkg-orange):last-child {
    padding-bottom: 0;
}

section.section-page .rangee-page:not(.bkg-gris, .bkg-noir, .bkg-orange):first-child {
    padding-top: 0;
}

.rangee-page + .wrap .rangee-image-seule {
    margin-top: 50px;
}

.contenu-flexible p a:not(.cta):hover {
    color: var(--orange);
}

.contenu-flexible .bkg-orange p a:hover {
    color: #fff;
}

.contenu-flexible img {
    max-width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}

.contenu-flexible ul + img,
.contenu-flexible p + img {
    margin-top: 25px;
}

.contenu-flexible ul {
    margin: 15px 0;
    list-style: none;
}

.contenu-flexible ul li {
    margin-bottom: 6px;
    padding-left: 6px;
    margin-left: 18px;
    position: relative;
}

.contenu-flexible ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--orange);
    position: absolute;
    top: 8px;
    left: -15px;
    border-radius: 50%;
    display: block;
}

.contenu-flexible img.aligncenter {
    margin-right: auto;
    margin-left: auto;
}

blockquote p {
    font-style: italic;
}

blockquote {
    position: relative;
}

blockquote::before {
    content: '';
    display: block;
    position: absolute;
    left: -30px;
    top: 0;
    width: 6px;
    height: 100%;
    background: var(--orange);
}

.contenu-flexible p:last-child {
    margin-bottom: 0;
}

.rangee-page.bkg-noir h2,
.rangee-page.bkg-noir h3,
.rangee-page.bkg-noir h4,
.rangee-page.bkg-noir h5,
.rangee-page.bkg-noir p,
.rangee-page.bkg-noir a,
.rangee-page.bkg-noir strong {
    color: #fff;
}

.rangee-page.bkg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.rangee-image-seule {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
    max-height: 60vh;
    width: 100%;
    position: relative;
}

.rangee-image-seule {
    padding: 0;
}

.rangee-page.bkg-image,
.rangee-page.couleur {
    padding-top: 60px;
    padding-bottom: 60px;
}

.filtre-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0,0,0,0.2);
}



/**********************************************************************************************************************************************************/
/********************************************************************** TRANSITION PAGES ******************************************************************/
/**********************************************************************************************************************************************************/

.loader-site {
    background: var(--noir);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 15000;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-align: center;
}

.loader {
    margin: 45vh auto 0;
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    border: 4px solid var(--orange);
    border-radius: 50%;
    border-right-color: var(--noir);
    animation: l15 1s infinite linear;
}

.loader::before,
.loader::after {    
    content: "";
    grid-area: 1/1;
    margin: 2px;
    border: inherit;
    border-radius: 50%;
    animation: l15 2s infinite;
}

.loader::after {
    margin: 8px;
    animation-duration: 3s;
}

@keyframes l15{ 
    100%{transform: rotate(1turn)}
}

#holder {
	opacity: 0;  
	transition: opacity 0.3s ease-in-out;
 	-moz-transition: opacity 0.3s ease-in-out;
 	-webkit-transition: opacity 0.3s ease-in-out;
}

#holder.visible {
	opacity: 1;
	transition: opacity 0.4s ease-in-out;
 	-moz-transition: opacity 0.4s ease-in-out;
 	-webkit-transition: opacity 0.4s ease-in-out;
}





/*************************************************************************/
/************************* GESTION COOKIES *******************************/
/*************************************************************************/

#tarteaucitronRoot #tarteaucitronAlertBig {
    background: #fff !important;
    color: #000 !important;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
    color: #000 !important;
}


body #tarteaucitronRoot div#tarteaucitronAlertBig {
    border-radius: 0 !important;
    box-shadow: none !important;
}

div#tarteaucitronRoot.tarteaucitronBeforeVisible:before {
    opacity: .7 !important;
    background: #000 !important;
}


div#tarteaucitronAlertBig:before {
    display: none !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronAlertBig #tarteaucitronPersonalize2, .tarteaucitronCTAButton, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog, #tarteaucitronRoot .tarteaucitronDeny, #tarteaucitronRoot .tarteaucitronAllow {  
    background: #000 !important;
    padding: 10px 20px !important;
}

#tarteaucitronRoot .tarteaucitronDeny {
    background: #f1f1f1 !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog {
    background: #f1f1f1 !important;
}

#tarteaucitronRoot #tarteaucitronAllDenied2 {
    position: absolute !important;
    background: transparent !important;
    top: 10px !important;
    padding: 0 !important;
    color: #000 !important;
    right: 10px !important;
    font-size: .8rem !important;
    text-decoration: none !important;
    opacity: .6 !important;
}

#tarteaucitronDisclaimerAlert {
    font-size: .9rem !important;
    line-height: 1.3rem !important;
    text-align: justify !important;
    display: block !important;
    text-align: center !important;
}

div#tarteaucitronRoot.tarteaucitronBeforeVisible:before {
    z-index: 99999999 !important;
}

body #tarteaucitronRoot div#tarteaucitronAlertBig {
    width: 450px !important;
    max-width: 90% !important;
    border-radius: 6px !important;
}

#tarteaucitronDisclaimerAlert::before {
    content: '';
    display: block;
    margin: 0 auto 20px;
    width: 100px;
    height: 50px;
    background-image: url(img/logo-cml-tarte.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}



/*-------------------*/
/* PARTAGE RS */
/*-------------------*/

.bloc-partage {
    width: 100%;
}

a.share-icone {
    text-decoration: none !important;
    margin: 0 4px;
}

a.share-icone::before {
    content: '';
    display: inline-block;
    font-size: 1.3rem;
    font-family: 'fontAwesome';
    color: #000;
}

a.share-icone:hover::before {
    
}

a.share-icone.share-twitter::before {
    content: '\e61b';
}

a.share-icone.share-facebook::before {
    content: '\f082';
}

a.share-icone.share-linkedin::before {
    content: '\f08c';
}


