/* --------------------------   MAIN CSS   --------------------------- */


/* ------------------------------------------------------------------- */
/*                           STYLE : Autres
/* ------------------------------------------------------------------- */

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
    display: none;
}

/* Firefox */
html {
    scrollbar-width: none;
}

*,
::after,
::before {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Segoe UI', Arial, sans-serif;
    user-select: none;
    scrollbar-width: none;
}

body {
    width: 100%;
    height: 100vh;
    background-color: #000000 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.container {
    width: 100%;
    height: 100vh;
}


main {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    padding: 32px 0px;
}

/* ------------------------------------------------------------------- */
/*                           STYLE : a
/* ------------------------------------------------------------------- */

a {
    text-decoration: none;
}


/* ------------------------------------------------------------------- */
/*                              STYLE : pade de contact
/* ------------------------------------------------------------------- */

.div_ecrire_par_whatsapp {
    text-align: center; 
    font-size: 40px; 
    margin-bottom: 22px;
}

.ecrire_par_whatsapp {
    color: green;
    border-radius: 7px;
    background-color: lightgrey;
    padding: 3px 26%;
}

/* --------------------------   MAIN CSS   --------------------------- */

