@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
#block-popupcookieconsent {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 25vh;
  max-height: 400px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: white;
  display: none;
}
#block-popupcookieconsent .field--name-body ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 250px;
  margin: 30px auto 0;
  list-style: none;
  padding: 0;
}
#block-popupcookieconsent .field--name-body a.cta {
  display: inline-block;
  padding: 10px 15px;
  background-color: #8B2231;
  color: white;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  border-radius: 25px;
  border: solid #8B2231 1px;
  transition: all 0.5s ease-in-out;
}
#block-popupcookieconsent .field--name-body a.cta:hover {
  background-color: transparent;
  color: #8B2231;
}
#block-popupcookieconsent .field--name-body p {
  text-align: center;
  font-size: 1em;
  line-height: 150%;
}
#block-popupcookieconsent .field--name-body p a {
  font-size: 1rem;
}

@media screen and (min-width: 600px) {
  #block-popupcookieconsent {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 25vh;
    max-height: 400px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: white;
    display: none;
  }
  #block-popupcookieconsent .field--name-body {
    padding: 0 40px;
  }
  #block-popupcookieconsent .field--name-body p {
    font-size: 1.5em;
  }
}