  #bottom-copyright {
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
    margin-top: 50px;
}

#bottom-copyright > p {
    text-align: center;
    font-family: Roboto;
}

#bottom-copyright > p > a {
    font-weight: bold;
    color: black;
    transition: all .2s ease-in-out;
}

#bottom-copyright > p > a:hover {
    font-weight: bold;
    color: #C6CA18;
}



/* PRIVACY POLICY CONTENT */

#privacy-policy-container{
    margin-left: 15%;
    margin-right: 15%;
    width: 70%!important;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 10vh;
    font-family: Roboto;
}

#logo-vybees-privacy {
    margin-top: 2vh;
    width: 100%;
    height: auto;
    text-align: center;
}

#logo-vybees-privacy > img{
    margin-top: 2vh;
    width: 40%;
}

h1{
    color: Black;
    font-weight: bolder;
    font-family: Roboto, sans-serif;
    font-size: 32px;
    text-align: center;
    margin-top: 0;
  }

  #update-date{
    text-align: center;
    margin-top: 0;
  }

  span{
    font-weight: bold;
  }

.privacy-content-section{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 4vh;
    margin-bottom: 6vh;
    text-align: justify;
  }


 .privacy-content-section > div > p{
    font-size: 18px;
  }

  .privacy-summary{
    margin-left: 5%;
  }

.privacy-summary > a{
    text-decoration: none;
    color: black;
    font-size: 18px;
    font-weight: bold;
    transition: color 0.3s;
}

.privacy-summary > a:hover{
    color: #C6CA18; /* Jaune lors du survol */
}

ul{
   font-size: 18px; 
}

h2{
    color: #C6CA18; /* Jaune lors du survol */
}

#googlepolicy{
    color: #C6CA18; /* Jaune lors du survol */
}


.mail-support, .backtotop > a{
    color: #C6CA18; /* Jaune lors du survol */
    transition: color 0.3s;
}

.mail-support:hover, .backtotop > a:hover{
    color: black; /* Jaune lors du survol */
}

#back-to-games {
    position: absolute;
    top: 120px;
    left: 18%;
}

.back-button {
    display: inline-block;
    text-decoration: none;
    padding: 8px 12px;
    background-color: #C6CA18;
    color: black;
    border-radius: 5px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    transition: background-color 0.3s;
    font-weight: bold;
}

.back-button:hover {
    background-color: black;
    color: #C6CA18; /* Jaune lors du survol */
}

.backtotop{
    text-align: center!important;
    padding-bottom: 3vh;
}





/* Responsive 1000px */

@media(max-width: 1000px){

#back-to-games {
    top: 140px;
    left: 8%;
}

h1{
    font-size: 26px;
  }

#privacy-policy-container{
    margin-left: 5%;
    margin-right: 5%;
    width: 90%!important;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 10vh;
    font-family: Roboto;
}

 .privacy-content-section > div > p{
    font-size: 14px;
  }

.privacy-summary > a{
    font-size: 14px;
}

ul{
   font-size: 14px; 
}

  #bottom-copyright {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 50px;
}

}




/* Responsive 500px */

@media(max-width: 500px){

#back-to-games {
    display: none;
}

#logo-vybees-privacy {
    margin-top: 4vh;
    width: 100%;
    height: auto;
    text-align: center;
}

#logo-vybees-privacy > img{
    margin-top: 0;
    width: 60%;
}

h1{
    font-size: 20px;
    width: 80%;
    margin-left: 10%;
  }

  .privacy-content-section{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 4vh;
    margin-bottom: 6vh;
    text-align: justify;
  }

}