.experience-content {
    font-family: 'Outfit', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 50px;
}

.forms {
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 290px;
}

.experience-container{
    background-image: url('../images/exp2.webp');
   height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    gap: 50px;
}

.experience-container{
    display: flex;
    flex-direction: column;
   
}

.titre-container {
    font-weight: 600;
    font-size: 35px;
    text-align: center;
    color: white;
}

.titre-content{
    font-weight: 600;
    font-size: 35px;
    text-align: center;
}

.emoji-container {
   
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;
    background-color: white;
    border-radius: 10px;
    font-weight: 300;
    font-size: 20px;
}
.title-content{
    display: flex;
    flex-direction: row;
    gap: 220px;
}

.emoji-title{
    font-weight: 600;
    font-size: 30px;
}

.label-content{
    display: flex;
    flex-direction: column;
    gap: 8px;
   
}

.forms-container {
    display: flex;
    flex-direction: column;
    width: 600px;
     gap: 30px; 

}
.cursor-pointer{
    cursor: pointer;
}

.forms-container label {
    font-weight: 400;
    font-size: 20px;
    color: white;

}

.forms-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.forms-content input {
    width: 100%;
    padding: 15px;
    border: 1px solid white;
    border-radius: 20px;
    box-sizing: border-box;

} 

.forms-content input:focus{
    border-color: #0063CE;
}

.message-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;

}

.stars:hover svg {
    cursor: pointer;
}

.stars{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.clicked-star{
   fill: rgb(254, 226, 10);;
}

.message {
    font-weight: 400;
    font-size: 20px;
}

.message-exp{
    width: 100%;
    height: 210px;
    padding: 20px;
    border: 1px solid white;
    border-radius: 20px;
    box-sizing: border-box;
    background-color: #F2F8FF;

}
.message-exp:focus{
    border-color: #0063CE;
}

.button-container {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.button-container button {
    padding: 17px 49px;
    width: 190px;
    background-color: #00082B;
    color: #fff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    height: 50px;
    font-size: 18px;
}
.emoji-content{
    padding: 20px;
    border-radius: 20px;
    box-shadow: 1px 5px 10px #dadada;
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.emoji{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.emoji svg {
    padding: 10px;
   
}

.clicked-svg{
    fill: #FFE500;
    background-color:  #F2F8FF    ;
    border-radius: 20px;
    stroke: #FFE500; 
}
.titre-emoji{
    font-weight: 300;
    font-size: 20px;

}

@media screen and (max-width:1600px) {
    .vide1{
        display: none;
    }
    
}

@media screen and (max-width:1400px) {
    .vide1{
        display: none;
    }

    .vide2{
        display: none;
    }
    
}

@media screen and (max-width:1200px) {

    .forms {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
}
.title-content{
    display: flex;
    flex-direction: column;
    gap: 0px;
}
}


@media screen and (max-width:700px)  {
    .emoji-container {
        align-items: center;
    }

    .emoji-title {
        text-align: center;
    }

    .emoji-content {
        display: flex;
        flex-direction: row;
        gap: 15px;
    }
    
    .forms-container {
        display: flex;
        flex-direction: column;
        width: 450px;
        gap: 40px;
    }
    .button-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 100px;
    }
}

@media screen and (max-width:520px) {
    .emoji-content{
        gap: 0px;
    }

    .forms-container {
        display: flex;
        flex-direction: column;
        width: 400px;
        gap: 40px;
    }
}

@media screen and (max-width:460px) {
    .emoji svg{
        width: 60px;
    }

    .emoji-content{
        padding: 5px;
        border-radius: 20px;
        box-shadow: 1px 5px 10px #dadada;
        display: flex;
        flex-direction: row;
    }

    .emoji-title{
        font-weight: 600;
        font-size: 25px;
    }
    
}

@media screen and (max-width:414px){
    .experience-container {
        background-image: url(../images/exp2.webp);
        background-position: 25% 25%;
        height: 130vh;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .forms-content input{
        width: 350px;
    }
    .emoji-title{
        width: 350px;
    }
    .titre-content{
        width: 100%;
    }

}


@media screen and (max-width:390px){
    .experience-container {
        background-image: url(../images/exp2.webp);
        background-position: 25% 25%;
        height: 130vh;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .forms-content input{
        width: 350px;
    }
    .emoji-title{
        width: 350px;
    }
    .titre-content{
        width: 100%;
    }

}
@media screen and (max-width:360px){
    .experience-container {
        background-image: url(../images/exp2.webp);
        background-position: 25% 25%;
        height: 130vh;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .forms-content input{
        width: 350px;
    }
    .emoji-title{
        width: 350px;
    }
    .titre-content{
        width: 350px;
    }

}

@media screen and (max-width:410px) {
    .forms-container{
        width: 350px;
        gap: 12px;
    }

    .titre-emoji{
        font-size: 15px;
    }
}

@media screen and (max-width:375px) {

    .experience-container {
        background-image: url(../images/exp2.webp);
        height: 130vh;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
}







