/*
Theme Name: Teract for Invivo Retail Groupe
Description: Teract for Invivo Retail Groupe Thème
Author: Maxime GINDRE - MOUT
Author URI: https://moutwebagency.com
Template: Divi
Version: 2.0.1
*/

div#wpadminbar .quicklinks .ab-empty-item, #wpadminbar .quicklinks a, #wpadminbar .shortlink-input {
    height: inherit !important;
}

.teract-v2 {
    display: none !important;
}

.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-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-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-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;
}

.m-r-20 {
    margin-right: 20px;
}

.img-w-100 {
    width: 100%;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

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


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

/** Header **/

div.teract_title_header_container H1 {
    display: none;
}

div.teract_title_header_container H2 {
    font-family: 'Space Mono', sans-serif;
    font-size: 60px;
    color: #ffffff;
}

/** GLOBAL **/
span.teract_teract_wording {
    font-weight: bold;
    font-size: 30px;
}

span.teract_teract_wording_green {
    font-weight: bold;
    color: #7DE29F;
}

div.et_pb_module.et_pb_image span.et_pb_image_wrap  {
    height: 100%;
}

span.et_pb_image_wrap img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

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

sup.teract-sup {
    font-size: .8rem;
    margin: 0 0.3rem;
}

div.teract-group-icon-container {
    margin-left: 30px;
}

div.teract-group-icon-container.reverse {
    margin-left: inherit;
    margin-top: 20px;
}

i.fa-people-group {
    color: #0a221c;
}

span.teract-upper-size {
    font-size: 1.5rem;
    font-weight: 700;
}

.teract_green_wording {
    color: #86D7A6;
}

.teract_red_wording {
    color: #FF7F71;
}

.teract_yellow_wording {
    color: #FFD06F;
}

.teract_blue_wording {
    color: #53BAFE;
}


/** /GLOBAL **/

@media all and (max-width: 980px) {

    span.et_pb_image_wrap img {
        height: auto !important;
        width: 100% !important;
        -o-object-fit: cover;
        object-fit: cover;
    }

    i.teract-fa-shop {
        font-size: 2.5em;
    }

    i.teract-cart-arrow-down,
    i.teract-fa-chart-mixed {
        font-size: 3em;
    }

    div.teract-group-icon-container.reverse {
        text-align: center;
    }

    div.teract-group-icon-container.reverse.m-r-20 {
        padding-right: 30px;
    }

    img.teract-euro-bag {
        width: 40%;
    }

    .m-p-r-30 {
        padding-right: 30px;
    }

    table.teract-action-table {
        font-size: 12px;
    }

    /** FOOTER **/
    div.teract-footer-left-img-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    div.teract-footer-left-img-container img#teract-footer-slash-img {
        max-height: 100px !important;
    }

    div.teract-footer-nav-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media all and (min-width: 981px) {
    div.teract_title_container#about {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    i.teract-fa-shop {
        font-size: 5em;
        margin-right: 0.2em;
    }

    i.teract-cart-arrow-down,
    i.teract-fa-chart-mixed {
        font-size: 6em;
    }

    img.teract-euro-bag {
        width: 70%;
    }

    table.teract-action-table {
        font-size: 18px;
    }
}

div.teract_title_container > .et_pb_text_inner{
    padding: 20px;
    -ms-transform: skew(-15deg,0deg);
    transform: skew(-15deg,0deg);
    background-color: #7DE29F;

    transform: skew(-15deg,0deg);
    -msm-transform: skew(-15deg,0deg);
    -moz-transform: skew(-15deg,0deg);
    -o-transform: skew(-15deg,0deg);
    -webkit-transform: skew(-15deg,0deg);
}

div.teract_title_container H2 {
    -msm-transform: skew(15deg,0deg);
    -webkit-transform: skew(15deg,0deg);
    -ms-transform: skew(15deg,0deg);
    transform: skew(15deg,0deg);
    text-align: center;
}

/** FOOTER **/
div#teract-footer-right-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

div.footer-link.footer-with-sublink {
    cursor: pointer;
}

div#teract-footer-right-container p,
div#teract-footer-right-container a,
div.sublink-content a {
    font-family: "Space Mono", sans-serif;
}

div#teract-footer-right-container a:hover,
div.sublink-content a:hover {
    color: #7DE29F;
}

div.footer-link:hover {
    color: #7DE29F !important;
}

div#teract-footer-right-container .footer-link,
div.sublink-content a {
    color: #FFFFFF;
    text-transform: uppercase;
}

div.sublink-content a {
    font-size: .9rem;
}

div#teract-footer-right-container .teract-footer-copyright p {
    color: #7DE29F;
    padding-right: 4%;
    text-align: right;
    margin: 1em 0 0.5em;
}

div.teract-footer-mentions-legales a {
    display: block;
    color: #7DE29F;
    font-size: 12px;
    text-align: right;
    padding-right: 4%;
}

div.teract-footer-navigation-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

div.teract-footer-nav-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

img#teract-footer-logo-img {
    margin-left: 5em;
}

img#teract-footer-slash-img {
    max-height: 200px;
}

div.sublink-content {
    display: none;
}

div.sublink-content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/** INVESTISSEURS **/

H6.teract-table-font-color {
    color: #0a221c !important;
    font-weight: 700;
    padding-bottom: 0 !important;
}

@media (min-width: 981px) {
    H6.teract-table-font-color {
        font-size: 18px;
    }
}

@media (max-width: 980px) {
    H6.teract-table-font-color {
        font-size: 12px;
    }
}

/** TERACT V2 **/
.teract_title_para#teract_title_para_about div.et_pb_text_inner H3 {
    -webkit-transform: skew(25deg) !important;
    -ms-transform: skew(25deg) !important;
    transform: skew(25deg) !important;
}

.para {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

h3#teract_v2_para_par_la_nature,
H3#teract_v2_nos_marques_title,
H3.teract_v2_para {
    position: relative;
    display: block;
    padding: 10px 0;
    color: #fff;
    margin-top: 6px;
}

H3#teract_v2_para_par_la_nature::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -130px;
    width: calc(55% + 130px);
    height: 100%;
    background-color: #7DE29F;
    z-index: -1;
    border-top-left-radius: 0;
    border-bottom-right-radius: 25px;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

H3#teract_v2_a_propos_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -130px;
    width: 115%;
    height: 100%;
    background-color: #7DE29F;
    z-index: -1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 25px;
    -webkit-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    transform: skewX(25deg);
}

H3#teract_v2_nos_engagements_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -130px;
    width: calc(110% + 130px);
    height: 100%;
    background-color: #FF7F71;
    z-index: -1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 25px;
    -webkit-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    transform: skewX(25deg);
}

H3#teract_v2_pourquoi_nous_rejoindre_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -130px;
    width: calc(80% + 130px);
    height: 100%;
    background-color: #7DE29F;
    z-index: -1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 25px;
    -webkit-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    transform: skewX(25deg);
}

H3#teract_v2_nos_marques_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -130px;
    width: calc(48% + 130px);
    height: 100%;
    background-color: #FFD06F;
    z-index: -1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 25px;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

H3#teract_v2_rh_nous_decouvrir_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -130px;
    width: calc(48% + 130px);
    height: 100%;
    background-color: #52BBFF;
    z-index: -1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 25px;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

H3#teract_v2_rh_evolution_pro_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -130px;
    width: calc(48% + 130px);
    height: 100%;
    background-color: #FF7F71;
    z-index: -1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 25px;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

div.img_container_para {
    position: relative;
}

div.para_title_container H3 {
    padding: 10px 20px;
}

div.para_title_container H3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    z-index: -1;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

div#about_title.para_title_container H3::after,
div#who_are_we_title.para_title_container H3::after,
div#developpement_des_competences_title H3::after,
div#alimentaire_title H3::after,
div.teract_v2_rh_evolution_pro_title H3::after {
    background-color: #FF7F71;
}

div#few_numbers_title.para_title_container H3::after,
div#notre_promesse_title.para_title_container H3::after,
div#campus.para_title_container H3::after,
div#ours_suppliers_title.para_title_container H3::after {
    background-color: #FFD06F;
}

div#RSE_ESG_title.para_title_container H3::after,
div#jardinerie_animalerie_title.para_title_container H3::after,
div#notre_raison_d_etre.para_title_container H3::after,
div#qualite_collaborateur.para_title_container H3::after,
div#mobilite.para_title_container H3::after {
    background-color: #7DE29F;
}

div#marques_produits_exclusive_title H3::after,
div#un_reseau_d_enseignes_engagees_title H3::after,
div#teract_v2_pourquoi_nous_rejoindre_title H3::after {
    background-color: #52bbff;
}

div#about_title.para_title_container H3::after,
div#RSE_ESG_title.para_title_container H3::after,
div#mobilite.para_title_container H3::after,
div#campus.para_title_container H3::after {
    width: 20%;
}

div#alimentaire_title.para_title_container H3::after {
    width: 25%;
}

div#few_numbers_title.para_title_container H3::after,
div#who_are_we_title.para_title_container H3::after,
div#notre_raison_d_etre.para_title_container H3::after,
div#notre_promesse_title.para_title_container H3::after {
    width: 40%;
}

div#marques_produits_exclusive_title.para_title_container H3::after {
    width: 65%;
}

div#jardinerie_animalerie_title.para_title_container H3::after {
    width: 50%;
}

div#developpement_des_competences_title.para_title_container H3::after {
    width: 70%;
}

div#qualite_collaborateur.para_title_container H3::after,
div#teract_v2_pourquoi_nous_rejoindre_title.para_title_container H3::after {
    width: 75%;
}

div#few_words_title.para_title_container H3::after {
    background-color: #ffffff;
    width: 35%;
}

div#un_reseau_d_enseignes_engagees_title H3::after {
    width: 65%;
}

span.text-para  {
    padding: 0 20px;
    position: relative;
}

span.text-para::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

div#teract_shop_numbers_container H4 {
    position: relative;
}

div#teract_shop_numbers_container H4 span {
    position: absolute;
    right: -14%;
    bottom: 80%;
    width: 50%;
    height: 90%;
    background-image: url(/wp-content/uploads/teract/home.svg);
    background-repeat: no-repeat;
}

div#teract_employee_container H4 span {
    position: absolute;
    right: -22%;
    bottom: 40%;
    width: 50%;
    height: 80%;
    background-image: url(/wp-content/uploads/teract/collaborateurs.svg);
    background-repeat: no-repeat;
}

div#teract_enseignes_container H4 span {
    position: absolute;
    right: 34%;
    bottom: 23%;
    width: 14%;
    height: 85%;
    background-image: url(/wp-content/uploads/teract/enseignes.svg);
    background-repeat: no-repeat;
}

div#teract_brands_container H4 span {
    position: absolute;
    right: 18%;
    bottom: 10%;
    width: 30%;
    height: 75%;
    background-image: url(/wp-content/uploads/teract/marques.svg);
    background-repeat: no-repeat;
}

div.teract_marques_grid_container {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

div.teract_marques_grid_container#jardinerie_animalerie {
    -ms-grid-columns: (200px)[4];
    grid-template-columns: repeat(4, 200px);
}

div.teract_marques_grid_container#alimentaire,
div.teract_marques_grid_container#marques_exclusives {
    -ms-grid-columns: (200px)[4];
    grid-template-columns: repeat(4, 200px);
}

img.teract_logo_couleur {
    display: none;
}

div.teract_marques_grid_container div.teract_marque_container .teract_logo_black_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #cccccc;
}

div.teract_marques_grid_container div.teract_marque_container a:hover img.teract_logo_black {
    display: none;
}

div.teract_marques_grid_container div.teract_marque_container a:hover img.teract_logo_couleur {
    display: block;
}



/** TERACT ACCORDIION **/
/*add icon to the opened accordion*/
.pa-add-accordion-icon .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
    display: block;
    font-family: ETmodules!important;
    font-weight: 400!important;
    content: "\58"!important;
}

.teract_accordion H6 {
    font-family: Poppins, sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}

/** JARDILAND **/
div.jardinerie_animalerie_container_with_macaron {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

div.jardinerie_animalerie_brand_img_container img {
    margin-bottom: 2em;
}

div.jardinerie_animalerie_brand_img_container {
    width: 90%;
}

img#jardiland_jardinerie {
    width: 23%;
}

span#sup_in_list {
    font-size: 12px;
}

/** GAMMVERT **/
img#gammvert_jardinerie {
    width: 30%;
}

/** DELBARD **/
img#delbard_jardinerie {
    width: 16%;
}

/** JDR **/
img#jdr_img {
    width: 14%;
}

/** NOA **/
img#noa_animalerie {
    width: 12%;
}

/** BOULANGERIE LOUISE **/
img#boulangerie_louise {
    width: 16%;
}

/** GRAND MARCHE **/
img#grand_marche_img {
    width: 21%;
}

/** FRAIS D'ICI **/

img#fraisdici_alimentaire {
    width: 13%;
}

/** BIO N CO **/
img#bionco {
    width: 20%;
}

/** ECLOZ **/
img#ecloz {
    width: 20%;
}

/** INVIVO NOS **/
img#invivo-nous-on-seme {
    width: 18%;
}

/** PURE FAMILY **/
img#purefamily_alimentaire {
    width: 18%;
}

/** LSDT **/
img#lsdt {
    width: 18%;
}

div.teract_footer_txt_container {
    margin-right: 20px;
    text-align: right;
}

div.teract_footer_txt_container p,
div.teract_footer_txt_container a {
    color: #ffffff;
    padding-bottom: 0 !important;
    font-family: Poppins, sans-serif !important;
}

div.teract_footer_txt_container a {
    display: block;
    margin-bottom: 1em;
}

div.teract_footer_txt_container i {
    color: #0A221C;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 0.3em;
}

div.teract-footer-left-img-container img {
    width: 40%;
}

/** /TERACT ACCORDIION **/

@media all and (max-width: 981px) {
    H3#teract_v2_para_par_la_nature_mobile,
    H3#teract_v2_nos_marques_title_mobile {
        position: relative;
    }

    H3#teract_v2_para_par_la_nature_mobile::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -60px !important;
        width: 100%;
        height: 100%;
        background-color: #7DE29F;
        z-index: -1;
        border-top-left-radius: 0;
        border-bottom-right-radius: 25px;
        -webkit-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    H3#teract_v2_a_propos_title_mobile::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: -80px;
        width: 85%;
        height: 100%;
        background-color: #7DE29F;
        z-index: -1;
        border-top-left-radius: 0;
        border-bottom-left-radius: 25px;
        -webkit-transform: skewX(25deg);
        -ms-transform: skewX(25deg);
        transform: skewX(25deg);
    }

    H3#teract_v2_nos_engagements_title_mobile::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: -80px;
        width: 110%;
        height: 100%;
        background-color: #FF7F71;
        z-index: -1;
        border-top-left-radius: 0;
        border-bottom-left-radius: 25px;
        -webkit-transform: skewX(25deg);
        -ms-transform: skewX(25deg);
        transform: skewX(25deg);
    }

    H3#teract_v2_pourquoi_nous_rejoindre_title_mobile::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: -80px;
        width: 110%;
        height: 100%;
        background-color: #7DE29F;
        z-index: -1;
        border-top-left-radius: 0;
        border-bottom-left-radius: 25px;
        -webkit-transform: skewX(25deg);
        -ms-transform: skewX(25deg);
        transform: skewX(25deg);
    }

    H3#teract_v2_nos_marques_title_mobile::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -130px;
        width: 130%;
        height: 100%;
        background-color: #FFD06F;
        z-index: -1;
        border-top-right-radius: 0;
        border-bottom-right-radius: 25px;
        -webkit-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    H3#teract_v2_rh_nous_decouvrir_title_mobile::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -130px;
        width: 130%;
        height: 100%;
        background-color: #52BBFF;
        z-index: -1;
        border-top-right-radius: 0;
        border-bottom-right-radius: 25px;
        -webkit-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    H3#teract_v2_rh_evolution_pro_title_mb::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -130px;
        width: 130%;
        height: 100%;
        background-color: #FF7F71;
        z-index: -1;
        border-top-right-radius: 0;
        border-bottom-right-radius: 25px;
        -webkit-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    div#mobilite.para_title_container H3::after {
        width: 60%;
    }

    div#about_title.para_title_container H3::after,
    div#campus.para_title_container H3::after {
        width: 45%;
    }

    div#RSE_ESG_title.para_title_container H3::after {
        width: 70%;
    }

    div#notre_raison_d_etre.para_title_container H3::after,
    div#un_reseau_d_enseignes_engagees_title H3::after {
        width: 95%;
    }


    div#qualite_collaborateur.para_title_container H3::after {
        width: 100%;
    }

    div#few_numbers_title.para_title_container H3::after,
    div#who_are_we_title.para_title_container H3::after,
    div#few_words_title.para_title_container H3::after,
    div#developpement_des_competences_title H3::after {
        width: 100%;
    }

    img#brand_fraisdici_mobile, img#brand_noa_mobile, img#brand_louise_mobile {
        width: 80%;
    }

    div#teract_enseignes_container H4 span {
        right: 25% !important;
        bottom: 5% !important;
        width: 20% !important;
    }

    div#teract_brands_container H4 span {
        right: 10% !important;
        bottom: 2% !important;
        width: 37% !important;
    }

    div#teract_shop_numbers_container H4 span {
        right: -28% !important;
    }

    div#teract_employee_container H4 span {
        position: absolute;
        right: -7% !important;
        bottom: 28% !important;
        width: 26% !important;
    }

    div.teract_v2_enseignes_grid_container_mb {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-rows: 1fr 20px 1fr;
        grid-template-rows: repeat(2, 1fr);
        grid-gap: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    div.teract_v2_enseignes_grid_container_mb > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    div.teract_v2_enseignes_grid_container_mb > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    div.teract_v2_enseignes_grid_container_mb > *:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    div.teract_v2_enseignes_grid_container_mb > *:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    div.teract_v2_enseignes_grid_container_mb > *:nth-child(5) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    div.teract_v2_enseignes_grid_container_mb > *:nth-child(6) {
        -ms-grid-row: 3;
        -ms-grid-column: 5;
    }

    div.teract_v2_enseignes_grid_container_mb div.teract_v2_brand_img_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

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

    div.jardinerie_animalerie_illustration_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 30%;
        margin-right: 20px;
    }

    div.jardinerie_animalerie_txt_container {
        width: 70%;
    }

    div.jardinerie_animalerie_txt_container H4 {
        line-height: 1.4em;
    }

    div.teract_marques_grid_container#jardinerie_animalerie {
        -ms-grid-columns: (100px)[3];
        grid-template-columns: repeat(3, 100px);
        -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr);
    }

    div.teract_marques_grid_container#jardinerie_animalerie > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    div.teract_marques_grid_container#jardinerie_animalerie > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    div.teract_marques_grid_container#jardinerie_animalerie > *:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    div.teract_marques_grid_container#jardinerie_animalerie > *:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    div.teract_marques_grid_container#jardinerie_animalerie > *:nth-child(5) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }

    div.teract_marques_grid_container#jardinerie_animalerie > *:nth-child(6) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }

    div.teract_marques_grid_container#jardinerie_animalerie div.teract_marque_container:nth-of-type(4),
    div.teract_marques_grid_container#jardinerie_animalerie div.teract_marque_container:nth-of-type(5) {
        -ms-grid-row: 2;
        grid-row: 2;
    }

    div.teract_marques_grid_container#alimentaire, div.teract_marques_grid_container#marques_exclusives {
        -ms-grid-columns: (100px)[2];
        grid-template-columns: repeat(2, 100px);
    }

    div#jardinerie_animalerie_title.para_title_container H3::after {
        width: 75% !important;
    }

    div#alimentaire_title.para_title_container H3::after,
    div#notre_promesse_title.para_title_container H3::after {
        width: 80% !important;
    }

    div#marques_produits_exclusive_title.para_title_container H3::after {
        width: 93% !important;
    }

    div.teract_accordion H6 {
        font-size: 18px !important;
    }

    div.teract_accordion p,
    div.teract_accordion ul li {
        font-size: 16px !important;
    }

    /** JARDILAND **/
    img#jardiland_jardinerie {
        width: 60% !important;
    }

    div#jardiland_elu_meilleur_chaine img {
        width: 85% !important;
    }

    span#sup_in_list {
        font-size: 12px;
    }

    /** GAMMVERT **/
    img#gammvert_jardinerie {
        width: 80%;
    }

    /** DELBARD **/
    img#delbard_jardinerie {
        width: 45%;
    }

    /** JDR **/
    img#jdr_img {
        width: 45%;
    }

    /** NOA **/
    img#noa_animalerie {
        width: 40%;
    }

    /** BOULANGERIE LOUISE **/
    img#boulangerie_louise {
        width: 50%;
    }

    /** GRAND MARCHE **/
    img#grand_marche_img {
        width: 70%;
    }

    /** FRAIS D'ICI **/

    img#fraisdici_alimentaire {
        width: 40%;
    }

    /** BIO N CO **/
    img#bionco {
        width: 55%;
    }

    /** ECLOZ **/
    img#ecloz {
        width: 60%;
    }

    /** INVIVO NOS **/
    img#invivo-nous-on-seme {
        width: 55%;
    }

    /** PURE FAMILY **/
    img#purefamily_alimentaire {
        width: 50%;
    }

    /** LSDT **/
    img#lsdt {
        width: 50%;
    }

    img#teract-footer-logo-img {
        margin: 0 auto !important;
    }

    div.teract_footer_txt_container {
        text-align: center !important;
        margin-right: inherit !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    div.teract_footer_txt_container a.join_us_txt {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    div.teract_footer_txt_container a:first-of-type {
        margin-bottom: 0 !important;
    }

    div.teract_footer_txt_container p {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 968px) {
    div.teract-header-gouvernance-title-container div.et_pb_title_container H1 {
        font-size: 35px;
    }

    div.jardinerie_animalerie_brand_img_container {
        width: inherit !important;
    }

    div.jardinerie_animalerie_container_with_macaron {
        flex-direction: column;
    }
}


/** TERACT V2 DYNAMIQUES PAGES **/

div.teract_para_title_container {
    padding: 20px 40px;
    -ms-transform: skew(-15deg,0deg);
    transform: skew(-15deg,0deg);
    background-color: #7DE29F;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;

    transform: skew(-15deg,0deg);
    -msm-transform: skew(-15deg,0deg);
    -moz-transform: skew(-15deg,0deg);
    -o-transform: skew(-15deg,0deg);
    -webkit-transform: skew(-15deg,0deg);
}

div.teract_para_title_container H1 {
    font-family: Poppins, sans-serif !important;
    font-size: 50px;
    color: #FFFFFF;
    font-weight: 600;
    padding: 0;
    -ms-transform: skew(15deg,0deg);
    transform: skew(15deg,0deg);
}

div.teract_header_para_container {
    position: absolute!important;
    bottom: -40px;
    top: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    z-index: 11;
}

a.teract_cta_container {
    display: flex;
    align-items: center;
    height: 150px;
    justify-content: space-between;
    position: relative;
    background: #fff;
    border-bottom: 2px solid #7DE29F;
    border-right: 2px solid #7DE29F;
    border-bottom-right-radius: 50px;
    transform: skew(-25deg, 0deg);
    padding-right: 40px;
    margin: 0 auto;
}

a.teract_cta_container div.teract_cta_chevron_link i {
    transition: .5s ease-in-out;
    transform: rotate(0deg);
}

a.teract_cta_container:hover div.teract_cta_chevron_link i {
    transition: .5s ease-in-out;
    transform: rotate(90deg);
}

a.teract_cta_container div:first-of-type {
    margin-left: -30px;
}

div.teract_cta_link, div.teract_cta_chevron_link {
    transform: skew(25deg, 0deg);
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: #0A221C;
    text-decoration: none;
    line-height: 1.7em;
}

H2.teract_subtitle_dynamique {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    font-size: 42px;
    color: #7DE29F!important;
    text-align: center;
}

@media all and (max-width: 1024px) {
    .mb-p-0 {
        padding-bottom: 0 !important;
    }

    .teract_v2_para_mobile {
        position: relative;
    }

    div.teract_header_para_container {
        bottom: -15px;
    }

    div.teract_v2_para_mobile {
        position: relative;
    }


    div.teract_para_title_container {
        padding: 10px 30px;
    }

    div.teract_para_title_container H1 {
        font-size: 30px;
    }

    div.teract_v2_member_informations_container {
        align-items: center !important;
    }

    a.teract_cta_container {
        height: 80px;
        border-bottom-right-radius: 20px;
        padding-right: 40px;
        margin: 0 auto;
        width: 80%;
    }

    a.teract_cta_container div:first-of-type {
        margin-left: -15px;
    }

    div.teract_cta_link, div.teract_cta_chevron_link {
        font-size: 12px;
        line-height: 1.2em;
    }
}

div.teract_v2_grid_docs_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

div.teract_v2_grid_two_cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

@media all and (max-width: 1023px) {

    div.teract_v2_grid_docs_container,
    div.teract_v2_grid_two_cols {
        display: flex;
        flex-direction: column;
    }
}