@media all and (max-width: 1023px) {
    .nos_terreaux_highlights_products_container {
        padding: 30px;
    }

    .nos_terreaux_highlights_products_header {
        display: flex !important;
        flex-direction: column;
    }

    .nos_terreaux_highlights_products_icons_items::after {
        width: 100%;
        height: 2px;
        bottom: -10px;
        right: 0;
    }

    .nos_terreaux_highlights_products_icons_items_rows {
        position: relative;
    }

    .nos_terreaux_highlights_products_icons_items_rows.row_2::before {
        content: "";
        position: absolute;
        background: #113E35;
        width: 100%;
        height: 2px;
        top: -10px;
        right: 0;
    }

    .nos_terreaux_highlights_header_txt_container H4 {
        font-size: 20px !important;
    }

    .nos_terreaux_highlights_header_txt_container H3 {
        font-size: 30px !important;
    }

    .nos_terreaux_highlights_products_content {
        flex-direction: column;
    }

    .nos_terreaux_highlights_products_container#potager .nos_terreaux_highlights_products_icons_items_rows.row_1 {
        grid-template-columns: 1fr;
    }

    .nos_terreaux_highlights_footer_container {
        flex-direction: column-reverse;
    }

    .nos_terreaux_highlights_products_wording_container H4 {
        font-size: 18px;
    }

    .nos_terreaux_highlights_products_wording_container H5 {
        font-size: 16px;
    }

    .nos_terreaux_highlights_products_wording_container p {
        font-size: 15px;
        line-height: 1.2em;
    }

    .nos_terreaux_highlights_products_icons_items p {
        font-size: 10px;
        line-height: 12px;
    }

    .nos_terreaux_highlights_mini_products_container {
        gap: 10px !important;
    }

    .nos_terreaux_highlights_mini_products_img_container {
        padding: 10px 15px;
        width: 100px;
        height: 120px;
    }

    .nos_think_it_container#terreaux {
        width: auto !important;
        height: 410px !important;
        background: #173218 !important;
        align-items: unset !important;
        padding-top: 40px;
    }

    .nos_think_it_content {
        flex-direction: column-reverse;
        height: 240px !important;
    }

    .nos_think_it_wording H4 {
        font-size: 20px !important;
    }

    .nos_think_it_wording p {
        font-size: 13px !important;
         padding-right: 0 !important;
        line-height: 16px;
    }

    .nos_think_it_icon_container {
        position: absolute;
        top: -60px;
        left: 190px;
    }
}

@media all and (min-width: 1024px) {
    .nos_terreaux_highlights_products_container {
        padding: 40px;
    }

    .nos_terreaux_highlights_products_wording_container {
        width: 60%;
    }

    .nos_terreaux_highlights_products_img_container {
        width: 40%;
    }

    .nos_terreaux_highlights_products_icons_items::after {
        width: 2px;
        height: 100%;
        bottom: 0;
        right: -10px;
    }

    .nos_terreaux_highlights_products_container#potager .nos_terreaux_highlights_products_icons_items_rows.row_1 {
        grid-template-columns: 130px 200px auto;
    }

    .nos_terreaux_highlights_products_icons_items_rows.row_2.columns_2{
        grid-template-columns: repeat(2, 1fr);
    }

    .nos_terreaux_highlights_products_icons_items_rows.row_2.columns_3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .nos_terreaux_highlights_products_icons_items_rows.row_1.columns_2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .nos_terreaux_highlights_products_icons_items_rows.row_1.columns_3 {
        grid-template-columns: repeat(3, 1fr);
    }


    .nos_terreaux_highlights_products_wording_container H4 {
        font-size: 25px;
    }

    .nos_terreaux_highlights_products_wording_container H5 {
        font-size: 20px;
    }

    .nos_terreaux_highlights_products_wording_container p {
        font-size: 20px;
        line-height: 1.3em;
    }

    .nos_terreaux_highlights_products_icons_items p {
        font-size: 13px;
        line-height: 15px;
    }

    .nos_terreaux_highlights_mini_products_img_container {
        padding: 10px 40px;
        width: 160px;
        height: 160px;
    }

    .nos_think_it_icon_container {
        position: absolute;
        top: 0;
        left: 340px;
    }
}

.nos_terreaux_highlights_products_container {
    border-radius: 12px;
}

.nos_terreaux_highlights_products_container#potager {
    background: #F07400;
}

.nos_terreaux_highlights_products_container#pots {
    background: #D8006B;
}

.nos_terreaux_highlights_products_container#enrichir_sols,
.nos_terreaux_highlights_products_container#corriger {
    background: #B9C86D;
}

.nos_terreaux_highlights_products_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.nos_terreaux_highlights_products_container#enrichir_sols .nos_terreaux_highlights_products_header,
.nos_terreaux_highlights_products_container#corriger .nos_terreaux_highlights_products_header {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}

.nos_terreaux_highlights_products_container#enrichir_sols .nos_terreaux_highlights_header_txt_container,
.nos_terreaux_highlights_products_container#corriger .nos_terreaux_highlights_header_txt_container {
    grid-column: 2;
}

.nos_terreaux_highlights_header_txt_container H3,
.nos_terreaux_highlights_header_txt_container H4,
.nos_terreaux_highlights_header_txt_container p {
    font-family: "BerlinerGrotesk", sans-serif;
    text-align: center;
    color: #fff;
}

.nos_terreaux_highlights_header_txt_container H4 {
    font-size: 25px;
}

.nos_terreaux_highlights_header_txt_container H3 {
    font-size: 40px;
    text-transform: uppercase;
}

.nos_terreaux_highlights_header_txt_container p {
    display: flex;
    justify-content: center;
    font-size: 25px;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.nos_terreaux_highlights_header_txt_container span.nos_terreaux_underline_title {
    width: 50px;
    height: 2px;
    background: #fff;
    display: block;
    margin: auto 10px 10px;
}

.nos_terreaux_highlights_products_content {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
}

.nos_terreaux_highlights_products_content {
    display: flex;
    gap: 30px;
    /*justify-content: space-between;*/
    /*align-items: center;*/
}

.nos_terreaux_highlights_products_wording_container {
    /*width: 60%;*/
}

.nos_terreaux_highlights_products_img_container {
    /*width: 40%;*/
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
}

.nos_terreaux_highlights_products_container#potager .nos_terreaux_highlights_products_wording_container H4,
.nos_terreaux_highlights_products_container#potager .nos_terreaux_highlights_products_wording_container H5 {
    font-family: "BerlinerGrotesk", sans-serif;
    color: #F07400;
}

.nos_terreaux_highlights_products_container#pots .nos_terreaux_highlights_products_wording_container H4,
.nos_terreaux_highlights_products_container#pots .nos_terreaux_highlights_products_wording_container H5 {
    font-family: "BerlinerGrotesk", sans-serif;
    color: #D8006B;
}

.nos_terreaux_highlights_products_container#enrichir_sols .nos_terreaux_highlights_products_wording_container H4,
.nos_terreaux_highlights_products_container#enrichir_sols .nos_terreaux_highlights_products_wording_container H5,
.nos_terreaux_highlights_products_container#corriger .nos_terreaux_highlights_products_wording_container H4,
.nos_terreaux_highlights_products_container#corriger .nos_terreaux_highlights_products_wording_container H5 {
    font-family: "BerlinerGrotesk", sans-serif;
    color: #113E35;
}

.nos_terreaux_highlights_products_wording_container H4 {
    /*font-size: 25px;*/
    text-transform: uppercase;
}

.nos_terreaux_highlights_products_wording_container H5 {
    /*font-size: 20px;*/
    margin-bottom: 20px;
}

.nos_terreaux_highlights_products_wording_container p {
    font-family: "BerlinerGrotesk", sans-serif;
    /*font-size: 20px;*/
    /*line-height: 1.3em;*/
    color: #113E35;
}

.nos_terreaux_highlights_products_icons_items_rows {
    display: grid;
    gap: 20px;
}

.nos_terreaux_highlights_products_icons_items_rows.row_1 {
    margin-bottom: 20px;
}

.nos_terreaux_highlights_products_icons_items_rows.row_1.columns_1 {
    grid-template-columns: auto;
}

.nos_terreaux_highlights_products_icons_container {
    margin-top: 30px;
}

.nos_terreaux_highlights_products_icons_items {
    display: flex;
    align-items: center;
    position: relative;
}

.nos_terreaux_highlights_products_icons_items::after {
    content: "";
    position: absolute;
    background: #113E35;
}

.nos_terreaux_highlights_products_icons_items:last-of-type::after {
    display: none;
}

.nos_terreaux_highlights_products_icons_items img {
    margin-right: 20px;
    width: 40px;
}

.nos_terreaux_highlights_products_icons_items p {
    font-family: "BerlinerGrotesk", sans-serif;
    /*font-size: 13px;*/
    /*line-height: 15px;*/
    text-transform: uppercase;
    color: #113E35;
    padding: 0;
}

.nos_terreaux_highlights_products_icons_items p span {
    font-size: 80%;
    text-transform: none;
}

.nos_terreaux_highlights_products_container .ecloz_order_eshops_module_container {
    border-radius: 12px;
    margin: 30px 0 0;
    border: none;
}

.nos_terreaux_highlights_footer_container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.nos_terreaux_highlights_mini_products_container {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nos_terreaux_highlights_mini_products_img_container {
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 10px 40px;*/
    background: #fff;
    border-radius: 12px;
    /*width: 160px;*/
    /*height: 160px;*/
    margin-top: 30px;
    cursor: pointer;
}

/** THINK_IT **/
.nos_think_it_container {
    position: relative;
}

.nos_think_it_container#terreaux {
    width: 600px;
    height: 380px;
    background: url(/wp-content/uploads/2025/04/pensez_y_bg_2.png);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nos_think_it_content {
    display: flex;
    gap: 20px;
    width: 520px;
    height: 210px;
    justify-content: center;
    align-items: center;
    transform: rotate(-5deg);
    margin-top: 60px;
}

.nos_think_it_img {
    width: 30%;
}

.nos_think_it_wording {
    width: 70%;
    font-family: 'BerlinerGrotesk', sans-serif;
}

.nos_think_it_wording H4 {
    font-size: 30px;
    color: #EDCFA8;
}

.nos_think_it_wording p {
    color: #fff;
    font-size: 20px;
    padding-right: 30px;
}
/** /THINK_IT **/
