@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 */
/* center vertically */
/* 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" /> */
#block-popuphumanify {
  position: fixed;
  top: 20px;
  left: 20px;
  width: calc(100vw - 40px);
  height: calc(100vh - 40px);
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  z-index: 1000;
  overflow-y: scroll;
}
#block-popuphumanify .btn-close {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-image: url(../images/btn-close-popup.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center center;
}
#block-popuphumanify .wrapper-popup-btn {
  position: relative;
  max-width: 1160px;
  margin: 50px auto 0;
  padding-bottom: 30px;
}
#block-popuphumanify .wrapper-popup-btn .wrapper-popup {
  display: flex;
  flex-wrap: wrap;
}
#block-popuphumanify .wrapper-popup-btn .wrapper-popup .field--name-body {
  width: 100%;
  order: 2;
  margin: 0 30px 0 30px;
}
#block-popuphumanify .wrapper-popup-btn .wrapper-popup .field--name-body p {
  font-size: 0.8125em;
}
#block-popuphumanify .wrapper-popup-btn .wrapper-popup .field--name-body a {
  display: inline-block;
  padding: 15px 30px;
  background-color: #52A9CE;
  color: black;
  margin-top: 15px;
  text-decoration: none;
  font-family: "SequelSans-BlackBodyText";
}
#block-popuphumanify .wrapper-popup-btn .wrapper-popup .field--name-field-image-popup {
  width: 100%;
  order: 1;
  margin: 0px 30px 25px 30px;
}
#block-popuphumanify .wrapper-popup-btn .wrapper-popup .field--name-field-image-popup img {
  width: 100%;
  margin: 0 auto;
  max-width: 572px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

@media only screen and (min-width: 1024px) {
  #block-popuphumanify {
    display: flex;
    align-items: center;
  }
  #block-popuphumanify .btn-close {
    top: 20px;
    right: 20px;
  }
  #block-popuphumanify .wrapper-popup-btn {
    margin: 0 auto;
    padding-bottom: 0;
  }
  #block-popuphumanify .wrapper-popup-btn .wrapper-popup {
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 40px;
  }
  #block-popuphumanify .wrapper-popup-btn .wrapper-popup .field--name-body {
    width: 50%;
    padding-left: 55px;
    margin: 0;
  }
  #block-popuphumanify .wrapper-popup-btn .wrapper-popup .field--name-body p {
    font-size: 1em;
  }
  #block-popuphumanify .wrapper-popup-btn .wrapper-popup .field--name-field-image-popup {
    width: 50%;
    margin: 0;
  }
}
@media only screen and (min-width: 1440px) {
  #block-popuphumanify {
    top: 45px;
    left: 45px;
    width: calc(100vw - 90px);
    height: calc(100vh - 90px);
  }
  #block-popuphumanify .wrapper-popup-btn {
    margin: 0 auto;
    padding-bottom: 0;
  }
  #block-popuphumanify .wrapper-popup-btn .wrapper-popup {
    margin: 0;
  }
  #block-popuphumanify .wrapper-popup-btn .wrapper-popup .field--name-body {
    padding-left: 115px;
  }
  #block-popuphumanify .wrapper-popup-btn .wrapper-popup .field--name-body p {
    font-size: 1.125em;
  }
}