/*
_               _      _
| |_ ___ _ __   | |__ _| |_  __ _ _  _ ___
|  _/ _ \ '  \  | / _` | ' \/ _` | || / -_)
\__\___/_|_|_| |_\__,_|_||_\__,_|\_, \___|
                                 |__/
Copyright © Tous droits réservés Tom LAHAYE (tomlahaye.fr)
*/
html {
  height: 100%;
}
body{
  font-family: 'Poppins', sans-serif;
  min-height: 100%;
}
.information{
  font-family: 'Baloo Bhai 2', cursive;
}
#waves {
}
img.superpose {
   position:absolute;
   height: 100%;
   width: 100%;
}

.hide {
  display: none;
}

.shadow-raven {
filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.5));
}

.dropdown-item-link{
  border-radius:15px;
  background-color: #7A7A7A!important;
}
.dropdown-item-link-u{
  border-radius:15px;
  background-color: #E0E0E0!important;
}
.dropdown-text {
  color:#FFF;
}
.dropdown-item-link:hover .dropdown-text{
  color:#F8C031!important;
  background-color: #7A7A7A!important;
}
.dropdown-item-link-u:hover .dropdown-text{
  font-weight: 500;
  background-color: #E0E0E0!important;
}
.dropdown-toggle:after {
    display: none;
}


.cards{
    border:0px solid;
    border-color:#fff;
}

#checkboxes input[type=radio]{
  display: none;
}

#checkboxes input[type=radio]:checked + .cards{
    border:3px solid;border-color:white;
}
.notifications-link{
  color:#fff;
}
.notifications-link:hover{
  color:#F8C031!important;
}
