@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-accueilpresentationdulogiciel {
  background-image: url(../images/fleche-down.png), url(../images/accueil-video-bg.jpg);
  background-size: 40px, cover;
  background-position: top center, center center;
  background-repeat: no-repeat;
}
#block-accueilpresentationdulogiciel .wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
#block-accueilpresentationdulogiciel .wrapper .field--name-body {
  padding: 65px 25px 0 25px;
}
#block-accueilpresentationdulogiciel .wrapper .field--name-body .field__item {
  margin: 0 0 0 0;
}
#block-accueilpresentationdulogiciel .wrapper .field--name-body .field__item h2 {
  margin: 0 0 0 0;
  font-size: 2.375em;
  color: #fff;
  font-family: "basier_squarebold";
  line-height: 110%;
}
#block-accueilpresentationdulogiciel .wrapper .field--name-body .field__item p {
  margin: 35px 0 100px 0;
  font-size: 1.125em;
  color: #eeeeee;
}
#block-accueilpresentationdulogiciel .wrapper .video {
  text-align: left;
  padding: 0 0px 115px 0;
}
#block-accueilpresentationdulogiciel .wrapper .video video {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  #block-accueilpresentationdulogiciel .wrapper .field--name-body {
    padding: 80px 60px 0 60px;
  }
  #block-accueilpresentationdulogiciel .wrapper .field--name-body .field__item {
    margin: 0 0 0 50%;
  }
  #block-accueilpresentationdulogiciel .wrapper .field--name-body .field__item h2 {
    font-size: 3em;
  }
  #block-accueilpresentationdulogiciel .wrapper .field--name-body .field__item p {
    margin: 40px 0 60px 0;
  }
  #block-accueilpresentationdulogiciel .wrapper .video {
    text-align: right;
    padding: 0 60px 60px 60px;
  }
  #block-accueilpresentationdulogiciel .wrapper .video video {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1280px) {
  #block-accueilpresentationdulogiciel .wrapper .field--name-body {
    padding: 100px 80px 0 80px;
  }
  #block-accueilpresentationdulogiciel .wrapper .field--name-body .field__item h2 {
    font-size: 3.75em;
  }
  #block-accueilpresentationdulogiciel .wrapper .field--name-body .field__item p {
    margin: 40px 0 80px 0;
    font-size: 1.25em;
  }
  #block-accueilpresentationdulogiciel .wrapper .video {
    padding: 0 80px 80px 0;
  }
  #block-accueilpresentationdulogiciel .wrapper .video video {
    width: 960px;
  }
}
@media only screen and (min-width: 1440px) {
  #block-accueilpresentationdulogiciel .wrapper .field--name-body {
    padding: 125px 120px 0 120px;
  }
  #block-accueilpresentationdulogiciel .wrapper .field--name-body .field__item p {
    margin: 40px 0 100px 0;
  }
  #block-accueilpresentationdulogiciel .wrapper .video {
    padding: 0 120px 120px 0;
  }
}