/*
Theme Name: asticotheme
Theme URI: None
Author: asticoweb.com
Author URI: https://asticoweb.com
Description: Simple wordpress theme made with ❤️ by asticoweb.com | All rights reserved ©
Tags: theme, madewithlove, asticonet, asticoweb, asticoweb.com, asticotheme, coding, spreadthelove, personal, personaluseonly
Version: 3.8
License: License asticoweb.com
License URI: https://asticoweb.com
Text Domain: asticotheme
*/

::selection {
    background: var(--ciel);
    color: white;
    text-shadow: none;
}

::-webkit-selection {
    background: var(--ciel);
    color: white;
    text-shadow: none;
}

::-moz-selection {
    background: var(--ciel);
    color: white;
    text-shadow: none;
}

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    outline: none !important;
    text-decoration: none;

}

section,
div,
header,
nav,
article,
section,
aside,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
figure,
figcaption,
class,
img {

    margin: 0;
    padding: 0;
}


html,
body {

    width: 100%;
    padding: 0;
    margin: 0;
    font-family: din-condensed-variable, sans-serif;
    position: relative;
}

body {

    overflow-x: hidden;
    overflow-y: overlay;
    background: white;
}

::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 15px 15px transparent;
    border: solid 5px transparent;
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 15px 15px var(--ciel);
    border: solid 5px transparent;
    border-radius: 15px;
}

::-webkit-scrollbar-button {
    display: none;
}

.page main > section > h1,
br.clear,
a.post-edit-link {

    display: none;
}

input::placeholder,
textarea::placeholder {

    opacity: 1 !important;
}

input {
    
    accent-color: var(--ciel) !important;
}

abbr {
    
    color: var(--bleu) !important;
}

a {

    color: var(--ciel);
}

:root {
    --ciel: #1c7090;
    --bleu: #081f26;
    --rouge: #cb1a27;
}

/*------------------------------------*\
    DARK MODE
\*------------------------------------*/

input[type="search"] {
    
    background: white;
}

/*------------------------------------*\
    LOADER
\*------------------------------------*/

#loader {

    width: 100vw;
    height: 100vh;
    position: fixed;
    background: white;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

#loader img {

    height: 25vh;
    opacity: 0;
    transform: translateY(25%);
    animation: fade 1.5s forwards;
    animation-delay: .5s;
}

#loader:before {

    transform: rotate(180deg)translate(0);
}

#loader:after {

    transform: translate(0);
}

@keyframes fade {

    to {

        opacity: 1;
        transform: translate(0);
    }
}

.home #loader {

    display: flex;
}

/*------------------------------------*\
    BORDER
\*------------------------------------*/

.border-top,
.border-bottom {

    position: relative;
}

.border-top:before,
.border-bottom:after {

    content: '';
    width: 100%;
    height: 90px;
    left: 0;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    background-image: url('https://www.auvoilierbleu.com/wp-content/uploads/border-wave.svg');
    background-position: center;
    background-repeat: round;
    background-size: contain;
}

.border-top:before {

    top: -1px;
    transform: rotate(180deg)translateY(59%);

}

.border-bottom:after {

    bottom: -1px;
    transform: translateY(59%);
}

/*------------------------------------*\
    EXIT
\*------------------------------------*/

#exit {

    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(8, 31, 38, .5);
    z-index: 998;
    cursor: pointer;
    display: none;
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/

#banner {

    width: 100%;
    background: var(--ciel);
    padding: 12.5px 50px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 45px;
    min-height: 45px;
    white-space: nowrap;
}

#banner div {

    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.25vw;
    font-weight: 900;
    font-family: 'Dancing Script', cursive;

}

#banner a {

    color: var(--bleu);
    font-size: 1vw;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

#header {

    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: all .3s;

}


#header .bloc {

    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: solid 2px var(--bleu);
}

#header a#logo h1 {

    font-size: 2vw;
    line-height: 1;
    letter-spacing: .05em;
    margin-bottom: -4%;
    color: var(--bleu);
}

#header #nav {

    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#header #nav #btn-mobile {

    display: none;
}

#header li {

    list-style: none;
    display: inline-block;
}

#header .wc-block-product-categories-list--depth-0 li ul {

    display: none;
}

#header #nav li:not(:last-child):after,
#header #menu:before {

    content: '\002B1D';
    margin: 0 6.25px;
    color: var(--bleu);
}

#header .bloc a,
#header .bloc li,
#header li:not(:last-child):after,
#header #menu:before {

    font-size: 1.1vw;
    text-transform: uppercase;
    letter-spacing: .05em;
}

#header #menu li:last-child a {

    color: var(--rouge);
}

#header #btn li:not(:first-child) {

    margin-left: 6.25px;
}


#header #btn li {

    cursor: pointer;
}

#header #btn {

    display: flex;
    justify-content: center;
    align-items: center;
}

#header #btn a {

    display: inline-block;
}

#header #btn svg {

    height: 30px;
    width: auto;

}

.wc-block-product-categories {

    margin: 0 !important;
}

/*------------------------------------*\
    BURGER
\*------------------------------------*/

#burger {

    position: relative;
    height: 40px;
    width: 40px;
    border: solid 2px var(--bleu);
    border-radius: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 12.5px;

    display: none;
}


#burger span {

    width: 50%;
    height: 7.5%;
    background: var(--bleu);
    position: absolute;
    transition: all .3s;
    transform-origin: center;
}

#burger span.a {

    margin-bottom: 25%;
}

.active-first-span {

    transform: rotate(45deg) !important;
    margin: 0 !important;
}

#burger span.b {

    margin-top: 25%;
}

.active-last-span {

    transform: rotate(-45deg) !important;
    margin: 0 !important;
}

/*------------------------------------*\
    COUNT
\*------------------------------------*/

#header #btn .panier a {

    position: relative;
}

#header #btn .panier a .count {

    position: absolute;
    font-size: .6vw;
    right: 0;
    bottom: 0;
    color: white;
    background: var(--rouge);
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    border-radius: 100%;
    line-height: 0;
    width: 65%;
    transform: translate(50%, 25%);
}

/*------------------------------------*\
    SEARCH
\*------------------------------------*/

#header .bloc form#search {

    position: absolute;
    width: 100%;
    height: calc(100% + 2px);
    left: 0;
    top: 0;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
    border-bottom: solid 2px var(--bleu);
    display: none;
}

#header .bloc form#search input,
#header .bloc form#search button {

    font-family: din-condensed-variable, sans-serif;
    font-size: 1vw;
}

#header .bloc form#search input {

    width: 100%;
    height: 100%;
    min-height: 100%;
    border: none;
}

#header .bloc form#search button {

    /*    padding: 12.5px;*/
    background: var(--bleu);
    color: white;
    border: none;
    border-radius: 5px;
    transition: all .3s;
    aspect-ratio: 1;
    height: 40px;
}

#header .bloc form#search button:last-child {

    margin-left: 12.5px;
    background: var(--rouge);
}

#header .bloc form#search button:hover {
    background: var(--ciel);
}

#header .bloc form#search input::placeholder {

    color: var(--bleu);
    opacity: .5 !important;
    transition: all .3s;
}

#header .bloc form#search input:focus::placeholder {

    opacity: 1 !important;
}

#header .bloc form#search input::-webkit-search-cancel-button {

    display: none;
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/

.woocommerce ul.products {

    grid-column-gap: 50px !important;
    grid-row-gap: 50px !important;
}

.woocommerce ul.products li.product {
    text-align: center;
}

.woocommerce ul.products li.product .button {

    display: none !important;
}

.woocommerce ul.products li.product .cat-prod,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .custom-field {

    color: var(--bleu) !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {

    font-size: 1.25vw !important;
    font-weight: bold !important;
    margin-top: 25px !important;
    text-transform: uppercase !important;
    letter-spacing: .1em !important;
    margin-bottom: 6.125px !important;
}

.woocommerce ul.products li.product .custom-field {

    font-size: 1.25vw !important;
    opacity: .75;
    font-weight: 900 !important;
    font-family: 'Dancing Script', cursive;
    margin-bottom: 12.5px !important;
}

.woocommerce ul.products li.product .price {

    font-size: .9vw !important;
    font-weight: normal !important;
    color: var(--ciel) !important;
}

.woocommerce ul.products li.product .price bdi {

    font-size: 1.1vw !important;
    font-weight: normal !important;
}

.woocommerce ul.products li.product .price del {

    opacity: 1 !important;

}

.woocommerce ul.products li.product .price del bdi {

    font-size: .9vw !important;
    text-decoration: line-through !important;

}

.woocommerce ul.products li.product .price ins bdi {

    color: var(--rouge) !important;

}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
    {

    margin-bottom: 6.125px !important;
}

/*
.woocommerce ul.products li.outofstock a img {
    
    filter: grayscale(.75);
}

.woocommerce ul.products li.outofstock .woocommerce-loop-product__title,
.woocommerce ul.products li.outofstock .price *{
    
    color: #767676 !important;
}
*/

/*------------------------------------*\
   POURCENTAGE PROMO + CAT + STOCK
\*------------------------------------*/

.woocommerce ul.products li.product .onsale {

    top: 0px !important;
    right: 25px !important;
    margin: 0 !important;
    height: auto !important;
    width: auto !important;
    padding: 12.5px !important;
    display: block !important;
    background-color: var(--rouge) !important;
    border-radius: 0 !important;
    font-size: 1vw !important;
    line-height: initial !important;
    min-width: auto !important;
    min-height: auto !important;
    font-weight: normal !important;
}

.woocommerce ul.products li.product .cat-prod,
.woocommerce ul.products li.product a .stock {

    position: absolute !important;
    top: 0px !important;
    left: 25px !important;
    margin: 0 !important;
    height: auto !important;
    width: auto !important;
    padding: 12.5px !important;
    display: block !important;
    background-color: var(--ciel) !important;
    border-radius: 0 !important;
    font-size: 1vw !important;
    line-height: initial !important;
    z-index: 3 !important;
    color: white !important;

}

.woocommerce ul.products li.product a .stock {

    position: absolute;
    right: auto !important;
    top: auto !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%);
}


/*------------------------------------*\
   ASPECT RATIO IMG
\*------------------------------------*/

.woocommerce ul.products li.product a img {

    margin: 0 !important;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {

    padding-bottom: 100% !important;
    width: 100% !important;
    display: inline-block !important;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link:after {

    content: '';
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    left: 12.5px;
    top: 12.5px;
    border: solid 2px var(--bleu);
    position: absolute;
    pointer-events: none;
    z-index: 2;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img {

    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

.woocommerce ul.products li.product a img:nth-of-type(1) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .3s;
    z-index: 1;
}

.woocommerce ul.products li.product a:hover img:nth-of-type(1) {

    opacity: 1;
}

/*------------------------------------*\
   QUANTITY
\*------------------------------------*/

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity {

    display: flex;
    height: 50px !important;
    justify-content: flex-start;
    align-items: center;
}

.quantity .minus,
.quantity .plus,
.quantity input {

    width: 30px !important;
    height: 30px !important;
    border: none !important;
    text-align: center !important;
    font-family: din-condensed-variable, sans-serif !important;
    color: white !important;
    transition: all .3s !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-weight: bold !important;
    font-size: .9vw !important;
    margin: 0 !important;
}

.quantity input {

    color: var(--bleu) !important;
}

.quantity .minus,
.quantity .plus {}

.quantity .minus:hover,
.quantity .plus:hover {

    background: var(--bleu) !important;
}


.quantity .minus,
.quantity .plus {

    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    background: var(--ciel);
    border-radius: 5px !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none,
        -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

/*------------------------------------*\
    VARIATION
\*------------------------------------*/

.variations tr {

    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px !important;
    padding-bottom: 25px !important;
    border-bottom: solid 1px #e5e5e5 !important;
}

.variations th.label,
.variations th.label label {

    width: 100%;
    text-align: left;
    display: inline-block;
    font-size: 1.25vw;
    font-weight: normal !important;
}

label.selected,
.selected {

    background-color: var(--ciel) !important;
    color: white !important;
}

label.outofstock {

    border-color: #cccccc !important;
    color: #cccccc !important;
    pointer-events: none;
}

.generatedRadios input {

    display: none;
}

.generatedRadios {

    color: var(--ciel) !important;
    padding: 6.25px 12.5px;
    line-height: 1 !important;
    border: solid 2px var(--ciel);
    margin-right: 6.25px;
    margin-bottom: 6.25px;
    white-space: nowrap;
    display: inline-block;
    cursor: pointer;
    transition: all .3s;
    order: 1;
    border-radius: 3px;
    font-weight: normal !important;
    font-size: 1.25vw;
}

.generatedRadios:hover {

    background-color: var(--ciel) !important;
    color: white !important;
}

.woocommerce div.product form.cart .reset_variations {

    display: none !important;
}

.value {

    display: flex;
    flex-wrap: wrap;
}


/*------------------------------------*\
    WOOCOMMERCE NOTICE
\*------------------------------------*/

.woocommerce-notices-wrapper {

    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    margin: 50px;
    margin-top: 0;
    width: calc(100% - 100px);
    font-family: din-condensed-variable, sans-serif;
    font-size: 1.1vw;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce form.checkout_coupon {
    border: none !important;
    padding: 25px !important;
    margin: 0 !important;
    background: var(--rouge) !important;
    color: white !important;
    border-radius: 5px !important;
    font-family: din-condensed-variable, sans-serif !important;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a,
.woocommerce form.checkout_coupon a {

    color: var(--bleu) !important;
}

.woocommerce-notices-wrapper .button,
.woocommerce-info .button {

    display: none !important;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {

    display: none !important;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

#footer {

    background: var(--bleu);
    width: 100%;
}


#footer a,
#footer p {
    color: #e5e5e5;
    font-size: 1vw;
    font-weight: normal;
}

#footer a {

    transition: all .3s;
    position: relative;
}

#footer a:hover {

    color: white;
}

#footer a:before {
    content: '';
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform .3s;
    position: absolute;
    width: 100%;
    height: 1.5px;
    background: white;
    top: 100%;
    left: 0;
    pointer-events: none;
}

#footer a:hover::before {

    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}

#footer li {

    list-style: none;
    line-height: 1.75em;
}

#footer .bloc {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
    padding: 100px;

}

#footer .bloc-a {

    padding-bottom: 0;
}

#footer .bloc-a .logos {

    background: white;
}

#footer .bloc-a .infos {

    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

#footer .bloc-a .infos ul {

    width: 100%;
}

#footer .bloc-a .infos .sociaux a:before {

    display: none;
}

#footer .bloc-a .infos .sociaux a:first-child {

    margin-right: 6.25px;
}

#footer .bloc-a .infos .sociaux a svg {

    height: 20px;
}

#footer .bloc-a .infos .sociaux a svg path {

    transition: all .3s;
    fill: #e5e5e5;
}

#footer .bloc-a .infos .sociaux a:hover svg path {

    fill: white;
}

#footer .bloc-a .logos figure img {

    width: 12.5vw;
    padding: 25px;

}

#footer .bloc .content {

    padding-bottom: 50px;
}

#footer h1 {

    font-size: 1.5vw !important;
    color: var(--ciel) !important;
    font-weight: bold;
    line-height: 1.75em;
    font-family: 'Dancing Script', cursive !important;

}

#footer .bloc-b {

    background-color: var(--ciel);
    align-items: flex-end;
    padding: 25px 100px;
}

#footer .bloc-b a,
#footer .bloc-b p {

    line-height: 1.75em;
}

#footer .bloc-b li {

    display: inline-block;
}

#footer .bloc-b .mentions ul li {

    margin-right: 12.5px;
}

/*------------------------------------------------------------------------*\
    RESPONSIVE
\*------------------------------------------------------------------------*/

@media only screen and (max-width:850px) {

    /*------------------------------------*\
    BANNER
\*------------------------------------*/

    #banner {

        padding: 12.5px 25px;
    }

    #banner div {

        font-size: 2.25vw;
    }

    #banner a {
        display: none;
    }

    /*------------------------------------*\
    HEADER
\*------------------------------------*/

    #header a#logo h1 {

        font-size: 4vw;
    }

    #header #nav {

        position: absolute;
        left: 0;
        top: 100%;
        transform: none;
        background: white;
        border-bottom: 2px solid var(--bleu);
        border-top: 2px solid var(--bleu);
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 25px;
    }


    #header .bloc a,
    #header li:not(:last-child):after,
    #header #menu:before {

        font-size: 2.25vw;
    }

    /*------------------------------------*\
    COUNT
\*------------------------------------*/


    #header #btn .panier a .count {

        font-size: 1.25vw;
    }

    /*------------------------------------*\
    SEARCH
\*------------------------------------*/

    #header .bloc form#search input,
    #header .bloc form#search button {

        font-size: 2.25vw;
    }

    /*------------------------------------*\
    PRODUCTS
\*------------------------------------*/

    .woocommerce ul.products {

        grid-column-gap: 25px !important;
        grid-row-gap: 25px !important;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product .custom-field {

        font-size: 2vw !important;
    }

    .woocommerce ul.products li.product .price,
    .woocommerce ul.products li.product .price del bdi {

        font-size: 1.75vw !important;
    }

    .woocommerce ul.products li.product .price bdi {

        font-size: 2vw !important;
    }

    /*------------------------------------*\
   POURCENTAGE PROMO + CAT + STOCK
\*------------------------------------*/

    .woocommerce ul.products li.product .onsale,
    .woocommerce ul.products li.product .cat-prod,
    .woocommerce ul.products li.product a .stock {

        font-size: 1.5vw !important;
    }

    /*------------------------------------*\
   QUANTITY
\*------------------------------------*/


    .quantity .minus,
    .quantity .plus,
    .quantity input {

        font-size: 2vw !important;
    }

    /*------------------------------------*\
    VARIATION
\*------------------------------------*/
    .variations th.label,
    .variations th.label label,
    .generatedRadios {

        font-size: 2vw;
    }

    /*------------------------------------*\
    WOOCOMMERCE NOTICE
\*------------------------------------*/

    .woocommerce-notices-wrapper {

        font-size: 2vw;
    }

    /*------------------------------------*\
    FOOTER
\*------------------------------------*/

    #footer a,
    #footer p {
        font-size: 2vw;
    }

    #footer .bloc {

        padding: 50px;
        padding-bottom: 0;
        flex-wrap: wrap;
        justify-content: space-around;
        text-align: center;
    }

    #footer .bloc-a .logos figure img {

        width: 20vw;

    }

    #footer .bloc-a .sociaux {

        margin: 0 auto;
    }

    #footer .bloc .content {

        padding-bottom: 50px;
        width: 50%;
    }

    #footer h1 {

        font-size: 2.5vw !important;
    }

    #footer .bloc-b {

        padding: 25px 50px;
    }

}

@media only screen and (max-width:650px) {

    /*------------------------------------*\
    BORDER
\*------------------------------------*/

    .border-top:before,
    .border-bottom:after {

        height: 70px;
    }

    /*------------------------------------*\
    BURGER
\*------------------------------------*/

    #burger {

        display: flex;
    }

    /*------------------------------------*\
    BANNER
\*------------------------------------*/

    #banner {

        padding: 12.5px;
    }

    #banner div {

        font-size: 3.5vw;
    }

    /*------------------------------------*\
    HEADER
\*------------------------------------*/

    #header .bloc {

        padding: 18.75px 12.5px;
    }

    #header a#logo h1 {

        font-size: 8vw;
    }

    #header #nav {

        display: none;
        padding: 25px;
    }

    #header #nav #btn-mobile {

        display: flex;
        justify-content: center;
        align-items: center;
        border-top: solid 2px #e5e5e5;
        padding-top: 25px;
        margin-top: 12.5px;
    }

    #header .bloc a {

        font-size: 6vw;
    }

    #header #nav li:not(#header #nav #btn-mobile li) {

        width: 100%;
        text-align: center;
        margin-bottom: 12.5px;
    }

    #header #nav #btn-mobile li {

        width: 50%;
        text-align: center;
        opacity: .75;
    }

    #header #nav #btn-mobile li,
    #header #nav #btn-mobile li a {

        font-size: 6vw;
        color: var(--bleu);
    }

    #header #nav li:after,
    #header #menu:before {

        display: none;
    }

    #header #btn .recherche,
    #header #btn .compte {

        display: none;
    }

    /*------------------------------------*\
    COUNT
\*------------------------------------*/


    #header #btn .panier a .count {

        font-size: 2.5vw;
    }

    /*------------------------------------*\
    SEARCH
\*------------------------------------*/

    #header .bloc form#search {

        padding: 0 12.5px;
    }

    #header .bloc form#search input,
    #header .bloc form#search button {

        font-size: 3.5vw;
    }

    /*------------------------------------*\
    PRODUCTS
\*------------------------------------*/

    .woocommerce ul.products {

        grid-column-gap: 12.5px !important;
        grid-row-gap: 25px !important;
    }
    
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        
        margin-top: 12.5px !important;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product .custom-field {

        font-size: 3.5vw !important;
    }

    .woocommerce ul.products li.product .price,
    .woocommerce ul.products li.product .price del bdi {

        font-size: 3vw !important;
    }

    .woocommerce ul.products li.product .price bdi {

        font-size: 3.5vw !important;
    }

    /*------------------------------------*\
   POURCENTAGE PROMO + CAT + STOCK
\*------------------------------------*/

    .woocommerce ul.products li.product .onsale,
    .woocommerce ul.products li.product .cat-prod,
    .woocommerce ul.products li.product a .stock {

        font-size: 3vw !important;
    }

    .woocommerce ul.products li.product .onsale {

        right: 12.5px !important;
        padding: 6.25px !important;
    }

    .woocommerce ul.products li.product .cat-prod,
    .woocommerce ul.products li.product a .stock {

        padding: 6.25px !important;
    }

    .woocommerce ul.products li.product .cat-prod {

        left: 12.5px !important;
    }


    /*------------------------------------*\
   ASPECT RATIO IMG
\*------------------------------------*/

    .woocommerce ul.products li.product a.woocommerce-LoopProduct-link:after {

        width: calc(100% - 12.5px);
        height: calc(100% - 12.5px);
        left: 6.25px;
        top: 6.25px;
    }

    /*------------------------------------*\
   QUANTITY
\*------------------------------------*/

    .quantity {

        justify-content: flex-end !important;
    }

    .quantity .minus,
    .quantity .plus,
    .quantity input {

        font-size: 4vw !important;
        font-weight: normal !important;
    }

    /*------------------------------------*\
    VARIATION
\*------------------------------------*/
    .variations th.label,
    .variations th.label label,
    .generatedRadios {

        font-size: 4vw;
    }

    /*------------------------------------*\
    WOOCOMMERCE NOTICE
\*------------------------------------*/

    .woocommerce-notices-wrapper {

        margin: 25px;
        width: calc(100% - 50px);
        font-size: 3.5vw;
    }

    /*------------------------------------*\
    FOOTER
\*------------------------------------*/

    #footer a,
    #footer p {
        font-size: 4vw;
    }

    #footer .bloc {

        padding: 50px 25px 0 25px;
        flex-wrap: wrap;
    }

    #footer .bloc .content {

        padding-bottom: 50px;
        width: 100%;
    }

    #footer .bloc .content:nth-child(2),
    #footer .bloc .content:nth-child(3) {

        width: 50%;
    }

    #footer .bloc-a .logos {

        width: auto;
    }

    #footer .bloc-a .logos figure img {

        width: 50vw;

    }

    #footer h1 {

        font-size: 6vw !important;
    }

    #footer .bloc-b {

        padding: 12.5px;
    }

    #footer .bloc-b > * {

        font-size: 3vw;
        width: 100%;
        text-align: center;
    }

}
