/*
	Theme Name: Moisson Québec
	Theme URI: www.moissonquebec.com
	Description: Thème du site Moisson Québec
	Author: Comrad - BleuOutremer
*/



/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:500 12px/1.4 'Raleway', sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus,textarea:focus {
	outline:0;
}




#boitePub{
	position: absolute;
	top: 200px;
	left: -1px;
	width: 300px;
	background: #fff;
	border-radius: 4px;
	
	-webkit-box-shadow: 1px 1px 20px 5px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 20px 5px rgba(0,0,0,0.5);
}

#boitePub .spacing{
	padding: 10px;
	border-radius: 4px 4px 0px 0px;
}

#boitePub.closed{
	left: -300px;
	-webkit-box-shadow: 1px 1px 20px 5px rgba(0,0,0,0);
	box-shadow: 1px 1px 20px 5px rgba(0,0,0,0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#boitePub hr{
	color: #eee;
	background-color: #eee;
	height: 1px;
	border: none;
	margin: 0;
}

#boitePub img{
	margin: 0 auto;
}

#boitePub h2{
	font-family: 'Oswald', sans-serif;
	color: #ff880d;
	letter-spacing: 1px;
	font-size: 2em;
	text-transform: uppercase;
	margin: 0;
	font-weight: 500;
	margin-top: 15px;
}

#boitePub p{
	font-size: 1.3em;
}

.fermerBoite{
	border-radius: 4px 4px 0px 0px;
	border: 1px solid #f7a958;
	display: block;
	padding: 8px;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.8em;
	letter-spacing: 1px;
	cursor: pointer;
	background: #f7a958; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7a958 0%, #ff740d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7a958), color-stop(100%,#ff740d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7a958 0%,#ff740d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7a958 0%,#ff740d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7a958 0%,#ff740d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7a958 0%,#ff740d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a958', endColorstr='#ff740d',GradientType=0 ); /* IE6-9 */

}

#boitePub a.savoirPlus{
	color: #6d6d6d;
	letter-spacing: 2px;
	font-size: 0.9em;
	background-image: url(img/icons/fleche_popup.png);
	padding: 0 0 0 20px; 
}





#topNav #menuLien{
	float: right;
}

#topNav #menuLien .sub-menu{
	display: none;
}

.search-form {
	float: right;
	margin-top: -4px;
}
.search-form form{
	float: right;
}
.search-form .sociaux{
	float: right;
}

.search-form .sociaux a{
	width: 22px;
	height: 22px;
	display: inline-block;
}

.search-form .sociaux a.facebook{
	background: url(img/icons/facebook.png)no-repeat;
	margin-left: 20px;
}

.search-form .sociaux a.youtube{
	background: url(img/icons/youtube.png)no-repeat;
	margin-left: 20px;
}

.search-form input[type=search]{
	width: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 3px;
	margin: 0;
	float: right;
	margin-right: 5px;
	color: rgba(255,255,255,0.5);
	background: transparent;
	border: 1px solid rgba(255,255,255,0.25);
}

.search-form input[type=search].loupeClick{
	width: 130px;
	visibility: visible;
}


.search-form .loupe{
	width: 14px;
	height: 20px;
	background-image: url(img/icons/loupe.png);
	background-repeat: no-repeat;
	display: block;
	float: right;
	cursor: pointer;
	background-position-y: 4px;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:960px;
	width:95%;
	margin:0 auto;
	position:relative;
}

.navPrinc.wrapper{
	position: inherit;
}

.header{
	position: absolute;
	width: 100%;
	z-index: 999;
}

/* header */
.header #bgBrun{
	background: rgba(0,0,0,0.85);
	padding:10px 0 0px 0;
}

.header #bgBrun hr{
	background-color: rgba(150, 150, 150, 0.1);
	height: 1px;
	border: none;
	margin: 15px 0;
}



.header #bgBrun .navPrinc ul,.header #topNav ul{
	margin: 0;
	padding: 0;
}

.header #bgBrun .navPrinc ul > li{
	font-size: 1.2em;
	display: inline-block;
	list-style-type: none;
	text-transform: uppercase;
	margin-right: 30px;
	font-family: 'Oswald', sans-serif;
}

.header #bgBrun .navPrinc ul > li:last-child{
	margin-right: 0!important;
}

.header #bgBrun .navPrinc ul > li > a{
	color: #fff;
	padding-right: 20px;
	display: inline-block;
	padding-bottom: 15px;
	background-image: url(img/design/fleche_menu.png);
	background-repeat: no-repeat;
	background-position: calc(100%) calc(25%);
}

/*.header #bgBrun .navPrinc ul li.current-menu-item .sub-menu{
	visibility: visible;
	opacity: 1;
	top: 137px;
}*/


	

.header #bgBrun .navPrinc ul li .sub-menu{
	position: absolute;
	visibility: hidden;
	z-index: 99;
	opacity: 0;
	width: 100%;
	top: 137px;
	left: 0;
	text-align: center;
	background-color: #fbf4e7;
	padding: 28px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header #bgBrun .navPrinc ul li:hover .sub-menu{
	visibility: visible;
	opacity: 1;
}

.header #bgBrun .navPrinc ul li .sub-menu > li{
	display: inline-block;
	font-size: 1em;
	padding: 0;
	margin-right: 25px;
}
.header #bgBrun .navPrinc ul li .sub-menu > li > a{
	padding-right: 25px;
	padding-bottom: 0;
	background: none;
}
.header #bgBrun .navPrinc ul li .sub-menu > li:last-child:after{
	content: "";
}
.header #bgBrun .navPrinc ul li .sub-menu > li:after{
	content: "|";
	font-size: 1.1em;
	color: rgba(0,0,0,0.2);
}

.header #bgBrun .navPrinc ul li .sub-menu > li a{
	color: #736d62
}
.header #bgBrun .navPrinc ul > li a:hover,.header #bgBrun .navPrinc ul > li.current-menu-item a,.header #bgBrun .navPrinc ul > li.current-menu-parent a{
	color: #ff880d;
	background-image: url(img/design/fleche_menu_actif.png);
}
.header #bgBrun .navPrinc ul li .sub-menu > li a:hover,.header #bgBrun .navPrinc ul li .sub-menu > li.current-menu-item a,.header #bgBrun .navPrinc ul li .sub-menu > li a.activeLink{
	color: #ff880d;
}



.header #topNav{
	float: right;
	margin-top: 30px;
}
.header #topNav ul li{
	font-size: 0.85em;
	display: inline-block;
	list-style-type: none;
	text-transform: uppercase;
	margin-right: 15px;
	letter-spacing: 1px;
}
.header #topNav ul li a{
	color: #ccc;
	color: rgba(255,255,255,0.5);
}
.header #topNav ul li.current_page_item a,.header #topNav ul li a:hover{
	color: #ff880d;
}

#banniere{
	width: 100%;
	background-size: cover;
	height: 478px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

body.home #banniere{
	height: 765px;
}

article.sansBanniere{
	padding-top: 150px;
}

section{
	padding-bottom: 20px;
}

body section{
	padding-bottom: 0;
}

span#donsEnligne{
	position: absolute;
	display: block;
	height: 288px;
	width: 144px;
	right: 0;
	top: 34%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(img/design/donsEnLigne.png); 
}
span#donsEnligne a{
	display: block;
	height: 100%;
	width: 100%;
}


/********************  ACCUEIL  ****************************/

.titre_section_orange{
	position: absolute;
	bottom: -5px;
	width: 100%;
}
.titre_section_orange h2{
	margin: 0;
	font-size: 7em;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	line-height: 100%;
	color: #fff;
}

#provisionColelctive{
	background-color: #ff880d;
	color: #fff;
}

#provisionColelctive ul{
	margin: 0;
	padding: 0;
}
#provisionColelctive span.defilez{
	display: block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #2b2b2b;
	font-weight: 600;
	letter-spacing: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(img/icons/fleche_noir_bas.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}


.accueil-historique{
	float: left;
	padding: 30px 0;
	font-size: 1.5em;
	line-height: 34px;
	border-bottom: 1px solid #ccc;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	margin-bottom: 15px;
}
.accueil-historique img{
	float: left;
	margin-right: 60px;
}


.accueil-historique a{
	color: #fff;
	font-size: 0.75em;
}

a.savoirPlus{
	letter-spacing: 1px;
	padding: 15px 0 15px 42px;
	background: url(img/icons/fleche_cercle.png)no-repeat left;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	display: inline-block;
}

a.savoirPlus:hover{
	color: #000;
	background: url(img/icons/fleche_cercle_hover.png)no-repeat left;
}

.phrase_section_orange{
	float: left;
	font-size: 1.7em;
	margin-bottom: 15px;
}

.phrase_section_orange p{
	margin: 0;
}

.blocRecolte{
	display: inline-block;
	list-style-type: none;
	float: left;
	width: 306px;
	margin-right: 2%;
	margin-bottom: 10px;
}
.blocRecolte:last-child{
	margin-right: 0;
}
.blocRecolte a{
	color: #fff;
}
.blocRecolte img{
	margin-bottom: 10px;
}
.blocRecolte h3{
	font-family: 'Oswald', sans-serif;
	margin: 0;
	font-weight: 500;
	font-size: 1.85em;
	letter-spacing: 1px;
	margin-bottom: 6px;
}
.blocRecolte h4{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	margin: 0;
	font-size: 1.1em;
}
.blocRecolte p{
	font-size: 1.25em;
	margin-top: 25px;
	display: block;
}

/********************  Services aux organismes  ****************************/

#services_aux_organismes{
	background-color: #fff;
	padding:60px 0 40px 0;
	position: relative;
}
.titre_2e_section h2{
	text-transform: uppercase;
	margin: 0;
	color: #ff880d;
	letter-spacing: 1px;
	font-size: 5.3em;
	line-height: 100%;
	position: absolute;
	top: -5px;
	font-family: 'Oswald', sans-serif;
}
.titre_2e_section .wrapper{
	position: inherit;
}
.phrase_2e_section{
	margin-top: 30px;
	font-size: 1.5em;
	color: #666;
	letter-spacing: 1px;
}

.phrase_2e_section strong{
	font-weight: 900;
}

#onRedonne{
	padding: 0;
	margin: 0;
}

.blocRedonne{
	position: relative;
	float: left;
	width: 47%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-right: 4%;
	margin-bottom: 4%;
}

.blocRedonne:nth-child(2n){
	margin-right: 0;
}

.blocRedonne .overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.blocRedonne:nth-child(1):hover .overlay{
	background: rgba(58, 207, 233, 0.7);
}
.blocRedonne:nth-child(2):hover .overlay{
	background: rgba(254, 183, 31, 0.7);
}
.blocRedonne:nth-child(3):hover .overlay{
	background: rgba(224, 116, 192, 0.7);
}
.blocRedonne:nth-child(4):hover .overlay{
	background: rgba(163, 175, 7, 0.7)
}

.blocRedonne .overlay h4{
	position: absolute;
	z-index: 9;
	color: #fff;
	width: 100%;
	text-align: center;
	padding-top: 13%;
	font-size: 2em;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}


#onSensibilise{
	height: 897px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
#onSensibilise .sensTitres.wrapper{
	position: inherit;
}

#onSensibilise .titre_3e_section{
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 5.3em;
	line-height: 100%;
	position: absolute;
	top: -5px;
	font-family: 'Oswald', sans-serif;
	margin: 0;
}

#onSensibilise .phrase_3e_section{
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4em;
	line-height: 24px;
	position: absolute;
	letter-spacing: 1px;
	top: 65px;
	font-weight: 900;
	margin: 0;
}
#blocsSensibilise{
	background: rgba(28, 177, 203, 0.7);
	padding: 0px 0 30px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#blocsSensibilise ul{
	padding: 0;
	margin: 0;
}
#blocsSensibilise ul li{
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block;
	float: left;
	width: 23.5%;
	margin-right: 14%;
	text-align: center;
	margin-top: -30px;
}

#blocsSensibilise ul li a{
	display: block;
	padding-top: 60px;
	background-position: top center;
	background-position-y:0px; 
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	min-height: 200px;
}


#blocsSensibilise ul li a:hover{
	background-image: url(img/design/hoverLight.png);
}

#blocsSensibilise ul li:last-child{
	margin-right: 0;
}

#blocsSensibilise ul li:nth-child(3) h4{
	background-image: url(img/design/pomme.png);
}
#blocsSensibilise ul li:nth-child(2) h4{
	background-image: url(img/design/ampoule.png);
}
#blocsSensibilise ul li:nth-child(1) h4{
	background-image: url(img/design/maison.png);
}

#blocsSensibilise ul li h4{
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 1.9em;
	font-weight: normal;
	margin: 0;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top:60px;
}
#blocsSensibilise ul li p{
	color: #fff;
	font-size: 1.15em;
	margin-bottom: 0;
}


#mercis{
	height: 630px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

#mercis .wrapper.rmv{
	position: absolute!important;
}

.titre_4e_section{
	position: absolute;
	bottom: -9px;
	width: 100%;
}
.titre_4e_section h2{
	margin: 0;
	font-size: 7em;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	line-height: 110%;
	color: #fff;
}

#blocVert{
	background-color: #9bb400;
	float: left;
	width: 100%;
	color: #fff;
	/*font-size: 1.3em;*/
	padding-top: 20px;
}

#blocVert .phrase_4e_section{
	font-size: 1.6em;
	margin-bottom: 25px;
}

#blocMercis{
	margin: 0;
	padding: 0;
}

.blocMerci{
	display: inline-block;
	list-style-type: none;
	float: left;
	width: 306px;
	margin-right: 2%;
	margin-bottom: 35px;
}
.blocMerci:last-child{
	margin-right: 0;
}
.blocMerci a{
	color: #fff;
}
.blocMerci img{
	margin-bottom: 10px;
}
.blocMerci h3{
	font-family: 'Oswald', sans-serif;
	margin: 0;
	font-weight: 500;
	font-size: 1.85em;
	letter-spacing: 1px;
	margin-bottom: 6px;
}
.blocMerci h4{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	margin: 0;
	font-size: 1.1em;
}
.blocMerci p{
	font-size: 1.25em;
	margin-top: 25px;
	display: block;
}

.blocMerci a{
	font-size: 1.1em;
	letter-spacing: 2px;
}

.phrase_merci{
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255,255,255,0.3);
	text-align: center;
	font-size: 1.55em;
	padding: 20px 0;
	font-weight: 500;
	letter-spacing: 1px;
}

#blocBlanc{
	padding: 50px 0;
}
#blocBlanc .titre{
	border-bottom: 1px solid #e4e4e4;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 5px;
}
#blocBlanc .titre h3{
	color: #000;
	font-size: 3em;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	float: left;
	margin: 0;
}
#blocBlanc .titre a{
	float: right;
	letter-spacing: 2px;
	padding: 26px 35px 2px 0px;
	background-image: url(img/icons/fleche_cercle_hover.png);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: bottom right;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	color: #000;
}

#blocBlanc .nouvelles{
	float: left;
	width: 46%;
}

#blocBlanc .nouvelles ul#blocNouvelles{
	margin: 0;
	padding: 0;
}
#blocBlanc .nouvelles ul#blocNouvelles li.uneNouvelle{
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
	min-height: 180px;
	position: relative;
	margin-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e4e4e4;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

#blocBlanc .nouvelles ul#blocNouvelles li.uneNouvelle .details{
	position: relative;
	float: right;
	width: 54%;
	min-height: 180px;
	padding-top: 14px;
}
#blocBlanc .nouvelles ul#blocNouvelles li.uneNouvelle .details .ladate{
	font-family: 'Oswald', sans-serif;
	color: #ff880d;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 0.9em;
	border-top: 3px solid #ff880d;
	padding-top: 10px;
	margin-top: 10px;
}

#blocBlanc .nouvelles ul#blocNouvelles li.uneNouvelle img{
	float: left;
	margin-right: 2%;
	width: 180px;
	max-width: 42%;
}
#blocBlanc .nouvelles ul#blocNouvelles li.uneNouvelle h3{
	font-weight: 500;
	color: #000;
	font-size: 1.6em;
	margin-top: 10px;
}
#blocBlanc .nouvelles ul#blocNouvelles li.uneNouvelle a.savoirPlus{
	position: absolute;
	bottom: 0;
	left:0;
	letter-spacing: 2px;
	padding: 26px 0px 0px 20px;
	background-image: url(img/icons/fleche_cercle_hover.png);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: bottom left;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	color: #000;
	font-size: 0.8em;
}

#blocBlanc .videos{
	float: right;
	width: 46%;
}

#blocBlanc .videos .titre{
	margin-bottom: 26px;
}

#blocBlanc .videos h3{
	font-weight: normal;
}

li.unvideo iframe{
	margin-top: 10px;
}


li.uneNouvelle.blocDynamic{
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
	min-height: 180px;
	position: relative;
	margin-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e4e4e4;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

#contenuOnepage .uneNouvelle.blocDynamic h2{
	/*font-size: 1.5em;*/
	background: none;
	margin-bottom: 20px;
	padding: 0;
}
#contenuOnepage .uneNouvelle.blocDynamic:first-child h2{
	border: none;
}

#contenuOnepage .uneNouvelle.blocDynamic a{
	text-decoration: none;
}
#contenuOnepage .uneNouvelle.blocDynamic a:before{
	content: "";
}

#contenuOnepage .uneNouvelle.blocDynamic img{
	float: left;
	max-width: 27%;
}
#contenuOnepage .uneNouvelle.blocDynamic .details{
	float: right;
}


li.uneNouvelle.blocDynamic .details{
	position: relative;
	float: right;
	width: 70%;
	min-height: 180px;
	padding-top: 14px;
}
li.uneNouvelle.blocDynamic .details .ladate{
	font-family: 'Oswald', sans-serif;
	color: #ff880d;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 0.9em;
	border-top: 3px solid #ff880d;
	padding-top: 10px;
	margin-top: 0px;
}

li.uneNouvelle.blocDynamic a.savoirPlus{
	position: absolute;
	bottom: 0;
	left:0;
	letter-spacing: 2px;
	padding: 26px 0px 1px 28px;
	background-image: url(img/icons/fleche_cercle_hover.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: bottom left;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	color: #000!important;
	font-weight: 500!important;
	font-size: 0.8em;
}

/********************  FIN ACCUEIL  ****************************/

/********************  One PAGE  ****************************/
.breadcrumb{
	float: right;
	width: 70%;
	margin-top: 25px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding-bottom: 5px;
}
.breadcrumb ul{
	margin: 0;
	padding: 0;
}
.breadcrumb ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;

}.breadcrumb .delimiter{
	margin: 0 5px 0 0;
	width: 4px;
	background-image: url(img/icons/fleche_breadcrumb.png);
	background-repeat: no-repeat;
	color: transparent;
	overflow: hidden;
	background-position: calc(100%) calc(50%);
}
.breadcrumb a:first-child{
	width: 16px;
	height: 14px;
	display: inline-block;
	background-image: url(img/icons/home.png);
	background-repeat: no-repeat;
	color: transparent;
	overflow: hidden;
}
.breadcrumb a{
	margin-right: 10px;
}

#blocMenu{
	width: 240px;
	max-width: 25%;
	float: left;
	padding-top: 25px;
	z-index: 99;

}
#blocMenuRelative{
	width: 240px;
	max-width: 25%;
	float: left;
	padding-top: 25px;
	z-index: 99;
}
 #menuOnepage{
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #f1f1f1;
}
 #menuOnepage li{
	list-style-type: none;
	border-bottom: 1px solid #fff;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
 #menuOnepage li:last-child{
	border-bottom: none;
}
 #menuOnepage li ul{
	margin: 0;
	padding: 5px 0;
	background: #fbfbfb;

}
 #menuOnepage li ul li, #menuOnepage li.moisArchives{
	background: transparent;
	border: none;
	text-transform: none;
	letter-spacing: 0px;
}
#menuOnepage li.moisArchives{
	margin: 1px 0;
}

 #menuOnepage.pageStraight li ul{
	display: none;
}


 #menuOnepage li ul li a{
	border: none;
	padding: 5px 0 0 20px;
	background: transparent;
}
#menuOnepage li.moisArchives a{
	border: none;
	padding: 5px 0 5px 20px;
	background: #fbfbfb;
}



 #menuOnepage > li a{
	display: block;
	background-color: #f1f1f1;
	padding: 10px 0 10px 10px;
	background-position: left center;
	color: #0e080c;
	letter-spacing: 1px;
}
 #menuOnepage li a:hover,.breadcrumb a:hover{
	color: #ff880d;
}
 #menuOnepage li a.nav-active, #menuOnepage li.current_page_item a{
	color: #ff880d;
	background-image:url(img/icons/menuOnePage_actif.png);
	background-position: left 5px center;
	background-repeat: no-repeat;
	padding-left: 15px;
}

.blocContact{
	color: #ff880d;
	background-image:url(img/icons/info.png);
	background-position: left 0px center;
	background-repeat: no-repeat;
	padding:20px 0px 20px 80px;
	margin-top: 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blocContact.invisible{
	opacity: 0;
}
.blocContact{
	color: #ff880d;
	background-image:url(img/icons/info.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding:20px 0px 20px 80px;
	margin-top: 0px;
}
.blocContact h4{
	font-family: 'Oswald', sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0;
}
.blocContact h5{
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	background-image:url(img/icons/fleche_cercle_orange_contact.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding:6px 30px 5px 0;
	display: inline-block;
}

#contenuOnepage{
	float: right;
	width: 70%;
	margin: 0;
	padding: 0;
	padding-bottom: 100px;
}
#contenuOnepage a{
	color: #ff880d;
	text-decoration: underline;
	font-weight: bold;
}
#contenuOnepage a:hover{
	color: #000;
}
/*#contenuOnepage a:before{
	content: "» ";
}*/
#contenuOnepage .blocDynamic{
	display: block;
	list-style-type: none;
	padding-bottom: 30px;
	font-size: 1.3em;
}
#contenuOnepage .blocDynamic ul{
	padding-left: 18px;
}
#contenuOnepage .blocDynamic li{
	list-style-type: disc;
	padding: 0;
	margin: 0;
	margin: 4px 0;
}

#post-404{
	text-align: center;
}

#post-404 h2{
	background: none!important;
}

#contenuOnepage .blocDynamic h2,.searched h2,#post-404 h2{
	font-family: 'Oswald', sans-serif;
	color: #ff880d;
	letter-spacing: 1px;
	font-size: 2.3em;
	margin: 0;
	font-weight: 500;
	background-image:url(img/design/barreOrange.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-top: 15px;
}

.searched h2 a{
	color: #ff880d;
}

#contenuOnepage .blocDynamic h3{
	font-weight: normal;
	line-height: 30px;
}

#contenuOnepage .blocDynamic:first-child h2{
	background: none;
}

#contenuOnepage .blocDynamic .sous_sections{
	border-top: 1px solid #ccc;
	border-top: 1px solid rgba(0,0,0,0.2);
	margin-top: 20px;
	padding-top: 15px;
}
#contenuOnepage .blocDynamic h4{
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	margin: 0;
}

.sliderActivite{
	max-width: 95%;
	margin-top: 30px;
}

.sliderActivite ul{
	padding-left: 0!important;
}



/* sidebar */
.sidebar {

}
/* footer */

#infolettre{
	background: #f1f1f1;
	padding: 50px 0;
}
#infolettre .lettre{
	margin: 0;
	background-image:url(img/design/lettre.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding:10px 0 10px 130px;
	font-size: 1.25em;
	color: #000;
	font-weight: 600;
	float: left;
}

#infolettre .adresseCourriel{
	float: right;
	width: 45%;
	position: relative;
}

#infolettre .adresseCourriel input[type=email]{
	width: 100%;
	border: none;
	padding: 10px 10px;
	font-size: 1.2em;
	color: #000;
}

#infolettre .adresseCourriel input[type=submit]{
	height: 30px;
	width: 30px;
	background-color: transparent;
	background-image: url(img/icons/fleche_cercle_hover.png);
	background-size: 15px;
	background-position: center;
	opacity: 0.5;
	background-repeat: no-repeat;
	color: transparent;
	overflow: hidden;
	border: none;
	position: absolute;
	right: 0;
	top: 2px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#infolettre .adresseCourriel a{
	background-image: url(img/icons/fleche_cercle_hover.png);
	background-position: left;
	background-size: 26px;
	background-repeat: no-repeat;
	padding:10px 0 10px 35px;
	font-size: 1.2em;
	color: #000;
	margin-top: 10px;
	display: block;
}

#infolettre .adresseCourriel input[type=submit]:hover{
	opacity: 1;
}

#infolettre .adresseCourriel ::-webkit-input-placeholder{
	color: #000;
}
#infolettre .adresseCourriel :-moz-placeholder{
	color: #000;
}
#infolettre .adresseCourriel ::-moz-placeholder{
	color: #000;
}
#infolettre .adresseCourriel :-ms-input-placeholder{
	color: #000;
}



.acf-map {
	width: 100%;
	height: 400px;
	border: none;
	margin: 20px 0;
}

.acf-map h2{
	color: #ff880d;
	background: none!important;
	font-size: 1.4em!important;
	padding: 0!important;
	margin: 0!important;
}

.acf-map p strong{
	font-weight: 500!important;
}


.acf-map img {
    max-width: none; 
}

.texte_endroit{
	display: none;
}
.texte_endroit.active{
	display: block;
}

.detailMap{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-decoration: none!important;
	position: absolute;
	right: 10px;
	bottom: 0;
	letter-spacing: 1px;
}

.detailMap span{
	font-size: 2.8em;
	font-weight: 300!important;
	position: absolute;
	right: -15px;
	line-height: 8px;

}

.texte_endroit h2{
	font-size: 1.7em!important;
}

footer{
	background: #1F1914;
	padding:20px 0 20px 0;
	color: #706d6c;
}

footer .footerNav{
	margin-top: 25px;
}

footer .footerNav ul{
	margin: 0;
	padding: 0;
}

footer .footerNav > ul > li{
	display: inline-block;
	float: left;
	list-style-type: none;
	width: 12%;
	margin-right: 2.5%;
	word-wrap: break-word;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	line-height: 19px;
	font-size: 1.1em;
	background-image:url(img/design/border_top_footer.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 20px;
}

footer .footerNav > ul > li > a{
	color: #fff;
}

footer .footerNav > ul > li ul{
	margin-top: 5px;
	display: inline-block;
}

footer .footerNav > ul > li ul li{
	list-style-type: none;
	text-transform: none;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 15px;
	margin-top: 10px;
	font-size: 0.9em;
}

footer .footerNav > ul > li ul li a{
	color: #8b8b8a;
}



footer .footerNav ul li:last-child{
	margin-right: 0;
}

footer .menu_copyright{
	border-top: 1px solid rgba(150, 150, 150, 0.1);
	border-bottom: 1px solid rgba(150, 150, 150, 0.1);
	padding: 20px 0;
	margin: 20px 0;
}

footer .menu_copyright .footer_top_nav{
	float: left;
	width: 70%;
}

footer .menu_copyright .footer_top_nav ul{
	margin: 0;
	padding: 0;
	padding-top: 3px;
}

footer .menu_copyright .footer_top_nav ul li{
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #8b8b8a;
}

footer .menu_copyright .footer_top_nav ul li a{
	color: #8b8b8a;
}

footer .menu_copyright .footer_top_nav ul li:after{
	content: "/";
	margin: 0 10px;
}

footer .menu_copyright .footer_top_nav ul li:last-child:after{
	content: "";
	margin: 0px;
}

footer .menu_copyright .sociaux{
	float: left;
}


footer .menu_copyright .sociaux a{
	width: 22px;
	height: 22px;
	display: inline-block;
}

footer .menu_copyright .sociaux a.facebook{
	background: url(img/icons/facebook.png)no-repeat;
	margin-right: 15px;
}

footer .menu_copyright .sociaux a.youtube{
	background: url(img/icons/youtube.png)no-repeat;
	margin-right: 18px;
}

footer .menu_copyright p{
	margin: 0;
	float: right;
}

.remerciements{
	float: left;
}
.remerciements span{
	float: left;
	line-height: 18px;
	margin-top: 20px;
	color: #8b8b8a;
	font-weight: 600;
}
.remerciements img{
	margin-left: 15px;
}

#realisePar{
	width: 235px;
	margin-top: 20px;
	float: right;
}

#realisePar p{
	float: left;
}

#realisePar img.logo-bleu{
	float: right;
	margin-top: 5px;
}



/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

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

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (max-width:660px) {
	#blocBlanc .nouvelles,#blocBlanc .videos {
	  float: left;
	  width: 100%;
	}

	#blocBlanc .titre a{
		font-size: 0.8em;
	}

	body #infolettre .adresseCourriel {
	  float: left;
	  width: 100%;
	  position: relative;
	  margin-top: 20px;
	}
}
@media only screen and (max-width:768px) {
	#boitePub,#blocMenu,.footerNav,.footer_top_nav{
		display: none;
	}

	.breadcrumb {
	  float: left;
	  width: 100%;
	}

	footer .menu_copyright p {
	  margin: 0;
	  float: none;
	  text-align: center;
	}
	.remerciements img {
  		margin-top: 15px;
  	}

  	#contenuOnepage .uneNouvelle.blocDynamic img {
	  float: left;
	  max-width: 100%;
	}
	#contenuOnepage .uneNouvelle.blocDynamic .details {
	  float: left;
	  width: 100%;
	  margin-top: 10px;
	}

	footer .remerciements span {
	  width: 100%;
	  margin-bottom: 20px;
	}

	#contenuOnepage{
		float: left;
		width: 100%;
	}

	div.logo{
		text-align: center!important;
	}
	.titre_2e_section h2,#onSensibilise .titre_3e_section{
	  font-size: 3.5em;
	}
	.titre_section_orange h2 {
	  margin: 0;
	  font-size: 5em;
	}
	.titre_4e_section h2 {
 		margin: 0;
  		font-size: 4em;
  	}
}
@media only screen and (max-width:1000px) {
	#topNav,.navPrinc{
		display: none;
	}
	#wprmenu_bar{
		z-index: 9999;
		background: #000!important;
		background: rgba(0,0,0,0.9)!important;
	}

	body #wprmenu_menu {
	  background: #252525!important;
	}
}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#ff880d;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#ff880d;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#ff880d;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    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;
}
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%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*------------------------------------*\
    Message de maintenance
\*------------------------------------*/

.aiowps-site-lockout-msg h2 {
	font-size:2em;
	color: #ff880d;
}


.aiowps-site-lockout-msg{
  color: #444;
  font-size: 1.5em;
  font-weight: normal;
  text-align: center;
}

.aiowps-site-lockout-box {
	background-color: #FFFFFF
	}
	
.aiowps-site-lockout-msg a {
  color: #444;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
}	

.aiowps-site-lockout-msg a:hover {
  color: #ff880d;
}
/*------------------------------------*\
    Ajustement images dans les articles
\*------------------------------------*/
@media screen and (max-width:11700px) {
	.single-post article .details img.alignnone {
		display: block !important;
	    width: 100% !important;
    	height: auto !important;
    	clear: both !important;
	}
	#contenuOnepage .uneNouvelle.blocDynamic .details img {
		max-width: 100% !important;
	}
}


	