/*general*/
a {
    text-decoration: none;
}
.padding_right_left{
    padding:0 200px;
    padding-top: 20px;
}
.noscroll{
    overflow-y: hidden;
}
h1, div, p{
    /*font-family: "ccmeanwhile", sans-serif;*/
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
}
button{
    border-radius: 5px;
    /*font-family: "ccmeanwhile", sans-serif;*/
    font-family: "Open Sans", sans-serif;
    border:  none;
    cursor: pointer;
    text-decoration: none;
}

body{
    text-align: center;
    margin: 0;
    overflow-x:hidden;
}
.body_map{
    background-image: url("../en/media/fond_ecran/fond5.jpg");
}
.body_end{
    background-image: url("../en/media/fond_ecran/fond_end.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100vw;
    height: 100vh;
    overflow-y:hidden;

}
.back_opacity{
    background-image: url("../en/media/fond_ecran/fond_question.jpg");
    background-size: cover;
    background-repeat: repeat;
    width: 100vw;
    
}
.body_index{
    background-image: url("../en/media/fond_ecran/intro.png");
    background-position-x: center;
    background-size: cover; /* Redimensionne l'image pour couvrir l'intégralité du conteneur */
    min-height: 100vh;
}
.body_intro{
    background-image: url("../en/media/fond_ecran/name.jpg");
    background-position-y: 20%;
    background-position-x: center;
    background-size: cover; /* Redimensionne l'image pour couvrir l'intégralité du conteneur */
    min-height: 100vh;

}
/*
.body{
    transform: translate(-0%, 50%);
}
*/
.btn-start{
    background-color: white;
    padding: 15px 20px;
    font-style: italic;
    border: 1px solid black;
    font-size: 25px;
}
.btn-start:hover{
    background-color:#FFF335;
}
.download{
    padding:10px 20px;
    font-size: 25px;
    background-color:#FFF335;
    color:white;
    border:  2px solid black;
    font-style: italic;
    -webkit-text-stroke: 2px black;
}
.download:hover{
    border: solid white 2px;
}
.euro img{
    z-index: -1;
}
/*intro*/
#continueBtn, #endVideoBtn{
    margin:2em;
}
.play{
    padding:0px;
    background-color: transparent;
}
.langue{
    display: inline-block;
    margin: 0 20px;
}
input{
    border: none;
    border-bottom: 2px solid gray;
    background-color: transparent;
    font-family: "ccmeanwhile", sans-serif;
    font-weight: 700;
    font-style: normal;
    color:white
}
.blanc{
    color: white
}
.name{
    margin: 10px 0;
}

/*video intro */
.videoContainer{
    justify-content: center;
    display: flex;
}
.video_intro{
    transform: translate(0%, -50%);
}
.video, .video_intro{
    width: 100vw;
    height: 100vh;
    object-fit: cover;

}


.skip-button{
    position: absolute;
    right: 20px;
    background-color: white;
    border: 1px solid black;
    border-radius: 3px;
    padding: 15px 20px;
    cursor: pointer;
    top:50%;
}

.skip-button:hover {
    background-color: #FFF335;
}

.play-button svg polygon{
    position: absolute;
    width: 50px;
    height: 50px;
    
}
.play-button{
    position: absolute;
    cursor: pointer;
}

.play-button svg:hover circle{
    fill:#FFF335;
}

.hide-button {
    display: none;
}
.videoContainerStep{
    align-items: center
}
.body_map{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100vw;
    height: 100vh;
}

.pin.disabled{
    opacity: 0.5;
    pointer-events: none;
}
.pin{
    cursor: pointer;
}

.pin.success{
    pointer-events: none;
}
.pin.success #location-pin-solid{
    fill:#68DCAF;
}

#score {
    color: #FFF335;
    font-size: 1.2rem;
    padding: 15px;
    margin: 7px 15px;
    background-color: #ffffff;
    border-radius: 10px;
    text-shadow: -1px -1px 0 #000,  
    1px -1px 0 #000,
   -1px  1px 0 #000,
    1px  1px 0 #000;;
}

#step1Btn{
    animation: moveUpDown 2s ease-in-out infinite;
}
#step2Btn{
    animation: moveUpDown 2.5s ease-in-out infinite;
}
#step3Btn{
    animation: moveUpDown 2.4s ease-in-out infinite;
}
#step4Btn{
    animation: moveUpDown 2.2s ease-in-out infinite;
}
#step5Btn{
    animation: moveUpDown 2.3s ease-in-out infinite;
}
#step6Btn{
    animation: moveUpDown 2.2s ease-in-out infinite;
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
        background-color: black;
    }
    to {
        opacity: 1;
        background-color: '';
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
        background-color: '';
    }
    to {
        opacity: 0;
        background-color: black;
    }
}

.fade-in {
    animation-name: fade-in;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.fade-out {
    animation-name: fade-out;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.btn-play, .btn-continue {
    text-align: center;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(-50%, 0);
}

.btn-continue {
    top: 175px !important;
}

.level-image {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
object-position: bottom;
}

/*Level 1*/
#endVideoBtn{
    display: inline-block;
    text-align: center;
}
.endVideoBtncenter{
    display: inline-block;
    text-align: center;
}
.levels{
    display: flex;
    z-index: 1;
}
/*Questions*/
.bloc_question{
    display: inline-block;
}
.question_h1{
    display: inline;
}
.numberQuestion{
    display: inline;

}

.btn-response {
    margin:2em;
    padding:10px 20px;
    font-weight: 700;
    font-style: italic;
    font-size: 25px;
    background-color:white;
    color:black;
    border:  2px solid black;
    font-size: 18px !important;
    display: inline !important;
    margin: 1em !important;
    width: 50%;
    min-height: 50%;
}
.column_left{
    text-align: end;
}
.column_right{
    text-align: start;
}
.answerContainer{
    padding-top: 80px;
    padding-bottom: 20px;
}

.levels{
    position: relative;
}
#btnA{
    border:3px solid rgb(39, 150, 255);
}
#btnB{
    border:3px solid rgb(255, 153, 0);
}
#btnC{
    border:3px solid rgb(22, 204, 19);
}
#btnD{
    border:3px solid rgb(255, 234, 0);
}
#btnE{
    border:3px solid rgb(104, 28, 246);
}

#btnA:hover{
    background-color: rgb(209, 245, 255) !important;
}
#btnB:hover{
    background-color: rgb(255, 234, 208)!important;
}
#btnC:hover{
    background-color: rgb(227, 255, 230)!important;
}
#btnD:hover{
    background-color: rgb(255, 255, 209)!important;
}
#btnE:hover{
    background-color: rgb(229, 215, 255)!important;
}

.disabled-hover:hover{
    pointer-events: none;
}




/*positon btn*/
#step1Btn,
#step2Btn,
#step3Btn,
#step4Btn,
#step5Btn,
#step6Btn {
    position: absolute;
}

#step1Btn {
    top: 0px;
    left: 200px;
}

#step2Btn {
    top: 150px;
    left: 400px;
}

#step3Btn {
    top: 0px;
    left: 650px;
}

#step4Btn {
    top: 120px;
    right: 962px;
}

#step5Btn {
    top: 30px;
    right: 631px;
}
#step6Btn {
    top: 140px;
    right: 200px;
}
.island{
    display: inherit;
}

/*btn cercle*/
.circle {
width: 100%;
height: 100%;
background-color: white;
position: absolute;
border-radius: 50%;
animation: ripple-animation 3.5s infinite ease-out;
}

.circle1 {
animation-delay: 0s;
}

.circle2 {
animation-delay: 500ms;
}

.circle3 {
animation-delay: 1s;
}
.circle4{
height: 100px;
width: 100px;
border-radius: 50%;
background-color: white;
transform: translate(110%, 110%);
}


@keyframes ripple-animation {
0% {
    transform: scale(0.1);
    opacity: 1;
}
100% {
    transform: scale(1);
    opacity: 0;
}
}
.container-circle {
width: 20em;
height: 20em;
position: relative;
padding-top: 150px;
text-align: center;
position: absolute;
top: 35px;
left: 50%;
transform: translate(-50%, 30%);
}

.text {
text-align: center;
vertical-align: middle;
line-height: 100px;  
margin: 0;
color:black;
}
.circle4:hover {
background-color: yellow;
border: 2px solid black;

}
.fond_espagne{
    position: absolute;
    width: 250%;
    transform: translate(-50%, -50%);
    }
    
.fond_pologne{
    position: absolute;
    width: 150%;
    transform: translate(-50%, -40%);
}
.fond_finlande{
    position: absolute;
    width: 250%;
    transform: translate(-50%, -40%);
}

.fond_france{
    position: absolute;
    width: 250%;
    transform: translate(-50%, -40%);
}
.fond_slovenie{
    position: absolute;
    width: 200%;
    transform: translate(-50%, -40%);
}
.fond_roumanie{
    position: absolute;
    width: 200%;
    transform: translate(-50%, -50%);
}
.circle_finlande{
    transform: translate(-10%, 30%);
}
.circle_france{
    transform: translate(-50%, 60%);
}
/*menu*/
.menu{
    display: flex;
    justify-content: center;
    margin: 0 150px;
}
.button-container {
    display: flex;
}

.column {
    flex: 1;
}

li, .btn-response, #storyline,#feedback{
    font-family: 'Raleway', sans-serif;
}
/*formulaire*/
.formulaire{
    padding-top:15px;
}
/*choix des langues*/
.container_langue{
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
}
.col1_langue{
    display: flex;
    grid-column: 1 / 2;
    flex-direction: column;
    max-height: 50%;
}
.col2_langue{
    grid-column: 2 / 3;
    height: 100%;
} 
.col3_langue{
    grid-column: 3 / 4;
    display: flex;
    flex-direction: column;
    max-height: 50%;
}
.langue_end{
    text-align: end;
    padding: 10px 0;
}
.langue_start{
    text-align: start;
    padding: 10px 0;
}
.col1_langue img, .col3_langue img{
    width: 35%;
}

.reset_button{
    position: fixed;
    left: 15px;
    bottom: 15px;

    padding: 10px 15px;
    background-color: #9e76ff;
    font-size: 1rem;

    transition: all 0.2s ease-in-out;
}
.reset_button:hover{
    background-color: #693edc;
}

#listFeedback li{
    list-style: none;
    margin-top: 1rem;
}
