*{
    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: space-between;
    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{
    margin-top: 15%;
    width: 50%;
}
.container-slogan{
    display: flex;
    height: 73vh;
}
.container-vague{
    background-image: url(../img/vague.svg);
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    z-index: -1;
}
.h2-vague{
    font-size: 36px;
    color: white;
    text-align: center;
    padding-top: 3%;
    margin-bottom: 4%;
}
.container-activite{
    display: flex;
    margin: auto;
    width: 50%;
    height: 18%;
    gap: 30px;
}
.container-sophrologie{
    background-color: white;
    background-image: url(../img/forme-sophrologie.svg);
    background-repeat: no-repeat;
    box-shadow: rgb(111, 114, 117) 0px 8px 24px;
    border-radius: 45px;
    width: 33%;
}
.container-boxe{
    background-color: white;
    background-image: url(../img/forme-boxe.svg);
    background-repeat: no-repeat;
    box-shadow: rgb(111, 114, 117) 0px 8px 24px;
    border-radius: 45px;
    width: 33%;
}
.container-activite-crea{
    background-color: white;
    background-image: url(../img/forme-activite-creative.svg);
    background-repeat: no-repeat;
    box-shadow: rgb(111, 114, 117) 0px 8px 24px;
    border-radius: 45px;
    width: 33%;
}
.container-sophrologie-content{
    display: flex;
    height: 100%;
    justify-content: space-around;
    align-items: center;
    color: #064058;
}
.container-boxe-content{
    display: flex;
    height: 100%;
    justify-content: space-around;
    align-items: center;
    color: #064058;
}
.container-activite-crea-content{
    display: flex;
    height: 100%;
    justify-content: space-around;
    align-items: center;
    color: #064058;
}
.container-forme-video{
    background-image: url(../img/forme-video.svg);
    background-repeat: no-repeat;
    margin: auto;
    display: flex;
    justify-content: center;
    padding-top: 10%;
    gap: 4%;
}
.p-titre-video{
    color: #87CDD7;
    font-size: 18px;
}
.p-align{
    display: flex;
}
.p-video{
    width: 40%;
}
.p-text-video{
    display: flex;
}
.align-titre-texte-video{
    margin-left: 20px;
}
.h2-avis{
    padding-top: 10%;
    text-align: center;
    font-size: 36px;
}
.container-avis{
    margin-top: 4%;
    display: flex;
    justify-content: space-between;
}
.img-avis{
    width: 40%;
    padding-bottom: 10px;
}
.img-illustration{
    width: 30%;
    padding-left: 2%;
}
footer{
    display: flex;
    width: 100%;
    background-color: #87CDD7;
    height: 192px;
    flex-direction: column;
    text-align: center;
    align-content: center;
    justify-content: space-between;
}
.container-carrousel{
    width: 50%;
    display: grid;
    justify-items: center;
}
.footer-text{
    background-color: white;
}
.textainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 100%;
    width: 50%;
}
.img-emotion{
    background-image: url(../img/emotionbis.svg);
    background-repeat: no-repeat;
    width: 50%;
    background-position: bottom;
    margin-bottom: -1.4px;
    z-index: 1;
}


/*carrousel*/
.slider-container {
    width: 32%;
    position: relative;
    margin: auto;
    height: 350px;
    overflow: hidden;
  }
  .menu {
    position: absolute;
    left: 0;
    z-index: 11;
    width: 100%;
    bottom: 0;
    text-align: center;
  }
  .menu label {
    cursor: pointer;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50px;
    margin: 0 0.2em 1em;
  }
  .menu label:hover,.menu label:focus {
    background: #1c87c9;
  }
  .slide-input{
    opacity: 0;
  }
  .slide-img {
    border-radius: 30px;
    height: 300px;
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0;
    left: 100%;
    z-index: 10;
    transition: left 0s 0.75s;
  }
  [id^="slide"]:checked + .slide-img {
    left: 0;
    z-index: 100;
    transition: left 0.65s ease-out;
  }
  .nav-header-responsive{
    display: none;
  }
  .img-emotion-responsive{
    display: none;
  }

  @media screen and (max-width: 780px){
    .nav-header{display: none;
    }
    .nav-header-responsive{
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 20%;
    }
    .img-emotion{
        background-image: url(../img/emotionbis.svg);
        background-repeat: no-repeat;
        width: 50%;
        background-position: bottom;
        margin-bottom: -1.4px;
        z-index: 1;
    }
    .img-emotion-responsive{
        background-image: url(../img/emotionbis.svg);
        background-repeat: no-repeat;
        width: 50%;
        background-position: bottom;
        margin-bottom: -1.4px;
        z-index: 1;
    }





  }