.container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.click_service{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 15vh;
    width: 15vw;
    cursor: pointer;
    border-radius: 15px;
    border: solid 2px #2B2B2B;
    background-color: #FFF7EB;
    transition: ease-in-out 0.2s;
    font-family: "Kallisto";
    color: #2B2B2B;
    p{
        margin: 0;
    }
    &:hover{
        background-color: #FEE1B4;
    }
    img{
        width: 2.5vw;
    }
}

.click{
    background-color: #FEE1B4;
}

.service{
    display: none;
}

.active{
    display: flex;
}

.active> *:nth-child(1){
    width: 90%!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service_desc{
    display: flex;
    justify-content: center;
    position: relative;
    width: 90%;
}

.service_desc > *:nth-child(1){
    display: flex;
        flex-direction: column;
        background-color: #FE9A02;
        padding: 3vw;
        border-radius: 20px;
        width: 50%;
        color: #2B2B2B;
        align-items: center;

}

.service_desc > *:nth-child(2){
    width: 50%;
    position: relative;
    img{
        border-radius: 20px;
        margin-top: 1vh;
        height: 95vh;
    }
}

.pq-nous-choisir{
    width: 80vw;
    padding-left: 0!important;
}

.pq-nous-choisir h3{
    border: none!important;
}

.pq-nous-choisir .uk-grid {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2%;
}


.pq-nous-choisir .uk-grid > *:nth-child(1){
    border: solid 2px #FE9A02;
    border-radius: 15px;
    padding: 0 !important;
    padding-bottom: 1vh;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    div{
        margin: 0!important;
        
    }
    h3{
        width: 20vw;
        font-size: 1.3vw;
    }
}

.pq-nous-choisir .uk-grid > *:nth-child(2){
    border: solid 2px #FE9A02;
    border-radius: 15px;
    padding: 0 !important;
    padding-bottom: 1vh;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    div{
        margin: 0!important;
        
    }
    h3{
        width: 20vw;
        font-size: 1.2vw;
    }
}

.pq-nous-choisir .uk-grid > *:nth-child(3){
    border: solid 2px #FE9A02;
    border-radius: 15px;
    padding: 0 !important;
    padding-bottom: 1vh;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    div{
        margin: 0!important;
        
    }
    h3{
        width: 20vw;
        font-size: 1.2vw;
    }
}

.galerie{
    width: 80vw;
}

@media screen and (max-width: 650px) {
    .container{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1vh;
        flex-wrap: wrap;

    }
    
    .click_service{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: 10vh;
        width: 30vw;
        cursor: pointer;
        border-radius: 15px;
        border: solid 2px #2B2B2B;
        background-color: #FFF7EB;
        transition: ease-in-out 0.2s;
        font-family: "Kallisto";
        font-size: 3vw;
        color: #2B2B2B;
        p{
            margin: 0;
            text-align: center;
        }
        &:hover{
            background-color: #FEE1B4;
        }
        img{
            width: 7vw;
        }
    }
    
    .click{
        background-color: #FEE1B4;
    }
    
    .service{
        display: none;
    }
    
    .active{
        display: flex;
    }
    
    .active> *:nth-child(1){
        width: 90%!important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .service_desc{
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        width: 100%;
        margin-left: 0;
    }
    
    .service_desc > *:nth-child(1){
        display: flex;
        flex-direction: column;
        background-color: #FE9A02;
        padding: 3vw;
        border-radius: 20px;
        width: 100%;
        color: #2B2B2B;
        align-items: center;
        
    }
    
    .service_desc > *:nth-child(2){
        width: 100%;
        height: auto;
        padding: 0;
        img{
            border-radius: 20px;
            margin-top: 1vh;
            height: auto;
        }
    }


.pq-nous-choisir .uk-grid > *:nth-child(1){
    h3{
        width: 30vw;
        font-size: 3vw;
    }
}

.pq-nous-choisir .uk-grid > *:nth-child(2){
    h3{
        width: 30vw;
        font-size: 3vw;
    }
}

.pq-nous-choisir .uk-grid > *:nth-child(3){
    h3{
        width: 30vw;
        font-size: 3vw;
    }
}

    
    .galerie{
        width: 80vw;
    }
}