* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}

#main_section_accueil {
  width: 100%;
  height: 83vh;
  background-image: url("image/main_image_accuiel.png");
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 140px;
  width: auto;
  padding: 20px;
  max-width: 850px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.87);
  -webkit-animation-name: slow_display;
          animation-name: slow_display;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  position: relative;
}

#offer h1 {
  margin-left: 23px;
  color: #072764;
  letter-spacing: 0.9px;
  line-height: 1.6;
  position: relative;
  -webkit-animation-name: fill_from_left;
          animation-name: fill_from_left;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  font-size: 24px;
}

#right_buttom_logo {
  opacity: 0.9;
  position: absolute;
  width: 420px;
  z-index: 2;
  right: 80px;
  bottom: 50px;
  -webkit-animation-name: logo_animation;
          animation-name: logo_animation;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

@-webkit-keyframes logo_animation {
  0% {
    opacity: 0;
    bottom: -50px;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
    right: 80px;
  }
}

@keyframes logo_animation {
  0% {
    opacity: 0;
    bottom: -50px;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
    right: 80px;
  }
}

@media screen and (max-width: 1280px) {
  #main_section_accueil {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #offer {
    margin-top: 200px;
    height: auto;
  }
  #right_buttom_logo {
    opacity: 1;
    bottom: 60px;
    right: 15px;
    width: 330px;
  }
  @-webkit-keyframes logo_animation {
    0% {
      opacity: 0;
      bottom: -50px;
    }
    90% {
      opacity: 0.9;
    }
    100% {
      opacity: 1;
      right: 15px;
    }
  }
  @keyframes logo_animation {
    0% {
      opacity: 0;
      bottom: -50px;
    }
    90% {
      opacity: 0.9;
    }
    100% {
      opacity: 1;
      right: 15px;
    }
  }
  #offer h1 {
    font-size: 18px;
  }
}

@media screen and (max-height: 780px) {
  #offer {
    margin-top: 100px;
  }
}

@media screen and (max-height: 677px) {
  #offer {
    margin-top: 50px;
  }
}

@media screen and (max-height: 670px) {
  #right_buttom_logo {
    width: 270px;
  }
}

@media screen and (max-height: 640px) {
  #right_buttom_logo {
    width: 230px;
  }
}

@-webkit-keyframes slow_display {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slow_display {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fill_from_left {
  0% {
    left: -800px;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}

@keyframes fill_from_left {
  0% {
    left: -800px;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */