article.top-task .field--name-field-media-svg svg {
    padding-right: 0;
    width: 75px;
    height: 75px;
}



.panel-police > .panel-heading  > .panel-title {
    color: white !important;
    background-color: #263b73 !important;
    border-color: #F6E3CE !important;
    padding-bottom: 15px;
    padding-top: 0px;
}


.panel-wann-vert > .panel-heading  > .panel-title {
    color: white !important;
    background-color: #037f41 !important;
    border-color: #000000 !important;
    border: 1px solid;
    padding-bottom: 15px;
    padding-top: 0px;
}

.panel-wann-jaune > .panel-heading  > .panel-title {
    color: white !important;
    background-color: #fbaf1e !important;
    border-color: #000000 !important;
    border: 1px solid;
    padding-bottom: 15px;
    padding-top: 0px;
}

.panel-wann-noir > .panel-heading  > .panel-title {
    color: white !important;
    background-color: #001a49 !important;
    border-color: #000000 !important;
    border: 1px solid;
    padding-bottom: 15px;
    padding-top: 0px;
}


.panel-wann-rouge > .panel-heading  > .panel-title {
    color: white !important;
    background-color: #bf0908 !important;
    border-color: #000000 !important;
    border: 1px solid;
    padding-bottom: 15px;
    padding-top: 0px;
}

.panel-wann > .panel-heading  > .panel-title {
    color: white !important;
    background-color: #000000 !important;
    border-color: #F6E3CE !important;
}


.voyager .btn.btn-police  {
    color: white !important;
    background-color: #263b73 !important;
    border-color: #F6E3CE !important;
}

label {
    color: #263b73 !important;
    font-size: 14px;
    font-weight: 900;
}

.view-top-login .view-content {
    display: -ms-grid;
    display: list-item;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin-bottom: 30px;
    text-align: center;
}

article.top-login{
    background: #003a64;
    color: #fff;
    padding: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: list-item;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}



article.top-task {
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    background: #263b73;
    color: #fff;
    padding: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.site-logo__flame svg {
    width: 50px;
    height: 50px;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    margin-right: 8px;
}
.block-system-branding-block .site-logo__police_logo {
    width: 100%;
}

.block-system-branding-block .site-name-wrapper h1 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    line-height: 20px;
    line-height: 1.25rem;
}

.block-system-branding-block a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
}

.block-system-branding-block  a:hover {
    color: #001b3f;
    text-decoration: underline;
}
.block-system-branding-block .site-name-wrapper {
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    line-height: 20px;
    line-height: 1.25rem;
    display: inline-block;
    margin-left: 22px;
    margin-top: 8px;
    margin-top: .5rem;
}
.block-system-branding-block .site-logo {
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 8px;
    padding-right: .5rem;
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal;
}
a {
    background-color: transparent;
    display: inline-block;
}

.top-task .site-name-wrapper a:focus {
    color: #002853;
    text-decoration: underline !important;
}



.accessible-link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.accessible-link  a:hover {
    color: #032757;
    text-decoration: underline;
}



@media (min-width: 768.1px) {

    article.top-task {
        padding: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        height: 100%;
    }

    .view-top-tasks .view-content {
        display: -ms-grid;
        display: grid;
        grid-gap: 30px;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .view-top-tasks .view-content {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

.funkyradio div {
    float: left;
    clear: none;
    margin-right: 25px;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
    float: left;
    clear: none;
    display: block;
    margin-right: 25px;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 0em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;

}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

.imgIcone {
    left: 49px;
    bottom: 0;
    background: #fff;
    height: 85px;
    width: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.imgIconeLogin {
    left: 49px;
    bottom: 0;
    background: #fff;
    height: 85px;
    width: 85px;
    display: inline;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}




.h2, h2 {
    font-size: 20px;
}

.hide{
    display:none;
}


.card {
    max-width: 340px;
    margin: auto;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    background-color: white;
    display: -webkit-box;
    display: inline-grid;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
    margin: 5px;
}


.card[data-state="#about"] .card-main {
    padding-top: 0;
}



.card.is-active .card-header {
    height: 80px;
}
.card.is-active .card-cover {
    height: 100px;
    top: -50px;
}
.card.is-active .card-avatar {
    -webkit-transform: none;
    transform: none;
    left: 20px;
    width: 50px;
    height: 50px;
    bottom: 10px;
}
.card.is-active .card-fullname,
.card.is-active .card-jobtitle {
    left: 86px;
    -webkit-transform: none;
    transform: none;
}
.card.is-active .card-fullname {
    bottom: 18px;
    font-size: 19px;
}
.card.is-active .card-jobtitle {
    bottom: 16px;
    letter-spacing: 1px;
    font-size: 10px;
}

.card-header {
    position: relative;
    display: -webkit-box;
    display: flex;
    height: 200px;
    flex-shrink: 0;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.card-header * {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.card-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    height: 160px;
    top: -20%;
    left: 0;
    will-change: top;
    background-size: cover;
    background-position: center;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}



.card-avatar {
    width: 100px;
    height: 100px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-64px);
    transform: translateX(-50%) translateY(-64px);
}

.card-fullname {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    -webkit-transform: translateY(-10px) translateX(-50%);
    transform: translateY(-10px) translateX(-50%);
    left: 50%;
}

.card-jobtitle {
    position: absolute;
    bottom: 0;
    font-size: 11px;
    white-space: nowrap;
    font-weight: 500;
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-7px);
    transform: translateX(-50%) translateY(-7px);
}

.card-main {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.card-subtitle {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 8px;
}

.card-content {
    padding: 20px;
}

.card-desc {
    line-height: 1.6;
    color: #636b6f;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
}

.card-social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 30px;
}
.card-social svg {
    fill: #a5b5ce;
    width: 16px;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.card-social a {
    color: #8797a1;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: rgba(93, 133, 193, 0.05);
    border-radius: 50%;
    margin-right: 10px;
}
.card-social a:hover svg {
    fill: #637faa;
}
.card-social a:last-child {
    margin-right: 0;
}

.card-buttons {
    display: -webkit-box;
    display: flex;
    background-color: #fff;
    margin-top: auto;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
}
.card-buttons button {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0;
    font-size: 13px;
    border: 0;
    padding: 15px 5px;
    cursor: pointer;
    color: #5c5c6d;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    outline: 0;
    border-bottom: 3px solid transparent;
}
.card-buttons button.is-active, .card-buttons button:hover {
    color: #2b2c48;
    border-bottom: 3px solid #8a84ff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 199, 231, 0)), color-stop(44%, rgba(207, 204, 255, 0.2)), to(rgba(211, 226, 255, 0.4)));
    background: linear-gradient(to bottom, rgba(127, 199, 231, 0) 0%, rgba(207, 204, 255, 0.2) 44%, rgba(211, 226, 255, 0.4) 100%);
}

.card-section {
    display: none;
}
.card-section.is-active {
    display: block;
    -webkit-animation: fadeIn 0.6s both;
    animation: fadeIn 0.6s both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translatey(40px);
        transform: translatey(40px);
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translatey(40px);
        transform: translatey(40px);
    }
    100% {
        opacity: 1;
    }
}
.card-timeline {
    margin-top: 30px;
    position: relative;
}
.card-timeline:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(134, 214, 243, 0)), to(#516acc));
    background: linear-gradient(to top, rgba(134, 214, 243, 0) 0%, #516acc 100%);
    content: "";
    left: 42px;
    width: 2px;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
}

.card-item {
    position: relative;
    padding-left: 60px;
    padding-right: 20px;
    padding-bottom: 30px;
    z-index: 1;
}
.card-item:last-child {
    padding-bottom: 5px;
}
.card-item:after {
    content: attr(data-year);
    width: 10px;
    position: absolute;
    top: 0;
    left: 37px;
    width: 8px;
    height: 8px;
    line-height: 0.6;
    border: 2px solid #fff;
    font-size: 11px;
    text-indent: -35px;
    border-radius: 50%;
    color: rgba(134, 134, 134, 0.7);
    background: -webkit-gradient(linear, left top, left bottom, from(#a0aee3), to(#516acc));
    background: linear-gradient(to bottom, #a0aee3 0%, #516acc 100%);
}

.card-item-title {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

.card-item-desc {
    font-size: 13px;
    color: #6f6f7b;
    line-height: 1.5;
    font-family: "DM Sans", sans-serif;
}

.card-contact-wrapper {
    margin-top: 20px;
}

.card-contact {
    display: -webkit-box;
    display: table-cell;
    -webkit-box-align: center;
    align-items: center;
    font-size: 13px;
    color: #6f6f7b;
    font-family: "DM Sans", sans-serif;
    line-height: 1.6;
    cursor: pointer;
}
.card-contact + .card-contact {
    margin-top: 16px;
}
.card-contact svg {
    flex-shrink: 0;
    width: 30px;
    min-height: 34px;
    margin-right: 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-right: 12px;
    border-right: 1px solid #dfe2ec;
}

.contact-me {
    border: 0;
    outline: none;
    background: -webkit-gradient(linear, left top, right top, from(rgba(83, 200, 239, 0.8)), color-stop(96%, rgba(81, 106, 204, 0.8)));
    background: linear-gradient(to right, rgba(83, 200, 239, 0.8) 0%, rgba(81, 106, 204, 0.8) 96%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    color: #fff;
    padding: 12px 16px;
    width: 100%;
    border-radius: 5px;
    margin-top: 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.d-none {
    display:none;
}

.carousel .item {
     height: 1px;
    background-color: #777;
}

.carousel {
    height: 100%;
    max-height: 100%;
    margin-bottom: 10px;
}


.img-responsive {
    display: block;
    max-width: 350px;
}


html {
    scroll-behavior: smooth;
}


.voyager .side-menu .navbar-header .navbar-brand {
    background-color: #263b73;
}


.projcard-container {
    margin: 50px 0;
}

/* Actual Code: */
.projcard-container,
.projcard-container * {
    box-sizing: border-box;
}
.projcard-container {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}
.projcard {
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: #fff;
    border: 2px solid #ddd;
    font-size: 18px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, .66);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.projcard:hover {
    box-shadow: 0 34px 32px -33px rgba(0, 0, 0, .18);
    transform: translate(0px, -3px);
}
.projcard::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-70deg, #424242, transparent 50%);
    opacity: 0.07;
}
.projcard:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #424242, transparent 50%);
}
.projcard-innerbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.projcard-img {
    position: absolute;
    height: auto;
    width: auto;
    top: 0;
    left: 0;
    transition: transform 0.2s ease;
}
.projcard:nth-child(2n) .projcard-img {
    left: initial;
    right: 0;
}
.projcard:hover .projcard-img {
    transform: scale(1.05) rotate(1deg);
}
.projcard:hover .projcard-bar {
    width: 70px;
}
.projcard-textbox {
    position: absolute;
    top: 7%;
    bottom: 7%;
    left: 430px;
    width: calc(100% - 470px);
    font-size: 17px;
}
.projcard:nth-child(2n) .projcard-textbox {
    left: initial;
    right: 430px;
}
.projcard-textbox::before,
.projcard-textbox::after {
    content: "";
    position: absolute;
    display: block;
    background: #ff0000bb;
    background: #fff;
    top: -20%;
    left: -55px;
    height: 140%;
    width: 60px;
    transform: rotate(8deg);
}
.projcard:nth-child(2n) .projcard-textbox::before {
    display: none;
}
.projcard-textbox::after {
    display: none;
    left: initial;
    right: -55px;
}
.projcard:nth-child(2n) .projcard-textbox::after {
    display: block;
}
.projcard-textbox * {
    position: relative;
}
.projcard-title {
    font-family: 'Voces', 'Open Sans', arial, sans-serif;
    font-size: 24px;
}
.projcard-subtitle {
    font-family: 'Voces', 'Open Sans', arial, sans-serif;
    color: #888;
}
.projcard-bar {
    left: -2px;
    width: 50px;
    height: 5px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #424242;
    transition: width 0.2s ease;
}
.projcard-blue .projcard-bar { background-color: #0088FF; }
.projcard-blue::before { background-image: linear-gradient(-70deg, #0088FF, transparent 50%); }
.projcard-blue:nth-child(2n)::before { background-image: linear-gradient(-250deg, #0088FF, transparent 50%); }
.projcard-red .projcard-bar { background-color: #D62F1F; }
.projcard-red::before { background-image: linear-gradient(-70deg, #D62F1F, transparent 50%); }
.projcard-red:nth-child(2n)::before { background-image: linear-gradient(-250deg, #D62F1F, transparent 50%); }
.projcard-green .projcard-bar { background-color: #40BD00; }
.projcard-green::before { background-image: linear-gradient(-70deg, #40BD00, transparent 50%); }
.projcard-green:nth-child(2n)::before { background-image: linear-gradient(-250deg, #40BD00, transparent 50%); }
.projcard-yellow .projcard-bar { background-color: #F5AF41; }
.projcard-yellow::before { background-image: linear-gradient(-70deg, #F5AF41, transparent 50%); }
.projcard-yellow:nth-child(2n)::before { background-image: linear-gradient(-250deg, #F5AF41, transparent 50%); }
.projcard-orange .projcard-bar { background-color: #FF5722; }
.projcard-orange::before { background-image: linear-gradient(-70deg, #FF5722, transparent 50%); }
.projcard-orange:nth-child(2n)::before { background-image: linear-gradient(-250deg, #FF5722, transparent 50%); }
.projcard-brown .projcard-bar { background-color: #C49863; }
.projcard-brown::before { background-image: linear-gradient(-70deg, #C49863, transparent 50%); }
.projcard-brown:nth-child(2n)::before { background-image: linear-gradient(-250deg, #C49863, transparent 50%); }
.projcard-grey .projcard-bar { background-color: #424242; }
.projcard-grey::before { background-image: linear-gradient(-70deg, #424242, transparent 50%); }
.projcard-grey:nth-child(2n)::before { background-image: linear-gradient(-250deg, #424242, transparent 50%); }
.projcard-customcolor .projcard-bar { background-color: var(--projcard-color); }
.projcard-customcolor::before { background-image: linear-gradient(-70deg, var(--projcard-color), transparent 50%); }
.projcard-customcolor:nth-child(2n)::before { background-image: linear-gradient(-250deg, var(--projcard-color), transparent 50%); }
.projcard-description {
    z-index: 10;
    font-size: 15px;
    color: #424242;
    height: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.projcard-tagbox {
    position: absolute;
    bottom: 3%;
    font-size: 14px;
    cursor: default;
    user-select: none;
    pointer-events: none;
}
.projcard-tag {
    display: inline-block;
    background: #E0E0E0;
    color: #777;
    border-radius: 3px 0 0 3px;
    line-height: 26px;
    padding: 0 10px 0 23px;
    position: relative;
    margin-right: 20px;
    cursor: default;
    user-select: none;
    transition: color 0.2s;
}
.projcard-tag::before {
    content: '';
    position: absolute;
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    height: 6px;
    left: 10px;
    width: 6px;
    top: 10px;
}
.projcard-tag::after {
    content: '';
    position: absolute;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #E0E0E0;
    border-top: 13px solid transparent;
    right: -10px;
    top: 0;
}

.user-profile-header-banner img {
    height: 250px;
    width: 100%;
}

.cardevents {
    background-clip: padding-box;
    box-shadow: 0 2px 14px rgb(38 60 85 / 16%);
}

.cardevents {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 0 solid #d4d8dd;
    border-radius: 0.3125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    position: relative;
}


#map { height: 180px; }

.voyager .table>tbody>tr>td, .voyager .table>tbody>tr>th, .voyager .table>tfoot>tr>td, .voyager .table>tfoot>tr>th {
    color: #003a64;
    font-weight: 900;
}



/* -- Event Card Layout --*/
.event-card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.event-card .card-img-top {
    height: 200px;
    object-fit: cover;
}

.event-card .card-footer {
    background-color: transparent;
    border-top: 1px solid rgba(0,0,0,.125);
    padding: 0.75rem 1.25rem;
}

.badge {
    font-size: 0.8em;
    padding: 0.4em 0.6em;
    white-space: nowrap;
}

.btn-event {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: all 0.15s ease-in-out;
}

.btn-event-primary {
    color: #fff;
    background-color: #001b4a;
    border-color: #4e73bc;
}

.btn-event-primary:hover {
    color: #fff;
    background-color: #001b4a;
    border-color: #3a5fb3;
}

.btn-event-disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    opacity: 0.65;
    cursor: not-allowed;
}

.btn-event-disabled:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.badge-primary {
    background-color: #037f41;
}

.badge-success {
    background-color: #bf0908;
}

.badge-secondary {
    background-color: #6c757d;
}

/* Nouvelles classes pour améliorer l'alignement */
.card-footer .d-flex {
    flex-wrap: wrap;
    gap: 0.5rem;
}

.card-footer .btn-event {
    flex: 1 1 auto;
    text-align: center;
}

.card-footer .badge {
    flex: 0 0 auto;
    align-self: center;
}

.panel-title-header {
    display: block;
    font-size: 30px;
    font-weight: bold;
    padding: 20px 30px 20px 15px;
    text-align: center;
    background-color: #263b73;
    color: #f9f9f9;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

/*.voyager .panel {
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    margin-bottom: 22px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}*/

.panel-actions-left {
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    left: 30px;
}




.btn.btn-sm.normal {

    display: inline-block;
    outline: 0;
    width: 200px;
/*    margin-top: 15px;
    margin-bottom: 15px;*/
    cursor: pointer;
    border: none;
    padding: 0 5px;
    height: 45px;
    line-height: 45px;
    border-radius: 7px;
    background-color: #0070f3;
    color: white;
    font-weight: 400;
    font-size: 16px;
    box-shadow: 0 4px 14px 0 rgb(0 118 255 / 39%);
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}


.btn.btn-sm.voir {
    background-color: #000000;
}

.btn.btn-sm.folder {
    background-color: #001b4a;
}

.btn.btn-sm.contrat {
    background-color: #006ec1;
}


.btn.btn-sm.attente {
    background-color: #001b49;
}

.btn.btn-sm.encoder {
    background-color: #f9ae1e;
}

.btn.btn-sm.accepter {
    background-color: #037e40;
}
.btn.btn-sm.refuser {
    background-color: #bc0908;
}

.btn.btn-sm.finaliser {
    background-color: #006ec1;
}


.btn.btn-sm.normal.lieux {
    background-color: #037e40;
}

.btn.btn-sm.normal.facture {
    background-color: #7400b3;
}



.form-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.form-row label {
    margin-right: 10px;
    width: 200px; /* Ajustez cette valeur selon vos besoins */
}
.form-row input {
    flex: 1;
}

p {
    margin: 0 0 10px;
    color: black;
    font-weight: 400;
}

h3 ,h2 ,h4 {
    color: black;
    font-weight: 900;
}
.document-variable {
    color: blue;
    font-family: "Courier New", Courier, monospace;
}

.btn-lang {
    -webkit-font-smoothing: subpixel-antialiased;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.57142857;
    background-color: #004d9f;
    color: white;
    margin: 10px;
    padding: 6px 15px;
    transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
}

.dropdown-item .flag-icon {
    margin-right: 10px; /* Espace entre le drapeau et le texte */
}
.dropdown-item {
    display: flex;
    align-items: center; /* Alignement vertical centré */
}

#infos-header {
    position: relative;
    width: 100%;
    height: 100%; /* Adjust height as needed */
    margin-bottom: 15px;
}
.mapouter {
    position: relative;
    width: 100%;
    height: 250px;
}
.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 100%;
}
.infos-pic-container {
    position: absolute;
    top: calc(100% - 70px);
    left: 20px; /* Adjust as needed */
    width: calc(100% - 40px); /* Ensure full width minus padding */
    z-index: 2; /* Ensure it is above the map */
}
.infos-pic {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 .5rem 1.5rem .5rem rgba(0,0,0,.075);
    display: flex;
    align-items: flex-start; /* Align items to the start */
    position: relative;
}
.projcard-img {
    width: 150px; /* Adjust size as needed */
    height: 150px; /* Adjust size as needed */
    object-fit: cover;
    border: 5px solid #fff;
    border-radius: 8px;
    box-shadow: 0 .5rem 1.5rem .5rem rgba(0,0,0,.075);
    margin-right: 20px; /* Space between image and text */
    position: absolute; /* Position absolutely within the container */
    top: -75px; /* Adjust this value to position above the gray box */
}
.infos-header-titre {
    margin-left: 180px; /* Ensure text starts after the image */
    flex: 1;
}

/* Bhoechie Tab CSS Vertical */
.bhoechie-tab-container.vertical {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    margin-top: 2px;
    margin-left: 2px;
    background-clip: padding-box;
    opacity: 0.97;
}

.bhoechie-tab-menu.vertical {
    flex: 1;
    max-width: 200px;
    border-right: 1px solid #ddd;
    padding: 0;
}

.bhoechie-tab-menu.vertical .list-group {
    display: block;
}

.bhoechie-tab-menu.vertical .list-group > a {
    border-radius: 0;
    margin-bottom: 0;
    padding: 15px;
    border-right: none;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    text-align: left;
}

.bhoechie-tab-menu.vertical .list-group > a.active {
    background-color: #263b73;
    color: #ffffff;
    border-left: 3px solid #263b73;
}

.bhoechie-tab-content.vertical {
    flex: 4;
    padding-left: 20px;
    padding-top: 10px;
    background-color: #ffffff;
    min-height: 500px;
}

.bhoechie-tab-content.vertical:not(.active) {
    display: none;
}



/*  bhoechie tab */


div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    border: 1px solid #ddd;
    margin-top: 2px;
    margin-left: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;

}

div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
}

@media (max-width: 568px) {
    div.bhoechie-tab-menu div.list-group {
        flex-direction: column;
    }
}

div.bhoechie-tab-menu div.list-group > a {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group > a .glyphicon,
div.bhoechie-tab-menu div.list-group > a .fa {
    color: #263b73;
}

div.bhoechie-tab-menu div.list-group > a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group > a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group > a.active,
div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
div.bhoechie-tab-menu div.list-group > a.active .fa {
    background-color: #263b73;
    background-image: #263b73;
    color: #ffffff;
}

div.bhoechie-tab-menu div.list-group > a.active:after {
    /*    content: '';
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -13px;
        border-left: 0;
        border-bottom: 13px solid transparent;
        border-top: 13px solid transparent;
        border-left: 10px solid #263b73;
        */
}

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
    min-height: 500px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}


.voyager .nav-tabs, .voyager .nav-tabs>li>a:hover {
    background-color: #263b73;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #001b49;
    border-color: transparent transparent #ea4335;
    font-weight: bold;
}

.nav-tabs>li>a {
    padding: 10px 20px;
    color: #ffffff;
    transition: .25s;
}

.voyager .nav-tabs>li.active>a:hover {
    background-color: #037e40;
}

.tab-content>div {
    padding: 2px;
}



.dashboard {
    display: inline;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.dashboard-row {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    margin-left: 10px;
}

.dashboard-box {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 20px;
    width: 200px;
    margin-bottom: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dashboard-box:hover {
    box-shadow: 0 34px 32px -33px rgba(0, 0, 0, .18);
    transform: translate(0px, -3px);
}


/* Styles communs pour les deux classes */
.dashboard-box-large-commande,
.dashboard-box-large {
    background-color: #f5f5f5;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Styles spécifiques à la classe .dashboard-box-large-commande */
.dashboard-box-large-commande {
    width: 150px;

}

/* Styles spécifiques à la classe .dashboard-box-large */
.dashboard-box-large {
    padding: 20px;
    width: 420px;
    height: 140px;
}

/* Styles communs pour les deux classes lorsqu'elles ont la classe .terminer */
.dashboard-box-large-commande.terminer,
.dashboard-box-large.terminer {
    background-image: linear-gradient(to right, #208a34 0%, #184b10 75%);
    padding: 1em;
    border-radius: 8px;
    text-align: center;
    transition: background 200ms ease-in 0s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}


.dashboard-box-large.terminer,
.dashboard-box-large-commande.terminer:hover {
    background-image: linear-gradient(to right, #208a34 20%, #184b10 100%);
}


.dashboard-box-large-commande.archiver,
.dashboard-box-large.archiver {
    background-image: linear-gradient(to right, #940000 0%, #cc001e 75%);
    padding: 1em;
    border-radius: 8px;
    text-align: center;
    transition: background 200ms ease-in 0s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}


.dashboard-box-large.archiver,
.dashboard-box-large-commande.archiver:hover {
    background-image: linear-gradient(to right, #940000 20%, #cc001e 100%);
}

.dashboard-box-large.encours {
    background-image: linear-gradient(to right, #618ee6 0%, #3a5fb3 75%);
    padding: 1em;
    border-radius: 8px;
    text-align: center;
    transition: background 200ms ease-in 0s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.dashboard-box-large.encours:hover {
    background-image: linear-gradient(to right, #618ee6 0%, #3a5fb3 75%);
}

.dashboard-box-large:hover {
    box-shadow: 0 34px 32px -33px rgba(0, 0, 0, .18);
    transform: translate(0px, -3px);
}


.dashboard-stat {
    display: inline;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.dashboard-box-stat {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 5px;
    width: 120px;
    margin-bottom: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dashboard-box-stat:hover {
    box-shadow: 0 34px 32px -33px rgba(0, 0, 0, .18);
    transform: translate(0px, -3px);
}


.dashboard-content {
    text-align: center;
}

.dashboard-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.dashboard-number {
    font-size: 24px;
    font-weight: bold;
    color: #4e73bc;
}


.dashboard-statut {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}

.dashboard-statut-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #ffffff;
}



.rounded {
    border-radius: 0.375rem; !important;
}

.card-dashboard  .card-body-dashboard  {
    padding: 5px;
}



.card-text-dashboard {
    margin-bottom: 0.25rem;
    padding: 5px;
    color: black;
    font-weight: 400;
    height: 35px;

}

.card-title-dashboard {
    font-size: 1.175rem;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0.25rem;
    padding: 1.0em 10px;
    font-weight: bold;
    color: #004d9f;

}

.card.graycarddefault td {
    color:#3f4254;
    background: white;
}


.row>[class*=col-] {
    margin-bottom: 0px;
}

.event-link {
    display: block; /* Permet au lien d'englober toute la carte */
    text-decoration: none; /* Supprime la décoration du texte du lien */
    color: inherit; /* Assure que la couleur du texte hérite de son parent */
    cursor: pointer; /* Change le curseur de la souris en main lorsqu'il est survolé */
}

.event-link:hover {
    /* Styles de survol optionnels */
    background-color: #f0f0f0;
    /* Ajoutez d'autres styles visuels pour indiquer qu'il est cliquable */
}



@media (max-width: 578px) {
    h5 {
        font-size: 10px; /* Réduire la taille de la police sur les petits écrans */
        line-height: 1.2; /* Ajuster l'espacement pour éviter le débordement */
    }
}

.progress-bar-car {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    transition: width .6s ease;
}

/* Définir la couleur du texte du pourcentage à l'intérieur de la barre de progression */
.progress-bar-car span {
    color: #000; /* Noir */
}

/* Définir les couleurs pour les barres de progression */
.progress-bar-low {
    background-color: #28a745; /* Vert */
}

.progress-bar-medium {
    background-color: #ffc107; /* Jaune */
}

.progress-bar-high {
    background-color: #dc3545; /* Rouge */
}

/* Ajoute ceci dans ton fichier CSS */
.form-control {
    border: 2px solid #000000; /* Bordure de couleur bleue */
    border-radius: 4px; /* Coins arrondis */
    transition: border-color 0.3s; /* Transition douce pour la couleur */
}

.form-control:focus {
    border-color: #037f41; /* Couleur de la bordure au focus */
    outline: none; /* Enlève le contour par défaut */
}

.form-group label {
    color: #dc3545; /* Couleur du label */
}
