.logo-cdec{
    height: 116px;
    width: auto;
}
.img_partenaire{
    display: block;
}
.text-manou{
    color: #108ac4;
}

.bg-manou{
    background: #108bc40d;
}

.border-manou{
    border-color: #108ac4 !important;
}

.btn-outline-manou{
    color: #108ac4;
    border-color: #108ac4;
}

.bg-manoux{
    background: #108ac4;
}

html {
  scroll-padding-top: 180px !important;
}

.donate{
    background: linear-gradient(rgba(0, 29, 35, 0.8), rgba(0, 29, 35, 0.8)), url('../img/carousel-2.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;

}


@media screen and (max-width:470px){
    .logo-cdec{
        height: 90px;
        width: auto !important;
    }

    .pdescrip{
        font-size: 15px !important;
    }

    .divimgpart{
        padding: 0 !important;
        width: 100%;
        overflow: hidden;
    }
    .img_partenaire{
        width: 100%;
    }
    .img1portrait{
        padding: 0 !important;
    }
    .img2portrait{
        display: none;
    }
}