/*// CHROME SCROLLBAR STYLING //*/
::-webkit-scrollbar {
    background: #d8d3d5;
    width: 8px;
    height: 6px;
}
::-webkit-scrollbar-corner {
    background: #e60067;
}
::-webkit-scrollbar-thumb {
    background: #e60067;
}
html{overflow-x:hidden;}
body{
    line-height:1.7;
    font-size:16px;
    color:#2E241B;
    font-family: 'Chivo', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin:0;
}
strong{font-weight:600;}
*:focus{
  outline:0;
  box-shadow:none;
}
input:active {
outline: none;
border: none;
}
/* Remove outline for non-keyboard :focus */
*:focus:not(:focus-visible) {
  outline: none;
}

/* Optional: Customize :focus-visible */
:focus-visible {
  outline-color: lightgreen;
}
.prevent-select, ul.nav-menu li a, .menu-toggle, .btn, button, .wp-block-button__link {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
::selection, .select {
    background-color: rgba(230,0,103,0.05);
    display: inline-block;
}
select{
    background-color:#fff;
}
* {
  box-sizing: border-box;
}
/* WP blocks */
.wp-block-column .wp-block-image{
    margin:0;
}
.wp-block-column.photo-menu-cafe .wp-block-image {
    margin: 0 0 1.5vw;
}
h1,h2,h3{
    color:#777;
    line-height: 1.2;
    hyphens: auto;
    font-weight: 600;
}
h1{
    font-size:2.5em;
    color:#555;
}
h1.entry-title{
    font-size:3em;
}
h1, .titre{
    font-family: "canvas-script", sans-serif;
    font-weight: 200;
    font-style: normal; 
}
body.home h1.entry-title {
    margin: 3vw 0;
    text-align: center;
}
h1:first-child{
    margin-top:0;
}
h2{
    font-size: 1.6em;
}
h2:not(:first-child) {
    margin-top: 1.5em;
}
h3{
    font-size: 1.4em;
}
a {
    text-decoration: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-weight:400;
}
a, a:visited, strong a:visited{
    color:/*pink*/ #e60067;
}
ul.nav-menu li a{
    color:#000;
    opacity:0.6;
}
ul.nav-menu li a:hover{
    opacity:1;
}
#nav-group a{
    color:#000;
}
strong a{font-weight:700;}
a:hover, a:focus, strong a:focus, strong a:hover {
    color:#d60160;
}
#nav-group a:hover,#nav-group a:focus{
    opacity:0.7;
}
a.button, a.button:hover, a.button:focus, a.button:visited {
    color:#fff;
}
.assistive-text, .site .screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    /*overflow: hidden;*/
    height: 1px;
    width: 1px;
}
/* general custom class styling */
.margin0, .wp-block-columns.margin0{
    margin:0;
    margin-top: 0;
    margin-bottom: 0;
}
.wp-block-group.is-vertical.is-layout-flex{
    justify-content: center;
    align-content: center;
    height: 100%;
}
.wp-block-columns.droite {
    justify-content: flex-end;
}
.displayNone{display:none!important;}
.inline-flex{
    display:inline-flex;
}
.mid-size{
    width:700px;
    max-width:100%;
}
.center{
    margin-left:auto;
    margin-right:auto;
}
.wp-block-columns.center{
    justify-content: center;
}
.gap-0{
    gap:0;
}
.margin-60{
    margin:60px 0;
}
.full-width{position:relative;}
.full-width:after, .full-width:before{
    content:"";
    top:0;
    width:100%;
    height:100%;
    position:absolute;
    background-color:inherit;
    z-index:-1;
}
.full-width:after{
    right:-100%;
}
.full-width:before{
    left:-100%;
}
.full-width-content, .wp-block-group.alignfull, figure.wp-block-image.full-width-content {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
figure.wp-block-image.full-width-content img{
    width:100vw;
}
.full-width-left {
    width: 100%;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw!important;
}
/* header */ 
#header-logo{
    max-width:50%;
}
#header-logo img{
    max-width:unset;
}
/* full-column */
.is-layout-flex.wp-block-columns .full-column.wp-block-column{
    max-width:unset;
}
/**/
.no-margin, .wp-block-columns.no-margin{margin:0;}
.wrapper{
    width:100%;
    padding:0 5vw;
}
#primary.site-content{
    padding:2em 5vw;
}
#primary.site-content #content{
    position:relative;
}
body.home #primary.site-content #content:before{
    content:"";
    position:absolute;
    background: url("https://leslainesfinndor.com/wp-content/uploads/2024/09/web-019-blanc.jpg") no-repeat scroll center top / cover transparent;
    bottom: calc(-100px - 4em);
    left: -5vw;
    width: calc(100% + 10vw);
    height: 85vh;
    opacity: 0.5;
}
.wp-block-columns.padding30 .wp-block-column{
    padding:30px;
}
body .wp-block-columns.no-wrap{
    flex-wrap: nowrap!important;
}
.is-layout-flex.wp-block-columns.justify-content-flex-start{
    justify-content:flex-start;
}
.gap0{gap:0;}

figure.wp-block-table{
    font-size:1em;
}
.wp-block-table figcaption.wp-element-caption{
    line-height:1.2;
}
/**/
.photo-page{
    margin-top:-2em;
    margin-left: -5vw;
    margin-right: -5vw;
}
.photo-page{
    height:30vh;
    overflow:hidden;
}
.photo-page img{
    width:100%;
    height:100%;
    object-fit:cover;
}
/**/
/*footer*/
#footer-widgets .menu {
    padding-left: 0;
    list-style: none;
    font-size:0.8em;
}
footer {
    background-color: #d8d3d5;
    position: relative;
    padding-top: 2em;
    z-index: 2;
}
footer:before {
    content:'';
    top: -99px;
    background: url(../img/curve-gris.svg) no-repeat scroll center top / 100vw auto transparent;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform:    rotate(180deg);
    -ms-transform:     rotate(180deg);
    transform:         rotate(180deg);
}
footer:after {
    content:'';
    right: 0;
    top: 0;
    background: url(../img/fond-footer-couleurs.jpg) no-repeat scroll right center / cover transparent;
    width: 50vw;
    height: 100%;
    position: absolute;
    box-shadow: inset 0 0 50px 60px #d8d3d5;
    z-index: -1;
}
.etoiles-google{
    margin: 30px 0;
}
.etoiles-google, #colophon .footer-widget .etoiles-google a{
    color: #000;
}
.etoiles-google, #colophon .footer-widget .etoiles-google a, .etoiles-google a:before, .etoiles-google #rate, .etoiles-google #avis-texte{
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.etoiles-google #avis-texte{
    font-size: 0.7em;
    margin-left: 10px;
}
.etoiles-google #rate{
    font-size: 1.5em;
}
.etoiles-google:before {
    content:"";
    position:relative;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    margin-top: -0.25em;
    -webkit-animation: scaling 0.8s linear infinite alternate;
    -moz-animation: scaling 0.8s linear infinite alternate;
    -o-animation: scaling 0.8s linear infinite alternate;
    -ms-animation: scaling 0.8s linear infinite alternate;
    animation: scaling 0.8s linear infinite alternate;
}
@keyframes scaling {
    from {
        transform: scale(1);background: url(../img/etoile-google.svg) no-repeat scroll center center / 100% auto transparent;
    }
    to {
        transform: scale(1.3);background: url(../img/etoile-google-pleine.svg) no-repeat scroll center center / 100% auto transparent;
    }
}
/**/
/* START Pour corriger prob de border radius & background-color sur iphone */
input:not([type="checkbox"]):not([type="radio"]), input[type="submit"], select{
  /* Remove First*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Then Style */
  border-radius: 4px;
  -webkit-border-radius: 4px;
  outline: none;
}
input[type="submit"] {
  -webkit-background-clip: content-box; 
  background:#555;
}
input[type="checkbox"] {
  width:12px;
  height:12px;
}
/* END Pour corriger prob de border radius & background-color sur iphone */
/**/
button, input[type=submit]{
    cursor:pointer;
}
button, input[type=submit], .btn, .button, body .wp-block-button .wp-block-button__link, .wp-block-search__inside-wrapper .wp-block-search__button, #wpsl-wrap #wpsl-search-btn, .wc-block-cart__submit a, body.woocommerce:not(.woocommerce-block-theme-has-button-styles) button.button.alt.disabled{
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    padding: 0.8em 2em;
    letter-spacing: 1px;
    line-height:1;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.wp-block-button__link {
    width: auto;
}
.quantity input, body.woocommerce:not(.woocommerce-block-theme-has-button-styles) #respond input#submit, body.woocommerce:not(.woocommerce-block-theme-has-button-styles) a.button, body.woocommerce:not(.woocommerce-block-theme-has-button-styles) button.button, body.woocommerce:not(.woocommerce-block-theme-has-button-styles) input.button, body:not(.woocommerce-block-theme-has-button-styles) .woocommerce #respond input#submit, body:not(.woocommerce-block-theme-has-button-styles) .woocommerce a.button, body:not(.woocommerce-block-theme-has-button-styles) .woocommerce button.button, body:not(.woocommerce-block-theme-has-button-styles) .woocommerce input.button{
    padding: 0.8em 2em;
}
body .wp-block-button:not(.is-style-outline):not(.dark) .wp-block-button__link:not(.has-background), button:not(.menu-toggle):not(.pswp__button), input[type=submit], .btn, .button, body .wp-block-button .wp-block-button__link, .wp-block-search__inside-wrapper .wp-block-search__button, #wpsl-wrap #wpsl-search-btn, .wc-block-cart__submit a, body.woocommerce:not(.woocommerce-block-theme-has-button-styles) #respond input#submit, body.woocommerce:not(.woocommerce-block-theme-has-button-styles) a.button, body.woocommerce:not(.woocommerce-block-theme-has-button-styles) button.button, body.woocommerce:not(.woocommerce-block-theme-has-button-styles) input.button, body:not(.woocommerce-block-theme-has-button-styles) .woocommerce #respond input#submit, body:not(.woocommerce-block-theme-has-button-styles) .woocommerce a.button, body:not(.woocommerce-block-theme-has-button-styles) .woocommerce button.button, body:not(.woocommerce-block-theme-has-button-styles) .woocommerce input.button, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background), body .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color){
    background-color:#fff;
    border:2px solid #e60067;
    border-radius:999px;
    color:#e60067;
    display: inline-block;
}
.wc-block-cart__submit a{
    padding:0 2em;
    display:block;
}
body .wp-block-button:not(.is-style-outline):not(.dark) .wp-block-button__link:not(.has-background), body .entry-content button.light, body .entry-content .btn.light, body .entry-content .button.light, body .entry-content .wp-block-button.light .wp-block-button__link, .wpcf7-form input[type=submit].btn.light, .wpcf7-form .light input[type=submit]{
    background-color:#fff;
    border-color:#e60067;
    color:#e60067;
}
.wpcf7-form input[type=submit].btn.light, .wpcf7-form .light input[type=submit]{
    border:2px solid #fbf3e1;
}
button.dark, .btn.dark, .button.dark, .wp-block-button.dark .wp-block-button__link, body.woocommerce:not(.woocommerce-block-theme-has-button-styles) #respond input#submit.alt, body.woocommerce:not(.woocommerce-block-theme-has-button-styles) a.button.alt, body.woocommerce:not(.woocommerce-block-theme-has-button-styles) button.button.alt, body.woocommerce:not(.woocommerce-block-theme-has-button-styles) input.button.alt, body:not(.woocommerce-block-theme-has-button-styles) .woocommerce #respond input#submit.alt, body:not(.woocommerce-block-theme-has-button-styles) .woocommerce a.button.alt, body:not(.woocommerce-block-theme-has-button-styles) .woocommerce button.button.alt, body:not(.woocommerce-block-theme-has-button-styles) .woocommerce input.button.alt, .wp-block-button.is-style-fill .wp-block-button__link{
    background-color:#e60067;
    border-color:#e60067;
    color:#fff;
}
body .wp-block-button:not(.is-style-outline):not(.dark) .wp-block-button__link:not(.has-background):hover, body .wp-block-button:not(.is-style-outline):not(.dark) .wp-block-button__link:not(.has-background):focus, body.woocommerce::not(.woocommerce-block-theme-has-button-styles) button.button.alt.disabled, body.woocommerce:not(.woocommerce-block-theme-has-button-styles) button.button.alt.disabled:hover{
    background-color:#777;
    border-color:#777;
    color:#fff;
}
body.woocommerce .wp-block-button .wp-block-button__link:hover, body.woocommerce .wp-block-button .wp-block-button__link:focus, body .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover, body .entry-content .wp-block-button.dark .wp-block-button__link:hover, body .entry-content .wp-block-button.dark .wp-block-button__link:visited:hover, .btn.default:hover, body .entry-content .wp-block-button.default .wp-block-button__link:hover, .wpcf7-form input[type="submit"]:hover, input[type="submit"]:hover, button.light, .btn.light, .button.light:hover, .wp-block-button.light .wp-block-button__link:hover, .wpcf7-form input[type=submit].btn.light:hover, .wpcf7-form .light input[type=submit]:hover, button:not(.menu-toggle):hover, input[type=submit]:hover, .btn:hover, .button:hover, .wp-block-search__inside-wrapper .wp-block-search__button:hover, button:not(.menu-toggle):focus, input[type=submit]:focus, .btn:focus, .button:focus, body .wp-block-search__inside-wrapper .wp-block-search__button:focus, body .entry-content .wp-block-button__link:hover, body .entry-content .wp-block-button__link:visited:hover, body .entry-content .wp-block-button__link:focus, #wpsl-wrap #wpsl-search-btn:hover, #wpsl-wrap #wpsl-search-btn:focus, .wc-block-cart__submit a:hover, .wc-block-cart__submit a:focus, body.woocommerce:not(.woocommerce-block-theme-has-button-styles) #respond input#submit.alt:hover, body.woocommerce:not(.woocommerce-block-theme-has-button-styles) a.button.alt:hover, body.woocommerce:not(.woocommerce-block-theme-has-button-styles) button.button.alt:hover, body.woocommerce:not(.woocommerce-block-theme-has-button-styles) input.button.alt:hover, body:not(.woocommerce-block-theme-has-button-styles) .woocommerce #respond input#submit.alt:hover, body:not(.woocommerce-block-theme-has-button-styles) .woocommerce a.button.alt:hover, body:not(.woocommerce-block-theme-has-button-styles) .woocommerce button.button.alt:hover, body:not(.woocommerce-block-theme-has-button-styles) .woocommerce input.button.alt:hover, body.woocommerce:not(.woocommerce-block-theme-has-button-styles) #respond input#submit:hover, body.woocommerce:not(.woocommerce-block-theme-has-button-styles) a.button:hover, body.woocommerce:not(.woocommerce-block-theme-has-button-styles) button.button:hover, body.woocommerce:not(.woocommerce-block-theme-has-button-styles) input.button:hover, body:not(.woocommerce-block-theme-has-button-styles) .woocommerce #respond input#submit:hover, body:not(.woocommerce-block-theme-has-button-styles) .woocommerce a.button:hover, body:not(.woocommerce-block-theme-has-button-styles) .woocommerce button.button:hover, body:not(.woocommerce-block-theme-has-button-styles) .woocommerce input.button:hover{
    background-color:#d60160;
    color:#fff;
    border-color: #d60160;
}
body .wp-block-button .wp-block-button__link:hover, body .wp-block-button .wp-block-button__link:focus{
    background-color:#d60160!important;
    color:#fff!important;
    border-color: #d60160!important;
}
body .wp-block-button__link:not(.has-background):hover,body .wp-block-button__link:not(.has-background):focus {
    background-image: none;
}
.wpcf7-response-output{
    line-height: 1.2;
}
body .wp-block-button:not(.is-style-outline):not(.dark) .wp-block-button__link:not(.has-background){
    background-image: unset;
    background-repeat: unset;
}
body .wp-block-button__link:not(.has-text-color), body .wp-block-button__link:not(.has-text-color):active {
    box-shadow: unset;
}
body .entry-content .wp-block-button__link, body .entry-content .wp-block-button__link:visited {
    background-color: #fff;
    color: #e60067;
}
.full-width.wp-block-group.has-background{
    padding: 60px 0 20px;
}
body .wp-block-button.widget .wp-block-button__link  {
    background-color: transparent;
    color: inherit;
    border-color: inherit;
    line-height: 1;
    font-size:0.9em;
    margin-top: 20px;
    margin-bottom: 0;
}
/* content */
ul.check{
    margin: 1.5em 0;
    padding:0;
}
ul.check li {
    background: url(../img/icon-check.svg) no-repeat left 3px;
    padding: 3px 0px 3px 40px;
    list-style: none;
    margin: 0;
    line-height: 26px;
    margin-bottom: 15px;
}
ul.check.light li {
    background: url(../img/icon-check-light.svg) no-repeat left 3px / auto 80%;
}
/* search form */
#searchform input[type="text"] {
    margin-right: 20px;
    width: 500px;
    max-width: 100%;
    font-size: 1em;
}
#searchsubmit{
    margin-bottom:0;
}
.bloc-avis p:nth-child(1){
    line-height:1.2;
}
.bloc-avis{
    position:relative;
    margin: 10vh 0 4vh;
    /*justify-content: center;*/
}
.bloc-avis:before{
    content: '';
    background: url(../img/icon-google-avis-finndor.svg) no-repeat scroll 0 0 / 100% auto transparent;
    width: 158px;
    height: 202px;
    left: 0;
    top: 0;
    max-width: 30%;
    margin-right: 3vw;
}
/* form */
.wpcf7-form .multiple-columns{
    display:flex;
}
.wpcf7-form .multiple-columns p{
    margin:0;
}
.grecaptcha-badge{
    display:none!important;
}
.wpcf7-form .wpcf7-form-control-wrap[data-name="moment"]{
    font-size: 0.8em;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
}
.wpcf7-form .wpcf7-form-control-wrap[data-name="moment"] .wpcf7-list-item{
    display: inline-flex;
    margin-right:15px;
    flex-wrap: wrap;
    align-content: center;
}
.wpcf7-form .wpcf7-form-control-wrap[data-name="moment"] .wpcf7-list-item input[type="checkbox"]{
    width: auto;
    margin-right: 5px;
}
.wpcf7-form input:not([type="checkbox"]):not([type="radio"]), .wpcf7-form select, .wpcf7-form textarea, input:not([type="checkbox"]):not([type="radio"]):not(.qty), select, textarea {
    font-family:inherit;
}
.wpcf7-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .wpcf7-form select, .wpcf7-form textarea, input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), select, textarea{
    border:2px solid #777;
    font-size: 1em;
}
.wpcf7-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="number"]), .wpcf7-form select, .wpcf7-form textarea, input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="number"]), select, textarea{
    width: 100%;
    padding: 15px;
    border-radius:4px;
}
input.wpcf7-submit[type="submit"]{
    width: 200px;
    max-width: 100%;
}
.wpcf7-form input[type="submit"], input[type="submit"] {
    border-color: #e60067;
    border-radius:999px;
}
.wpcf7-form .mc4wp-checkbox input{
    width:auto;
    margin-right:8px;
}
.wpcf7-form input[type="checkbox"], input[type="checkbox"]{
    border-radius:0;
    font-size:1em;
}
.wpcf7-form .mc4wp-checkbox label {
    font-size: 0.8em;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    line-height: 1.2;
    color:#A1C3B8;
}
.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder, input::placeholder, .woocommerce-ordering select, textarea::placeholder {
    color:#aaa;
}
.wpcf7-form .duo-input, .duo-input{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.wpcf7-form .duo-input p, .duo-input p{
    margin:10px;
}
.wpcf7-form .single-input, .single-input {
    margin:10px;
}
.wpcf7-form .single-input p, .single-input p{
    margin:0;
}
.wpcf7-form textarea, textarea {
    resize: vertical;
}
.wpcf7 .screen-reader-response{
    display:none;
}
.wpcf7-form-control-wrap {
    font-size: 0.8em;
}
input:not([type=submit]):not(.qty), textarea, select{
    font-size: 0.8em;
}
/* WC */
body.single-product .entry-summary .variations tr{
    display: flex;
    align-items: center;
}
body.single-product .entry-summary .variations tr th{
    min-width: 100px;
}
body.single-product .entry-summary .variations tr td{
    width: 100%;
}
body .wt_coupon_wrapper{
    padding-top:0;
}
body .wp-block-woocommerce-checkout {
    padding-top: 0;
}
body.woocommerce div.product form.cart .variations select{
    background-color:#fff;
}
.widget_price_filter .price_slider_wrapper .price_slider{
    min-width:unset;
    width: 100%;
    max-width: 100%;
}
.woocommerce-tabs #attributs h2{
    display:none;
}
body.woocommerce table.shop_attributes td{
    padding: 0 8px;
}
body.woocommerce div.product form.cart .variations, body.woocommerce table.shop_attributes{
    text-align: left;
}
body.woocommerce div.product form.cart .variations{
    margin-bottom: 2em;
}
body .is-large .wc-block-checkout__sidebar {
    top: calc(24px + 4.0625rem + 2em);
}
body .wc-block-components-quantity-selector:after, .wc-block-components-order-summary button.wc-block-components-panel__button, button.wc-block-components-address-form__address_2-toggle{
    border:none!important;
}
button.wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--minus{
    margin-right: 5px;
}
button.wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus{
    margin-left: 5px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    border-top:transparent;
}
body.archive .term-description {
    font-size: 1.6em;
    color: #777;
    line-height: 1.2;
}
body.archive .term-description p:first-child {
    margin-top:0;
}
.woocommerce-variation-description:not(:empty) {
    padding: 5px 25px;
    background-color: #f8f6f7;
    font-size: 0.9em;
    margin: 10px 0;
}
body .pswp__bg {
    background: rgba(0, 0, 0, 0.8);
}
body.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
    width: 100%;
}
.woocommerce-tabs{
    margin-top:1.5em;
}
.woocommerce-tabs .tab.open .tab-title span:after {
    content:"–";
}
.woocommerce-tabs .tab .tab-title span:after {
    content: '+';
    display: inline-block;
    margin-left: 8px;
    font-size: 1.2em;
}
.woocommerce-tabs .tab .tab-title{
    font-size:1.4em;
    line-height:1.2;
    font-weight:bold;
    color:#e60067;
}
.woocommerce-tabs .tab-content{
    display:none;
}
body.woocommerce .quantity .qty{
    padding:0.8em;
    width:4em;
}
body:not(.woocommerce-uses-block-theme) div.product p.price, body:not(.woocommerce-uses-block-theme) div.product span.price, body:not(.woocommerce-uses-block-theme) ul.products li.product .price, body .wc-block-checkout__sidebar .wc-block-components-product-name, .wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata, .wc-block-components-order-summary .wc-block-components-order-summary-item__description p{
    color:#777;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    font-size: 0.9em;
    line-height: 1.2;
}
button.wc-block-components-address-form__address_2-toggle, button:not(.menu-toggle):not(.pswp__button).wc-block-components-totals-shipping__change-address__link {
    border: none;
    box-shadow: none;
    padding: 0;
    font-size: 0.8em;
    color: #555;
    font-weight: normal;
}
button.wc-block-components-address-form__address_2-toggle:hover, button.wc-block-components-address-form__address_2-toggle:focus, button.wc-block-components-totals-shipping__change-address__link:hover, button.wc-block-components-totals-shipping__change-address__link:focus{
    background-color:transparent;
    color:#555;
}
body .wc-block-components-panel__button, body .wc-block-components-panel__button:hover, body .wc-block-components-panel__button:focus, body .wc-block-components-panel__button:focus-visible{
    border:none;
    background-color:transparent;
    color:#d60160;
}
body.woocommerce div.product form.cart div.quantity {
    margin: 0 10px 0 0;
}
body.woocommerce div.product table.variations .reset_variations{
    display:none!important;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #f8f6f7;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs::before{
    border-color: #ddd;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
    box-shadow: -2px 2px 0 #ddd;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    box-shadow: 2px 2px 0 #ddd;
}
.woocommerce-product-gallery {
    display: flex;
    flex-direction: row-reverse;
}
body.woocommerce span.onsale {
    background-color: #e40a0a;
}
body.woocommerce.single-product span.onsale {
    left: 40%;
}
.flex-viewport {
    width: 75%;
    height: 100% !important;
}
body.woocommerce div.product div.images .flex-control-thumbs {
    display: grid;
    align-content: start;
    margin-top: 0;
    width: 25%;
    z-index: 2;
}
body.woocommerce.single-product div.product .flex-viewport img {
    padding: 0 0 0 10%;
}
body.woocommerce.single-product div.product .flex-control-thumbs img {
    padding: 5%;
}
body.woocommerce div.product div.images .flex-control-thumbs li img {
    border-radius: 50%;
    background-color: #d8d3d5;
}
body.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    margin: 10px 0;
    background-color: #fff;
    border-radius: 50%;
}
.wc-block-components-product-sale-badge.wc-block-components-product-sale-badge--align-left.wp-block-cart-cross-sells-product__product-onsale, body.woocommerce span.onsale, .wc-block-grid__product .wc-block-grid__product-onsale {
    display: none !important;
}
body.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background-color: #d5d5d5;
}
.woocommerce-ordering select{
    border-color:#ccc;
}
.woocommerce-ordering select option:not([value=relevance]){
    color:#000;
}
wc-block-components-quantity-selector__button{
    border-radius:4px;
}
body .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__change-address__link, body .wc-block-components-totals-coupon .wc-block-components-panel__button{
    border:none;
    box-shadow:none;
}
body .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__change-address__link:hover,body .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__change-address__link:focus{
    background-color:transparent;
    color:#e60067;
}
.wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns li img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}
.wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns li .wc-block-grid__product-title, li .wc-block-grid__product-title{
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
    color: #777;
    line-height: 1.2;
    hyphens: auto;
    font-weight: bold;
}
.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product{
    font-size: 1em!important;
}
body.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    text-align:center;
}
body.woocommerce ul.products li.product .price, .wc-block-grid__product-price{
    margin-bottom: .5em;
    font-size: .857em;
    color: #777;
}
body .theme-twentytwenty .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull), body .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull){
    font-size: 1em;
}
.wc-block-grid__products .wc-block-grid__product-image img{
    border: 1px solid #ddd;
}
.wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns li .woocommerce-Price-amount.amount{
    display: inline-block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em;
    color: #777;
}
body.woocommerce ul.products li.product .button, .wp-block-button.wc-block-grid__product-add-to-cart{
    display: inline-block;
    margin-top:10px;
}
.tagged_as a, .posted_in a{
    background-color: #eee;
    margin-right: 5px;
    display: inline-block;
    padding: 4px 10px;
    font-size: .88em;
    text-decoration: none;
    border: 1px solid rgba(155, 155, 155, .17);
    border-radius: 20px;
    font-weight: 300;
    line-height: 1;
}
body.single-product .related.products{
    display: inline-block;
    position: relative;
    width: 100%;
}
.wc-block-grid__products{
    list-style: none;
    padding: 0;
    display:flex;
}
/* Bootstrap CSS */
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    /* extra */
    z-index: 1;
    position: relative;
}
.center {
    justify-content: center;
}
.full {
    justify-content: space-between;
}
.start {
    justify-content: flex-start;
}
.end {
    justify-content: flex-end;
}
.middle{
    align-items: center;
}
.col{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 768px){
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (min-width: 992px){
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (min-width: 1200px){
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
.sous-titre-menu{
    font-weight: 700;
    color: #555;
    font-size: 1.2em;
    margin: 1em 0;
    display: block;
    line-height: 1.3;
}
body .woocommerce-store-notice, body p.demo_store{
    position:relative;
}
.woocommerce-store-notice a, p.demo_store a {color: #fff!important;}
p.woocommerce-store-notice.demo_store{display:none!important;}
.demo_store_header {
    box-shadow: none;
    width: 100%;
    max-width: 90vw;
    padding: 10px 5%;
    margin: 0 auto;
    background-color: #777;
    font-size: 0.8em;
    line-height: 1.2;
}
.demo_store_header:before, .demo_store_header:after{
    content:'';
    background-color:inherit;
    position:absolute;
    top:0;
    width:100%;
    height:100%;
}
.demo_store_header:before{
    left:-100%;
}
.demo_store_header:after{
    right:-100%;
}
.demo_store_header{
    position:fixed;
}
#connaissancesBar, #connaissancesBarFooter {
  z-index: 8;
  position: relative;
}
#connaissancesBar .popup_content, #connaissancesBarFooter .popup_content{
    width: 600px;
    padding: 15px 30px;
    background-color: #555;
    color: #fff;
    border-radius: 10px;
    font-size:1.2em;
    z-index:2;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
}
#connaissancesBar .popup_content{
    position: fixed;
    max-width: 80%;
    right: 10px;
    bottom: 20%;
    margin: auto;
}
#connaissancesBarFooter .popup_content{
    position: relative;
    max-width: 100%;
}
#connaissancesBar a, #connaissancesBarFooter a {
    color:#aaa;
}
#connaissancesBar .titre, #connaissancesBarFooter .titre {
    font-size: 1.6em;
}
#connaissancesBar .zoneTexte, #connaissancesBarFooter .zoneTexte{
    font-weight: 300;
    line-height: 1.3;
}
#connaissancesBar .zoneTexte:before, #connaissancesBarFooter .zoneTexte:before {
  background: url(../img/lightbulb-regular.svg) no-repeat center center / auto 65% #e60067;
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  padding: 10px;
  border-radius: 50%;
}
#connaissancesBar .closeButton, #connaissancesBarFooter .closeButton{
    position:absolute;
    right:-8px;
    top:-8px;
    background-color:#000;
    border-radius:50%;
    width:28px;
    height:28px;
    z-index:2;
}
#connaissancesBar .closeButton .closeButton-inside, #connaissancesBarFooter .closeButton .closeButton-inside{
    position:relative;
    width:100%;
    height:100%;
    display:block;
}
#connaissancesBar .closeButton:before, #connaissancesBarFooter .closeButton:before{
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    transform:         rotate(45deg);
}
#connaissancesBar .closeButton:after, #connaissancesBarFooter .closeButton:after{
    -webkit-transform: rotate(-45deg);
    -moz-transform:    rotate(-45deg);
    -ms-transform:     rotate(-45deg);
    transform:         rotate(-45deg);
}
#connaissancesBar .closeButton:before, #connaissancesBar .closeButton:after, #connaissancesBarFooter .closeButton:before, #connaissancesBarFooter .closeButton:after{
    content: '';
    background-color: #fff;
    height: 2px;
    width: 15px;
    border-radius: 2px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
#connaissancesBar .poup_content, #connaissancesBarFooter .poup_content{
    z-index:1;
    position:relative;
}
/* WOOF filter */
body .woof_price_search_container .price_slider_amount button.button{
    display:none;
}
.woof_radio_term_reset img{
    width: 1.3em;
}
.woof_submit_search_form_container{
    display:none;
}
body .woof_submit_search_form_container:nth-child(2){
    display:none!important;
}
.woof_sid_flat_white {
    background: transparent;
    border: none;
    padding: 20px;
}
.woof .widget_price_filter .price_slider_wrapper .ui-widget-content{
    margin-top: 5px;
    display: flex;
    align-items: center;
}
body .woof .widget_price_filter .ui-slider .ui-slider-handle, body .woof .widget_price_filter .ui-slider .ui-slider-range{
    background-color: #e60067;
}
body .woof .widget_price_filter .ui-slider .ui-slider-handle{
    border-color:#800039;
}
ul.woof_list li {
    line-height: 1;
}
.woof_container {
    font-size: 0.9em;
}
.woof_container_inner h4 {
    margin-top: 15px;
}
footer a {
  color: inherit;
}
footer #header-logo{
    width:120px;
    box-shadow: 0 0 30px 30px #d8d3d5;
    border-radius: 50%;
}
footer .footer-widget p {
    margin-top: 0;
    margin-bottom: 10px;
}
footer .site-info {
    font-size: 13px;
    color:#777;
    padding-bottom: 15px;
    line-height: 1.2;
    padding-top:15px;
}
footer .site-info, footer .site-info a, footer .site-info a:hover, footer .site-info a:focus {
    color:#777;
}
body .wp-block-image figcaption {
    line-height: 1.2;
    font-size: 0.75em;
    text-align:left;
}
#main{
    padding-bottom:100px;
}
.site-header.toggled-on #navbarSupportedContent {
    left: 0;
    opacity: 1;
}
#navbarSupportedContent ul.nav-menu{
    margin:0;
    padding:20px 0;
    list-style:none;
}
#navbarSupportedContent ul.nav-menu li a {
    margin: 5px 0;
    display: block;
    font-size: 1.2em;
}
#navbarSupportedContent {
    position: relative;
    z-index: 1;
    background-color: #fff;
    width: 100%;
    left: 100vw;
    letter-spacing: normal;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
#menu-droit {
    margin: 0 0 0 20px;
    display: flex;
    width: 120px;
    height: 100%;
    justify-content: center;
    z-index: 99;
    -webkit-transition: background-color ease-out 0.4s;
    -moz-transition: background-color ease-out 0.4s;
    -ms-transition: background-color ease-out 0.4s;
    -o-transition: background-color ease-out 0.4s;
    transition: background-color ease-out 0.4s;
}
.assistive-text, .site .screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
}
.navbar-toggler-icon {
    display: flex;
    width: 100%;
    content: "";
    justify-content: flex-start;
    padding: 0 35px;
    height: 100%;
    align-items: center;
}
.navbar-toggler-icon {
    cursor: pointer;
}
.menu-toggle {
    border: 0;
    color: transparent;
}
.header__menu-button-icon {
    display: inline-block;
    position: relative;
    height: 3px;
    transition: all .2s ease-in;
    vertical-align: middle;
}
.header__menu-button-icon, .header__menu-button-icon:after, .header__menu-button-icon:before {
    background-color: #000;
    width: 100%;
}
.header__menu-button-icon:before {
    top: -8px;
}
.header__menu-button-icon:after {
    bottom: -8px;
}
.header__menu-button-icon:after, .header__menu-button-icon:before {
    display: block;
    position: absolute;
    content: "";
    height: 3px;
    transform-origin: top left;
    transition: all .2s ease-in;
}
#menu-droit {
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
#site-navigation, #header-menu-desktop, #header-menu-desktop .nav-menu, #header-menu-desktop div, ul.nav-menu, #header-container, #header-inside-container{
    height:100%;
}
#header-container{
    width: 100%;
    background-color:#e60067;
    display: flex;
    align-items: center;
    position:relative;
    z-index:2;
}
#header-logo img{
    max-height:100%;
    padding: 10px;
}
.site-header-container #header-logo, .site-header-container #header-logo img{
    height:100%;
}
#header-logo{
    background-color: #d8d3d5;
    aspect-ratio: 1 / 1;
}
.site-header h1{
    margin:0;
    padding: 20px;
    color: #fff;
}
.wp-block-button.wc-block-grid__product-add-to-cart{
    position:relative;
}
body .added_to_cart{
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
/* Media Queries*/
@media (max-width: 991px){
    #secondary{z-index: 99999999999999999;position: relative;}
    .site-header{
        position: fixed;
        z-index:999999;
        width:100%;
    }
    #main{
        padding-top:10vh;
    }
    footer .site-info {
        padding-top: 30px;
    }
    footer:after {
        width: 100vw;
        opacity:0.3;
        height: 60%;
    }
    h2:not(:first-child) {
        margin-top: 1em;
    }
    .woof_show_filter_for_mobile.woof{
        top:0;
        margin-top:0;
    }
    .woof_show_mobile_filter{
        margin: 40px 0 20px;
    }
    #header-menu-desktop, .main-navigation.desktop, .woocommerce-page .woocommerce-result-count, .woocommerce-page .woocommerce-ordering{
        display:none;
    }
    .site-header-container{
        height: 10vh;
    }
    .site-header h1{
        font-size: 2em;
    }
    body{overflow-x:hidden;}
    footer:before {
        top: -49px;
        height: 50px;
    }
    #main{
        padding-bottom:50px;
    }
    body.woocommerce div.product div.summary .product_meta span{display:block;}
    body.archive .term-description {
        font-size: 1.2em;
    }
}
@media (max-width: 782px) {
    .wc-block-cart .wc-block-cart__submit-container--sticky {
        background-color: #fff!important;
    }
}
@media (max-width: 767px){
    .bloc-avis:before{
        background-position: bottom left;
        max-width: 100%;
        height: 200px;
        width: 150px;
    }
}
@media (min-width: 992px){
    body.woocommerce.single-product div.product .flex-viewport img {
        max-width: 75%;
    }
    body.woocommerce div.product div.images .flex-control-thumbs {
        margin-top: -30px !important;
        margin-right: -30px;
    }
    body.woocommerce-cart #site-navigation, body.woocommerce-checkout #site-navigation{
        display:none;
    }
    body.woocommerce-cart .site-header, body.woocommerce-checkout .site-header{
        background:transparent;
    }
    .footer-widget {
      max-width: 50%;
    }
    #menu-droit, #navbarSupportedContent, .menu-toggle{
        display:none;
    }
    .site-header h1{
        font-size: 1.4vw;
    }
    #header-container{
        width: calc(16vw + 3px);
    }
    .is-large.wc-block-cart .wc-block-components-sidebar {
        position: sticky;
        top: 4.0625rem;
        height: 100%;
    }
    body.admin-bar .is-large.wc-block-cart .wc-block-components-sidebar {
        top: calc(4.0625rem + 32px + 2em);
    }
    #footer-widgets .wrapper {
        display: flex;
    }
    body .wp-block-columns.is-layout-flex {
        gap: 4em;
    }
    body.woocommerce div.product:not(.product-type-variable) form.cart, body.woocommerce div.product table.variations, body.woocommerce div.product table.variations td.value{
        display:flex;
    }
    body.woocommerce div.product table.variations td.value{
        align-items: center;
    }
    body.woocommerce div.product form.cart .variations td, body.woocommerce div.product form.cart .variations th{
        vertical-align: middle;
    }
    body.woocommerce div.product form.cart .variations label {
        margin-right: 10px;
    }
    #header-inside-container{
        display: flex;
        align-items: center;
    }
    ul.nav-menu , ul.nav-menu  li a{
        display:flex;
    }
    ul.nav-menu {
        list-style: none;
        padding:0;
        margin:0;
    }
    ul.nav-menu  li {
        position:relative;
        display: inline-block;
        width: 100%;
    }
    ul.nav-menu  li a{
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .site-header-container{
        height: 7vw;
        -webkit-transition: height .3s, 
        -webkit-transform .3s;
        transition: height .3s, 
        transform .3s;
    }
    body.is-sticky .site-header-container{
        height: 4.0625rem;
    }
    .site-header{
        display:block;
        position:sticky;
        z-index: 99;
        background: #fff;
        top:0;
    }
    body.admin-bar .site-header{
        top:32px;
    }
    .site-header-container{
        display: flex;
        align-items: center;
    }
    #site-navigation{
        width:84vw;
        background-color: #fff;
    }

    ul.nav-menu li::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -1.25rem;
        background-color: #ddd;
        width: 1px;
        height: 2.5rem;
    }
    #main{
        display:flex;
        min-height:100vh;
    }
    #primary{
        float: left;
        margin-left: 16vw;
        width: 84vw;
        z-index: 1;
    }
    #secondary{
        display: block;
        background-color: #f8f6f7;
        width: 16vw;
        position: fixed;
        float: left;
        min-height: calc(100vh - 7vw);
        padding: 2em 15px;
        z-index: 2;
        height: calc(100vh - 7vw);
    }
    body.is-sticky #secondary{
        min-height: calc(100vh - 4.0625rem);
        height: calc(100vh - 4.0625rem);
    }
    #secondary .woof.woof_sid.woof_sid_finndor{
        overflow-y: scroll;
        height: 100%;
        padding-bottom:2em;
    }
    #secondary .woof.woof_sid.woof_sid_finndor::-webkit-scrollbar {
        width: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    #menu-droit {
        position: absolute;
        right: 0;
    }
}
@media (min-width: 768px){
    .bloc-avis p:nth-child(1){
        margin-top:0;
    }
    .bloc-avis.wp-block-columns:last-child{
        margin: 12vh 0 4vh;
    }
    .bloc-avis p:nth-child(1){
        margin-top:0;
    }
}
@media (min-width: 1920px){
    .site-header h1{
        font-size: 2em;
    }
    body.is-sticky .site-header h1{
        font-size:1.5em;
    }
}
/**/