.container-qualibat{
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: auto ;
    width: 100%;
}

.top-home{
    position: relative;
}

.image-home{
    width: 100%;
    height:464px;
}

.text-top-home{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100px;
}

.qualibat-rounded {
    border-radius: 50% !important;
    height: 300px;
    width: 300px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: white;
}

.qualibat-text-p{
    color: #fff !important;
    margin-bottom: 1rem !important;
}

.qualibat-text-h2{
    color: #fff !important;
    margin-bottom: 0.25rem !important;
}

.conteneur-realisation{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 1rem !important;
    margin-top: 1rem !important;
}

.conteneur-indices{
    padding-top: 0 !important;
}

.conteneur-chiffre-affaire-about{
    background-color: #ff5a30 !important;
    box-shadow: -1px -1px 2px rgba(255, 124, 65, 0.3), 1px 1px 2px rgba(157, 58, 31, 0.5), inset 7px -7px 14px rgba(157, 58, 31, 0.2), inset -7px 7px 14px rgba(157, 58, 31, 0.2), inset 7px 7px 14px rgba(255, 124, 65, 0.9), inset -7px -7px 18px rgba(157, 58, 31, 0.9);
    border-radius: 2rem !important;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    flex-direction: column;
    padding: 2rem 0;
}

.conteneur-chiffre-affaire-about h1{
    font-size: 78px;
    color: #fff;
}

.conteneur-chiffre-affaire-about p{
    font-size: 24px;
}

.conteneur-organigramme-about{
    display: flex;
    justify-content: center;
    align-items: center;
}

.conteneur-svg-about{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.conteneur-fournisseur{
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.conteneur-text-contact{
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.image-contact{
    background-position: 50% -100%; ;
}

.image-single-realisation{
    height: 650px;
}

.image-about{
    width: 100%;
    height: 450px;
}

.engagement-liste{
    list-style: none;
}

.engagement-texte{
    font-size: 28px;
    letter-spacing: 0.25rem;
}

.engagement-texte strong{
    font-size: 32px;
    color:  #ff5a30;
}

.ensemble-text-carrer{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.description-text-carrer{
    width: 475px;
    margin-bottom: 20px;
}

.lead-text{
    font-size: 16px;
}

@media (max-width: 764px) {

    .btn-home{
        font-size: 0.9rem;
    }

    .description-text-carrer{
        width: 330px;
        margin-bottom: 20px;
    }

    .image-home{
        width: 100%;
        height:270px;
    }

    .qualibat-rounded {
        height: 150px;
        width: 150px;
        margin-bottom: 1rem;
    }

    .qualibat-rounded img{
        width: 100px;
        height: 100px;
    }

    .presentation-svg svg{
        height: 221px;
    }

    .container-presentation-svg{
        padding-bottom: 0 !important;
    }

    .mobile-margin-bottom {
        margin-bottom: 1.5rem !important;
    }

    .image-single-realisation{
        height: 270px;
    }

    .image-about{
        width: 100%;
        height: 270px;
    }
}


/*
    Dashboard administration
*/
.box-login{
    border-radius: 2rem !important;
}

.main-container{
    height: 80vh;
}

.logo{
    width: 70%;
}

.main{
    color: black;
}

.block-card{
    border: none !important;
}

.offer-card{
    flex-direction: row !important;
    padding: 0 20px;
}

.offer-container{
    overflow-y: scroll;
    height: 75vh;
    max-width: 100%;
}

.offer-del{
    margin-top: 0;
    margin-left: 10px;
}

.item-offre{
    display: flex;
    flex-direction: row;
}

#cv-description{
    height: 200px;
}

@media (max-width: 440px) {


    .item-offre{
        padding: 10px 0;
        flex-direction: column;
    }

    .text-offre{
        width: 300px;
        margin-bottom: 20px;
    }
}