.third_title,
.main_resto {
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}

.third_title .fa-heart,
.main_resto .fa-heart {
  color: #686565;
  font-size: 1.6rem;
}

.third_title .fa-heart:hover,
.main_resto .fa-heart:hover {
  cursor: pointer;
  -webkit-animation: heart 2s ease-out;
          animation: heart 2s ease-out;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff79da), to(#9356dc));
  background: linear-gradient(#ff79da, #9356dc);
  background-clip: text;
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.loading {
  background-color: #eaeaea;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-animation: loading 400ms 2s;
          animation: loading 400ms 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  z-index: 10000;
  position: fixed;
}

.loader {
  border: 16px solid #fff;
  border-radius: 50%;
  border-top: 16px solid #ff79da;
  border-bottom: 16px solid #9356dc;
  border-left: 16px solid #99e2d0;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  margin: auto;
  top: 50%;
  position: relative;
}

* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

a {
  text-decoration: none;
  color: black;
}

.main_btn {
  padding: 10px;
  border-radius: 50px;
  border: none;
  background: linear-gradient(175deg, #ff79da 10%, #9356dc 90%);
  margin-top: 20px;
  cursor: pointer;
  color: #fff;
}

.main_btn a {
  padding: 5px;
}

/*BUTTON IN RESTAURANT PAGE */
.button-francaise {
  text-align: center;
  padding: 10px;
}

.button-francaise .btn_francaise {
  border-radius: 40px;
  border: 1px solid #ff79d9;
  padding: 15px;
  background: linear-gradient(175deg, #ff79d9 10%, #9356dc 90%);
  color: #fff;
  cursor: pointer;
  margin: 30px;
}

footer {
  background-color: #272727;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
}

footer a {
  margin-left: 10px;
  color: white;
}

footer .footer_logo {
  margin: 20px 0 20px 10px;
}

footer .footer_logo h5 {
  font-family: "Shrikhand", cursive;
  text-align: left;
  font-size: 1.5rem;
  color: #fff;
  margin-left: 5px;
}

footer ul {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  list-style: none;
}

footer ul li {
  padding-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  padding-top: 10px;
}

footer ul li i {
  margin-right: 10px;
}

.logo {
  text-align: center;
  font-size: 30px;
}

.logo h1 {
  font-family: "Shrikhand", cursive;
  padding: 20px;
}

.title {
  height: 100%;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
}

.title .main_title {
  text-align: center;
  font-size: 2em;
  padding-top: 10px;
}

.title .main_text {
  text-align: center;
  margin-top: 10px;
}

.search {
  width: 100%;
  height: 50px;
  text-align: center;
  background-color: #e5e5e5;
}

input {
  height: 50px;
  background-color: #e5e5e5;
  border: none;
  margin-left: 20px;
}

input ::after {
  border: none;
}

.third_title .fa-heart {
  color: #686565;
  font-size: 1.6rem;
  margin-top: 10px;
  margin-right: 10px;
}

.third_title .fa-heart:hover {
  cursor: pointer;
  -webkit-animation: heart 2s ease-out;
          animation: heart 2s ease-out;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff79da), to(#9356dc));
  background: linear-gradient(#ff79da, #9356dc);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

@media (min-width: 320px) and (max-width: 467px) {
  p {
    font-family: "Roboto", sans-serif;
    font-weight: bolder;
  }
  h1 {
    text-align: center;
    font-size: 1.5em;
  }
  .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .search i {
    padding-top: 15px;
    padding-left: 70px;
  }
  .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #f5f5f5;
    height: 100%;
    padding-bottom: 60px;
    padding-top: 50px;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .title .main_title {
    padding-top: 10px;
    font-size: 2.4em;
    font-weight: bold;
  }
  .title .main_text {
    font-size: 1.3em;
    font-weight: lighter;
  }
}

/* HEADER FOR RESTAURANT PAGE */
.third_resto_img {
  width: 100%;
  height: auto;
}

.third_resto_img img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}

.third_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-left: 10px;
}

.third_title h3 {
  font-family: "Shrikhand", cursive;
  font-size: 1.4em;
  margin-top: 10px;
  margin-left: 10px;
}

.third_title span {
  margin-left: 100px;
}

@media (min-width: 320px) and (max-width: 467px) {
  .third_resto_img {
    width: 100%;
    height: auto;
  }
  .third_resto_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.restaurants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #f0f0f0;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.restaurants .main_resto {
  border-radius: 20px;
  width: 100%;
  height: 200px;
  margin: 40px 40px 20px 0;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 8px #eaeaea;
          box-shadow: 1px 1px 8px #eaeaea;
  position: relative;
}

.restaurants .main_resto .noveau {
  border: none;
  border-radius: 1px;
  right: 10px;
  top: 10px;
  position: absolute;
  margin-top: 10px;
  color: #00ac6a;
  padding: 2px 7px 2px 7px;
  background-color: #99e2d0;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.restaurants .main_resto img {
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 50%;
  margin-top: 0;
}

.restaurants .main_resto:hover {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 5px 5px 5px 0px #b2b0b0;
          box-shadow: 5px 5px 5px 0px #b2b0b0;
  cursor: pointer;
}

.restaurants a {
  text-decoration: none;
  color: black;
}

.restaurants .fa-heart {
  float: right;
  margin-right: 10px;
}

.restaurants h3,
.restaurants p {
  margin-top: 10px;
  margin-left: 10px;
}

@media (min-width: 320px) and (max-width: 467px) {
  .restaurants {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .restaurants .fa-heart {
    margin-left: 200px;
    top: 20%;
  }
  .restaurants .title_resto {
    margin-top: 40px;
    margin-left: 20px;
    font-weight: bold;
  }
  .restaurants .title_resto h2 {
    font-weight: bold;
  }
  .restaurants .bloc_function {
    width: 70%;
    margin-left: 5px;
  }
  .restaurants .main_resto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 70%;
    width: 92%;
    margin: 20px 15px 20px 15px;
    -webkit-box-shadow: 0 2px 8px #dbdbdb;
            box-shadow: 0 2px 8px #dbdbdb;
  }
  .restaurants .main_resto .noveau {
    border: none;
    border-radius: 1px;
    margin-left: 300px;
    position: absolute;
    margin-top: 10px;
    background-color: #99e2d0;
    color: #0ea340;
    padding: 5px 7px 5px 7px;
    font-weight: 900;
  }
  .restaurants .main_resto img {
    height: 170px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .restaurants .main_resto h3 {
    margin-left: 10px;
    font-size: 1.5em;
    font-weight: bold;
  }
  .restaurants .main_resto p {
    margin-left: 10px;
    font-size: 0.8rem;
    font-weight: lighter;
  }
  .restaurants .main_resto p .fa-heart {
    margin: 0 30px 10px 0;
  }
}

@media (min-width: 468px) and (max-width: 768px) {
  .restaurants {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .restaurants .main_resto {
    width: 92%;
    margin-left: 20px;
  }
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

section h2 {
  margin: 10px;
}

section .function {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section .bloc_function {
  font-size: 1em;
  font-weight: 400;
  border-radius: 15px;
  -webkit-box-shadow: 5px 5px 5px 0px #cacaca;
          box-shadow: 5px 5px 5px 0px #cacaca;
  background-color: #f5f5f5;
  text-align: center;
  border: 0;
  padding: 0 0 15px 20px;
  margin: 10px 10px 20px 10px;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  width: 95%;
  height: 30%;
}

section .bloc_function .fa-mobile-alt,
section .bloc_function .fa-store,
section .bloc_function .fa-list-ul {
  color: #aca9a9;
}

section .bloc_function span {
  font-family: "Roboto", sans-serif;
  margin-left: 10px;
  font-size: 20px;
  color: #0f0f0f;
  font-weight: bold;
}

section .bloc_function:hover {
  -webkit-transition: 1s;
  transition: 1s;
  background-color: #f5edff;
  color: #000000;
}

section .bloc_function:hover .fa-mobile-alt,
section .bloc_function:hover .fa-store,
section .bloc_function:hover .fa-list-ul {
  color: #9356dc;
}

section .numbers {
  width: 20px;
  height: 20px;
  left: -30px;
  top: 20px;
  position: relative;
  border-radius: 100px;
  color: #f8f8f8;
  background-color: #af6dff;
}

/*SECTION FOR RESTAURANT PAGE */
.title_resto {
  margin: 10px 0 0 10px;
}

.third_menu {
  background-color: #eae9e9;
  margin-top: -30px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
  margin-left: 0;
}

.third_menu .menu {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  -ms-flex-line-pack: center;
      align-content: center;
}

.third_menu .entrees_title {
  font-family: "Roboto", sans-serif;
  margin-top: 10px;
}

.third_menu .entrees-1 {
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  border-radius: 15px;
  margin: 10px 0 0 30px;
  width: 93%;
  background-color: white;
  height: 40%;
  overflow: hidden;
}

.third_menu .entrees-1:hover {
  -webkit-transition: 1s;
  transition: 1s;
  cursor: pointer;
}

.third_menu h4 {
  font-family: "Roboto", sans-serif;
}

.third_menu p {
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  margin-top: 10px;
}

.third_menu .price {
  font-family: "Roboto", sans-serif;
  text-align: right;
  margin-right: 10px;
}

.entree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-left: 10px;
}

.entree .line {
  color: #99e2d0;
  font-weight: bold;
}

.entree .entrees_row1 {
  -webkit-animation: fade ease-in-out 1s forwards 0.5s;
          animation: fade ease-in-out 1s forwards 0.5s;
}

.entree .entrees_row2 {
  -webkit-animation: fade ease-in-out 2s forwards 1s;
          animation: fade ease-in-out 2s forwards 1s;
}

.entree .entrees_row3 {
  -webkit-animation: fade ease-in-out 3s forwards 1.5s;
          animation: fade ease-in-out 3s forwards 1.5s;
}

.desserts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-left: 10px;
}

.desserts .line {
  color: #99e2d0;
  font-weight: bold;
}

.desserts .entrees_row1 {
  -webkit-animation: fade ease-in-out 2s forwards 0.3s;
          animation: fade ease-in-out 2s forwards 0.3s;
}

.desserts .entrees_row2 {
  -webkit-animation: fade ease-in-out 3s forwards 0.7s;
          animation: fade ease-in-out 3s forwards 0.7s;
}

.desserts .entrees_row3 {
  -webkit-animation: fade 2s ease-in-out 1 forwards 1.1s;
          animation: fade 2s ease-in-out 1 forwards 1.1s;
}

.plats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-left: 10px;
}

.plats .line {
  color: #99e2d0;
  font-weight: bold;
}

.plats .entrees_row1 {
  -webkit-animation: fade ease-in-out 0.5s forwards 0.5s;
          animation: fade ease-in-out 0.5s forwards 0.5s;
}

.plats .entrees_row2 {
  -webkit-animation: fade ease-in-out 1s forwards 0.7s;
          animation: fade ease-in-out 1s forwards 0.7s;
}

.plats .entrees_row3 {
  -webkit-animation: fade 2s ease-in-out 1 forwards 0.9s;
          animation: fade 2s ease-in-out 1 forwards 0.9s;
}

.order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
}

.order .check {
  width: 0;
  opacity: 0;
}

.order .check .fa-check-circle {
  color: #fff;
  margin-top: 30px;
  font-size: 25px;
}

.order:hover .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  width: 5em;
  height: auto;
  margin-left: -80px;
  margin-top: 10px;
  position: relative;
  background-color: #99e2d0;
  opacity: 1;
  -webkit-animation: slide 0.5s ease-in-out;
          animation: slide 0.5s ease-in-out;
}

.order:hover .price {
  margin-right: 90px;
}

.order:hover .fa-check-circle {
  -webkit-animation: rotation 0.6s ease-in-out 1 forwards;
          animation: rotation 0.6s ease-in-out 1 forwards;
}

@media (min-width: 320px) and (max-width: 467px) {
  .order .third_menu {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 10px;
    padding-top: 0;
    position: relative;
  }
  .order .third_menu .third_title {
    width: 100%;
  }
  .order .third_menu .third_title h3 {
    margin-left: 0;
    font-size: 1rem;
    margin-left: 10px;
  }
  .order .entrees-1 {
    width: 90%;
    font-size: 1em;
    height: 100%;
    margin-left: 0;
  }
  .order .entrees-1 h4 {
    font-size: 20px;
  }
  .order .entrees-1 p {
    font-size: 17px;
  }
  .order .entrees-1:hover p {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .order .entrees-1 .price {
    font-size: 18px;
  }
  .order .entrees_title {
    font-size: 1rem;
  }
  .order .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .order .menu .plats,
  .order .menu .entree,
  .order .menu .desserts {
    width: 100%;
  }
}

@media (min-width: 468px) and (max-width: 768px) {
  .third_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .third_menu .menu {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px;
  }
  .entrees-1 {
    width: 80%;
    font-size: 1.2em;
  }
}

/*Mobile version for SECTION*/
@media (min-width: 320px) and (max-width: 467px) {
  section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    font-family: "Roboto", sans-serif;
  }
  section .function {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    margin-left: 10px;
  }
  section .bloc_function {
    font-size: 1em;
    font-weight: 400;
    border-radius: 15px;
    -webkit-box-shadow: 0 2px 8px #dbdbdb;
            box-shadow: 0 2px 8px #dbdbdb;
    background-color: #f6f6f6;
    text-align: center;
    border: 0;
    padding: 0 0 15px 20px;
    margin: 10px 20px 30px 30px;
    cursor: pointer;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    width: 80%;
    height: 30%;
  }
  section .bloc_function i {
    font-size: 20px;
    color: grey;
  }
  section .bloc_function i span {
    font-family: "Roboto", sans-serif;
    margin-left: 10px;
    color: black;
  }
  section .bloc_function:hover {
    -webkit-transition: 1s;
    transition: 1s;
    background-color: #e6c2ff;
    color: #000000;
  }
  section .numbers {
    width: 20px;
    height: 20px;
    left: -30px;
    top: 20px;
    position: relative;
    border-radius: 100px;
    color: #f8f8f8;
    background-color: #af6dff;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes loading {
  0% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}

@keyframes loading {
  0% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}

@-webkit-keyframes heart {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes heart {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0.3;
  }
  66% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0.3;
  }
  66% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes slide {
  0% {
    margin-left: -70px;
  }
  100% {
    margin-left: -80px;
    opacity: 1;
  }
}

@keyframes slide {
  0% {
    margin-left: -70px;
  }
  100% {
    margin-left: -80px;
    opacity: 1;
  }
}
