@font-face {
    font-family: "Neo Sans";
    src: url('../fonts/neoSansStd/NeoSansStd-Regular.otf')
}

@font-face {
    font-family: "Neo Sans Black";
    src: url('../fonts/neoSansStd/NeoSansStd-Black.otf')
}
#inputFile{
    position: absolute!important;
}

.accent-color {
    color: #CD352f!important;
}

.radio input[type=radio]{
    margin-left: 0px;
}

.mairie :hover {
    color: #13326c!important;
}

.mairie {
    background-color: #CD352f !important;
    color: white!important;
}

.btn-primary {
    background-color: #CD352f !important;
    border: none!important;
}

.label.label-info,
.label-info.jvectormap-tip {
    background: #CD352f;
}

.panel-info>.panel-heading {
    background-color: #CD352f;
}

.btn-info {
    background: #CD352f !important;
    border: solid 1px #CD352f !important;
}

.formInline {
    display: inline!important;
}

.center {
    text-align: center!important;
}

.brand-text {
    font-family: 'Neo Sans', sans-serif!important;
    text-transform: none!important;
    color: #000000!important;
}

.tooltip{
    position: fixed;
}

.txt-purple {
    color: #925988 !important;
}

.lg-font-size {
    font-size: 34px !important;
}

.faTall {
    font-size: 50px;
}

.heading-rubrique {
    height: 80px;
}

.wrapper.theme-1-active .fixed-sidebar-left .side-nav {
    background: #13326c!important;
}

.wrapper.theme-1-active .fixed-sidebar-left {
    border-right: none!important;
}

.wrapper.theme-1-active.pimary-color-yellow .fixed-sidebar-left .side-nav>li>a.active {
    color: #fff!important;
}

.fixed-sidebar-left .side-nav li.navigation-header>span {
    font-size: 11px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    color: #fafcfc!important;
}

.wrapper.theme-1-active .fixed-sidebar-left hr.light-grey-hr {
    border-color: #f5f5f56b!important;
}

.control-label {
    text-transform: none!important;
}

::-webkit-input-placeholder {
    text-transform: initial!important;
}

:-moz-placeholder {
    text-transform: initial!important;
}

::-moz-placeholder {
    text-transform: initial!important;
}

:-ms-input-placeholder {
    text-transform: initial!important;
}

.img-preview-event {
    max-height: 180px;
    text-align: center;
}

.marquee-preview {
    font-size: 34px!important;
}


/* Style The Dropdown Button */

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}


/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}


/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}


/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}


/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}


/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}


/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    line-height: 28px!important;
    background: #CD352f!important;
}

.btn-circle {
    width: 30px;
    margin-left: 5px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

.main-wrapper {
    width: 90%;
    margin: 3em auto;
    text-align: center;
}

.badge {
    position: relative;
    white-space: inherit!important;
    margin: 1.5em 3em;
    width: 12em;
    height: 7.2em;
    border-radius: 10px;
    display: inline-block;
    top: 0;
    transition: all 0.2s ease;
}

.badge:before,
.badge:after {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.badge:before {
    transform: rotate(60deg);
}

.badge:after {
    transform: rotate(-60deg);
}

.badge:hover {
    top: -4px;
}

.badge .circle {
    width: 60px;
    height: 60px;
    position: absolute;
    background: #fff;
    z-index: 10;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.badge .circle i.fa {
    font-size: 2em;
    margin-top: 8px;
}

.badge .font {
    display: inline-block;
    margin-top: 1em;
}

.badge .ribbon {
    position: absolute;
    border-radius: 4px;
    padding: 5px 5px 4px;
    width: 186px;
    z-index: 11;
    color: #fff;
    bottom: 12px;
    left: 25%;
    margin-left: -55px;
    height: 32px;
    font-size: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    background: linear-gradient(to bottom right, #555 0%, #333 100%);
    cursor: default;
}

.yellow {
    background: linear-gradient(to bottom right, #ffeb3b 0%, #fbc02d 100%);
    color: #ffb300;
}

.orange {
    background: linear-gradient(to bottom right, #ffc107 0%, #f57c00 100%);
    color: #f68401;
}

.pink {
    background: linear-gradient(to bottom right, #F48FB1 0%, #d81b60 100%);
    color: #dc306f;
}

.red {
    background: linear-gradient(to bottom right, #f4511e 0%, #b71c1c 100%);
    color: #c62828;
}

.purple {
    background: linear-gradient(to bottom right, #ab47bc 0%, #4527a0 100%);
    color: #7127a8;
}

.teal {
    background: linear-gradient(to bottom right, #4DB6AC 0%, #00796B 100%);
    color: #34a297;
}

.blue {
    background: linear-gradient(to bottom right, #4FC3F7 0%, #2196F3 100%);
    color: #259af3;
}

.blue-dark {
    background: linear-gradient(to bottom right, #1976D2 0%, #283593 100%);
    color: #1c68c5;
}

.green {
    background: linear-gradient(to bottom right, #cddc39 0%, #8bc34a 100%);
    color: #7cb342;
}

.green-dark {
    background: linear-gradient(to bottom right, #4CAF50 0%, #1B5E20 100%);
    color: #00944a;
}

.silver {
    background: linear-gradient(to bottom right, #E0E0E0 0%, #BDBDBD 100%);
    color: #9e9e9e;
}

.gold {
    background: linear-gradient(to bottom right, #e6ce6a 0%, #b7892b 100%);
    color: #b7892b;
}

.tag-list .btn {
    margin: 2px;
}

.tag-list .badge {
    font-size: 10px;
}