.skills{
    display: block;
}
.skills-group1{
    text-align: center;
    display: flex;
    height: 95px;
    font-size: 100px;
    border-radius: 20px;
    overflow: hidden;
    align-items: center;
    margin-bottom: 2rem;
}
.skills-group2{
    margin-bottom: 2rem;
    margin-left: 0.6rem;
    text-align: center;
    display: flex;
    font-size: 100px;
    height: 95px;
    border-radius: 20px;
    overflow: hidden;
    align-items: center;
    padding: auto;
}
.skills-group3{
    text-align: center;
    display: flex;
    height: 95px;
    font-size: 100px;
    border-radius: 20px;
    overflow: hidden;
    align-items: center;
    margin-bottom: 2rem;
}
.skills-group4{
    text-align: center;
    margin-bottom: 2rem;
    display: flex;
    height: 95px;
    border-radius: 20px;
    overflow: hidden;
    align-items: center;
    font-size: 100px;
}

.skills-group5{
    font-size: 100px;
    text-align: center;
    display: flex;
    margin-bottom: 2rem;
    height: 95px;
    border-radius: 20px;
    overflow: hidden;
    align-items: center;
}
.skill{
    font-weight: 700;
    white-space: nowrap;
    animation: defilement 1.5s linear infinite;
}

.skill-long{
    font-weight: 700;
    white-space: nowrap;
    animation: defilement-long 3s linear infinite;
}

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


@keyframes defilement{
    0%{
        transform: translate(-100%);
    }
    100%{
        transform: translate(0);
    }
}
@keyframes defilement-long{
    0%{
        transform: translate(-100%);
    }
    100%{
        transform: translate(0);
    }
}


.container-id{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
}

.circle-group{
    display: flex;
    gap: 1.5rem
}
.circle-group1{
    display: flex;
    gap: 1.5rem;
}
.circle-group2{
    display: flex;
    gap: 1.5rem;
}
.circle-group3{
    display: flex;
    gap: 1.5rem;
}
.circle-group4{
    display: flex;
    gap: 1.5rem;
}

.circle{
    min-width: 200px;
    min-height: 200px;
    background-color: #ffcc0d;
    border-radius: 50%;
    position: relative;
}

.logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 150px;
    min-height: 150px;
    background: url("/images/about/nom.png");
    background-size :cover;
    border-radius: 50%;
}
.logo-1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background: url("/images/about/age.png");
    background-size :cover;
    background-position: 45%;
    border-radius: 50%;
}
.logo-2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background: url("/images/about/mail.png");
    background-size :cover;
    background-position: 45%;
    border-radius: 50%;
}
.logo-3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background: url("/images/about/numero.png");
    background-size :cover;
    background-position: 49%;
    border-radius: 50%;
}
.logo-4{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background: url("/images/about/adresse.png");
    background-size :cover;
    background-position: 45%;
    border-radius: 50%;
}

.text{
    position: absolute;
    width: 100%;
    height: 100%;
}

.element span{
    position: absolute;
    left: 50%;
    top: -19%;
    font-size: 1.2em;
    transform-origin: 0 107px;
    animation: rotation 10s linear infinite;

}
.element-1 span{
    position: absolute;
    left: 50%;
    top: -19%;
    font-size: 1.2em;
    transform-origin: 0 107px;
    animation: rotation 10s linear infinite;

}
.element-2 span{
    position: absolute;
    left: 50%;
    top: -19%;
    font-size: 1.2em;
    transform-origin: 0 107px;
    animation: rotation 10s linear infinite;

}
.element-3 span{
    position: absolute;
    left: 50%;
    top: -19%;
    font-size: 1.2em;
    transform-origin: 0 107px;
    animation: rotation 10s linear infinite;

}
.element-4 span{
    position: absolute;
    left: 50%;
    top: -19%;
    font-size: 1.2em;
    transform-origin: 0 107px;
    animation: rotation 10s linear infinite;

}



@keyframes rotation{
    0%{
        rotate: 360deg;
    }
    100%{
        rotate: 0deg;
    }
}

.logo:hover span, .logo-1:hover span, .logo-2:hover span, .logo-3:hover span, .logo-4:hover span{
    animation: none;
}
