.hero {
    margin-top: 80px;
    color: var(--color-white);
    padding-block: var(--xl);
}
.hero__image {
    position: relative;
    margin: auto;
}
.hero__icon {
    position: absolute;
    z-index: 1;
}
.hero__icon:nth-child(1) {
    top: -10%;
    left: -20%;
    rotate: 5deg;
}
.hero__icon:nth-child(2) {
    top: 10%;
    right: -10%;
    rotate: -3deg;
}
.hero__icon:nth-child(3) {
    bottom: -15%;
    left: -7%;
    rotate: 3deg;
}
.hero__icon:nth-child(4) {
    bottom: 0;
    right: 0;
}
.objs__img {
    text-align: center;
}
.objs__img .button {
    margin-top: 2rem;
}
.obj__text {
    border-bottom: 2px solid var(--color-blue);
}
.info__icon {
    width: fit-content;
    align-self: end;
}
.info__text {
    text-align: center;
    width: 12rem;
}
.info__text a {
    color: inherit;
}
@media (max-width: 768px) {
    .chiffres__infos {
        justify-content: center;
    }
}
.floating-words {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
@media (max-width: 1040px) {
    .floating-words {
        display: none;
    }
}
.floatingword p {
    padding: 0.7em 1.4em;
    font-weight: var(--fw-b);
}

.floatingword {
    border-radius: var(--radius-root);
    rotate: var(--deg);
    display: inline-block;
    transform: translateX(var(--translate));
}
.sys-3f6f8c {
    background-color: var(--color-blue-clear);
    color: var(--color-white);
}
.sys-e6e2d4 {
    background-color: var(--color-light);
}
.sys-6a7262 {
    background-color: var(--color-vert);
    color: var(--color-white);
}
.sys-faf9f7 {
    background-color: var(--color-background);
}

.bandeau__text {
    max-width: 40rem;
    margin: auto;
}
.bandeau__text .button {
    margin-top: 2rem;
}

.ressources__text {
    max-width: 40rem;
}
.ressource {
    max-width: 20rem;
}