#about {
    /* background: #304185; */
    align-items: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    align-self: center;
}

/**********************************************dlcklckx          **********************/
.img1 {
    width: -1px;
    height: 260px;
    background-image: url("../../img/team1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: fade 25s infinite;
    border-width: 7px;
    border-style: solid inset;
    border-image-source: linear-gradient(to bottom, #d22779, #9a1bc6, #41d0fd);
    border-image-slice: 1;
}
#images {
    /* background-image: url("../img/cadreimg.svg");  */
    height: 100%;
}
#aboutustext {
    margin-top: 8px;
    text-align: justify;
    line-height: 2;
    color: var(--font-color);
}

@keyframes fade {
    20% {
        background-image: url("../../img/team2.png");
    }
    40% {
        background-image: url("../../img/team3.png");
    }
    60% {
        background-image: url("../../img/team4.png");
    }
    80% {
        background-image: url("../../img/team5.png");
    }
    100% {
        background-image: url("../../img/team1.png");
    }
}
@media only screen and (max-width: 990px) {
    .img1 {
        height: 300px;
        margin: auto;
        align-content: center;
        width: 72%;
    }
    #aboutustext {
        text-align: center;
        width: 85%;
        margin: auto;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .img1 {
        height: 250px;
        margin: auto;
        align-content: center;
        width: 75%;
    }
    #aboutustext {
        text-align: center;
        width: 85%;
        margin: auto;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 990px) {
    .img1 {
        height: 300px;
        margin: auto;
        align-content: center;
        width: 72%;
    }
    #aboutustext {
        text-align: center;
        width: 85%;
        margin: auto;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 576px) {
    .responsiveheroicons {
        justify-content: center !important;
    }
    #cadrehero {
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
    .teaser {
        position: absolute;
        top: 78px;
        right: 98px;
        width: 65.5%;
        height: auto;
    }
    #fleches {
        width: 100%;
        display: block;
        margin-top: 27%;
    }
}
.footbut {
    animation: animfoot 3s ease-in-out infinite;
}
@keyframes animfoot {
    0% {
        width: 100%;
    }
    50% {
        width: 80%;
    }
    100% {
        width: 100%;
    }
}
