/*
Theme Name: Nous on sème
Description: Nous on sème Thème pour Invivo Retail
Author: Maxime GINDRE - MOUT
Author URI: https://moutwebagency.com
Template: Divi
Version: 1.0.1
*/

div.flex-end-middle {
    display: flex;
    align-items: flex-end;
}

@media all and (max-width: 968px) {
    span.title-word {
        font-size: 55px !important;
    }

    div.flex-end-middle {
        flex-direction: column;
    }

}

@media all and (min-width: 1024px) {
    span.et_pb_image_wrap img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
    }
}

span.title-word {
    font-size: 80px;
}

div.strawberries_txt_container {
    display: flex;
    align-items: center;
}


a.btn_nav {
    color: #00583D;
    font-size: 24px;
}

.d-none {
    display: none !important;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex-justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-justify-envely {
    justify-content: space-evenly;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-align-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.flex-align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-center-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-around-center {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-justify-content-right {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}

.img-cover {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.font_bolder {
    font-weight: 700;
}

.font_lowercase {
    text-transform: lowercase;
}

.font_white {
    color: #ffffff;
}

.font-uppercase {
    text-transform: uppercase;
}

.h-100 {
    height: 100%;
}

.link-container-inline {
    display: inline-block;
}

/** PADDING & MARGIN **/
.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 1em;
}

.m-auto {
    margin: auto !important;
}

.w-90 {
    width: 90%;
}

@media all and (max-width: 981px) {
    .flex-column-mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media all and (max-width: 1023px) {
    .pb-mobile-0 {
        padding-bottom: 0 !important;
    }

    .p-0-mobile {
        padding: 0 !important;
    }

    .logo_mobile img {
        width: 45%;
    }

    .mobile_only {
        display: block !important;
    }
}

@media all and (min-width: 1024px) {
    .mobile_only {
        display: none !important;
    }
}


/** FIND PRODUCTS IN ECOMMERCE **/
div.find-products-container {
    margin-top: 20px;
}
h4.find-products-title {
    font-family: "Brandon Grotesque", sans-serif;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 20px;
}
a.find-products-link:first-of-type {
    margin-right: 50px;
}

/** /FIND PRODUCTS IN ECOMMERCE **/

img.brand_icon {
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-right: 5px;
}

/** /GLOBAL **/