
#footerView {
    position: relative;
    margin: 0;

    background: url('https://static.vecteezy.com/ti/vecteur-libre/p1/2928113-pointille-monde-map-vector-template-for-website-infographics-design-flat-illustration-vectoriel.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 1000;

}

#footerView::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
    background: linear-gradient(66deg, rgba(7, 12, 20, 0.999), rgba(0, 12, 31, 0.966));
    background-image: linear-gradient(70deg, var(--bleu-clair), var(--bleu-clair), rgb(96, 66, 124));
    opacity: 0.9888;
}

#footerView .content {
    position: relative;
    width: 1060px;
    margin: auto;
    z-index: 5;
}

#footerView .titre {
    position: relative;
    width: 100%;

    padding: 45px 0;
    border-bottom: 3px solid var(--blanc);
    margin-bottom: 50px;
    margin-top: 75px;
}

#footerView .titre h2 {
    position: relative;
    width: 70%;
    font-size: 35px;
    font-weight: 700;
    color: var(--blanc);

}

#footerView .titre h2 span {
    position: relative;
    font-size: 115px;
    font-weight: 700;
    color: var(--orange);
    display: inline-block;
    margin-bottom: 0px;
    padding: 0px;
    height: 60px;
    overflow: hidden;
}

#footerView .items {
    position: relative;
    width: 100%;
    margin: 0 !important;

    padding: 75px 0;
    margin-top: 50px;

    display: flex;
    justify-content: space-between;
}

#footerView .items .item {
    position: relative;
    width: 32%;
}

#footerView .items .item h2 {
    position: relative;
    font-size: 20px;
    font-weight: 550;
    color: var(--orange);
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 20px;
}



#footerView .items .item.apropos {
    /******* Apropos *****/
    padding-right: 5px;
    padding-left: 0;
}

#footerView .items .item.apropos h2 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: var(--blanc);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

#footerView .items .item.apropos .details p {
    font-size: 14px;
    text-align: justify;
    color: #fff;
    padding-bottom: 6px;
    border-bottom: dotted 1px rgba(224, 224, 224, 0.3);
    margin-bottom: 6px;
}

#footerView .items  .details .links{
    position: relative;
    width: 100%;

    display: flex;
    flex-direction: column;
    margin-top: -10px;
}
#footerView .items  .details .links a{
    position: relative;
    font-size: 16px;
    color: rgb(230, 230, 230);
    display: flex;
    align-items: center;
}
#footerView .items  .details .links a::before{
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: "";
    background-color: var(--blanc);
    margin-right: 6px;
}


#footerView .items  .reseaux {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    width: auto;
}

#footerView .items  .reseaux a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    border-radius: 5px;
    /* background-color: rgb(94, 94, 94); */
    color: #fff;
    margin-right: 10px;
    transition: ease all 0.2s;
    /* border: 1px solid rgba(189, 189, 189, 0.2); */
    text-decoration: none;
    font-size: 20px;
}

#footerView .items .reseaux a.facebook:hover {
   color: #163c95;
}

#footerView .items .reseaux a.twitter:hover {
    color: #4fa7f5;
}

#footerView .items .reseaux a.linkedin:hover {
    color: #2542c5;
}

#footerView .items .reseaux a.youtube:hover {
    color: #f51f1f;
}





#footerView .items .item.coordonnees {
    /******* Les coordonnées  ***/
    position: relative;
}

#footerView .items .item.coordonnees p {
    position: relative;
    width: 100%;
    display: flex;
    margin-bottom: 8px;
}

#footerView .items .item.coordonnees p span.icon {
    position: relative;
    margin-right: 15px;
    width: 25px !important;
    height: 25px !important;
    background-color: var(--rouge);
    color: #fff;
    border: 1px solid var(--orange);
    padding: 6px;

    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

#footerView .items .item.coordonnees p span.text {
    display: inline-block;
    margin-left: 6px;
    font-size: 16px;
    color: rgb(224, 224, 224);
    width: 80%;
}


#footerView .items .item.newsletter {
    /******* Newsletter  ***/
    position: relative;
    /* border: 1px solid rgb(0, 255, 149); */
    padding-left: 10px;
}

#footerView .items .item.newsletter h3 {
    position: relative;
    font-size: 20px;
    color: #fff;
    font-weight: 550;
}




#footerView .items .item.newsletter .email-box {
    /******* Newsletter  ***/
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

#footerView .items .item.newsletter .email-box span.icon {
    background-color: gray;
    width: 50px;
    height: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footerView .items .item.newsletter .email-box input {
    flex-grow: 1;
    /* width: 170px; */
    height: 50px;
    display: flex;
    padding-left: 7px;
    justify-content: center;
    align-items: center;
    outline: 0;
    border: none;

}

#footerView .items .item.newsletter .email-box button {
    background-color: var(--vert);
    color: #fff;
    width: 100px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;

    outline: 0;
    border: none;
    transition: ease-in all 0.3s;
}

#footerView .items .item.newsletter .email-box button:hover {
    background-color: #460910;
}

#footerView .items .item.newsletter .box {
    position: relative;
    display: block;
    width: 100%;
    border: 4px solid var(--bleu);
    border-radius: 12px;
    padding: 1px;
}

#footerView .items .item.newsletter .caption {
    position: relative;
    width: 100%;
    border: 6px solid rgb(24, 24, 41);
    border-radius: 12px;
    padding: 12px;
}

#footerView .items .item.newsletter .caption p {
    position: relative;
    width: 100%;
    font-size: 16px;
    color: lightgray;
}

#footerView .items .item.newsletter .caption p b {
    color: var(--orange);
    font-weight: 600;
}






/*********************************************************************************************/
/************************************************* Copyright     ****************************/

#footerView .copyright {
    position: relative;
    width: 100%;
    padding: 30px 0;

    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: rgb(0, 0, 0); */
    border-top: 1px solid rgba(189, 189, 189, 0.2);
    z-index: 10;
}

#footerView .copyright p {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: rgb(231, 231, 231);
}

#whatsapp-button {
    position: fixed;
    display: none;
    bottom: 15px;
    transform: scale(0.5);
    opacity: 0;
    right: -10px;
    transition: ease 0.3s all;
}
#whatsapp-button.active {
    display: block;
    z-index: 1000000 !important;
    transform: scale(1.0);
    opacity: 1;
    right: 15px;
}
  
#whatsapp-button a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;

    z-index: 3 !important;
}

#whatsapp-button img {
    position: relative;
    width: 100%;
    height: 100%;

    z-index: 4 !important;
}

/* Pseudo-elements for animated effect */
#whatsapp-button a .animated-circle{
    display: block;
    content: '';
    position: absolute;
    border: 2px solid #25d366; /* WhatsApp green */
    border-radius: 50%;
    animation: pulse 1.6s infinite ease-in-out;
    opacity: 1;
    background-color: var(--blanc);

    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
} 

       

        /* Keyframes to animate the border effect */
        @keyframes pulse {
            0% {
                transform: scale(0);
                opacity: 1;
            }
            50% {
                transform: scale(1.1);
                opacity: 0.5;
            }
            100% {
                transform: scale(0);
                opacity: 1;
            }
        }
/*******************************************   Responsive  ********************/

@media screen and (max-width: 1520px) {}

@media screen and (max-width: 1400px) {
    #footerView .content {
        position: relative;
        width: 1150px;
        margin: auto;
        z-index: 5;
    }

}

@media screen and (max-width: 1200px) {

    #footerView .content {
        position: relative;
        width: 90%;
        margin: auto;
        z-index: 5;
    }

    #footerView .titre {
        position: relative;
        width: 100%;
        padding: 105px 0;
        border-bottom: 5px solid var(--blanc);
        margin-bottom: 100px;
    }
    #footerView .titre h2 {
        position: relative;
        width: 80%;
        font-size: 35px;
        font-weight: 650;
        color: var(--blanc);
    }

    #footerView .items {
        position: relative;
        width: 100%;
        margin: 0 !important;
        padding: 75px 0;
        margin-top: 50px;
    }
    #footerView .items .item {
        position: relative;
        width: auto;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 1024px) {
    #footerView .titre h2 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: auto;
        text-align: center;
        font-size: 60px;
    }

    #footerView .titre h2 span {
        position: relative;
        font-size: 90px;

        display: block;
    }
}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 768px) {

    #footerView .titre h2 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: auto;
        text-align: center;
        font-size: 40px;
    }

    #footerView .titre h2 span {
        position: relative;
        font-size: 85px;

        display: block;
    }

    #footerView .items .item {
        position: relative;
        width: 95%;
        margin-bottom: 40px !important;
        border-bottom: 2px solid var(--bleu);
        padding: 0;
        padding-bottom: 20px;
    }

    #footerView .items .item:last-child {
        border-bottom: 0px solid var(--bleu);
        padding: 0 !important;
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }

    #footerView .items .item h2 {
        position: relative;
        font-size: 17px;
    }

    #footerView .items .item.apropos {
        /******* Apropos *****/
        padding-right: 0px;
        border: 1px solid red;
    }

    #footerView .items .item.services {
        position: relative;
        /* border: 1px solid yellow; */
        padding-left: 0px;
        padding-right: 0px;
    }

    #footerView .items .item.apropos .reseaux a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        background-color: rgb(94, 94, 94);
        color: #fff;
        margin-right: 10px;
        transition: ease all 0.2s;
        /* border: 1px solid rgba(189, 189, 189, 0.2); */
    }

    #footerView .items .item.coordonnees p span.icon {
        position: relative;
        margin-right: 12px;
        width: 35px !important;
        height: 30px !important;
        background-color: var(--rouge);
        color: #fff;
        border: 1px solid var(--orange);
        padding: 6px;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    #footerView .items .item.coordonnees p span.text {
        display: inline-block;
        margin-left: 6px;
        font-size: 14px;
        width: 90%;
    }

    #footerView .copyright p {
        font-size: 11px;
    }
}

@media screen and (max-width: 599px) {}
