*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
p {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "YTLC" 500;
  }
h1,h2,li{
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-size: 24px;
    font-style: normal;
    color: #064058;
}
a{
    color: #064058;
    font-size: 18px;
}
.nav-header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 999;
    padding: 20px;
}
.nav-header-active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .6);
    display: block;
    z-index: -1;
}
.header-container{
    display: flex;
    align-items: center;
    gap: 50px;
}
.dynamique-island {
    width: 50%;
    box-shadow: rgba(149, 157, 165, 1) 0px 8px 24px;
    border: 2px solid #064058;
    padding: 10px;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    gap: 100px;
  }
a{
    text-decoration: none;
}
 
.logo {
    width: 100px;
    height: 100px;
    background-image: url("../img/logo.gif");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
 
.questionnaire-a{
    padding: 20px 25px;
    background-color: #064058;
    border-radius: 90px;
    box-shadow: rgba(149, 157, 165, 1) 0px 8px 24px;
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
    color: white;
}
 
.nav-header-active {
    backdrop-filter: blur(15px);
}
 
.classic-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
}
 
.header-container-active {
    margin: 0 auto;
    gap: 100px;
    list-style-type: none;
}
.img-emotion{
    width: 45%;
}
.container-questionnaire{
    margin-top: 15%;
    margin-left: 7%;
    margin-right: 7%;
}
h1{
    font-size: 72px;
    text-align: center;
}
.style-questionnaire{
    padding-top: 50px;
    border-radius: 25px;
}
.text-questionnaire{
    border: none;
    padding: 2%;
    text-align: center;
    font-size: 48px;
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "YTLC" 500;
}
button {
    color: #090909;
    padding: 0.7em 1.7em;
    font-size: 18px;
    border-radius: 0.5em;
    background: #e8e8e8;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    transition: all 0.3s;
    box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
  }
  
  button:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
  }
  .button-bleu {
    color: #090909;
    padding: 0.7em 1.7em;
    font-size: 18px;
    border-radius: 0.5em;
    background: #87CDD7;
    cursor: pointer;
    border: 1px solid #87CDD7;
    transition: all 0.3s;
    box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
  }
  
  .button-bleu:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
  }
  .button-jaune {
    color: #090909;
    padding: 0.7em 1.7em;
    font-size: 18px;
    border-radius: 0.5em;
    background: #FFDE15;
    cursor: pointer;
    border: 1px solid #FFDE15;
    transition: all 0.3s;
    box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
  }
  
  .button-jaune:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
  }
  .button-rouge {
    color: #090909;
    padding: 0.7em 1.7em;
    font-size: 18px;
    border-radius: 0.5em;
    background: #D48193;
    cursor: pointer;
    border: 1px solid #D48193;  
    transition: all 0.3s;
    box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
  }
  
  .button-rouge:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
  }
.skip{
    display:none;
    margin: auto;
}

.container-resultat{
  border: none;
  padding: 2%;
  text-align: center;
  width: 90%;
  margin: auto;
  border-radius: 40px;
  background-color: #064058;
  color: white;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}
.container-boxe-content{
  margin-top: 5%;
  display: flex;
  height: 100%;
  justify-content: space-around;
  align-items: center;
  color: #064058;
}
.container-boxe{
  background-color: white;
  background-image: url(../img/forme-boxe.svg);
  box-shadow: rgb(111, 114, 117) 0px 8px 24px;
  background-repeat: no-repeat;
  border-radius: 45px;
  width: 33%;
  margin: auto;
}
table {
  border-collapse: collapse;
  border: 2px solid #064058;
  font-family: sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
  width: 100%;
  
}
th,td {
  border: 2px solid #87CDD7;
  padding: 8px 10px;
}