body{
    font-family: Poppins,sans-serif;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 300;
}


h2, .h2{
    color: #ffffff;
}

.h6{
    font-size: 1.1rem !important;
}

#gradient{
    background: linear-gradient(90deg, rgb(76, 110, 164) 0%, rgb(14, 42, 79) 100%);
}

table .big-row {
    height: 80px;
    vertical-align: middle;
}


.ui-menu {
    list-style: none;
    padding-left: 0px;
    cursor: pointer;
}

.ui-corner-all .ui-state-hover{
    background: #fff;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: linear-gradient(0deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
    width: max-content;
}

.ui-autocomplete{
    z-index: 10 !important;
}

.ui-menu .ui-menu-item a{
    display: block;
    line-height: 1.5;

    text-decoration: none;
    color: #333333;

    padding-left: .5rem;

    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

#id_num_pat{
    width: 200px !important;
}

#id_scanner{
    width: 200px !important;
}

#id_tache_inter{
    width: 200px !important;
}

#id_tache_non_inter{
    width: 200px !important;
}

#svg {
    display: block;
    margin: auto;
}

/** La souris change pour un curseur sur un département et le contour est noir avec une épaisseur assez fine */
.department {
    cursor: pointer;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: black;
    stroke-width: .5px;
}

/** Au survol d'un département le contour devient plus épais */
.department:hover {
    stroke-width: 2px;
}

/** Le tooltip est défini avec des propriétés statiques qui conviennent à nos données */
div.tooltip {
    position: absolute;
    opacity:0.8;
    z-index:1000;
    text-align:left;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    padding:8px;
    color:#fff;
    background-color:#000;
    font: 12px sans-serif;
    max-width: 300px;
    height: 60px;
}

.card-header{
    border: 0px solid;
}

.card{
    border: 0px solid;
}

.card-header.red{
    background-color: rgba(247, 6, 6, 0.08);
}

.card-header.blue{
    background-color: rgba(48, 168, 255, 0.08)
}

.card-header.green{
    background-color: rgba(6, 247, 26, 0.08);
}

.card-header.violet{
    background-color: rgba(131, 6, 247, 0.08);
}

.card-header.dark-blue{
    background-color: #252E49;
    color: #fff;
}

.percent-sign {
    margin-top: 31px;
    margin-left: 40px;
    color: #000;
    position: absolute;
    z-index: 1;
}

#mapid {height: 800px;}
.map-dept{height: 1000px;}

.btn.btn-cyan{
    color: #fff;
    background-color: #7ddcfa;
    border-color: #7ddcfa;
}

.btn.btn-cyan:hover{
    color: #fff;
    background-color: #2d9cbf;
    border-color: #2d9cbf;
}

.btn.btn-outline-cyan{
    color: #7ddcfa;
    border-color: #7ddcfa;
}

.btn.btn-red{
    color: #fff;
    background-color: #c33c54;
    border-color: #c33c54;
}

.btn.btn-red:hover{
    color: #fff;
    background-color: #8e2c3d;
    border-color: #8e2c3d;
}

.btn.btn-outline-red{
    color: #c33c54;
    border-color: #c33c54;
}

.btn.btn-rose{
    color: #fff;
    background-color: #CD2F7E;
    border-color: #CD2F7E;
}

.btn.btn-rose:hover{
    color: #fff;
    background-color: #F55D98;
    border-color: #F55D98;
}

.btn.btn-outline-rose{
    color: #CD2F7E;
    border-color: #CD2F7E;
}

.btn.btn-blue{
    color: #fff;
    background-color: #7DDCFA;
    border-color: #7DDCFA;
}

.btn.btn-blue:hover{
    color: #fff;
    background-color: #569AB0;
    border-color: #569AB0;
}

.btn.btn-outline-blue{
    color: #7DDCFA;
    border-color: #7DDCFA;
}

.btn.btn-green{
    color: #fff;
    background-color: #1EB091;
    border-color: #1EB091;
}

.btn.btn-green:hover{
    color: #fff;
    background-color: #1C8671;
    border-color: #1C8671;
}

.btn.btn-outline-green{
    color: #1EB091;
    border-color: #1EB091;
}

.btn.btn-outline-white:hover{
    color: #252E49;
    background-color: #fff;
    border-color: #fff;
}

.btn.btn-outline-white{
    color: #fff;
    border-color: #fff;
}

.btn.btn-outline-red:hover{
    color: #fff;
    background-color: #c33c54;
    border-color: #c33c54;
}

.btn.btn-outline-green:hover{
    color: #fff;
    background-color: #1C8671;
    border-color: #1C8671;
}

.btn.btn-dark{
    color: #fff;
    background-color: #252E49;
    border-color: #252E49;
    box-shadow: 0 0 24px rgba(27,22,66,0.04), 0 44px 74px rgba(27,22,66,0.06);
}

.btn.btn-dark:hover{
    color: #fff;
    background-color: #02050e;
    border-color: #02050e;
}

.btn-outline-dark {
    color: #252E49;
    border-color: #252E49;
}

.btn-outline-dark:hover {
    background-color: #252E49;
    color: #fff;
}

.bg-dark{
    background-color: #252E49;
    color: #fff;
}

.section{
    display: block;
}

.section.section-image::before{
    /* position: absolute; */
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    /* z-index: 0; */
    /* content: ""; */
}

.section.section-image{
    background-repeat: no-repeat;
    background-size: cover;
}

.section.section-info{
    position: relative;
    /* z-index: 10; */
}

.section.section-form{
    position: relative;
    z-index: 10;
}

.section.section-map{
    position: relative;
    z-index: 10;
}

.section.section-table{
    position: relative;
    z-index: 10;
}

.navbar{
    position: absolute !important;
    padding-top: 10px !important;
    z-index: 2;
}

#ticks{
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

#ticks p {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 1px;
    background: #D3D3D3;
    height: 8px;
    line-height: 40px;
    margin: 0 0 20px 0;
    margin-top: -7px;
}

.asteriskField{
    padding-left: 5px;
    color: #c33c54;
}

.requiredField{
    font-size: 1.18rem;
    font-weight: 500;
    padding-bottom: 10px;
}

.item {
    color:#000;
    background:#FFF;
    padding:20px 0;
}

.control{
    overflow-x: auto;
    overflow-y: hidden;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
}
.control a {
    display: table-cell;
    font-family: Poppins,sans-serif;
    color: #fff;
    border-bottom: 0px solid #1EB091;
    text-decoration: none;
}

.control a:active {
    border-bottom: 2px solid #1EB091;
}

.control a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.control a.active {
    border-bottom: 2px solid #1EB091;
}

.custom-carousel input[type="text"]{
    width: 200px !important;
}

#tab-2 td {
    text-align: center;
}

.page-item.active .page-link{
    background-color: #252E49 !important;
    border-color: #252E49 !important;
}

.form-control:focus {
    border-color: #1EB091 !important;
    box-shadow: 0 0 0 .15rem #1EB091aa;
}

.form-check-input:checked {
    background-color: #1EB091;
    border-color: #1EB091;
}

.form-range::-moz-range-thumb {
    background-color: #1EB091;
}

.review{
    display: block;
    width: 100%;
    font-size: 6rem;
    color: #fff;
    height: 55px;
    margin-bottom: 20px;
    text-align: left;
}

.logo:hover{
    transition: transform .2s ease-in-out,border-color .2s ease-in-out,background-color .2s ease-in-out,box-shadow .2s ease-in-out;
    transform: translateY(-0.25rem);
    /* background-color: #252e49; */
    cursor: pointer;
    border-radius: 1rem;
}

.circle {
    border-radius: 50%;
    position: absolute;
    background-color: #1c253c;
    z-index: -1;
}

.circle.c100 {
    width: 100px;
    height: 100px;
}

.circle.c500 {
    width: 500px;
    height: 500px;
}

.circle.c1000 {
    width: 1000px;
    height: 1000px;
}

.circle.c4000 {
    width: 4000px;
    height: calc(100% - 300px);
}

.dropdown-menu{
    position: absolute;
    left: 50%;
    top: 50px;
}

.table{
    color: #fff;
}

.pds .form-control:focus {
    border-color: #2f3855 !important;
    box-shadow: 0 0 0 .15rem #2f3855;
}

.pds .form-check-input:checked {
    background-color: #2f3855;
    border-color: #0f506e;
}

.pds .form-range::-moz-range-thumb {
    background-color: #2f3855;
}

.pds label {
    font-size: 1.18rem;
    font-weight: 500;
    padding-bottom: 0px;
}

.pds a {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    color: #ffffff !important;
    font-weight: 800;
    border-bottom: 2px solid #0f506e;
}

.pds a:hover {
    background-color: #0f506e;
    border-bottom: 2px solid #0f506e;
}

.pds a.active {
    background-color: #1EB091 !important;   
    border: 0px solid;
}

select {
    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance:none !important;
    -webkit-appearance: none !important; 
    appearance: none !important;
    padding-right: 2rem !important;
}

.mentoring .form-control:focus {
    border-color: #7DDCFA !important;
    box-shadow: 0 0 0 .15rem #7DDCFAaa;
}

.mentoring .form-check-input:checked {
    background-color: #7DDCFA;
    border-color: #7DDCFA;
}

.mentoring .form-range::-moz-range-thumb {
    background-color: #7DDCFA;
}

.mentoring label {
    font-size: 1.18rem;
    font-weight: 500;
    padding-bottom: 0px;
}


.small-label label{
    font-size: 1rem;
}

select {
    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance:none !important;
    -webkit-appearance: none !important; 
    appearance: none !important;
    padding-right: 2rem !important;
}

.mentoring.card{
    background-color: #252e49;

}

.nav-link{
    transition: none;
}

.nav-tabs{
    border-bottom: 0px solid !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 0px solid !important;
}

.mentoring a {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    color: #ffffff !important;
    font-weight: 800;
    border-bottom: 2px solid #7edbf9;
}

.mentoring a:hover {
    background-color: #2d9cbf;
    border-bottom: 2px solid #2d9cbf;
}

.mentoring a.active {
    background-color: #F55D98 !important;   
    border: 0px solid;
}

@-webkit-keyframes shake {
    0% { -webkit-transform: translate(2px, 1px) rotate(0deg); } 
    10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
    20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
    30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
    40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
    50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
    60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
    70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
    80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
    90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
    100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}
.shake {
    -webkit-animation-name: shake;
    -webkit-animation-duration: 0.5s;
    /* -webkit-transform-origin:50% 50%; */
    -webkit-animation-iteration-count: 1;
}

.qcm-inline .row .form-group div{
    display: inline-block;
    user-select: none;
}

.qcm-inline input[type="radio"]{
    user-select: none;
    box-sizing: border-box;
    appearance: none;
    background: white;
    border: 3px solid white;
    width: 32px;
    height: 32px;
    padding-left: 8px;
    cursor: pointer;
}

.qcm-inline input[type="radio"]:checked{
    box-sizing: border-box;
    appearance: none;
    background: #7DDCFA;;
    border: 3px solid #7DDCFA;;
    width: 32px;
    height: 32px;
}

.qcm-inline ul{
    display: inline-flex;
}

.qcm-inline li{
    display: inline;
    margin-right: 10px;
}

.qcm-inline label{
    color: #2f3855;
}