body,
html {
  height: 100%;
  margin: 0;
  background-color: #089aac;
}

html {
  box-sizing: border-box;
}
* {
  box-sizing: inherit;
}

h1 {
  text-align: center;
  color: #f4f7fc;
  font-family: 'Nata Sans', 'sans-serif';
  font-size: 3.5rem;
  line-height: 55px;
  letter-spacing: 50;
  font-weight: 600;
  margin: 0 0 2rem 0;
}

h2 {
  text-align: center;
  color: #f4f7fc;
  margin: 0px;
  font-family: 'Nata Sans', 'sans-serif';
  font-size: 3rem;
  margin: 2rem 0;
  font-weight: 600;
}

h1 .parisienne {
  /* font-family: 'Parisienne', 'sans-serif'; */
  font-family: 'Cookie', 'sans-serif';
  font-size: 80px;
}

p {
  text-align: center;
  color: #f4f7fc;
  font-family: 'Nata Sans', 'sans-serif';
  font-size: 18px;
}

@font-face {
  font-family: 'Nata Sans';
  src: url('../font/NataSans-Variable.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Parisienne';
  src: url('../font/Parisienne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cookie';
  src: url('../font/Cookie-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.row {
  padding: 10px;
  display: flex;
  width: 100%;
  flex-direction: column;

  vertical-align: middle;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.nav {
  width: 100%;
  max-width: 1366px;
  margin: 1rem auto;
  height: 10vh;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
}

.socials {
  height: 30px;
  width: auto;
}
.socials a {
  margin: 0 10px;
  text-decoration: none;
  width: 30px;
  display: inline-block;
  height: 30px;
}

.logo {
  max-width: 100px;
  display: inline;
  cursor: pointer;
  margin-top: 7px;
}

.sociaux {
  width: 30px;
  height: 30px;
}

.image-cropper {
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 10px;
  float: right;
  cursor: pointer;
}

.image-cropper img {
  width: 20px;
  height: 20px;
}
#time {
  font-size: 70px;
  display: flex;
  /* font-family: 'Parisienne', 'sans-serif'; */
  font-family: 'Cookie', 'sans-serif';
  justify-content: center;
  margin: 1rem 0;
}

#time .data {
  max-width: 90px;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  iframe {
    width: 626px;
    height: 352px;
  }

  .flex {
    max-width: 1366px;
    margin: 1rem auto;
    display: flex;
    align-items: center;
  }
  .flex div {
    width: 50%;
  }
}

@media screen and (max-width: 1140px) {
  .logo {
    max-width: 75px;
  }
  p {
    text-align: center;
    color: #f4f7fc;
    font-family: 'Nata Sans';
    margin: 20px auto;
    width: 60%;
  }

  h1 {
    text-align: center;
    color: #f4f7fc;
    font-family: 'Nata Sans';
    font-size: 34px;
    line-height: 45px;
  }

  h2 {
    font-size: 42px;
  }

  h1 .parisienne {
    font-size: 55px;
  }

  #time {
    font-size: 4rem;
  }

  #time .data {
    min-width: 80px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 600;
  }
}

.smallfont {
  font-size: 22px;
  width: auto !important;
  font-family: 'Cookie', sans-serif;
}
@media screen and (max-width: 566px) {
  p {
    text-align: center;
    width: 80%;
  }

  h1 {
    text-align: center;
    font-size: 2.5rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  .smallfont {
    font-size: 20px;
  }
}

footer {
  margin: 2rem 0;
}
footer p {
  width: 100%;
  font-size: 14px;
}

footer a {
  font-weight: bold;
  color: #f4f7fc;
}
footer .small {
  font-size: 12px;
}
