/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

:root{
    --green: #1B7642;
    --green-2: #06C03B;
    --green-3: #00FF48;
    --red: #FF184A;
    --bleu-gris: #4B5563;
    --bleu-clair: #D1D5DB;
    --gris: #B6BCCF;
    --gris-2: #1E1E1E;
    --padding-inside: 16px;

    --header-h: 161px;
    --container-w: 1440px;
    --container-p: calc((1920px - var(--container-w)) / 2);
    --font: 'Inter', sans-serif;
    --font2: 'DM Serif Display', sans-serif;
}

@media (max-width: 1920px){ :root{--container-p: calc((100vw - var(--container-w)) / 2);} }
@media (max-width: 1470px){ :root{--container-p: 15px;} }
@media (max-width: 1200px){ :root{--header-h: 56px;} }

*{
    /*font-family: var(--font);*/
}

body{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

.container{
    width: 100%;
    max-width: calc(var(--container-w) + 30px);
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

button.reset{
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
}

ul.reset{
    list-style: none;
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
    color: inherit;
}

a:not(.btn):hover{
    text-decoration: underline;
    color: inherit;
}

#content,
[data-elementor-type="archive"], [data-elementor-type="product-archive"]{
    /*padding-top: var(--header-h);*/
}
.elementor-location-single,
.site-main,
.elementor-location-product-archive,
.elementor-location-archive{
    position: relative;
    z-index: 1;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.btn,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.btn,
body .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    color: white;
    background-color: var(--green);
    border: var(--green) 1px solid;
    border-radius: 10px;
    min-height: 56px;
    padding: 5px 20px;
    transition: background-color .3s ease, color .3s ease, border-color .3s ease;
    will-change: background-color, color;
    max-width: max-content;
    cursor: pointer;
    gap: 10px;
}
.btn svg path{
    transition: fill .3s ease;
}
.btn:focus,
.btn:active,
.btn:hover{
    background-color: white;
    color: var(--green);
}
.btn svg path,
.btn svg path,
.btn svg path{
    fill: #fff !important;
}

.btn:focus svg path,
.btn:active svg path,
.btn:hover svg path{
    fill: var(--green) !important;
}


.btn.border-white{border: white 1px solid !important}
.btn.outline{border: 1px solid var(--green) !important; color: var(--green) !important}
.btn.border-light-blue{border: var(--bleu-clair) 1px solid !important}
.btn.green-2{background-color: var(--green-2) !important}
.btn.gris{background-color: var(--gris-2) !important}
.btn.small{min-height: 36px !important}
.btn.semi-bold{font-weight: 600 !important}
.btn.bold{font-weight: bold !important}

.btn.white{
    background-color: white !important;
    color: var(--green) !important;
}

.btn.white:active,
.btn.white:focus,
.btn.white:hover{
    color: white !important;
    background-color: var(--green) !important;
}


.btn.white svg path,
.btn.white svg path,
.btn.white svg path{
    fill: var(--green) !important;
}
.btn.white:focus svg path,
.btn.white:active svg path,
.btn.white:hover svg path{
    fill: #fff !important;
}
.btn.gris:active,
.btn.gris:focus,
.btn.gris:hover{
    color: white !important;
    background-color: var(--green) !important;
    border: var(--green) !important;
}

.alert{
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary {color: #004085;background-color: #cce5ff;border-color: #b8daff;}
.alert-secondary {color: #383d41;background-color: #e2e3e5;border-color: #d6d8db;}
.alert-success {color: #155724;background-color: #d4edda;border-color: #c3e6cb;}
.alert-danger {color: #721c24;background-color: #f8d7da;border-color: #f5c6cb;}
.alert-warning {color: #856404;background-color: #fff3cd;border-color: #ffeeba;}
.alert-info {color: #0c5460;background-color: #d1ecf1;border-color: #bee5eb;}
.alert-light {color: #818182;background-color: #fefefe;border-color: #fdfdfe;}
.alert-dark {color: #1b1e21;background-color: #d6d8d9;border-color: #c6c8ca;}
.text-center{text-align: center}

@media (max-width: 767px){
    :root{
        --padding-inside : 12px;
    }
    :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.btn,
    :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.btn,
    body .btn {
        border-radius: 5px;
        min-height: 36px;
        font-size: 14px;
        padding: 4px 10px;
    }
}