section {
  width: 80%;
  margin: auto;
}

.accueil {
  background: url("../images/portraitGrand3.jpg") no-repeat center;
  padding: 15% 15% 3% 15%;
  margin-bottom: 0;
  -webkit-animation: revelationDtoU 1000ms both ease-in-out;
          animation: revelationDtoU 1000ms both ease-in-out;
}

.accueil__text {
  text-align: center;
  margin-bottom: 30% !important;
  color: #FFF;
  font-weight: bold;
}

.accueil__btn {
  display: block;
  margin: auto;
  margin-bottom: 100px !important;
  margin-top: 20px;
  width: 150px;
  border: 2px solid black;
  border-radius: 4px;
  padding: 5px 10px !important;
  background-color: #9fb3b5;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  text-decoration: none;
  -webkit-animation: revelationUtoD 1000ms both ease-in-out;
          animation: revelationUtoD 1000ms both ease-in-out;
}

.accueil__btn:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  color: #FFF !important;
}

.sociallist {
  margin: auto !important;
  width: 30%;
  -webkit-animation: revelationDtoU 1000ms both ease-in-out;
          animation: revelationDtoU 1000ms both ease-in-out;
}

/* MEDIA QUERIES POUR ADAPTER LE SITE A UN ECRAN TABLETTE------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .accueil {
    padding: 20% 8% 3% 8%;
    margin-top: 50px;
    background-size: cover;
    min-height: 100%;
  }
  .accueil__text {
    font-size: 2.6em;
    margin-bottom: 50% !important;
  }
  .accueil__btn {
    margin-bottom: 100px !important;
    margin-top: 40px;
  }
  .sociallist {
    margin-top: 30px !important;
  }
}

/* MEDIA QUERIES POUR ADAPTER LE SITE A UN ECRAN SMARTPHONE -----------------------------------------------*/
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .accueil {
    padding: 15% 8% 10% 8%;
  }
  .accueil__text h1 {
    font-size: 2em;
    margin-top: 20px;
  }
  .accueil__text h2 {
    font-size: 1.3em;
  }
  .accueil__btn {
    margin-bottom: 60px !important;
    margin-top: 380px;
  }
  .sociallist {
    margin-top: 15px !important;
    width: 50%;
  }
}

/* MEDIA QUERIES POUR ADAPTER LE SITE A GRAND DESKTOP -----------------------------------------------*/
@media only screen and (min-width: 1020px) {
  .accueil {
    padding: 5% 15% 3% 15%;
  }
  .accueil__text {
    margin-bottom: 40% !important;
  }
}

/* MEDIA QUERIES POUR ADAPTER LE MENU A UN ECRAN SMARTPHONE DE PETITE TAILLE------------------------------------------------*/
@media (min-width: 320px) and (max-width: 500px) {
  .accueil__btn {
    margin-top: 350px;
  }
}
/*# sourceMappingURL=bargeme-accueil.css.map */