/** RECENSEMENT-UNAPEI */
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #8e8e8e;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

p {
    color: #333e48;
}

a {
    cursor: pointer;
}

.front .main-container {
    max-width: 1050px;
}

.adherent-separator hr {
    border-top: 2px solid #EF7600;
}

/** FOOTER **/
footer {
    height: 40px;
    min-height: 40px;
    line-height: 40px;
    border: none;
    font-size: 12px;
    background-color: #f2f2f2;
    margin-bottom:0;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 4;
}

footer ul {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}

footer ul li {
    display: inline-block;
    padding: 0 7px;
}

footer ul li + li:before {
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #8d8f8e;
    content: '';
    position: relative;
    left: -7px;
    top: 4px;
}

footer ul li a {
    color: #8d8f8e;
}

footer ul li img {
    position: relative;
    top: -2px;
}

/** CHARTE GRAPHIQUE **/
.white {
    color: #fff;
}

.orange-fonce {
    /*color: #BA3D00;*/
    color: #BA3D00;
}

.orange-moyen {
    /*color: #EF7600;*/
    color: #EF7600;
}

.vert-clair {
    /*color: #FAAB20;*/
    color: #FAAB20;
}

.orange {
    color: #f9774f;
}

.jaune {
    color: #eca907;
}

.gris-tres-clair {
    color: #fbfbfb;
}

.gris-clair {
    color: #f2f2f2;
}

.gris-clair2 {
    color: #8e8e8e;
}

.gris-moyen {
    color: #8d8f8e;
}

.orange-clair {
    /*color: #FAAB20;*/
    color: #FAAB20;
}

.noir {
    color: #000;
}

.rouge {
    color: #ae1d1e;
}

.back {
    color: white;
    opacity: 0.3;
}

.background-adherent {
    background-color: #BA3D00;
}

.background-etab {
    background-color: #EF7600;
}

.background-asso {
    background-color: #FAAB20;
}

.background-admin {
    background-color: #f9774f;
}

.background-default {
    background-color: #BA3D00;
}

.background-rouge {
    background-color: #ae1d1e;
}

.div-hidden {
    display: none;
}

/** ICONS **/
.icon {
    display: inline-block;
    position: relative;
    top: 0;
    line-height: 1;
}

.icon-svg {
    height: 30px;
    width: 30px;
    display: inline-block;
}

.icon-svg + span {
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
}

/** BUTTONS **/
.sd_button {
    font-size: 20px;
    position: relative;
    top: -3px;
}

.btn {
    border-radius: 0;
}

.btn-primary, .btn-secondary {
    min-width: 180px;
}

.btn-primary {
    color: #fff;
    background-color: #BA3D00;
    border-color: #BA3D00;
}

.btn-primary span {
    color: #fff;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #BA3D00;
    border-color: #BA3D00;
}

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
    background-color: #BA3D00;
    color: #fff;
}

.btn-primary:hover span,
.btn-primary.focus span,
.btn-primary:focus span {
    color: #BA3D00;
}

.btn-primary, .btn-default, .btn-secondary {
    text-transform: uppercase;
}

/** BUTTONS COLOR FOR ENTITES **/
button.btn-link-a {
    display: table;
    width: 100%;
    padding: 0;
    position: relative;
}

button.btn-link-a .btn-link-link {
    width: 100%;
}

/* btn-petit */
.btn-link.btn-link-petit {
    width: auto;
    margin-top: 5px;
    text-align: center;
}

.btn-link.btn-link-petit.btn-link-left {
    margin-right: 20px;
}

button.btn-link-petit.btn-link-a {
    display: table;
    padding: 0;
    position: relative;
}

button.btn-link-petit.btn-link-a .btn-link-link::after {
    left: 38px;
}

button.btn-link-petit.btn-link-a .btn-link-link:hover::after {
    width: calc(100% - 38px);
}

/* DEFAULT BUTTONS */

.btn-secondary, .btn-secondary:hover {
    background-color: #fff;
    color: #BA3D00;
    border: 2px solid #BA3D00;
}

.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open > .dropdown-toggle.btn-secondary.focus,
.open > .dropdown-toggle.btn-secondary:focus,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary.focus, .btn-secondary:focus {
    color: #fff;
    background-color: #BA3D00;
    border-color: #BA3D00;
}

.btn-secondary.active, .btn-secondary:active, .open > .dropdown-toggle.btn-secondary {
    color: #fff;
    border-color: #BA3D00;
    background: #BA3D00 none;
}

.btn-default {
    color: #fff;
    background-color: #BA3D00;
    border: 2px solid #BA3D00;
    border-radius: 0;
    padding: 3px 16px;
    min-width: 125px;
}

.btn-default:hover,
.btn-default.focus,
.btn-default:focus {
    background-color: #BA3D00;
    border: 2px solid #BA3D00;
    color: #fff;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #BA3D00;
    border: 2px solid #BA3D00;
    color: #fff;
}

.btn-lg {
    padding: 5px 16px;
    font-size: 16px;
}

.btn-lg .icon {
    font-size: 22px;
}

.btn > span.icon {
    left: -5px;
}

.btn + .btn {
    margin-left: 30px;
}

.btn-link {
    display: table;
    width: 100%;
    margin-top: 7px;
    border: 2px solid;
    position: relative;
}

.btn-link.btn-adherent,
.btn-link.btn-etab {
    width: 70%;
    min-width: 460px;
}

.btn-link-form {
    margin-bottom: 10px;
}

.btn-link a:hover, .btn-link:focus, .btn-link:hover {
    text-decoration: none;
}

.btn-link.border-default {
    border-color: #BA3D00;
}

.btn-link.border-rouge {
    border-color: #ae1d1e;
}

.btn-link.border-rouge .btn-link-link::after {
    background: #ae1d1e;
}

.btn-link.border-adherent {
    border-color: #BA3D00;
}

.btn-link.border-adherent .btn-link-link::after {
    background: #BA3D00;
}

.btn-link.border-etablissement {
    border-color: #EF7600;
}

.btn-link.border-etablissement .btn-link-link::after {
    background: #EF7600;
}

.btn-link.border-association {
    border-color: #FAAB20;
}

.btn-link.border-association .btn-link-link::after {
    background: #FAAB20;
}

.btn-link.border-admin {
    border-color: #f9774f;
}

.btn-link.border-admin .btn-link-link::after {
    background: #f9774f;
}

.btn-link.disabled {
    border-color: #d3d3d3;
    cursor: not-allowed;
}

.btn-link.disabled a {
    pointer-events: none;
}

.btn-link.disabled .btn-link-icon {
    background-color: #d3d3d3;
}

.btn-link.disabled .btn-link-link  {
    color: #d3d3d3;
}

.btn-link.disabled .btn-link-link:hover {
    color: #d3d3d3;
}

.btn-link.disabled .btn-link-link::after {
    background: #ffffff;
}

.btn-link .btn-link-icon {
    display: table-cell;
    width: 40px;
    padding: 5px;
    text-align: center;
}

.btn-link .btn-link-icon-long {
    width: 60px;
}

.btn-link .btn-link-link {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 10px;
    min-width: 120px;
}


.btn-link .btn-link-link:hover {
    color: #ffffff;
}

.btn-link .btn-link-link::after {
    position: absolute;
    content: '';
    top:0;
    left: 0;
    width: 0;
    height: 100%;
    transform-origin:left;
    transition:all 0.3s;
    z-index:-1;
}

.btn-link .btn-link-link:hover::after {
    width: 100%;
}

/** HEADER **/
.header-runapei {
    display: table;
    /*background-color: #BA3D00;*/
    background-color: #BA3D00;
    color: #fff;
    height: 45px;
    border-bottom: none;
    width: 100%;
}

.header-runapei .img-container {
    display: table-cell;
    vertical-align: middle;
}

.header-logo {
    margin-left: 10px;
    height: 28px;
    width: auto;
}

/** ADHERENT DETAIL **/
.container-detail-adherent-tag {
    display: table;
    width: 100%;
}

.container-detail-adherent-tag .container-detail-adherent-tag-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}

.container-detail-adherent-tag .container-detail-adherent-tag-cell .tag-title {
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 30px;
}

.container-detail-adherent-tag .container-detail-adherent-tag-cell .tag-title.tag-title-no-margin {
    margin-top: 0;
}

.container-detail-adherent-tag-cell .adherent-tag-icon {
    width: 75px;
    vertical-align: middle;
}

/** ADHERENT DETAIL BLOC COTISATION **/

.form-cotisation {
    margin-top: 30px;
}

.div-cotisation {
    padding-left: 25px;
    padding-right: 25px;
    border-width: 2px;
    border-style: solid;
    border-color: #BA3D00;
}

.div-cotisation .titre-section {
    margin-top: 10px;
}

.div-cotisation .titre-section h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.form-inline.select > div {
    display: flex;
    align-items: center;
}

.form-inline.select div.select-label label {
    margin-right: 5px;
}

.form-inline.select div.select-label + div {
    flex: 1;
}

/** MENU **/
.runapei-menu .container-fluid {
    padding-right: 5px;
}

.runapei-menu.navbar {
    min-height: 45px;
    border-radius: 0;
    border: none;
    font-size: 14px;
    /*background-color: #BA3D00;*/
    background-color: #BA3D00;
}

.runapei-menu.navbar .divider-vertical {
    height: 15px;
    margin: 17px 0 0 0;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #333;
}

.runapei-menu .navbar-collapse {
    color: #333;
    padding-left: 10px;
}

.runapei-menu .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 13px;
}

.runapei-menu.navbar-default .navbar-brand {
    padding: 12px 0;
    height: 45px;
}

.runapei-menu.navbar-default .navbar-brand.logo-unapei {
    position: relative;
    top: 15px;
    padding: 0;
    height: auto;
    cursor: default;
}

.runapei-menu.navbar-default .navbar-brand.logo-unapei > img {
    position: relative;
    top: -10px;
    padding-right: 10px;
    max-width: 130px;
}

.runapei-menu.navbar-default .navbar-nav > li > a {
    background-color: transparent;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: -1px;
}

.runapei-menu.navbar-default .navbar-nav > li > a:hover {
    background-color: #fff;
    /*color: #BA3D00;*/
    color: #BA3D00;
}

.runapei-menu.navbar-default .navbar-nav > .open > a,
.runapei-menu.navbar-default .navbar-nav > .open > a:focus,
.runapei-menu.navbar-default .navbar-nav > .open > a:hover {
    background-color: #fff;
    /*color: #BA3D00;*/
    color: #BA3D00;
}

.runapei-menu.navbar-default .navbar-toggle {
    border-color: transparent;
    border-radius: 0;
}

.runapei-menu.navbar-default .navbar-collapse,
.runapei-menu.navbar-default .navbar-form,
.runapei-menu.navbar-default .navbar-toggle .icon-bar {
    /*border-color: #BA3D00;*/
    border-color: #BA3D00;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.runapei-menu .dropdown-menu {
    /*background-color: #BA3D00;*/
    background-color: #BA3D00;
    color: #fff;
}

.runapei-menu .dropdown-menu > .active > a,
.runapei-menu .dropdown-menu > .active > a:focus,
.runapei-menu .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #333 !important;
    outline: 0;
}

.runapei-menu .navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
    left: -1px;
}

.runapei-menu .dropdown-menu > li > a {
    font-size: 14px;
    color: #fff;
}

.runapei-menu .dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.runapei-menu .dropdown-menu > li > a:focus .icon,
.dropdown-menu > li > a:hover .icon {
    background-color: #ffffff;
    /*color: #BA3D00;*/
    color: #BA3D00;
}

.runapei-menu .navbar-brand-icon {
    position: relative;
    top: -3px;
    max-width: 250px;
}

.runapei-menu .icon:hover {
    font-size: 18px;
    left: -6px;
}

.menu-right {
    height: 45px;
    float: right;
}

.menu-right a {
    float: left;
    padding-top: 3px;
}

/** TITRE **/

h1, h2, h3, h4, a {
    /*color: #FAAB20;*/
    color: #EF7600;
}

h1 {
    font-size: 32px;
    text-transform: uppercase;
    margin: 15px 0;
}

h2 {
    font-size: 30px;
    text-transform: uppercase;
}

h2.strong, h3.strong {
    font-weight: 700;
}

h3 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
}

h3.underline {
    border-bottom: 2px solid #154484;
    padding-bottom: 5px;
}

.title h2 {
    margin-bottom: 5px;
}

.title h2 + h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

/** GRAND TITRE **/

.grand-titre {
    font-size: 22px;
}

.grand-titre .grand-titre-sub-container {
    display: table-cell;
}

.grand-titre .grand-titre-title {
    display: table-cell;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: bold;
}

/** GRAND TITRE ROND **/

.grand-titre-rond {
    clear: both;
    margin: 0 0 30px 0;
    height: 150px;
}

.grand-titre-rond h2 {
    text-transform: uppercase;
    font-family: Helvetica, monospace;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
}

.grand-titre-rond h3 {
    text-transform: lowercase;
    font-family: Helvetica, monospace;
    font-weight: bold;
    font-size: 16px;
    margin-left: 100px;
}

.grand-titre-rond p {
    font-family: Helvetica, monospace;
    font-size: 12px;
    text-align: center;
    margin-top: 0;
}


/** PETIT TITRE **/

.petit-titre {
    clear: both;
    margin: 0 0 10px 0;
}

.petit-titre h2 {
    font-family: Helvetica, monospace;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
}

.petit-titre p {
    font-family: Helvetica, monospace;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
}

/** TITRE SECTION (FORMULAIRE) **/

.titre-section {
    clear: both;
    font-size: 16px;
    margin-top: 10px;
    margin-left: -15px;
}

.titre-section h3 {
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 15px;
}

.titre-section span {
    margin-bottom: 0;
}

.upload-container .titre-section > div {
    margin: 10px 0;
}

/** TITRE ILLUSTRE **/

.titre-illustre {
    margin-top: 10px;
    margin-bottom: 2px;
}

form.small-input .form-group.titre-illustre {
    margin-top: 10px;
    margin-bottom: 2px;
}

/** MODAL **/
.modal-body img {
    max-width: 100%;
}

.modal .btn-link-link {
    position: relative;
    z-index: 1;
}

/** TITRE (MODAL) **/

.titre-modal {
    display: table;
    vertical-align: middle;
    width: 100%;
    line-height: 50px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    clear: both;
    margin-top: 10px;
}

.titre-modal .titre-modal-row {
    display: table-row;
    vertical-align: middle;

}

.titre-modal .titre-modal-title {
    display: table-cell;
    text-align: center;
    text-transform: uppercase;
    padding-left: 10px;
}

.extra-actions {
    float: right;
    padding-right: 10px;
    margin-top: -5px;
}

.titre-modal ~ .titre-modal {
    margin-top: 35px;
}

/** SOUS MENU **/

.sous-menu {
    margin: 15px 0 0 0;
}

.sous-menu.nav-pills > li.active > a,
.sous-menu.nav-pills > li.active > a:focus,
.sous-menu.nav-pills > li.active > a:hover {
    background-color: #BA3D00;
}

.sous-menu.nav-pills > li > a {
    border-radius: 0;
    color: #333;
    padding: 7px 15px;
}

/** FORM **/

form input[readonly] {
    cursor: default;
}

.form-control {
    height: 40px;
    font-size: 14px;
    padding-left: 20px;
    color: #8e8e8e;
    border: none;
    border-radius: 0;
    background-color: #f2f2f2;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.form-group {
    margin-bottom: 0;
}

.login .form-group {
    margin-bottom: 20px;
}

.form-horizontal > .form-group {
    margin-right: 0;
    margin-left: 0;
}

form.small-input .form-group {
    margin-bottom: 3px;
}

form.small-input .form-control {
    height: 25px;
    padding-left: 10px;
    padding-top: 0;
    position: relative;
}

form.small-input textarea.form-control {
    height: auto;
}

form.small-input .form-section {
    margin: 0 15px 30px 15px;
}

form.small-input > .form-section:first-child {
    margin-top: 15px;
}

.container-col-infos-form {
    display: none;
}

.container-col-infos-form.visible {
    display: table;
}

.container-col-infos-form.infos-1 {
    height: auto;
}

.container-col-infos-form.infos-alt-1 {
    height: auto;
    margin-top: 40px;
}

.container-col-infos-form.infos-2 {
    height: auto;
    margin-top: 48px;
}

.container-col-infos-form.infos-alt-2 {
    height: 72px;
    margin-top: 30px;
}

.container-col-infos-form.infos-3 {
    height: auto;
    margin-top: 80px;
}

.container-col-infos-form.infos-4 {
    margin-top: 155px;
}

.container-col-infos-form.infos-5 {
    margin-top: 252px;
}

.container-col-infos-form.infos-6 {
    height: auto;
}

.container-col-infos-form.warning {
    height: 150px;
}

.container-col-infos-form.modal-1 {
    margin-top: 44px;
}

.container-col-infos-form.modal-alt-1 {
    margin-top: 28px;
}

.container-col-infos-form.modal-2 {
    margin-top: 83px;
}

.container-col-infos-form.modal-alt-2 {
    margin-top: 120px;
}

.container-col-infos-form.modal-3 {
    margin-top: 40px;
}

.container-col-infos-form.modal-alt-3 {
    margin-top: 71px;
}

.container-col-infos-form.modal-4 {
    margin-top: 50px;
}

.container-col-infos-form.modal-5 {
    margin-top: 90px;
}

.container-col-infos-form.modal-6 {
    margin-top: 38px;
}

.container-infos-form {
    display: table-cell;
    vertical-align: middle;
}

#infosSectionAffect .infos-tips + .infos-tips {
    margin-top: 38px;
}

.infos-adherent {
    margin-top: 110px;
}

.infos-tips {
    display: table;
    width: 100%;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 1px;
}

.infos-tips .infos-icon {
    display: table-cell;
    width: 40px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
    vertical-align: middle;
    height: 50px;
    font-size: 40px;
}

.infos-tips .infos-icon.communication-icon {
    width: 60px;
}

.infos-tips .infos-text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.infos-tips .infos-text p {
    display: table-row;
    color: #8d8f8e;
    text-align: justify;
    line-height: 1;
}

.infos-tips .infos-text.orange-clair p {
    color: #FAAB20;
}

.infos-tips .infos-text.warning p {
    color: #ae1d1e;
}

.infos-tips .infos-text.infos-text-switch {
    vertical-align: bottom;
}

#abonneUnionLabel {
    margin-left: 0;
}

#formAdherent #commentaire {
    height: 100px;
}

/** Switch **/
.switch {
    margin-left: 10px;
    position: relative;
    display: inline-block;
    width: 45px;
    height: 18px;
    vertical-align: middle;
}

.switch.a-jour {
    position: absolute;
    left: 40px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input + .slider {
    background-color: #ae1d1e;
}

input:checked + .slider {
    background-color: #00a300;
}

input:focus + .slider {
    box-shadow: 0 0 1px #00a300;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/** MULTIPLE SELECT **/

.selectpicker.ms-parent {
    margin-top: 6px;
}

.selectpicker .ms-choice {
    height: 50px;
    line-height: 50px;
    color: #8e8e8e;
    border: none;
    border-radius: 0;
    background-color: #f2f2f2;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.selectpicker .ms-choice span {
    height: 50px;
    line-height: 50px;
    color: #8e8e8e;
    font-size: 18px;
}

.selectpicker .ms-choice span + div {
    margin-top: 15px;
}

.selectpicker .ms-drop {
    border: none;
    border-radius: 0;
    background-color: #f5f5f5;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
}

.selectpicker.select-display .ms-drop ul > li {
    cursor: default;
}

.selectpicker.select-display .ms-drop ul > li .disabled {
    opacity: 1;
}

.selectpicker.select-display label {
    cursor: default;
}

.selectpicker.select-display label > input[checked],
.selectpicker.select-display label > input:not([checked]),
.selectpicker.select-display label > input:not([checked]) + span {
    display: none;
}

.select-filtre.selectpicker .ms-choice {
    height: 35px;
    padding-top: -5px;
}

.select-filtre.selectpicker .ms-choice > span {
    height: 35px;
    line-height: 35px;
}

.select-filtre.selectpicker .ms-choice > div {
    margin-top: 5px;
}

/** SELECT2 **/

.select2.select2-container .select2-selection {
    height: 45px;
    line-height: 50px;
    color: #8e8e8e;
    border: none;
    border-radius: 0;
    background-color: #f2f2f2;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 6px;
}

.select2.select2-container .select2-selection span {
    height: 45px;
    line-height: 50px;
    color: #8e8e8e;
    font-size: 18px;
}

.select2-container--disabled span {
    cursor: not-allowed;
}

.multi-select2 .select2.select2-container .selection > .select2-selection {
    height: auto;
    line-height: 1px;
    min-height: 45px;
    color: #8e8e8e;
    border: none;
    border-radius: 0;
    background-color: #f2f2f2;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 6px;
}

.multi-select2 .select2.select2-container .select2-selection span {
    height: auto;
    line-height: normal;
    color: #8e8e8e;
    font-size: 18px;
}

.multi-select2 .select2.select2-container .select2-selection input {
    height: auto;
    line-height: 1.42857143;
    color: #8e8e8e;
    font-size: 1.3em;
    caret-color: transparent;
    padding-top: 18px;
    padding-left: 5px;
}

.multi-select2 .select2.select2-container .select2-selection .select2-selection__choice {
    line-height: 35px;
}

.multi-select2 .select2-container .select2-selection__rendered > *:first-child.select2-search--inline .select2-search__field {
    width: 100% !important;
}

.multi-select2 .select2-container--disabled .select2-selection,
.multi-select2 .select2-container--disabled .select2-selection .select2-selection__choice,
.multi-select2 .select2-container--disabled .select2-selection .select2-search__field {
    cursor: not-allowed;
}

/** Les balises option possédant l'attribut disabled ne s'afficheront pas dans la liste des options du select.
    Cela permet lorsqu'une option est disabled mais est selected par défaut de la voir apparaître dans le champ
    du select mais de ne pas apparaître dans la liste déroulante
**/
.select2-container--default .select2-results__option[aria-disabled=true] {
     display: none;
 }

.select-association {
    width: 450px;
}

.select-filtre-container > .select2.select2-container .select2-selection {
    height: 35px;
    line-height: 35px;
    margin-top: 0;
}

.select-filtre-container > .select2.select2-container .select2-selection span {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}

#select2-selectAssociation-results > .select2-results__option {
    font-size: 12px;
}

.sub {
    padding-left: 1em;
}

/** PARSLEY ERROR **/

.parsley-errors-list {
    list-style: none;
    margin: 2px 0 0 0;
    padding-left: 15px;
}

.parsley-errors-list > li, .parsley-required {
    color: red;
}

.form-group.input-group .form-control {
    border-right: none;
    border-bottom: 1px solid #f2f2f2;
}

.form-control[disabled] ~ .input-group-addon,
.form-control[readonly] ~ .input-group-addon,
fieldset[disabled] .form-control ~ .input-group-addon {
    background-color: #eee;
}

/** FLASHBAG **/
.flashbag-container {
    position: fixed;
    z-index: 1100;
    left: 50%;
    transform: translateX(-50%);
}

.flashbag-container .alert {
    border-radius: 0;
}

.alert-info.alert-rgpd .rgpd-container h3 {
    margin-top: 10px;
    color: #31708f;
    text-align: center;
}

.alert-info.alert-rgpd .checkbox-container label {
   font-weight: bold;
    color: #000;
}


/** FORM BUTTON **/

.maj-button a {
    text-transform: uppercase;
    font-weight: bold;
}

.maj-button-adh {
    padding: 10px;
    border: 2px solid #EF7600;
}

.maj-button-adh a, a:hover, a:focus {
    color: #EF7600;
}

.maj-button-etab {
    padding: 10px;
    border: 2px solid #FAAB20;
}

.maj-button-etab a, a:hover, a:focus {
    color: #FAAB20;
}

.maj-button-asso {
    padding: 10px;
    border: 2px solid #FAAB20;
}

.maj-button-asso a, a:hover, a:focus {
    color: #FAAB20;
}

/** BOOTSTRAP TABLE & TABLE **/

table {
    color: #333;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f3f3f3;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 5px solid #fff;
    vertical-align: middle;
}

.table-striped .total td {
    background-color: #000;
    color: #fff;
    border-top: 15px solid #fff;
}

.table-stim th {
    color: #000;
    background-color: transparent !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.table-stim td {
    position: relative;
}

.table-th-center {
    text-align: center;
}

.bootstrap-table .table.table-stim th.bs-checkbox {
    text-align: center;
}

.fixed-table-toolbar .search > .form-control {
    height: 35px;
    min-width: 260px;
}

.search-table .search {
    height: 35px;
}

/** CUSTOM BOOTSTRAP FILTERS */

.datatable-filter {
    display: none;
}

.bootstrap-table div.search {
    display: flex;
}

.bootstrap-table div.search .select-filtre-container {
    display: flex;
}

.bootstrap-table div.search .select-filtre-container > * {
    margin: 0 5px;
    flex-shrink: 0;
}
.bootstrap-table div.search .select-filtre-container > label {
    font-size: 12px;
    vertical-align: middle;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    flex-wrap: nowrap;
    width: auto;
}

.bootstrap-table div.search .select-filtre-container > label.label-large {
    width: 200px;
}

.fixed-table-toolbar .search > .form-control {
    width: 200px;
}

.search-table .fixed-table-toolbar .search > .form-control {
    display: inline;
    height: 35px;
    width: 260px;
}

.bootstrap-table {
    background-color: #fff;
}

.container-detail-pharmacie .bootstrap-table,
.container-reminder .bootstrap-table {
    min-height: 0;
}

.container-detail-pharmacie .bootstrap-table .table-stim th {
    text-transform: none;
}

.bootstrap-table .table.table-stim {
    border-collapse: separate !important;
}

.bootstrap-table .table tbody {
    text-align: left;
    vertical-align: middle;
}

.bootstrap-table tbody a:focus,
.bootstrap-table tbody a:hover {
    color: #333e48;
}

.bootstrap-table .table > thead > tr > th {
    border-bottom: 2px solid #000 !important;
    text-align: left;
}

.bootstrap-table .fixed-table-container tbody tr:first-child td {
    border-top: 5px solid #fff;
}

.bootstrap-table .btn {
    color: #000;
}

.bootstrap-table .fixed-table-toolbar .btn-group > .btn-group:first-child > .btn {
    border-radius: 0;
}

.bootstrap-table .fixed-table-toolbar .form-control {
    font-size: 12px;
}

.bootstrap-table .fixed-table-toolbar .btn {
    border-radius: 0;
    font-size: 18px;
}

.bootstrap-table .fixed-table-toolbar .glyphicon {
    color: #fff;
    font-size: 14px;
}

.bootstrap-table .fixed-table-toolbar .caret {
    color: #fff;
}

.table-stim {
    font-size: 12px;
}

.fixed-table-container thead th .both.asc {
    background-image: url("../images/table-bootstrap/datatable-up.png") !important;
}

.fixed-table-container thead th .both.desc {
    background-image: url("../images/table-bootstrap/datatable-down.png") !important;
}

.fixed-table-container {
    border: none;
}

.fixed-table-container thead th {
    border: none;
}

.fixed-table-container thead th:first-child,
.fixed-table-container thead th:first-child:not([data-not-first-th]) {
    border-left: none;
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
}

.fixed-table-container tbody td {
    border-left: none;
}

.fixed-table-container .bs-checkbox .th-inner {
    padding: 8px 0;
}

.fixed-table-toolbar .btn-group > .btn-group:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/** PAGINATION **/

.pagination > .active > a,
.pagination > .active > span {
    color: #f3f3f3 !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #000 !important;
}

.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #f3f3f3 !important;
}

.pagination > li > a {
    background-color: #f3f3f3;
}

.fixed-table-pagination {
    padding: 10px 15px;
}

.pagination > li > a, .pagination > li > span {
    color: #000;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: white !important;
    background-color: #000 !important;
    border-color: #000 !important;
}

.fixed-table-pagination div.pagination, .fixed-table-pagination .pagination-detail {
    color: #000;
}

.pagination-detail .btn {
    border-radius: 0;
    min-width: 0;
    color: #fff;
}

.adherent .bootstrap-table .btn {
    background-color: #EF7600;
    border: 2px solid #EF7600;
}

.etablissement .bootstrap-table .btn {
    background-color: #EF7600;
    border: 2px solid #EF7600;
}

.association .bootstrap-table .btn {
    background-color: #FAAB20;
    border: 2px solid #FAAB20;
}

.orange .bootstrap-table .btn {
    background-color: #f9774f;
    border: 2px solid #f9774f;
}

.pagination .pagination-goto {
    display: inline-block;
    vertical-align: top;
    height: 35px;
    margin-right: 15px;
    width: auto;
}

.pagination .pagination-goto .selector {
    height: 35px;
    width: 50px;
    padding: 5px;
    text-align: center;
}

.pagination .pagination-goto .goto-submit {
    height: 35px;
    color: #fff;
    background-color: #BA3D00;
    border: 1px solid #BA3D00;
}

.etablissement .pagination-goto .goto-submit {
    background-color: #EF7600;
    border: 1px solid #EF7600;
}

.association .pagination-goto .goto-submit {
    background-color: #FAAB20;
    border: 2px solid #FAAB20;
}

.orange .pagination-goto .goto-submit {
    background-color: #f9774f;
    border: 2px solid #f9774f;
}

/** LOGIN PAGE **/
.login-page {
    text-transform: uppercase;
    padding: 10px 16px;
    /*background-color: #BA3D00;*/
    background-color: #BA3D00;
    color: #ffffff;
}

.login .container-contact-us {
    margin-top: 0;
    margin-bottom: 50px;
}

.login .container-contact-us a {
    color: #8e8e8e;
    text-decoration: underline;
}

.login .container-contact-us .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
}

/** MOT DE PASSE OUBLIE **/
.front .forgot-password,
.admin .forgot-password {
    max-width: 700px;
}

/** ACCUEIL **/
.homepage-graph-container {
    /*border: 2px solid #BA3D00;*/
    border: 2px solid #BA3D00;
    height: 230px;
    padding: 5px;
}

.homepage-reward-container {
    margin-bottom: 10px;
    border: 2px solid #f9774f;
    padding: 5px;
}

.homepage-reward-container li {
    margin-top: 10px;
    color: #f9774f;
    font-weight: bold;
    text-align: center;
    list-style: none;
}

.graph div {
    vertical-align: middle;
}

.graph img {
    display: block;
    margin: auto;
    object-fit: cover;
    max-height: 120px;
    width: 100%;
}

/** LOGIN PAGE **/
.login-page {
    text-transform: uppercase;
    padding: 10px 16px;
    /*background-color: #BA3D00;*/
    background-color: #BA3D00;
    color: #ffffff;
}

.login .container-contact-us {
    margin-top: 0;
    margin-bottom: 50px;
}

.login .container-contact-us a {
    color: #8e8e8e;
    text-decoration: underline;
}


/** Confirm modal **/

.confirm-modal-runapei .login-confirm-title {
    color: #333e48;
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 0 0;
}

.confirm-modal-runapei .login-confirm-content {
    text-align: center;
}

.confirm-modal-runapei .login-confirm-content span {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #BA3D00;
}

.confirm-modal-runapei.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.confirm-modal-runapei.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
    float: none;
    text-align: center;
    margin: 5px 0 10px 0;
}

.confirm-modal-runapei.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.confirm-modal-runapei.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    color: #fff;
    background-color: #BA3D00;
    border: 2px solid #BA3D00;
    border-radius: 0;
    padding: 3px 16px;
}

.confirm-modal-runapei.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button:hover,
.confirm-modal-runapei.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    background-color: #BA3D00;
    border: 2px solid #BA3D00;
    color: #fff;
}

.confirm-modal-runapei.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,
.confirm-modal-runapei.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
    color: #fff;
    font-weight: normal;
}

.confirm-modal-runapei.jconfirm.jconfirm-white .jconfirm-box,
.confirm-modal-runapei.jconfirm.jconfirm-light .jconfirm-box {
    border-radius: 0;
}

.confirm-modal-runapei.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.confirm-modal-runapei.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background: #BA3D00;
}

#tipsassoNomSectionCoordonnees {
    margin-top: 118px;
}

/** MES ACCORDS **/
.accord-content {
    margin-top: 15px;
}

.accord-content .btn {
    margin: 10px 0 15px 0;
}

/** CONTACT EXTERIEUR **/
.container-contact-ext {
    margin-top: 35px;
}

/** MESSAGERIE **/
.historique-messagerie-content {
    margin: 10px 0;
    height: 600px;
    overflow-y: auto;
}

.historique-messagerie-content .message + .message {
    margin-top: 15px;
}

.historique-messagerie-content .message.operateur .header-content {
    display: table;
    width: 80%;
    margin-right: 20%;
    text-align: left;
}

.historique-messagerie-content .message.pharmacie .header-content {
    display: table;
    width: auto;
    margin-left: auto;
    text-align: right;
    padding-right: 5px;
}

.historique-messagerie-content .header-content .informations {
    display: table-row;
}

.historique-messagerie-content .header-content .informations .etat,
.historique-messagerie-content .header-content .informations .type,
.historique-messagerie-content .header-content .informations .date,
.historique-messagerie-content .header-content .informations .qui {
    display: table-cell;
    padding: 2px;
}

.historique-messagerie-content .header-content .informations .etat {
    width: 20px;
    font-size: 20px;
    color: #BA3D00;
    text-align: center;
}

.historique-messagerie-content .header-content .informations .etat .icon.ico_coche_cercle {
    top: 1px;
}

.historique-messagerie-content .header-content .informations .etat .icon.ico_cercle.full {
    top: -2px;
    background-color: #BA3D00;
    border-radius: 50%;
    font-size: 11px;
}

.historique-messagerie-content .header-content .informations .type .sd_button {
    top: 0;
}

.historique-messagerie-content .header-content .informations .date {
    width: 210px;
}

.historique-messagerie-content .message.pharmacie .header-content .informations .date,
.historique-messagerie-content .message.pharmacie .header-content .informations .qui {
    text-align: left;
}

.historique-messagerie-content .message-content {
    background-color: #EAEAEA;
    width: 100%;
    display: block;
    padding: 10px;
    min-height: 70px;
}

.historique-messagerie-content .message.operation .message-content {
    background-color: #EAEAEA;
}

.historique-messagerie-content .message.pharmacie .message-content {
    background-color: #F7F7F7;
}

/** UPLOAD (reprise sur historique des styles hardcodés dans le html) todo optimiser **/

.bloc-upload {
    margin-bottom: 15px;
}

.bloc-upload .img-display {
    text-align: center;
    line-height: 0.7em;
    margin-top: 5px;
}

.bloc-upload .img-mini {
    width: 100px;
    height: 141px;
}

.bloc-upload .id-actions {
    display: none;
}

.bloc-upload .table-file-upload {
    width: 100%;
}

.bloc-upload .table-file-upload .fileupload-process {
    display: none;
}

.bloc-upload .table-file-upload .fileupload-process .progress-bar {
    width: 0;
}

.bloc-upload .id-previews {
    min-height: 150px;
}

.bloc-upload .id-previews .file-row-1 {
    float: left;
    width: 100px;
    margin-left: 10px;
}

.bloc-upload .id-previews .file-row-1 .preview-container {
    height: 141px;
    position: relative;
    width: 100px;
}

.bloc-upload .preview-container .preview img {
    width: 100%;
}

.bloc-upload .preview-container .preview + div {
    margin-top: 10px;
}

.bloc-upload .preview-container .preview .progress-bar {
    width: 0;
    background-color: #333;
}

.bloc-upload .preview-container .id-transfert_ok {
    text-align: center;
    display: none;
    color: #2081c9;
    font-size: 14px;
}

.bloc-upload .under-action-container {
    width: 100%;
}

.bloc-upload .under-action-container .name-size {
    width: 250px;
}

.bloc-upload .under-action-container .name-size p {
    display: none;
}

.bloc-upload .under-action-container .name-size .delete-container {
    text-align: right;
}

.bloc-upload .under-action-container .name-size .delete-container > div {
    margin-top: 10px;
}

.bloc-upload .under-action-container .name-size .delete-container > div > button {
    display: none;
}

.bloc-upload .file-row-2 {
    float: left;
    width: 100px;
    margin-left: 0;
}

.bloc-upload .file-row-2 .bloc-upload {
    height: 141px;
    position: relative;
    width: 100px;
    cursor: pointer;
}

.bloc-upload .file-row-2 .bloc-upload img {
    width: 100%;
}

.error-import-container ul {
    list-style-type: none;
    color: red;
}

.warning-import-container ul {
    list-style-type: none;
    color: orange;
}

.success-import-container ul {
    list-style-type: none;
    color: green;
}

.img-preview-stimdata {
    float: left;
    margin-left: 10px;
}

.gabarit-container {
    clear: both;
    margin: 15px 0;
}

.gabarit-container a {
    color: #333e48;
}

.dry-run-container {
    margin: 10px 0;
}

/** RECAPTCHA **/

.g-recaptcha {
    display: inline-block;
}

/** MODAL **/
#modalRunapei {
    margin-top: 100px;
}

.modal-lg {
    width: 80%;
}

.modal.modal-runapei .modal-content {
    border-radius: 0;
}

.modal.modal-runapei .modal-content .modal-header {
    border-bottom: 0;
    text-transform: uppercase;
    padding: 0;
}

.modal.modal-runapei .modal-content .modal-body .tips {
    text-align: center;
    margin: 10px 0 0 0;
    color: grey;
}

.modal.modal-runapei .modal-content .modal-body .tips em {
    font-size: 10px;
}

.modal.modal-runapei .modal-content .modal-footer {
    border-top: 0;
    text-align: center;
}

#modalDiv input {
    margin-bottom: 5px;
}

#modalDiv .titre-section, #modalDiv h3 {
    margin-top: 5px;
    margin-bottom: 0;
}

#modalDiv .btn-link-a {
    width: 70%;
    margin-left: auto;
    margin-right: auto
}

#modalDiv .btn-link-link {
    width: 300px;
}

#modalDiv #resultLabel {
    margin-left: -15px;
    margin-top: 10px;
    margin-bottom: 5px;
}

#modalTable h3 {
    padding-left: 20px;
}

/** OWL CAROUSEL **/
.main-content {
    position: relative;
}
.main-content .owl-theme .custom-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}
.main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}
.main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
    font-size: 2.5rem;
    color: #cecece;
}
.main-content .owl-theme .custom-nav .owl-prev {
    left: 0;
}
.main-content .owl-theme .custom-nav .owl-next {
    right: 0;
}

.main-content .owl-theme .custom-nav .owl-next,
.main-content .owl-theme .custom-nav .owl-prev {
    font-size: 50px;
}

.owl-theme .owl-dots {
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}

.owl-theme .owl-nav .disabled {
    display: none;
}

/** LABEL **/
.label-filtre {
    font-weight: normal;
    height: 35px;
    margin-bottom: 0;
}

/** FLOATING FORM LABEL **/

.float-label-control {
    position: relative;
}

.float-label-control ::-webkit-input-placeholder {
    color: #aaaaaa;
}

.float-label-control :-moz-placeholder {
    color: #aaaaaa;
}

.float-label-control ::-moz-placeholder {
    color: #aaaaaa;
}

.float-label-control :-ms-input-placeholder {
    color: #aaaaaa;
}

.float-label-control input:-webkit-autofill,
.float-label-control textarea:-webkit-autofill {
    background-color: #f2f2f2 !important;
    -webkit-box-shadow: 0 0 0 1000px #f2f2f2 inset !important;
    -moz-box-shadow: 0 0 0 1000px #f2f2f2 inset !important;
    box-shadow: 0 0 0 1000px #f2f2f2 inset !important;
}

.float-label-control input, .float-label-control textarea, .float-label-control label {
    font-size: 1.3em;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.float-label-control input:focus,
.float-label-control textarea:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom-width: 2px;
}

.float-label-control textarea:focus {
    padding-bottom: 4px;
}

.float-label-control input,
.float-label-control textarea {
    display: block;
    width: 100%;
    padding: 0.1em 0 1px 0;
    border: none;
    border-radius: 0;
    outline: none;
    margin: 0;
}

.float-label-control textarea {
    padding: 0.1em 0 5px 0;
}

.float-label-control label {
    position: absolute;
    font-weight: normal;
    top: -1.0em;
    left: 25px;
    color: #aaaaaa;
    z-index: -1;
    font-size: 0.85em;
    -moz-animation: float-labels 300ms none ease-out;
    -webkit-animation: float-labels 300ms none ease-out;
    -o-animation: float-labels 300ms none ease-out;
    -ms-animation: float-labels 300ms none ease-out;
    -khtml-animation: float-labels 300ms none ease-out;
    animation: float-labels 300ms none ease-out; /* There is a bug sometimes pausing the animation. This avoids that.*/
    animation-play-state: running !important;
    -webkit-animation-play-state: running !important;
}

form.small-input .float-label-control label {
    top: 0.7em;
}

form.small-input .float-label-control .form-control {
    height: 45px;
    padding-left: 10px;
    padding-top: 20px;
}

form.small-input .float-label-control textarea.form-control {
    height: 200px;
}

form.small-input .float-label-control .btn.dropdown-toggle.btn-default {
    height: 50px;
}

.float-label-control input.empty ~ label,
.float-label-control textarea.empty ~ label {
    display: none;
}

.float-label-control input:not(.empty) ~ label,
.float-label-control textarea:not(.empty) ~ label {
    z-index: 1;
}

.float-label-control input:not(.empty):focus ~ label,
.float-label-control textarea:not(.empty):focus ~ label {
    color: #aaaaaa;
}

.float-label-control.label-bottom label {
    -moz-animation: float-labels-bottom 300ms none ease-out;
    -webkit-animation: float-labels-bottom 300ms none ease-out;
    -o-animation: float-labels-bottom 300ms none ease-out;
    -ms-animation: float-labels-bottom 300ms none ease-out;
    -khtml-animation: float-labels-bottom 300ms none ease-out;
    animation: float-labels-bottom 300ms none ease-out;
}

.float-label-control.label-bottom input:not(.empty) ~ label,
.float-label-control.label-bottom textarea:not(.empty) ~ label {
    top: 3em;
}

.float-label-control input,
.float-label-control textarea {
    padding-left: 20px;
    margin-top: 5px;
}

.form-group.detail-adherent > .float-label-control{
    margin-bottom: 0;
}

.side-by-side {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
}

.form-group .side-by-side {
    margin-top: 10px;
}

.side-by-side label {
    font-weight: normal;
    margin-bottom: 0;
}

.side-by-side * + label {
    margin-left: 10px;
}

.side-by-side input[type="checkbox"] {
    margin-top: 0;
    margin-bottom: 0;
}

.side-by-side input[type="checkbox"]:hover,
.side-by-side input[type="checkbox"] + label:hover {
    cursor: pointer;
}

.side-by-side input[type="radio"] {
    width: 10px;
}

.form-horizontal .radio-inline {
    padding-left: 20px;
    padding-top: 0;
}

.form-titre-section {
    margin-left: -15px;
}

/*.float-label-control .btn-group.bootstrap-select {*/
    /*margin-top: 6px;*/
/*}*/


@keyframes float-labels {
    0% {
        opacity: 0;
        color: #aaa;
        top: 0.1em;
        font-size: 0.85em;
    }
    20% {
        font-size: 0.85em;
        opacity: 0.2;
    }
    30% {
        top: 0.1em;
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
        font-size: 0.85em;
    }
    100% {
        top: 0.7em;
        opacity: 1;
    }
}

@-webkit-keyframes float-labels {
    0% {
        opacity: 0;
        color: #aaa;
        top: 0.1em;
        font-size: 0.85em;
    }
    20% {
        font-size: 0.85em;
        opacity: 0.2;
    }
    30% {
        top: 0.1em;
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
        font-size: 0.85em;
    }
    100% {
        top: 0.7em;
        opacity: 1;
    }
}

@keyframes float-labels-bottom {
    0% {
        opacity: 1;
        color: #aaa;
        top: 0.1em;
        font-size: 1.5em;
    }
    20% {
        font-size: 1.5em;
        opacity: 0;
    }
    30% {
        top: 0.1em;
    }
    50% {
        opacity: 0;
        font-size: 0.85em;
    }
    100% {
        top: 3em;
        opacity: 1;
    }
}

@-webkit-keyframes float-labels-bottom {
    0% {
        opacity: 1;
        color: #aaa;
        top: 0.1em;
        font-size: 1.5em;
    }
    20% {
        font-size: 1.5em;
        opacity: 0;
    }
    30% {
        top: 0.1em;
    }
    50% {
        opacity: 0;
        font-size: 0.85em;
    }
    100% {
        top: 3em;
        opacity: 1;
    }
}

/** IMPORT/EXPORT ADHERENTS **/

.container-import-export-adherents .title-row {
    text-transform: uppercase;
    font-weight: normal;
    margin: 15px 0;
    height: 50px;
    line-height: 50px;
}
.container-import-export-adherents .title-row div {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    height: 100%;
    margin-left: 15px;
}

.container-import-export-adherents .title-row svg {
    vertical-align: middle;
}

.container-import-export-adherents ul {
    list-style: none;
}

.container-import-export-adherents ul li {
    padding: 5px 0;
}

.container-import-export-adherents ul li svg {
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.container-import-export-adherents a {
    color: #BA3D00;
}

.container-import-export-adherents .infos-tips {
    margin: 15px 0;
}

.container-import-export-adherents .import-container,
.container-import-export-adherents .export-container {
    margin-top: 35px;
}

/** RESPONSIVE **/
@media (max-width: 767px) {

    .infos-adherent {
        margin-top: 0;
    }

    form.small-input .form-group > div:first-child {
        padding-left: 15px;
    }

    form.small-input .form-group > div:nth-child(n) {
        padding-left: 15px;
    }

    form.small-input .form-group > div:last-child {
        padding-left: 15px;
        padding-right: 15px;
    }

    form.small-input .form-group > div + div {
        margin-top: 10px;
    }

    .runapei-menu .navbar-toggle {
        float: left;
        margin-left: 5px;
    }

    .runapei-menu.navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }

    .runapei-footer .navbar-toggle {
        float: left;
        margin-left: 5px;
    }

    .homepage p {
        width: inherit;
    }

    .fixed-table-toolbar {
        display: none;
    }

    form.small-input .float-label-control label {
        left: 25px;
    }

    form.small-input .form-control {
        height: 50px;
        padding-left: 10px;
        padding-top: 18px;
        position: relative;
    }

    form.small-input .btn.dropdown-toggle.btn-default {
        height: 50px;
    }

    .container-col-infos-form.infos-1, .container-col-infos-form.infos-2, .container-col-infos-form.infos-3, .container-col-infos-form.infos-4, .container-col-infos-form.infos-5, .container-col-infos-form.infos-6, .container-col-infos-form.modal-1, .container-col-infos-form.modal-2, .container-col-infos-form.modal-3, .container-col-infos-form.warning {
        height: auto;
        margin-top: auto;
    }

    .container-col-infos-form {
        width: 100%;
    }

}

@media (min-width: 768px) {
    .runapei-menu.navbar-default .navbar-nav > li > a:before {
        display: inline-block;
        width: 1px;
        height: 14px;
        background-color: #ffffff;
        content: '';
        position: relative;
        left: -15px;
        top: 2px;
    }

    .runapei-menu.navbar-default .navbar-nav > li:first-child > a:before {
        display: none;
    }

    .runapei-menu .navbar-collapse .nav > .divider-vertical {
        display: none;
    }

    .runapei-footer.navbar-default .navbar-nav > li > a:before {
        display: inline-block;
        width: 1px;
        height: 15px;
        background-color: #ffffff;
        content: '';
        position: relative;
        left: -15px;
        top: 3px;
    }

    .runapei-footer.navbar-default .navbar-nav > li:first-child > a:before {
        display: none;
    }

    .runapei-footer .navbar-collapse .nav > .divider-vertical {
        display: none;
    }

    .modal-m {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .modal-xl {
        width: 1200px;
    }
}

@media (max-width: 912px) and (min-width: 768px) {

    .menu-right {
        float: none;
    }

    .runapei-menu .container-fluid {
        padding-left: 5px;
    }

    .runapei-menu .navbar-collapse {
        padding-left: 5px;
        padding-right: 5px;
    }

    .runapei-menu .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 15px;
    }
}

@media (max-width: 1050px) and (min-width: 768px) {
    .runapei-menu.navbar-default .navbar-brand.logo-unapei {
        display: none;
    }
}

@media (max-width: 1200px) {
    .btn-link.btn-adherent,
    .btn-link.btn-etab {
        width: 100%;
        min-width: 100%;
    }
}

@media (max-width: 1263px) {
    .runapei-menu.navbar-default .navbar-brand:not(.logo-unapei) {
        display: none;
    }
}

@media (max-width: 1300px) {
   .association .fixed-table-toolbar .search > .form-control {
        display: inline;
        height: 35px;
        width: 200px;
        min-width: 200px;
    }
}

@media (min-width: 1700px) {
    .container {
        width: 1600px;
    }
}
