.line-footer-logos .content img {
    text-align: center;
    float: none !important;
}

.line.line-campagne-msg{
    padding-top:15px;
    padding-bottom:15px;
    background-color:#e5e8e8
}
.line.line-campagne-msg p{
    color:var(--secondary, #004652);
    font-family:Barlow;
    font-size:17px;
    font-style:italic;
    font-weight:500;
    line-height:normal;
    margin-bottom:0;
}
.line.line-campagne-msg img{
    width:200px;
    max-height:80px !important;
    -o-object-fit:contain;
    object-fit:contain
}
@media screen and (max-width: 767px){
    .line.line-campagne-msg img{margin-top:15px}
}
@media screen and (min-width: 991px){
    .line.line-campagne-msg img{margin-left:25px}
}
