﻿/*
Theme name: Close the camps
Description: Ce thème a été créé pour le site cartographique de Migreurop closethecamps.org.
Version: 1.0
Author: Vincent Grulier, Adrien Van Hamme, Marc Vaudeleau
Author URI: http://adrienvh.fr/
*/
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);

@font-face {
	font-family: 'Calibri';
	src: url('fonts/calibri.eot');
	src: url('fonts/calibri.eot?#iefix') format('embedded-opentype'),
	url('fonts/calibri.woff') format('woff'),
	url('fonts/calibri.ttf') format('truetype'),
	url('fonts/calibri.svg#calibri') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Calibri';
	src: url('fonts/calibrib.eot');
	src: url('fonts/calibrib.eot?#iefix') format('embedded-opentype'),
	url('fonts/calibrib.woff') format('woff'),
	url('fonts/calibrib.ttf') format('truetype'),
	url('fonts/calibrib.svg#calibrib') format('svg');
	font-weight: bold;
}

@font-face {
    font-family: 'archiveregular';
    src: url('fonts/archive-webfont.eot');
    src: url('fonts/archive-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/archive-webfont.woff') format('woff'),
         url('fonts/archive-webfont.ttf') format('truetype'),
         url('fonts/archive-webfont.svg#archiveregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*********** TEMP MULTILANGUE **************/
/*********** CARE *********/
/* a[title="AR"] {display:none;} */  /* TSA */


/*.icone li {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url("img/icon-article-rouge.png") no-repeat;
}
 
.icone li.icone-1 { background-position: left top; }
.icone li.icone-2 { background-position: left 50%; }
.icone li.icone-3 { background-position: left bottom; }

***/

*
{
	margin:0;
	padding:0;
	font:normal 14px 'Droid Sans', Arial;
	line-height:18px;
	color:#444444;
}

.wrap
{
	width:960px;
	margin:0 auto;
	/* padding:0 20px; */
}

.clear	{clear:both;}
i,.italic	{font-style:italic;}
.bold	{font-weight:bold;}

.main section
{
	/* border:1px solid black; */
	/* background:#D7E1DF; */
}

a {
	text-decoration:none;
}

a:hover {
	color:#e32c24;
}

a img
{
	border:none;
}

ul {
  list-style-type: none;
}

strong
{
	font:normal bold 16px 'Droid Sans', sans-serif;
	color:#555555;
	padding:0px 0px 20px 0px;
}

small
{
	font:normal bold 11px 'Droid Sans', sans-serif;
	color:#838383;
	/* padding:0px 0px 20px 0px; */
}

.content {
	background:#fafafa;
}

/* .span100, .span50 {
	
	margin-top:10px;
}

.span100 h2, .span50 h2 {
}
 */


/************ CHOSEN CARTE DES CAMPS **********/
.chosen-container-single .chosen-single span {
  line-height: 24px !important;
}

.chosen-container .chosen-results li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/****************************************************************************************************/
/******************************************************************************************* HEADER */
/****************************************************************************************************/
header
{
	/* position:relative; */
	height:110px;
	/* margin-bottom:20px; */
	padding:0px 0px 0px 0px;
	background:#fafafa;
	border-bottom:solid 6px #dadada;
	/* background:#BF8C39 url('img/bandeau.jpg') top center; */
}



header > div {
	position:relative;
}

a.logo {
	/* display:inline; */
	float:left;
	/* text-align:center; */
	padding-top:12px;
	text-decoration:none;
	width:260px;
	font:normal 12px/14px archiveregular, Arial !important;
}

a.logo  h2
{
	font:normal 12px/14px archiveregular, Arial !important;
	color:#cacaca;
}

a.logo  h2 > p
{
	font:normal 12px/14px archiveregular, Arial !important;
	color:#cacaca;
}

a.logo:hover > h2,a.logo:hover > h2 >p
{
	color:#333333;
}

/* header a img
{
	position:absolute;
	top:10px;
	left:10px;
}
 */
/****************************************************************************************************/
/********************************************************************************************** NAV */
/****************************************************************************************************/

nav
{
	float:left;
	/* clear:both; */
	/* margin-bottom:20px; */
	padding:0px 10px 0px 10px;
	/* background-color:white; */
}

nav div ul
{
	list-style-type:none;
	
}

nav div > ul > li
{
	position:relative;
	float:left;
	
}

nav div > ul > li > a /* , nav div ul li a:link, nav div ul li a:active, nav div ul li a:visited */
{
	/* font:normal 16px Times; */
	font:normal bold 16px Calibri, sans-serif;
	text-decoration:none;
	color:#555555;
	/* transition */
	transition:color 0.5s;
	-moz-transition:color 0.5s;
	-webkit-transition:color 0.5s;
	-o-transition:color 0.5s;
	height:110px;
	line-height:110px;
	display:block;
	padding:0px 15px;
	
}
 
 
header > div > nav > div > ul > li /* , header > div > nav > div > ul > li > a */
{
	 line-height:110px; 
}

header > div > nav > div > ul > li:hover {
   background: none repeat scroll 0 0 #f4f4f4;
  border-bottom: 6px solid #333333; 
}
/*
header > div > nav > div > ul > li:hover a {
	color:#e32c24;
}
*/
header > div > nav > div > ul > li.current-menu-item/* , header > div > nav > div > ul > li.current-menu-parent */
{
	background:#f4f4f4;
	
	border-bottom:solid 6px #e32e26;
}

header > div > nav > div > ul > li.current-menu-item > a, header > div > nav > div > ul#menu-menu-oan > li.current-menu-item > a/* , header > div > nav > div > ul > li.current-menu-parent > a */ {
	color:#e32c24;
}


/********************************************************************************************* SOUS-MENU DÉROULANT */

nav div ul li:hover ul.sub-menu
{
	display:block;
}

nav div ul ul.sub-menu
{
	margin-top:6px;
	display:none;
	position:absolute;
	left:0px;
	width:140px;
	z-index:10;
	background-color:#f4f4f4;
	/* box-shadow */
	-moz-box-shadow: 0px 8px 10px 0px #c0c0c0;
	-webkit-box-shadow: 0px 8px 10px 0px #c0c0c0;
	-o-box-shadow: 0px 8px 10px 0px #c0c0c0;
	box-shadow: 0px 8px 10px 0px #c0c0c0;
}

nav div ul ul.sub-menu li
{
	padding:5px 15px;
	border-bottom: 1px solid #555555;
}
nav div ul ul.sub-menu li:first-child{margin-top:6px;}
nav div ul ul.sub-menu li:last-child{margin-bottom:5px;border:none;}

nav div ul ul.sub-menu li a, nav div ul ul.sub-menu li a:link, nav div ul ul.sub-menu li a:active, nav div ul ul.sub-menu li a:visited
{
	font:normal bold 16px Calibri, sans-serif;
	text-decoration:none;
	color:#555555;
	/* transition */
	transition:color 0.5s;
	-moz-transition:color 0.5s;
	-webkit-transition:color 0.5s;
	-o-transition:color 0.5s;
}

nav div ul ul.sub-menu li a:hover
{
	color:#e32c24;
}

/******************************************* BOUTONS HEADER ************/
a.header_buttons {
	background:#e32c24;
	padding:8px 8px 8px 8px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-top:35px;
	/* Calibri bold 16px #555555 */
	font:normal bold 16px Calibri, sans-serif;
	color:white;
	float:right;
}

a.header_buttons:hover {

  background: none repeat scroll 0 0 #DADADA;
  color: #E32C24;
}

.header_buttons img{
	vertical-align:middle;
	margin-right:6px;
	margin-top:-2px;
}

a.header_buttons.mr {
	margin-right:8px;
}
/******************************** LIENS VERS SITES ETRANGERS (HEADER) **/

.liens_multisite  {
	clear:both;
	float:right;
	background:#dadada;
	padding:5px 20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	position: absolute;
	right: 0;
	top: 100px;
}
/*
.liens_multisite {
  background: none repeat scroll 0 0 #DADADA;
  border-radius: 5px 5px 5px 5px;
  clear: both;
  float: right;
  padding: 5px 20px;
}
*/
.liens_multisite a  {
	font:normal 14px 'Droid Sans', sans-serif;
	color:#838383;
	padding:0 3px;
}

.liens_multisite a:hover  {
	color:#e32c24;
}

.liens_multisite a.site_actif  {
	color:#e32c24;
}

/*********************************************************************************/
/*********************************************************Open Acess Now *********/
/*********************************************************************************/
.oan header
{
  height:160px;
  background:white;
/*background:#615A5A;*/
}

a.logo-oan {
float: left;

padding: 0px;
text-decoration: none;
width: 314px;
}

a.logo-oan img {
max-height:160px;
  width:auto;
}


nav div > ul#menu-menu-oan > li > a
{
	color:black;
  }



nav div ul li a:hover, nav div > ul#menu-menu-oan > li > a:hover
{
	color:#e32c24;
  }


.oan nav div.menu-menu-oan-container > ul > li > a /* , nav div ul li a:link, nav div ul li a:active, nav div ul li a:visited */
{
	/* font:normal 16px Times; */

	height:160px;
	line-height:160px;
}


.oan .liens_multisite  {
	top: 150px;
}

.oan .page ul li {
  margin-top:5px;
}

.oan strong > a {
  	font:normal bold 16px 'Droid Sans', sans-serif;
/*	text-align:left;*/
}

/*.oan .oan_members  {display:block;margin-right:5px;}*/

.oan .oan_members img {max-height: 158px;
width: auto;}

.oan .oan_members img.alignleft {
  margin-right: 15px !important;
}

.wp-image-771 {
  margin-top: -25px !important;
}
/****************************************************************************************************/
/****************************************************************************************BANNER */
/****************************************************************************************************/
.banner {
	min-height:250px;
	background:#333333;
}

.banner.bannerOAN {
	min-height:250px;
	background:#8E0101;/*#784D4D;*//*#EDDFDF;*/
}

.banner .wrap {
	padding-top:25px;
	padding-bottom:25px;
}

.banner .wrap .pres-projet {
  float:left;
  max-width:650px;
}



.banner .wrap.wrapOAN {
	padding-top:22px;
}

.banner h1, .banner p {
	color:#fafafa;
/*  text-decoration:underline;*/
}

.banner h1 {
	font:normal 30px 'Droid Sans', sans-serif;
	padding:0px 0px 20px 0px;
}

.banner .wrapOAN h1 {
	font:normal 24px 'Droid Sans', sans-serif;
	padding:0px 0px 20px 0px;
}


.banner p.description{
	font:normal 14px 'Droid Sans', sans-serif;
	width:620px;
	padding-right:30px;
	/* float:left; */
	display:inline-block;
	text-align:justify;
}

.sponsors {
  float:left;
  text-align:center;
}


.sponsorsOAN {
float: left; 	
  text-align:center;
}

.sponsorsOAN > div {
  float:left;
  text-align:center;
}



.sponsors p, .sponsorsOAN p {
  color: #ffffff;
  font: 12px archiveregular;
}



.banner a#migreurop {
  /*float: right;*/
  margin-top:3px;
  margin-bottom:2px;
  display:block;

}

.banner a#openaccess {
  /*float: right;
  margin-top:-60px;*/
  display:block;

}

.banner img {
	/* float:left; */
}

.cite {
  color:#CACACA;
  font-size:12px;
  font-style:italic;
  font-weight:bold;
  margin-top:4px;
}
/****************************************************************************************************/
/********************************************************************************************* TITRE */
/****************************************************************************************************/
.titre_page {
	border-bottom: 1px solid #eaeaea;
}

.titre_page .wrap {
	padding-top:32px;
	padding-bottom:32px;
}

.titre_page h1 {
	/* line-height:100px; */
	font:normal 36px 'Droid Sans', sans-serif ;
    display: inline;
	margin-right: 30px;
	color:#333333;
}

.liens_trads {
    display: inline;
	/* line-height:100px; */
	/* font:normal 16px 'Droid Sans', sans-serif ; */
	font:normal bold 16px Calibri, sans-serif;
	/* padding-top:32px; */
	text-transform:uppercase;
	color:#cacaca;
	white-space:nowrap;
}

.liens_trads a {
	font:normal bold 16px Calibri, sans-serif;
	color:#555555;
	/* transition */
	transition:color 0.5s;
	-moz-transition:color 0.5s;
	-webkit-transition:color 0.5s;
	-o-transition:color 0.5s;
}
 
.liens_trads a:hover {
	font:normal bold 16px Calibri, sans-serif;
	color:#e32c24;
 }
 
/****************************************************************************************************/
/********************************************************************************************* MAIN */
/****************************************************************************************************/

.main_fiche {
	position:relative;
}

.main
{
	float:left;
	width:690px;
	margin-top:30px;
}

.main section
{
	margin-bottom:30px;
	padding:0px 20px 20px 0px;
}

.main section.notes
{
	margin-bottom:20px;
}

.main section.single_meta
{
	margin-bottom:15px;
	padding:0px 20px 10px 0px;
}

.main section h2
{
	font:normal bold 18px 'Droid Sans', sans-serif;
	color:#555555;
	padding:0px 0px 20px 0px;
}

.main section p
{
	margin-bottom:15px;
	text-align:justify;
}

.main section p a, .main section p a:link, .main section p a:active, .main section p a:visited
{
	color:#e32c24;
}

.main section p a:hover
{
	text-decoration:underline;
}

/*
.main section img
{
	padding:3px;
	border:1px solid #9F2D20;
	-moz-box-shadow: 4px 4px 10px 0px #c0c0c0;
	-webkit-box-shadow: 4px 4px 10px 0px #c0c0c0;
	-o-box-shadow: 4px 4px 10px 0px #c0c0c0;
	box-shadow: 4px 4px 10px 0px #c0c0c0;
}
*/
.main section img.logo
{
	padding:0;
	border:none;
	/* box-shadow */
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}

/****************************************************************************************************/
/************************************************************************************* LOOP *********/
/****************************************************************************************************/

/************************************************************************** TITRE */
.main section.loop
{
	margin-bottom:40px;
}

.main section.loop .titreTexte 
{
	/*float:left;*/	/*padding-bottom:10px;	*/
}

.main section.loop a.imageloop
{
	float:left;	/*padding-bottom:10px;	*/
	margin-right:30px;
}


.main section.loop h2
{
	padding-bottom:10px;	

}
/*
.main section.loop p.more
{
	
	float:left;
}
*/
.main section h2 > a
{
	font:normal bold 18px 'Droid Sans', sans-serif;
	color:#555555;
}

.main section h2 > a:hover
{
	color:#E32C24;
}

.main section p.date
{
	font:normal bold 13px 'Droid Sans', sans-serif;
	color:#555555;
	margin-bottom:5px;
	/* padding:0px 0px 30px 0px; */
}

/************************************************************************** MORE */

.main section p.more
{
	text-align:right;
	margin-bottom:5px;
}

.main section p.more a, .main section p.more a:link, .main section p.more a:active, .main section p.more a:visited
{
	color:#555555;
	font-weight:bold;
	text-decoration:none;
}

.main section p.more a:hover
{
	/* text-decoration:underline; */
	color:#E32C24;
}

section div.cadre 
{
	padding:10px 10px 10px 10px;
	/* margin-bottom:20px; */
	background-color:#f4f4f4;
	border: 1px solid #eaeaea;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	/* font:normal 12px 'Droid Sans', Arial; */
}


/************************************************************************ OLDER NEWER */

.main section p.older{float:left;}
.main section p.newer{float:right;}

.main section p.older a, .main section p.older a:link, .main section p.older a:active, .main section p.older a:visited,
.main section p.newer a, .main section p.newer a:link, .main section p.newer a:active, .main section p.newer a:visited
{
	color:#555555;
	font-weight:bold;
	text-decoration:none;
}

.main section p.older a:hover, .main section p.newer a:hover
{
	color:#E32C24;
}




/************************************************************************** META */
/*
.main section hr
{
	width:100%;
	margin-bottom:10px;
	margin-top:10px;
	border:none;
	color:grey;
	background-color:rgb(210,210,210);
	height:1px;
}
*/


.main section p.meta, .main p.meta *
{
	/* font-style:italic; */
	color:#838383;
	margin-top: 5px;
	margin-bottom: 0px;
}

.main section p.meta a, .main section p.meta a:link, .main section p.meta a:active, .main section p.meta a:visited
{
	color:#E32C24;
	text-decoration:none;
font-weight:bold;
}

.main section p.meta a:hover
{
	text-decoration:underline;
}

/********************************************************************************************* META */

/* Balises block */
.post-content h1{ }
.post-content h2{ }
.post-content h3{ }
.post-content h4{ }
.post-content h5{ }
.post-content h6{ }
section p{text-align:justify;}
.post-content ul{ }
.post-content ol{ }
section blockquote{margin-left:50px;border-left:6px solid rgb(210,210,210);}
.post-content pre{ }
.post-content address{ }
.post-content address{ }

/* Balises inline */
section em{font-style:italic;}
.post-content acronym{ }
.post-content code{ }
.post-content del{ }
.post-content ins{ }

/* Classes des images */
.alignleft{display:block;float:left;margin:0 10px 5px 0;}
.aligncenter{clear:both;display:block;margin:20px auto;}
.alignright{display:block;float:right;margin:0 0 5px 10px;}
.size-auto{}
.size-medium{}
.size-large{}
.size-full{}
section .wp-caption{text-align:center;color:rgb(210,210,210);font-style:italic;}
.wp-caption img{ }
.gallery{ }
.gallery .gallery-item{ }

/****************************************************************************************************/
/****************************************************************************************** SIDEBAR */
/****************************************************************************************************/

.side
{
	float:right;
	width:250px;
	margin-top:30px;
}

.side > div
{
	padding:10px 20px 10px 20px;
	margin-bottom:20px;
	background-color:#f4f4f4;
	border: 1px solid #eaeaea;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	/* font:normal 12px 'Droid Sans', Arial; */
}

.side hr.red_hr {
  background-color: #e32c24;
  border: none;
  height: 3px;
  position: relative;
  width: 30%;
  z-index: 1;
  text-align:left;
}

.side hr.grey_hr
{
	width:100%;
	margin-bottom:10px;
	margin-top:-1px;
	border:none;
	/* color:red; */
	background-color:#eaeaea;
	height: 2px;
	/* height:1px; */
}



.side div h3
{
	padding-top:10px;
	padding-bottom:20px;
	font:normal bold 16px 'Droid Sans', Arial;
	/*color:#e32c24;*/
}


.side div form input
{
	padding:2px 5px;
	width:200px;
	color:black;
	border:1px solid grey;
}

.side div ul
{
	list-style-type:none;
	padding-bottom:5px;
}

.side div ul li
{
	padding-top:5px;
	padding-bottom:5px;
}

.side div p
{
	text-align:justify;
}

.side div p, .side div p a
{
	color:#404040;
}

.side div a, .side div a:link, .side div a:active, .side div a:visited
{
	text-decoration:none;
}

.side div a:hover
{
	text-decoration:underline;
}

.side div div.tagcloud
{
	padding:0;
	margin:0;
}

/****************************************************************************************************/
/******************************************************************************* UN ARTICLE *********/
/****************************************************************************************************/
section.single_content > p {
	margin-top: 15px;
	margin-bottom: 0px;
}

section.span50 {
	width:45%;
	float:left;
	padding-right:5%;
}

section.span50 ul li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font: 13px 'Droid Sans',Arial;
}

section.span50 ul li span {
	font: 12px 'Droid Sans',Arial;
}



section.portfolio {
	margin-bottom: 10px;
	padding-bottom: 0;
}

section.portfolio ul li {
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}

section.portfolio ul li a {
	display:block;

}

section.portfolio ul li a img {
	max-width:540px;/*150px;*/


}

section.portfolio ul li span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width:540px;/*150px;*/
	white-space: nowrap;
	font: 13px 'Droid Sans',Arial;
	margin-top:6px;
}

/****************************************************************************************************/
/***********************************************************************************CONTACT FORM 7 **/
/****************************************************************************************************/
input[type="text"], input[type="email"]{
  /* border-radius: 3px 3px 3px 3px; */
  /* color: #555555; */
  /* display: inline-block; */
  /* font-size: 14px; */
  height: 20px;
  line-height: 20px;
  margin-bottom: 9px;
  margin-top: 9px;
  padding: 4px 6px;
  width: 270px;
}

input[type="submit"]{
	/* display: inline-block; */
	/* font-size: 14px; */
	line-height: 20px;
	/* margin-bottom: 0; */
	padding: 4px 14px;
	text-align: center;
	
	vertical-align: middle;
}

textarea{
  line-height: 20px;
  /* margin-bottom: 9px; */
  padding: 4px 6px;
  width: 400px;
  margin-top: 9px;
}

/****************************************************************************************************/
/******************************************************************************************* HOME ***/
/****************************************************************************************************/
div.w_home {
	margin-top:40px;
	padding-bottom:40px;
}

div.w_home p {
	text-align:justify;
	padding-top:1px;
	padding-bottom:1px;
	text-indent:15px;
}

div.w_home p > a {
	
	color:#e32c24;
}

div.w_home p > a:hover {
	text-decoration:underline;
	
}

img.geoloc
{
	padding:5px 8px 5px 8px;
	background:none repeat scroll 0 0 rgba(0,0,0,0.5);
	width:10px;
	height:16px;
	vertical-align:middle;
	line-height:18px;
	margin-right:1px;
}

/****************************************************************************************************/
/******************************************************************************************FICHES****/
/****************************************************************************************************/

/************************** GRAPHS ******/

.graphe {
background-color: white;
border: 1px solid #cacaca;
height: 250px;
margin: 0 auto 20px auto;
padding-top: 20px;
}

#capacite {

}

#durees_max {}

.graphe *{
  font-size:10px;
  line-height:10px;
}

.graphe strong{
  font-weight:700;
}

/** DUBLIN **/
.small_es_title strong {
  font-size: 15px;
  font-weight:700;
}


.alert {
  background-color: #FCF8E3;
  border: 1px solid #FBEED5;
  border-radius: 4px 4px 4px 4px;
  /* margin-bottom: 20px; */
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert, .alert h4 {
  color: #C09853;
}

.alert-success {
  background-color: #DFF0D8;
  border-color: #D6E9C6;
  color: #468847;
}

.alert-danger, .alert-error {
  background-color: #F2DEDE;
  border-color: #EED3D7;
  color: #B94A48;
}


/*******************************************************************************************/
/********************************************************************************** FOOTER */
/*******************************************************************************************/

footer
{
	clear:both;
	position:relative;
	/* margin-bottom:20px; */
	padding: 5px 20px 10px;
	/* text-align:center; */
	background:#333333;
	height:86px;
}

/************************************************************************************ MENU FOOTER */
footer > div > nav > div > ul > li, footer > div > nav > div > ul > li > a
{
	line-height:86px;
}

footer > div > nav > div > ul > li > a
{
	font:normal 13px/86px 'Droid Sans', Arial;
	color:#666666;
}


footer > div > nav > div  > ul > li > a:hover, footer > div > nav > div  > ul > li.current-menu-item > a {
	color:#fafafa;
}


.copyright {
	float: right;
	/* line-height:86px; */
	font:normal bold 16px/86px Calibri, sans-serif;
	color:#555555;
}
