html{
        background-color: #fafafa;
        background-image: url("/public/assets/img/background.jpg");
        height: 215px; /* You must set a specified height */
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */  
}

.lienHp, a.lienHp, a:hover.lienHp{
    text-decoration: none;
    color: black;
    font-size: 13px;
}

mark {
    color: #fafafa;
    background-color: red;
    padding: 4px;
}

a:link, .lien {
color: white;
}

mark :hover {
    color: white;
}

hr{ border: 0;}

#imgH{
    
    position: relative;
    max-width: 150px;
    border: 1px solid white;
    height: auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    
    animation: bounce 0.7s ease infinite;
    animation-iteration-count: 1;
    }
    
    @keyframes bounce{
         from {top: -50px;}
         50%  {top: 20px;}
         to   {top: 0;}
    }
      
        body, html, div, p, h1, h2, h3, div, span {
        font-family: "Poppins",Arial,sans-serif;
        color: black;
        padding: 0;
        margin: 0;
    }
    
    
    input, .button{
        text-decoration: none !important;
        padding: 10px;
        background-color: white;
        font-family: "Poppins",Arial,sans-serif;
        color: black;
        cursor: pointer;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border: 1px solid grey;
        margin: 10px 0;
    }
    
    a:hover, .button:hover{
    color: white;
    text-decoration: none;
    border: 0px;
    }
    
    
    .button:hover {
          background-color:#e30613;
          color: white;
          transition: 0.7s;
          border: 1px solid grey;
      }
    
    
    h1{
        color: black;
        font-size: 14px;
        padding: 10px;
        text-shadow: -1px 0px 0px rgba(255, 255, 255, 1);
        letter-spacing: 10px;
    }
    
    
    #homePage{
    
        width: 100%;
        height: 100%;
    }
    
    #container{
        color: black;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }


#containBouton a {
    text-decoration: none;
}


/* COOKIES */

#naptha_container0932014_0707{

    position: fixed;
    bottom: 0;
}

.privacypolicies-com---palette-dark.privacypolicies-com---nb{
    position:fixed;
    bottom: 0;
}


/* Page contact */

    #containerContact{
        /* left: 50%;
        right: auto; */
        text-align: center;
        padding: 50px;
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

  
    h2{ font-size: 16px;}
    p{ font-size: smaller;
    color:rgba(255, 255, 255, 1)black;}



    /* home quiz */
@media only screen and (max-width: 600px) {

    #containerContact{

        margin: 0;
        max-width: fit-content;
        text-align: center;
        /* margin: 0 2em; */
        width: 600px;
    }


}