﻿.gbpro_main {
    position: relative;
    overflow: hidden;
}

.gb-pro_secondevie {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.gb-pro_header_container {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
}

.gb-pro_secondevie_textes, .gb-pro_secondevie_images_container {
    width: 50%;
}

.gb-pro_secondevie_textes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5%;
}

    .gb-pro_secondevie_textes h1 {
        color: #114477;
        text-transform: uppercase;
        font-size: 32px;
        font-weight: bold;
    }

.cpro_sv__title-underline {
    text-transform: uppercase;
    border-bottom: 4px solid #114477;
}

.gb-pro_secondevie_textes p {
    font-weight: 500;
    width: 70%;
    font-size: 18px;
    line-height: 1.2;
}

.gb-pro_secondevie_images_container {
    display: flex;
    align-items: center;
    background-image: url(https://www.grosbill-pro.com/images_produits/grosbillpro/images-landing/secondevie/logo_recyclage.svg);
    background-repeat: no-repeat;
    background-position: top;
    min-height: 360px;
}

.gb-pro_img_produit1 {
    position: relative;
    z-index: 2;
    left: 40px;
    top: 70px;
    transition: .3s;
}

.gb-pro_secondevie_images_container img:hover {
    transform: scale(1.1);
}

.gb-pro_img_produit2 {
    z-index: 1;
    position: relative;
    transition: .3s;
    top: 20px;
}

.gb-pro_img_produit3 {
    position: relative;
    left: -60px;
    transition: .3s;
    top: 10px;
}


.categorie_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    padding-top: 30px;
    padding-bottom: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    justify-items: center;
    max-width: 1150px;
    margin: 0 auto;
}

.gpro_sv__case {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    justify-content: space-between;
    padding: 30px;
    min-height: 250px;
    border-radius: 25px;
    background-color: #cfd9e3;
}

.gpro_sv__case-titles-group {
    display: flex;
    flex-direction: column;
    min-height: 111px
}

.gpro_sv__case-content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.gpro_sv__case-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
}

.gpro_sv__case-subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.gpro_sv__case-text {
    font-size: 12px;
    line-height: 1.2;
}


.gpro_sv__cta-form {
    font-size: 14px;
    color: white;
    background: #114477;
    border-radius: 25px;
    font-weight: bold;
    padding: 10px 35px 10px 35px;
    line-height: 1.2;
    margin: 0 auto;
    transition: .3s;
    cursor: pointer;
}

    .gpro_sv__cta-form:hover {
        background: #1960a9;
    }

.gb-pro_bg_secondevie {
    width: 100%;
    position: relative;
    height: 650px;
    z-index: 2;
}

.gb-pro_img_secondevie {
    width: 100%;
}

.gb-pro_bg_secondevie_container {
    background: #b9cbdb;
    width: 30%;
    padding: 30px;
    position: relative;
    bottom: 60%;
    left: 20%;
}

.gb-pro_bg_secondevie p {
    font-weight: bold;
}

.gpro_footer {
    padding-top: 0 !important;
}

.bg-pro_recyclage__topleft {
    position: absolute;
    top: 190px;
    left: -180px;
    width: 20%;
}

.bg-pro_recyclage__topright {
    position: absolute;
    top: 10px;
    right: -230px;
    width: 20%;
}

.bg-pro_recyclage__bottomleft {
    position: absolute;
    top: 790px;
    left: -70px;
    width: 10%;
}

.bg-pro_recyclage__bottomright {
    position: absolute;
    top: 525px;
    right: -240px;
    width: 25%;
}

.bg-pro_img_responsive {
    display: none;
}

.gpro_scv__footer-wrapper {
    width: 100%;
    background-color: #2c8bbb;
}

.gpro_scv__footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-image: url(https://www.grosbill-pro.com/images_produits/grosbillpro/images-landing/secondevie/footer_seconde-vie.jpg);
    background-size: cover;
    padding: 120px;
    max-width: 1400px;
    margin: 0 auto;
}

.gpro_scv__footer-text {
    max-width: 650px;
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    background-color: #b9cbdb;
}

@media screen and (max-width: 1400px) {
    .gb-pro_secondevie {
        padding: 0 10px;
    }
}

@media screen and (max-width: 960px) {
    .gpro_scv__footer {
        padding: 80px 40px;
    }
}

@media screen and (max-width: 889px) {
    .categorie_container {
        grid-template-columns: repeat(auto-fill, 100%);
        justify-content: center;
    }

    .gpro_sv__case-titles-group {
        min-height: initial;
    }
}

@media screen and (max-width: 500px) {
    .gb-pro_bg_secondevie div:first-of-type {
        top: 0;
    }
}

@media screen and (max-width: 768px) {
    .gb-pro_header_container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 30px;
    }

    .gb-pro_secondevie_textes p {
        width: 100%;
    }

    .gb-pro_secondevie_textes {
        width: 100%;
        align-items: center;
    }

        .gb-pro_secondevie_textes h1 {
            padding-bottom: 20px;
        }

    .gb-pro_secondevie_images_container {
        background-image: url(https://www.grosbill-pro.com/images_produits/grosbillpro/images-landing/secondevie/logo_recyclage_3.svg);
        background-size: 50%;
        background-position: center;
        min-height: 200px;
    }

    .bg-pro_recyclage__topleft, .bg-pro_recyclage__topright, .bg-pro_recyclage__bottomleft, .bg-pro_recyclage__bottomright {
        display: none;
    }

    .categorie_grid_container {
        border-radius: 0;
        height: 350px;
    }

    .gb-pro_bg_secondevie div:first-of-type {
        width: auto !important;
        height: 100%;
        top: 0;
        padding: 10px 20px;
        left: 0;
        transform: translate(0%);
        background-color: #ffffff66;
    }

    .gb-pro_secondevie_images_container img:first-of-type {
        top: 40px;
        left: 20px;
    }

    .gb-pro_secondevie_images_container img:last-of-type {
        left: -40px;
        top: 10px;
    }

    .gb-pro_bg_secondevie {
        height: 160px;
        margin-bottom: 0 !important;
    }

    .gb-pro_secondevie_textes, .gb-pro_secondevie_images_container {
        width: auto;
    }

    .gb-pro_bg_secondevie {
        background-size: 100% 100%;
    }

    .gpro_scv__footer {
        background-image: none;
    }

    .gpro_scv__footer-text {
        background-color: #b9cbdbc9;
    }
}

@media screen and (max-width: 500px) {
    .gpro_scv__footer {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 1024px) {
    .bg-pro_recyclage__topleft, .bg-pro_recyclage__topright, .bg-pro_recyclage__bottomleft, .bg-pro_recyclage__bottomright {
        display: none;
    }

    .gb-pro_bg_secondevie_container {
        width: 60%;
        bottom: 33%;
        left: 0;
    }

    .gb-pro_bg_secondevie {
        background-size: 100% 100%;
        margin-bottom: -30%;
    }

    .gb-pro_secondevie_textes {
        align-items: center;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {

    .gb-pro_bg_secondevie_container {
        width: 50%;
        bottom: 35%;
        left: 10%;
    }
}
