

.container_xp {
    width: 100%;
    height: 100%;
    margin-top: 24vh;
    
}

.hero_xp{
    width: 100%;
}

.hero_xp .details-container{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 20rem;
}

.hero_xp .details-container:hover{
    animation: rotating-shake-exp 3s infinite; 
    
}

@keyframes rotating-shake-exp {
    0% { transform: translate(-50%, 0) rotate(0deg); }
    2.5% { transform: translate(-50%, 0) rotate(5deg); }
    5.0% { transform: translate(-50%, 0) rotate(0deg); }
    7.5% { ttransform: translate(-50%, 0) rotate(-5deg); }
    10.0% { transform: translate(-50%, 0) rotate(0deg); }
  }

.container_xp section {
    position: relative;
    width: 100vw;
    height: 100vh;
    margin: 0;
}
/* 
.container_xp .hero_xp h1 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    color: var(--accent-color);
    margin-bottom: 1rem;
    line-height: 90%;
} */

.img_xp {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -20%);
    width: 70vw;
    height: 90vh;
    background-color: transparent;
    border-radius: 2em;
    border: var(--soft-color) 0.1rem solid; 
    background-color: var(--light-color);
    padding: 5%;
    display: flex;
    flex-direction: row-reverse;
}

.img_xp:hover {
    cursor: pointer;
    border-color: var(--accent-color);
}


.img_xp img {
    flex: 1;
    width: 40%;
    
    /* width: 100%; */
    /* height: 100%; */
    object-fit: contain;
    border-radius: 0.3em;
}


.img_xp .text_container{
   flex: 3;
   width: 55%;
}

.withyou{
    width: 100%;
}
.img_xp .text{
    /* position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(0, -50%); */
    width: 100%;
    text-align: left;
    font-size: 1rem;
    /* color: var(--light-color); */
}


.img_xp .title{
    /* position: absolute;
    top: 30%;
    left: 75%;
    transform: translate(-50%, -50%); */
    width: 100%;
    text-align: center;
    font-size: 1.7rem;
    
    /* color: var(--light-color); */
}

.contact_me{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, 0);
    text-decoration: underline;
}
.emoji_clin_d_oeil{
    font-size: 10vh;
    color: var(--accent-color);
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, 0);
}

.footer_xp {
    width: 100%;
    min-height: 450vh;
    height: 450vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--light-color);
    color: var(--light-color);
    padding-top: 45vw;
    padding-bottom: 75vw;
}

.footer_xp h1 {
    opacity: 0;
    color: var(--accent-color);
    font-size: 10vw;
    font-weight: 700;
}

/* .pin-spacer {
    margin: 0 !important;
    padding: 0 !important;

}
 */
.knowledge_box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
    width: 100%;
}

.knowledge:hover{
    cursor: pointer;
    color: var(--dark-color);
}