/* TYPOGRAPHIE */

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.forum-regular {
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
}

.cormorant-garamond {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

body{
    background-image: url("/images/bg-green.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
}

#blur-effect{
    background-color: rgba(4, 126, 167, 0.676);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /*force safari à appliquer le blureffect*/
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#nav-block{
    /* background-color: pink; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px 0;
}

#logo{
    height: 40px;
}

#nav-text{
    color: rgb(252, 252, 243);
    font-family: Poppins;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 10%;

}

main{
  /* background-color: lightgreen; */
  flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.loading-dots{
  display: flex;
  gap: 8px;
}

.loading-dots span{
  width: 8px;
  height: 8px;
  background-color: rgb(252, 252, 243);
  border-radius: 50%;
  animation: loadingBounce 1.4s infinite ease-in-out;
}

@keyframes loadingBounce{
  0%, 80%, 100%{ 
    transform: translateY(0);
    opacity: 0.4;
  }
  40%{
    transform: translateY(-6px);
    opacity: 1;
  }
}

.loading-dots span:nth-child(1){
  animation-delay: 0s;
}

.loading-dots span:nth-child(2){
  animation-delay: 0.2s;
}

.loading-dots span:nth-child(3){
  animation-delay: 0.4s;
}

h1{
    font-family: "Poppins";
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 12%;
    color: rgb(252, 252, 243);
    margin: 0;
}

#main-text{
    text-align: center;
    font-family: "Poppins";
    text-transform: uppercase;
    font-weight: 200;
    color: rgb(252, 252, 243);
    font-size: 16px;
    letter-spacing: 10%;
}

#word{
  font-weight: 500;
}

footer{
    padding: 15px 0
}

#mentions-block{
  /* background-color: lightblue; */
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-family: "Poppins";
  letter-spacing: 15%;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  color: rgb(252, 252, 243);
  margin: 0;
}


#creator-mention{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

#creator-block{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

#creator-link{
  text-decoration: none;
  color: rgb(252, 252, 243);
  font-family: "Cormorant";
  letter-spacing: 10%;
  font-size: 16px;
  font-weight: 100;
}

#contact-button{
  width: 250px;
  height: 30px;
  font-family: "Poppins";
  text-transform: uppercase;
  letter-spacing: 15%;
  color: rgb(252, 252, 243);
  font-size: 14px;
  font-weight: 400;
  background-color: #ffffff29;
  padding: 5px 22px;
  margin-top: 10px;
  border: solid 2px rgb(252, 252, 243);
  border-radius: 20px;
  transition-duration: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contact-link{
  text-decoration: none;
}

#contact-button:hover{
  background-color: #d8dcf031;
  border-color: #131936;
  color: #131936;
}

#break-one{
  display: block;
}

#break-two{
  display: none;
}

/* ----- MEDIAQUERIES AND BREAKPOINTS ----- */


@media screen and (max-width: 768px) {
  #nav-text{
    font-size: 14px;
  }
  #logo{
    height: 24px;
  }
  h1{
    font-size: 28px;
  }
  #main-text{
    width: 80%;
    font-size: 16px;
  }
  #contact-button{
    width: 220px;
    height: 24px;
  }
}

@media screen and (max-width: 480px) {
  #nav-text{
    font-size: 14px;
  }
  #logo{
    height: 24px;
  }
  h1{
    font-size: 18px;
  }
  #main-text{
    width: 90%;
    font-size: 14px;
  }
  #contact-button{
    width: 220px;
    height: 24px;
  }
  #mentions-block{
    font-size: 10px;
    display: flex;
    flex-direction: column;
  }
  #creator-link{
    font-size: 14px;
  }
  #creator-block{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .br-1{
    display: none;
  }
  .br-2{
    display: block;
  }
}