@import url('https://fonts.googleapis.com/css2?family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    font-family: "Poppins", sans-serif;
    color: white !important;
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-decoration: none !important;
}

.line {
    background-color: white;
    height: 2px;
}

.text-justify {
    text-align: justify !important;
}

.row>.text-justify {
    line-height: 35px;
    font-size: 1.3rem;
}

body {
    background: rgb(1, 4, 18);
    background: linear-gradient(90deg, rgba(1, 4, 18, 1) 11%, rgba(74, 84, 202, 1) 63%) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    min-height: 100vh;
    padding: 0px !important;
    position: relative !important;
}

.top {
    background: rgb(1, 4, 18);
    background: linear-gradient(90deg, rgba(1, 4, 18, 1) 11%, rgba(74, 84, 202, 1) 63%) !important;
    display: flex;
    align-items: center !important;
    justify-content: space-between !important;


}

#logo-nav {
    height: 100px;
    user-select: none;

}

.nav-link {
    font-weight: bold;
    /* transition: ease-in-out .5s; */
    color: #B8BBB7 !important;
    margin: 20px;

}

.border-none {
    border: none !important;
}

.nav-link:hover,
.active {
    border-bottom: 2px solid white;
    color: white !important;
}

header {
    height: 800px;
    backdrop-filter: blur(7px);
    background: rgba(4, 4, 68, 0.664) url('../images/realisations.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(1, 1, 9, 0.097);
    align-items: center;
    backdrop-filter: blur(3px);
}

.col-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img-tete {
    width: 30px;
    height: 30px;
    z-index: 100;
}

.vert {
    color: lime !important;
}

.btn-gradient {
    background: linear-gradient(60deg, rgba(1, 4, 18, 1) 11%, rgba(74, 84, 202, 1) 63%) !important;
}

.c-image {
   height:350px!important;
}

.slider-wrapper {
    overflow: hidden !important;
    max-width: 100% !important;
    margin: 0  !important;
}
.swiper-slide .card{
    height: 350px!important;
}
.swiper-btn {
    color: white;
    transition: .2s ease;
}

.swiper-btn:hover {
    color: rgba(63, 63, 244, 0.49);
}

.swiper-pagination-bullet {
    height: 15px;
    width: 15px;
    background: #fff;
}

.messagerie {
    position: fixed;
    right: 5px;
    bottom: 30px;
    right: -100%;
    z-index: 2000 !important;
}

.comment {
    width: 320px;
    min-height: 100px;
    height: fit-content;
    background-color: #1d055d;
    backdrop-filter: blur(30px);
    border: rgba(201, 201, 221, 0.49) 1px solid;
    border-radius: 10px;
    position: relative;
    bottom: -1000px;
    transition: all ease-in .5s;
    box-shadow: 1px -3px 30px 4px rgba(0, 0, 0, 0.57);
    
}

.contact-us .form-control {
    border-color: #1d055d !important;
}

.comment-top {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.close {
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 5px;
}

.sms-icon {
    cursor: pointer;

    position: fixed;
    bottom: 30px;
    right: 5px;
}


.real {

    min-height: 200px !important;
}

.realise {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.img-rel {
    height: 600px;
    width: 100%;
}

.role {
    font-size: 12px;
    font-weight: normal;
}

.partner {
    transition: .7s;
    animation: anime 5s infinite;
    animation-fill-mode: forwards;

}

.card {
    position: relative !important;
    overflow: hidden !important;
}


.border-animed::before {
    content: '';
    position: absolute !important;
    top: -30px;
    background: #ffffff;
    height: 120%;
    width: 70%;
    align-self: center;
    animation: rotate 4s linear infinite;
    z-index: -100;
}

.border-animed::after {
    content: '';
    position: absolute !important;
    background: rgba(8, 8, 80, 0.992);
    inset: 3px !important;
    border-radius: 10px;
    z-index: -10;
}

/* Animation d'apparition */
[class*="animation-"] {
    opacity: 0 !important;
    transform: translateY(30px) !important;

}

.animation-visible {
    opacity: 1 !important;
    transform: translateY(0px) !important;
    transition: 1s cubic-bezier(.5, 0, 0, 1);

}

.animation-2 {
    transition-delay: .2s;
}

.animation-3 {
    transition-delay: .3s;
}

.equipe {
    display: flex !important;
    justify-content: center !important;
}

.equipe-contact {
    height: 25px;
    width: 25px;
 
}

span.contact {
    font-size: 11px;
}

.img-temoin {
    width: auto;
    height: 100px !important;
}
.top-mg{
    width:120px!important;
    height:120px!important;
    border-radius:50%;
    text-align:center;
}
/* ADMINISTRATION */

.bod-login {
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
    justify-items: center !important;
    height: 100vh;
    background: #fff !important;
}

#dashboard-body {
    background: #fff !important;
    min-height: 100vh;
    color: black;
}

.slide,
.contenu {
    min-height: 100vh;
}

.text-b15 {
    color: #0e1538 !important;
}

.slide {
    background-color: #0e1538 !important;
}

#search {
    background: url('../images/search.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 5px;
    padding-left: 26px;
}

.info {
    /* height: 150px; */
    padding: 5px;
    width: 150px !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: center;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes anime {
    70% {
        transform: scale(1.1);
    }

}

@media(max-width:768px) {
    .slider-wrapper {
        padding: 0 10px;
    }

    .swiper-btn {
        display: none;
    }
}

@media(max-width:1094px) {
    .top-righ {
        display: none !important;
    }

    .btn-menu {
        display: block !important;
        height: 20px;
        width: 60px;
        margin-right: 5px;
        cursor: pointer;
        content: url('../images/menu.png');
    }

    .nbar {
        display: flex !important;
        flex-direction: column;
        background-color: rgba(0, 0, 0, 0.356);
        backdrop-filter: blur(7px);
        transition: ease-in-out .5s;
        justify-content: flex-start !important;
        box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
        position: fixed;
        width: 250px;
        min-height: 100vh;
        left: -100%;
        top: 102px;
        /* box-shadow: ; */
    }

    .showMenu {
        left: 0px;
    }

    header {
        height: 500px;
    }
}

@media(max-width:1167px) {
    .d-none {
        display: block !important;
    }

    .slide {
        transform: translateX(-100%);
        transition-delay: 3s;
        display: none;
        width: 40% !important;
    }

    .slide-show {
        transform: translateX(0);
        display: block;
    }

}