/* ----------------------------- */
/* ==reset */
/* ----------------------------- */
    html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* ----------------------------- */

/*
Theme Name: Agence Régionnale des Pays de la Loire
Theme URI:
Description: Agence Régionnale des Pays de la Loire
Version: 1.0
Author: Huma-Concept
Author URI: http://www.huma-concept.com/
*/

body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

@font-face {
	font-family:'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg#icomoon') format('svg');
    font-weight:normal;
    font-style:normal;
  	text-rendering:optimizeLegibility;
}



/** Définition du conteneur de grilles
	* --------------------------------------------- */

.fullGrid {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
  justify-content: center;
}

.fullGrid > * {
	flex: 50%;
	max-width: 50%;
  box-sizing: border-box;
}
.revGrid {
	flex-direction: row-reverse;
}
.aleft {
  align-items: flex-start;
}
.aright {
  align-items: flex-end;
}

/** Définition des grilles
  * --------------------------------------------- */
.grid25 { flex: 25%; max-width: 25%; }
.grid33 {	flex: 33.333333%; max-width: 33.333333%; }
.grid66 { flex: 66.666666%; max-width: 66.666666%; }
.grid100 { flex: 100%; max-width: 100%; }


/** La gestion des derniers menus
	* --------------------------------------------- */

.oldie .prim-nav .nav-menu > li {
	display: inline-block;
}
.oldie .nav-menu > li.last-child > .sub-menu {
	right: 0;
	left: auto;
}
.oldie .nav-menu > li.last-child ul li:hover > .sub-menu,
.oldie .nav-menu > li.last-child ul li.mhover > .sub-menu {
	left: -100%;
}

.ieContainer {
	position: relative;
	width: 100%;
  height: 100%;
	display: block;
}
.ieContainer .adaptVisuel {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}


.ie .single-professeur .entry-header .visuelPost {
	height: 200px;
}
.ie .single-post .entry-header .visuelPost,
.ie .category .news_one .visuelPost {
	height: 400px;
}


/** GRIDS
	* --------------------------------------------- */

.ie .fullGrid, .ie .tableGrid {
	display: block;
	font-size: 0 !important;
}
.ie .fullGrid > *, .ie .tableGrid > * {
	position: relative;
	vertical-align: top;
	font-size: $typosize;
}
@media only screen and (min-width:820px) {

	.ie .tableGrid {
		display: table;
		table-layout: fixed;
		width: 100%;
		padding: 0;
		clear: both;
	}
	.ie .fullGrid > * {
		display: inline-block !important;
	}
	.ie .tableGrid > * {
		display: table-cell !important;
		vertical-align: middle;
	}
	.ie .fullGrid > *, .ie .tableGrid > * {
		width: 50%;
		max-width: none !important;
	}
	.ie .fullGrid > .grid25, .ie .tableGrid > .grid25 { width: 25%; }
	.ie .fullGrid > .grid33, .ie .tableGrid > .grid33{	width: 33.333333%; }
	.ie .fullGrid > .grid66, .ie .tableGrid > .grid66 { width: 66.666666%; }
	.ie .fullGrid > .grid100, .ie .tableGrid > .grid100 { width: 100%; }

}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone { margin: 5px 20px 20px 0 }
.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
.aligncenter { display: block; margin: 5px auto 5px auto; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0 }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0 }
.wp-caption.alignleft { margin: 5px 20px 20px 0 }
.wp-caption.alignright { margin: 5px 0 20px 20px }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 0.846em; line-height: 17px; margin: 0; padding: 0 4px 5px; }

/* =Basic
-------------------------------------------------------------- */

body{
	background-color: #dfe1e3;
	font-family: "Open Sans", sans-serif;
}

.content{width: 1000px; margin: 0 auto;}
.main-content{width: 766px; overflow: hidden; float: right; background-color: #fff; margin-bottom: 30px;}
.clear{clear: both;}
.fl-l{float: left;}
.fl-r{float: right;}
.mb{margin-bottom: 0;}
a{cursor: pointer;}

/* =Fil d'ariane
-------------------------------------------------------------- */

.breadcrumbs .site-home{
	display: block;
	background: transparent url(images/bkg-breadcrumb-home.png) no-repeat 0 0;
	width: 25px; height: 15px;
	text-indent: -9999px;
	float: left;
	margin: 5px 0 0 22px;
}
.breadcrumbs{color: #fff; font-size: 13px;}
.breadcrumbs a{
	display: inline-block;
	vertical-align: center;
	text-decoration: none;
	color: #fff;
	float: left;
	margin: 5px 0 0 10px;
}

.breadcrumbs a:hover{text-decoration: underline;}
.breadcrumbs span{
	float: left;
	margin: 5px 5px 0 5px;
}
.breadcrumbs span:first-child{display: none;}

/* =Page-navi
-------------------------------------------------------------- */

.wp-pagenavi{
	padding: 21px 0 0 0;
	text-align: center;
	color: #000;
	font-size: 13px;
}
.wp-pagenavi .current, .wp-pagenavi a:hover{color: #d40050;}
.wp-pagenavi a{text-decoration: none; color: #000; margin: 0 2px;}
.wp-pagenavi span.pages{margin: 0 2px 0 4px;}
.wp-pagenavi span.current{margin: 0 2px;}

/* =Taxonomie picker
-------------------------------------------------------------- */

.widget.taxonomy-picker{padding: 0 21px; margin-bottom: 10px; float: left;}
.taxonomy-picker label{display: none;}
.taxonomy-picker .taxonomy-list{float: left;}
.taxonomy-picker p, .taxonomy-picker p input{float: left;}
.taxonomy-picker p input[type=reset]{display: none;}
/*.taxonomy-picker p input[type=submit]{
	width: 129px;
	height: 32px;
	border: 1px solid #767676;
	background: #d3004f url(images/arrow-white-right.png) no-repeat 90% 50%;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}
.taxonomy-picker p input[type=submit]:hover{background: #fff url(images/arrow-pink-right.png) no-repeat 90% 50%; color: #d3004f;}*/

/* =Header
-------------------------------------------------------------- */

.header{
	width: 100%; height: 96px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.48);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.48);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.48);
	background-color: #fff;
	margin-bottom: 23px;
}
.home .header{

}

.header .logo-header{
	display: block;
	background: transparent url(images/logo-agence-regionale.png) no-repeat 0 0;
	width: 266px; height: 55px;
	text-indent: -9999px;
	float: left;
	margin-top: 19px;
}
.header-top{
	width: 530px;
}
.header .header-top a{
	float: left;
	color: #a1a0a0;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 9px 23px 0 0;
}
.header .header-top a:hover{text-decoration: underline;}
.header .header-top .form-search{margin-top: 5px;}
.header .header-top .form-search input[type=text]{
	width: 144px;
	height: 16px;
	border: 1px solid #a1a1a1;
	background-color: #fff;
	color: #a1a0a0;
	font-size: 11px;
	padding-left: 3px;
}
.header .header-top .form-search input[type=submit]{
	width: 33px;
	height: 20px;
	background-color: #a1a1a1;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	padding-bottom: 1px;
}

	/* =Menu
	-------------------------------------------------------------- */

	.header-bottom{
		position: relative;
		margin-top: -10px;
	}
	.menu > li{
		float: left;
		padding-bottom: 15px;
	}
	.menu > li > a{
		display: block;
		padding: 5px 14px;
		text-transform: uppercase;
		text-decoration: none;
		opacity: .8;
		color: #1e1f1f;
		font-size: 12px;
		font-weight: bold;
		border-right: 1px solid #1e1f1f;
	}
	.menu > li:last-child > a{border-right: none;}
	.menu > li > a:hover, .menu > li > a:focus, .menu li.current-menu-ancestor > a, .menu li.current-menu-item a{
		color: #d3004f;
	}
	.menu li.current-menu-item a ul.sub-menu li a{color: #1e1f1f;}
	.menu li ul{
		display: none;
		z-index: 1000;
		position: absolute;
		width: 160px;
		background-color: #fff;
		top: 32px;
		moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.48);
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.48);
		box-shadow: 0 0 10px 0 rgba(0,0,0,.48);
	}
	.menu li ul li{
		clear: both;
		list-style: none;
		padding: 5px 14px;
		text-align: center;
	}
	.menu li ul li a{
		text-transform: uppercase;
		text-decoration: none;
		opacity: .8;
		color: #1e1f1f;
		font-size: 12px;
	}
	.menu li ul li a:hover{
		color: #d3004f;
	}
	.menu li:hover > ul {
		display: block;
	}
	.menu li ul li ul{
		left: 160px; top: 0;
	}

/* =Accueil
-------------------------------------------------------------- */

	/* =Galerie une
	-------------------------------------------------------------- */
	.galerie{
		position: relative;
		width: 100%; height: 288px;
		top: -23px;
		border-bottom: 32px solid #fff;
	}
	.galerie .slide{
		position: relative;
		width: 100%; height: 288px;
	}
	.galerie .content{
		position: relative;
	}
	.slide .content p{
		position: absolute;
		top: 159px; left: 465px;
		color: #414648;
		font-size: 28px;
		font-weight: bold;
	}
	.slide .content.enBlanc p{
		color: #FFF;
	}
	.slide .content p strong{
		color: #d32d6f;
	}
	.slide .content a{
		position: absolute;
		top: 227px; left: 467px;
		border: 1px solid #1d1f1f;
		color: #1e1e1f;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
		width: 160px;
		padding: 8px 0px 8px 7px;
		background: transparent url(images/arrow-balck-right.png) no-repeat 95% 50%;
	}
	.slide .content.enBlanc a{
		border: 1px solid #FFF;
		color: #FFF;
		background: transparent url(images/arrow-white-right.png) no-repeat 95% 50%;
	}
	.slide .content a:hover{
		background: #414547 url(images/arrow-white-right.png) no-repeat 95% 50%;
		color: #fff;
	}
	.slide .content.enBlanc a:hover{
		background: #fff url(images/arrow-balck-right.png) no-repeat 95% 50%;
		color: #1e1e1f;
	}
	.pagination{
		position: absolute;
		right: 4px; bottom: 10px;
		z-index: 100;
	}
	.pagination a{
		display: block;
		background: transparent url('images/navslide.png') no-repeat 0 0;
		width: 18px; height: 18px;
		float: left;
		text-indent: -9999px;
	}
	.pagination a.selected, .pagination a:hover{
		background-position: 0 -18px;
	}

	/* =Galerie deux
	-------------------------------------------------------------- */
	.exemples-realisations .titre-realisation{
		opacity: .8;
		color: #1e1f1f;
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 12px;
		text-transform: uppercase;
	}
	.exemples-realisations .realisations{
		width: 760px; height:522px;
		position: relative;
		margin-bottom: 30px;
	}
	.exemples-realisations .realisations .container-realisations{
		width: 760px; height: 522px;
		position: relative;
	}
	.exemples-realisations .realisations .container-realisations .emplacement3{
		margin-left: 191px;
	}
	.exemples-realisations .realisations .container-realisations .emplacement4{
		clear: both;
	}
	.exemples-realisations .realisations .prev-big{
		display: block;
		background: transparent url(images/arrow-big-prev.png) no-repeat 0 0;
		width: 42px; height: 82px;
		text-indent: -9999px;
		position: absolute;
		top: 215px; left: 65px;
	}
	.exemples-realisations .realisations .next-big{
		display: block;
		background: transparent url(images/arrow-big-next.png) no-repeat 0 0;
		width: 42px; height: 82px;
		text-indent: -9999px;
		position: absolute;
		top: 215px; right: 65px;
	}

/* =Single
-------------------------------------------------------------- */

.header-content{
	height: 265px;
	margin-bottom: 43px;
}
.header-content .header-content-intro{
	width: 369px;
}
.header-content .bkg-header-content-intro{
	background-color: #009bba;
	height: 95px;
}
.header-content h1{
	color: #fff;
	font-size: 20px;
	line-height:23px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 3px 0 0 22px;
	clear: both;
	float: left;
}
.header-content .introduction{
	padding: 25px 21px 0 21px;
}
.header-content .introduction p{
	height: 144px;
	border-bottom: 1px solid #009bba;
	color: #009bb9;
	font-size: 11px;
	line-height: 19px;
}
.header-content .introduction p strong{font-weight: bold;}
.header-content .introduction p span{text-transform: uppercase;}
.page-template-page-actus-php .header-content .introduction p, .page-template-page-presse-php .header-content .introduction p{border-bottom: none;}
.page-template-page-actus-php .header-content, .page-template-page-presse-php .header-content{margin-bottom: 0;}
.page-content h2{
	color: #009bb9;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 9px;
}
.page-content{padding: 0 23px 39px 23px; width: 720px; overflow: hidden;}
.page-content p{
	color: #373737;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 21px;
}
.page-content p strong{font-weight: bold;}
.page-content p em{font-style: italic;}
.page-content p a, .header-content .introduction p a{
	color: #e2558a;
}
.page-content p a:hover, .header-content .introduction p a:hover, .page-content ul li a:hover{text-decoration: none;}
.page-content p img{
	border: 5px solid #fff;
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.38);
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.38);
	box-shadow: 0 0 0 1px rgba(0,0,0,.38);
	margin: 16px 0;
}
.page-content ul{margin: 0 0 21px 37px;}
.page-content ul ul{margin: 0 0 15px 37px;}
.page-content ul li{
	color: #373737;
	font-size: 12px;
	line-height: 16px;
	padding-left: 10px;
	background: transparent url(images/li-deco-pink.jpg) no-repeat 0 5px;
}
.page-content ul.page-list li{
	margin-bottom: 5px;
}
.page-content ul li a{color: #373737;}

/* =Service
-------------------------------------------------------------- */

	/* =page nav
	-------------------------------------------------------------- */
	.page-nav-content{
		width: 234px;
		margin-top: 26px;
	}
	.page-nav-content p{
		color: #d3004f;
		font-size: 15px;
		font-weight: bold;
		text-transform: uppercase;
		padding-bottom: 11px;
		margin-bottom: 18px;
		border-bottom: 1px solid #1e1f1f;
		width: 196px;
	}
	.page-nav-content li{margin-bottom: 9px;}
	.page-nav-content .page-nav > li > a{
		padding-left: 11px;
		opacity: .85;
		color: #000;
		font-size: 13px;
		text-decoration: none;
	}
	.page-nav-content .page-nav > li.current_page_item > a{
		font-weight: bold;
		background: transparent url(images/arrow-pink-right.png) no-repeat 0 center;
	}
	.page-nav-content .page-nav > li:hover > a{color: #d3004f;}
	.page-nav-content .page-nav > li > ul{margin: 9px 0 0 33px;}
	.page-nav-content .page-nav > li > ul > li > a{
		padding-left: 11px;
		opacity: .85;
		color: #000;
		font-size: 13px;
		text-decoration: none;
		margin-left: -11px;
	}
	.page-nav-content .page-nav > li > ul > li.current_page_item > a{
		font-weight: bold;
		background: transparent url(images/arrow-pink-right.png) no-repeat 0 center;
	}
	.page-nav-content .page-nav > li > ul > li:hover > a{color: #d3004f;}

.tiled-gallery .tiled-gallery-item img{
	margin: 0 !important;
}
	/* =chiffres clés
	-------------------------------------------------------------- */
	.key-number{
		padding: 13px 0 0 0;
		overflow: hidden;
	}
	.page-content .title-key-number{
		text-transform: uppercase;
		font-size: 14px;
		color: #009bb9;
		font-weight: bold;
		background: transparent url(images/picto-deco-number-title.jpg) repeat-x 0 bottom;
		padding-bottom: 9px;
		margin-bottom: 15px;
	}
	.key-number-content{
		float: left;
		margin-top: 13px;
		height: 30px;
	}
	.key-number-content p{
		float: left;
		color: #009bb9;
		margin-bottom: 0;
	}
	.key-number-content .number{
		margin-right: 15px;
		font-size: 48px;
	}
	.deco-number{
		display: block;
		background: transparent url(images/picto-deco-number.jpg) no-repeat 0 0;
		width: 3px; height: 44px;
		margin: 0 8px;
	}

	/* =réalisations
	-------------------------------------------------------------- */
	.page-template-page-services-php .realisations-relationship{
		position: relative;
		margin-top: -20px;
	}
	.realisations-relationship-content{
		width: 253px; height: 174px;
		position: relative;
	}
	.home .realisations-relationship-content{
		width: 377px; height: 174px;
		position: relative;
	}
	.realisations-relationship-content .realisations-content{
		position: absolute;
		top: 0; left: 0;
		width: 105px; height: 148px;
		padding: 13px 10px;
		background: transparent url(images/bkg-gris-deux.png) repeat 0 0;
	}
	.home .realisations-relationship-content .realisations-content{
		position: absolute;
		top: 0; left: 0;
		width: 155px; height: 148px;
		padding: 13px 10px;
		background: transparent url(images/bkg-gris-deux.png) repeat 0 0;
	}
	.realisations-relationship-content .realisations-content p{
		color: #fff;
		font-size: 11px;
		font-weight: bold;
		margin-bottom: 10px;
		text-transform: uppercase;
		line-height: 15px;
	}
	.realisations-relationship-content .realisations-content h3{
		color: #fff;
		font-size: 15px;
		font-weight: bold;
	}
	.realisations-relationship-content .realisations-content .la-suite{
		font-size: 13px;
		font-weight: bold;
		color: #fff;
		border: 1px solid #fff;
		padding: 8px 20px 8px 8px;
		text-decoration: none;
		background: transparent url(images/arrow-white-right.png) no-repeat 90% 50%;
		position: absolute;
		bottom: 9px; left: 10px;
	}
	.realisations-relationship-content .realisations-content .la-suite:hover{
		background: #fff url(images/arrow-balck-right.png) no-repeat 90% 50%;
		color: #1e1f1f;
	}
	.link-realisation{
		color: #40b4cb;
		font-size: 14px;
		font-weight: bold;
		text-decoration: underline;
		margin: 10px 8px 10px 0;
		background: transparent url(images/arrow-turquoise-right.png) no-repeat 100% 50%;
		padding-right: 13px;
	}
	.link-realisation:hover{
		background: transparent url(images/arrow-vert-right.png) no-repeat 100% 50%;
		color: #616262;
	}
	.single-realisations .realisations-relationship-content{margin-bottom: 30px;}

/* =Membre
-------------------------------------------------------------- */

.membre-equipe{
	width: 329px; height: 110px;
	background-color: #009bba;
	margin-bottom: 22px;
}
.membre-equipe:hover{background-color: #d3004f;}
.membre-equipe img{
	margin: 3px;
}
.membre-equipe .membre-equipe-content{
	width: 180px;
	margin: 12px 0 0 21px;
}
.membre-equipe .membre-equipe-content-nom{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
	line-height: 14px;
}
.membre-equipe .membre-equipe-content p{
	color: #fff;
	font-size: 13px;
	margin-bottom: 12px;
}
.membre-equipe .membre-equipe-content .mb{
	margin-bottom: 0;
}
.page-content h2.titre-pole{
	width: 720px;
	border-bottom: 1px solid #009bb9;
	text-transform: uppercase;
	margin: 19px 0 14px 0;
}

/* =Single membre
-------------------------------------------------------------- */

.avatar{
	width: 397px; height: 265px;
}
.first-color{
	width: 397px;
	background-color: #009bba;
}
.second-color{
	width: 397px; height: 92px;
	background-color: #d40050;
}

/* =Liste
-------------------------------------------------------------- */

.sticky-post{
	width: 756px;
	height: 217px;
	border: 5px solid #009bb9;
	-moz-box-shadow: 0 0 9px rgba(0,0,0,.75);
	-webkit-box-shadow: 0 0 9px rgba(0,0,0,.75);
	box-shadow: 0 0 9px rgba(0,0,0,.75);
	position: relative;
}
.sticky-post .sticky-post-content{
	width: 350px;
	padding: 26px 21px;
}
.sticky-post .sticky-post-content .date{
	opacity: .75;
	color: #000;
	font-size: 11px;
	margin-bottom: 4px;
}
.sticky-post .sticky-post-content .titre{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 14px;
}
.sticky-post .sticky-post-content .introduction{
	color: #000;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 14px;
}
.sticky-post .sticky-post-content a{
	font-size: 11px;
	color: #e2558a;
	text-decoration: underline;
}
.sticky-post .sticky-post-content a:hover{text-decoration: none;}

.posts-content{
	width: 766px; height: 217px;
}
.posts-content .post-content{
	width: 360px;
	padding: 26px 21px;
}
.posts-content .post-content .date{
	opacity: .75;
	color: #009bba;
	font-size: 11px;
	margin-bottom: 4px;
}
.posts-content .post-content .titre{
	color: #009bba;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 14px;
}
.posts-content .post-content .introduction{
	color: #000;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 14px;
}
.posts-content .post-content a{
	font-size: 11px;
	color: #e2558a;
	text-decoration: underline;
}
.posts-content .post-content a:hover{text-decoration: none;}
.posts-content .deco-post-content{
	display: block;
	background: transparent url(images/deco-posts-content.png) no-repeat 0 0;
	width: 360px; height: 2px;
	margin-right: 25px;
}
.page-template-page-actus-php .main-content, .archive .main-content, .page-template-page-presse-php .main-content{
	padding-bottom: 21px;
}
.archive .header-content{
	margin-bottom: 0;
}
.archive .header-content .introduction p{
	border-bottom: 0;
}

/* =Single
-------------------------------------------------------------- */

.more-posts{
	border-top: 1px solid #009bba;
	height: 42px;
}
.more-posts-previous{
	width: 269px; height: 42px;
}
.more-posts-all{
	width: 226px; height: 26px;
	border-right: 1px solid #009bba;
	border-left: 1px solid #009bba;
	text-align: center;
	padding-top: 16px;
}
.more-posts-next{
	width: 269px; height: 26px;
}
.more-posts a{
	color: #009bb9;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.more-posts a:hover{
	text-decoration: none;
}
.more-posts-previous a{
	height: 23px;
	float: left;
	background: transparent url(images/arrow-blue-prev.png) no-repeat left 11px;
	padding: 16px 0 0 39px;
	margin-left: 8px;
}
.more-posts-next a{
	height: 23px;
	float: right;
	background: transparent url(images/arrow-blue-next.png) no-repeat right 11px;
	padding: 16px 39px 0 0;
	margin-right: 8px;
}

.shuffle-articles{
	width: 766px;
	margin: 0 auto;
	float: right;
}
.shuffle-articles-content.numero2{margin: 0 35px;}
.shuffle-articles-content a{text-decoration: none;}
.shuffle-articles-content p{
	background-color: #000;
	padding: 8px 19px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 16px;
	width: 194px;
}

/* =Contact
-------------------------------------------------------------- */

#map-canvas{height: 266px;}

.page-content .wpcf7{
	width: 617px;
}

.wpcf7 h2{color: #000; margin-bottom: 29px;}
.wpcf7 p{color: #000; font-size: 12px; font-weight: bold;}
.wpcf7 .fl-l, .wpcf7 .fl-r {width: 256px;}
.wpcf7 input[type=text], .wpcf7 input[type=email]{
	width: 252px;
	height: 29px;
	opacity: .5;
	border: 1px solid #767676;
	background-color: #fff;
	color: #000;
}
.wpcf7 textarea{
	width: 610px;
	height: 161px;
	opacity: .5;
	border: 1px solid #767676;
	background-color: #fff;
	color: #000;
	resize: none;
}
.wpcf7 input[type=submit]{
	width: 129px;
	height: 29px;
	border: 1px solid #767676;
	background: #d3004f url(images/arrow-white-right.png) no-repeat 90% 50%;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}
.wpcf7 input[type=submit]:hover{background: #fff url(images/arrow-pink-right.png) no-repeat 90% 50%; color: #d3004f;}
.ajax-loader{display: none;}
.wpcf7 .wpcf7-response-output{
	padding: 0;
	margin: 0;
	border: none;
	clear: both;
	color: red;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 21px;
}
.wpcf7 .wpcf7-not-valid-tip{
	border: none;
	background: none;
	color: red;
	font-size: 12px;
	top: 0; left: 6px;
	width: 228px;
}

/* =404
-------------------------------------------------------------- */

.error404 .page-content p{font-size: 17px; margin-bottom: 9px;}
.error404 .page-content input[type=text], .page-content .search-engine input[type=text]{
	width: 314px;
	height: 29px;
	opacity: .5;
	border: 1px solid #767676;
	background-color: #fff;
	margin-right: 36px;
}
.error404 .page-content input[type=submit], .page-content .search-engine input[type=submit]{
	width: 129px;
	height: 32px;
	border: 1px solid #767676;
	background: #d3004f url(images/arrow-white-right.png) no-repeat 90% 50%;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}
.error404 .page-content input[type=submit]:hover, .page-content .search-engine input[type=submit]:hover{background: #fff url(images/arrow-pink-right.png) no-repeat 90% 50%; color: #d3004f;}

/* =Search
-------------------------------------------------------------- */

.search .main-content{
	padding-bottom: 56px;
}
.page-content .post{
	width: 349px;
}
.page-content .deco-post{
	width: 322px; height: 1px;
	background-color: #009bba;
	margin-bottom: 21px;
}

/* =Sidebar
-------------------------------------------------------------- */

.sidebar{
	width: 234px;
}
.sidebar .rss{margin-top: 95px;}
.sidebar .actualites{margin: 26px 0 10px 0;}
.home .sidebar .actualites{margin: 0 0 10px 0;}
.sidebar .actualites h2.titre-sidebar{
	opacity: .8;
	color: #1e1f1f;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.sidebar .actualites .galerie-actu{width: 190px; height: 548px; position: relative;}
.sidebra-actu-content{width: 190px; /*height: 137px;*/ float: left; padding: 10px 12px;}
.sidebra-actu-content.grey{background-color: #d7d7d7;}
.sidebra-actu-content.white{background-color: #fff;}
.sidebra-actu-content .date{
	opacity: .85;
	color: #1e1f1f;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
}
.sidebra-actu-content .titre{
	opacity: .85;
	color: #1e1f1f;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 11px;
}
.sidebra-actu-content .extrait{
	opacity: .85;
	color: #1e1f1f;
	font-size: 11px;
	margin-bottom: 7px;
}
.sidebra-actu-content .la-suite{
	font-size: 13px;
	font-weight: bold;
	color: #1e1f1f;
	opacity: .85;
	border: 1px solid #1d1f1f;
	padding: 8px 20px 8px 8px;
	text-decoration: none;
	background: transparent url(images/arrow-balck-right.png) no-repeat 90% 50%;
}
.sidebra-actu-content .la-suite:hover{
	background: #414547 url(images/arrow-white-right.png) no-repeat 90% 50%;
	color: #fff;
}
.sidebar .actualites .prev{
	display: block;
	background: transparent url(images/arrow-big-bottom.png) no-repeat 0 0;
	width: 84px; height: 12px;
	text-indent: -9999px;
	margin: 10px auto;
}


/* =Comedien
-------------------------------------------------------------- */
.page-template-page-selection .breadcrumbs,
.post-type-archive-comediens .breadcrumbs,
.single-comediens .breadcrumbs {
  background-color: #009bba;
  float: left;
  width: 100%;
}
.page-template-page-selection .header-content,
.post-type-archive-comediens .header-content,
.single-comediens .header-content {
  height: auto;
  margin: 0;
}
.post-type-archive-comediens img,
.single-comediens img {
  display: block;
  max-width: 100%;
  height: auto;
}
.post-type-archive-comediens .main-content,
.single-comediens .main-content,
.page-template-page-selection .main-content {
  background: #455558;
}

.page-template-page-selection h2 {
  color: #FFF;
  margin: 0;
  padding: 20px 0 10px;
}
.page-template-page-selection .page-content ul {
  margin: 0;
}
.page-template-page-selection .page-content .bloc_selection {
  position: relative;
  list-style: none;
  background: none;
  font-size: 1rem;
  align-items: center;
  color: #FFF;
  padding: 10px;
  border-bottom: 1px dotted #FFF;
}
.page-template-page-selection .page-content .bloc_selection:hover {
  background: rgba(255,255,255,.3);
}
.page-template-page-selection .page-content .bloc_selection .com_fiche {
  display: flex;
  color: #FFF;
  text-decoration: none;
  align-items: center;
}
.page-template-page-selection .page-content .bloc_selection .com_fiche:hover .select_title,
.page-template-page-selection .page-content .bloc_selection .com_fiche:focus .select_title {
  text-decoration: underline;
}
.page-template-page-selection .page-content .select_thumb {
  display: inline-block;
}
.page-template-page-selection .page-content .select_thumb img {
  display: inline-block;
  max-width: 40px;
  height: auto;
  margin-right: 10px;
}
.page-template-page-selection .page-content .select_title {
  display: inline-block;
  padding: 10px;
  padding-left: 0;
}
.bloc_selection .state_select {
  position: relative;
  bottom: auto;
  right: auto;
  width: auto;
  height: auto;
  text-align: left;
  font-size: .8rem;
  line-height: 1.4rem;
}
.bloc_selection .state_select a:before {
  font-size: 1.4rem;
}
.bloc_selection .state_select span {
  display: inline-block;
  font-style: italic;
  vertical-align: top;
  padding-left: 3px;
  color: #FFF;
}
.bloc_selection .state_select a:hover span {
  text-decoration: underline;
}

.page-template-page-selection .page-content .wpcf7 {
  width: auto;
}
.page-template-page-selection .page-content .wpcf7 .wpcf7-response-output {
  color: green;
  background: #FFF;
  padding: 10px;
}
.com_form .fullGrid {
  margin: 0 -10px;
}
.com_form .fullGrid > * {
  padding: 10px;
}
.com_form label {
  color: #FFF;
}
.com_form input[type="text"],
.com_form input[type="email"],
.com_form input[type="tel"],
.com_form textarea {
  width: 100%;
  border: 0;
  margin-top: 5px;
}
.com_form input[type="submit"] {
  margin-top: 10px;
}
.com_form .wpcf7 p {
  font-weight: normal;
  color: #FFF;
}

.infos-comedien {
  text-align: left;
}
.topbar-comedien {
  border-bottom: 1px solid #738285;
}
.topbar-comedien a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
}
.topbar-comedien a span {
  display: inline-block;
  position: relative;
}
#com-topsearch {
  background: #009bba;
  color: #FFF;
  text-transform: uppercase;
  padding: 7px 20px;
}
#com-topsearch span {
  padding: 3px 0 3px 30px;
}
#com-topsearch span:before {
  content: "\e900";
	font-family:'icomoon', sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4rem;
}
#com-topsearch:hover {
  background: #FFF;
  color: #009bba;
}
#com-topback {
  color: #FFF;
  text-align: center;
}
#com-topback span {
  padding-left: 16px;
}
#com-topback span:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #009bba transparent transparent;
}
#com-topselect {
  color: #FFF;
  text-align: right;
  padding: 2px 20px;
}
#com-topselect:hover {
  color: #009bba;
}
#com-topselect span {
  padding: 8px 40px 8px 0;
}
#com-topselect span:after {
  content: "\e901";
	font-family:'icomoon', sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2rem;
  color: #009bba;
}
#com-topback:hover span,
#com-topselect:hover span {
  text-decoration: none;
}
#com-topback:hover,
#com-topselect:hover {
  color: #009bba;
}
#searchBloc {
  text-align: center;
  overflow: hidden;
  background: #455558;
  width: 766px;
  margin: 0px -23px;
}
.searchBloc-inner {
  padding: 10px 40px;
}
.page-template-page-selection #searchBloc,
.single-comediens #searchBloc,
.archive #searchBloc {
  width: 100%;
  margin: 0;
  max-height: 0;
  transition: max-height .4s ease-in-out;
}
.page-template-page-selection #searchBloc.show,
.single-comediens #searchBloc.show,
.archive #searchBloc.show {
  max-height: 600px;
}
#searchBloc [type="text"] {
  padding: 9px 10px;
  font-size: 1rem;
  color: #FFF;
  border: 1px solid #FFF;
  border-right: 0;
  background: transparent;
  min-width: 300px;
}
#searchBloc [type="submit"] {
  background: #009bba;
  color: #FFF;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 0;
  font-size: 1rem;
}
#searchBloc [type="submit"]:hover {
  background: #FFF;
  color: #009bba;
  cursor: pointer;
}
#searchBloc .searchTitre {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 1.4rem;
  padding: 30px 0 10px;
  margin: 0;
}
#searchBloc form {
  padding-bottom: 20px;
}
.searchResults {
  color: #fff;
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
}
.filters {
  margin-bottom: 20px;
}
.filters [type="checkbox"] {
  display: none;
}
.filter {
  text-align: left;
  padding: 10px;
}
.filter label {
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #FFF;
  padding-left: 30px;
}
.filter label:hover {
  cursor: pointer;
}
.filter label:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #FFF;
}
.filter label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  width: 12px;
  height: 12px;
  background: #009bba;
  display: none;
}
.filter.checked label:after {
  display: block;
}

.list_comediens {
  padding: 0;
  justify-content: flex-start;
}
.com_bloc {
  position: relative;
  padding: 10px 20px;
}
.com_link {
  display: block;
  border: 1px solid #738285;
  color: #FFF;
  text-decoration: none;
  height: 100%;
}
.com_link h2 {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.com_link:hover {
  color: #009bba;
}
.com_desc {
  padding: 20px;
}
.state_select {
  position: absolute;
  bottom: 37px;
  right: 40px;
  width: 30px;
  height: 30px;
  display: block;
  overflow: hidden;
  text-align: center;
}
.state_select a {
  display: block;
  text-decoration: none;
}
.state_select a.com_select {
  color: #009bba;
}
.state_select a.com_suppr {
  color: #d3004f;
}
.state_select a:hover {
  color: #FFF;
}
.state_select a:before {
  content: "\e901";
	font-family:'icomoon', sans-serif;
  font-size: 2rem;
}
.state_select a > span {
  display: none;
}

.single-comediens .com-entete {
  position: relative;
  align-self: center;
}
.page-template-page-selection h1,
.post-type-archive-comediens h1,
.single-comediens h1 {
  float: none;
  margin: 0;
  font-size: 1.4rem;
  margin: 0 auto;
  text-transform: none;
  display: block;
}
.page-template-page-selection h1,
.post-type-archive-comediens h1 {
  text-align: center;
  margin: 20px 10px 10px;
}
.single-comediens h2 {
  font-size: 1.4rem;
  color: #FFF;
  margin-bottom: 20px;
}
.single-comediens .state_select {
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.single-comediens .com-infos {
  padding: 20px 20px 20px 60px;
  color: #FFF;
  line-height: 1.4rem;
}
.single-comediens .page-content {
  padding: 0;
  width: auto;
}
.single-comediens .com-content {
  padding: 20px;
  color: #FFF;
}
.single-comediens .com-content > * {
  padding: 20px;
}
.single-comediens .page-content ul {
  margin: 0;
}
.single-comediens .page-content ul li {
  position: relative;
  list-style: none;
  background: none;
  font-size: 1rem;
  color: #FFF;
  padding-left: 16px;
  padding-bottom: 10px;
}
.single-comediens .main-content strong {
  font-weight: 700;
}
.single-comediens .page-content ul li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #009bba;
}

.single-comediens .com_thumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
  padding: 0 20px;
}
.single-comediens .com_thumb {
  width: 140px;
  height: 140px;
  padding: 5px;
}
.single-comediens .com_thumb_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.25);
  width: 100%;
  height: 100%;
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
}
.single-comediens .com_thumb:hover .com_thumb_inner {
  background: rgba(255,255,255,1);
}
.single-comediens .com_thumb img {
  display: block;
  max-width: 120px;
  width: auto;
  max-height: 120px;
  height: auto;
}


/** LIGHTBOX */
/* Preload images */
body:after {
	content: url('img/loading.gif');
	display: none;
}

.lightboxOverlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}

.lightbox {
	position: fixed;
	top: 10% !important;
	bottom: 10%;
	width: 100%;
	max-height: 80%;
	right: 180px;
	margin: auto;
	z-index: 100;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
}

.lightbox a img {
	border: none;
}

.lb-outerContainer {
	position: relative;
	background-color: white;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-container {
	padding: 4px;
}

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.lb-dataContainer {
  display: none !important;
}
.lb-prev, .lb-next {
  position: absolute;
  top: 0;
  text-decoration: none;
	color: #363636;
  width: 100px;
  height: 100%;
  display: block;
}
.lb-prev:before, .lb-next:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.lb-prev:hover, .lb-next:hover {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
.lb-prev {
  left: 0;
}
.lb-prev:before {
	content: "\e903";
}
.lb-next {
  right: 0;
}
.lb-next:before {
	content: "\e904";
}

.lb-closeContainer {
	position: absolute;
	top: 20px;
	right: 20px;
}
.lb-close {
	display: block;
	width: 30px;
	height: 30px;
	color: #363636;
	text-align: right;
	outline: none;
	-webkit-transition: color .4s ease;
	-moz-transition: color .4s ease;
	-o-transition: color .4s ease;
	transition: color .4s ease;
}
.lb-close:before {
	content: "\e902";
  font-family: "icomoon", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.lb-close:hover {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}



#listPagination {
  text-align: center;
  color: #FFF;
  padding: 20px;
}
#listPagination a {
  color: #009bba;
}
#listPagination a:hover {
  color: #FFF;
}

/* =Footer
-------------------------------------------------------------- */

.footer{
	width: 100%; height: 46px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #d3004f;
	clear: both;
}
.footer .logo-footer{
	display: block;
	width: 118px; height: 33px;
	text-indent: -9999px;
	float: left;
	margin-top: 6px;
}
.footer .copyright{
	float: left;
	margin-left: 25px;
	font-size: 12px;
}
.footer .mentions{
	float: right;
	font-size: 12px;
}
.footer p{
	color: #fff;
	font-size: 11px;
	margin-top: 17px;
}
.footer .mentions a, .footer .copyright a{
	text-decoration: none;
	color: #fff;
}
