
/* =Global
-------------------------------------------------------------- */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
}

/* Spacers */
.spacer { clear: both; }
.spacer-left { clear: left; }
.spacer-right { clear: right; }


/* Headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	font-weight: 700;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .none {
	display: none;	
}
b {
	font-weight: 600;	
}
strong {
	font-weight: 700;	
}
p {
	line-height: 16px;	
}

/* =Template
-------------------------------------------------------------- */
#wrapper {
	width: 100%;
	margin: 0 auto;
}
.container {
	position: relative;
	width: 96%;
	margin: 0 auto;
	/*min-width: 980px;*/
	max-width: 1280px;
}
.section {
	padding: 10px 0;	
}
.twocols {
	width: 50%;
	float: left;
	min-height: 300px;	
}
.padding {
	padding: 20px 30px;	
}
.roundedPic {
    overflow:hidden;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
}

/* =Header
-------------------------------------------------------------- */
#Header {
	position: relative;
	height: 120px;
	border-bottom: 1px solid #ddd;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#EEEEEE));
	background: -webkit-linear-gradient(#FFFFFF, #EEEEEE);
	background: -moz-linear-gradient(#FFFFFF, #EEEEEE);
	background: -ms-linear-gradient(#FFFFFF, #EEEEEE);
	background: -o-linear-gradient(#FFFFFF, #EEEEEE);
	background: linear-gradient(#FFFFFF, #EEEEEE);
	-pie-background: linear-gradient(#FFFFFF, #EEEEEE);
}
#Header h1#logo {
	padding-top: 5px;
}
/*#Header h1#logo a {
	display: block;
	width: 338px; height: 115px;
	background: url(../img/logo-PIRA-2015.png) no-repeat;
}*/
#Header h1#logo IMG {
	height: 115px;
	border: none;
}
#Header nav {
	position: absolute;
	top: 48px; right: 145px;
}
#Header nav ul {
	display: block;
}
#Header nav li {
	display: inline;
}
#Header nav a {
	color: #444;
	font-size: 15px;
	padding: 6px 10px;
	margin: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
#Header nav a:hover {
	text-decoration: none;
	background: #106aa9;
	color: #fff;
}
#Header nav .sub-menu {
	display: none;	
}

#Candidat {
	width: 138px; height: 175px;
	position: absolute;
	top: 0px; right: 0px;
	z-index: 500;
}
#Candidat a {
	display: block;
	width: 138px; height: 149px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#Candidat a:hover {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}


/*#Candidat a.closed, #Candidat.closed a.closed:hover {
	background: url(../img/dossier-candidats-closed.png) no-repeat top;
}*/


/* Dreyeckland */
#dreyeckland {
	position: absolute;
    z-index: +1;
    top: 15px;
    right: 48%;
    max-width: 214px;	
}

#dreyeckland-mobile {
	display: none;
	max-width: 230px;	
}


/* =Carousel
-------------------------------------------------------------- */
#Carousel {
	position: relative; z-index: 200;
	height: auto !important;
	background: #5a2e65;
	padding: inherit;
}

/* =Bandeau
-------------------------------------------------------------- */
#Bandeau {
	position: relative; z-index: 200;
	height: 200px;
	background: #010103 url(../img/Bandeau-trophees-2016.jpg) no-repeat center;
	padding: inherit;
	-webkit-box-shadow:inset 0 0 6px 0 #666666;
	box-shadow:inset 0 0 6px 0 #666666;
}

/* =Footer
-------------------------------------------------------------- */
#Footer {
	position: relative;
	height: 56px;
	border: 1px solid #666;
	border-right: 0px; border-left: 0px;
	background: #444444;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#444444), to(#333333));
	background: -webkit-linear-gradient(#444444, #333333);
	background: -moz-linear-gradient(#444444, #333333);
	background: -ms-linear-gradient(#444444, #333333);
	background: -o-linear-gradient(#444444, #333333);
	background: linear-gradient(#444444, #333333);
	-pie-background: linear-gradient(#444444, #333333);
	box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.2) inset;
}
#Footer h5 {
	width: 300px;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	padding-top: 15px;
	margin: 7px 0 0 10px;
}
#Footer h5 a {
	color: #fff;
	font-size: 11px;;
}
#Footer h5 IMG {
	float: left;
	margin-top: -7px;
	margin-right: 6px;
	border: none;
}
#Links {
	width: 150px;
	position:absolute;
	top: 6px; z-index: +1;
    left:0; right:0;
    margin-left:auto;
    margin-right:auto;
	font-size: 24px;
}
#Links a {
	float: left; margin: 0 3px;
	text-align: center;
	display: block;
	width: 42px; height: 42px;
	font-size: 21.5px;
	color: #fff;
	background: none;
	border: 1px solid #fff;
	overflow:hidden;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
#Links a.facebook-link:hover {
	background: #3b5998;
	border: 1px solid #3b5998;
}
#Links a.youtube-link:hover {
	background: #cc181e;
	border: 1px solid #cc181e;
}
#Links a.search-link:hover {
	background: #106aa9;
	border: 1px solid #106aa9;
}
#Footer nav {
	color: #666;
	font-size: 11px;
	position: absolute;
	bottom: 5px; right: 0px;
}
#Footer nav a {
	color: #bbb;
	font-size: 11px;
	margin: 0 12px;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
#Footer nav a:hover {
	color: #fff;
	text-decoration: none;
}

#SearchForm {
	display: none;
	position: absolute;
	left: 99px;
	background: #fff;
	height: 42px; width: 260px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
#SearchInput i, #SearchInput #s {
	float: left;
}
#SearchInput i {
	margin: 11px 6px 0 11px;
	color: #333;
	font-size: 21.5px;
}
#SearchInput #s {
	outline: none;
	margin: 8px 0 0 0;
	padding: 3px 0;
	width: 210px;
	border: none;
	font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666;
}


/* =Scroll to Top
-------------------------------------------------------------- 
a#scroll-top-link {
	position: fixed;
	bottom: 48px; right: 30px;
	display: block;
	padding: 12px 18px;
	color: #fff;
	background-color: #666;
	border: 1px solid #555;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	filter: alpha(opacity=85);
	opacity: 0.85;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
a#scroll-top-link:hover {
	color: #f08c13;
	background-color: #fff;
	border: 1px solid #999;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}*/

/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

/* =SECTIONS
-------------------------------------------------------------- */

/* =Categories
-------------------------------------------------------------- */
#Categories {
	height: 330px;	
}
#Categories .container {
	width: 100%;	
}

/* =Categories / Pira
-------------------------------------------------------------- */
#Pira h2 {
	min-height: 37px; max-height: 37px;
	background: #0d4da1;
	color: #fff; font-size: 22px;
	font-weight: 400;
	padding: 6px 310px 0 20px;
	margin-top: 7px;
	text-align: center;
}
#Pira p.intro {
	color: #333; font-size: 13px;
	font-weight: 400;
	padding: 0 320px 0 30px;
	margin: 10px 0 20px 0;
	text-align: center;
}
#ThreeCats {
	margin-top: 10px;
	padding: 0 350px 0 50px;	
}
.cat {
	text-align: center;
	min-height: 180px;
	width: 50%; float: left;
	cursor: crosshair;
}
.cat h3 {
	color: #0d4da1; font-size: 17px;	
	font-weight: 600;
	margin-top: 6px;
}
.cat p {
	color: #444; font-size: 12px;
	padding: 5px 10px;
}

/* =Categories / Coup de coeur
-------------------------------------------------------------- */
#CoupCoeur {
	position: absolute;
	width: 361px;
	height: 330px;
	top: -17px; right: 0;
	background: url(../img/fd-coup-de-coeur.png) no-repeat top;
}
#CoupCoeur h3 {
	min-height: 37px; max-height: 37px;
	color: #1b9dd9; font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 0 0 40px;
	margin-top: 17px;
	text-align: center;
}
#CoupCoeur P {
	margin: 0;
	padding: 12px 40px 5px 80px;
	text-align: center;
	font-size: 13px;
	color: #444;
	line-height: 18px;
}
#CoupCoeur P.cat-icon {
	margin-top: 15px;
}

/* =Pratique
-------------------------------------------------------------- */
#Pratique {
	position: relative;
	background: #f0f0f0;
	border-top: 1px solid #ccc;
	min-height: 350px;	
}
#Pratique h3 {
	color: #666;
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 20px 0;
}

#Pratique .ui-accordion .ui-accordion-header .ui-icon {
    display: none;
}

/* =Pratique / Actualites
-------------------------------------------------------------- */
#Actualites IMG {
	width: 100px; height: 100px;
	border: 1px solid #c0c0c0;
	float: left;
	margin: -6px 12px 6px 0;
}
.actu {
	clear: left;
	padding: 10px 0;	
}
.actu h4 {
	font-size: 16px;
	color: #106aa9;	
	font-weight: 700;
	margin: 6px 0;
}
.actu p {
	font-size: 13px;
	color: #666;
	margin: 6px 0;
}
.actu a.readmore {
	display: block;
	float: right; clear: right;
	background: #106aa9;
	border: 1px solid #106aa9;
	color: #fff;
	font-size: 12px; 
	padding: 1px 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.actu a.readmore:hover {
	text-decoration: none;
	background: #fff;
	border: 1px solid #ccc;
	color: #1b9dd9; 
}

/* =Pratique / Infos Pratiques
-------------------------------------------------------------- */
.accordion {
	background: #fbfbfb;
	border-bottom: 1px solid #ddd;
	height: 240px;
}
.accordion h5 {
	padding: 10px 12px 10px 32px;
	border-top: 1px solid #ddd;
	font-size: 13px; color: #444;
	font-weight: 400;
	cursor: pointer;
	outline: none;
	background: url(../img/accordion-inactive.png) no-repeat 7px 9px;
}
.accordion h5:hover {
	color: #1b9dd9;
}
.accordion h5.ui-state-active {
	font-size: 15px; color: #1b9dd9;
	font-weight: 500;
	background: url(../img/accordion-active.png) no-repeat 7px 9px;
}
.accordion div {
	border-top: 1px solid #ddd;
	padding: 8px 10px;
	font-size: 12px; color: #666;
	line-height: 15px;
}


/* =Contenus
-------------------------------------------------------------- */
#Contents {
	padding: 0;
}
h1.entry-title {
	background: #106aa9;	
	font-size: 23px; color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 6px 0 0 0; margin: 0;
	-webkit-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	height: 35px;
}
.entry-content {
	padding: 20px 40px 20px 30px;	
}
.main h2, .main h3, .main h4, .main h5 {
	font-weight: 600;
	margin: 20px 0 10px 0;
}
.main h2 {
	font-size: 24px; color: #1b9dd9;
}
.main h3 {
	font-size: 21px; color: #106aa9;
}
body.page-template-onecol .main h4 {
	margin-left: 10px;
}
.main h4 {
	font-size: 18px; color: #1b9dd9;
}
.main h5 {
	font-size: 16px; color: #1b9dd9;
}
.main h6 {
	font-size: 14px; color: #333;
}
.main P, .main ul, .main ol {
	font-size: 15px; color: #333;
	font-weight: 400;
	line-height: 21px;
}
.main ul, .main ol {
	margin: 15px 0 30px 0;
}
.main li {
	margin: 10px 0 10px 40px;
	list-style-type: square;
}
.main P {
	margin: 15px 0;
}
.main a {
	text-decoration: none;
	color: #106aa9;
}
.main a:hover {
	text-decoration: underline;
}
.main IMG {
	border: 1px solid #ddd;
	padding: 6px;
	background: #fff;	
}
.main a:hover IMG {
	background: #ddd;
	border: 1px solid #ddd;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}
.main IMG.icon {
	border: none;
	padding: 0px;
	margin-right: 3px;
	background: none;
	vertical-align:middle;	
}
.main a:hover IMG.icon {
	background: none;
	border: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;	
}
.main i {
	font-style: italic;	
}
.main a.readmore {
	display: block;
	float: right; clear: right;
	background: #106aa9;
	border: 1px solid #106aa9;
	color: #fff;
	font-size: 12px; 
	padding: 1px 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.main a.readmore:hover {
	text-decoration: none;
	background: #fff;
	border: 1px solid #ccc;
	color: #1b9dd9; 
}
.main IMG.attachment-post-thumbnail {
	float: right;
	margin: 0 0 0 10px;	
}
.icon-clipvideo {
	font-size: 13px; color: #106aa9;
	display: block; height: 18px;
	padding-left: 28px;
	background: url(../img/icon-clipvideo.png) no-repeat left;
}
.icon-pdf {
	font-size: 14px; color: #106aa9;
	display: block; height: 32px;
	padding: 7px 0 0 36px;
	background: url(../img/icon-pdf.png) no-repeat left;
}
.alignleft {
	float: left;
	margin: 7px 28px 28px 0;
}

.alignright {
	float: right;
	margin: 7px 0 28px 28px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 7px auto;
}

.bloc-video {
	width: 650px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 auto;	
}

.laureat-annee {
	/*width: 250px;*/
	float: left;
	border: 1px solid #ddd;
	padding: 10px; margin: 15px;
	text-align: center;	
}
.main .laureat-annee IMG {
	border: none;
	margin: 0; padding: 0;
}
.main .laureat-annee a:hover IMG {
	border: none;
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}
.main .laureat-annee p {
	margin: 0;
}
.main .laureat-annee h5 {
	margin: 15px 0 5px;
	color: #444;
	font-size: 14px;
}



/* =Colonne centrale
-------------------------------------------------------------- */
#Main {
	padding: 30px 0;
	width: 75%; min-height: 600px;
	float: left;
	-webkit-box-shadow: 9px 0 10px 0 #ddd;
	box-shadow: 9px 0 10px 0 #ddd;	
}

body.page #Main {
	min-height: 1200px;
}
body.single #Main, body.category #Main, body.archive #Main {
	min-height: 600px;
}


/* =Colonne de droite
-------------------------------------------------------------- */
#Secondary {
	padding: 66px 0 30px 0;
	width: 25%;
	/*min-width: 240px;*/
	float: right;
	border-left: 1px solid #eee;
}
h3.widget-title {
	font-size: 16px; color: #fff;
	font-weight: 600;
	background: #1b9dd9;
	min-height: 35px;
	padding: 9px 9px 0 18px;
	-webkit-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}
aside.widget {
	margin-bottom: 30px;
}

/* Sous-menu */
aside#Submenu h3 {
	background: none;
	border: 1px solid #d6d6d6;
	border-left: none;
}
aside#Submenu h3 li {
	list-style: none;
}
aside#Submenu h3 a {
	color: #1b9dd9;
	cursor: default;
}
aside#Submenu h3 a:hover {
	text-decoration: none;
}
aside#Submenu ul.submenu-pages {
	padding: 10px 0 0 20px;
}
aside#Submenu ul.submenu-pages li{
	font-size: 13px;
}
aside#Submenu ul.submenu-pages li a,
aside#Submenu ul.submenu-pages ul.children li a {
	font-weight: 400;
	color: #333; padding-left: 20px;
	background: url(../img/submenu-li.png) no-repeat left;
	cursor: pointer;
}
aside#Submenu ul.submenu-pages li.current_page_item a,
aside#Submenu ul.submenu-pages li.current_page_parent a,
aside#Submenu ul.submenu-pages ul.children li.current_page_item a {
	color: #106aa9;
	background: url(../img/submenu-li-active.png) no-repeat left;
	font-weight: 600;	
}
aside#Submenu ul.submenu-pages ul.children li {
	font-size: 12px;
	margin-left: 25px;
}

/* Actus */
aside.cat-post-widget li.cat-post-item {
	padding: 9px 9px 9px 18px;
	border: none;
	font-weight: 400;
}
#category-posts-2 .cat-post-item {
    padding: 9px 9px 9px 18px;
}
aside.cat-post-widget IMG {
	overflow:hidden;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
	margin: 2px 10px 0 0;
	    width: 60px;
    height: 60px;
}
aside.cat-post-widget a.cat-post-title {
	font-size: 13px; color: #106aa9;
	line-height: 16px;
    display: block;
}
aside.cat-post-widget p  {
	font-size: 11px; color: #666;
	line-height: 16px;
	padding-top: 6px;
}

/* Facebook */
.fb-like-box  {
	padding: 9px 9px 9px 18px;	
}

/* Mots clés */
.tagcloud {
	padding: 9px 9px 9px 18px;
}
.tagcloud a {
	font-size: 14px; color: #1b9dd9;
	background: #fff; border: 1px solid #bbb;
	display: block;
	padding: 4px 8px;
	float: left; margin: 0 6px 6px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.tagcloud a:hover {
	color: #fff;
	background: #106aa9; border: 1px solid #106aa9;
	text-decoration: none;
}


/* =Gabarit Colonne unique / Recherche / 404 / Candidature
-------------------------------------------------------------- */
#OneCol {
	padding: 30px 15px;
	min-height: 600px;
}

#OneCol h1.page-title {
	font-size: 26px; color: #106aa9;
	font-weight: 600;
	margin: 10px 0 20px 0;
	padding: 0 6px 6px 6px;	
}
#OneCol h1.page-title i {
	font-style: italic;	
}
#OneCol p {
	margin: 10px;
}
/* Recherche */
body.search article {
	background: #eee;
	padding: 20px;
	margin: 20px 0;
}
body.search h2.entry-title {
	font-weight: 600;
	color: #1b9dd9;
	font-size: 16px;
}
body.search article p {
	font-weight: 400;
	color: #222;
	font-size: 13px;
	margin: 6px 0 0 0;
}
body.search .more-link {
	display: none;	
}

/* 404 */
#Visuel-404 {
	width: 435px; height: 433px;
	/*background: url(/wp-content/uploads/2015/02/logo-Pira.png) no-repeat;*/
	float: right;	
}

/* =Page de contenu / Page
-------------------------------------------------------------- */


/* =Page d'actu / Single
-------------------------------------------------------------- */
body.single #Pratique {
	clear: both;
	min-height: 200px;
}
body.single #Pratique h3 {
	margin: 15px 0 15px 0;
}
body.single .actu {
	clear: none;	
}
body.single .twocols {
	min-height: 120px;
	padding: 10px 20px;	
}
body.single #Footer {
	clear: left;	
}
body.single .entry-meta {
	padding: 0 3px 6px 3px;
	border-bottom: 1px dotted #ccc;
	margin-top: 0;
	text-align: right;
	color: #999
}
body.single .entry-date {
	margin-right: 10px;
}
body.single .entry-comments {
	margin-left: 10px;
}

/* =Page de catégorie / Actualités
-------------------------------------------------------------- */
body.category article {
	border-bottom: 1px solid #ddd;
	padding: 20px;
	margin: 0px 20px 0px 20px;
	clear: both;
	padding: 30px 0px;
}
body.category h2.entry-title {
	font-weight: 600;
	color: #1b9dd9;
	font-size: 16px;
	margin: 10px 0 0 0;
	padding: 0;
}
body.category .entry-content {
	padding: 0px 30px 20px 30px;	
}
body.category .entry-date {
	font-size: 12px; color: #999;
	margin: -5px 0 -10px 0;	
}
body.search article p {
	font-weight: 400;
	color: #222;
	font-size: 13px;
	margin: 0 0 6px 0;
}
body.category .main IMG.attachment-post-thumbnail {
    float: left;
    margin: 0px 12px 0px 0;
    max-width: 150px;
    height: auto !important;
}

/* =Page des Tags / Archives
-------------------------------------------------------------- */
body.tag a.more-link {
	display: none;
}


/* =Généralités Formulaires
-------------------------------------------------------------- */
input, textarea, select {
	font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 15px; color: #1b9dd9; font-weight: 400;
	outline: none;
}

#submit,
.wpcf7-form .wpcf7-submit {
	background: #106aa9;
	border: 1px solid #106aa9;
	color: #fff;
	font-size: 14px; font-weight:600;
	padding: 10px 20px;
	cursor: pointer;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;	
}
#submit:hover,
.wpcf7-form .wpcf7-submit:hover {
	background: #fff;
	border: 1px solid #ccc;
	color: #1b9dd9;	
}


/* =Dossier de candidature
-------------------------------------------------------------- */

.pdf {
	position: absolute;
	top: 25px; right: 15px;
	text-align: center;
	width: 300px;	
}
.pdf_version {
	display: inline-block;
	background-color: #f3f3f3;
	background-image: url(../img/icon-pdf.png);
	background-repeat: no-repeat;
	background-position: 8px 12px;
	padding: 10px 20px 10px 50px;
	font-size: 13px; font-weight: 400;
	line-height: 18px;
	border: 1px solid #ddd;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.pdf_version a:hover {
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ccc;
}
#questionPanel {
	/*padding: 10px;
	background: #f3f3f3;*/
}
#questionPanel fieldset {
	background: #fff;
	border: 1px solid #eee;
	margin: 30px 0;
	padding: 20px;
	/*-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;*/
	position: relative;
}
#questionPanel legend {
	margin-left: 0px; padding: 4px 16px;
	/*background: #0d4da1;*/
	background: #106aa9;;
	font-size: 16px;
	color: #fff; font-weight: 600;
	text-transform: uppercase;
	margin-bottom: -20px; margin-left: 10px;
}
#questionPanel input, #questionPanel textarea, #questionPanel select {
	padding: 1px 4px 1px 4px;
}
#questionPanel label, #questionPanel input {
	float: left;
}
#questionPanel label {
	display: inline-block;
	font-size: 15px;	
	padding: 2px 4px;
	margin-right: 6px;
	color: #333;
}
#questionPanel p {
	clear: left;
	padding: 10px 0;
}
#questionPanel input.field {
	border-bottom: 1px dotted #666;
	border-top: none; border-right: none; border-left: none;
	background: none;
}
#questionPanel .field-full {
	width: 65%;
}
#questionPanel .field-half {
	width: 35%;
}
#questionPanel .field-third {
	width: 12%;
}
#questionPanel select {
	border: 1px solid #ccc;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#questionPanel textarea {
	width: 100%; height: 120px;
	border: 1px solid #ccc;
	padding: 4px;	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#questionPanel label.labelizer {
	font-size: 15px; margin-top: -2px;
	color: #106aa9; cursor: pointer;
}
#questionPanel .form-aide {
	/*float: right;
	margin-top: -10px;
	cursor: help;*/
	display: none;
}
#questionPanel .form-aide a {
	cursor: help;
}
#questionPanel .form-aide IMG {
	border: none;	
}
#questionPanel .form-aide IMG:hover {
	background: none;	
}
.navigation {
	height: 50px;
	padding: 0px 30px;
	/*background: #f3f3f3;*/
	margin-bottom: 20px;
}
.navigation #previous {
	float: left;
}
.navigation #next, .navigation #submission {
	float: right;
}


.buttonNavigation, .buttonSubmit {
	font-size: 14px; font-weight:600;
	padding: 10px 20px;
	cursor: pointer;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;	
}
.buttonNavigation {
	background: #f9f9f9;
	border: 1px solid #ddd;
	color: #61366c;	
}
.buttonSubmit {
	background:#61366c;
	border: 1px solid #61366c;
	color: #fff;	
}



.buttonNavigation:hover, #submit:hover, .wpcf7-submit:hover {
	/*background: #fff;
	border: 1px solid #ccc;
	color: #61366c;*/
	opacity: 0.9;	
}


#questionPanel .error {
	color: red; font-size: 12px;
	position: relative;
	z-index: +1;	
}
#questionPanel #theme-error {
	position: absolute;
	top: 328px; left: 340px;
}
a.rules {
	color: #1b9dd9;
	text-decoration: underline;	
}
a.rules:hover {
	text-decoration: none;	
}

#LeCandidat .password {
	position: absolute;
    top: -22rem;
}


/* Choix de la catégorie */
#ChoixCategorie {
	clear: left;
}
#ChoixCategorie div {
	width: 50%; float: left;
	text-align: left;
	padding: 6px; margin-top: 10px;
	font-size: 12px;
	border: 1px solid #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
#ChoixCategorie div:hover {
	border: 1px solid #ccc;
}
#ChoixCategorie input {
	float: left;
	display: block;
	margin: 3px 10px 20px 0;
}
#ChoixCategorie label {
	font-size: 12px; line-height: 16px;
	color: #666; cursor: pointer;
}
#ChoixCategorie IMG {
	border: none;
	width: 75px;
	float: left;
	margin: -5px 0px 0 0;
}
#label_solidarite, #label_patrimoine, #label_environnement {
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
#label_solidarite {
	color: #00aeef;
}
#label_patrimoine {
	color: #8dc63f;
}
/*#label_environnement {
	color: #129136;
	color: #c8d200;
}*/
/* Annexes */
#UploadFiles {
	padding-top: 15px;
}
#UploadFiles input {
	margin: 6px 10px; font-size: 13px;
}
fieldset#Divers label.labelizer {
	margin: 3px;
}
#Signataire label.labelizer {
	margin: 6px 3px;	
}

body.page-id-162 #Submenu {
	display: none;	
}


/* =Commentaires
-------------------------------------------------------------- */
#comments {
	margin: 30px 20px 20px 10px;
}
#comments h2.comments-title {
	font-size: 18px;
	font-weight: 400;
	color: #1b9dd9;
	margin: 0 20px;	
}
.main ol.commentlist {
	list-style: none;
	margin: 20px 0px;
}
.main li.comment {
	list-style-type: none;
	margin: 0 20px 20px 20px;
}
#comments article.comment-body {
	background: #f9f9f9;
	border: 1px solid #ddd;
	padding: 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#comments .comment-meta {
	padding-top: 6px;
}
#comments IMG.avatar {
	border: 1px solid #ddd; padding: 0;
	margin-right: 15px; margin-top: -6px;
	float: left;
	overflow:hidden;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
}
#comments .comment-content {
	margin-left: 80px;	
}
#comments .comment-author .fn {
	color: #444;	
}
#comments .comment-metadata a {
	font-size: 12px;	
}
#comments .comment-awaiting-moderation {
	color: orange;
	font-style: italic;
	font-size: 12px;
	margin: 0;	
}
#comments .edit-link {
	float: right;
	margin-top: -20px;	
}
.says {
	display: none;	
}

/* formulaire de réponse */
#respond {	
	padding: 10px 20px;
}
#respond .comment-notes {
	font-size: 12px; color: #666;	
}
#respond label, #respond input, #respond textarea {
	float: left;	
}
#respond label {
	display: block; width: 250px;
	padding-top: 3px;
}
#respond p {
	clear: left; padding: 6px 0 6px 0;	
}
#respond input, #respond textarea {
	border: 1px solid #ccc;
	padding: 4px 6px;
	width: 400px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
p.form-allowed-tags {
	display: none;	
}
#respond input#submit {
	width: inherit;
	padding: 6px 12px;
	margin: 10px 0 10px 250px;	
}
#respond h3#reply-title {
	font-size: 18px;
	font-weight: 400; color: #1b9dd9;
	margin: 0;
	padding: 0 3px 6px 3px;
	border-bottom: 1px dotted #ccc;	
}
#commentform {
	padding: 0 10px;	
}


/* =Pagination Générale
-------------------------------------------------------------- */
.wp-pagenavi {
	clear: both;
	margin: 5px;
	padding-top: 30px;
	text-align: left;
	font-size: 12px;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 6px;
	margin: 2px;
	color: #444;
	font-size: 14px;
}
.wp-pagenavi span.pages {
	border: 1px solid #fff;
	float: right;
	color: #666;
	margin-top: -5px;
}
.wp-pagenavi a {
	border: 1px solid #fff;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.wp-pagenavi a:hover {
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	text-decoration: none;
}
.wp-pagenavi span.current {
	color: #fff;
	background-color: #1b9dd9;
}


/* =Formulaire de contact
-------------------------------------------------------------- */
.wpcf7 label, .wpcf7 input, .wpcf7 textarea, .wpcf7 select {
	float: left;
}
.wpcf7 p {
	clear: left;
	padding: 10px 0;
}
.wpcf7 label {
	width: 260px;
	text-align: right;
	padding: 6px 12px 0 0;
	font-weight: 600;	
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
	border: 1px solid #ccc;
	padding: 4px 6px;	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-right: 6px;
}
/*.wpcf7 input.wpcf7-submit {
	padding: 4px 18px;
	border: 1px solid #106aa9;	
}
.wpcf7 input.wpcf7-submit:hover {
	padding: 4px 18px;
	border: 1px solid #ccc;	
}*/
.wpcf7 .wpcf7-validation-errors {
	background: none;
	color: red; text-align: center;
	border: 1px solid red;
	width: 75%; margin: 0 auto;
	position: relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 13px;
}
.wpcf7 .wpcf7-not-valid-tip {
	font-size: 12px;
	margin: 6px 0 0 0;
	float: left;	
}


/* =Bannière Cookies
-------------------------------------------------------------- */
#cookie-banner {
	/*background: #4d4d4d;*/
	background: rgba(27, 157, 217, 0.9);
	font-size: 11px;
	color: #fff;
	text-align: center;
	position: fixed; z-index: 9999;
	bottom: 0px; right: 0px; left: 0px;
}
#cookie-banner div{
	padding: 8px 3px;	
}
#cookie-banner a{
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
}
#cookie-banner a:hover{
	text-decoration: none;
	color: #ccc;
}


/* Nuage de tags */
.tagcloud a.tag-cloud-link { font-size: 90% !important }


/* Fil d ariane
---------------------------------------*/
#breadcrumbs {
	margin: 0 0 15px 0;
	padding-left: 10px;
	font-size: 13px;
}

/* =Cérémonies
-------------------------------------------------------------- */
.inscription-aux-ceremonies .mentions {
	font-size: 13px;
    padding: 0 70px;
}
