.domestic {
    padding: 30px 50px;
    border-radius: 30px;
    text-align: center;
    background-color: #00aeef;
    height: 100%;
}

.domestic h3 {
    font-weight: bold;
    color: #012a48;
    padding-top: 24px;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
}

.domestic p {
    color: white;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    font-weight: 400;
}

.domestic.commercial {
    background-color: #012a48;
}

.domestic.commercial h3 {
    color: #fbba00;
}

.domestic .img-container img {
    width: 250px;
    height: 180px;
    border-radius: 15%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}

.jaune {
    color: #fbba00;
}

.bleu-clair {
    color: #00aeef;
}

.bleu {
    color: #012a48;
}
.social-home a:hover{background-color:#00aeef}
.social-mail a:hover{background-color:#fbba00}
.social-insta a:hover{background-color:#833AB4}
.social-whatsapp a:hover{background-color:#25D366}

footer .text-reset {
    display: block;
}

.fs-18 p{
    font-size: 18px;
}

[data-notify="container"].alert-success, [data-notify="container"].alert-danger {
    color: white !important;
}