/* Global Styles */
@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat/Montserrat-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat_semibold';
    src: url('../fonts/montserrat/Montserrat-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat_italic';
    src: url('../fonts/montserrat/Montserrat-Italic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat_semibolditalic';
    src: url('../fonts/montserrat/Montserrat-SemiBoldItalic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_medium';
    src: url('../fonts/roboto/Roboto-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_medium_italic';
    src: url('../fonts/roboto/Roboto-MediumItalic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_light';
    src: url('../fonts/roboto/Roboto-Light.ttf');
    font-weight: normal;
    font-style: normal;
}


html,
body {
    height: 100%;
    background-color: #e3e9ec;
	color: #333333;
	font-family: 'montserrat', sans-serif;
	font-size: 14px;
  	line-height: 1.8;
}

p {
    margin: 0 0 20px;
}

a {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff0500;
	color: #333;
    transition: background-color 0.3s, color 0.3s;
}

a:hover,
a:focus {
    background-color: #ff0500;
    color: #fff;
    text-decoration: none;
}

a.rss {
	border: 0;
    color:#ff0500;
	margin-left: 10px;
}

a.rss:hover,
a.rss:focus {
    background-color:inherit;
}

a.partage {
	color: #fff;
	border: none;
}

a.partage:hover,
a.partage:focus {
	color: #fff;
}

a.accordion-toggle:hover,
a.accordion-toggle:focus {
    background-color: inherit;
    color: inherit;
}

th {
	font-family: 'roboto_medium', sans-serif;
	font-weight: normal;
   	font-style: normal;
    letter-spacing: 1px;
}

em {
	font-family: 'montserrat_italic', sans-serif;
	font-weight: normal;
   	font-style: normal;
}

em.roboto {
	font-family: 'roboto_medium_italic', sans-serif;
	font-weight: normal;
   	font-style: normal;
}

.italic-bold {
	font-family: 'montserrat_semibolditalic', sans-serif;
	font-weight: normal;
   	font-style: normal;
}

label {
	font-family: 'roboto_medium', sans-serif;
  	font-weight: normal;
	font-style: normal;
    letter-spacing: 1px;
}

.margin-top-field {
    margin-top: 26px;
}

p + ul {
    margin-top: -15px;
}

ul {
	padding-left: 1em;
	margin-left: 0; /* pour IE */
    margin-bottom: 1.5em;
	list-style: square;
}

li {
	margin-bottom: 0.5em;
}

strong {
    font-family: 'montserrat_semibold';
    font-weight: normal;
    font-style: normal;
}

audio {
    width: 100%;
    display: block;
}

.small,
small {
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'roboto';
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    color: #777;
}

h2.h2-well {
    margin:0 0 30px 0;
}

h3,
.h3 {
    font-size: 23px;
    margin:10px 0;
}

h4,
.h4 {
    font-size: 17px;
}

form h4 {
    font-family: 'roboto_medium';
    letter-spacing: 1px;
}

h5,
.h5 {
    font-size: 15px;
}

form h5 {
    font-family: 'roboto_medium';
    font-size: 14px;
    letter-spacing: 1px;
}

h6,
.h6 {
    font-size: 11px;
}

iframe {
	border: none;
}

.form-control {
    border-radius: 3px;
    box-shadow: none;
    height:40px;
}

.input-group-addon {
    border-radius: 3px;
}

input:required:invalid:not(input[type="radio"],input[type="checkbox"]), 
input:focus:invalid:not(input[type="radio"],input[type="checkbox"]) {
    background-image: url(/images/invalide.png);
    background-position: 98%;
    background-repeat: no-repeat;
}

input:required:valid:not(input[type="radio"],input[type="checkbox"]) {
    background-image: url(/images/valide.png);
    background-position: 99%;
    background-repeat: no-repeat;
}

.radio-montant {
    font-size: 1.3em;
    margin-right: 1em;
}

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

input#identifiant, 
input#password {
    height: 30px;
    margin-right: 5px;
}

button.connexion {
    margin-left: 5px;
}

nav a {
	border: 0;
    transition: none;
}

address {
    line-height: 1.6;
}

.container {
	margin-top: 40px;
	margin-bottom: 50px;
	padding: 15px 30px 30px;
	min-height:75%;
}

.centrer {
	margin-left: auto;
	margin-right: auto;
}

hr {
    border-top: 1px solid #ff0500;
}

/* ///////////////////////////////////// VIDEO IFRAME RESPONSIVE ////////////////////////// */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* /////////////////// TOOLTIP BOOTSTRAP ////////////////////////// */
.tooltip-inner
{
	max-width: 300px;
	text-align: left;
    border-radius: 3px;
}

/* ////////////////////////////////////////// NAVBAR ////////////////////////////////////// */
.navbar {
	margin-bottom: 0;
	border: none;
	border-radius: 0;
    font-family: 'roboto';
}

.navbar li {
	margin-bottom: 0;
}

.navbar a:hover {
	background-color: inherit;
}

.navbar-inverse {
    background-color: #21242A;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-inverse .container {
	background-color: #21242A;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 30px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-inverse .navbar-brand {
    color: #cccccc;
    font-size: 14px;
}

.navbar-inverse .navbar-text {
    color: #cccccc;
}

.navbar-inverse .navbar-nav > li > a {
    color: #cccccc;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #ff0500;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #ff0500;
}

/* Landscape phones and portrait tablets */
/*@media (max-width: 767px) {*/
@media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #cccccc;
    }
}

.navbar-inverse .navbar-link {
    color: #cccccc;
}

.navbar-inverse p.erreur-connexion {
    margin-top: 11px;
    margin-bottom:0;
}

.navbar-inverse .erreur-connexion .erreur-message {
    background-color:#ff0500;
    color:#ffffff;
    padding: 0.4em 1em;
    text-transform: uppercase;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border:0;
}

.navbar-form {
    border-top: none;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-inverse p.id-oublie {
    margin-top:9px;
    margin-bottom:0;
}

@media (max-width: 991px) {
    .navbar-inverse p.erreur-connexion {
        margin-bottom: 10px;

    }
}

.deconnexion {
	margin-right: 1px;
}

.rechercher {
	float: right;
	width: 300px;
}

.contact-region a,
.contact-commission a {
	color: #333333;
	text-decoration: none;
	border: 0;
	margin-right: 1.3em;
}

.contact-region a:hover,
.contact-region a:focus,
.contact-commission a:hover,
.contact-commission a:focus {
	color: #ff0500;
    background-color:inherit;
}

.clearleft {
	clear: left;
}


/*////////////////////////////// SIDEBAR-NAV //////////////////////////////////////////*/
.sidebar-nav {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.sidebar-nav .interdit {
    cursor: not-allowed;
}

.sidebar-nav li.interdit {
    padding: 10px 15px;
}

.sidebar-nav li.interdit.rubrique:hover,
.sidebar-nav li.interdit.sous-rubrique:hover {
    color:#fff;
}

.sidebar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav ul li {
    background-color: #ffffff;
    border-top: 1px solid #dddddd;
    font-size: 0.98em;
    line-height: 1.5em;
    margin-bottom: 0;
}

.sidebar-nav ul a {
    color: #333333;
    display: block;
}

.sidebar-nav ul a:hover,
.sidebar-nav ul a:focus
 {
    background-color: #ff0500;
    color: #ffffff;
    text-decoration: none;
}

.sidebar-nav .rubrique {
	background-color: #eeeeee;
	color: #222222;
    font-family: 'roboto';
    font-size: 15px;
}

.sidebar-nav .rubrique:hover,
.sidebar-nav .sous-rubrique:hover {
	background-color: #21242A;
}

.sidebar-nav .sous-rubrique {
	background-color: #f8f8f8;
	color: #222222;
    font-family: 'roboto';
    font-size: 15px;
}

.sidebar-nav ul a.mm-active,
.sidebar-nav ul a.mm-active:hover {
	background-color: #ff0500;
	color: #ffffff;
}

.sidebar-nav li.mm-active > a.rubrique,
.sidebar-nav li.mm-active > a.rubrique:hover,
.sidebar-nav li.mm-active > a.sous-rubrique {
	background-color: #21242A;
    color: #ffffff;
}

.sidebar-nav ul ul a,
.sidebar-nav ul ul .interdit {
    padding: 10px 15px 10px 30px;
}

.sidebar-nav-item {
    padding-left: 5px;
}

.sidebar-nav-item-icon {
    padding-right: 5px;
}

.sidebar-nav .fa-lock {
    float: right;
    line-height: 1;
}

.sidebar-nav .plus-minus {
	float: right;
}

.sidebar-nav .fa.plus-minus:before {
    content: "\f105";
}

.sidebar-nav .mm-active > a > .fa.plus-minus:before {
    content: "\f107";
}

.sidebar-nav .rubrique-region {
    background-color: #ff0500;
    font-family: 'roboto';
    font-size: 15px;
    padding: 10px 15px;
    color: #fff;
}


/* //////////////////////////////// JUMBOTRON / ZOOM  ////////////////////////////////////// */
.jumbotron {
    background-color: #ffffff;
}

.container .jumbotron {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.jumbotron .container {
	margin-top: 0;
	margin-bottom: 0;
    padding:10px;
}

.jumbotron p {
	font-size: 14px;
}

.jumbotron h1 {
	font-size: 30px;
	margin-bottom: 30px;
}

/* //////////////////////////////// UNES  ////////////////////////////////////// */
.bandeau-unes {
    background-color: #fff;
    border-right: #ff0500 solid 7px;
    display: inline-block;
    font-family: 'roboto';
    font-size: 16px;
    line-height: 1.2em;
    margin-top: 10px;
    min-height: 40px;
    padding: 15px 20px;
    position: relative;
    animation-name: anim;
    transition: background-color 1s;
}

.bandeau-unes a {
    border : none;
    transition: color 0.6s;
}

.bandeau-unes:hover {
    background-color: #ff0500;
}

.bandeau-unes:hover a {
    color: #fff;
}

.bandeau-unes:hover a:hover {
    background-color: inherit;
}

.bandeau1 {
    animation-duration: 2s;
}

.bandeau2 {
    animation-duration: 1.2s;
}

.bandeau3 {
    animation-duration: 2.3s;
}

.bandeau4 {
    animation-duration: 1s;
}

.bandeau5 {
    animation-duration: 2.5s;
}

.bandeau6 {
    animation-duration: 1.5s;
}

@keyframes anim {
    from  { left:-500px; top:0px; }
    to  { left:0px; top:0px; }
}

.introduction {
    background-color: #fff;
    display: none;
    line-height: 1.5em;
    padding: 15px 20px 5px 20px;
}

.introduction p {
    margin-bottom:10px;
}

.introduction a {
    font-family: 'roboto_light';
}

.introduction a.intro:hover {
    color: #333;
}

.thumbnail {
	padding: 0;
    border-radius: 3px;
}

.thumbnail>img {
	margin-right:0;
	margin-left:0;
}

.thumbnail .caption {
    padding: 15px 20px 5px 20px;
}
/* /////////////////////////////////////////////////////////////////////////// */

/* sweetalert2 */
.swal2-cancel {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 0px;
    color: #333;
    background-color: #fff;
}

.swal2-confirm {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #ff0500;
    border-radius: 0px;
    color: #ffffff;
    background-color: #ff0500;
}

button.swal2-styled.swal2-confirm {
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #ff0500;
    border-radius: 0px;
    color: #ffffff;
    background-color: #ff0500;
}


.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.icone {
	display:inline-block;
}

.encadre {
    min-height:20px;
    padding: 19px;
    margin:40px 0;
    border:1px solid #e3e3e3;
}

.encadre-fond {
    min-height:20px;
    padding: 15px 25px;
    margin:20px 0;
    border:1px solid #e3e3e3;
    background-color: #fafafa;
}

.well {
    min-height: 20px;
    padding: 35px 45px;
    background-color: #ffffff;
    border-radius: 3px;
    border: none;
}

.well.nopadding {
    padding:0;
    border-radius: 4px 4px 0 0;
}

.colpadding {
	padding:0 30px 15px 30px;
}

.panel {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-body.nopadding {
	padding:0;
}

.panel-title {
    font-family: 'roboto';
    color: #222222;
}

.panel-body {
    padding: 20px;
}

.panel-default > .panel-heading {
    border-bottom: 2px solid #ff0500;
    border-radius: 3px 3px 0 0;
}

#accordion .panel-default > .panel-heading {
    border:none;
}

.panel-heading-annonceurs {
    padding: 5px 5px 5px 10px;
}

.panel-body-annonceurs {
    padding-bottom: 5px;
}

.panel-body-annonceurs img {
    margin-top: 10px;
	width: 255px;
}

.panel-body.coldroite {
    line-height: 1.5;
}

.membre .panel-body button.btn-sm {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1;
    margin-top: 10px;
}

.membre .panel-body {
    line-height: 1.3;
}

.panel-default > .panel-profile {
    font-family: 'roboto';
    font-size: 15px;
    height: 95px;
    border-color: #fff;
    line-height: 1;
}

.info-membre {
    min-height:240px;
}

.info-membre-com {
    min-height:280px;
}

.btn-membre {
    min-height: 33px;
}

.panel-profile-img {
    max-width: 100px;
    margin-top: -70px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #fff;
    border-radius: 100%;
    background-color: #fff;
}

.panel-body-profile {
    padding: 15px;
    line-height: 1.5em;
    font-size: 12px;
}

.panel-body-profile h5 {
    margin-bottom: 2px;
}

.panel-body-profile p {
    margin-bottom: 10px;
}

.badge {
    border-radius: 3px;
    background-color: #333;
    line-height:  1.42857143;
}

ul.fichiers {
    list-style: none;
    padding-left: 0;
}

ul.fichiers li {
    margin: 0;
}

.badge-fichier {
    padding: 5px 10px;
    font-size: 12px;
    font-weight:normal;
    line-height: 2.6;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
}

input.input-file {
    display: none;
}

.suppression-fichier {
    margin-left:10px;
}

.suppression-fichier:hover {
    cursor: pointer;
}

.erreur-fichier {
    margin-top: 10px;
}

.boite-outils-interdit {
    cursor:not-allowed;
    line-height: 0.8;
}

.boite-outils:hover {
    cursor:pointer;
    color: #ff0500;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #ff0500;
    background-color: #ffffff;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #ff0500;
    border-color: #ff0500;
}

.thumbnail {
    border: none;
    font-size: 13px;
}

.text-primary {
    color: #ff0500;
}
a.text-primary:hover {
    color: #cc0400;
}
.text-success {
    color: #468847;
}
a.text-success:hover {
    color: #356635;
}
.text-info {
    color: #3a87ad;
}
a.text-info:hover {
    color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
    color: #a47e3c;
}
.text-danger {
    color: #b94a48;
}
a.text-danger:hover {
    color: #953b39;
}

.bg-primary {
    color: #fff;
    background-color: #ff0500;
}
a.bg-primary:hover {
    background-color: #cc0400;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover {
    background-color: #e4b9b9;
}

.btn {
    border-radius: 3px;
    font-family: 'roboto';
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333333;
}

.btn-evidence {
    background-color: #888888;
    color: #ffffff;
}

.btn-evidence:hover, .btn-evidence:focus {
    background-color: #666666;
    color: #ffffff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-primary {
    color: #ffffff;
    background-color: #ff0500;
    border-color: #ff0500;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #da0400;
    border-color: #da0400;
}

.btn-primary:active {
    color: #ffffff;
    background-color: #da0400 !important;
    border-color: #da0400 !important;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #ff0500;
    border-color: #ff0500;
}
.btn-primary .badge {
    color: #ff0500;
    background-color: #ffffff;
}
.btn-success {
    color: #ffffff;
    background-color: #00b000;
    border-color: #009700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #008700;
    border-color: #005900;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #00b000;
    border-color: #009700;
}

.btn-success .badge {
    color: #00b000;
    background-color: #ffffff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc;
}

.btn-warning {
    color: #ffffff;
    background-color: #ffbe00;
    border-color: #e6ab00;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #d6a000;
    border-color: #a87d00;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #ffbe00;
    border-color: #e6ab00;
}
.btn-warning .badge {
    color: #ffbe00;
    background-color: #ffffff;
}
.btn-danger {
    color: #ffffff;
    background-color: #e20000;
    border-color: #c90000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #b90000;
    border-color: #8b0000;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #e20000;
    border-color: #c90000;
}
.btn-danger .badge {
    color: #e20000;
    background-color: #ffffff;
}

.btn-link {
    color: #ff0500;
    font-weight: normal;
    cursor: pointer;
    border-radius: 3px;
}

button.recherche {
    padding: 9px 12px;
}

.label {
	font-weight: normal;
}

.label-default {
    background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #808080;
}

.label-primary {
    background-color: #ff0500;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #cc0400;
}

.label-success {
    background-color: #00b000;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #007d00;
}
.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #ffbe00;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #cc9800;
}

.label-danger {
    background-color: #e20000;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #af0000;
}

.dropdown-menu {
	border:0;
    border-radius: 3px;
    font-family: 'montserrat';
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #ff0500;
    color: #ffffff;
    text-decoration: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #ff0500;
    text-decoration: none;
}

.dropdown-menu .interdit {
    cursor: not-allowed;
    padding: 3px 20px;
    line-height: 1.42857143;
    white-space: nowrap;
}

/* 404 PAGE */
.error-404 {
    font-size: 100px;
}

/* PRICING PAGE */
.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* //////////////////////////////// FOOTER //////////////////////////////////////////// */
footer {
	background-color: #21242A;
  	color: #cccccc;
	font-size: 90%;
	padding: 20px;
}

footer .container {
	background-color: #21242A;
	margin-top: 0;
	margin-bottom: 0;
}

footer a {
	color: #cccccc;
	border: 0;
}

footer a:hover,
footer a:focus,
footer a:active {
	color: #ffffff;
    background-color: inherit;
}

footer .res-soc-icons {
	float: right !important;
}

/* //////////////   PLAN DU SITE / RECHERCHE / JOURNÉES D'ÉTUDE  /////////////////////// */
.plan-site a,
.recherche a {
	color: #333333;
	border: none;
}

.plan-site a:hover,
.recherche a:hover {
    background-color: #ff0500;
	color: #fff;
}

.plan-site .interdit,
.recherche .interdit {
    cursor: not-allowed;
}

.plan-site li {
    line-height: 1.3em;
    margin-bottom: 0.8em;
}

.recherche li {
    line-height: 1.3em;
    margin-bottom: 1em;
}

#resultat-recherche {
	margin-top: 2em;
}

#resultat-recherche ul {
	list-style:none;
}

#resultat-recherche li.rubrique-top {
	margin-top: 2em;
}

#resultat-recherche .nom-top {
	color: #ff0500;
	font-family: 'montserrat_semibold';
	text-transform: uppercase;
}

#resultat-recherche span.fa {
	color: #ff0500;
	margin-right: 0.3em;
}

#resultat-recherche .fa-lock {
	margin-left: 0.5em;
}

.je {
    max-height: 450px;
    overflow-y:scroll;
    margin-bottom: 50px;
}

.je tbody tr {
    font-family: 'roboto';
}

div.je tbody tr:hover {
    background-color: #21242A;;
    color: #fff;
    cursor:pointer;
}

.je tbody tr.selection  {
    background-color: #21242A;;
    color: #fff;
}

.journees-index {
    margin:30px 0 50px 0;
}

.je-index {
    line-height: 1.3;
}

.je-index li {
    margin-bottom: 20px;
}

ul#journee-etude {
    list-style:none;
    padding:0;
    margin:0;
}

ul#journee-etude li {
    border-bottom: 1px solid #eee;
    margin:0;
    padding: 10px;
    line-height: 1.4em;
}

ul#journee-etude li:hover {
    background-color: #21242A;;
    color: #fff;
    cursor:pointer;
}

ul#journee-etude li.selection  {
    background-color: #21242A;;
    color: #fff;
}

.journee-intitule {
    font-family: 'roboto';
    font-size: 16px;
}

.lien-journees {
    font-size: 13px;
}

.journee-region {
    font-size: 12px;
    text-transform: uppercase;
}

/* //////////////////////////////// PAGINATION //////////////////////////////////////// */
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-radius: 0;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-radius: 0;
}

.pagination > li > a,
.pagination > li > span {
    color: #ff0500;
    font-size: 10px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #ffffff;
    background-color: #ff0500;
    border-color: #ff0500;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #ff0500;
    border-color: #ff0500;
}

/* //////////////////////////////// ACCORDION ////////////////////////////////////////// */
a.accordion-toggle {
	border: none;
}

#accordion .panel {
	margin-bottom: 1em;
}


/* //////////////////////////////// AUTO SUGGEST /////////////////////////////////////// */
.menu-deroulant {
	background-color: #ff0500;
	border-radius: 3px;
	color: #fff;
	position: absolute;
	width: 48%;
	z-index: 999;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.3);
	box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

.resultat, .resultat2, .resultat-livraison, .resultat-num-adh {
	display: none;
	list-style: none;
	padding: 0.5em 0 0;
}

.resultat li, .resultat2 li, .resultat-livraison li, .resultat-num-adh li {
	cursor: pointer;
	margin-bottom: 0;
	padding: 0.1em 1em;
}

.resultat li:hover, .resultat2 li:hover, .resultat-livraison li:hover, .resultat-num-adh li:hover {
	background: #fff;
	color: #ff0500;
}

.resultat li.erreur, .resultat2 li.erreur, .resultat-livraison li.erreur, .resultat-num-adh li.erreur {
	cursor: default;
}

.resultat li.erreur:hover, .resultat2 li.erreur:hover, .resultat-livraison li.erreur:hover, .resultat-num-adh li.erreur:hover {
	background: #ff0500;
	color: #fff;
}

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
	footer .res-soc-icons {
		float: left !important;
	}
	.navbar-right {
		float: left !important;
	}
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }
    header.carousel .carousel {
        height: 70%;
    }
	footer .res-soc-icons {
		margin-top: 20px;
	}
}

/* //////////////////////////////// COOKIE CONSENT ////////////////////////////////////// */
.cc_banner-wrapper .cc_container {
	background: #21242A;
	background-color: rgba(51,51,51,0.9)!important;
	font-family: 'montserrat', sans-serif;
}

.cc_banner-wrapper .cc_message a.cc_more_info {
	color: #ff0500;
}

.cc_banner-wrapper a.cc_more_info, .cc_banner-wrapper a.cc_btn  {
	border: none;
    border-radius: 0;
}

.cc_banner-wrapper .cc_container .cc_btn {
	background-color: #ff0500;
	color: #ffffff;
}

@media screen and (max-width: 535px) {
    .btn.btn-evidence.btn-sm.pull-right {
        float:none !important;
    }
}
@media screen and (min-width: 500px) {
	.cc_banner-wrapper .cc_container .cc_btn {
		font-size: 0.7em;
	}
	.cc_banner-wrapper .cc_container .cc_message {
		font-size: 0.7em;
	}
}
@media screen and (min-width: 768px) {
	.cc_banner-wrapper .cc_container .cc_btn {
		font-size: 0.9em;
	}
	.cc_banner-wrapper .cc_container .cc_message {
		font-size: 0.9em;
		line-height: 1.2em;
	}
    .container .jumbotron, .container-fluid .jumbotron {
    	padding: 10px;
	}
    .navbar-header {
        display: none;
    }
    .btn-group-sm > .btn, .btn-sm {
        padding: 5px 6px;
        font-size: 11px;
    }
}

@media screen and (min-width: 992px) {
	.cc_banner-wrapper .cc_container .cc_message {
		font-size: 0.9em;
	}
}

@media screen and (min-width: 1200px) {
    .navbar-header {
        display: block;
    }
    .btn-group-sm > .btn, .btn-sm {
        padding: 5px 10px;
        font-size: 12px;
    }
}

/* //////////////////////////////// CAROUSEL //////////////////////////////////////////// */
.carousel a {
    background-color: transparent;
	border: 0;
}

.carousel a:hover {
	background-color: transparent;
}

.carousel-control {
	filter: alpha(opacity=40);
	opacity: 0.4;
    text-shadow: none;
}

.carousel-control .icon-prev {
    left: 15%;
    font-size: 80px;
    font-family: 'roboto_medium', sans-serif;
}

.carousel-control .icon-next {
    right: 15%;
    font-size: 80px;
    font-family: 'roboto_medium', sans-serif;
}

.carousel-control.left {
	background-image: none;
    filter: none;
}

.carousel-control.right {
	background-image: none;
    filter: none;
}


/* ///////////////////////////////////// ALERT //////////////////////////////////////////// */
.alert {
    border-radius: 3px;
    font-family: 'roboto';
    letter-spacing: 1px;
}

.alert-erreur
{
	background-color:rgba(255,5,0,0.7);
	border: none;
	color:#ffffff;
	text-transform: uppercase;
}

.alert-success
{
	background-color:rgba(0,176,0,0.7);
	border: none;
	color:#ffffff;
	text-transform: uppercase;
}

.alert-warning
{
    background-color:#ff8400;
    border: none;
    color:#ffffff;
    text-transform: uppercase;
}

/* /////////////////// DATEPICKER ////////////////////////// */
.bootstrap-datetimepicker-widget a {
	border: none;
}

.bootstrap-datetimepicker-widget table td.today:before {
  	border-bottom-color: #ff0500;
}

.bootstrap-datetimepicker-widget table td.today,
.bootstrap-datetimepicker-widget table td.today:hover {
    border: 1px solid #ff0500;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
 	background-color: #ff0500;
}

.bootstrap-datetimepicker-widget .day {
    border-radius: 0;
}

.bootstrap-datetimepicker-widget .day.today.active {
	background-color: #ff0500;
    border-radius: 0;
}

.bootstrap-datetimepicker-widget .day.today.active:hover {
	background-color:#ff0500;
}


/* //////////////////////////////// STYLES PERSO //////////////////////////////////////////// */
input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.10em;
    height: 1.10em;
    border: 0.10em solid currentColor;
    border-radius: 50%;
    display: grid;
    place-content: center;
}

input[type="radio"]::before {
    content: "";
    width: 0.60em;
    height: 0.60em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    background-color: #ff0500;
}

.radio-inline {
    line-height: 1.2;
}

input[type="radio"]:checked::before {
    transform: scale(1);
}

label input[type=checkbox] {
    height: 14px;
    width: 14px;
    background: #fff;
    border: 2px solid #ff0500;
    cursor: pointer;
    margin: 2px 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

label input[type="checkbox"]:checked {
    background: #ff0500;
    transition: all .2s;
}

.effet {
	display: none;
}

.coord-marge {
	margin-bottom: 104px;
}

.codepostal-marge {
	margin-bottom: 100px;
}

/* équivalent .show mais sans !important qui bloque le jquery pour affichage/masquage */
.montre {
	display: block;
}

/* équivalent .hide mais sans !important qui bloque le jquery pour affichage/masquage */
.cache {
	display: none;
}

.majuscules {
	text-transform: uppercase;
}

.logo_abf {
	color: #222222;
	font-size: 16px;
	margin-bottom: 20px;
}

.logo_abf img {
	margin-right: 30px;
}

.logo_abf .texte {
	line-height: 1.5;
	margin-top: -4px;
}

.logo-margin {
    margin-right: 10px;
}

.logo-valign {
    vertical-align: bottom;
}

.logo_abf a:hover {
    color: inherit;
}

.image_gauche {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}

.image_droite {
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
}

.image_centre {
	margin-left: auto;
	margin-right: auto;
}

.dates-labels {
    font-size: 11px;
}

/* DONS */
#montant-reduit {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
}

.btn.btn-primary.btn-valider-don {
    padding: 9px 12px;
}

/* //////////////// CARTE RÉGION /////////////////// */
.carte {
	margin: 0 auto;
	width: 100%;
	height: 610px;
}

.carte-petit {
	width: 100%;
    height: 300px;
}

div.jqvmap-label {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background:#21242a;
    text-transform: uppercase;
    font-size:12px;
    font-weight: bold;
    line-height: 1.5em;
    padding:7px 10px;
}

.mention-site {
    text-transform: initial;
    font-weight: normal;
}
/* //////////////////////////////////////////////// */

.date-article {
	float: left;
    font-family: 'roboto';
    font-size:14px;
}

.date-journee {
    float: left;
}

.date {
    color:#ff0500;
	font-family: 'montserrat_semibold', sans-serif;
	font-weight: normal;
   	font-style: normal;
}

/* ///////////////// PUBLICATIONS SUR PAGE INDEX ET PAGE ABONNÉ //////////////// */
.bib-infos {
    min-height: 130px;
    padding:5px 20px 15px 20px;
}

.mediatheme-infos {
    min-height: 109px;
    padding:5px 20px 15px 20px;
}

.publication-titre {
    font-family: 'roboto';
    font-size:16px;
    line-height: 1.2em;
    margin-top: 10px;
}

.mediatheme-infos .publication-titre {
    min-height: 50px;
}

.publication-date-prix {
    font-size:12px;
}

.publication-dossier {
    font-size: 12px;
    line-height: 1.4em;
    margin-top: 10px;
    min-height: 50px;
}

.publication-btn {
    margin:0 20px;
    min-height: 50px;
}

.panel-publication {
    margin-bottom: 60px;
}

.panel-publication .panel-body {
    padding: 10px 20px 25px 20px;
}

.vignette-index {
    /* opacity: 0; */
    border-radius: 3px 3px 0 0;
}
/* ///////////////////////////////////////////////////////////// */


.actupro {
    font-size: 11px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.actupro a.btn {
    margin-top: 8px;
}

.actupro-titre {
    font-family: 'roboto';
    font-size: 15px;
    line-height: 1.3;
}

.telecharger {
    border-radius: 3px;
    font-family: 'roboto';
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    touch-action: manipulation;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    user-select: none;
}

.telecharger:hover {
    background-color: #ebebeb;
    border-color: #adadad;
}

.boutons-adhesion {
	margin: 5px auto 10px;
	width: 50%;
}

.boutons-adhesion .collectivite {
    margin-top: 30px;
}

#collectivite {
    font-size: 1.2em;
}

.entete {
	background-color: #ff0500;
    border-radius: 3px;
	color: #ffffff;
    font-family: 'roboto_medium';
    letter-spacing: 1px;
	margin-bottom: 20px;
	padding: 6px 12px;
}

/* icone oeil mot de passe */
.reveal:hover {
    cursor: pointer;
}

.fleche-top {
    margin-top: 20px;
}

.fleche-top span {
	color: #ff0500;
	margin-bottom: 0.5em;
}

.fleche-top span:hover {
	color: #d60400;
	cursor: pointer;
}

.fleche-newsletter {
    display: none;
}

a.noborder {
	border: none;
}

h4.annuaire {
    margin-bottom: 0;
}

.annuaire-fonction {
    font-size: 13px;
    margin-bottom: 1em;
}

.annuaire-perso {
	border-left: 1px solid #ccc;
	margin-top: 2.5em;
}

.entete-article {
    border-radius: 3px 3px 0 0;
    color:#fff;
    background-color:#ff0500;
    overflow:hidden;
    padding:30px 45px 10px 45px;
}

.entete-article h2 {
    color:#fff;
    font-size:35px;
    margin-bottom:30px;
}

.entete-article hr {
    margin-bottom:5px;
}

.entete-article-index {
    background-color:#ff0500;
    color:#fff;
    font-family: 'roboto';
    font-size:17px;
    line-height: 1.3;
    padding:15px 20px;
}

.newsletter:hover {
    background-color: #ff0500;
    cursor: pointer;
    color:#fff;
}

#newsletter a:hover {
    background-color: #ff0500;
    border:none;
    color: #fff!important;
}

li.selection {
    background-color: #ff0500;
    color:#fff;
}

#message-abonnement {
    display:none;
    margin-top: 20px;
}

#choix-adresse, #adresse-livraison {
    margin-top: 20px;
}

.form-abonnement {
    margin-top: 50px;
}

.souligne {
    text-decoration: underline;
}
/* //////////////////////  DERNIERS ARTICLES RÉGIONS /////////////// */
.region-actus ul {
	list-style:none;
}

.region-actus span {
	color: #ff0500;
	margin-right: 0.3em;
}

li.rubrique-actus {
    line-height: 1.5em;
    margin-bottom: 25px;
}

li.rubrique-actus a {
    border : none;
}


/* //////////////////////////// CONGRÈS ///////////////////////////// */
table.session {
    margin-bottom: 40px;
}

table.session thead tr {
    border-bottom: 3px solid #ff0500;
}

table.session thead {
	font-weight: bold;
}

table.table-condensed.session > tbody > tr > td {
    padding: 15px 5px;
    border-top: 1px solid #ff0500;
}

td.jour {
    font-size:1.3em;
	font-family: 'montserrat_semibold', sans-serif;
	font-weight: normal;
   	font-style: normal;
}

label.session {
    cursor: pointer;
    letter-spacing: 0;
}

.session-prise-charge {
    font-size: 12px;
    margin-top: 15px;
}

select.prise-charge {
    font-size: 12px;
    height: 30px;
}

.session-full {
    font-family: 'roboto_medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 5px;
}

.legendes {
    font-family: 'roboto_medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
}

table.legendes-congres {
    font-size: 12px;
    margin-bottom: 2em;
}

.couleur-thematique {
    padding-left:1em;
    margin-right:0.5em;
}

.couleur-id-session {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-right: 0.5em;
    padding: 0 0.3em;
}

.progress.congres-session {
    background-color: #ececec;
    border-radius: 3px;
    height: 10px;
    margin-top: 5px;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar-congres {
    background-color: #555555;
}

.progress-bar-alert {
    background-color: #ff0500;
}

@keyframes blink {
	0% { opacity: 0 }
	50% { opacity: 1; color: #333; }
}

@-webkit-keyframes blink {
	0% { opacity: 0 }
	50% { opacity: 1; color: #333; }
}

.blink {
    animation: blink 180ms 3;
    -webkit-animation: blink 180ms 3;
    color: #ff0500;
}

/* ////////////////////////////////////////////////////////////// */

#bidon {
    display: none;
}

.couleur {
	color: #ff0500;
}

.zoom {
    transition: transform .2s;
}

.zoom:hover {
    transform: scale(1.7);
}

button.swal2-confirm {
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #ff0500;
    border-radius: 3px;
    color: #ffffff;
    background-color: #ff0500;
}

.modal-content {
	border-radius: 3px;
}

.modal-header button.close {
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
}

.modal-header {
    background-color: #ff0500;
    color: #fff;
    padding-left: 40px;
}

.modal-title {
	font-family: 'roboto_medium', sans-serif;
    font-size: 16px;
}

.modal-body {
	line-height: 1.5em;
    padding: 25px 40px 15px 40px;
}

.modal-erreur
{
	background-color:rgba(255,5,0,1);
	border: none;
	color:#ffffff;
    font-family: 'montserrat_semibold';
    padding: 20px;
    position: relative;
	text-transform: uppercase;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
