:root {
    --red: #ed0000;
    --orange: #ef5e00;
    --text: #374649;
}
/* Global */
h1._titre{
    font-family: 'Nunito';
    font-weight: 700;
    margin: 0px;
    margin-right: 0;
    margin-left: 0px;
    margin-bottom: 12px;
    font-size: 41px;
    color: #FF0000;
    background: -webkit-linear-gradient(45deg,#ED1100, #EF5F00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.h4-title {
    color: rgb(87,87,87);
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 23px;
    margin-bottom: 0px;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Nunito';
    font-weight: 700;
}

header .desktop {
    display: flex;
}

header .mobile {
    display: none;
}

header {
    margin: 0px 30px;
    padding: 16px 0px;
}

header svg {
    fill: var(--red);
}

header select {
    border: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

header a.active {
    color: red;
}

.sidebar {
    display: none;
}

ul.top-menu li {
    position: relative;
    white-space: nowrap;
}

ul.top-menu li ul.top-sub-menu {
    position: absolute;
    background-color: white;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding: 15px 18px;
    top: 100%;
    display: none;
    z-index: 2;
}

ul.top-menu li:hover,ul.top-menu li.logout:hover button {
    color: #ED0600;
}

ul.top-menu li:hover ul.top-sub-menu{
    display: flex;
    flex-direction: column;
}

ul.top-menu ul.top-sub-menu button {
    background: white;
    border: none;
    padding: 0px;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 800;
}
.menu a {
    font-family: Roboto;
    font-weight: 600;
    font-size: 14px;
    color: var(--text);
}

nav.menu ul {
    list-style-type: none;
    padding-inline-start: 0;
}
  
nav.menu ul li {
    position: relative;
    white-space: nowrap;
}

nav.menu li.active > a {
    color: #ED0600;
}

nav.menu ul li:hover {
    color: #ED0600;
}
  
nav.menu ul ul {
    display: none;
    position: absolute;
    background-color: #c97676;
}
  
nav.menu > ul {
    display: flex;
}

nav.menu > ul > li ul {
    top: 100%;
    left: 0;
}

nav.menu > ul > li ul ul {
    top: 0;
    left: 100%;
}

nav.menu > ul > li:hover > ul,
nav.menu > ul > li li:hover > ul {
    display: flex;
    flex-direction: column;
    z-index: 9;
}

nav.menu a {
    text-decoration: none;
    display: inline-block;
    padding: 0.5em;
}

nav.menu a:not(:only-child) {
    padding-right: 2em;
}

nav.menu a:not(:only-child)::after {
    content: " ";
    background-image: url("../images/arrow-down-icon.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    right: 0em;
    top: 8px;
    width: 13px;
    height: 13px;
}

nav.menu ul li ul {
    position: absolute;
    background-color: white;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding: 15px 30px;
    top: 100%;
    display: none;
}

hr {
    margin: 8px 0px;
    color: #dcdcdc;
    height: 2px !important;
}

ul{
    list-style: none;
    margin-bottom: 0px;
}

header ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 800;
    color: var(--text);
}

.slogan {
    color: var(--red);
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.border-rl {
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}

button#edit-button {
    font-size: 14px;
    padding: 0px;
    font-weight: 600;
    outline: none;
}

button.btn_accee {
    background: transparent;
    border: none;
    color: white;
    width: 100%;
}

button.btn-filtre {
    background-color: #ed0600;
    border: 0px;
    border-radius: 25px;
    padding: 10px 20px;
    color: white;
    display: flex;
    justify-content: center;
}

button.btn-filtre:hover {
    background-color: #ed0800b9;
    color: white;
}

button.btn-filtre.disabled,button.btn-filtre:disabled {
    background-color: #ed08006c;
    color: white;
}

button.btn-vider-filtre {
    border: 0px;
    border-radius: 25px;
    padding: 10px 20px;
    color: black;
}

input {
    outline: none;
}

.input-group-text {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 15px;
}
.mb-0{
    margin-bottom: 0px;
}
.input-group input {
    font-size: 15px;
}

.btn_copy {
    font-size: 15px;
}

#show_password , #hide_password {
    cursor: pointer;
    position: absolute;
    right: 80px;
    top: 6px;
}

#hide_password {
    display: none;
}

.form-recherche input {
    position: relative;
}

.form-recherche button {
    border: 0px;
    background: transparent;
    position: absolute;
    top: 54px;
    right: 22px;
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    min-height: 450px;
}

div#carousel {
    padding-bottom: 60px;
}

#carousel img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: contain;
}

#carousel .carousel-indicators button {
    display: inline;
    background-color: #374649;
    width: 25px;
    border-radius: 15px;
    border: 0;
    height: 5px;
    cursor: pointer!important;
    margin-bottom: 14px;
    margin-left: 3px;
    margin-right: 3px;
}

.carousel-indicators {
    justify-content: flex-start;
    margin-left: 0px;
    margin-bottom: 0rem;
}

.carousel-indicators button.active {
    background-color: var(--red) !important;
}

#carousel h1 {
    font-family: 'Nunito', sans-serif;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    color: var(--orange);
}

#carousel h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: var(--orange);
}

.btn-simple {
    border: 1px solid var(--red);
    border-radius: 20px;
    padding: 9px 27px;
    color: var(--red);
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

.btn-outline {
    background: #00000000;
    border-style: solid;
    border: 1px solid #FF0000;
    border-radius: 49px;
    color: #FF0000;
    padding: 8px 20px;
    text-decoration: none;
    font-weight: 700;
}

.btn-outline:focus {
    border: 1px solid #FF0000;
}
.select {
    padding: 10px 13px;
    border-radius: 8px;
    border: 1px solid #ced4da;
    background: rgb(247,249,250);
    width: 100%;
    min-width: 160px;
    outline: none;
}
.flatpickr-input[readonly] {
    height: 40px;
}
.mr-2{
    margin-right: 8px;
}
.badge-reclamation {
    display: inline-block;
    padding: 4px 12px;
    background: #ED0000;
    border-color: #ED0000;
    border-radius: 30px;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 13px;
    color: #F7F9FA;
    text-align: center;
}

.badge-demande {
    display: inline-block;
    padding: 4px 12px;
    background: #FFE74F;
    border-color: #FFE74F;
    border-radius: 30px;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 13px;
    color: #374649;
    text-align: center;
}

.btn-more {
    color: #ED0000;
    background: #fff;
    border: 1px solid#ED0000;
    border-radius: 70px;
    padding: 4px 11px;
    font-size: 14px;
}

a:hover {
    color: #ee4200;
}

.bloc {
    background-color: #ee4200;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 200px;
    justify-content: center;
}

.bloc:hover {
    background-color: #b7cbd3;
}

.bloc img {
    height: 60px;
    margin-bottom: 40px;
}

.bloc a {
    color: white;
    font-family: 'Nunito', sans-serif;
    text-decoration: none;
    text-align: center;
    line-height: 18px;
}

.title-h4 {
    font-family: 'Nunito', sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: var(--red);
}

.nombre-reclam {
    font-family: 'Nunito', sans-serif;
    font-size: 70px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ef6000;
    color: #ef6000;
    border-radius: 20px;
    margin-left: 40px;
}

.title-h5{
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: var(--red);
}

a.link-a {
    color: red;
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    bottom: 17px;
    right: 22px;
}

.actualites, .programme {
    position: relative;
}

.actualites ul {
    padding: 0px;
}

.actualites ul li {
    display: flex;
    border-bottom: 1px solid #cfcfcf;
    padding-top: 4px;
    padding-bottom: 4px;
    flex-direction: column;
}

.actualites .date-actualite {
    margin-right: 14px;
    width: 15%;
    font-size: 15px;
}

.actualites .title-actualite {
    font-weight: 400;
    font-size: 15px;
    line-height: 14px;
    font-family: 'Roboto', sans-serif;
    width: 85%;
}

.services {
    background-color: #e6f5f9;
    margin-top: 33px;
    border-radius: 20px;
    padding-top: 34px;
    padding-bottom: 30px;
}

.services h2 {
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 45px;
    font-weight: bold;
    color: var(--red);
    margin-bottom: 25px;
}

.services .list-group-item {
    background-color: #fff0;
    border: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
}

.services .list-group-item {
    font-size: 14px !important;
}
.services .rounded-pill {
    font-weight: bold !important;
    width: 45px;
    text-align: right;
    color: var(--red);
    font-size: 16px;
}

.bloc-icon {
    background-color: #f8f9fb;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 20px;
    border-radius: 20px;
    align-items: center;
}

.bloc-icon p {
    margin: 0px;
    color: var(--red);
    font-family: 'Roboto', sans-serif;
}

.bloc-icon img {
    height: 60px;
    filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(7199%) hue-rotate(6deg) brightness(91%) contrast(113%);
}

.footer .link-secondary, .footer ul li {
    color: var(--text);
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
}

.footer svg {
    fill: var(--red);
}

/* ===  Start of custom CSS=== */
li.logout-btn form button{
    background-color: var(--red);
    color: white;
    width: 35px;
    height: 35px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 3px;
}

.sidebar ul li {
    position: relative;
}

.sidebar ul li.toggle::after {
    content: "";
    background-image: url("../images/arrow-down-icon.svg");
    position: absolute;
    right: 0px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    top: 0px;
}

.sidebar ul li.toggle:hover:after {
    transform: rotate(180deg);
}
.sidebar ul.navbar-menu {
    margin-top: 50px;
}
.sidebar ul li.toggle ul{
    display: none;
}
.sidebar ul li.toggle{
    margin-top: 40px;
}
.sidebar ul li.toggle:hover ul{
    display: block;
    padding-left: 10px;
}
/*
input#date_deb, input#date_fin {
    background-color: white;
}
*/
.table_responsive{
    overflow-x: scroll;
}

#table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#table td, #table th {
    border: 1px solid #ddd;
    padding: 6px;
    font-size: 13px;
}

#table tr:nth-child(even){
    background-color: #f2f2f2;
}

#table tr:hover {
    background-color: #ddd;
}

#table th {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
    min-width: 95px;
}

#table th:first-child {
    min-width: 130px;
}

.edit-recherche {
    padding: 0px;
    border: 0px;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 14px;
}

.text-red {
    color: #f30000;
}

input#date_deb,input#date_fin {
    background-color: white;
}

@media (min-width: 768px) and (max-width: 991px){
    header .desktop {
        display: none;
    }

    header .mobile {
        display: flex;
    }
    header .mobile .col-5 ,header .mobile .col-3, header .mobile .col-2 {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    header .mobile img {
        width: 120px;
    }
    header .mobile svg {
        width: 40px !important;
        height: 40px;
    }

    .sidebar {
        display: none;
        position: fixed;
        z-index: 99;
        background-color: white;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 90%;
    }
    .sidebar ul:first-child {
        margin-top: 70px;
    }

    .sidebar ul li{
        margin-top: 20px;
        font-weight: bold;
        font-size: 14px;
        margin-right: 40px;
    }

    .sidebar .close {
        margin-right: 20px;
        margin-top: 20px;
        width: 100%;
        text-align: right;
    }

    .sidebar .close svg{
        fill: var(--red);
        width: 25px;
        height: 25px;
    }

    #carousel h1{
        font-size: 35px;
        line-height: 35px;
    }
    #carousel h3{
        font-size: 20px;
    }
    .rec_actu .col-md-5,.rec_actu .col-md-4 {
        width: 50%;
    }
    .rec_actu .col-md-3{
        width: 100%;
    }
    .rec_actu .col-md-3 .actualites{
        padding-bottom: 70px !important;
    }
    .cards .col-md-3{
        width: 50%;
        margin-bottom: 20px;
    }
    form .col{
        width: 33.3%;
        flex: none;
    }
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 767px)
{
    header {
        margin: 0px;
        padding: 16px 0px;
    }

    header .desktop {
        display: none;
    }

    header .mobile {
        display: flex;
    }
    header .mobile .col-5 ,header .mobile .col-3, header .mobile .col-2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header .mobile svg {
        width: 30px !important;
        height: 30px;
    }

    h1._titre{
        font-size: 22px;
        margin-bottom: 0px;
    }

    .sidebar {
        display: none;
        position: fixed;
        z-index: 99;
        background-color: white;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 90%;
    }

    .sidebar ul:first-child {
        margin-top: 70px;
    }

    .sidebar ul li{
        margin-top: 20px;
        font-weight: bold;
        font-size: 14px;
    }

    .sidebar .close {
        margin-right: 20px;
        margin-top: 20px;
        width: 100%;
        text-align: right;
    }

    .sidebar .close svg{
        fill: var(--red);
        width: 25px;
        height: 25px;
    }

    .slogan {
        font-size: 12px;
    }

    .carousel-item {
        margin-bottom: 70px;
    }

    .carousel-indicators {
        justify-content: center;
    }

    .carousel-item .col-md-5 {
        order: 2;
        padding-top: 30px;
    }

    #carousel h1 {
        font-size: 30px;
        line-height: 30px;
    }

    #carousel h3 {
        margin-bottom: 20px !important;
        font-size: 22px;
    }

    .col{
        width: 50%;
        flex: 1 0 50%;
        margin-bottom: 25px;
    }

    .bloc-icon {
        margin-bottom: 25px;
    }

    .nombre-reclam {
        font-size: 40px;
        margin-left: 29px;
    }

    a.link-a {
        position: relative !important;
        bottom: 0px;
        right: 0px;
        margin-bottom: 17px;
        margin-top: 10px;
    }

    .services h2 {
        font-size: 25px;
    }

    .services .list-group {
        margin-top: 20px;
    }

    .bloc {
        height: 160px;
    }

    .bloc img {
        margin-bottom: 20px;
    }

    .cards .col-md-3{
        width: 50%;
    }

    .bloc-icon img {
        height: 35px;
        object-fit: contain;
    }

    .bloc-icon p {
        font-size: 14px;
        line-height: 16px;
        margin-left: 8px;
    }
}

@media (min-width: 83.125em) and (max-width: 98.0625em)
{
    #carousel img{
        max-height: 49rem;
    }
}