#formulaires {
    position: fixed;
    width: 940px;
    padding: 0 30px;
    height: 0;
    top: 0;
    left: 50%;
    margin: 0 auto 0 -500px;
    background-color: #fff;
    z-index: 10000;
    overflow: hidden;
}

#formulaires #close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    right: 5px;
    background-image: url(/img/close.png);
    cursor: pointer;
    z-index: 100000;
}

#formulaires .container {
    float: left;
    position: relative;
    width: 100%;
    height: 720px;
}

#formulaires .container form {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

#formulaires div.block {
    height: auto;
    overflow: hidden;
    background-color: #ededed;
    flex: 1 1 47%;
    margin: 10px;
}

#formulaires div.block.checkbox {
    background-color: #ffffff;
    flex: auto;
}

#formulaires div.block.textarea {
    flex-basis: 100%;
}

#formulaires textarea {
    background-color: #ededed;
    border: medium none;
    float: left;
    font-family: arial;
    font-size: 12px;
    font-weight: 100;
    height: 140px;
    padding: 5px 2%;
    position: relative;
    width: 96%;
}

#formulaires label {
    float: left;
    position: relative;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: left;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

#formulaires select {
    float: left;
    position: relative;
    width: 100%;
    height: 45px;
    text-align: left;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0 15px;
    appearance: none;
    background-image: url(/img/background-select.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
}

#formulaires select option {
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    padding: 10px;
}

#formulaires input[type=text] {
    float: left;
    position: relative;
    width: 90%;
    height: 45px;
    line-height: 45px;
    text-align: left;
    padding: 0 5%;
    background-color: #ededed;
    border: none;
    margin: 0;
}

#formulaires input[type=date] {
    width: 90%;
    border: none;
    background-color: #ededed;
    height: 45px;
    padding: 0 5%;
}

#formulaires .btns_line {
    height: auto;
    /*margin-top: 15px;*/
    flex-basis: 100%;
}

#formulaires input[type=submit],
#formulaires input[type=button] {
    position: relative;
    height: 45px;
    line-height: 45px;
    background-color: #ef473c;
    color: #fff;
    text-align: center;
    padding: 0 12px;
    margin: 10px;
    cursor: pointer;
    font-weight: bold;
    border: solid 1px #ef473c;
}

#voil {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    display: none;
}

header nav {
    float: left;
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
}

header nav a {
    float: left;
    position: relative;
    width: 100%;
    height: 0;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    color: #373737;
    cursor: pointer;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

header nav a:hover,
header nav a.actif {
    color: #106eb4;
    font-weight: 500;
}

header .racourcis {
    position: absolute;
    width: auto;
    height: 40px;
    right: 0;
    top: 0;
}

header .racourcis .cta,
header .racourcis .btn-campus,
header .racourcis .btn-association {
    background-color: #106eb4;
    border: 1px solid #106eb4;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 1em;
    font-weight: 500;
    height: 38px;
    line-height: 38px;
    margin: 0 0 0 5px;
    padding: 0 5px;
    position: relative;
    text-align: center;
    width: auto;
}

header .racourcis .btn-maintenance {
    background-color: #28a745;
    border: 1px solid #28a745;
    color: #fff;
    cursor: pointer;
    /*float: right;*/
    font-size: 1em;
    font-weight: 500;
    height: 38px;
    line-height: 38px;
    margin: 0 0 0 5px;
    padding: 0 5px;
    position: relative;
    text-align: center;
    width: auto;
}

header .racourcis .btn-maintenance.active {
    background-color: #dc3545;
    border: 1px solid #dc3545;
}

header .racourcis .btn-maintenance:hover {
    opacity: 0.9;
}

header .racourcis .mt-1 {
    margin-top: 10px;
}

header .racourcis a {
    text-decoration: none;
    color: #fff;
}

.btn-campus a:hover,
.btn-association a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #106eb4;
}

header .racourcis .cta:hover {
    background-color: transparent;
    color: #106eb4;
}

header .racourcis .btn-campus:hover,
header .racourcis .btn-association:hover {
    background-color: transparent;
    color: #106eb4;
}

.sous_nav {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    line-height: 45px;
    margin: 15px 0;
}

.sous_nav a {
    float: left;
    position: relative;
    width: 50%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #fff;
    font-size: 1.3em;
    cursor: pointer;
    border-top: solid 1px #fff;
}

.sous_nav a.actif,
.sous_nav a:hover {
    background-color: #106eb4;
    color: #fff;
}

#formulaires h1 {
    text-align: left;
    font-size: 2em;
}

#formulaires h1 span {
    color: #373737;
    font-weight: 100;
}

section .tri {
    float: right;
    position: relative;
    margin: 15px 0 15px 10px;
    right: 0;
    top: 0;
    width: 300px;
    height: 45px;
    border: solid 1px #373737;
    background-color: transparent;
    background-image: url("/img/background-select.png");
    background-repeat: no-repeat;
    background-position: right center;
    overflow: hidden;
}

section .tri select {
    background-color: transparent;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 45px;
    padding: 0 15px;
    position: relative;
    text-align: left;
    width: 110%;
    font-size: 15px;
}

section .tri select option {
    padding: 10px 15px;
}

section .tri select[name=tri_ecole],
section .tri select[name=tri_ecole] option {
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 40px;
}

@media screen and (min-width: 1023px) {
    header nav {
        height: 40px;
        width: auto;
    }

    header nav a {
        width: 0;
        height: 40px;
        line-height: 40px;
    }

    header .racourcis .cta {
        padding: 0 7px;
    }
}

.login-form {
    background: #fff;
    width: 500px;
    margin: 65px auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border-radius: 4px;
    box-shadow: 0 2px 25px rgba(0, 0, 0, .2)
}

.login-form h1 {
    padding: 35px 35px 0;
    font-weight: 300
}

.login-form .content {
    padding: 35px;
    text-align: center
}

.login-form .input-field {
    padding: 12px 5px
}

.login-form .input-field input {
    font-size: 16px;
    display: block;
    font-family: rubik, sans-serif;
    width: 100%;
    padding: 10px 1px;
    border: 0;
    border-bottom: 1px solid #747474;
    outline: none;
    -webkit-transition: all .2s;
    transition: all .2s
}

.login-form .input-field input::-webkit-input-placeholder {
    text-transform: uppercase
}

.login-form .input-field input::-moz-placeholder {
    text-transform: uppercase
}

.login-form .input-field input:-ms-input-placeholder {
    text-transform: uppercase
}

.login-form .input-field input::-ms-input-placeholder {
    text-transform: uppercase
}

.login-form .input-field input::placeholder {
    text-transform: uppercase
}

.login-form .input-field input:focus {
    border-color: #222
}

.login-form a.link {
    text-decoration: none;
    color: #747474;
    letter-spacing: .2px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px
}

.login-form .action {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.login-form .action input {
    width: 100%;
    border: none;
    padding: 18px;
    font-family: rubik, sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    background: #e8e9ec;
    color: #777;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    letter-spacing: .2px;
    outline: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.login-form .action input:hover {
    background: #d8d8d8
}

.login-form .action input:nth-child(2) {
    background: #2d3b55;
    color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px
}

.login-form .action input:nth-child(2):hover {
    background: #3c4d6d
}

#event_campuses {
    display: flex;
}

#event_campuses label {
    display: inline-block;
    margin-left: 8px;
    font-size: 14px;
    cursor: pointer;
    width: auto;
    margin-right: 20px;
}

#event_campuses input[type="checkbox"] {
    vertical-align: middle;
    cursor: pointer;
}


#event_campuses input[type="checkbox"]:hover + label {
    color: #007bff;
}

#event_campuses div {
    display: flex;
    align-items: center;
}

#formulaires input[type="checkbox"] {
    cursor: pointer;
}

.stats {
    padding: 18px 23px;
    font-family: "Nunito", sans-serif;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 170px;
    margin-bottom: 30px;
}

.stats-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.stats-title {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: .04em;
}

.stats-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 20px;
}

.stats-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: auto;
}

.stats-number {
    font-size: 33px;
    line-height: 33px;
    font-weight: 600;
    letter-spacing: .04em;
}

.stats-change {
    margin-top: 5px;
    font-family: "Open Sans", sans-serif;
}

.stats-percentage {
    opacity: 1;
}

.stats-timeframe {
    opacity: .5;
}

.stats-primary {
    color: #fff;
    background: #3F84FC;
}

.stats-secondary {
    color: #fff;
    background: #727F94;
}

.stats-success {
    color: #fff;
    background: #1DAB47;
}

.stats-info {
    color: #fff;
    background: #8A3FFC;
}

.stats-warning {
    color: #212529;
    background: #FCAE3F;
}

.stats-danger {
    color: #fff;
    background: #FC413F;
}

.stats-light {
    color: #212529;
    background: #f8f9fa;
}

.stats-dark {
    color: #fff;
    background: #1E232D;
}

.cke_notification_warning,
.cke_about_version-check {
    display: none !important;
}

#user_profil_isSuperAdmin {
    display: flex;
    align-items: center;
}

#user_profil_isSuperAdmin input[type="radio"] {
    margin-right: 5px;
}

#user_profil_isSuperAdmin label {
    margin-right: 15px;
    margin-bottom: 0;
}
