nav .logo-project {
    width: 50px;
    z-index: 1500;
}

nav .nav-link {
    color: var(--bs-dark);
}

nav .nav-item.active a {
    color: var(--bs-primary);
}

@media (min-width: 991px) {
    nav .logo-project {
        margin-left: -50px;
        width: 80px;
        margin-bottom: -35px;
        transition: all 0.2s ease-out;
    }
    .body-scroll nav .logo-project {
        width: 60px;
        margin-bottom: -25px;
        margin-left: -30px;
    }
}

body {
    background-image: url("/data/dataimages/upload/structure/filigrane.svg");
    background-repeat: no-repeat;
    background-size: 70vw auto;
    background-position: 35vw 70vh;
    animation: moveBg linear forwards;
    animation-timeline: scroll();
}

@keyframes moveBg {
    from {
        background-position: 35vw 70vh;
    }
    to {
        background-position: 35vw 40vh;
    }
}

.tplSectionCarouselHome {
    height: 45vh;
    width: 100%;
}

/* .tplSectionFavoritesNews, */
.tplSectionGuichetVirtuel {
    z-index: 500;
    margin-top: -12vh;
}

.bg-white-opacity {
    background-color: rgba(255, 255, 255, .6);
}

.bg-white-opacity-95 {
    background-color: rgba(255, 255, 255, .95);
}

.tplDphChildsIcons .card {
    background-color: transparent !important;
}

/* theme project */

.navbar-nav .text-uppercase,
h1.text-uppercase, .h1.text-uppercase,
h2.text-uppercase, .h2.text-uppercase,
h3.text-uppercase, .h3.text-uppercase,
h4.text-uppercase, .h4.text-uppercase,
h5.text-uppercase, .h5.text-uppercase,
h6.text-uppercase, .h6.text-uppercase {
    text-transform: initial !important;
    font-weight: 700;
}

b, strong {
    font-weight: 700 !important;
}

body .btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

body .bg-primary {
    background-color: var(--bs-primary);
}

body .btn-outline-primary {
    color: inherit !important;
}

body .btn-outline-primary:hover {
    color: white !important;
}

body .body-overlay {
    background-color: var(--bs-primary);
}

body .text-primary,
body .link-primary,
.text-primary,
.link-primary {
    color: var(--bs-primary) !important;
}



body section.bg-project {
    color: initial;
    background-color: transparent;
}

.tplDeepsearch section.bg-project,
body section.bg-project#searchform {
    color: initial;
    background-color: var(--bs-light) !important;
    border-top: solid 3px white;
}

body section.bg-project {
    color: initial;
    background-color: transparent;
}

body section.bg-project i.fa-4x,
body section.bg-project i.fa-5x {
    color: var(--bs-primary) !important;
}

/*
#carousel-header li.splide__slide::before {
    background-color: rgba(0, 124, 183, .3);
    content:'';
    position: absolute;
    display: block;
    width: 100%;
    height:100%;
}
*/

.card-img-overlay {
    opacity: 0.85;
    background-color: var(--bs-dark) !important;
}

body .ecusson-project {
    max-width: 120px;
    max-height: 200px;
}

body footer .ecusson-project {
    max-width: 150px;
    max-height: 200px;
}

.tplAddressCards .ratio.ratio-1x1 {
    padding-top: 20%;
}
.tplDphHomeEvent .splide__slide,
.tplDphHomeEvent .splide__track  {
    height: auto !important;
}
@media (min-width: 991px) {
    .tplDphHomeEvent .splide__slide,
    .tplDphHomeEvent .splide__track  {
        height: 450px !important;
    }
}

article ul li:before,
body.mce-content-body ul li:before {
    display: inline-block;
    width: 25px;
    font-size: 13px;
    font-weight: 900;
    content: "\e122";
    margin-left: -25px;
}

@media (max-width: 767px) {

    .tplSectionGallery,
    .stretched-link small,
    .link-primary small,
    .stretched-link i.fa-long-arrow-right {
        display: none;
    }

    .tplSectionHomeEvents .link-primary small {
        display:initial;
    }

    .tplDphChilds .mb-4 {
        margin-bottom: 0px !important;
    }

    .tplDphChildsIcons .card .card-body {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 991px) {
    .dropdown-menu.dropdown-search {
        display: block;
    }
    .tplTagCloudFilterWho .fa-3x {
        font-size: 30px;
    }
    .tplTagCloudFilterWho small {
        font-size: 12px;
    }
    .tplSectionGuichetVirtuel .fa-3x {
        font-size: 40px;
    }
    .tplSectionGuichetVirtuel .card-body a {
        font-size: 14px;
    }
}

.mw-20 {
    min-width: 20% !important;
}
