section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px !important;
}

.interets {
  width: 90%;
}

.interets__title {
  font-family: 'Nothing You Could Do', cursive;
  font-size: 3em;
  margin-bottom: 50px;
  color: #732237;
  -webkit-animation: revelationUtoD 1000ms both ease-in-out;
          animation: revelationUtoD 1000ms both ease-in-out;
}

.interets__ela, .interets__baschet {
  border: 12px solid #9fb3b5;
}

.interets__img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 300px;
  display: block;
  border: 1px solid #000;
  margin: 20px auto;
}

.interets__text {
  text-align: justify;
}

.interets__liens {
  width: 80%;
  margin: auto;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}

.interets__liens a {
  color: #732237;
  text-align: center;
}

.interets__liens a:hover {
  text-decoration: none;
  color: #858888;
}

.interets__heart {
  -webkit-animation: heartbeat 1s infinite;
          animation: heartbeat 1s infinite;
}

/*Animation du coeur qui bat*/
@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  20% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  30% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes heartbeat {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  20% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  30% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.baschet__box, .ela__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ela {
  background: url("../images/ela3.jpg") no-repeat;
  background-size: auto 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 70px 10px 10px 0;
  margin-bottom: 50px;
  -webkit-animation: revelationDtoU 1000ms both ease-in-out;
          animation: revelationDtoU 1000ms both ease-in-out;
}

.ela__box {
  background-color: rgba(233, 236, 239, 0.9);
  padding: 30px;
  width: 60%;
}

.baschet {
  background: url("../images/baschet2.jpg") no-repeat;
  background-size: auto 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 0px 70px 10px;
  -webkit-animation: revelationDtoU 1000ms 1500ms both ease-in-out;
          animation: revelationDtoU 1000ms 1500ms both ease-in-out;
}

.baschet__box {
  background-color: rgba(233, 236, 239, 0.9);
  padding: 30px;
  width: 60%;
}

/* MEDIA QUERIES---------------------------------------------------------------------*/
/* MEDIA QUERIES POUR ADAPTER LE SITE A UN ECRAN TABLETTE------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section {
    padding: 60px !important;
  }
  .interets {
    width: 90%;
  }
  .interets__baschet, .interets__ela {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .interets__title {
    font-size: 2.5em;
  }
  .ela, .baschet {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px;
    margin-bottom: 50px;
  }
  .ela__img, .baschet__img {
    max-width: 100%;
  }
  .ela__text, .baschet__text {
    max-width: 100%;
  }
  .ela__box, .baschet__box {
    width: 70%;
  }
}

/* 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: 20px !important;
  }
  .interets {
    width: 100%;
    padding: 0 !important;
  }
  .interets__baschet, .interets__ela {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .interets__title {
    font-size: 2em;
    margin-top: 30px;
    padding: 10px;
    text-align: center;
  }
  .ela, .baschet {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px;
    margin-bottom: 50px;
  }
  .ela__img, .baschet__img {
    max-width: 100%;
  }
  .ela__text, .baschet__text {
    max-width: 100%;
  }
  .ela__box, .baschet__box {
    width: 90%;
  }
}

/* MEDIA QUERIES POUR REGLER UN BUG DE TAILLE D'IMAGE SUR UN PETIT ECRAN SMARTPHONE------------------------------------------------*/
@media (min-width: 320px) and (max-width: 390px) {
  .baschet__img {
    width: 70%;
  }
  .interets__liens {
    font-size: 1.1em;
    width: 100%;
  }
}

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