/*** SURCHARGE BANDEAU COOKIE
Une partie est gérée en back-office via la page
/admin/config/system/eu-cookie-compliance/settings ***/
#sliding-popup .eu-cookie-compliance-banner{
  margin: auto;
}
#sliding-popup .eu-cookie-compliance-banner .decline-button{
  float: right;
  margin: 0 0;
  border: unset;
  border-radius: unset;
  background-color: #fdefef;
  background-image: none;
}
#sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-buttons{
  width: 33%;
}
#sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-buttons .agree-button {
  width: 100%;
  padding: 15px;
  color: white;
  background-color: #174193;
}
#sliding-popup{
  margin-left: 15%;
  width: 70% !important;
}
#sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-buttons .refus-button {
  width: 100%;
  padding: 15px;
  color: #174193;
  border: solid 1px #174193;
  background: none;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  clear: both;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

.cookies_form .btn-valider {
  background: #174294;
  border-color: #174294;
  color: #fff;
  width: 100%;
  border-radius: 0;
  margin-bottom: 50px;
  margin-top: 50px;
}
.cookies_form h2, .cookies_form div {
  color: #174294;
}

.cookies_form .reseaux-cookies legend{
  width: auto;
  border-bottom: none;
  float: left;
  margin-right: 30px;
  width: 80px;
  color: #174294;
}
.cookies_form .mesure-cookies legend{
  width: auto !important;
  font-size: 18px;
  line-height: 2;
}

.cookies_form .reseaux-cookies .checkbox, .radio {
  display: inline-block !important;
  color: #174294;
}



@media screen and (max-width: 600px) {
  #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-buttons{
    width: 100%;
  }
}

@media screen and (min-width: 600px) and (max-width: 1150px){
  #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-buttons{
    width: 33%;
    display: contents;
  }
}

