body{
   /*background-image: url(./image/image2.jpg);*/
    background-image: linear-gradient(to top, #30cfd0 0%, #210642 100%) ;
    /*background-color: black;*/
    background-repeat: no-repeat;
}
#globla-div{
    display: block;
    position: relative;
    height: 100%;
}
.navbar{
   background-color:#007bff;
}
.offcanvas{
    background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
}
.link{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.div-link{
    display: flex;
    align-items: center;
    margin-left: 97px;
}
.ul-link{
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
@media screen and (max-width: 750px) {
    .div-link {
        display: none;
    }}
.nav-link {
    font-size: 100%;
    padding: 0 16px 0 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: white;
    text-shadow: 2px 5px 3px BLACK;
}

.logo {
    width: 65px;
    height: auto;
    border-radius: 50%;
}
/* le contenu de la presentation */
.main-content{
    justify-content:center;
    align-items: center;
    display: flex;
    margin-top: 140px;
    flex-direction: row;

}
/*le contenu du text */
.textcontenu{
    width: 100%;
    flex-direction: column;
    margin-left: 70px;
}
.name{
    font-family: "roboto", sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 50px;
    font-weight: 700;
}
.div-text{
    margin:12px 5px 12px 5px;
}
#texte{
    font-family: "roboto", sans-serif;
    text-transform: capitalize;
    color: white;
    margin:12px 5px 12px 5px;
    font-weight: 400;
    font-size: 30px;

}
.description{
    font-family: 'roboto',  sans-serif;
    text-transform: capitalize;
    color: white;
    margin:12px 5px 12px 5px;
    font-size: 17px;
}
.border{
    width: 107px;
    border-radius: 3px;
    background-color: white;
}
/* le contenu du photo */
.selfphoto{
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: row;
    margin-left: 10px;
}
.photo{
    width: 360px;
    height: auto;
    border-radius: 70px;
}
/*rotation de la photo */
@keyframes rotateFade {
    0% {
        transform: rotateY(0deg);
        opacity: 1;
    }
    100% {
        transform: rotateY(360deg);
        opacity: 0;
    }
}

.rotate-fade {
    animation: rotateFade 30s linear infinite; /* Ajustez la durée selon vos préférences */
}

/* les lien des compte exterieurs*/
.compt{
    align-items: center;
    justify-content: center;
    margin: 10px;
    display: flex;
    flex-direction: column;
}
.compt-link {
    align-items: center;
    justify-content: center;
    display: flex;
    text-decoration: none;
    margin: 5px;
   padding: 4px;
    transition: color 0.7s, background-color 0.3s;
}
.spanLink{
    margin-left: 10px;
}
.compt-link:hover{
    opacity: 1;
}
ul {
    display: flex;

}
.li{
    background-color: #007bff;
    border: 5px solid ;
    border-radius: 50px;
    box-shadow:/* 10px 5px 5px #6713d2;;*/0 4px 8px rgba(0, 0, 0, 0.1);
    list-style: none;
    color: white;
    margin-left:15px ;
    font-size: 16px;
    cursor: pointer;
    padding: 10px 20px;
}
ul a {
    text-decoration: none;
    color: white;
}
/* le contenu global des competence  */
.divcompetence{
    /* background-image: linear-gradient(to top, #e6b980 0%, #eacda3 100%);*/
    margin-top: 80px;
    height: 530px;
}
.title-comp{
    display: flex;
    align-items: center;
    justify-content: center;
}
.separea{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
h2{
    font-family: "roboto", sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 35px;
    font-weight: 700;
}
/* le contenu global des qualité  */
.divQualite{
    margin-top: 10px;
    margin-bottom: 80px;
}
.items-quality{
    margin: 10px;
    width: 200px;
}
.img-quality{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /*height: 250px;*/
}
.img-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-q{
    width: 150px;
    height: auto;
    border-radius: 70px;
}
.description-quality{
    display: flex;
    justify-content: center;
    align-items: center;

}
h3{
    font-family: "roboto", sans-serif;
    text-transform: capitalize;
    color: white;
    font-size: 25px;
    font-weight: 700;
}

.container {
    position: relative;
    width: 320px;
    margin: 100px auto 0 auto;
    perspective: 1200px;
}

.carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    animation: rotate360 60s infinite forwards linear;
}
.carousel__face {
    position: absolute;
    width: 200px;
    height: 107px;
    top: 20px;
    left: 10px;
    right: 10px;
    background-size: cover;
    display: block;
    align-items: center;
    justify-content: center;
}
.img-comp{
    align-items: center;
    margin-left: 30%;
    margin-top: 10%;
    width: 70px;
    height: auto;
}

.carousel__face:nth-child(1) {
    background: linear-gradient(to bottom, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), linear-gradient(to bottom, rgba(0,0,0,0.02) 50%, rgba(255,255,255,0.02) 61%, rgba(0,0,0,0.02) 73%), linear-gradient(33deg, rgba(255,255,255,0.20) 0%, rgba(0,0,0,0.20) 100%);
    background-blend-mode: normal,color-burn;
    transform: rotateY(  0deg) translateZ(380px); }
.carousel__face:nth-child(2) {
    background: linear-gradient(to bottom, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), linear-gradient(to bottom, rgba(0,0,0,0.02) 50%, rgba(255,255,255,0.02) 61%, rgba(0,0,0,0.02) 73%), linear-gradient(33deg, rgba(255,255,255,0.20) 0%, rgba(0,0,0,0.20) 100%);
    background-blend-mode: normal,color-burn;
    transform: rotateY( 40deg) translateZ(380px); }
.carousel__face:nth-child(3) {
    background: linear-gradient(to bottom, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), linear-gradient(to bottom, rgba(0,0,0,0.02) 50%, rgba(255,255,255,0.02) 61%, rgba(0,0,0,0.02) 73%), linear-gradient(33deg, rgba(255,255,255,0.20) 0%, rgba(0,0,0,0.20) 100%);
    background-blend-mode: normal,color-burn;
    transform: rotateY( 80deg) translateZ(380px); }
.carousel__face:nth-child(4) {
    background: linear-gradient(to bottom, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), linear-gradient(to bottom, rgba(0,0,0,0.02) 50%, rgba(255,255,255,0.02) 61%, rgba(0,0,0,0.02) 73%), linear-gradient(33deg, rgba(255,255,255,0.20) 0%, rgba(0,0,0,0.20) 100%);
    background-blend-mode: normal,color-burn;
    transform: rotateY(120deg) translateZ(380px); }
.carousel__face:nth-child(5) {
    background: linear-gradient(to bottom, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), linear-gradient(to bottom, rgba(0,0,0,0.02) 50%, rgba(255,255,255,0.02) 61%, rgba(0,0,0,0.02) 73%), linear-gradient(33deg, rgba(255,255,255,0.20) 0%, rgba(0,0,0,0.20) 100%);
    background-blend-mode: normal,color-burn;
    transform: rotateY(160deg) translateZ(380px); }
.carousel__face:nth-child(6) {
    background: linear-gradient(to bottom, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), linear-gradient(to bottom, rgba(0,0,0,0.02) 50%, rgba(255,255,255,0.02) 61%, rgba(0,0,0,0.02) 73%), linear-gradient(33deg, rgba(255,255,255,0.20) 0%, rgba(0,0,0,0.20) 100%);
    background-blend-mode: normal,color-burn;
    transform: rotateY(200deg) translateZ(380px); }
.carousel__face:nth-child(7) {
    background: linear-gradient(to bottom, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), linear-gradient(to bottom, rgba(0,0,0,0.02) 50%, rgba(255,255,255,0.02) 61%, rgba(0,0,0,0.02) 73%), linear-gradient(33deg, rgba(255,255,255,0.20) 0%, rgba(0,0,0,0.20) 100%);
    background-blend-mode: normal,color-burn;
    transform: rotateY(240deg) translateZ(380px); }
.carousel__face:nth-child(8) {
    background: linear-gradient(to bottom, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), linear-gradient(to bottom, rgba(0,0,0,0.02) 50%, rgba(255,255,255,0.02) 61%, rgba(0,0,0,0.02) 73%), linear-gradient(33deg, rgba(255,255,255,0.20) 0%, rgba(0,0,0,0.20) 100%);
    background-blend-mode: normal,color-burn;
    transform: rotateY(280deg) translateZ(380px); }
.carousel__face:nth-child(9) {
    background: linear-gradient(to bottom, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), linear-gradient(to bottom, rgba(0,0,0,0.02) 50%, rgba(255,255,255,0.02) 61%, rgba(0,0,0,0.02) 73%), linear-gradient(33deg, rgba(255,255,255,0.20) 0%, rgba(0,0,0,0.20) 100%);
    background-blend-mode: normal,color-burn;
    transform: rotateY(320deg) translateZ(380px); }
.carousel__face:nth-child(10) {
    background: linear-gradient(to bottom, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), linear-gradient(to bottom, rgba(0,0,0,0.02) 50%, rgba(255,255,255,0.02) 61%, rgba(0,0,0,0.02) 73%), linear-gradient(33deg, rgba(255,255,255,0.20) 0%, rgba(0,0,0,0.20) 100%);
    background-blend-mode: normal,color-burn;
    transform: rotateY(360deg) translateZ(380px); }

@keyframes rotate360 {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(-380deg);
    }
}
/* le contenu global des certificatioln */
.divCertif{
}
.items-certif{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.global-certif{
    position: relative;
    margin: 20px;

}
.img-certif{
    object-fit: cover;
}
.logo-certif{
    width: 370px;
    height: 370px;
    object-fit: cover;
    border-radius: 10px;
    transition-property: height,width;
    transition-duration: 3s,3s ;
    transition: transform 0.3s ease;
}
.logo-certif:hover{
   /* width: 378px;
    height: 378px;*/
   transform: scale(1.1,1.1); /* pour les images */
}
.description-certif{
  position: absolute;
    top: 87%;
    left: 5%;

}
.span-certif{
    margin-left: 5px;
}
.link-certif{
    text-decoration: none;
    color: white;
    background-color: #007bff;
    border: 5px solid ;
    border-radius: 30px;
    box-shadow:/* 10px 5px 5px #6713d2;;*/0 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    cursor: pointer;
    padding: 5px 7px 9px 7px;
    text-align: center;
}
/*  style contact*/
.containerFooter {
    position: relative;
    width: 320px;
    margin: 0 auto 0 auto;
}

.mention a {
    color: white;
}
/* Partie bts */

