﻿.parallax-container .parallax img {

    /*bottom: -300px !important;*/
}

html {

    background: unset !important;
    /*background-color: #ffc107bf !important;*/
}

.card .flow-text{
    font-size:1rem;
}

#pll_img2,
#pll_img {
    opacity: 0.9;
    width: 100%;
    height: auto;
}

.parallax-container .header,
.parallax-container .service {
    color: black;
    font-weight: 700;
}

#img_besoin,
#img_client{
    width: 100%;
}

.img_section_2{
    height:160px;
    width:100%;
}

.btn_je_reserve {
    padding: 13px;
    cursor: pointer;
    background-color: var(--bleufonce);
    color: white;
    font-weight: 700;
    font-size: x-large;
    border-radius: 25px;
}

#div_je_reserve_livraison {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 610px){
    #div_je_reserve_livraison{
        display:flex;
    }
}