/* =========================================================
   HERO ACCUEIL — PREMIUM
========================================================= */

.bpb-home-hero{
    position:relative;
    min-height:540px;
    padding:120px 5% 95px;
    overflow:hidden;
    background:#111;
    display:flex;
    align-items:center;
}

.bpb-home-hero-bg{
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg, rgb(0 0 0 / 55%) 0%, rgb(0 0 0 / 27%) 42%, rgba(0, 0, 0, .22) 100%), url(../images/accueil-hero.jpg) center center / cover no-repeat;
    transform:scale(1.02);
    transition:transform 1.2s ease, filter .5s ease;
}

.bpb-home-hero:hover .bpb-home-hero-bg{
    transform:scale(1.055);
    filter:contrast(105%);
}

.bpb-home-hero::after{
    content:"";
    position:absolute;
    inset:22px;
    border:1px solid rgba(255,255,255,0.12);
    pointer-events:none;
    z-index:1;
}

.bpb-home-hero-inner{
    position:relative;
    z-index:2;
    max-width:820px;
}

.bpb-home-hero-label{
    display:inline-block;
    margin-bottom:22px;
    color:#c9d7c6;
    font-size:12px;
    font-weight:700;
    letter-spacing:.18em;
    text-transform:uppercase;
}

.bpb-home-hero-content h2{
    margin:0;
    max-width:780px;
    font-size:clamp(32px, 4vw, 54px);
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.04em;
    color:#ffffff;
}

.bpb-home-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    margin-top:34px;
}

.bpb-home-hero-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:54px;
    padding:16px 30px;
    text-decoration:none;
    text-transform:uppercase;
    font-size:12px;
    font-weight:700;
    letter-spacing:.13em;
    transition:all .28s ease;
}

.bpb-home-hero-btn-primary{
    background:#5A7B58;
    border:1px solid #5A7B58;
    color:#ffffff;
}

.bpb-home-hero-btn-primary:hover{
    background:#ffffff;
    border-color:#ffffff;
    color:#111111;
    transform:translateY(-2px);
}

.bpb-home-hero-btn-phone{
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.32);
    color:#ffffff;
    backdrop-filter:blur(10px);
}

.bpb-home-hero-btn-phone:hover{
    background:#ffffff;
    border-color:#ffffff;
    color:#111111;
    transform:translateY(-2px);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media screen and (max-width:768px){

    .bpb-home-hero{
        min-height:auto;
        padding:95px 24px 75px;
    }

    .bpb-home-hero::after{
        inset:12px;
    }

    .bpb-home-hero-label{
        font-size:11px;
        line-height:1.5;
    }

    .bpb-home-hero-content h2{
        font-size:32px;
        line-height:1.12;
    }

    .bpb-home-hero-actions{
        flex-direction:column;
        gap:12px;
    }

    .bpb-home-hero-btn{
        width:100%;
    }
}


/* =========================================================
   BLOC SERVICES — PREMIUM
========================================================= */

.bpb-services-premium{
    position:relative;
    padding:50px 5%;
    overflow:hidden;
}

.bpb-services-premium .bpb-container{
    max-width:1400px;
    margin:auto;
}

/* TITRE */

.bpb-services-head{
    margin-bottom:55px;
}

.bpb-services-head h2{
    margin:0;
    font-size:42px;
    line-height:1.05;
    font-weight:700;
    letter-spacing:-0.03em;
    color:#111;
	    text-align: center;
}

/* GRILLE ÉQUILIBRÉE 5 SERVICES */

.bpb-services-grid{
    display:grid;
    grid-template-columns:repeat(6, 1fr);
    gap:28px;
}

.bpb-service-card{
    position:relative;
    grid-column:span 2;
    overflow:hidden;
    background:#ffffff;
    border:1px solid rgba(0,0,0,0.07);
    box-shadow:0 22px 65px rgba(0,0,0,0.06);
    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}

.bpb-service-card:nth-child(4){
    grid-column:2 / span 2;
}

.bpb-service-card:nth-child(5){
    grid-column:4 / span 2;
}

.bpb-service-card:hover{
    transform:translateY(-6px);
    border-color:rgba(90,123,88,0.35);
    box-shadow:0 35px 90px rgba(0,0,0,0.12);
}

/* IMAGE */

.bpb-service-image{
    display:block;
    position:relative;
    overflow:hidden;
    height:280px;
    background:#111;
}

.bpb-service-image::before{
    content:"";
    position:absolute;
    inset:14px;
    border:1px solid rgba(255,255,255,0.25);
    z-index:2;
    pointer-events:none;
    transition:all .35s ease;
}

.bpb-service-image::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(0,0,0,.36), rgba(0,0,0,.03));
    z-index:1;
    pointer-events:none;
}

.bpb-service-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    filter:contrast(104%) brightness(.95);
    transition:
        transform .8s ease,
        filter .35s ease;
}

.bpb-service-card:hover .bpb-service-image img{
    transform:scale(1.06);
    filter:contrast(108%) brightness(1);
}

.bpb-service-card:hover .bpb-service-image::before{
    inset:22px;
    border-color:rgba(255,255,255,0.45);
}

/* CONTENU */

.bpb-service-content{
    padding:34px;
}

.bpb-service-content h3{
    margin:0 0 18px;
    font-size:26px;
    line-height:1.05;
    font-weight:700;
    letter-spacing:-0.025em;
    color:#111;
}

.bpb-service-content p{
    margin:0 0 26px;
    font-size:15.5px;
    line-height:1.35;
    color:#222;
    text-align:justify;
}

/* BOUTON */

.bpb-service-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 26px;
    background:#5A7B58;
    border:1px solid #5A7B58;
    color:#ffffff;
    text-decoration:none;
    text-transform:uppercase;
    font-size:11.5px;
    font-weight:700;
    letter-spacing:.13em;
    transition:all .28s ease;
}

.bpb-service-btn:hover{
    background:#111111;
    border-color:#111111;
    color:#ffffff;
    transform:translateY(-2px);
}

/* RESPONSIVE */

@media screen and (max-width:1100px){

    .bpb-services-grid{
        grid-template-columns:1fr 1fr;
    }

    .bpb-service-card,
    .bpb-service-card:nth-child(4),
    .bpb-service-card:nth-child(5){
        grid-column:auto;
    }
}

@media screen and (max-width:768px){

    .bpb-services-premium{
        padding:40px 10px;
    }

    .bpb-services-head{
        margin-bottom:38px;
    }

    .bpb-services-head h2{
        font-size:34px;
    }

    .bpb-services-grid{
        grid-template-columns:1fr;
        gap:24px;
    }

    .bpb-service-image{
        height:260px;
    }

    .bpb-service-content{
        padding:28px;
    }

    .bpb-service-content h3{
        font-size:24px;
    }

    .bpb-service-content p{
        font-size:15px;
        line-height:1.45;
    }

    .bpb-service-btn{
        width:100%;
    }
}

/* =========================================================
   CTA CONTACT + MAP
========================================================= */

.bpb-contact-cta-map{
    position:relative;
    padding:120px 5%;
    background:#f6f6f3;
    overflow:hidden;
}

.bpb-contact-cta-grid{
    display:grid;
    grid-template-columns:1fr 0.95fr;
    gap:0;
    background:#111111;
    box-shadow:
        0 35px 95px rgba(0,0,0,0.16);
    overflow:hidden;
}

.bpb-contact-cta-content{
    position:relative;
    padding:85px 80px;
    background:
        linear-gradient(135deg,
        #151515 0%,
        #111111 52%,
        #1b1b18 100%);
}

.bpb-contact-cta-content::before{
    content:"";
    position:absolute;
    top:-120px;
    right:-120px;
    width:420px;
    height:420px;
    background:
        radial-gradient(circle,
        rgba(90,123,88,0.22) 0%,
        rgba(90,123,88,0) 72%);
    pointer-events:none;
}

.bpb-contact-tag{
    display:inline-block;
    margin-bottom:18px;
    color:#9db19b;
    font-size:12px;
    font-weight:700;
    letter-spacing:.18em;
    text-transform:uppercase;
}

.bpb-contact-cta-content h2{
    margin:0 0 30px;
    font-size:46px;
    line-height:1.04;
    font-weight:700;
    letter-spacing:-0.035em;
    color:#ffffff;
}

.bpb-contact-text p{
    margin:0 0 18px;
    font-size:16px;
    line-height:1.5;
    color:rgba(255,255,255,0.76);
}

.bpb-contact-text a{
    color:#ffffff;
    text-decoration:none;
    position:relative;
    font-weight:600;
    transition:color .25s ease;
}

.bpb-contact-text a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-3px;
    width:100%;
    height:1px;
    background:rgba(255,255,255,0.25);
    transition:
        background .25s ease,
        transform .25s ease;
}

.bpb-contact-text a:hover{
    color:#9db19b;
}

.bpb-contact-text a:hover::after{
    background:#9db19b;
    transform:scaleX(.93);
}

.bpb-contact-actions{
    margin-top:34px;
}

.bpb-contact-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:18px 36px;
    background:#5A7B58;
    border:1px solid #5A7B58;
    color:#ffffff;
    text-decoration:none;
    text-transform:uppercase;
    font-size:12px;
    font-weight:700;
    letter-spacing:.14em;
    transition:all .28s ease;
}

.bpb-contact-btn:hover{
    background:#ffffff;
    border-color:#ffffff;
    color:#111111;
    transform:translateY(-2px);
}

/* =========================================================
   MAP
========================================================= */

.bpb-contact-map-wrap{
    position:relative;
    min-height:100%;
    background:#000;
}

.bpb-contact-map-wrap iframe{
    width:100%;
    height:100%;
    min-height:620px;
    border:0;
    filter:grayscale(100%) contrast(105%);
    transition:filter .35s ease, transform .45s ease;
}

.bpb-contact-map-wrap:hover iframe{
    filter:grayscale(15%) contrast(108%);
    transform:scale(1.01);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media screen and (max-width:1100px){

    .bpb-contact-cta-grid{
        grid-template-columns:1fr;
    }

    .bpb-contact-map-wrap iframe{
        min-height:420px;
    }
}

@media screen and (max-width:768px){

    .bpb-contact-cta-map{
        padding:70px 24px;
    }

    .bpb-contact-cta-content{
        padding:50px 32px;
    }

    .bpb-contact-cta-content h2{
        font-size:34px;
    }

    .bpb-contact-text p{
        font-size:15px;
        line-height:1.55;
    }

    .bpb-contact-btn{
        width:100%;
    }

    .bpb-contact-map-wrap iframe{
        min-height:340px;
    }
}


.bpb-rampe-text a{
    color:#5A7B58;
    text-decoration:none;
    position:relative;
    font-weight:600;
    transition:color .25s ease;
}

.bpb-rampe-text a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-2px;
    width:100%;
    height:1px;
    background:rgba(90,123,88,0.40);
    transition:
        background .25s ease,
        transform .25s ease;
}

.bpb-rampe-text a:hover{
    color:#111;
}

.bpb-rampe-text a:hover::after{
    background:rgba(17,17,17,0.32);
    transform:scaleX(.93);
}

/* =========================================================
   CTA PREMIUM — VERSION PLUS DISTINGUÉE
========================================================= */

.bpb-cta-premium{
    position:relative;
    padding:115px 5%;
    background:#f7f7f3;
    overflow:hidden;
}

.bpb-cta-premium .bpb-container{
    max-width:1360px;
    margin:auto;
}

.bpb-cta-box{
    position:relative;
    overflow:hidden;
    padding:78px 82px;
    background:
        linear-gradient(135deg, #151515 0%, #0f0f0f 52%, #1b1b18 100%);
    border-left:6px solid #5A7B58;
    box-shadow:
        0 32px 85px rgba(0,0,0,0.14),
        inset 0 0 0 1px rgba(255,255,255,0.06);
    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.bpb-cta-box:hover{
    transform:translateY(-5px);
    box-shadow:
        0 42px 105px rgba(0,0,0,0.22),
        inset 0 0 0 1px rgba(255,255,255,0.10);
}

.bpb-cta-box::before{
    content:"";
    position:absolute;
    top:-180px;
    right:-120px;
    width:520px;
    height:520px;
    background:radial-gradient(circle, rgba(90,123,88,0.24), transparent 68%);
    pointer-events:none;
    transition:opacity .35s ease, transform .35s ease;
}

.bpb-cta-box:hover::before{
    opacity:.9;
    transform:scale(1.08);
}

.bpb-cta-box::after{
    content:"";
    position:absolute;
    inset:18px;
    border:1px solid rgba(255,255,255,0.08);
    pointer-events:none;
}

.bpb-cta-content{
    position:relative;
    z-index:2;
    max-width:920px;
}

.bpb-cta-line{
    width:96px;
    height:2px;
    background:#5A7B58;
    margin-bottom:30px;
}

.bpb-cta-tag{
    display:inline-block;
    margin-bottom:16px;
    color:#9fb49d;
    font-size:12px;
    font-weight:700;
    letter-spacing:.18em;
    text-transform:uppercase;
}

.bpb-cta-content h2{
    margin:0 0 24px;
    font-size:46px;
    line-height:1.05;
    font-weight:700;
    letter-spacing:-0.035em;
    color:#ffffff;
}

.bpb-cta-content p{
    margin:0 0 16px;
    max-width:790px;
    font-size:16.5px;
    line-height:1.45;
    color:rgba(255,255,255,0.76);
}

.bpb-cta-content p a{
    color:#ffffff;
    text-decoration:none;
    position:relative;
    font-weight:600;
    transition:color .25s ease;
}

.bpb-cta-content p a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-3px;
    width:100%;
    height:1px;
    background:rgba(255,255,255,0.26);
    transition:background .25s ease, transform .25s ease;
}

.bpb-cta-content p a:hover{
    color:#9fb49d;
}

.bpb-cta-content p a:hover::after{
    background:#9fb49d;
    transform:scaleX(.92);
}

.bpb-cta-actions{
    margin-top:36px;
}

.bpb-cta-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:17px 36px;
    background:#5A7B58;
    border:1px solid #5A7B58;
    color:#ffffff;
    text-decoration:none;
    text-transform:uppercase;
    font-size:12px;
    font-weight:700;
    letter-spacing:.14em;
    transition:all .28s ease;
}

.bpb-cta-btn:hover{
    background:#ffffff;
    border-color:#ffffff;
    color:#111111;
    transform:translateY(-2px);
}

@media screen and (max-width:1100px){
    .bpb-cta-box{
        padding:65px 58px;
    }

    .bpb-cta-content h2{
        font-size:40px;
    }
}

@media screen and (max-width:768px){
    .bpb-cta-premium{
        padding:70px 24px;
    }

    .bpb-cta-box{
        padding:48px 30px;
    }

    .bpb-cta-box::after{
        inset:12px;
    }

    .bpb-cta-content h2{
        font-size:32px;
    }

    .bpb-cta-content p{
        font-size:15.5px;
        line-height:1.5;
    }

    .bpb-cta-btn{
        width:100%;
    }
}


/* =========================================================
   BLOC PREMIUM — DÉCO-RAMPE
========================================================= */
.bpb-alu-text a{
    color:#5A7B58;
    text-decoration:none;
    position:relative;
    font-weight:600!important;
    transition:color .25s ease;
}

.bpb-alu-text a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-2px;
    width:100%;
    height:1px;
    background:rgba(90,123,88,0.45);
    transition:
        background .25s ease,
        transform .25s ease;
}

.bpb-alu-text a:hover{
    color:#111;
}

.bpb-alu-text a:hover::after{
    background:rgba(17,17,17,0.35);
    transform:scaleX(.92);
}
.bpb-rampe-manufacturer{
    padding:100px 5%;
    background:#f8f8f5;
}

.bpb-container{
    max-width:1400px;
    margin:auto;
}

.bpb-rampe-grid{
    display:grid;
    grid-template-columns:1fr 0.82fr;
    gap:70px;
    align-items:center;
    background:#fff;
    padding:70px;
    border-left:6px solid #5A7B58;
    box-shadow:0 28px 75px rgba(0,0,0,0.07);
}

.bpb-rampe-content h2{
    margin:0 0 30px;
    padding-bottom:22px;
    position:relative;
    font-size:42px;
    line-height:1.05;
    font-weight:700;
    letter-spacing:-0.03em;
    color:#111;
}

.bpb-rampe-content h2::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:90px;
    height:2px;
    background:#5A7B58;
}

.bpb-rampe-text p{
    margin:0 0 12px;
    font-size:16px;
    line-height:1.1;
    color:#222;
    text-align:justify;
}

.bpb-rampe-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:26px;
    padding:16px 34px;
    background:#5A7B58;
    border:1px solid #5A7B58;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    font-size:13px;
    font-weight:700;
    letter-spacing:.12em;
    transition:all .25s ease;
}

.bpb-rampe-btn:hover{
    background:#111;
    border-color:#111;
    color:#fff;
}

.bpb-rampe-image-wrap{
    position:relative;
    overflow:hidden;
    height:100%;
    min-height:430px;
    background:#111;
}

.bpb-rampe-image-wrap::before{
    content:"";
    position:absolute;
    inset:18px;
    border:1px solid rgba(255,255,255,0.32);
    z-index:2;
    pointer-events:none;
    transition:all .35s ease;
}

.bpb-rampe-image-wrap::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(0,0,0,.38), rgba(0,0,0,.04));
    z-index:1;
    pointer-events:none;
}

.bpb-rampe-image-wrap img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    filter:contrast(104%) brightness(.94);
    transition:transform .8s ease, filter .4s ease;
}

.bpb-rampe-image-wrap:hover img{
    transform:scale(1.05);
    filter:contrast(108%) brightness(1);
}

.bpb-rampe-image-wrap:hover::before{
    inset:28px;
}

@media screen and (max-width:1100px){
    .bpb-rampe-grid{
        grid-template-columns:1fr;
        padding:55px;
    }

    .bpb-rampe-image-wrap{
        min-height:380px;
    }
}

@media screen and (max-width:768px){
    .bpb-rampe-manufacturer{
        padding:70px 24px;
    }

    .bpb-rampe-grid{
        padding:35px 28px;
        gap:40px;
    }

    .bpb-rampe-content h2{
        font-size:34px;
    }

    .bpb-rampe-text p{
        font-size:15px;
    }

    .bpb-rampe-btn{
        width:100%;
    }
}

/* =========================================================
   IMAGE PREMIUM — RAMPE ALUMINIUM
========================================================= */

.bpb-alu-image-wrap{
    position:relative;
    overflow:hidden;
    background:#111;
    box-shadow:
        0 25px 60px rgba(0,0,0,0.12);
}

/* contour premium subtil */
.bpb-alu-image-wrap::before{
    content:"";
    position:absolute;
    inset:18px;
    border:1px solid rgba(255,255,255,0.22);
    z-index:2;
    pointer-events:none;
    opacity:.8;
    transition:all .45s ease;
}

/* ligne verticale décorative */
.bpb-alu-image-wrap::after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:6px;
    height:100%;
    background:#5A7B58;
    z-index:3;
    transition:all .45s ease;
}

.bpb-alu-image-wrap img{
    width:100%;
    height:520px;
    object-fit:cover;
    display:block;
    transition:
        transform 1s ease,
        filter .6s ease;
    filter:
        grayscale(8%)
        contrast(104%)
        brightness(.92);
}

/* overlay élégant */
.bpb-alu-image-wrap .bpb-alu-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(to top,
        rgba(0,0,0,0.45) 0%,
        rgba(0,0,0,0.08) 45%,
        rgba(0,0,0,0.02) 100%);
    z-index:1;
    pointer-events:none;
}

/* hover */
.bpb-alu-image-wrap:hover img{
    transform:scale(1.05);
    filter:
        grayscale(0%)
        contrast(108%)
        brightness(.98);
}

.bpb-alu-image-wrap:hover::before{
    inset:28px;
    border-color:rgba(255,255,255,0.45);
}

.bpb-alu-image-wrap:hover::after{
    width:12px;
}

/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width:1100px){

    .bpb-alu-image-wrap img{
        height:430px;
    }
}

@media screen and (max-width:768px){

    .bpb-alu-image-wrap img{
        height:340px;
    }

    .bpb-alu-image-wrap::before{
        inset:12px;
    }
}

/* =========================================================
   BÉTON PRÉFAB BORÉAL — RAMPE ALUMINIUM PREMIUM
========================================================= */

.bpb-alu-section{
    padding:90px 5%;
    background:#fff;
    color:#111;
}

.bpb-container{
    max-width:1400px;
    margin:auto;
}

.bpb-alu-grid{
    display:grid;
    grid-template-columns:0.82fr 1fr;
    gap:70px;
    align-items:center;
}

.bpb-alu-image-wrap{
    position:relative;
    overflow:hidden;
    border-left:6px solid #111;
}

.bpb-alu-image-wrap img{
    width:100%;
    height:520px;
    object-fit:cover;
    display:block;
}

.bpb-alu-content{
    max-width:760px;
}

.bpb-alu-slogan{
    margin-bottom:24px;
    padding-left:22px;
    border-left:3px solid #111;
    font-size:15px;
    line-height:1.1;
    color:#333;
    font-weight:500;
    text-align:justify;
}

.bpb-alu-content h1,
.bpb-alu-content h2 {
    margin:0 0 28px;
    font-size:42px;
    line-height:1.05;
    font-weight:700;
    letter-spacing:-0.03em;
    color:#111;
}

.bpb-alu-text p{
    margin:0 0 12px;
    font-size:16px;
    line-height:1.1;
    color:#222;
    font-weight:400;
    text-align:justify;
}

.bpb-alu-text a{
    color:#111;
    text-decoration:none;
    font-weight:700;
    border-bottom:1px solid #111;
    transition:all .25s ease;
}

.bpb-alu-text a:hover{
    color:#555;
    border-bottom-color:#555;
}

.bpb-alu-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:24px;
    padding:16px 34px;
    background:#111;
    color:#fff;
    text-decoration:none;
    border:1px solid #111;
    border-radius:0;
    font-size:13px;
    font-weight:700;
    letter-spacing:.12em;
    text-transform:uppercase;
    transition:all .25s ease;
}

.bpb-alu-btn:hover{
    background:#fff;
    color:#111;
}

@media screen and (max-width:1100px){
    .bpb-alu-grid{
        grid-template-columns:1fr;
        gap:45px;
    }

    .bpb-alu-image-wrap img{
        height:430px;
    }
}

@media screen and (max-width:768px){
    .bpb-alu-section{
        padding:70px 24px;
    }

    .bpb-alu-content h1,
.bpb-alu-content h2 {
        font-size:34px;
    }

    .bpb-alu-image-wrap img{
        height:340px;
    }

    .bpb-alu-btn{
        width:100%;
    }
}
@media screen and (max-width: 575px) {
    .bpb-rampe-image-wrap {
        min-height: 180px;
    }
	    .bpb-alu-image-wrap img {
        height: 240px;
    }
	    .bpb-rampe-manufacturer {
        padding: 50px 10px;
    }
	    .bpb-alu-section {
        padding: 50px 10px;
    }
	    .bpb-cta-premium {
        padding: 50px 10px;
    }
}
/* =========================================================
   CONTACT
========================================================= */

.bpb-contact-section {
  position: relative;
  padding: 90px 0 80px;
  background:
    radial-gradient(circle at 12% 15%, rgba(69,98,67,.12), transparent 30%),
    linear-gradient(135deg, #f7f7f4 0%, #ffffff 55%, #ececea 100%);
  overflow: hidden;
}

.bpb-contact-section::before {
  content: "B";
  position: absolute;
  right: -40px;
  top: 20px;
  font-size: 420px;
  line-height: .8;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 2px rgba(69,98,67,.06);
  pointer-events: none;
}

.bpb-contact-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 54px;
  align-items: stretch;
}

.bpb-contact-kicker,
.bpb-form-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #456243;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.bpb-contact-info h1,
.bpb-contact-form h2 {
  margin: 0 0 20px;
  color: #101211;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.08;
  letter-spacing: -.015em;
}

.bpb-contact-info h1 {
  font-size: clamp(22px, 1.6vw, 30px);
}

.bpb-contact-form h2 {
  font-size: clamp(20px, 1.4vw, 26px);
}

.bpb-contact-card {
  padding: 34px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.94), rgba(247,247,244,.92));
  border: 1px solid rgba(16,18,17,.06);
  box-shadow:
    0 20px 60px rgba(0,0,0,.06),
    inset 0 1px 0 rgba(255,255,255,.6);
  backdrop-filter: blur(14px);
}

.bpb-contact-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(16,18,17,.08);
  align-items: flex-start;
}

.bpb-contact-item:first-child {
  padding-top: 0;
}

.bpb-contact-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.bpb-contact-item i {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(145deg, rgba(69,98,67,.14), rgba(69,98,67,.04));
  border: 1px solid rgba(69,98,67,.14);
  color: #456243;
  font-size: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.8),
    0 10px 24px rgba(69,98,67,.08);
  transition:
    transform .3s ease,
    box-shadow .3s ease,
    background .3s ease;
}

.bpb-contact-item:hover i {
  transform: translateY(-3px);
  background:
    linear-gradient(145deg, rgba(69,98,67,.18), rgba(69,98,67,.06));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    0 16px 34px rgba(69,98,67,.14);
}

.bpb-contact-item h3 {
  margin: 0 0 3px;
  color: #101211;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.bpb-contact-item a,
.bpb-contact-item p {
  margin: 0;
  color: #555a55;
  font-size: 14px;
  line-height: 1.7;
  text-decoration: none;
}

.bpb-contact-item a {
  transition: color .25s ease;
}

.bpb-contact-item a:hover {
  color: #456243;
}

.bpb-contact-form {
  position: relative;
  padding: 38px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.94), rgba(247,247,244,.92));
  border: 1px solid rgba(16,18,17,.06);
  box-shadow:
    0 20px 60px rgba(0,0,0,.06),
    inset 0 1px 0 rgba(255,255,255,.6);
  overflow: hidden;
}

.bpb-contact-form::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(69,98,67,.12), transparent 70%);
  pointer-events: none;
}

.bpb-contact-form > * {
  position: relative;
  z-index: 2;
}

.bpb-google-form-placeholder {
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background:
    linear-gradient(135deg, rgba(69,98,67,.04), rgba(16,18,17,.02));
  border: 1px dashed rgba(69,98,67,.22);
  color: #456243;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  text-align: center;
}

.bpb-map-section {
  width: 100%;
  height: 430px;
  margin: 0;
  padding: 0;
  background: #101211;
  line-height: 0;
  overflow: hidden;
}

.bpb-map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) contrast(1.08) brightness(.94);
  transition:
    filter .45s ease,
    transform .7s ease;
}

.bpb-map-section:hover iframe {
  filter: grayscale(0) contrast(1.04) brightness(1);
  transform: scale(1.015);
}

@media (max-width: 991px) {
  .bpb-contact-section {
    padding: 70px 0 60px;
  }

  .bpb-contact-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 575px) {
  .bpb-contact-card,
  .bpb-contact-form {
    padding: 26px 22px;
  }

  .bpb-contact-item {
    grid-template-columns: 52px 1fr;
    gap: 14px;
  }

  .bpb-contact-item i {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 16px;
  }

  .bpb-map-section {
    height: 360px;
  }
}

.bpb-alu-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:24px;
    padding:16px 34px;
    background:#5A7B58;
    color:#fff;
    text-decoration:none;
    border:1px solid #5A7B58;
    border-radius:0;
    font-size:13px;
    font-weight:700;
    letter-spacing:.12em;
    text-transform:uppercase;
    transition:all .25s ease;
}

.bpb-alu-btn:hover{
    background:#111;
    border-color:#111;
    color:#fff;
}
/* =========================================================
   BANNER TOP
========================================================= */

.bpb-page-hero {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #050606;
}

.bpb-page-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,6,6,.88) 0%, rgba(5,6,6,.52) 42%, rgba(5,6,6,.82) 100%),
    linear-gradient(180deg, rgba(5,6,6,.2) 0%, rgba(5,6,6,.92) 100%),
    url("images/contact.jpg") center / cover no-repeat;
  transform: scale(1.04);
}

.bpb-page-hero-symbol {
  position: absolute;
  left: 50%;
  bottom: -90px;
  width: 420px;
  height: 420px;
  transform: translateX(-50%);
  opacity: .16;
  pointer-events: none;
}

.bpb-page-hero-symbol::before {
  content: "B";
  position: absolute;
  inset: 0;
  font-size: 390px;
  line-height: .8;
  font-weight: 900;
  font-family: Arial, sans-serif;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255,255,255,.28);
  text-stroke: 2px rgba(255,255,255,.28);
}

.bpb-page-hero-symbol::after {
  content: "";
  position: absolute;
  left: 54px;
  top: 58px;
  width: 125px;
  height: 275px;
  background: linear-gradient(160deg, rgba(69,98,67,.95), rgba(69,98,67,.15));
  clip-path: polygon(48% 0, 100% 100%, 0 100%);
  filter: blur(.2px);
}

.bpb-page-hero .bpb-container {
  position: relative;
  z-index: 2;
}

.bpb-breadcrumb {
  width: fit-content;
  margin: 0 auto 48px;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(5,6,6,.68);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 50px rgba(0,0,0,.28);
}

.bpb-breadcrumb a,
.bpb-breadcrumb span {
  color: rgba(255,255,255,.82);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.bpb-breadcrumb a:hover {
  color: #456243;
}

.bpb-breadcrumb span:last-child {
  color: #ffffff;
}

@media (max-width: 768px) {
  .bpb-page-hero {
    min-height: 250px;
  }

  .bpb-page-hero-symbol {
    width: 320px;
    height: 320px;
    bottom: -70px;
  }

  .bpb-page-hero-symbol::before {
    font-size: 300px;
  }

  .bpb-page-hero-symbol::after {
    left: 42px;
    top: 48px;
    width: 95px;
    height: 210px;
  }

  .bpb-breadcrumb {
    margin-bottom: 34px;
    padding: 12px 18px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .bpb-page-hero {
    min-height: 200px;
  }
 }
/* =========================================================
   FOOTER
========================================================= */
.bpb-footer {
  background: #050606;
  color: #ffffff;
}

.bpb-footer-main {
  padding: 60px 0 45px;
  background:
    radial-gradient(circle at top left, rgba(69, 98, 67, .18), transparent 34%),
    linear-gradient(180deg, #151716 0%, #080909 100%);
}

.bpb-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.4fr;
  gap: 45px;
}

.bpb-footer-logo {
  display: block;
  width: 100px;
  margin-bottom: 18px;
}

.bpb-footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.bpb-footer-col h3 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.bpb-footer-col p {
  margin: 0 0 16px;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.65;
}

.bpb-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bpb-footer-col ul li {
  margin-bottom: 9px;
}

.bpb-footer-col a {
  color: rgba(255,255,255,.72);
  text-decoration: none;
  transition: color .25s ease, padding-left .25s ease;
}
.bpb-footer-col a:hover {
  color: #6E8F6D;
}


.bpb-footer-contact p {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.bpb-footer-contact i {
  color: #456243;
  width: 16px;
  margin-top: 5px;
  flex-shrink: 0;
}

.bpb-footer-cta {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 8px;
  padding: 13px 22px;
  background: #456243;
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: background .3s ease, transform .25s ease, box-shadow .3s ease;
}

.bpb-footer-cta:hover {
  background: #5a7b58;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(69, 98, 67, .35);
  padding-left: 22px !important;
}

.bpb-footer-bottom {
  padding: 16px 0;
  background: #050606;
  border-top: 1px solid rgba(255,255,255,.08);
}

.bpb-footer-bottom p {
  margin: 0;
  text-align: center;
  color: rgba(255,255,255,.65);
  font-size: 13px;
  line-height: 1.6;
}

.bpb-footer-bottom a {
  color: rgba(255,255,255,.82);
  text-decoration: none;
}

.bpb-footer-bottom a:hover {
  color: #456243;
}

@media (max-width: 991px) {
  .bpb-footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .bpb-footer-main {
    padding: 48px 0 38px;
  }
}

@media (max-width: 575px) {
  .bpb-footer-bottom p {
    font-size: 12px;
  }
}
.bpb-footer-cta {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  padding: 14px 24px;
  background: #456243;
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
  border: 1px solid transparent;
  transition:
    transform .3s ease,
    box-shadow .35s ease,
    background .35s ease,
    border-color .35s ease;
}

.bpb-footer-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 80%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,.22) 50%,
    transparent 100%
  );
  transform: skewX(-20deg);
  transition: left .7s ease;
}

.bpb-footer-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.08);
  opacity: 0;
  transition: opacity .3s ease;
}

.bpb-footer-cta:hover {
  background: #51704f;
  border-color: rgba(255,255,255,.12);
  transform: translateY(-3px);
  box-shadow:
    0 12px 28px rgba(69, 98, 67, .35),
    0 0 18px rgba(69, 98, 67, .18);
  padding-left: 24px !important;
}

.bpb-footer-cta:hover::before {
  left: 140%;
}

.bpb-footer-cta:hover::after {
  opacity: 1;
}

.bpb-footer-cta i {
  transition: transform .3s ease;
}

.bpb-footer-cta:hover i {
  transform: rotate(-10deg) scale(1.12);
}

.bpb-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bpb-footer-col ul li {
  margin-bottom: 12px;
}

.bpb-footer-col ul li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding-left: 0;
  color: rgba(255,255,255,.76);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition:
    color .3s ease,
    transform .3s ease,
    letter-spacing .3s ease;
}

.bpb-footer-col ul li a::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  color: #456243;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(69,98,67,.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform .3s ease,
    background .3s ease,
    border-color .3s ease,
    color .3s ease,
    box-shadow .3s ease;
}

.bpb-footer-col ul li a::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    #456243 0%,
    rgba(69,98,67,.15) 100%
  );
  transition:
    width .45s cubic-bezier(.19,1,.22,1),
    opacity .3s ease;
  opacity: .85;
}

.bpb-footer-col ul li a:hover {
  color: #ffffff;
  transform: translateX(4px);
  letter-spacing: .01em;
}

.bpb-footer-col ul li a:hover::before {
  background: #456243;
  border-color: #456243;
  color: #ffffff;
  transform: rotate(360deg) scale(1.08);
  box-shadow: 0 0 14px rgba(69,98,67,.35);
}

.bpb-footer-col ul li a:hover::after {
  width: calc(100% - 28px);
}

.bpb-footer-areas {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bpb-footer-areas li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 12px;
  color: rgba(255,255,255,.76);
  font-size: 15px;
  font-weight: 600;
}

.bpb-footer-areas li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  color: #5A7B58;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(90,123,88,.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* =========================================================
   HEADER
========================================================= */

:root {
  --bpb-green: #456243;
  --bpb-black: #050606;
  --bpb-dark: #111312;
  --bpb-grey: #3b3d3c;
  --bpb-white: #ffffff;
}
a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

body {
  padding-top: 128px;
}

.bpb-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  font-family: inherit;
}

.bpb-container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 36px;
  padding-right: 36px;
}

.bpb-topbar {
  background: var(--bpb-grey);
  color: var(--bpb-white);
}

.bpb-topbar .bpb-container {
  height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bpb-phone,
.bpb-top-cta {
  color: var(--bpb-white);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.bpb-phone i,
.bpb-top-cta i {
  color: var(--bpb-green);
  margin-right: 8px;
}

.bpb-top-cta {
  height: 42px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  background: var(--bpb-green);
  text-transform: uppercase;
  font-size: 13px;
}

.bpb-top-cta i {
  color: var(--bpb-white);
}

.bpb-navbar {
  background: var(--bpb-black);
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.bpb-navbar .bpb-container {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bpb-logo {
  width: 95px;
  height: 70px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.bpb-logo img,
.bpb-side-logo img {
  max-width: 100%;
  max-height: 76px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.bpb-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bpb-menu a {
  color: var(--bpb-white);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.bpb-menu > li > a {
  position: relative;
  padding: 34px 0;
}

.bpb-menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 0;
  height: 2px;
  background: var(--bpb-green);
  transition: width .25s ease;
}

.bpb-menu > li:hover > a::after {
  width: 100%;
}

.bpb-dropdown {
  position: relative;
}

.bpb-dropdown > ul {
  position: absolute;
  top: 100%;
  left: -22px;
  min-width: 230px;
  background: var(--bpb-black);
  list-style: none;
  padding: 14px 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all .25s ease;
  border-top: 2px solid var(--bpb-green);
}

.bpb-dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.bpb-dropdown ul a {
  display: block;
  padding: 12px 22px;
  text-transform: none;
}

.bpb-dropdown ul a:hover {
  background: rgba(69, 98, 67, .16);
  color: var(--bpb-green);
}

.bpb-burger {
  display: none;
  border: 0;
  background: transparent;
  color: var(--bpb-white);
  font-size: 28px;
}

.bpb-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.75);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: all .25s ease;
}

.bpb-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.bpb-side-menu {
  position: fixed;
  top: 0;
  right: -420px;
  width: 390px;
  max-width: 88vw;
  height: 100vh;
  background: var(--bpb-black);
  z-index: 1001;
  padding: 28px;
  overflow-y: auto;
  transition: right .3s ease;
}

.bpb-side-menu.is-open {
  right: 0;
}

.bpb-side-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}

.bpb-side-logo {
  width: 95px;
  height: 75px;
  display: flex;
  align-items: center;
}

.bpb-close {
  border: 0;
  background: transparent;
  color: var(--bpb-white);
  font-size: 30px;
}

.bpb-side-actions {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.bpb-side-phone,
.bpb-side-cta {
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  font-weight: 800;
}

.bpb-side-phone {
  color: var(--bpb-white);
  border: 1px solid rgba(255,255,255,.18);
}

.bpb-side-phone i {
  color: var(--bpb-green);
}

.bpb-side-cta {
  background: var(--bpb-green);
  color: var(--bpb-white);
  text-transform: uppercase;
  font-size: 13px;
}

.bpb-side-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bpb-side-nav a,
.bpb-side-dropdown button {
  width: 100%;
  padding: 17px 0;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.13);
  background: transparent;
  color: var(--bpb-white);
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}

.bpb-side-nav a:hover,
.bpb-side-dropdown button:hover {
  color: var(--bpb-green);
}

.bpb-side-dropdown ul {
  display: none;
  list-style: none;
  padding: 8px 0 12px 18px;
  margin: 0;
}

.bpb-side-dropdown.is-open ul {
  display: block;
}

.bpb-side-dropdown ul a {
  color: rgba(255,255,255,.72);
  font-size: 15px;
  padding: 12px 0;
}

.bpb-side-dropdown.is-open button i {
  transform: rotate(45deg);
}

.bpb-side-dropdown button i {
  transition: transform .2s ease;
}

body.bpb-menu-open {
  overflow: hidden;
}

@media (max-width: 1024px) {
  body {
    padding-top: 124px;
  }

  .bpb-container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .bpb-menu {
    display: none;
  }

  .bpb-burger {
    display: block;
  }

  .bpb-navbar .bpb-container {
    height: 82px;
  }

  .bpb-logo {
    width: 90px;
    height: 70px;
  }
}

@media (max-width: 575px) {
  body {
    padding-top: 118px;
  }

  .bpb-topbar .bpb-container {
    height: auto;
    min-height: 42px;
    gap: 8px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .bpb-top-cta {
    padding: 0 16px;
    font-size: 12px;
  }

  .bpb-phone {
    font-size: 13px;
  }

  .bpb-navbar .bpb-container {
    height: 76px;
  }

  .bpb-side-menu {
    padding: 24px 22px;
  }
}
@media (max-width: 374px) {
.bpb-topbar {
	display:none;
}
	}


.bpb-top-cta,
.bpb-side-cta {
  position: relative;
  overflow: hidden;
  transition:
    background .3s ease,
    transform .25s ease,
    box-shadow .3s ease;
}

.bpb-top-cta::before,
.bpb-side-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,.18) 50%,
    transparent 100%
  );
  transition: left .6s ease;
}

.bpb-top-cta:hover,
.bpb-side-cta:hover {
  background: #5a7b58;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(69, 98, 67, .35);
}

.bpb-top-cta:hover::before,
.bpb-side-cta:hover::before {
  left: 120%;
}

.bpb-top-cta i,
.bpb-side-cta i {
  transition: transform .25s ease;
}

.bpb-top-cta:hover i,
.bpb-side-cta:hover i {
  transform: rotate(-8deg) scale(1.08);
}

/* =========================================================
   BACK TO THE TOP
========================================================= */
.bpb-backtotop {
  position: fixed;
  right: 26px;
  bottom: 26px;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 998;
  overflow: visible;

  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition:
    opacity .3s ease,
    visibility .3s ease,
    transform .3s ease;
}

.bpb-backtotop.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.bpb-progress-ring {
  position: absolute;
  inset: 0;
  width: 64px;
  height: 64px;
  display: block;
  overflow: visible;
  transform: rotate(-90deg);
  transform-origin: center;
}

.bpb-progress-bg {
  fill: none;
  stroke: rgba(255,255,255,.14);
  stroke-width: 2;
}

.bpb-progress-circle {
  fill: none;
  stroke: #5A7B58;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 176;
  stroke-dashoffset: 176;
  transition: stroke-dashoffset .12s linear;
}

.bpb-backtotop span {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #111312;

  display: flex;
  align-items: center;
  justify-content: center;

  transition:
    background .3s ease,
    box-shadow .3s ease;
}

.bpb-backtotop i {
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  display: block;
  transition: transform .3s ease;
}

.bpb-backtotop:hover span {
  background: #5A7B58;
  box-shadow:
    0 10px 24px rgba(90,123,88,.28),
    0 0 18px rgba(90,123,88,.18);
}

.bpb-backtotop:hover i {
  transform: translateY(-2px);
}

@media (max-width: 575px) {
  .bpb-backtotop {
    width: 58px;
    height: 58px;
    right: 18px;
    bottom: 18px;
  }

  .bpb-progress-ring {
    width: 58px;
    height: 58px;
  }

  .bpb-backtotop span {
    top: 7px;
    left: 7px;
    width: 44px;
    height: 44px;
  }

  .bpb-backtotop i {
    font-size: 14px;
  }
}

/* =========================================================
   ADJUST SLIDER
========================================================= */

@media (max-width: 575px) {
	    .bpb-home-hero-content h2 {
        font-size: 20px;
        line-height: 1.12;
    }
	.bpb-home-hero {
        min-height: auto;
        padding: 50px 24px 45px;
    }
}
@media (max-width: 425px) {
.bpb-contact-btn {
    padding: 18px 10px;
    font-size: 11px;
	letter-spacing:0;
}
	
	    .bpb-service-content p,
	    .bpb-rampe-text p,
	.bpb-alu-text p,
	.bpb-alu-slogan {
        text-align: left;
    }
	}