@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 */
#block-drakkar-2024-popup, #block-drakkar-2024-popup-2 {
  display: none;
  z-index: -1;
}
#block-drakkar-2024-popup.open, #block-drakkar-2024-popup-2.open {
  filter: blur(0) !important;
  top: 0;
  left: 0;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: var(--raphia);
  z-index: 1002;
  margin: 0 auto;
  background-color: var(--laine);
}
#block-drakkar-2024-popup.open a, #block-drakkar-2024-popup-2.open a {
  color: inherit;
}
#block-drakkar-2024-popup.open p, #block-drakkar-2024-popup-2.open p {
  margin: 0;
}
#block-drakkar-2024-popup .wrapper-content-btn, #block-drakkar-2024-popup-2 .wrapper-content-btn {
  box-sizing: border-box;
  padding: 5px 40px 5px 15px;
  margin: 0 auto;
  background-color: var(--pierre);
  text-align: center;
  position: relative;
}
#block-drakkar-2024-popup .wrapper-content-btn .btn-close, #block-drakkar-2024-popup-2 .wrapper-content-btn .btn-close {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  position: absolute;
  right: 15px;
  top: calc(50% - 9px);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  background-image: url(../images/btn-close.png);
  cursor: pointer;
}
#block-drakkar-2024-popup .wrapper-content-btn p, #block-drakkar-2024-popup-2 .wrapper-content-btn p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (min-width: 720px) {
  #block-drakkar-2024-popup .wrapper-content-btn p, #block-drakkar-2024-popup-2 .wrapper-content-btn p {
    font-size: 1rem;
  }
}