ff/*
Theme Name: Bonbay
Version: 1.0
Theme URI: http://www.bonbay.fr/
Author: Bonbay
Author URI: http://www.bonbay.fr/
Text Domain:
*/

/*	Copyright: (c) 2013 Alexander "Alx" Agnarson
	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html*/


/*RESET*/
/*---------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}


/*  Base awesome
================================================== */
.fa { width: 1em; text-align: center; }


/*  Base formulaire
================================================== */
input, textarea, button, select, label { font-family: inherit; }
input,
textarea,
button,
select,
label { font-size: 1rem; }
input::-moz-focus-inner,
button::-moz-focus-inner{ border: 0; padding: 0; }
input[type="text"],
input[type="password"],
input[type="email"],
input[type="submit"],
input[type="tel"],
button,
select,
textarea { margin: 0; border-radius: 0; width: calc( 100% - 2rem );}
input,
textarea,
select,
button { -moz-appearance: none; -webkit-appearance: none; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
input[type="checkbox"] { -moz-appearance: checkbox; -webkit-appearance: checkbox; }
input[type="radio"] { -moz-appearance: radio; -webkit-appearance: radio; }
label{ font-weight: 600; color: #444; }
/*
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
    background: #fff;
    border: 1px solid #333;
    color: #000;
    display: block;
    max-width: 100%;
    outline: none;
    padding: .5rem 1rem;
}
*/
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus { border-color: #666;  }
label .required { color: #8d001a; }
input[type="submit"],
button[type="submit"] {
    width: max-content;
    cursor: pointer;

}
input[type="submit"]:hover,
button[type="submit"]:hover { background: #000; }

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing{
    border: 1px solid #8d001a;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: auto; padding: 0;width:100%;display: block;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block; border: none;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative;  zoom: 1; }
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {
    width: 37px; 
    height: 49px;  
    display: block; 
    background: url('gfx/fleches.png') no-repeat 0 0; 
    position: absolute; 
    top: 50%;
    z-index: 5000; 
    cursor: pointer; 
    text-indent: -9999px;
}
.flex-direction-nav .flex-next{ background-position: 100% 0; right:-80px; }
.flex-direction-nav .flex-prev{ left:-80px; }
.flexslider:hover .flex-next{ opacity: 0.8; }
.flexslider:hover .flex-prev{ opacity: 0.8; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled{ cursor: default; }

/* Control Nav */
.flex-control-nav{ width: 100%; position: absolute; bottom: -30px; text-align: center; }
.flex-control-nav li{ margin: 0 6px; display: inline-block; zoom: 1; display: inline; }
.flex-control-paging{
    width: 50%; 
    position: absolute; 
    left: 25%;  
    bottom:0px; 
    text-align: center; 
    height: 9px;
}
.flex-control-paging li{ display: inline-block; margin: 0 6px; width: 60px; height: 9px; }
.flex-control-paging li a {
    width: 60px;
    height: 9px;
    display: inline-block;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    text-indent: -9999px;
}
.flex-control-paging li a:hover { background:#fff;}
.flex-control-paging li a.flex-active { background: #fff; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%;   margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

a.flex-caption{ background: url(img/fleche-txt.png) no-repeat;  padding-left:25px; ; padding-right:15px; font-family: 'PT Sans Narrow', sans-serif; font-size: 18px; color:#000; display:block; width:auto; position:absolute; bottom: 0px; width: 60%; left:22%; text-decoration:none; height: 36px; }
div.flex-caption{ background: url(img/fleche-txt.png) no-repeat;  padding-left:25px; ; padding-right:15px; font-family: 'PT Sans Narrow', sans-serif; font-size: 18px; color:#000; display:block; width:auto; position:absolute; bottom: 0px; width: 60%; left:22%; text-decoration:none; height: 36px; }
.etiquette-slogan{padding-top: 5px;}
a.flex-caption:hover{background: url(../img/fleche-txt.png) no-repeat 5px 12px #e2003b;color:#fff;text-decoration:none;}


@media screen and (max-width: 480px) {
 a.flex-caption{ background: url(../img/fleche-txt.png); font-family: 'PT Sans Narrow', sans-serif; font-size: 18px; color:#000; display:block; width:auto; position:absolute; bottom: 0px; width: 60%; left:22%; text-decoration:none; height: 36px; }
a.flex-caption:hover{background: url(../img/fleche-txt.png) no-repeat 5px 5px #e2003b;color:#fff;text-decoration:none;}
}
.slider{ position: relative; }
.slider ul{ margin:0; padding:0;  }


/** GRID ***/
.row{
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
}
.row.nowrap{ flex-flow: row nowrap; }
.row.flow-row{ flex-flow: row wrap; }

.middle{ align-items: center; }
.flex-end{ align-items: flex-end; }


@media (max-width: 767px){
      /*.row{ flex-flow: column wrap; }
      .row.nowrap{ flex-flow: column nowrap; }*/
}

    .spannomargin-1, .spannomargin-2, .spannomargin-3,
    .spannomargin-4, .spannomargin-5, .spannomargin-6,
    .spannomargin-7, .spannomargin-8, .spannomargin-9,
    .spannomargin-10, .spannomargin-11, .spannomargin-12,
    .spannomargin-13, .spannomargin-14, .spannomargin-15,
    .spannomargin-16, .spannomargin-17, .spannomargin-18,
    .spannomargin-19, .spannomargin-20, .spannomargin-21,
    .spannomargin-22, .spannomargin-23, .spannomargin-24{ width: 100%; }

/* tablette portrait */
@media (min-width: 768px){
    .spannomargin-1{ width: 5%; }
    .spannomargin-2{ width: 5%; }
    .spannomargin-3{ width: 10%; }
    .spannomargin-4{ width: 15%; }
    .spannomargin-5{ width: 25%; }
    .spannomargin-6{ width: 25%; }
    .spannomargin-7{ width: 35%; }
    .spannomargin-8{ width: 40%; }
    .spannomargin-9{ width: 50%; }
    .spannomargin-10{ width: 50%; }
    .spannomargin-11{ width: 50%; }
    .spannomargin-12{ width: 50%; }
    .spannomargin-13{ width: 50%; }
    .spannomargin-14{ width: 50%; }
    .spannomargin-15{ width: 50%; }
    .spannomargin-16{ width: 60%; }
    .spannomargin-17{ width: 65%; }
    .spannomargin-18{ width: 75%; }
    .spannomargin-19{ width: 75%; }
    .spannomargin-20{ width: 85%; }
    .spannomargin-21{ width: 90%; }
    .spannomargin-22{ width: 95%; }
    .spannomargin-23{ width: 95%; }
    .spannomargin-24{ width: 100%; }
}
/* tablette paysage */
@media (min-width: 1024px){
    .spannomargin-1{ width: 4.16666667%; }
    .spannomargin-2{ width: 8.33333333%; }
    .spannomargin-3{ width: 12.5%; }
    .spannomargin-4{ width: 16.666666666667%; }
    .spannomargin-5{ width: 20%; }
    .spannomargin-6{ width: 25%; }
    .spannomargin-7{ width: 29.16666667%; }
    .spannomargin-8{ width: 33.333%; }
    .spannomargin-9{ width: 37.5%; }
    .spannomargin-10{ width: 41.66%; }
    .spannomargin-11{ width: 45.833333333333%; }
    .spannomargin-12{ width: 50%; }
    .spannomargin-13{ width: 54.166666666667%; }
    .spannomargin-14{ width: 58.3333333%; }
    .spannomargin-15{ width: 62.5%; }
    .spannomargin-16{ width: 66.666%; }
    .spannomargin-17{ width: 70.8266666%; }
    .spannomargin-18{ width: 75%; }
    .spannomargin-19{ width: 79.16%; }
    .spannomargin-20{ width: 83.32%; }
    .spannomargin-21{ width: 87.4866666%; }
    .spannomargin-22{ width: 91.6533333%; }
    .spannomargin-23{ width: 95.82%; }
    .spannomargin-24{ width: 100%; }
    .mille{ max-width: 960px; width: 100%; }
}
@media (min-width: 1280px){
    .mille{ max-width: 1080px; }
}
@media (min-width: 1480px){
    .mille{ max-width: 1440px; }
}

.nomobile{ display: none; }
@media (min-width: 1024px){ .nomobile{ display: block; } }
.onlymobile{ display: block; }
@media (min-width: 1024px){ .onlymobile{ display: none; } }

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

/*FONTS*/
    .thin{ font-weight: 100; }
    .light{ font-weight: 300; }
    .regular{ font-weight: 400; }
    .medium{ font-weight: 500; }
    .semibold{ font-weight: 600; }
    .bold{ font-weight: 700; }
    .ultrabold{ font-weight: 900; }

/**/

img, iframe, video{ max-width: 100%; }
h1, h2, h3, h4, h5, h6{ }
h1{ font-size: 32px; }
h2{ font-size: 28px; }
h3{ font-size: 24px; }
h4{ font-size: 20px; }
.italique, i, em{ font-style: italic; }
.lowercase{ text-transform: lowercase; }
.uppercase{ text-transform: uppercase; }
.black, a.black{ color:#000; }
.white, a.white{ color: #fff; }
.grey, a.grey{ color: #959393; }

strong, b{ font-weight: 700; }
.align-left, .alignleft{ text-align: left; justify-content: flex-start; }
.align-right, .alignright{ text-align: right; justify-content: flex-end; }
.align-center, .aligncenter{ text-align: center; justify-content: center; }

img.alignleft, img.align-left{ float: left; margin: 0 1em 1em 0 }
img.alignright, img.align-right{ float: right; margin: 0 0 1em 1em }
img.aligncenter, img.align-center{ float: none; margin: 0 auto 1em auto }

.justify{ text-align: justify; }
/*
.button{
    display: block;
    width: auto;
    text-decoration: underline;
    font-size: 16px;
    text-align: center;
    transition: ease-in-out all 0.1s;
    cursor: pointer;
    background: white;
    text-decoration: none;
}
.button:hover{
    background: black!important;
    text-decoration: none;
}
*/
a{ color: #000; text-decoration: none; cursor: pointer; }
a:hover{ color: #959393; text-decoration: underline; }
p{ margin: 1rem 0; }
article ul{ margin: 1em 0; }
article ul li{ list-style-type: disc; margin-left: 2em; }

.gallery {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-flow: row wrap;
}
.gallery-item{ margin: 0 1rem 1rem 0; }


.left{ float: left; }
.right{ float: right; }
.center{ margin: 0 auto; }

.relative{ position: relative; }
.absolute{ position: absolute; }

.error{ color: red; font-weight: bold; }

/*****/
/* base */

body{
    background: #fff url('gfx/bg.png') no-repeat center / cover;
    background: #fff url('gfx/background.jpg') no-repeat center fixed;
    background-size: cover;
    margin:0;
    padding:0;
    color:#000;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
}
.conteneur{ max-width: 1920px; margin: 0 auto; }

/*MOO*/

.shadow{
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}
input, input[type="submit"], 
.wc-block-components-button:not(.is-link), 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    display: block;
    max-width: 100%;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #8f959e;
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.171875rem;
    line-height: 1.5;
    border-radius: 0.6rem;
    min-height:auto!important;
}
.btn, button[type="submit"].btn, 
.wdm-btn.eb_primary_btn, .eb_primary_btn, 
.wc-block-cart__submit-button.wc-block-components-button{
    display: inline-block;
    font-weight: 400;
    color: #1d2125;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: 0.5rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    padding: 0.5rem 1rem;
    font-size: 1.171875rem;
    line-height: 1.5;
    border-radius: 0.6rem;
    color: #fff;
    background-color: #444;
    border-color: #444;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn:hover, button[type="submit"].btn:hover, 
input:hover, input[type="submit"]:hover, 
.wdm-btn.eb_primary_btn:hover, .eb_primary_btn:hover, 
.wc-block-cart__submit-button:hover, 
.wc-block-components-button:not(.is-link):hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover{
    color: #fff;
    background-color: #313131;
    border-color: #2b2b2b;
    text-decoration: none;
}
textarea{
    border-radius: 0.5rem;
    margin: 1rem 0 0 0;
    width: calc(100% - 2rem);
    padding: 1rem;
    border: 1px solid #8f959e;
}
/*****/

main, footer, .home_contenu{ width: 100%; }

header{
    padding: 0.5rem 1rem;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    background-color: #fff!important;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
    border-bottom: #dee2e6 1px solid;
    align-items: stretch;
    height: 61px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
}
header.loggedin{
    top:32px;
}

header #logo{
    display: flex!important;
    align-items: center!important;
    margin-right: 1.5rem!important;
}
header #logo img{ max-height: calc(40px - (0.25rem * 2)); margin-right: 0.25rem!important; }

.menu-toggle{ display: none; }
.nav-menu{ display: flex; }
nav, .menu-menu-principal-container{
    height: 60px;
    display: block;

}
nav ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
nav ul li{
    list-style-type: none;
    display: list-item;
}
nav ul li a{
    padding: 0 1rem;
    border-right: none;
    border-bottom: solid 3px transparent;
    border-left: none;
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
    height: calc( 61px - 6px );
    color: #1d2125;
    border-top: 3px solid transparent;
    font-size: .9375rem;
    font-weight: 400;

}
nav ul li.current-menu-item a::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #444;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
nav ul li.current-menu-item a{
    color: rgba(0,0,0,.9);
    border-color: transparent;
    border-bottom-color: #444;
    text-decoration: none;
}
nav ul li a:hover{
    background-color: #eee;
    text-decoration: none;
    color: rgba(0,0,0,.9);
}


/*nav ul li ul{
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 5001;
    padding: 0;
    background: white;
    border: 1px solid #f6772b;
    display: none;
}
nav ul li:hover ul{ display: block;  }
nav ul li ul li{
    display: list-item;
}
nav ul li ul li a{
    color: #f6772b;
    border-bottom: 1px solid white;
    padding: 6px 14px;
    margin: 8px 10px;
}
nav ul li ul li a:hover{
    color: black;
    border-bottom: 1px solid black;
    text-decoration: none;
}*/
.conteneur-woo{
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 1rem;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
    height: 61px;
}
.conteneur-woo a{ color: rgba(0,0,0,.9); display: inline-block; margin: 0 1rem; transition: ease-in-out all .15s; }
.conteneur-woo a:hover{ color: #888; text-decoration: none; transition: ease-in-out all .15s; }
.conteneur-woo a i{ margin-right: .5rem; }


main{
    margin-top: 60px;
    position: relative;
    overflow-y: auto;
    transition: 0.2s;
    min-height: calc(100vh - 60px);
    left: 0;
    right: 0;
    padding-left: 0rem;
    padding-right: 0rem;
    display: flex;
    flex-direction: column;
}
.main-inner{
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    border-radius: 0.5rem;
    background-color: #fff;
    margin-bottom: 3rem;
    flex: 1 0 auto;
    margin-top: 1.5rem;
    padding: 1.5rem 0rem;
    max-width: 1280px!important;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
}

.home-content{ margin: 3rem 0; }
.home-content p{ text-align: justify; }
.row.listeprods{ margin: 3rem auto; }
.liste-prod{
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.5rem;
}
.liste-prod img{
    border-radius: calc(0.5rem - 1px);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.liste-prod h2{ font-size: 1.5rem; margin: .5rem 1rem; }
.liste-prod h4{ font-size: .9rem; margin: .5rem 1rem; text-align: justify; }
.liste-prod .bottomprod{ margin-bottom: 1.5rem; }
.liste-prod .bottomprod .price{ font-size: 1.25rem; display: inline-block; font-weight: 500; letter-spacing: .05rem; margin: 1rem 0; }
.liste-prod a:hover{ text-decoration: none; }

footer{ font-size: .95rem; margin-bottom: 2rem; }
footer li{ margin: .5rem; letter-spacing: .025rem; }

#page .products h1{
    margin: 1.5rem 0;
}
article.row, article .row{ margin: 0; }
#single .product{ margin: 3rem 0; }
.product .quantity{ width: 25%; }
.product .cart{ display: flex; flex-flow: row wrap; width: 100%; justify-content: center; align-items: center; }
.product .cart .input-text.qty{ width: 50%; padding: 0 .5em; }
.product .cart button[type="submit"]{ width: 75%; }
.product .product_title{
    font-size: 2.5rem;
    letter-spacing: .1rem;
    margin-bottom: 2rem;
}
.product .woocommerce-Price-amount{ font-size: 1.75rem; font-weight: 500; }
.bridge-woo-associated-courses h5{ color:#777; font-size:1.25rem; }
.bridge-woo-associated-courses{ 
    border-top: 1px solid #ccc; 
    border-bottom: 1px solid #ccc; 
    margin: 1rem 0 2rem 0; 
    padding: 1rem 0;
} 
.bridge-woo-available-courses{ margin: .5rem 0; }
.tabs.wc-tabs, 
.wc-tabs-wrapper{
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    margin: 1rem 0 2rem 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.wc-tabs-wrapper, .panel{ border: 0; box-shadow: none; }
.tabs.wc-tabs li{
    list-style-type: none;
    margin: 0;
    height: 4rem;
    line-height: 4rem;
}
.tabs.wc-tabs li a{
    display: inline-block;
    margin: 0;
    height: 4rem;
    line-height: 4rem;
    padding: 0 2rem;
    border: 1px solid rgba(0,0,0,.125);
    border-bottom: 0;
    border-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #eee;
}
.tabs.wc-tabs li a:hover{ text-decoration: none; }
.tabs.wc-tabs li.active a{ background: #fff; }
.wc-tab h2{ margin-bottom: 2rem; }
.wc-tab p{ margin: 1rem 0; text-align: justify; }
.wc-tab label{ margin: 2rem 0 0 0; }
.comment-form-rating .stars a{ 
    display: inline-block; 
    font-size: 1rem; 
    width: 1rem; 
    height: 1rem; 
    line-height: 1rem;
    padding: .2rem; 
    border-radius: 100%; 
    border: 1px solid #999; 
    color: #999;
    text-align: center;
}
.comment-form-rating .stars a.active{ background:#444; color: white; }
.comment-form-rating .stars a:hover{ background:#999; color: black;  }
#single-course article, #page article{ margin: 3rem 0; }
h1.eb_single_course_title{
    margin: 2rem 0;
}
.eb-course-desc-wrapper p{ text-align: justify; }
#page article h1{
    margin-bottom: 2rem;
}
.wc-block-cart-item__quantity{ 
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, 
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{
    width: max-content;
    margin: 0 1rem!important;
}
.wc-block-cart__submit-container{ margin-top: 2rem; }
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{ height: auto; }
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img{
    border-radius: 0.5rem;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, 
table.wc-block-cart-items .wc-block-cart-items__header{ text-transform: none!important; color: #777; }
.is-large.wc-block-cart .wc-block-cart-items th:last-child{ padding-right:16px!important; }

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before{
    content: " " counter(checkout-step) "."/""!important;
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-text-input.is-active input[type=email], .wc-block-components-text-input.is-active input[type=number], .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-text-input.is-active input[type=text], .wc-block-components-text-input.is-active input[type=url], 
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    padding: 2.5em 0.5em 1rem 0.5em !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{ 
    display: inline-flex;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span{ 
    display: inline-flex; 
    align-items: center; 
    margin-left: .5rem;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register{
    border-color:#dee2e6;
    border-radius: .5rem;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
}
.woocommerce-MyAccount-navigation{ margin-bottom: 3rem; border-bottom: 1px solid #dee2e6; display: flex; }
.woocommerce-MyAccount-navigation ul{ margin: 0; align-items: flex-end; justify-content: flex-start; padding-bottom: 2px; }
.woocommerce-MyAccount-navigation li{ margin: 0 0 -3px 0; }
.woocommerce-MyAccount-navigation li a{
    border: 1px solid #ccc;
    border-radius: 0;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    border-left-width: 0px ;
    background:#eee;
}
.woocommerce-MyAccount-navigation li:first-child a{
    border-left-width: 1px;
}
.woocommerce-MyAccount-navigation li.is-active a{
    background: white;
    border-color:#dee2e6;
    border-bottom-color: white;
}
.woocommerce-MyAccount-navigation li a:hover{
    background: #f9f9f9;
}
.woocommerce table.my_account_orders .button, .woocommerce .woocommerce-order-details .order-again a{
    display: inline-block; height: 1.5rem; line-height: 1.5rem; margin: 0 .25rem;
}
.woocommerce-MyAccount-content p mark{ background: white; border-bottom: 1px dashed red; }
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{
    background: transparent;
}
.page-title{ padding-left: 1rem; margin: 1.5rem 0; }
#contact h1{ margin: 1.5rem 0 3rem 0; }
#contact input[type="text"], 
#contact input[type="email"],
#contact input[type="tel"], 
#contact textarea{
    height: 1.5rem;
    border-radius: .5rem;
    width: calc(100% - 2rem);
    margin: 1rem 0;
}
#contact input[type="text"]:hover, 
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover, 
#contact textarea:hover{
    background: white;
    border-color: black;
}
#contact textarea{ height: auto; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{ border: 1px solid red; color: red; }
.wpcf7{ position: relative; }
.wpcf7 .wpcf7-spinner{ position: absolute; bottom: 0; right: 0; }


/**/
@media (min-width: 2px) and (max-width: 1023px){
    header.loggedin { top: 46px; }
    header #logo{
        width: 45%;
        margin: 0!important;
    }
    .conteneur-woo{
        position: relative;
        top: auto;
        right: auto;
        width: 30%;
        padding: 0;
    }
    .conteneur-woo a{ margin: 0 0; font-size: 1.5rem; } 
    .conteneur-woo a.cart-customlocation{ margin-right: 1rem; }
    .cart-customlocation span.total{ display: none; }
    .account span { display: none; }
    .conteneur-woo a i{ margin-right: .1rem; }

    header nav{ width: 25%; }
    nav, .menu-menu-principal-container{
        height: auto;
    }
    .menu-menu-principal-container{
        position: absolute;
        left: 0;
        top: 60px;
        width: 100%;
    }
    .menu-toggle{
        width: 100%;
        padding: 0;
        background: #fff;
        color: #333;
        border: 0;
        display: block;
        font-size: 3.5rem;
        line-height: 50px;
        text-align: center;
    }
   .menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover{
        text-decoration: none;
    }
    .nav-menu{ 
        display: none; 
        padding:0; 
        margin:0; 
        z-index: 10001; 
        width: 100%; 
        padding-top: 1rem; 
        background: white; 
        box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    }
    .nav-menu.toggled-on{ display: flex; }
    nav ul{
        flex-direction: column;
    }
    nav ul li{
        list-style-type: none;
        display: inline-flex;
        text-align: center;
        background: transparent;
        transition: ease-in-out all 0.1s;
        width: 100%;
    }
    nav ul li a{
        font-size: 1.5rem;
        line-height: 3rem;
        display: block;
        color: #000;
        background: white;
        text-decoration: none;
        text-align: center;
        width: 96%;
        padding: 0 2%;
        margin:  0;
    }
    nav ul li a:hover{ color: #8d001a; }
    .main-inner{
        width: 85%;
        padding: 1.5rem 1rem;
    }
    .home-content { margin: 1rem 0; }
    #single .product{ margin-top: 1rem; }
    .product .product_title{ font-size: 1.75rem; text-align: center; }
    .wc-tab label { margin: 1rem 0 0 0; }
    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product{ padding: 0!important; }
    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{ margin: 0!important; }
    #single-course article, #page article { margin: 1rem 0; }
    #page article h1 { margin-bottom: 1rem; }
    .woocommerce-MyAccount-navigation li a{ font-size: 1.25rem; }
    #menu-footer{ display: flex; background: transparent; box-shadow: none; }



}
/*ADD ENOVATION 20122023*/
.flexproduct{flex-basis:32%;}
.row.listeprods{align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
    flex-direction: row;
    flex-wrap: wrap;
	gap: 20px;}
.liste-prod img {
    object-fit: cover;
    max-height: 160px;
    width: 100%;
}
/**/
@media (min-width: 768px) and (max-width: 1023px){

}
/**/
@media (min-width: 1024px) and (max-width: 1279px) {

}
/**/
@media (min-width: 1280px) and (max-width: 1479px){

}
/**/
@media (min-width: 1480px) and (max-width: 1599px){

}
/**/
@media (min-width: 1600px) and (max-width: 1799px){

}
/**/
@media (min-width: 1800px){

}
/**/
@media (min-width: 1900px){

}
/**/