@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" /> */
/* 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" /> */
/* 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" /> */
.node-1 #block-sai-site-content {
  display: none;
}

#block-enteteaccueil {
  background-image: url(../images/background-nioflo.png);
  background-size: cover;
  padding: 30px 0;
  height: calc(100vh - 137px);
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
#block-enteteaccueil .field--name-body .field__item img {
  display: none;
  width: 200px;
  height: auto;
  position: absolute;
  bottom: 5rem;
  right: 5rem;
}
@media (min-width: 1024px) {
  #block-enteteaccueil .field--name-body .field__item img {
    display: block;
  }
}
#block-enteteaccueil .field--name-body .field__item h1 {
  color: #fff;
  line-height: 100%;
  font-family: "brutal_bold";
  max-width: 100%;
  font-size: 2rem;
}
#block-enteteaccueil .field--name-body .field__item h1 span {
  color: #d9534f;
}
@media (min-width: 1024px) {
  #block-enteteaccueil .field--name-body .field__item h1 {
    font-size: 3rem;
    max-width: 1100px;
  }
}
@media (min-width: 1280px) {
  #block-enteteaccueil .field--name-body .field__item h1 {
    font-size: 4rem;
  }
}
#block-enteteaccueil .field--name-body .field__item p {
  color: white;
  max-width: 100%;
  line-height: 120%;
}
@media (min-width: 1024px) {
  #block-enteteaccueil .field--name-body .field__item p {
    font-size: 1.25rem;
    max-width: 800px;
  }
}
#block-enteteaccueil .field--name-body .field__item a {
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 1.125rem;
  color: #fff;
  text-decoration: none;
  background-color: #d9534f;
  border-radius: 70px;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  width: auto;
  border: 2px solid #d9534f;
  font-family: "brutal_medium";
}
#block-enteteaccueil .field--name-body .field__item a:hover {
  background-color: #212851;
  border: 2px solid #212851;
}
#block-enteteaccueil .field--name-body .field__item ul {
  padding-left: 1.25rem;
}
#block-enteteaccueil .field--name-body .field__item ul li {
  color: #fff;
}
#block-enteteaccueil .field--name-body .field__item ul li::marker {
  color: #d9534f;
}
#block-enteteaccueil .field--name-body img.for-mobile {
  width: 200px;
}
@media (min-width: 1024px) {
  #block-enteteaccueil .field--name-body img.for-mobile {
    display: none;
  }
}