/* ------------------------------------------
/* Habillage des balises HTML
/* ------------------------------------------ */

/* Elements principaux
------------------------------------------ */
body {color:#222222;background:#ffffff;} 

h1,.h1,
h2,.h2 { line-height: 1.2;}


/*sticky ***/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
	/* The sticky */
.aside {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
}

/* -------------- Recherche -------------- */
.recherche-bouton{float: right;
width: 36px;
padding: 10px;
vertical-align: middle;
border: none;
text-align: center;
background:#B1ADAD;
transition: all 0.3s;}

#recherche {
display: block;
width: 50%;
top: 90px;
position: absolute;
right: 10px;
opacity: 0;
background: #FFF;
padding: 20px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
	border: 1px solid #ccc;
}
.open {
	z-index: 990;
top: 100px !important;
opacity: 1 !important;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.formulaire_recherche input.text{color: #000; font-size: 1.2em;}

/* Video responsive */

iframe{margin-bottom: 1.5em; border: 1px solid #ccc;}

    .texte fluide {
	width:100%;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	position:relative;
	margin:1.5em 0;
	display:block;
	 }
	 .texte fluide iframe, .texte fluide embed, .texte fluide object{
		 position:absolute;
		 top:0;
		 left:0;
		 width:100% !important;
		 height:100% !important;
		 margin-bottom:0;
	 }


/* Haut de page */

.haut{ padding: 10px 0;
	background: #FFF;
	width: 100%;
	z-index: 2;
	height: auto;
	
}
.fixed{ position: fixed;
-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.26);
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.26);
}

.haut, .fixed, .fixed .header img {

    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.fixed .header img{  width: 75px; margin-right: 174px;}

.fixed .header {
    padding-bottom: 0px;
    line-height: 1px;
}

.fixed {

	box-shadow: 0 1px 4px rgba(0,0,0,.15);
	animation: fadeInDown .5s;
}

@keyframes stickAnim {
	0% {
		transform: translateY(-200px);
	}
	100% {
		transform: translateY(0);
	}
}

.fixed{padding: 5px 0; z-index: 100;}
.fixed .recherche{display: none;}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/* ------------ANIMATIONS ---------*/


[data-scrollanim] {
            /*            Gestion de la durée des animations 3s = 3 secondes*/
            transition: all 1s ease;
		transform-style: preserve-3d;
        }
		 /*        Left to right*/
        .animation[data-scrollanim="lefttoright"] {
            transform: translateX(-200vw);
        }

        /*        Right to left*/

        .animation[data-scrollanim="righttoleft"] {
            transform: translateX(5vw);
        }
		 /*        Top*/

        .animation[data-scrollanim="top"] {
            transform: translateY(20px);
        }
 /*        Top*/

        .animation[data-scrollanim="top2"] {
            transform: translateY(5vw);
        }

        /*        Opacity*/
        .animation[data-scrollanim="lefttoright_opacity"] {
            opacity: 0;
            transform: translateX(-20vw);
        }
.animation[data-scrollanim="top_opacity"] {
            opacity: 0;
            transform: translateY(10vw);
        }
        
/* animation du texte acueil-----------*/*

.heart {

  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transition: all 1s; 
}
.heart.css {  
  -webkit-animation-delay:1s;
  -moz-animation-delay:1s;
  -ms-animation-delay:1s;
  -o-animation-delay:1s;
  animation-dely:1s;
}
.heart.animated {
  -webkit-animation: color 2s alternate ease-out;
  -moz-animation: color 2s alternate ease-out;
  -ms-animation: color 2s alternate ease-out;
  -o-animation: color 2s alternate ease-out;
  animation: color 2s alternate ease-out;
}



@keyframes color {

	0% { opacity: 0.1; }
  100% { opacity: 1; }
}
@-webkit-keyframes color {
	0% { opacity: 0.1; }
  100% { opacity: 1; }
}
@-moz-keyframes color {
	0% { opacity: 1; }
  100% { opacity: 1; }
}
@-ms-keyframes color {
	0% { opacity: 0.1; }
  100% { opacity: 1; } 
}
@-o-keyframes color {
	0% { opacity: 0.1; }
  100% { opacity: 1; }

}

#btn_up {
    position: fixed;
    bottom: 1em;
    right: 2%;
    cursor: pointer;
    display: none;
    z-index: 2;

}

/* Contact à droite */

#contact {
    position: fixed;
    top: 20px;
    right: -72px;
    z-index: 2;
}
#contact img{ margin-right: 15px;}

#contact a div.contact_in {
    color: white;
    background: #e43834;
    font-size: 16px;
    font-weight: 700;
    padding: 12px;
    margin-bottom: 2px;
    right: 0;
    position: relative;
    transition: all ease 333ms;
	text-decoration: none;
    
}

#contact div.contact_in:hover {
    right: 72px;
	width: 150px;
}


/* Hyperliens
---------------------------------------------- */
a{ color: #d4021d;  }
 
a:focus, 
a:hover, 
a:active { color:#000; text-decoration:none; }

/* ------------------------------------------
/* Habillage des elements du contenu
/* ------------------------------------------ */


/* fil d'ariane */
.arbo { clear: both; font-size: .8em; color: #A5A5A5; padding: 7px 0; line-height: 1; margin: 0; margin-bottom: 2em; }
.arbo * { font-weight: normal; }
.arbo a,
.arbo a:visited { color: #A5A5A5; }
.arbo a:hover,
.arbo a:focus { color: #00a7e1; text-decoration:none; }

.cartouche { margin-bottom: 1.5em; }
.cartouche h1 { margin-bottom: 0; }
.cartouche p { margin-bottom: 0; }
/*.soustitre {margin: -60px 0 0.5em 0; padding: 25px; color: #005ebd; background-color: #FFF; font-weight: 400; text-align: center;-webkit-box-shadow: 0 1px 4px 1px rgba(0,0,0,.25);box-shadow: 0 1px 4px 1px rgba(0,0,0,.25);border-radius: 0px;}
*/
.soustitre {margin: -60px 0 0.5em -25px; padding: 25px; color: #005ebd; background-color: #FFF; font-weight: 400; text-align: left;}
.soustitre h2{ color: #000; font-size: 1.3em; margin-bottom: 0.2em;  }

html[dir="rtl"] .info-publi { font-style: normal; }


.chapo { font-weight: 700; font-size: 1.15em; }
.texte { }
.hyperlien { display: block; padding: 1.5em 50px; background: #EEE url(img/def.png) no-repeat 25px 1.9em; font-weight: bold; }
.ps, .notes { margin-bottom: 1.5em; padding-top: 1.5em; }
.notes { clear: both; font-size: .9em; }

h3.spip, h2.spip {
    color: #005ebd;
    display: inline-block;
    padding-top: 10px;
	position: relative;
}


blockquote {
    position: relative;
	padding: 30px;
    padding-left: 90px;
	padding-bottom: 0.1em;
	border-radius: 5px;
    color: #505050;
	margin-bottom: 2em;
	background-color: #e4e9ec;
	background-image: url(../images/quote.png);
	background-position: 15px 20px;
	background-repeat: no-repeat;
}
.aside blockquote {
    position: relative;
	padding: 1em;
    padding-bottom: 0.5em;
    border: none #e43834;
    border-width: 0 0 0 3px;
    color: #666666;
	margin-bottom: 2em;
	background-color: #F1F1F1;
}

blockquote h3.spip, .cibloc h3.spip, blockquote h2.spip, .cibloc h2.spip {
    color: #0091ce;
    font-size: 1.15em;
	padding-top: 0px;
    margin-top: 0em;
	padding-left: 0px;
	border-top: 0;
}

.texte .cibloc{margin-bottom: 2em;}

.texte .cibloc_gris{
	padding: 30px !important;
	padding-bottom: 0.1em !important; border-color: #e4e9ec !important; border-left-width: 10px !important;}

.texte .cibtn a, .texte .cibtn span {
    display: inline-block;
    margin-top: 0rem !important;
    margin-bottom: 0.5rem !important;
    padding: 0.5rem 0.7rem !important;
    border-radius: 3px;
    font-size: 1rem;
    text-decoration: none !important;
}
#socialtags{clear: both; border-top: 1px solid #ccc; padding-top: 7px; margin-top: 20px;}
#socialtags .socialtags img {
	float: none;
	width: auto;
	height: 32px;
	border: 0;
	margin: 0;
	padding: 0;
}

#socialtags::before{
content: "Partagez ";
margin-right: 20px;
display: inline-block; float: left; color: #808080;}

.socialtags-hovers {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-filter: grayscale(0%); /* Pour les navigateurs Chrome, Safari, Opera */
filter: grayscale(0%); /* Firefox */
}
.socialtags-hovers:hover {
	-webkit-filter: grayscale(100%); /* Pour les navigateurs Chrome, Safari, Opera */
filter: grayscale(100%); /* Firefox */

}


/* Listes et tableaux */

.texte hr{ clear: both; border: 0; border-top: 1px solid #ccc;}
dl.spip dt { background: url(img/def.png) no-repeat 25px .5em; }
dl.spip dd {}

table.spip {margin:0em 0 2em 0; border-bottom: 2px solid #ccc;border-top: 2px solid #169dda; font-size: 90%;}
table.spip caption {  background: none; border-bottom: 1px solid; text-align: left; font-weight: 700; }
table.spip thead th { background: #EEE; border: 1px solid #ccc; border-width: 1px 0; text-align: center; }
table.spip tbody tr th,
table.spip tr td { background: none; }
table.spip tbody tr th{}
table th, table.spip th {
  font-weight: 500;
}
table.spip thead th, table thead th{font-weight: 700;}
table.spip tbody tr.odd th,
table.spip tr.odd td { background: #FFF; }
table.spip tr:hover td {background: #FFF;}
table.spip tfoot { border-top: 1px solid; }
table.spip p{ margin: 0; margin-top: 4px;}
table.spip td.numeric{text-align: center; padding-right: 20px; white-space: nowrap;}
.table caption, table.spip caption, .table th, table.spip th, .table td, table.spip td {
    padding: 0.6em 0.375em;
}

table.spip caption{font-size:1.2em; color:#169dda}

#customers {
							  border-collapse: collapse;
							  width: 100%;
							}

							#customers td, #customers th {
							  border: 1px solid #ddd;
							  padding: 8px;
							}

							#customers tr:nth-child(even){background-color: #f2f2f2;}

							#customers tr:hover {background-color: #ddd;}

							#customers th {
							  padding-top: 12px;
							  padding-bottom: 12px;
							  text-align: center;
							  background-color: #00a7e1;;
							  color: white;
							}
							#customers td{
								text-align: left;
							}

#customers td.numeric {
    text-align: center;
    padding-right: 20px;
    white-space: nowrap;
}




/* Formulaires : variantes et cas particuliers
----------------------------------------------- */


fieldset {
  width: 100%; margin: 0;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

label { display: block; }
.erreur_message { display: block; }
input.text,textarea {
  width: 100%;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content input.text { width: 50%; }
textarea { width: 100%; }


/* Formulaires de recherche (site / petitions) */



/* Formulaire de login dans une page */
.formulaire_login .editer-groupe .editer { clear: left; }
.formulaire_login .editer_password .details { display: block; }
.formulaire_login #spip_logo_auteur { float: right; }





/* Fomulaire de contact */
.formulaire_ecrire_auteur {}
.formulaire_ecrire_auteur .saisie_sujet_message_auteur input.text { width: 100%; }

/* Blocs dépliables
----------------------------------------------- */

.texte .cs_blocs{ border: 1px solid #e9e5e5; padding: 0px; border-radius: 5px; }

.texte .blocs_titre {
}
.texte div.blocs_invisible {
    padding-top: 2em;
}

.texte  .cs_blocs h4.blocs_replie a {
	display: inline-block; background-image: url(../images/bloc-suite.png); background-repeat: no-repeat;
background-position: center left; padding-left: 25px;
}

.texte  .cs_blocs h4 a {background-image: url(../images/bloc-suite2.png);background-repeat: no-repeat;
background-position: center left; padding-left: 25px;
}


/* Habillage des portfolios
---------------------------------------------- */
.documents_portfolio li {display:inline;margin:0;padding:0;}
.documents_portfolio a {display:inline-block;padding:10px;margin:5px;border:1px solid #ccc !important;color:#EEE;background:#fff;box-shadow: 5px 7px 5px 2px rgba(85,85,85,0.3);}
.documents_portfolio a:hover {color:#999;opacity:0.8;}
.documents_portfolio img {margin:0;}

.documents_joints .descriptif p {margin:0;}


.documents_joints ul.spip {
	list-style:none;
	margin-left:0;
}

.documents_joints {
	color: #666666;
	margin-bottom: 2em;
	background-image: inherit;
}

.documents_joints h2{font-size: 1.2em; color: #666666; font-weight: 700; line-height: 20px; margin-bottom: 1.5em;
	background: url("../images/download.png") no-repeat 15px center; background-color: #e9e5e5; padding: 15px;padding-left: 45px;}
.documents_joints ul{padding: 0 15px 0 0}
.spip_doc {
	position: relative;
	display: block;
	width: 3em;
	height: 3em;
	margin-top: 2em;
	margin-bottom: 2em;
    line-height: 2.125em;
   	font-size: 12px;
   	font-size: .75rem;
	font-weight: normal;
	text-transform: uppercase;
    text-align: center;
   	text-decoration: none;
   	background: #D8D4C8 none repeat scroll 0% 0%;
    color: #A5A39C;
}

.spip_doc small{}
.spip_doc strong{
	font-size: 15px;
	line-height: 1.1;
	color: #D48703;
	vertical-align: top;
	display: inline-block;
	text-align: left;
    position: absolute;
    left: 3.2em;
    top: 0.2em;
	white-space: nowrap;
}
.spip_doc strong:hover{
	text-decoration: underline;

}
.spip_doc strong:before{
	content:"";
	height: 100%;
	width: 0;
	display: inline-block;
	vertical-align: middle;
}
.spip_doc:before {
	content:"";
	position: absolute;
	background: inherit;
	top: -1em;
	left: 0;
	right: 1em;
	height: 1em;
}
.spip_doc:after{
	content: "";
	position: absolute;
	top: -1em;
	right: 0;
	border-style: solid;
	border-width: 0 1em 1em 0;
	height: 0;
	width: 0;
	display: block;
    border-color: #C1BDAE transparent;
}
.spip_doc.pdf{
	background: #FFC200 none repeat scroll 0% 0%;
	color: #D48703;
}
.spip_doc.pdf:after{
	border-color: #ECA72E transparent;
}
.spip_doc.doc, .spip_doc.docx{
	background: #6AB8EA none repeat scroll 0% 0%;
	color: #386F91;
}
.spip_doc.doc:after, .spip_doc.docx:after{
	border-color: #4690BD transparent;
}
.spip_doc.xls, .spip_doc.xlsx{
	background: #a7db70 none repeat scroll 0% 0%;
	color: #31560a;
}
.spip_doc.xls:after, .spip_doc.xlsx:after{
	border-color: #82be42 transparent;
}
.incruste{margin-left:1em;}

/* ------------------------------------------
/* Sous-navigation et autres menus
/* ------------------------------------------ */

/* Habillage general des menus de nav */
.menu { clear: both; margin-bottom: 1.5em; text-align: left; }
.menu p {}
.menu ul { margin-bottom: 1.5em; }
.menu ul li {}
.menu ul li ul { margin-left: 1.5em; list-style: circle; }
 
/* Pagination */
.pagination .pagination-items {list-style: none;display: flex;flex-wrap: wrap; flex-direction: row; justify-content: center}
.pagination .pagination-item {  margin: 0em; flex-basis: 5%; display: flex;align-items: center;}
.pagination .pagination_precedent_suivant .pagination-item { flex-basis: auto;}
.pagination .pagination-item + .pagination-item {  margin-left: 0.5em }
.pagination .pagination-item-label { display:block; flex-basis: 100%; background: #f0f0f0; text-decoration: none; padding:.5em; border-radius:.25em; text-align: center;}
.pagination .on .pagination-item-label,
.pagination a.pagination-item-label:hover,
.pagination a.pagination-item-label:focus,
.pagination a.pagination-item-label:active { background: #005fbe; color: #fff; }
.pagination .on .pagination-item-label {font-weight: bold;}
.pagination .pagination_precedent_suivant .disabled {visibility: hidden}
.pagination .pagination-item.disabled {}
.pagination .pagination-item.disabled .pagination-item-label {color:#888; font-weight: normal;}


/* Listes d'articles et extraits introductifs */
.menu_articles .actualites a { display: block; width: 100%; height: 100%; }

.actu-date {
    font-size: 0.9em;
    color: #9c9c9c;
    background-image: url(../images/date.png);
    background-position: 0px center;
    line-height: 16px;
    background-repeat: no-repeat;
	padding: 0px 0px 0px 25px;
    display: inline-block;
	margin-bottom: 20px;

}

.menu_articles li { clear: both; margin-bottom: 1.5em; background: #ECEBEB; padding: 20px; border: 1px solid #ECEBEB; position: relative; margin-top: 8px; margin-left: 10px; }
.menu_articles li:hover { border: 1px solid #002d4d }
.menu_articles li h3,
.menu_articles li h2 {  margin: 20px 0 15px 0; }
.menu_articles li p { margin: 0; }
.menu_articles li small {  }
.menu_articles li .enclosures { float: right; text-align: right; max-width: 60%; margin: 0; }
.menu_articles li div {margin-top:0.2em;margin-bottom:0.5em;}
.menu_articles a {text-decoration:none;}
.menu_articles strong {font-size:1.2em;}

.menu_articles .spip_logo {
    margin: 0 0 0px 30px;
}
 
.menu_breves li {}
.menu_breves li h3 { margin: 0; }

.aside h2 {color: #005fbe; display: inline-block; padding-bottom: 10px; margin-bottom: 0.5em; border-bottom: 3px solid #005fbe;}


.aside li {margin:0.8em 0;}
.aside a {text-decoration:none; color: #4B4B4B;}
.aside a.on, .aside a:hover {text-decoration:none; color: #d4021d;}

.aside li.art21 a{display: inline-block; background-color:#007dcf; padding: 0 10px; padding-left: 32px; color: #FFF; line-height: 36px; background-repeat: no-repeat; background-position: 5px center; background-image: url(../images/ico-marker-pm.png); }
.aside li.art21 a:hover{background-color:#003b76; color: #FFF;background-image: url(../images/ico-marker-pm.png); }



.footer a {text-decoration:none;}
.footer a.spip_out:after {
  content: "";
}


/* Grilles ------------------------ */

.grid-2 .spip_logo, .grid-3 .spip_logo, .grid-4 .spip_logo, .grid-5 .spip_logo{margin: 0;float: none;}
.grid-2 a, .grid-3 a, .grid-4 a, .grid-5 a{text-decoration: none;}

.intro{position: relative; overflow: hidden; }
.intro .hover{position: absolute; bottom: 5%; left: 5%; right: 5%; border: 1px solid #FFF; border-radius: 5px;color: #FFF; padding: 10px}
.sous{color: #2A5A94; padding-top:10px; text-decoration: none; }
.sous a{text-decoration: none; color: #2A5A94;}
.sous a:hover{color: #000;}
.grid-2 a:hover .hover, .grid-3 a:hover .hover, .grid-4 a:hover .hover, .grid-5 a:hover .hover{background-color: #FFF; color: #023A73;}

.hover h3, .sous h3{text-align: center; margin: 0; font-size: 1em; text-transform: none; }


.grid-3 a img, .grid-3 .hover, .grid-2 a img, .grid-2 .hover, .grid-4 a img, .grid-4 .hover, .grid-5 .hover, ,.grid-5 img{
-webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}


.grid-2 a:hover img, .grid-3 a:hover img, .grid-4 a:hover img, .grid-5 a:hover img{
	transform: scale(1.1);
}

/* GRID ------------------------ */


.grid * {
    box-sizing: border-box;
}
.grid .spip_logo{float:none; margin:0;}

/* overall container of grids */
.grid {
  overflow: hidden;
  line-height:1.3;
}

.grid img{
	display:block;
	max-width:100%;
	height:auto !important;
}

.grid .spip_logos{
	float:none;
	margin:0;
	display:block;
}
/* global styles for direct child ex. .grid3 */
.grid > * {
  display: block;
  padding: 0;
  /* gutter value */
  margin-left: -20px;
  text-align: left;
}
/* global styles for each "cell" */
.grid > * > * {
  display: inline-block;
  /* gutter value */
  padding-left: 20px;
  margin-left: 0;
  vertical-align: top;
    margin-bottom:1em;

}
/* whitespace fixing for modern browsers including IE9+ */
:root .grid {
  font-size: 0;
  /* fallback for IE9+ */
  text-justify: distribute-all-lines;
}
:root .grid > * > * {
  /* fallback for Opera Mini */
  font-size: 14px;
  font-size: 0.9rem;
}
/* Opera hack */
.opera:-o-prefocus,
.grid > * {
  word-spacing: -0.43em;
}

.grid2 > * {
  width: 50%;
}
.grid3 > * {
  width: 33.333%;
}

.grid4 > * {
  width: 25%;
}
.grid5 > * {
  width: 20%;
}

.grid a img{
-webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.image{display:block; width:100%; height:100%; overflow:hidden;}

.grid a:hover img{
	transform: scale(1.1);
 -khtml-opacity:1;
   -moz-opacity : 1;
    -ms-filter: "alpha(opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter : alpha(opacity=100);
    opacity : 1;
}

.mtm a{position:relative; display:block; width:100%; height:100%; overflow: hidden; }


.grid .descriptif{ display:block; margin-top:5px;}

.over{position:absolute; width:100%; height:auto; background-color:rgba(0,95,190,0.7); color:#FFF; padding:0.75em; bottom:0%; left:0; text-align:center; font-size: 95%;}
.over{ transition: all 0.5s cubic-bezier(0.63, 0.08, 0.35, 0.92) 0s;}
.grid a:hover .over{bottom: -50%;}

.page_sommaire .over{position:absolute; width:100%; height:auto; background-color:rgba(95,113,119,0.9); color:#FFF; padding:0.75em; bottom:-50%; left:0; text-align:center;}
.page_sommaire .grid a:hover .over{bottom: 10%;}

.over h3 {
	margin-bottom:0px;
}

/* Actualités --------*/

.actu .item{

	background-color: #FFF;
	overflow: hidden;
}
.actu a{color: #2A5A94;
	text-decoration: none;
}
.actu a h4{
	color: #2A5A94;
	width: 100%;
	margin: 0;
    text-decoration: none;
	font-size: 1em;
	margin-bottom: 5px;
}
.actu a p{
	color: #7D7D7D;
	margin: 0;
    text-decoration: none;
	font-size: 0.9em;
}

.actu .spip_logo{margin: 0; margin-bottom: 10px}

.actu .grid a:hover img{
	transform: scale(1.0);
 -khtml-opacity:.8;
   -moz-opacity : .8;
    -ms-filter: "alpha(opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter : alpha(opacity=80);
    opacity : .8;
}
.actu .item a {position: relative; display: block;}
.actu .item .date{display: inline-block; padding: 5px; position: absolute; left: 0; top: 0;background-color: rgba(0,95,190,0.7); color:#FFF; font-size: 90% }

/* Bas plus ------------------------------------------ */

#plus { padding: 50px 0;}

.icones { color: #FFF; text-align: center;}
.icones img{ margin: 10px auto; margin-top: 0;}
.icones h4{font-weight: 700; font-size: 1.2em;text-transform: uppercase; }
.icones a{color: #fff; text-decoration: none;}

/* ------------------------------------------
/* Widget
/* ------------------------------------------ */
.page_sommaire .ciwidget_graphique_titre{display:none;}
.page_sommaire .ciwidget_bouton_version_texte_wrap bouton_version_texte_wrap{display:none;}

/* ------------------------------------------
/* Autres medias
/* ------------------------------------------ */

@media print {

	/*  Ne pas imprimer */
	.spip-admin,
	.spip-admin-float,
	.spip-previsu { display: none; }
	.repondre,
	.formulaire_spip { display: none; }

	/* Souligner et expliciter les liens */
	a { color: #600; text-decoration: underline !important; }
	a.spip_out:after,
	a.spip_glossaire:after,
	a.spip_mail:after { display: inline; content: " [" attr(href) "]"; }

}


/* ------------------------------------------
/* Responsive
/* ------------------------------------------ */
@media only screen and (max-width: 959px) {

.recherche, .recherche-bouton {
	display: none;
}
	.fixed {

    position: relative;
}

@media (min-width: 767px) {

.texte {  margin-left: 10%;}

}

/* largeur maximum 767px */
@media (max-width: 767px) { 
  .pagination {line-height:3;}
.grid3 > *, .grid4 > *, .grid5 > * {
  width: 50%;
}
	
.haut{ padding: 20px 20px 0 20px; }
	
	
	#plus {
    padding: 20px 0;
}
	.icones{padding-bottom: 15px;}
	

}

 
/* largeur maximum 680px */
@media (max-width: 680px) {
  body {font-size:.85em;}
  h1,.h1,
  h2,.h2 { line-height:1;}
	
.grid2 > *, .grid3 > *, .grid4 > *, .grid5 > * {
  width: 100%;
}
	.texte .cs_blocs h4.blocs_replie a {
    display: inline-block;
    background-image: url(../images/bloc-suite.png);
	
    background-repeat: no-repeat;
    background-position: center -500px;
    padding-left: 0px;
}
.texte .cs_blocs h4 a {
    background-image: url(../images/bloc-suite2.png);
    background-repeat: no-repeat;
    background-position: center -500px;
    padding-left: 0px;
}
	

.texte .cs_blocs h4 {
    line-height: 1.25;

    padding-right: 40px;
}
	
	.soustitre {
    position: relative;
    bottom: auto;
    left: 0;
    display: block;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 1.3em;
    font-weight: 700;
	margin: 0 0px; margin-bottom: 10px;
		border-bottom: 1px solid #ccc;
		box-shadow: 0 0px 0px 0px rgba(0,0,0,.25);

}
	.spip_doc strong {

    font-size: 14px;
  		white-space: normal;
		width: 250px;
		line-height: 1.2;
		top: -0.4em;
}
	
	.spip_documents_right, .spip_documents_rleft {

    float: none;
    margin: 0 0 1.5em 0;
    width: 100%;

}


table.spip td:first-child, .tiers table.spip td {
	width: auto;
}

/* Image cliquable */

.listemap{ display: block;}

	
}


/* fin */