/* --- RÉSEAUX SOCIAUX --- */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

.social-network a.icoInstagram:hover { background-color: #ac2bac; }
.social-network a.icoFacebook:hover { background-color: #3B5998; }
.social-network a.icoTwitter:hover { background-color: #33ccff; }

.social-network a.icoInstagram:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i {
    color: #fff;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    border-radius: 40%;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    background-color: #D3D3D3;
}

.social-circle li i {
    margin: 0;
    line-height: 40px;
    text-align: center;
    color: #fff;
    transition: all 0.8s;
}

.social-circle li a:hover i {
    transform: rotate(360deg);
    transition: all 0.2s;
}

/* --- NAVIGATION --- */
.navbar-nav a, .navbar-brand {
    color: #fff !important;
    margin: 0 5px;
}

/* --- DESIGN GÉNÉRAL --- */
body {
    background: #f4f4f4;
    min-height: 100vh;
}

.banner {
    background: linear-gradient(to right, #373b44, #0b8793, #373b44);
}

.bg-cover {
    background-size: cover !important;
    background-position: center;
}

/* --- ELEMENTS SPECIFIQUES --- */
#button-addon2 { color: #ffffff; }
#button-addon1 { color: #ffc371; }
i { color: #ffffff; }
div h6 { color: #ffffff; }

.form-control::placeholder {
    font-size: 0.95rem;
    color: #aaa;
    font-style: italic;
}

.sent-notification {
    color: forestgreen;
    font-weight: bold;
}
/* --- BOUTON WHATSAPP ULTRA-FORCE --- */
.botan-whatsapp {
    position: fixed !important;
    width: 60px !important;
    height: 60px !important;
    bottom: 30px !important;
    right: 30px !important;
    background-color: #25d366 !important;
    border-radius: 50px !important;
    box-shadow: 2px 5px 15px rgba(0,0,0,0.4) !important;
    z-index: 9999999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    visibility: visible !important;
}

/* On force l'icône à l'intérieur quoi qu'il arrive */
.botan-whatsapp i {
    color: #ffffff !important;
    font-size: 35px !important;
    display: inline-block !important;
    visibility: visible !important;
    font-family: "FontAwesome" !important;
}

.botan-whatsapp:hover {
    transform: scale(1.1);
    background-color: #128c7e !important;
}

@media screen and (max-width: 767px) {
    .botan-whatsapp {
        width: 50px !important;
        height: 50px !important;
        bottom: 20px !important;
        right: 20px !important;
    }
    .botan-whatsapp i {
        font-size: 28px !important;
    }
}
