@charset "UTF-8";
/*----------- FONT----------------
La note enchantée : Devonshire + Segoe print (Menu) ;
Le chic à la Française : Croissant one;
Le délice des papilles : Dancing Script + Kalam (Menu) ;
La palette du gout : Kaushan + Segoe print (Menu); */
@import url("https://fonts.googleapis.com/css?family=Croissant+One|Dancing+Script|Devonshire|Handlee|Kalam|Kaushan+Script|Segoe+print|Sriracha&display=swap");

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }

  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }

  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

@keyframes points {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*------------------MENU 1--------------*/
#menu1 {
  background-color: #fcdfdb;
  color: #3c1218;
  font-family: "Kalam";
  box-shadow: 1px 1px 10px grey;
  max-width: 700px;
  min-height: 800px;
  width: 90%;
  margin: auto;
  opacity: 0.9;
}

#menu1 ul {
  padding: 10px 20px;
}

#menu1 h3 {
  margin: 10px 25px;
}

@media (max-width: 768px) {
  #menu1 {
    width: 100%;
  }

  #menu1 ul {
    margin: 25px;
  }

  #menu1 h3 {
    margin: 10px 10px;
  }
}

@media (max-width: 425px) {
  #menu1 ul {
    margin: 0;
  }
}

#menu1 .titre {
  margin-top: 0.3em;
  font-family: "devonshire";
  font-size: 1.4em;
}

#menu1 .titre h2 {
  font-weight: normal;
}

#menu1 .titre img {
  padding-top: 1.5em;
}

.carte .souligne {
  background: linear-gradient(to top, #3c1218 3px, transparent 1px) no-repeat;
  background-size: 0 100%;
  transition: background-size 0.6s;
}

.carte .souligne:hover {
  background-size: 100% 100%;
}

.fin {
  padding: 0 0 1.5em 0;
}

.fin p {
  text-align: center;
  font-size: 1.7em;
  font-family: "devonshire";
}

.fin img {
  width: 1em;
  height: auto;
  margin-right: 0.5em;
}

/*------------------MENU 2--------------*/
#menu2 {
  box-shadow: 1px 1px 10px grey;
  max-width: 700px;
  min-height: 800px;
  width: 90%;
  margin: auto;
  font-family: "Times new roman";
  background-color: #fff5fe;
  opacity: 0.9;
}

#menu2 ul {
  padding: 10px 20px;
}

#menu2 h3 {
  margin: 10px 25px;
}

@media (max-width: 768px) {
  #menu2 {
    width: 100%;
  }

  #menu2 ul {
    margin: 25px;
  }

  #menu2 h3 {
    margin: 10px 10px;
  }
}

@media (max-width: 425px) {
  #menu2 ul {
    margin: 0;
  }
}

#menu2 .titre {
  margin-top: 0.5em;
  font-family: "croissant one";
}

#menu2 .titre h2 {
  font-weight: normal;
  padding: 2em 0;
  background: -webkit-linear-gradient(right, #6e4ccc, #c77412);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.carte .or {
  color: #c77412;
}

.carte .or .souligne {
  background: linear-gradient(to top, #c77412 3px, transparent 1px) no-repeat;
  background-size: 0 100%;
  transition: background-size 0.6s;
}

.carte .or .souligne:hover {
  background-size: 100% 100%;
}

.carte .mauve {
  color: #a56799;
}

.carte .mauve .souligne {
  background: linear-gradient(to top, #a56799 3px, transparent 1px) no-repeat;
  background-size: 0 100%;
  transition: background-size 0.6s;
}

.carte .mauve .souligne:hover {
  background-size: 100% 100%;
}

.carte .bleu {
  color: #6e4ccc;
}

.carte .bleu .souligne {
  background: linear-gradient(to top, #6e4ccc 3px, transparent 1px) no-repeat;
  background-size: 0 100%;
  transition: background-size 0.6s;
}

.carte .bleu .souligne:hover {
  background-size: 100% 100%;
}

/*------------------MENU 3--------------*/
#menu3 {
  box-shadow: 1px 1px 10px grey;
  max-width: 700px;
  min-height: 800px;
  width: 90%;
  margin: auto;
  font-family: "Kalam";
  background-color: #e8e8e8;
  opacity: 0.9;
}

#menu3 ul {
  padding: 10px 20px;
}

#menu3 h3 {
  margin: 10px 25px;
}

@media (max-width: 768px) {
  #menu3 {
    width: 100%;
  }

  #menu3 ul {
    margin: 25px;
  }

  #menu3 h3 {
    margin: 10px 10px;
  }
}

@media (max-width: 425px) {
  #menu3 ul {
    margin: 0;
  }
}

#menu3 .titre {
  margin-top: 1em;
  font-family: "Dancing Script";
}

#menu3 .titre h2 {
  font-size: 2.8em;
  font-weight: lighter;
  padding-top: 25px;
  background: -webkit-linear-gradient(right, #0887fb, #0431df);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#menu3 .carte h3 {
  font-weight: normal;
}

#menu3 .carte .fonce .souligne {
  background: linear-gradient(to top, #0431df 3px, transparent 1px) no-repeat;
  background-size: 0 100%;
  transition: background-size 0.6s;
}

#menu3 .carte .fonce .souligne:hover {
  background-size: 100% 100%;
}

#menu3 .carte .normal .souligne {
  background: linear-gradient(to top, #0670f3 3px, transparent 1px) no-repeat;
  background-size: 0 100%;
  transition: background-size 0.6s;
}

#menu3 .carte .normal .souligne:hover {
  background-size: 100% 100%;
}

#menu3 .carte .clair .souligne {
  background: linear-gradient(to top, #229df9 3px, transparent 1px) no-repeat;
  background-size: 0 100%;
  transition: background-size 0.6s;
}

#menu3 .carte .clair .souligne:hover {
  background-size: 100% 100%;
}

/*------------------MENU 4--------------*/
#menu4 {
  box-shadow: 1px 1px 10px grey;
  max-width: 700px;
  min-height: 800px;
  width: 90%;
  margin: auto;
  font-family: "Kalam";
  background-color: #F1F8E9;
  opacity: 0.9;
}

#menu4 ul {
  padding: 10px 20px;
}

#menu4 h3 {
  margin: 10px 25px;
}

@media (max-width: 768px) {
  #menu4 {
    width: 100%;
  }

  #menu4 ul {
    margin: 25px;
  }

  #menu4 h3 {
    margin: 10px 10px;
  }
}

@media (max-width: 425px) {
  #menu4 ul {
    margin: 0;
  }
}

#menu4 .titre {
  margin-top: 0.5em;
  font-family: "Kaushan Script";
}

#menu4 .titre h2 {
  font-size: 2.5em;
  font-weight: lighter;
  background: -webkit-linear-gradient(right, #beff7f, #347b31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#menu4 .carte h3 {
  font-weight: normal;
}

#menu4 .carte h3 .souligne {
  background: linear-gradient(to top, #77c359 3px, transparent 1px) no-repeat;
  background-size: 0 100%;
  transition: background-size 0.6s;
}

#menu4 .carte h3 .souligne:hover {
  background-size: 100% 100%;
}

/*-------------PAGE D'ACCUEIL---------------*/
#conteneur {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 740px;
  margin: auto;
}

@media (max-width: 768px) {
  #conteneur {
    width: 100%;
    align-content: center;
    margin: auto;
  }
}

@media (min-width: 1920px) {
  #conteneur {
    width: 1700px;
    margin-top: 40px;
    justify-content: space-between;
  }

  #conteneur button {
    margin: auto;
    margin-top: 40px;
  }
}

.menu1 {
  width: 300px;
  height: 390px;
  display: flex;
  flex-direction: column;
  border: 1px #ededed solid;
  margin: 30px;
  box-shadow: 1px 1px 10px grey;
  background-color: #fcdfdb;
  opacity: 0.9;
  color: #3c1218;
}

.menu1 .titre {
  transform: scale(1);
  transition-property: transform;
  transition-duration: 500ms;
  text-align: center;
  margin: auto;
  font-family: "Segoe print";
  font-size: 2em;
}

.menu1 .titre:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.menu1 .titre p {
  margin: 0;
}

.menu1 .titre h3 {
  font-family: "devonshire";
  font-weight: normal;
  margin: 0;
  font-size: 1em;
}

.menu2 {
  width: 300px;
  height: 390px;
  display: flex;
  flex-direction: column;
  border: 1px #ededed solid;
  margin: 30px;
  box-shadow: 1px 1px 10px grey;
  background-color: #fff5fe;
  opacity: 0.9;
}

.menu2 .titre {
  transform: scale(1);
  transition-property: transform;
  transition-duration: 500ms;
  text-align: center;
  color: #c77412;
  font-family: "Times new roman";
  font-weight: bold;
  font-size: 2em;
  margin: auto;
}

.menu2 .titre:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.menu2 .titre h3 {
  font-family: "Croissant one";
  font-size: 0.7em;
  background: -webkit-linear-gradient(right, #6e4ccc, #c77412);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu3 {
  width: 300px;
  height: 390px;
  display: flex;
  flex-direction: column;
  border: 1px #ededed solid;
  margin: 30px;
  box-shadow: 1px 1px 10px grey;
  background-color: #e8e8e8;
  opacity: 0.9;
}

.menu3 .titre {
  transform: scale(1);
  transition-property: transform;
  transition-duration: 500ms;
  text-align: center;
  color: #0431df;
  font-family: "Segoe print";
  margin: auto;
  font-size: 2em;
}

.menu3 .titre:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.menu3 .titre h3 {
  font-size: 1em;
  font-weight: lighter;
  font-family: "Dancing Script";
  background: -webkit-linear-gradient(right, #0887fb, #0431df);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu4 {
  width: 300px;
  height: 390px;
  display: flex;
  flex-direction: column;
  border: 1px #ededed solid;
  margin: 30px;
  box-shadow: 1px 1px 10px grey;
  background-color: #f7fbf7;
  opacity: 0.9;
}

.menu4 .titre {
  transform: scale(1);
  transition-property: transform;
  transition-duration: 500ms;
  text-align: center;
  color: #347b31;
  font-family: "Segoe print";
  margin: auto;
  font-size: 2em;
}

.menu4 .titre:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.menu4 .titre h3 {
  font-size: 1em;
  font-family: "Kaushan Script";
  font-weight: lighter;
  background: -webkit-linear-gradient(right, #beff7f, #347b31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.prochainement {
  width: 320px;
  height: 50px;
  border: 1px #ededed solid;
  color: #000000;
  border-radius: 10px;
  margin: 20px 0 73px 0;
  background-color: #fb7a1d;
  font-size: 30px;
}

footer {
  text-align: center;
  background-color: #fb7a1d92;
  display: flex;
  justify-content: space-between;
  align-content: center;
  font-weight: 400;
  height: 60px;
  font-size: 2.1em;
  position: fixed;
  bottom: 0;
  width: 100%;
}

@media (max-width: 768px) {
  footer {
    font-size: 1.6em;
  }
}

@media (max-width: 425px) {
  footer {
    font-size: 1.3em;
  }
}

footer a {
  margin: auto 10px auto 10px;
}

footer a:hover {
  animation: shake 0.5s;
  animation-iteration-count: 4;
}

/*-------GENERAL-------*/
body {
  font-family: "Montserrat", Arial;
  margin: 0;
  background-color: transparent;
  background-image: url("/image/cafe.png");

}

body h2,
body h3 {
  text-align: center;
}

main {
  margin-bottom: 80px;
}

a {
  text-decoration: none;
  color: #000000;
}

header {
  text-align: center;
  background-color: #fb7a1d92;
  display: flex;
  font-weight: 700;
  padding-top: 40px;
  height: 120px;
  align-content: center;
  justify-content: center;
}

header h1 {
  margin: 0;
  font-size: 4.5em;
}

@media (max-width: 425px) {
  header h1 {
    font-size: 3em;
  }
}

button span {
  animation-name: points;
  animation-duration: 1200ms;
  animation-iteration-count: infinite;
}

button span:nth-child(2) {
  animation-delay: 400ms;
}

button span:nth-child(3) {
  animation-delay: 800ms;
}

/*------------PAGE MENU------------GENERAL------------*/
.titre {
  padding: 10px 0;
}

.carte {
  font-size: 0.9em;
}

.carte h3 {
  font-size: 1.5em;
  padding-bottom: 0.7em;
  margin: 0 3.5em;
}

@media (max-width: 768px) {
  .carte h3 {
    font-size: 1.2em;
  }
}

@media (max-width: 425px) {
  .carte h3 {
    margin: 10px 0;
    font-size: 1.2em;
  }
}

.carte h3 .un {
  float: right;
  padding-top: 0.9em;
}

.carte h3 .deux {
  float: left;
  padding-top: 0.9em;
}

.carte ul {
  padding: 0;
  margin: 0 4em 2.5em 4em;
}

.carte ul li {
  list-style: none;
  padding-bottom: 1em;
  display: flex;
  justify-content: space-between;
}

.carte ul span {
  padding-left: 20px;
}

@media (max-width: 768px) {
  .carte img {
    width: 130px;
    height: auto;
  }
}

@media (max-width: 425px) {
  .carte img {
    width: 70px;
    height: auto;
  }
}

/*# sourceMappingURL=styles.css.map */