/*
#@squelettes/sites_v2/css/rgpd.less
*/
/* Couleurs */
/* Positionnement */
.inline {
  display: inline-block;
  vertical-align: top;
}
.inlineMiddle {
  display: inline-block;
  vertical-align: middle;
}
.block {
  display: block;
}
.pointer {
  cursor: pointer;
}
.relative {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.cacher {
  display: none;
}
.pleineLargeure  {
  width: 100%;
  margin: 0;
  max-width: 100%;
}
.largeurContenu {
  max-width: 1165px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
.flottant_droite {
  float: right;
}
.flottant_gauche {
  float: left;
}
.centrer {
  text-align: center;
}
/* Typos */
.uppercase {
  text-transform: uppercase;
}
.minuscule {
  font-size: 12px;
  line-height: 16px;
}
.petit {
  font-size: 13px;
  line-height: 18px;
}
.normal {
  font-size: 16px;
  line-height: 24px;
}
.moyen {
  font-size: 19px;
  line-height: 28px;
}
.grand {
  font-size: 26px;
  line-height: 36px;
}
.enorme {
  font-size: 38px;
}
.majuscules {
  text-transform: uppercase;
}
.italique {
  font-style: italic;
}
.justifie {
  text-align: justify;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
/* Effets */
.ombre {
  box-shadow: 0 0 5px #aaa;
}
.radius {
  border-radius: 6px;
}
/* Points de rupture */
/* RGPD */
#banniere-cookie {
  width: 100%;
  margin: 0;
  max-width: 100%;
  box-shadow: none;
  border: 0;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  /* Version tablette */
  /* Version smartphone */
}
#banniere-cookie .cicb_texte {
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  color: #4b3e48;
  max-width: 450px;
  margin: 0;
}
#banniere-cookie .cicb_boutons {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 50px;
}
#banniere-cookie .cicb_boutons a {
  text-transform: uppercase;
  background-color: white;
  font-size: 13px;
  line-height: 18px;
  border-radius: 0;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 7px 20px;
  border: 2px solid #e10f21;
  color: #4b3e48;
  width: auto;
  height: auto;
}
#banniere-cookie .cicb_boutons a:hover,
#banniere-cookie .cicb_boutons a.accepte {
  border-color: #4b3e48;
  background-color: #4b3e48;
  color: white;
}
@media screen and (max-width: 1024px) {
  #banniere-cookie .cicb_texte,
  #banniere-cookie .cicb_boutons {
    display: block;
    margin: 0 auto 10px;
    text-align: center;
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #banniere-cookie {
    width: 90%;
    padding: 5%;
  }
  #banniere-cookie .cicb_boutons a {
    display: block;
    margin: 0 auto 10px;
  }
}
