.intro {
  background: url("../images/fondtheatre.jpg") fixed no-repeat;
  margin: 50px;
  padding: 100px;
  margin-bottom: 100px;
  position: relative;
  -webkit-animation: revelationLtoR 1000ms both ease-in-out;
          animation: revelationLtoR 1000ms both ease-in-out;
}

.intro__box {
  background: rgba(250, 250, 250, 0.7);
  padding: 60px;
  -webkit-animation: revelationRtoL 1000ms both ease-in-out;
          animation: revelationRtoL 1000ms both ease-in-out;
}

.intro__citation {
  font-family: 'Nothing You Could Do', cursive;
  font-size: 2em;
  display: block;
  width: 70%;
  margin: auto;
  margin-bottom: 40px;
  -webkit-animation: revelationUtoD 1000ms both ease-in-out;
          animation: revelationUtoD 1000ms both ease-in-out;
}

.intro__title {
  font-family: "Roboto", "Raleway", Verdana, sans-serif;
  font-size: 2.5em;
  color: #732237;
  font-weight: bold;
  border-bottom: 2px solid #732237;
  margin-bottom: 30px;
}

.intro__text {
  text-align: justify;
  font-size: 1.1em;
  margin-left: 20px;
}

.intro__img {
  border: 4px solid #732237;
  width: 80%;
  position: absolute;
  bottom: -130px;
  left: 10%;
}

.medias {
  margin: 70px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.medias__cv, .medias__demo, .medias__audio {
  border: 2px solid #000;
  border-radius: 5px;
  font-family: "Roboto", "Raleway", Verdana, sans-serif;
  text-align: center;
  margin-left: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.medias__demo {
  -webkit-animation: revelationDtoU 1000ms 1500ms both ease-in-out;
          animation: revelationDtoU 1000ms 1500ms both ease-in-out;
}

.medias__audio {
  -webkit-animation: revelationDtoU 1000ms 2000ms both ease-in-out;
          animation: revelationDtoU 1000ms 2000ms both ease-in-out;
}

.medias__cv {
  -webkit-animation: revelationDtoU 1000ms 2500ms both ease-in-out;
          animation: revelationDtoU 1000ms 2500ms both ease-in-out;
}

.medias__icon {
  color: #829c9f;
  font-size: 3em;
  margin: 20px auto;
}

/* MEDIA QUERIES---------------------------------------------------------------------*/
/* MEDIA QUERIES POUR ADAPTER LE SITE A UN ECRAN TABLETTE------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section {
    margin: 40px;
  }
  .intro {
    margin: 40px;
    padding: 60px;
    margin-bottom: 100px;
    position: relative;
    -webkit-animation: none;
            animation: none;
  }
  .intro__title {
    text-align: center;
    margin-bottom: 20px;
  }
  .intro__box {
    padding: 40px;
    -webkit-animation: none;
            animation: none;
    -webkit-animation: revelationUtoD 1000ms both ease-in-out;
            animation: revelationUtoD 1000ms both ease-in-out;
  }
  .intro__img {
    width: 100%;
    position: absolute;
    bottom: -120px !important;
    left: 0%;
  }
  .medias {
    margin: 40px auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .medias__cv, .medias__demo, .medias__audio {
    margin-left: 0px;
    margin: auto;
    margin-bottom: 30px;
    padding: 20px 10px;
  }
}

/* MEDIA QUERIES POUR ADAPTER LE SITE A UN ECRAN SMARTPHONE------------------------------------------------*/
@media (min-width: 320px) and (max-width: 768px) {
  body {
    font-size: 0.8em;
  }
  section {
    padding: 0 !important;
    margin-top: 40px;
  }
  .intro {
    margin: 0px;
    padding: 30px;
    margin-bottom: 80px;
    position: relative;
    -webkit-animation: none;
            animation: none;
  }
  .intro__citation {
    font-size: 1.8em;
    width: 80%;
    margin-bottom: 20px !important;
  }
  .intro__title {
    text-align: center !important;
    margin: auto !important;
    margin-bottom: 20px !important;
    font-size: 2.1em !important;
  }
  .intro__text {
    margin-left: 0;
  }
  .intro__box {
    padding: 30px;
    -webkit-animation: none;
            animation: none;
    -webkit-animation: revelationUtoD 1000ms both ease-in-out;
            animation: revelationUtoD 1000ms both ease-in-out;
  }
  .intro__title {
    margin-bottom: 20px;
  }
  .intro__img {
    width: 100%;
    position: absolute;
    bottom: -40px;
    left: 0%;
  }
  .medias {
    margin: 40px auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .medias__cv, .medias__demo, .medias__audio {
    margin: auto;
    margin-bottom: 30px;
    padding: 20px 10px;
  }
}

/* MEDIA QUERIES POUR REGLER UN BUG DE MISE EN PAGE DE LA GALERIE DE PORTRAITS SUR TABLETTE ET SMARTPHONE------------------------------------------------*/
@media (min-width: 550px) and (max-width: 768px) {
  .intro__img {
    bottom: -90px;
  }
}

@media (min-width: 890px) and (max-width: 1024px) {
  .intro__img {
    bottom: -90px;
  }
}

/* MEDIA QUERIES POUR ADAPTER LE SITE A UN GRAND ECRAN------------------------------*/
/*# sourceMappingURL=bargeme-comedienne.css.map */