@media all and (max-width: 1023px) {
    .plantes-order-eshops {
        width: 80%;
    }

    img.plantes-engrais-icon-image {
        position: relative;
        left: 0;
        top: -10px;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        right: 0;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }

    .plantes-engrais-top {
        flex-direction: column;
    }

    .plantes-carousel .slick-prev, .plantes-carousel .slick-next {
        display: none !important;
    }
}

@media all and (min-width: 1024px) {
    .plantes-order-eshops {
        width: 50%;
    }

    img.plantes-engrais-icon-image {
        position: absolute;
        left: -6%;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }
}

.nos-plantes-cta,
.cta-gammes {
    width: 300px;
    border-radius: 12px;
    font-family: 'BerlinerGrotesk', sans-serif;
    font-size: 28px;
    color: #ffffff;
    padding: .75rem 1.5rem;
    text-transform: uppercase;
    cursor: pointer;
}

.cta-gammes.cta-gammes-pollinisateurs,
.cta-gammes.cta-gammes-protegeons,
.cta-gammes.cta-gammes-soins {
    font-size: 22px;
}

.nos-plantes-cta#cta-pollinisateurs,
.cta-gammes.cta-gammes-pollinisateurs {
    background: #FFCD06;
    border: 1px solid #FFCD06;
}

.nos-plantes-cta:hover#cta-pollinisateurs,
.nos-plantes-cta.active#cta-pollinisateurs,
.cta-gammes.cta-gammes-pollinisateurs.active {
    background: #ffffff;
    color: #FFCD06;
}

.nos-plantes-cta#cta-protection,
.cta-gammes.cta-gammes-protegeons {
    background: #8CD43F;
    border: 1px solid #8CD43F;
}

.nos-plantes-cta:hover#cta-protection,
.nos-plantes-cta.active#cta-protection,
.cta-gammes.cta-gammes-protegeons:hover,
.cta-gammes.cta-gammes-protegeons.active {
    background: #ffffff;
    color: #8CD43F;
}

.nos-plantes-cta#cta-soins,
.cta-gammes.cta-gammes-soins {
    background: #C5412F;
    border: 1px solid #C5412F;
}

.nos-plantes-cta:hover#cta-soins,
.nos-plantes-cta.active#cta-soins{
    background: #ffffff;
    color: #C5412F;
}

div.ivr_nos_plus_composteurs_content.nos_plus_plantes_content,
.ivr_nos_plus_composteurs_title {
    color: #ffffff;
}

div.ivr_nos_plus_composteurs_content.nos_plus_plantes_content svg {
    width: 17px;
}


/*******************************************************
                PLANTES SECTIONS
*******************************************************/

.section-plantes {
    display: none;
}

.section-plantes.active {
    display: block;
}

.row-gamme {
    display: none !important;
}

.row-gamme.active {
    display: block !important;
}

/**********************************************************
                    THINK IT MODULE
 *********************************************************/
.nos_think_it_container#think_pollinisateurs {
    background: url('/wp-content/themes/nousonseme/assets/images/jacheres/thnik_it_pollinisateurs.png') no-repeat center center;
}

.nos_think_it_container#think_pollinisateurs .nos_think_it_icon_container{
    top: -60px;
    left: 210px;
}

.nos_think_it_container#think_pollinisateurs .nos_think_it_content {
    transform: rotate(0deg);
    height: 250px;
    width: auto;
}

.nos_think_it_container#think_pollinisateurs .nos_think_it_wording H4 {
    color: #E40E37;
    text-transform: uppercase;
}

.nos_think_it_container#think_pollinisateurs .nos_think_it_wording p {
    color: #113E35;
    padding: 0;
    font-size: 18px;
}

/*******************************************************
                ADVISES SECTIONS
 *****************************************************/

.nos_plantes_advises_heals_container svg {
    width: 20px;
}

ul.nos-ul-custom-list li {
    list-style: none;
}

ul.nos-ul-custom-list li::before {
    content: "";
    position: absolute;
    background-color: #EE8654;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 99px;
    margin-left: -1em;
}

.ivr_nos_plus_composteurs_title {
    font-family: 'BerlinerGrotesk',Helvetica,Arial,Lucida,sans-serif;
    line-height: 40px;
}