

*{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
body{
  margin: 0;
  font-family: "Lato", sans-serif;
}
.button_modal_cookie{
  background: #e30016;
  border-color: #e30016;
}
button:hover{
  color: #FFF;
}
button{
  cursor: pointer;
  background-color: #e30016;
  font: caption;
  padding: 10px 30px;
  border-radius: 10px;
  appearance: none;
  border: solid 1px #e30016;
  color: #3a3a3a;
  animation: 0.4s;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #ffff;
}
button:hover{
background-color: transparent;
animation: 0.4s;
}
.button_modal_req_cookie:hover{
  background-color: #242424;
  animation: 0.4s;
  }
.personal_cookie_button{
  cursor:pointer
}
.cookies-container{
  position: fixed;
  bottom: 0;
  background: #242424;
  width: 100%;
  height: 100px;
  z-index: 10000;
}
.cookies-container .cookie-content .cookies-pref{
  float: right;
  margin-right: 140px;
  margin-top: -73px;
}
.cookies-container .cookie-content{
  margin-left: 40px;
}
.cookies-container .cookie-content h5{
    color:#ffff;
    width: 50%;
    margin-top: 29px;
    font: 15px 'Open Sans';
}
.sidenav .content h3{
  margin: 10px 0;
  font-size: 18px;
  color: #3a3a3a;
  font-family: "Rubik", sans-serif;
}
.sidenav .content{
  overflow-y: scroll;
  height: 654px;
  margin-bottom: 0;
}
.sidenav {
opacity:0;
height: 100%;
width: 0;
position: fixed;
z-index:1;
top: 0;
left: -39px;
background-color: #ffff;
overflow-x: hidden;
transition: 0.5s;
padding-top: 26px;
padding-left: 57px;
padding-right: 10px;
z-index: 100000;
}
.sidenav .content::-webkit-scrollbar {

width: 10px;

height: 10px;

}
.sidenav .content::-webkit-scrollbar-thumb {

background: #e30016;

border-radius: 10px;

}
.sidenav .content::-webkit-scrollbar-thumb:hover {

background: #e30016;
}
.sidenav .log{border-bottom: solid 1px #18283b38;margin-bottom: 21px;padding-bottom: 12px;}
.sidenav a {padding: 8px 8px 8px 32px;text-decoration: none;font-size: 25px;color: #242424;display: block;transition: 0.3s;}

.sidenav a:hover {
color: #e30016;
}

.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}

@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
.log img{

  display: inline-block;
}
.sidenav .permis label{
display:block;
}

#mySidenav .content .doc{

padding: 0;

font-size: 13px;

border-bottom: solid 1px;

display: table;

color: #e30016;

margin-top: 5px;

font-weight: bold;
}
#mySidenav .content .doc:hover{
  color:#FFF;
}
#mySidenav .content p{
    color: #717171;
    font-family: "Rubik", sans-serif;
    font-size: 13px;
    line-height: 21px;
}

#mySidenav .plus_button{

display: table;

/* margin: 0 auto; */

margin-top: 24px;
}


#mySidenav .plus_button button{

/* margin: 0 12px; */
}


.sidenav .permis label{
  font: 14px 'ralewaythin', sans-serif;
  font-weight: bold;
  color: #717171;
  margin-bottom: 20px;
}
.fav{
float: right;
position: relative;
left: 65px;
top: 5px;
}
a{
  color:#fff;
}

input[type="checkbox"] {
  position: relative;
  width: 3rem;
  height: 23px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  outline: none;
  border-radius: 2.5rem;
  box-shadow: inset 0 0 0.5 gray;
  transition: all 0.45s ease-in-out;
  top: 7px;
  margin-left: 10px;
}

input:checked[type="checkbox"] {
  background-color: #e300168c;
}

input:not(:checked)[type="checkbox"] {
  background-color: #1827394f;
}

input[type="checkbox"]::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 21px;
  border-radius: 50%;
  background-color: #e30016;
  top: 1px;
  left: 0;
  transition: all 0.45s ease-in-out;
  transform: scale(1.1);
}

input:checked[type="checkbox"]::before {
  left: 27px;
}
