

*{
  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: #18293b;
  border-color: #18293b;
}
button{
  cursor: pointer;
  background-color: #bababa;
  /* font: 15px 'ralewaythin', sans-serif; */
  padding: 10px 30px;
  border-radius: 20px;
  appearance: none;
  border: solid 1px #bababa;
  color: #262626;
  animation: 0.4s;
  font: 14px "montserrat-bold";
}
button:hover{
background-color: #BB7339;
border-color: #BB7339;
animation: 0.4s;
color: #ffff;
}
.personal_cookie_button{
  cursor:pointer
}
.cookies-container{
  position: fixed;
  bottom: 0;
  background: #484848;
  width: 100%;
  height: 100px;
  display: block !important;
  z-index: 1000;
}
.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: 14px "open-sans";
}
.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: #18293b;

border-radius: 10px;

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

background: #18293b;
}
.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: #18293b;display: block;transition: 0.3s;}

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

.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;background: #262626;padding: 10px 10px;}
.sidenav .permis label{
display:block;
}

#mySidenav .content .doc{
  
padding: 0;
  
font-size: 13px;
  
border-bottom: solid 1px;
  
display: table;
  
color: #ec0089;
  
margin-top: 5px;
  
font-weight: bold;
}
#mySidenav .content .doc:hover{
  color:#18283b;
}
#mySidenav .content p{
    line-height: 25px;
}

#mySidenav .plus_button{
  
display: table;
  
/* margin: 0 auto; */
  
margin-top: 24px;
}


#mySidenav .plus_button button{
  
/* margin: 0 12px; */
}


.sidenav .permis label{
  font: 15px 'ralewaythin', sans-serif;
  font-weight: bold;
  color: #18283b;
  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;
}

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

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

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

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