/***************************************************************************/
/********** Style page Cookies ************************************/
/***************************************************************************/
* {
  margin: 0;
  padding: 0;
}
.cc {
  color: #333333;
}
.cc * {
  box-sizing: border-box;
}
.cc h1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #5d6c7e;
  margin: 15px 0;
}
.cc h2,
.cc h3 {
  color: #1369b4;
}
.cc h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.cc h3 {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 700;
}
.cc #euConsentManager .ei_titleblock {
  background: #F1F8FD;
  border: none;
  box-shadow: none;
}
.cc #euConsentManager .ei_gpblock_body {
  padding: 0;
}
.cc #euConsentManager .ei_titletext,
.cc #euConsentManager .ei_titletext span[lang] {
  color: #1369b4;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: none;
}
.cc #euConsentManager p,
.cc #euConsentManager p.doux {
  color: #333333;
}
.cc section > div {
  background: #F1F8FD;
  max-width: 1290px;
  width: 100%;
  padding: 20px;
  border-radius: 25px;
  margin: 30px 0;
}
.cc section > div x p,
.cc section > div ul li {
  font-size: 16px;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 768px) {
  .cc section > div x p,
  .cc section > div ul li {
    font-size: 14px;
  }
}
.cc section > div x p:last-child,
.cc section > div ul li:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=./cookies.css.map */