/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 11 oct. 2018, 12:59:29
    Author     : francoispradignac
*/
@import url('https://fonts.googleapis.com/css?family=Cuprum:400,700%7cSource+Sans+Pro:400,400i,700,700i');

html {
  font-size: 100.01%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
	background: #d6cebf;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.35rem;
	font-weight: 400;
	color: #333;
}
/* largeur maximum 640px */
@media (max-width: 640px) {
  body {font-size: 1.25rem!important;}
  h1,.h1 { font-size: 1.75em!important;}
  h2,.h2 { font-size: 1.5em!important;line-height:1;}
}

/* FOUNDATION
*/
.margin-bottom-1 {
	margin-bottom: 1em!important;
}
.margin-left-1 {
	margin-left: 1em!important;
}

hr {
    border-bottom: 1px dotted #333;
}
a.button {
	background-color: rgba(126, 186, 184, 1);
	margin: 0;
	color: black!important;
}
a.button:hover {
	background-color: rgba(126, 186, 184, 0.5)!important;
}
a, a:visited {
	color: #046e6a;
}
a:focus, a:hover, a:active {
    background-color: #8a857d!important;
}
a {
    -webkit-transition: all .3s ease !important;
    transition: all .3s ease !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Cuprum', sans-serif;
	font-weight: 400;
}
ul.spip,
ol.spip {
    margin-left: 25px;
}
div.spip, ul.spip, ol.spip, .spip_poesie, .spip_cadre, div.spip_code, .spip_documents.spip_documents_center {
    margin-bottom: 1em;
}

.page {
	width: 840px;
	max-width: 95%!important;
    margin: 0 auto;
}
.main {
    padding: .5em 1em;
}
#telechargement-pdf a {
	text-align: left;
}
section {
	width: 100%;
}
.bouton-rechercher-aide a.button{
	font-size: 1.35rem;
}
.cartouche h1.entry-title {
    background-color: #8a857d;
    padding: .125em .5em;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    color: #e3dfd2;
}
.cartouche h2 {
    margin: 1em 0 .5em;
    padding: .2em .5em;
	font-size: 30px;
	color: #800000;
	border-top: 1px solid #8a857d;
	border-bottom: 1px solid #8a857d;
}
.cartouche .texte {
	margin-bottom: 2em;
}
.hyperlien {
    background: rgba(255, 255, 255, 0.5);
    padding: .75em 1em!important;
}
.pagination a, .pagination button {
    display: inline-block;
}
.menu_articles li {
    margin-bottom: 0;
}
.pave-titre {
	position: relative;
	margin-bottom: 2rem;
	border-top: 1px solid #bbb;
}
.pave-titre a {
	display: block;
	background-color: white;
	height: 100%;
	padding: 1rem;
	text-align: center;
}
.pave-titre a:hover h2 {
	color: white!important;
}
.pave-content h2 {
	background-color: transparent;
	margin-bottom: 2.25em;
	font-size: 1.25em;
	color: #555;
}
.pave-suite {
	background-color: #8a857d;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 1rem;
	text-align: center;
	color: white;
}
.pave-titre a:hover .pave-suite {
	border-top: 1px dotted white;
}
.menu h4 {
	width: 100%;
	padding-bottom: .25em;
	color: #800000;
	border-bottom: 1px solid #8a857d;
}
#formulaire_recherche {
	margin: 0;
}
.recherche-multicriteres .check-content {
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    margin: .25em;
}
.recherche-multicriteres .check-content input {
	margin: 0 .5em;
}
.recherche-multicriteres .check-content label,
.resultat-multicriteres p.button,
.resultat-simple p.button {
	background-color: #8a857d;
	margin: 0;
    padding: .4em .75em !important;
	color: white;
	font-size: 18px!important;
	text-align: left;
}
.recherche-multicriteres .check-content label:hover {
	color: maroon!important;
    opacity: .75;
}
.recherche-multicriteres ul {
	margin-left: 0;
}
.recherche-multicriteres .button.success,
.resultat-multicriteres p.button,
.resultat-simple p.button {
	font-size: 18px;
}
.recherche-multicriteres input[type=checkbox] {
	display: none;
}
.recherche-multicriteres input[type=checkbox]:checked + label,
.resultat-multicriteres p.button,
.resultat-simple p.button {
	background-color: #e09f06;
	color: white;
}
.recherche-multicriteres input[type=checkbox]:checked + label .fa-plus:before,
.recherche-multicriteres .check-content label:hover .fa-plus:before {
  content: "\f00c";
}
.resultat-multicriteres p.button {
    margin-bottom: .25em !important;
}
.button.success {
	background-color: #78c233;
	color: white;
	font-weight: bold;
}