*
{
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}

.container
{
    background-color: #040721;
    font-family: 'Poppins';
    padding: 15px;
}

.contenu_page
{
    font-family: "Poppins", serif;
    padding: 20px 10px;
}

.contenu_page p
{
    margin-bottom: 18px;
}

.photo_optin
{
    width: 100%;
    margin-bottom: 10px;
}

.ligne-logo
{
    padding: 20px;
}

.ligne-logo img
{
    max-width: 75px;
    margin: auto;
    display: block;
    
}

.d-flex
{
    display: flex;
    flex-direction: column;
}

.colonne1
{

}

.titre-bleu
{
    color: rgb(24, 187, 249);
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}

.titre
{
    font-size: 22px;
    text-align: center;
    color: white;
    font-weight: 700;
    line-height: 1.3em;
}

.titre-small
{
    font-size: 15px;
    color: white;
    text-align: center;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 15px;
}

.liste
{
    padding-left: 30px;
}

.liste .point
{
    font-size: 15px;
    color: white;
    margin-bottom: 10px;
    line-height: 1.4;
}

.liste .point i
{
    position: absolute;
    left: 15px;
}

.bouton-bleu
{
    margin-top: 15px;
    background: rgb(24, 187, 249);
    background: linear-gradient(225deg, rgba(24, 187, 249, 1) 0%, rgba(7, 148, 250, 1) 100%);
    border-radius: 5px;
    box-shadow: 0px 5px 30px rgba(24,187,249,0.4);
    transition: all 0.3s ease 0s;
    padding : 20px 15px;
}

.bouton-bleu .main-text
{
    color: white;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.bouton-bleu .main-text i 
{
    margin-right: 5px;
}

.bouton-bleu .petit-text
{
    font-size: 10px;
    color: white;
    opacity: 0.7;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.colonne2 img
{
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
}

.popup
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.popup .fond_popup
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.2;
}

.popup .contenu_popup
{
    background-color: white;
    width: 95%;
    height: fit-content;
    z-index: 10;
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px 10px;
    font-family: "Libre Baskerville", serif;;
}

.contenu_popup h1
{
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;

}

.contenu_popup input
{
    width: 100%;
    padding: 12px 0px;
    outline: none;
    text-indent: 10px;
    appearance: none;
    font-size: 14px;
    line-height: 21px;
    border-color: rgb(176, 186, 202);
    border-style: solid;
    border-width: 1px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    direction: unset;
    margin-bottom: 10px;
}

.contenu_popup .text-small
{
    font-size: 12px;
    color: rgba(121, 121, 121, 1);
    text-align: center;
}

.contenu_popup  .bouton-bleu
{
    margin-bottom: 10px;
    border: none;
}



