/* --------------------------------------------------------------

   theme.css
   Theme par defaut de SPIP 3.1 
   2014 - theme neodist - collectif SPIP

-------------------------------------------------------------- */

/* ------------------------------------------
/* Habillage des balises HTML
/* ------------------------------------------ */

/* Elements principaux
------------------------------------------ */
body {
	font-family: 'Open Sans', sans-serif;
	color:#1D1D1B;
	background:#fff;
	font-size: 13px;
} 
.header {
	width:100%;
	/*background:none;*/
}
.content {
	/*background:none;*/
}
img:hover {opacity: 0.6;filter: alpha(opacity=60);}
/*header*/
.haut {color:#7d7d7d;padding-top:7px;}
.hautgauche {float:left;width:15%;margin-left:3%;}
.hautdroite {float:right;width:75%;text-align:right;margin-right:2%;}

.basGauche {float:left;width:100%}
.basGauche h1 {
    color: #F49800;
    margin-top: 5px;
    font-size: 34px;
    font-weight: 600;
	text-align:center;
}
.basGauche .spip_logos {float:left;margin-top: -25px;}
.basDroite {
    float: right;
    width: 5%;
    margin-top: 20px;
	
}
.basDroite img {padding:5px;}
.basDroite img:hover {opacity: 0.6;filter: alpha(opacity=60);background:none;}


.lien1{position:absolute;top:200px;right:0;width:240px;height:330px;opacity: 0.8;filter: alpha(opacity=80);background:white;}
.lien1 h2 {
    text-align: left;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 35px;
}
.trait {
    border-bottom: 1px solid #97cbff;
    padding-bottom: 25px;
}
.lien1 h2 a{color:#F49800;text-decoration:none;font-weight:500;padding:3px }
.lien1 h2 a:active{color:#FF5000; }
.lien1 h2 a:hover{color:#003B63; }


.quotes{
	/*position:absolute;
	z-index:100;
	top:637px;*/
	float:left;
	width:100%;
	height:126px;
	background-image: url(img/quotes.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.quotes h3{
	font-size: 24px;
	text-align: center;
	color: #F49800;
	font-weight: 500;
	padding-top: 23px;
	padding-right: 125px;
	padding-bottom: 40px;
	padding-left: 65px;
}

.page {
	width: 1000px; 
	margin:0 auto; 
	background:#fff; 
	background-image: url(img/bgcontentarticle.gif);
	background-repeat: repeat-y;
	background-position: left top;}

/*conteneur*/
.actualites {float:left;width:56%;padding:2%;}
.actualites h2{color:#003B63;margin-left:15px;margin-top:20px;font-size:32px}
.actualites h3{color:#86B7EB;margin-bottom: 0.2em;}
.actualites p{margin-bottom:7px;}
.actualites li a{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: right;
    color: #003B63;
    margin-top: -20px;
}
.actualites li a:hover{color:#0093DD;text-decoration:none;}

.story {float:right;width:38%;padding:2%;}
.story h2{color:#F49800;margin-left:15px;font-size:32px;/*margin-top:20px*/}

.references {
	float:left;
	margin-top:25px;
	width:100%;
}
.references h2{
	
	color:#003B63;
	font-size:32px;
	margin-bottom:7px;
}
.imgref {
	float:left;
	margin:0;
	padding:0;
	height:220px;
	width: 33.33%;
}
.imgref .spip_logo{margin:0;padding:0;}
.imgref h3 a{
	display: inline-block;
	height:30px;
	margin-top:190px;
	width:100%;
	background-color:#FFFFFF;
	color:#000000;
	opacity:0.8;
	text-align: center;
	vertical-align: middle;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 3%;
	padding-left: 2%;
}
.imgref h3 a:hover{height:50px;color:#FF5000;vertical-align:middle;margin-top:170px;}
.enplus {float:left;width:100%;margin:0;padding:20px;background-color:#F49800;text-align:center;}
.enplus a{font-size:24px;color:white;text-decoration:none;}
.enplus a:hover{color:#86B7EB;}
.enplus a:visited { color: #fff;  } 
.footer {text-align:center;padding:0;background-color:#7D7D7D}
.footer p{padding:7px;margin:0;color:white;}


h1,.h1,
h2,.h2 { line-height: 1.2;}

/* Hyperliens
---------------------------------------------- */
a, a:visited { color: #c85000;  } 
 
a:focus, 
a:hover, 
a:active { background:none; color:#86B7EB;}



/* ------------------------------------------
/* Habillage des elements du contenu
/* ------------------------------------------ */

/* fil d'ariane */
.arbo { clear: both; font-size: .9em; color: #666; }
.arbo * { font-weight: normal; }
.arbo a,
.arbo a:visited { color: #666; }
.arbo a:hover { background: #666; color: white; }  

.cartouche { margin-bottom:0; }
.cartouche h1 {
    margin-bottom: 0;
    color: #F49800;
    font-size: 24px;
}
.wrapper {width:53%;margin-right:10%;min-height: 650px;}
.cartouche p { margin-bottom: 0; }
.surtitre{}
.soustitre {font-size:16px;color:#FF9900}
abbr.published { border: 0; }
@media print {
	abbr[title].published:after { content: ""; }
	abbr[title].dtreviewed:after { content: ""; }
}
.info-publi { margin: 1.5em 0 0; font-size: .9em; font-style: italic; }
html[dir="rtl"] .info-publi { font-style: normal; }
.traductions { font-size: .9em; }
.traductions a[hreflang]:after { content: ''; }

.chapo { font-weight: bold; }
.texte .spip_logos {float:left;margin-right:15px;margin-bottom:15px;}
.hyperlien { display: block; padding: 1.5em 50px; background: #EED url(img/def.png) no-repeat 25px 1.9em; font-weight: bold; }
.ps, .notes { margin-bottom: 1.5em; }
.notes { clear: both; font-size: .9em; }

/* Listes et tableaux */
dl.spip dt { background: url(img/def.png) no-repeat 25px .5em; }
dl.spip dd {}

table.spip {margin:1em 0;}
table.spip caption {  background: none; border-bottom: 1px solid; text-align: left; font-weight: bold; }
table.spip thead th { background: none; border: 1px solid; border-width: 1px 0; }
table.spip tbody tr th,
table.spip tr td { background: none; }
table.spip tbody tr.odd th,
table.spip tr.odd td { background: #EED; }
table.spip tr:hover td {background: #AAD;}
table.spip tfoot { border-top: 1px solid; }

/* Formulaires : variantes et cas particuliers
----------------------------------------------- */
.formulaire_spip { margin-bottom: 1.5em; }

fieldset {
  width: 100%; margin: 0;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

label { display: block; }
.formulaire_recherche 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%; }

/* Selection des langues */
.formulaire_menu_lang { margin: 0; padding: 0; background: none; }

/* Formulaires de recherche (site / petitions) */
.formulaire_recherche input.text { width: 9em; padding-left: 20px;border:solid 1px #aaa; background:#fff url(img/recherche.png) no-repeat left center; }
.formulaire_recherche input.submit {padding:0.1em;}

/* Choix des mots-clefs */
ul.choix_mots { display: block; margin: 0; padding: 0; list-style: none; }
ul.choix_mots li { clear: none; float: left; display: block; width: 30%; padding: 1%; }
ul.choix_mots li label { display: inline; font-weight: normal; }

.formulaire_spip .bugajaxie { display: none; } /*IE/Win*/

/* 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%; }


/* 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:#EED;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;}

/* Habillage des forums
---------------------------------------------- */
.comments  {margin-top:2em;padding:1em 0;border-top:10px solid #EED;}
.comments  ul {list-style:none;}
.comment-item {margin:0.5em 0 0 0;padding:0.5em 0 0 0;border-top:1px solid #EED;}
.comments-items .comments-items {margin-left: 25px;padding-left: 20px;border-left:5px solid #ddd;}
.comment-meta { margin: 0; font-weight: bold; }
.comment-meta small { font-size: 100%; }
.comment-meta abbr { border: 0; }
.comment-meta a { text-decoration:none;}
.comment-content .hyperlien { padding: 0; background: transparent; font-weight: normal; }

/* Formulaire de forum */
.forum-titre  {margin-top:2em;padding:1em 0;border-top:10px solid #EED;}
.formulaire_forum {}
.formulaire_forum legend { display: none; }
.formulaire_forum .saisie_titre input.text { width: 100% }
.formulaire_forum .session_qui { display: none; }
.formulaire_forum .saisie_texte .explication { font-size: .9em; font-style: italic; }
html[dir="rtl"] .formulaire_forum .saisie_texte .explication { font-style: normal; }

/* Habillage des petitions
---------------------------------------------- */
#signatures td.signature-date small { white-space: nowrap; }
#signatures .formulaire_recherche { margin: 1.5em auto; text-align: center; }

/* Formulaire de signature */
.formulaire_signature {}

/* ------------------------------------------
/* Sous-navigation et autres menus
/* ------------------------------------------ */

/* Habillage general des menus de nav */
.menu {
    float: left;
    width: 80%;
    text-align: center;
    background-color: #FFFFFF;
    margin: 30px 10%;
}
.menu p {}
.menu ul { margin-bottom: 1.5em; }
.menu ul li { }
.menu ul li ul { margin-left: 1.5em; list-style: circle; }
.menu ul li::before {
	content: "\002B24";
	color:#5491d9;
	display: inline-block; 
	width: 2em;
	margin-left: -1em
}
  
.menus {
    text-align: center;
}
.menu ul li a, a:visited  { margin-bottom: 1.5em; border:none;color:#003B63;font-size: 90%; }


.small {font-size:85%}


/* Pagination */
.pagination a,
.pagination .on  { padding:.5em; margin: 0em; border-radius:.25em; }
.pagination a { background: #EED; text-decoration: none; }
.pagination .on { font-weight: bold; background: #222; color: #fff; }
.pagination .sep { visibility: hidden; }
.menu_articles .pagination strong {font-size:1em;}

/* Listes d'articles et extraits introductifs */
.menu_articles li { clear: both; margin-bottom: 1.5em; }
.menu_articles li h3,
.menu_articles li h2 { margin: 0 0 0.2em 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_breves li {}
.menu_breves li h3 { margin: 0; }

.aside h2 {border-bottom:3px solid #EED;padding-bottom:.1em;}
.aside li {margin:1em 10px;}
.aside .spip_logos {
  float: left;
  margin: 0 0 25px 0;
}
.aside li a {
    text-decoration: none;
    font-size: 18px;
    border-bottom: 1px solid #cbe2f9;
    padding-bottom: 10px;
}
.aside li a, a:visited {
    color: #F49800;
}
.aside li a:hover {
    color: #75acec;
}
.footerInt {
	clear: both; 
	padding: 50px 10px 5px 10px;
	color:#666;
	background-image: url(img/bgcontentarticle.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.footerInt a{color:#666}
.footerInt a:hover {color:#fe6500}
.footer a {text-decoration:none;}
.footer a.spip_out:after {
  content: "";
}

.plani {float:left;width:30%;text-align:left;margin-left:7px;}
.tousi {float:right;width:30%;text-align:right;margin-right:7px;}

.nav {
	float:right;
	margin-top: 6px;
}
.navo {
	float:right;
	width:24%;

}
.nav a {
	background: none;
    color: #333;
    margin-right: 8px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: arial;
    font-size: 115%;
} 
.navo a {
    background: none;
    color: #333;
    margin-right: 8px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: arial;
    font-size: 115%;
}

h3.spip { 
    font-size: 16px;
    color: #FF9900;
}
/* ------------------------------------------
/* 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
/* ------------------------------------------ */

/* largeur maximum 767px */
@media (max-width: 767px) { 
body {padding: 0 5px;}
.header {max-height: 625px;}
.page{width:100%;background-image:none;}
.content {background-image:none;}
.wrapper {
    width:100%;
    margin-right: 0; 
	min-height: 150px;
}
.actualites,
.story,
.quotes,
.basGauche,
.hautdroite,
.haut,
.liens1 {float:none;width:100%;} 

.actualites h2{text-align:center;margin:15px 0 ;}
.story h2{text-align:center;margin:15px 0 ;}

.actualites,
.story h3{text-align:left;}

.footerInt {
     padding: 10px; 
     background-image:none; 
}
.basDroite {
    float: none;
    width: 100%;
    margin-top: 10px;

}


.actualites .spip_logo {margin-bottom: 0.5em;}
.actualites li a {display: initial;}

.references {
    float: none;
    margin: 0 auto;
    width: 90%;
}
.imgref {float:none;width: 100%;margin-bottom:20px;}
.imgref .spip_logo{;margin:0 auto;padding:0;width:100%;}



.pagination {line-height:3;}
.haut h2 {font-size: 16px;}


.quotes{
	height:auto;
	background-image: none;
}
.quotes p {margin-bottom:0;}

.quotes h3{
	text-align: center;
	color: #FF5000;
	font-weight: 500;
    padding: 6px;
	margin-top: 25px;
	margin-bottom:0;
	}

.basGauche h1 {
     margin-top: 5px; 
     font-size: 18px; 
     font-weight: normal;  
}  
.lien1 {
    float: right;
    position: static;
	margin-right:15%;
}
.nav {
    float: none;
    width: 100%;
    margin-bottom: 25px;
    display: inline-grid;
    text-align: center;
}
.navo {
	float: none;
    width: 65%;
    margin: 0 auto;
    text-align: center;
}
  
}

 
/* largeur maximum 640px 
@media (max-width: 640px) {
  body {font-size:.95em;}
  h1,.h1,
  h2,.h2 { line-height:1;}

}*/


/* fin */