@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 */
body .wrapper-content .field--name-body .block-multi-events {
  margin: 0 auto;
  padding-top: 50px;
  width: calc(100% - 0px);
}
body .wrapper-content .field--name-body .block-multi-events .clearfix:after {
  display: none;
}
body .wrapper-content .field--name-body .block-multi-events .field--name-body h2 {
  font-size: 2.1875em;
  text-align: center;
  margin: 0 0 30px 0;
}
body .wrapper-content .field--name-body .block-multi-events .field--name-field-multi-texte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
body .wrapper-content .field--name-body .block-multi-events .field--name-field-multi-texte .field__item {
  width: 100%;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  padding: 0 20px 5px 20px;
  margin: 0 0 20px 0;
}
body .wrapper-content .field--name-body .block-multi-events .field--name-field-multi-texte .field__item h3 {
  width: calc(100% + 0px);
  margin: 0 -20px;
  background-color: #8B2231;
  color: white;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  padding: 0 20px;
}
body .wrapper-content .field--name-body .block-multi-events .field--name-field-multi-texte .field__item p img {
  width: calc(100% + 40px);
  margin: 0 -20px;
  height: auto;
  display: block;
}

@media only screen and (min-width: 768px) {
  body .wrapper-content .field--name-body .block-multi-events .field--name-field-multi-texte .field__item {
    width: calc(50% - 60px);
  }
}
@media only screen and (min-width: 1200px) {
  body .wrapper-content .field--name-body .block-multi-events {
    margin: 0 -50px 0;
    padding-top: 50px;
    width: calc(100% + 100px);
  }
}
@media only screen and (min-width: 1440px) {
  body .wrapper-content .field--name-body .block-multi-events {
    margin: 0 -100px 0;
    padding-top: 70px;
    width: calc(100% + 200px);
  }
}
@media only screen and (min-width: 1920px) {
  body .wrapper-content .field--name-body .block-multi-events {
    margin: 0 -300px 0;
    padding-top: 100px;
    width: calc(100% + 600px);
  }
  body .wrapper-content .field--name-body .block-multi-events .field--name-body h2 {
    font-size: 4.6875em;
    margin: 0 0 60px 0;
  }
  body .wrapper-content .field--name-body .block-multi-events .field--name-field-multi-texte .field__item {
    width: calc(50% - 150px);
    padding: 0 60px 25px 60px;
    margin: 0 0 0 0;
  }
  body .wrapper-content .field--name-body .block-multi-events .field--name-field-multi-texte .field__item h3 {
    width: calc(100% + 80px);
    margin: 0 -60px;
    height: 60px;
    line-height: 60px;
  }
  body .wrapper-content .field--name-body .block-multi-events .field--name-field-multi-texte .field__item p img {
    width: calc(100% + 120px);
    margin: 0 -60px;
  }
}