.dropdown-item, .trp-language-switcher > div > a{
    color: #fff!important;
}
.container-collaborateurs{
    border-radius: 3px;
    border: 3px solid #7B003A;
    overflow: hidden;
    width: 40vw;
    max-width: 600px;
    height: 20vh;
    max-height: 300px;
    margin-bottom: 40px;
}

.img-collaborateurs{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width:930px) {
    .container-collaborateurs {
        width: 80vw;
    }
    .swiper-button-next{
        right: 50px!important;
    }
    .swiper-button-prev{
       left: 50px!important;
    }
}

@media (max-width:400px){
    .container-collaborateurs{
        width: 90vw;
    }
}

@media (min-width: 992px){
    .grid-cols-2{
        flex: 0 0 20%!important;
        max-width: 20%!important;
    }
    .swiper-button-next{
        transform: translateX(30px);
    }
    .swiper-button-prev{
        transform: translateX(-30px);
    }
}



@media (min-width: 768px){
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide{
    min-width: 200px;
}
.card-realisation{
 height: 500px!important;
}
.card-cta{
    height: fit-content!important;
}

.swiper-button-next:after, .swiper-button-prev:after{
    color : #7B003A;
}


.lift:focus, lift:hover {
    box-shadow: none !important;
}

.text-violet{
    color : #7B003A!important;
}

.trp-ls-shortcode-current-language{
    background-color: #7B003A!important;
}

.header{
    position: fixed!important;
    top: 0 !important;
}

.page-wrapper{
    margin-top: 129px !important;
}


@media (max-width: 768px){
    .page-wrapper{
        margin-top: 109px !important;
    }
    .dropdown-nav-link:hover {
        color: #fff!important;
    }
    #jumpToDropdown{
        background-color: #7B003A;
    }
}