/* do not group these rules */
*::-webkit-input-placeholder {
    color: #000!important;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #000!important;
}
.navbar-nav .dropdown-menu{
position:absolute;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #000!important;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #000!important;
}
.active.page-item span{
	padding:1rem!important ;
	margin-left: -1px;
	line-height: 1.25;
	background:whitesmoke;
}
.searchform{
	display: flex;
	align-content: center;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
#recherchemot, #recherchegroupe{
	display: block!important;
}
@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.formulaire_formidable_1 .submit, .formulaire_formidable_3 .submit, .formulaire_formidable_5 .submit{
    padding: 10px 22px;
    background-color: transparent;
    border-radius: 30px !important;
    color: #640b5f;
    padding: 10px 22px;
}
.rounded {
    border-radius: 0.5rem!important;
}
.formulaire_formidable_2 .submit, .formulaire_formidable_4 .submit{
    padding: 10px 22px;
    background-color: transparent;
    border-radius: 30px !important;
    color: #fb9c00;
    padding: 10px 22px;
}
.reponse_formulaire_ok p{
	background-color: green;
	color: white;
	padding: 1rem;
	font-size: 19px;
	line-height: 25px;
	text-align: center;
}
.reponse_formulaire_erreur p{
	background-color: red;
	color: white;
	padding: 3rem;
	font-size: 19px;
	line-height: 25px;
	text-align: center;
}
.alert.alert-warning{
	background-color: #fb9c00!important;
}


.texteencadre-spip{
	background-color: whitesmoke;
	border: 1px dotted #CCC;
	padding: 10px;
	font-size: 18px;
    line-height: 32px;
	overflow: hidden;
	clear: both;
	font-style: italic;
}
.texteencadre-spip .spip_documents_left{
	margin-right: 10px;
	margin-bottom: 10px;
}
.media_application_pdf iframe{
	width: 100%!important;
	height: 100vh!important;
}
.spip_documents_left{
	margin-right: 15px;
	margin-bottom: 15px;
}
.spip_documents_right{
	margin-left: 15px;
	margin-bottom: 15px;

}
.comment-box{
	width: 100%;
	padding: 10px 0;
}
.comments-ul{
	padding: 0;
}
.comment-box a{
	background-color: transparent;
}
.reply_section {
  background: #f5f5f5;
  border-radius: 5px;
}

.post_reply {
  margin-left: 10px;
  margin-top: 45px;
}

.post_reply img {
  width: 85px;
  height: 85px;
  border: 5px solid #D5D8DD;
}

.post_reply ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}

.post_reply ul li{
  float:left;
}

.post_reply ul li a {
  display: block;
}

.post_reply ul li a i {
  border: 1px solid #DDDDDD;
  border-radius: 39px;
  color: #FFFFFF;
  font-size: 20px;
  height: 30px;
  margin-right: 3px;
  padding-top: 7px;
  text-align: center;
  width: 30px;
}

.post_reply ul li a i.fa-facebook {
  background: #0182C4;
}

.post_reply ul li a i.fa-twitter {
  background: none repeat scroll 0 0 #3FC1FE;
}

.post_reply ul li a i.fa-google-plus{
 background: none repeat scroll 0 0 #D34836;
}

.post_reply ul li a i:hover{
  opacity:.5;
}

.post_reply_content {
  margin: 30px;
}

.post_reply_content h1 a:hover{
  color:#FFC800;
}

.post_reply_content h4 {
  margin-bottom: 50px;
}

.reply_section .media-body{
  display:inherit;
}

.comment_section .media-body{
  display:block;
}
.media-body h3{
	font-weight: 700;
	color: #a61313;
	margin-bottom: 0;
}
.accombottom{
	background-color: whitesmoke;
}
.formulaire_spip ul, .comments-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.ariaformprop{
	width: 100%;
}
.gravatar_info_forum{
	font-size: 12px;
	color: #CCC;
}
.reponse_formulaire_ok{
	display: block;
	color: green;
	margin-bottom: 30px;

}
button.submit, .submit{
	border-width: 2px;
    font-weight: 400;
    font-size: 0.8571em;
    line-height: 1.35em;
    margin: 5px 1px;
    border: none;
    border-radius: 0.1875rem;
    padding: 11px 22px;
    cursor: pointer;
    background-color: #f96332;
    color: #FFFFFF;
}
.comments-list .bouton_action_post{
	display: inline-block;
}
.explication.saisie_texte_info{
	display: none;
}
.erreur_message{
	color: #a94442;
}
.forum textarea{
	width: 100%!important;

}
.comments-list.comments-posts.pt-5{
	padding-top: 0!important;
}
p.boutons{
	padding-right: 15px;
    padding-left: 15px;
}
div.onlytext{
	text-align: justify!important;
}
.boutonstexte a{
	height: 30px;
	width: 30px;
}
.documents_joints h2{
	font-size: 16px;
	margin-bottom: 10px;
}
.documents_joints{
	background-color: white;
	padding: 1rem;
}
.table thead {
	font-size:1.5em;
}

.table-responsive {
	border:1px solid #e6e7e7;
}
table.spip {
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
  background-color: transparent;
  font-size: 16px;
  clear:both;
  border: 1px solid #CCC;
}
.page-header table.spip{
	border: 1px!important;
}
.page-header table.spip > thead > tr > th{
	padding: 0;
}
.tab-content{
	min-height:90vh;
}
table.spip > thead > tr > th,
table.spip > tbody > tr > th,
table.spip > tfoot > tr > th,
table.spip > thead > tr > td,
table.spip > tbody > tr > td,
table.spip > tfoot > tr > td {
  padding: 1rem;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #ddd;
}
table.spip > thead > tr > th {
  vertical-align: bottom;
}
table.spip > caption + thead > tr:first-child > th,
table.spip > colgroup + thead > tr:first-child > th,
table.spip > thead:first-child > tr:first-child > th,
table.spip > caption + thead > tr:first-child > td,
table.spip > colgroup + thead > tr:first-child > td,
table.spip > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table.spip > tbody + tbody {
  border-top: 2px solid #ddd;
}
table.spip table.spip {
  background-color: #fff;
}
table.spip caption{
	font-size: 18px;
	font-weight: 700;
}
table.spip tr:nth-child(odd){
		background: #FFF;
	}
table.spip tr:nth-child(even){
		background: #F5F5F5;
	}
table.spip .row_first{
	background-color: #1d1d1b!important;
	color: white!important;
}
.formulaire_formidable form{
	width: 100%;
}
.acess-container{
	position: fixed;
	top: 1%;
	left: 1%;
	z-index: 300;
}
.pagina-acessivel, .pagina-acessivel .navbar, .pagina-acessivel .grey  {
  background-color: #333!important;
  color: white!important;
}
.header-rub .row.pagina-acessivel, .pagina-acessivel .navbar, .pagina-acessivel .grey input{
	border: 1px solid #FFF!important;
}
#jbbutton{
	cursor: pointer;
}
.pagina-acessivel .navbar{
	border-bottom: 0;
}
.pagina-acessivel h1, .pagina-acessivel p {
  color: white!important;
}
.btn-outline-deep-purple, .btn-outline-deep-purple:hover, .btn-outline-deep-purple:focus{
	background-color: white!important;
}
.pagina-acessivel .btn-outline-deep-purple, .pagina-acessivel .btn-outline-deep-purple:hover, .pagina-acessivel .btn-outline-deep-purple:focus{
	background-color: #333!important;
}
.pagina-acessivel .navbar .dropdown-menu a{
	color: white!important;
}
/* do not group these rules */
.pagina-acessivel *::-webkit-input-placeholder {
    color: #FFF!important;
    font-weight: 700
}
.pagina-acessivel *:-moz-placeholder {
    /* FF 4-18 */
    color: #FFF!important;
    font-weight: 700
}
.pagina-acessivel *::-moz-placeholder {
    /* FF 19+ */
    color: #FFF!important;
    font-weight: 700
}
.pagina-acessivel *:-ms-input-placeholder {
    /* IE 10+ */
    color: #FFF!important;
    font-weight: 700
}
.z-index-30{
	z-index: 30;
}
.z-index-40{
	z-index: 40;
}
.z-index-50{
	z-index: 50;
}
.columns-2{
	column-count: 2;
}
.formulaire_newsletter .checkbox{
	opacity: 1!important;
	margin-top: 10px;

}
.editer_checkbox_infos_newsletter label{
	padding-left: 20px;
	font-size: .9rem;
}
.formulaire_newsletter .form-check-label{


	float: left;
}
.form-control{
	height: calc(1.5em + .75rem - 3px);
}
.playerVideo{
	margin-bottom: 15px;
}
.playerVideo video{
	width: 100%!important;
	height: 100%!important;
}
.playerVideo figure{
	background-color: transparent;
}
.scrollbar {
max-height: 540px;
overflow-y: scroll;

}


.scrollbar-primary::-webkit-scrollbar {
width: 12px;
background-color: transparent; }

.scrollbar-primary::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #4285F4; }

.scrollbar-primary {
scrollbar-color: #4285F4 #F5F5F5;
}

.scrollbar-danger::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-danger::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-danger::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #ff3547; }

.scrollbar-danger {
scrollbar-color: #ff3547 #F5F5F5;
}

.scrollbar-warning::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-warning::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-warning::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #FF8800; }

.scrollbar-warning {
scrollbar-color: #FF8800 #F5F5F5;
}

.scrollbar-success::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-success::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-success::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #00C851; }

.scrollbar-success {
scrollbar-color: #00C851 #F5F5F5;
}

.scrollbar-info::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-info::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-info::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #33b5e5; }

.scrollbar-info {
scrollbar-color: #33b5e5 #F5F5F5;
}

.scrollbar-default::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-default::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-default::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #2BBBAD; }

.scrollbar-default {
scrollbar-color: #2BBBAD #F5F5F5;
}

.scrollbar-secondary::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-secondary::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-secondary::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #aa66cc; }

.scrollbar-secondary {
scrollbar-color: #aa66cc #F5F5F5;
}
.over.offscreen{
	display: none;
}
.article-text img{
		max-width: 100%;
		height: auto;
	}
@media screen and (max-width: 760px){
	.article-text img{
		max-width: 100%;
		height: auto;
	}
}