* {
  margin: 0;
  padding: 0;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-decoration: none;
  list-style: none;
}

header {
  width: 100%;
  height: 20vh;
  display: flex;
  flex-wrap: wrap;
}

.top-header {
  order: 1;
  background-color: #483c32;
  width: 100%;
  height: 6vh;
  display: flex;
  justify-content: center;
}

.social-networks {
  width: 25%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.social-networks a {
  color: white;
}

.social-networks a:hover {
  color: #f4c2c2;
}

.bottom-header {
  order: 2;
  width: 100%;
  height: 14vh;
  display: flex;
}

.logo-container {
  background-color: white;
  order: 1;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#logo {
  max-width: 60%;
  height: auto;
}

nav#start {
  order: 2;
  width: 60%;
  display: flex;
  align-items: center;
}

nav#start ul {
  order: 1;
  width: 100%;
  height: 6vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

nav#start ul li a {
  color: #483c32;
}

nav#start li:hover {
  border-bottom: 1px solid #483c32;
}

nav#start a:hover {
  color: #f4c2c2;
}

footer {
  background-color: #483c32;
  width: 100%;
  height: 20vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

nav#end {
  order: 1;
  width: 80%;
  height: 12vh;
  display: flex;
  align-items: center;
}

nav#end ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

nav#end ul li a {
  color: white;
}

.ending {
  order: 2;
  width: 100%;
  height: 8vh;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ACCUEIL */
.slider-container {
  width: 100%;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slideshow {
  width: 60%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.slider {
  position: relative;
  width: 500%;
  font-size: 0;
  animation: 20s animation infinite;
}

.slider figure {
  width: 20%;
  height: auto;
  display: inline-block;
  position: inherit;
}

.slider img {
  max-width: 100%;
  max-height: 100%;
}

.slider figure figcaption {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  width: 100%;
  font-size: 3vh;
}

@keyframes animation {
  0% {
    left: 0%;
  }

  15% {
    left: 0%;
  }

  25% {
    left: -100%;
  }

  35% {
    left: -100%;
  }

  45% {
    left: -200%;
  }

  55% {
    left: -200%;
  }

  65% {
    left: -300%;
  }

  75% {
    left: -300%;
  }

  85% {
    left: -400%;
  }

  100% {
    left: -400%;
  }
}

.homepage {
  background-color: rgba(255, 228, 225, 0.3);
  width: 70%;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 2%;
  padding-bottom: 2%;
  height: auto;
}

.homepage a {
  text-decoration: none;
  color: #fd6c9e;
  font-weight: bold;
}

article {
  background: #fff;
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  height: auto;
  line-height: 2;
}

.about-us {
  border: 1px dashed #5a3a22;
  font-size: small;
  margin-top: 3%;
  margin-bottom: 3%;
  margin-left: 10%;
  margin-right: 10%;
  padding: 1.5%;
}

.event-content {
  display: inline-block;
  width: 100%;
  border-bottom: 5px dotted #fdbfb7;
}

.event-content p {
  text-align: left;
}

.event-images {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.event-images img {
  display: inline-block;
  width: 20%;
  padding-left: 5%;
  padding-right: 5%;
  height: auto;
  opacity: 0.8;
}

.formation-content {
  display: inline-block;
  width: 100%;
  border-bottom: 5px dotted #fdbfb7;
}

.formation-content p {
  text-align: left;
}

.formation-images {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.formation-images img {
  display: inline-block;
  width: 20%;
  padding-left: 5%;
  padding-right: 5%;
  height: auto;
  opacity: 0.8;
}

p {
  font-size: small;
}

h1 {
  color: #5a3a22;
}

#wave {
  text-align: center;
}

#heart {
  color: #fd6c9e;
  text-align: center;
}

h3 {
  color: #5a3a22;
}

/* CARTE */
.menu-content {
  background-color: rgba(255, 228, 225, 0.3);
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 2%;
  padding-bottom: 2%;
  width: 70%;
  height: 360vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.menu {
  box-sizing: border-box;
  background-color: white;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.image-bloc {
  order: 1;
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 30%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.image-bloc img {
  max-width: 100%;
  height: auto;
  opacity: 0.5;
  border-radius: 0 50% 50% 0;
}

.title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2vw;
  color: white;
  font-weight: bold;
}

.menu-container {
  order: 2;
  width: 65%;
  padding-left: 2.5%;
  opacity: 0.8;
}

table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

td {
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  width: 40vw;
}

td.price {
  width: 10vw;
  display: flex;
  justify-content: flex-end;
}

/* COMMANDE */
.articles-container {
  background-color: rgba(255, 228, 225, 0.3);
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 2%;
  padding-bottom: 2%;
  width: 70%;
}

.first-article {
  background-color: white;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.coffeetruck {
  float: right;
  display: block;
  width: 50%;
  height: auto;
  opacity: 0.8;
}

.second-article {
  background-color: white;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.crepecake {
  float: left;
  display: block;
  width: 50%;
  height: auto;
  opacity: 0.8;
}

.third-article {
  background-color: white;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.icecreamcake {
  float: right;
  display: block;
  width: 50%;
  height: auto;
  opacity: 0.8;
}

.fourth-article {
  background-color: white;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.soymilk {
  float: left;
  display: block;
  width: 50%;
  height: auto;
  opacity: 0.8;
}

p#text-left {
  padding-top: 2.5%;
  padding-left: 5%;
  padding-right: 55%;
}

p#text-right {
  padding-top: 2.5%;
  padding-right: 5%;
  padding-left: 55%;
}

h2 {
  padding-top: 5%;
  padding-left: 5%;
  color: #fd6c9e;
}

.second-article h3,
.fourth-article h3 {
  padding-top: 5%;
  padding-left: 55%;
  color: #fd6c9e;
}

.login-register-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  height: auto;
  margin-top: 2.5%;
}

.login-section {
  order: 1;
  box-sizing: border-box;
  width: 40%;
  height: 300px;
  padding-top: 3%;
  padding-bottom: 3%;
  border: 1px solid rgba(253, 108, 158, 0.5);
  background-color: rgba(255, 255, 255, 0.7);
  color: rgba(90, 58, 34, 0.5);
  text-align: center;
  transition-property: all;
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  border-radius: 2px;
}

.login-section:hover {
  box-shadow: inset 0px 0px 2px 2px rgba(253, 108, 158, 0.5);
}

.register-section {
  order: 2;
  box-sizing: border-box;
  width: 40%;
  height: 300px;
  padding-top: 6.2%;
  padding-bottom: 6.2%;
  border: 1px solid rgba(253, 108, 158, 0.5);
  background-color: rgba(255, 255, 255, 0.7);
  color: rgba(90, 58, 34, 0.5);
  text-align: center;
  transition-property: all;
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  border-radius: 2px;
}

.register-section:hover {
  box-shadow: inset 0px 0px 2px 2px rgba(253, 108, 158, 0.5);
}

input {
  background-color: white;
  color: black;
  border: 1px solid #5a3a22;
  border-radius: 2px;
}

input:focus {
  background-color: rgba(90, 58, 34, 0.3);
  outline: none;
}

.email-caption {
  margin: 5px 5px 5px 5px;
  padding: 5px;
}

.password-caption {
  margin: 5px 5px 5px 5px;
  padding: 5px;
}

.register-caption {
  margin: 5px 5px 5px 5px;
  padding: 5px;
}

.login-button {
  margin: 10px 5px 5px 5px;
  padding: 5px;
}

.register-button {
  margin: 10px 5px 5px 5px;
  padding: 5px;
}

#login-button {
  padding: 2px 6px 2px 6px;
}

#register-button {
  padding: 2px 6px 2px 6px;
}

#login-button:hover {
  background-color: rgba(253, 108, 158, 0.5);
  cursor: pointer;
}

#register-button:hover {
  background-color: rgba(253, 108, 158, 0.5);
  cursor: pointer;
}

.content {
  background-color: rgba(255, 228, 225, 0.3);
  width: 70%;
  height: auto;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 2%;
  padding-bottom: 2%;
  margin: 0;
  text-align: center;
}

.gallery-content {
  background: #fff;
  width: 100%;
  height: auto;
  padding-top: 2.5%;
}

.gallery {
  display: inline-block;
  width: 25%;
  height: auto;
  margin-left: 2.5%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  padding: 0;
  border: 1px dotted black;
  overflow: hidden;
  vertical-align: middle;
  box-sizing: border-box;
}

.gallery:hover {
  border: 1px solid black;
  background-color: rgba(0, 0, 0, 0.5);
}

.gallery img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  opacity: 0.8;
}

.description {
  padding: 2.5%;
  text-align: center;
  color: #5a3a22;
}

.content-container {
  vertical-align: middle;
  background-color: rgba(255, 228, 225, 0.3);
  width: 70%;
  height: auto;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 2%;
  padding-bottom: 2%;
}

.content-localisation {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.text {
  background: #fff;
  order: 1;
  width: 45%;
  padding-left: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.image {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 45%;
  height: auto;
  padding-right: 5%;
}

img {
  width: 100%;
  height: auto;
  opacity: 0.8;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5 {
  color: #5a3a22;
}

.map {
  order: 3;
  width: 100%;
  height: auto;
}

iframe {
  vertical-align: middle;
  width: 100%;
  height: 400px;
}

.container-contact {
  background-color: rgba(255, 228, 225, 0.3);
  width: 70%;
  height: auto;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 2%;
  padding-bottom: 2%;
}

.contact-content {
  background: #fff;
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  text-align: center;
}

.contact-container {
  display: inline-block;
  background-color: #fde9e0;
  width: 50%;
  height: auto;
  box-sizing: border-box;
  padding: 5%;
  border: 1px dashed #5a3a22;
  color: rgba(90, 58, 34, 0.5);
  border-radius: 2px;
}

.name-container,
.email-container,
.message-container {
  margin: 5px 5px 5px 5px;
}

input {
  background-color: white;
  color: black;
  border: 1px dashed black;
  border-radius: 2px;
}

textarea {
  border: 1px dashed black;
  vertical-align: top;
  height: 5em;
  resize: vertical;
}

input:focus {
  background-color: rgba(90, 58, 34, 0.5);
  outline: none;
}

textarea:focus {
  background-color: rgba(90, 58, 34, 0.5);
  outline: none;
}

#send-button {
  padding: 2px 4px 2px 4px;
}

#send-button:hover {
  background-color: rgba(90, 58, 34, 0.5);
}

label {
  display: inline-block;
  width: 19%;
  text-align: right;
}

h2,
h3,
h4 {
  color: #5a3a22;
}

h4#whatsapp {
  color: #00e676;
}

@media all and (max-width: 575.98px) {
  .menu-content {
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 2%;
    padding-bottom: 2%;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .menu {
    box-sizing: border-box;
    background-color: white;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .image-bloc {
    order: 1;
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .image-bloc img {
    max-width: 100%;
    height: auto;
    opacity: 0.5;
    border-radius: 0 50% 50% 0;
  }

  .title {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2vw;
    color: white;
    font-weight: bold;
  }

  .menu-container {
    order: 2;
    width: 100%;
    padding-left: 2.5%;
    opacity: 0.8;
  }

  table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  td {
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    width: 100vw;
  }

  td.price {
    width: 10vw;
    display: flex;
    justify-content: flex-end;
  }

  .content {
    width: 100%;
    height: auto;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 2%;
    padding-bottom: 2%;
    margin: 0;
    text-align: center;
  }

  .gallery-content {
    width: 100%;
    height: auto;
    padding-top: 2.5%;
  }

  .gallery {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 2.5%;
    padding: 0;
    border: 1px dotted black;
    overflow: hidden;
    vertical-align: middle;
    box-sizing: border-box;
  }

  .container-contact {
    width: 100%;
    height: auto;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  nav#start ul li {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media all and (max-width: 767.98px) {
  .social-networks {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  .slideshow {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
  }

  .first-article {
    background-color: white;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

  .coffeetruck {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.8;
  }

  .second-article {
    background-color: white;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

  .crepecake {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.8;
  }

  .third-article {
    background-color: white;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

  .icecreamcake {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.8;
  }

  .fourth-article {
    background-color: white;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

  .soymilk {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.8;
  }

  p#text-left {
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  p#text-right {
    padding-top: 5%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .second-article h3,
  .fourth-article h3 {
    padding-top: 5%;
    padding-left: 5%;
    color: #fd6c9e;
  }

  .login-register-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    height: auto;
    margin-top: 2.5%;
  }

  .login-section {
    order: 1;
    box-sizing: border-box;
    width: 100%;
    height: 300px;
    padding-top: 3%;
    padding-bottom: 3%;
    border: 1px solid rgba(253, 108, 158, 0.5);
    background-color: rgba(255, 255, 255, 0.7);
    color: rgba(90, 58, 34, 0.5);
    text-align: center;
    transition-property: all;
    transition-duration: 250ms;
    transition-timing-function: ease-in-out;
    border-radius: 2px;
  }

  .register-section {
    order: 2;
    box-sizing: border-box;
    width: 100%;
    height: 300px;
    padding-top: 6.2%;
    padding-bottom: 6.2%;
    border: 1px solid rgba(253, 108, 158, 0.5);
    background-color: rgba(255, 255, 255, 0.7);
    color: rgba(90, 58, 34, 0.5);
    text-align: center;
    transition-property: all;
    transition-duration: 250ms;
    transition-timing-function: ease-in-out;
    border-radius: 2px;
  }

  .content-container {
    vertical-align: middle;
    width: 100%;
    height: auto;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .text {
    order: 1;
    width: 100%;
    padding-left: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .image {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    order: 2;
    width: 100%;
    height: auto;
  }

  .contact-container {
    display: inline-block;
    background-color: #fde9e0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 5%;
    border: 1px dashed #5a3a22;
    color: rgba(90, 58, 34, 0.5);
    border-radius: 2px;
  }

  nav#start ul li {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media all and (max-width: 991.98px) {
  .articles-container {
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 2%;
    padding-bottom: 2%;
    width: 100%;
  }
}

@media all and (max-width: 1199.98px) {
  .homepage {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 2%;
    padding-bottom: 2%;
    height: auto;
  }
}