.menu-level-0.list-menu > li > a {
    text-transform: unset;
}
.advertisings-widgets {
    position: relative;
}
.data-item__content_short,
p {
    font-weight: 200;
    line-height: 1.2;
}
p strong {
    font-weight: 600;
}
.advertisings-widgets .content {
    position: absolute;
    z-index : 2;
    left    : 10%;
    bottom  : 30px;
    color   : white;
}
.card,
.card-title {
    color      : white;
    line-height: 1;
}
.bg-dark2 {
    background: var(--dark2);
    height    : 100%;
}
.card-title {
    font-family   : var(--title-font);
    text-transform: uppercase;
    font-size     : 35px;
}
.card-text {
    font-size  : 20px;
    line-height: 1.2;
}
.advertisings-widgets picture {
    position: relative;
}
.advertisings-widgets picture:before {
    content   : "";
    position  : absolute;
    width     : 100%;
    height    : 100%;
    background: var(--filter-bg);
    top       : 0;
    left      : 0;
    z-index   : 1;
}
.data-item__images {
    position: relative;
    display : block;
}
.realisations-widgets .data-item__images::after {
    content       : "";
    position      : absolute;
    inset         : auto 0 0 0;
    height        : 302px;
    background    : linear-gradient(to top, rgba(0,0,0,0.85) 0px, rgba(0,0,0,0.7) 60px, rgba(0,0,0,0.45) 130px, rgba(0,0,0,0.25) 200px, rgba(0,0,0,0.1) 250px, rgba(0,0,0,0) 302px);
    z-index       : 2;
    pointer-events: none;
}
.realisations-widgets.reapage .card-body {
    position: absolute;
    left    : 20px;
    bottom  : 50px;
    z-index : 2;
}
.subtitle {
    font-size  : 20px;
    font-weight: 300;
}
.radius {
    border-radius: 5px;
}
.feature-content h3 {
    font-size    : 22px;
    font-weight  : 300;
    margin-bottom: 1.2;
}
.accueil h1,
h2 {
    font-size     : 35px;
    font-family   : var(--title-font);
    margin-bottom : 1rem;
    text-transform: uppercase;
    font-weight   : 400;
}
.centered {
    display        : flex;
    flex-direction : column;
    justify-content: center;
    z-index        : 2;
}
.section-head {
    position: relative;
}
.section-head {
    position: relative;
}
.bloc-svg {
    position: absolute;
    top     : 5%;
    left    : 5%;
    z-index : 0;
}
.bloc-svg-right {
    position: absolute;
    top     : 5%;
    right   : 5%;
    z-index : 0;
}
.realisations-widgets .card-title {
    font-size     : 22px;
    font-weight   : 300;
    text-transform: unset;
    font-family   : var(--text-font);
}
.realisations-widgets .data-item__images {
    height: 100%;
}
.realisations-index .card {
    transition: 0.2s ease;
}
.realisations-index .card:hover {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 6px 10px 4px rgba(0, 0, 0, 0.15);
}
.faqs-widgets .card {
    background: var(--dark2);
}
.faqs-widgets .card-title,
.faqs-widgets .card-title,
.faqs-widgets .data-item__title,
.faqs-widgets .data-item__title {
    font-family   : var(--text-font);
    text-transform: unset;
    font-weight   : 300;
    font-size     : 20px;
}
.faqs-widgets p {
    margin-bottom: 0;
}
.faqs-widgets .card-body {
    padding: 1rem 1.5rem;
}
.header {
    padding-left: 6rem;
}
.header .split-container-fluid {
    padding-right: 4rem;
}
.header .bloc-svg {
    position : absolute;
    top      : 55%;
    left     : 5%;
    z-index  : 0;
    transform: translateY(-50%);
}
.header h1 {
    font-size    : 65px;
    font-weight  : 500;
    font-family  : var(--text-font);
    line-height  : 1;
    margin-bottom: 1.2rem;
}
.header p {
    font-size  : 25px;
    font-weight: 300;
    line-height: 1.2;
}
#content ul li {
    font-weight  : 200;
    margin-bottom: 10px;
}
#content ul li::marker {
    color: #E58C4B;
}
#content ul li strong {
    font-weight: 600;
}
blockquote {
    text-align : center;
    font-weight: 200;
    font-size  : 35px;
    font-style : italic;
}
.table thead th {
    font-weight: 600;
}
.table > :not(caption) > * > * {
    background   : var(--dark);
    color        : white;
    border-bottom: none;
    font-weight  : 300;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: white;
    --bs-table-bg-type   : var(--dark2);
}
table td:nth-child(1),
table th:nth-child(1) {
    width: 10%;
}
table td:nth-child(2),
table th:nth-child(2) {
    width: 10%;
}
table td:nth-child(3),
table th:nth-child(3) {
    width: 20%;
}
table td:nth-child(4),
table th:nth-child(4) {
    width: 20%;
}
table td:nth-child(5),
table th:nth-child(5) {
    width: 14%;
}
table td:nth-child(6),
table th:nth-child(6) {
    width: 6%;
}
table td:nth-child(7),
table th:nth-child(7) {
    width: 20%;
}
.modules .header {
    min-height: 500px;
}
#content .bloc-categories-horizontal ul.category-list li {
    margin-bottom: 0;
}
.realisations-index .card {
    border       : 1px solid white;
    border-radius: 5px;
    overflow     : hidden;
}
.realisations-detail .realisations-widgets .card {
    border       : 1px solid white;
    border-radius: 5px;
    overflow     : hidden;
}
.data-item__category,
.ville {
    font-size: 14px !important;
}
.realisations-index .data-item__category,
.realisations-index .ville {
    color: #FFD29E;
}
.category-select,
.form-select {
    background: var(--dark);
    color     : white;
}
.header svg {
    height: auto;
}
@media(max-width:1599px) {
    .header .split-container-fluid {
        padding-right: 2.5rem;
    }
}
@media(max-width:1199px) {
    .header h1 {
        font-size: 45px;
    }
    .header {
        padding-left: 5rem;
    }
    .header p {
        font-size: 22px;
    }
    .header svg {
        width: 340px;
    }
    .card-title {
        font-size: 30px;
    }
}
@media(max-width:991px) {
    .header .split-container-fluid {
        padding-right: 1rem;
    }
    .header {
        padding-left: 3rem;
    }
    blockquote {
        font-size  : 28px;
        line-height: 1.2;
    }
    .table {
        width: 1000px;
    }
}
@media(max-width:767px) {
    .header {
        padding: 1.5rem;
    }
    .feature-img svg {
        width: 70px;
    }
    .bloc-svg {
        display: none;
    }
}
@media(max-width:575px) {
    .header h1 {
        font-size: 35px;
    }
    .widget-header {
        padding: 0 1rem;
    }
    .card-title,
    .card-title a:not(.admin-edit) {
        font-size: 28px;
    }
    .accueil h1,
    h2 {
        font-size: 30px;
    }
    blockquote {
        font-size: 25px;
    }
    .header p {
        font-size: 20px;
    }
    .subtitle {
        font-size: 18px;
    }
}
.overflow {
    overflow: hidden;
}
div[data-type="checkbox-group"] .form-label,
form .text-danger {
    display: none;
}
.realisations-detail h1 {
    text-transform: uppercase;
}
.realisations-detail .data-item__category,
.realisations-detail .ville {
    color: #FFD29E;
}
.realisations-detail .data-item__share {
    color: #FFD29E;
}
.realisations-detail .detail-header .data-item__category,
.realisations-detail .detail-header .data-item__content_short {
    margin-bottom: 1rem;
}
.data-item__share .dropdown-menu {
    background   : var(--dark2);
    border-radius: none;
    color        : white;
}
.data-item__share .dropdown-menu .dropdown-item {
    color: white;
}
.data-item__share .dropdown-menu .dropdown-item:hover {
    color     : white;
    background: var(--dark);
}
@media(max-width:1199px) {
    .bloc-svg-right {
        top: -16%;
    }
    .bloc-svg-right svg {
        width: 250px;
    }
}
@media(max-width:767px) {
    .accueil h1,
    h2 {
        font-size: 30px;
    }
    .bloc-svg-right {
        display: none;
    }
    .features-5-wrap-xxl .feature {
        flex: 0 0 50%;
    }
}
@media(max-width:575px) {
    .features-5-wrap-xxl .feature {
        flex: 0 0 100%;
    }
}