html {
    scroll-behavior: smooth;
}

body
{
    margin: 0;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

/* Cookie */

.gelbody
{
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 200;
    background-color: rgba(25 25 25 / 80%);
    text-align: center;
}

.msgcookie
{
    height: 270px;
    width: 400px;
    background-color: rgb(255, 255, 255);
    border-radius: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -125px;
    margin-left: -225px;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}

.p1cookie
{
    margin-top: 25px;
    font-size: 26px;
}

.p2cookie
{
    margin-top: 25px;
    font-size: 22px; 
    line-height: 28px;
    color: rgb(117, 117, 117);
}

.ensavoirplus, .accepter
{
    position: absolute;
    height: 45px;
    width: 180px;
    padding-left: 0px;
    padding-right: 0px;
    outline: none!important;
    border: 0;
    background-color: transparent;
    font: 400 16px arial;
    bottom: 0;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 8px;
}

.ensavoirplus
{
    left: 0;
    margin-left: 25px;
    color: rgb(0, 0, 0);
    background-color: rgb(249, 249, 249);
}

.ensavoirplus:hover
{
    background-color: rgb(240, 240, 240);
}

.ensavoirplus:active
{
    background-color: rgb(237, 237, 237);
}

.accepter
{
    right: 0;
    margin-right: 25px;
    color: rgb(255, 255, 255);
    background-color: rgb(43, 128, 255);
}

.accepter:hover
{
    background-color: rgb(64, 140, 255);
}

.accepter:active
{
    background-color: rgb(67, 132, 231);
}


@media screen and (max-width: 600px)
{
    .msgcookie
    {
        height: 340px;
        width: 310px;
        background-color: rgb(255, 255, 255);
        border-radius: 25px;
        padding-left: 20px;
        padding-right: 20px;
        left: 50%;
        top: 50%;
        margin-left: -175px;
        margin-top: -170px;
    }

    .p1cookie
    {
        margin-top: 25px;
        font-size: 22px;
    }

    .p2cookie
    {
        margin-top: 25px;
        font-size: 16px; 
        line-height: 28px;
        color: rgb(117, 117, 117);
    }

    .ensavoirplus, .accepter
    {
        position: initial;
        height: 45px;
        width: 290px;
        padding-left: 0px;
        padding-right: 0px;
        outline: none!important;
        border: 0;
        background-color: transparent;
        font: 400 16px arial;
        margin-bottom: 20px;
        transition: all 0.3s ease-in-out 0s;
        border-radius: 8px;
    }

    .ensavoirplus
    {
        margin-top: 35px;
        margin-left: 0px;
        color: rgb(0, 0, 0);
        background-color: rgb(249, 249, 249);
    }

    .accepter
    {
        margin-right: 0px;
        color: rgb(255, 255, 255);
        background-color: rgb(43, 128, 255);
    }
}

/* Fin des cookies */

/* Pop up compte&connexion */

.gelbody2
{
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 200;
    background-color: rgba(25, 25, 25, 0.886);
    opacity: 1;
}

.popupcompte
{
    height: 400px;
    width: 320px;
    background-color: rgb(255, 255, 255);
    border-radius: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    margin-left: -160px;
    text-align: center;
}

.ppc_delet
{
    float: right;
    height: 30px;
    width: 30px;
    border: 0px solid black;
    border-radius: 100%;
    margin-top: 22.5px;
    margin-right: 20px;
    text-align: center;
    font: 400 30px arial;
    padding: 0;
    transition: all .3s ease-in-out 0s;
    cursor: pointer;
}

.ppc_delet:hover
{
    background-color: rgba(0, 0, 0, 0.14);
}

.ppc_pv
{
    float: left;
    font: 400 23px arial;
    text-align: left;
    margin-top: 20px;
    margin-left: 25px;
    width: 250px;
}

.ppc_prg
{
    float: left;
    font: 400 18px arial;
    text-align: left;
    margin-top: 20px;
    margin-left: 25px;
}

.ppc_form
{
    float: left;
    height: auto;
    width: auto;
    margin-left: 25px;
    margin-top: 15px;
    text-align: left;
}

.ppc_lab
{
    font: 400 14px arial;
}

.ppc_inpa, .ppc_inpb
{
    width: 238px;
    height: 40px;
    border: 1px solid  rgb(0, 0, 0);
    font: 400 16px arial;
    padding-left: 15px;
    padding-right: 15px;
}

.ppc_lab2
{
    float: left;
    margin-top: 10px;
    font: 400 14px arial;
}

.ppc_cuc
{
    border: 0;
    width: auto;
    padding: auto;
    background-color: transparent;
    color: rgb(0, 144, 185);
    font: 400 16px arial;
    margin-top: 26px;
}

.ppc_cuc:hover
{
    text-decoration: underline;
}

.ppc_sub
{
    float: right;
    margin-top: 20px;
    height: 35px;
    width: 100px;
    border: 0;
    background-color: rgb(0, 144, 185);
    color: rgb(255, 255, 255);
    font: 400 14px arial;
    border-radius: 8px;
}

/* Fin de Pop up compte */

/* Pop up alerte (fX) */

.alerte_msg_left
{
    position: fixed;
    height: 150px;
    width: 360px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 4px rgba(192, 192, 192, 0.586);
    background-color: rgb(255, 255, 255);
    z-index: 20;
    margin-top: 100px;
    margin-left: 30px;
    transition: all .2s ease-in-out 0s;
}

.alerte_msg_left:active
{
    padding: 10px;
    margin-top: 90px;
    margin-left: 20px;
}

.aml_delet
{
    float: left;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border-radius: 100%;
    text-align: center;
    font: 400 25px arial;
    margin-top: 5px;
    margin-left: 5px;
    padding: 5px;
    transition: all .3s ease-in-out 0s;
}

.aml_delet:hover
{
    height: 28px;
    width: 28px;
    font: 400 28px arial;
    padding: 3px;
    background-color: rgba(0, 0, 0, 0.111);
}

.aml_bull_div
{
    float: left;
    margin-top: 40px;
    margin-left: 5px;
    border: 0;
    height: 70px;
}

.aml_bull
{
    height: 70px;
    width:  auto;
}

.aml_p
{
    border: 0;
    float: left;
    width: auto;
    max-width: 190px;
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 0px;
    font: 400 12px arial;
    color: rgb(0, 0, 0);
}

.aml_p_strong
{
    font: 600 14px arial;
}


/* Fin de Pop up alerte (fX) */

a{
    color: inherit;
    text-decoration: none;
}

.a
{
    text-decoration: underline;
    color: rgb(43, 128, 255);
}

.aclass
{
    text-decoration: none;
    color: rgb(43, 128, 255);
}

.aclass:hover
{
    text-decoration: underline;
}

div{
    background: transparent;
}

image,img{
    background: transparent;
}

button{
    background: transparent;
    padding: 0;
}

/* The Header */

.div_special_help
{
    display: inline-block;
    height: 25px;
    width: 100%;
    background-color: rgb(174, 230, 246);
    color: rgb(83, 83, 83);
    position: fixed;
    text-align: center;
    z-index: 90;
}

.div_special_help p
{
    margin-top: 4px;
    font-size: 16px;
}

.header_div
{
    height: 70px;
    width: 100%;
    background-color: rgb(250, 250, 255);
    z-index: 90;
    position: fixed;
    text-align: center;
    margin-top: 0px;
}

@media screen and (max-width: 1024px)
{  
    .header_div
    {
        text-align: right;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.header_center
{
    transition: all .3s ease-in-out 0s;
    display: inline-block;
    border: 0;
    background-color: rgb(250, 250, 255); /* <=> important pour le z-index du menu! */
    width: auto;
}

@media screen and (max-width: 1024px)
{
    .header_center
    {
        transition: all .3s ease-in-out 0s;
        display: inline-block;
        border: 0;
        width: 100%;
    }
}

.header_center:hover
{
    margin-left: 0px;
}

.div_logo_titre
{
    float: left;
    height: 25px;
    min-width: 180px;
    width: auto;
    max-width: 310px;
    border: 0;
    margin-left: 25px; /* 90px */
    margin-top: 22.5px;
}

@media screen and (max-width: 1024px)
{ 
    .div_logo_titre
    {
        float: left;
        height: 25px;
        min-width: 180px;
        width: auto;
        max-width: 310px;
        border: 0;
        margin-left: 25px; /* 90px */
        margin-top: 0px; /* @ */
    }
}

.image_logo
{
    float: left;
    height: 25px;
    width: auto;
}

.dlt_h1
{
    float: left;
    font: 400 25px Helvetica;
    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 0;
}

.dlt_em
{
    font: 400 10px Helvetica;
}

.div_noll
{
    float: left;
    border: 0;
    margin-top: 29px;
    margin-left: 50px;
    height: 15px;
    font: 400 15px arial;
    background-color: transparent;
}

.horizontal-list
{
    margin: 0;
    padding: 0;
}

.horizontal-list li
{
    color: rgb(160, 170, 176);
    margin-top: 0;
    margin-right: 25px;
    display: inline;
    text-decoration: none;
    transition: all .3s ease-in-out 0s;
}

.horizontal-list li:hover
{
    color: rgb(0, 0, 0);
}

.hllifocus
{
    color: rgb(0, 0, 0);
}

.diplay_format_pc
{
    float: left;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 25px;
}

.input_conect
{
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 8px;
    border: 0;
    color: rgb(255, 255, 255);
    font: 400 14px arial;
    outline: none;
    transition: all .3s ease-in-out 0s;
    background-color: rgb(43, 128, 255);
}

.input_conect:hover
{
    background-color: rgb(66, 133, 233);
}

.input_conect:active
{
    background-color: rgb(67, 123, 206);
}

.div_compte /* Session isset */
{
    height: 40px;
    width: 180px;
    border-radius: 8px;
    border: 1px solid rgb(188, 188, 188);
    background-color: transparent;
    color: rgb(0, 0, 0);
    font: 400 14px arial;
    outline: none;
    transition: all .3s ease-in-out 0s;
}

.div_compte:hover /* Session isset */
{
    border: 1px solid rgb(0, 0, 0);
}

.div_c_logo
{
    float: left;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    margin-left: 6px;
    margin-top: 4px;
    background-color: rgb(186, 186, 186);
    overflow: hidden;
}

.div_c_logo_img
{
    height: 32px;
    margin-top: 0px;
}

.div_c_name
{
    float: left;
    height: 22px;
    width: 110px;
    margin-left: 10px;
    margin-top: 11px;
    background-color: rgba(242, 242, 242, 0);
    overflow: hidden;
    font: 400 18px arial;
    color: rgb(53, 53, 53);
    text-align: center;
}

@media screen and (max-width: 1220px)
{  
    .diplay_format_pc
    {
        display: none;
    }
}
    
.div_button_menu{
    opacity: 0.5;
    display: none;
}

.diplay_format_mobil
{
    display: none;
}

@media screen and (max-width: 1024px)
{  
    /* Styles pour le bouton du menu */
    .div_button_menu
    {
        float: right;
        width: 25px;
        height: 25px;
        border: 0;
        margin-right: 25px;
        color: rgb(0, 0, 0);
        margin-top: 0;
        opacity: 1;
        display: inline;
    }

    .menu-button { /* icon global */
        background: none;
        border: none;
        cursor: pointer;
        font-size: 24px;
        color: white;
        outline: none;
        width: 25px;
        color: rgb(0, 0, 0);
        transition: right 0.3s ease;
    }

    /* Styles pour cacher l'icône des barres horizontales */
    .menu-button .icon-bars.hidden {
        display: none;
    }

    /* Styles pour afficher l'icône de la croix */
    .menu-button .icon-cross.visible {
        display: inline-block;
        transition: right 0.3s ease;
    }

    /* Styles pour le menu */
    #menu { /* => .div_noll */
        position: fixed;
        top: 0;
        right: -270px; /* Déplacez le menu en dehors de la vue */
        width: 270px;
        margin-top: 0px;
        height: 100%;
        background-color: rgb(250, 250, 250);
        color: rgb(0, 0, 0);
        padding: 0px;
        transition: right 0.3s ease; /* Ajoutez une transition pour le déplacement horizontal du menu */
        z-index: -10;
        overflow-x: hidden;
    }

    #menu ul {
        list-style-type: none;
        padding: 0;
        margin-top: 70px; /* De la div du haut */
        font: 600 16px arial;
        z-index: 90;
    }

    /*#menu ul li {

    }*/

    /* Styles pour afficher le menu lorsque la classe 'show' est présente */
    #menu.show {
        right: 0; /* Affichez le menu en le faisant glisser de droite à gauche */
    }

    /* Styles pour cacher les barres lorsque le menu est ouvert */
    #menu.show .menu-button .icon-bars {
        display: none;
    }

    /* Styles pour afficher la croix lorsque le menu est ouvert */
    #menu.show .menu-button .icon-cross {
        display: inline-block;
    }

    /* Cacher l'icône de la croix initialement */
    .icon-cross {
        display: none;
    }

    /* Styles pour la liste du menu */

    .horizontal-list li
    {
        text-align: left;
        color: rgb(0, 0, 0);
        margin-top: 0px;
        display: flex;
        text-decoration: none;
        transition: all .3s ease-in-out 0s;
        border-bottom: 1px solid transparent;
        padding-top: 20px;
        padding-bottom: 15px;
        height: 30px;
        width: 250px;
        background-color: transparent;
        padding-top: 12px;
        padding-bottom: 2px;
        padding-left: 20px;
    }

    .horizontal-list li:hover
    {
        color: rgb(65, 70, 72);
    }

    .horizontal-list li a
    {
        width: 250px;
    }

    /* New button de conect et ...compte */

    .diplay_format_mobil
    {
        display: flex;
        position: absolute;
        bottom: 0;
        margin-bottom: 15px;
        margin-left: 8px;
        margin-right: 0px;
        z-index: -1;
    }

    .input_conect, .div_compte
    {
        width: 250px;
        height: 50px;
        font: 400 14px arial;
        outline: none;
        transition: all .3s ease-in-out 0s;
    }

    .input_conect
    {
        padding-left: 0px;
        padding-right: 0px;
        border-radius: 8px;
        border: 2px solid rgb(43, 128, 255);
        background-color: transparent;
        color: rgb(43, 128, 255);
    }

    .input_conect:hover
    {
        background-color: rgba(0, 0, 0, 0.042);
    }

    .div_compte /* Session isset */
    {
        border-radius: 25px;
        border: 2px solid rgb(188, 188, 188);
        background-color: rgba(255, 255, 255, 0);
        color: black;
    }

    .div_compte:hover /* Session isset */
    {
        border: 2px solid rgb(0, 0, 0);
    }

    .div_c_logo /* ***  2ieme *** */
    {
        float: left;
        height: 32px;
        width: 32px;
        border-radius: 100%;
        margin-left: 12px;
        margin-top: 8px;
        background-color: rgb(242, 242, 242);
        overflow: hidden;
    }

    .div_c_logo_img  /* ***  2ieme *** */
    {
        height: 32px;
        margin-top: 0px;
    }

    .div_c_name  /* ***  2ieme *** */
    {
        float: left;
        height: 22px;
        width: 110px;
        margin-left: 14px;
        margin-top: 15px;
        background-color: rgba(242, 242, 242, 0);
        overflow: hidden;
        font: 400 18px arial;
        color: rgb(79, 79, 79);
        text-align: left;
    }
}