/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* STYLES ATOMS */
.imgCenter {
	text-align:center;}
.imgCenter img {
	margin:auto;}
.aligne_droite {
	text-align:right ;}
.aligne_gauche {
	text-align:left ;}
.aligne_center {
	text-align:center ;}
.justifie {
	text-align:justify ;}
.clearBlock:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.clearBlock{display:inline-block;}
* html .clearBlock{height:1%;}.clearBlock{display:block;}
.clear{
clear:both;
}

/* STYLE JDE */

img{
	max-width: 100%;
}

.imgAlignLeft{
	float: left;
	margin: 0 20px 20px 0;
}
.imgAlignRight{
	margin: 0 0 20px 20px;
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	margint-op: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1;
}
.notHome h1,.notHome h2,.notHome h3,.notHome h4,.notHome h5,.notHome h6{
	color: #ef2e24;
}
h1{
	font-size: 40px;
}
h2{
	font-size: 36px;
}
h3{
	font-size: 32px;
}
h4{
	font-size: 28px;
}
h5{
	font-size: 24px;
}
h6{
	font-size: 20px;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/PRmiXeptR36kaC0GEAetxh_xHqYgAV9Bl_ZQbYUxnQU.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/PRmiXeptR36kaC0GEAetxjqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
}

body{
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4;
	font-size: 16px;
	max-width: 1500px;
	margin: auto;
	color: #6a747b;
}

#wrapper{
	margin-top: 5px;
	padding-bottom: 100px;
}

.flex-caption{
	background-color: white;
	background-color: rgba(255,255,255,0.6);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 245px;
	padding: 40px;
	line-height: 1;
	text-shadow: 0px 1px 2px rgba(255,255,255,0.6);
}
.flex-caption p{
	color: #ef2e24;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}
.flex-caption h2,.flex-caption h3,.flex-caption h4,.flex-caption h5{
	margin: 0;
	font-size: 36px;
	color: #ef2e24;
	font-weight: bold;
}

.flexslider ul,.flexslider li{
	margin: 0;
	padding: 0;
	position: relative;
}
.flexslider img{
	width: 100%;
	height: auto;
}

#carousel{
	 height: 30px;
	 margin-top: -30px;
	 width: 100%;
	 position: relative;
}
#carousel .flex-direction-nav{
	display: none;
}
#carousel .slides{
	margin-top: 10px;
	margin-left: 30px;
}
#carousel li{
	width: 10px!important;
	margin-left: 5px;
	height: 10px;
	text-indent: -9999px;
	background-image: url(img/points.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
#carousel li.flex-active-slide{
	background-position: left -11px;
}

#zoneCenter{
	padding: 0 50px;
}

#headerTop{
	background-color: #6a747b;
	display: table;
	width: 100%;
}

#logo_solidaris{
	width: 325px;
	height: 120px;
	text-align: center;
	background-color: white;
	display: inline-block;
}
#logo_solidaris a{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.1s ease-out;
	text-align: center;
	line-height: 120px;
	vertical-align: center;
}
#logo_solidaris a:hover{
	opacity: 0.8;
}
#logo_solidaris a img{
	margin-top: 10px;
	max-width: 90%;
	height: auto;
}

#menu_header{
	display: inline-block;
	vertical-align: top;
	height: 120px;
	position: relative;
}
#menu_header>div{
	display: inline-block;
	height: 100%;
	max-width: 140px;
	vertical-align: top;
	margin-left: 10px;
}
#menu_header>div a{
	transition: all 0.1s ease-out;
	display: block;
	padding: 0 10px;
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	height: 100%;
}
#menu_header>div a img{
	display: block;
	margin: auto;
	margin-bottom: 10px;
	padding-top: 20px;
}
#menu_header>div a.active,#menu_header>div a:hover{
	background-color: #80898f;
}

#menu_header .zoneSearch {
	display:none;
	background-color: #80898f;
	position: absolute;
	right: -1px;
	z-index: 2;
	max-width: none;
	width: 250px;
	height: auto;
	padding: 20px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#menu_header .zoneSearch input[type="text"]{
	border: none;
	background-color: white;
	width: 90%;
	padding: 5px 5%;
}
#menu_header .zoneSearch input[type="submit"]{
	height: 25px;
	width: 25px;
	position: absolute;
	right: 20px;
	top: 21px;
	text-indent: -9999px;
	background-color: white;
	border: 0;
	background-image: url(img/search.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#menu_header.opened .zoneSearch{
	position: relative;
	width: 160px;
	top: -5px;
	height: auto;
	padding: 10px;
	right: auto;
	border: 0;
	box-shadow: none;
}
#menu_header.opened .zoneSearch input[type="submit"]{
	right: 10px;
	top: 12px;
}


#zoneCenter{
	position:relative;
}

#pictureHome {
	margin-bottom: 10px;
}

#blocksColumnLeft {
	float:left;
	width: 18.7%;
}

#blocksColumnCenter {
	float:right;
	width: 81.3%;
}

#blocksColumnCenter a.columnBlockCenter,#blocksColumnLeft a.columnBlockLeft{
	float:left;
	height:225px;
	width: 23%;
	padding: 10px 0 0 2%;
	text-decoration: none;
	margin-bottom: 40px;
}
#blocksColumnLeft a.columnBlockLeft{
	padding-left: 0;
}
#blocksColumnLeft a.columnBlockLeft{
	width: 100%!important;
}

#blocksColumnCenter .columnBlockCenter .info,#blocksColumnLeft .columnBlockLeft .info{
	height:170px;
	padding: 10px;
	background-color: #f0f1f2;
	text-align: center;
	cursor: pointer;
}
#blocksColumnLeft .columnBlockLeft .info{
	background-color: white;
	padding: 10px 0;
}

#blocksColumnCenter .columnBlockCenter .info img,#blocksColumnLeft .columnBlockLeft .info img{
	max-width:100%;
	max-height:100%;
}
#blocksColumnLeft .columnBlockLeft .info img{
	width: 100%;
}
#blocksColumnLeft .columnBlockLeft .info p{
	text-align: left;
	color: #6a747b;
}

#blocksColumnCenter .columnBlockCenter .slogan,
#blocksColumnLeft .columnBlockLeft .slogan {
	position:relative;
	top: -260px;
	height: 170px;
	padding: 10px;
	background-color:white;
	background-color: rgba(2555,255,255,0.8);
	color: #6a747b;
	line-height: 1.2;
}

#blocksColumnCenter h2.title,#blocksColumnLeft h2.title{
	position:relative;
	height:60px;
	font-weight: bold;
	bottom: 0px;
	margin: 0;
	color: white;
	font-size: 14px;
	padding: 5px 20px 5px 10px;
	text-transform: uppercase;
	vertical-align: middle;
	transition: all 0.1s ease-out;
}
#blocksColumnCenter h2.title{
	font-weight: normal;
	line-height: 1.2;
}
#blocksColumnLeft h2.title{
	background-image: url(img/btn_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#blocksColumnCenter h2.title:hover,#blocksColumnLeft h2.title:hover{
	opacity: 0.8;
}

#columns_footer .columnFooter,#list_partners .partnerFooter {
	float:left;
}
#list_partners .partnerFooter{
	height: 60px;
	margin-right: 1%;
	margin-bottom: 5px;
}
#list_partners .partnerFooter img{
	width: auto;
	height: 100%;
}
#list_partners .partnerFooter a{
	transition: all 0.2s ease-out;
}
#list_partners .partnerFooter a:hover{
	opacity: 0.8;
}

/**** home solidaris mut ****/

#pictureHomeMut {
	width: 66.336%;
	float:left;
	margin-right: 1%;
}

#firstZoneMut{
	position: relative;
}
#firstZoneMut .BlocksMutFirst{
	position: absolute;
	right: 0;
	width:32.664%;
	background-color: #ef2f25;
	height: 49.5%;
	top: 50.5%;
	line-height: 1.1;
	color: white;
}
#firstZoneMut #firstBlockRight{
	top: 0;
}
#firstZoneMut .BlocksMutFirst>*{
	padding: 0 20px;
}
#firstZoneMut .BlocksMutFirst>*:first-child{
	margin-top: 15px;
}
#firstZoneMut .BlocksMutFirst img{
	padding: 0;
}
#firstZoneMut .BlocksMutFirst h2,#firstZoneMut .BlocksMutFirst h3{
	margin: 0;
	font-size: 40px;
	font-weight: normal;
}
#firstZoneMut .BlocksMutFirst h4{
	margin: 0;
	font-size: 22px;
	font-weight: normal;
}
#firstZoneMut .BlocksMutFirst .moyen{
	font-size: 0.8em;
}
#firstZoneMut .BlocksMutFirst .petit{
	font-size: 0.6em;
}
#firstZoneMut .BlocksMutFirst p{
	text-transform: uppercase;
	margin: 0;
	font-weight: bold;
}
#firstZoneMut .BlocksMutFirst .styleButton a,.calculateRoute,.actionPublication a,.button a,.alignCenter input[type="submit"]{
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	padding: 9px 20px;
	border: 3px solid;
	border-radius: 3px;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	transition: all 0.2s ease-out;
	margin-top: 10px;
}
.alignCenter input[type="submit"]{
	background-image: none;
	background-color: white;
}
.calculateRoute,.actionPublication a,.button a,.alignCenter input[type="submit"]{
	color: #ef2e24;
}
#firstZoneMut .BlocksMutFirst .styleButton a:hover{
	background-color: rgba(255,255,255,0.3);
}
.calculateRoute:hover,.actionPublication a:hover,.button a:hover,.alignCenter input[type="submit"]:hover{
	background-color: rgba(0,0,0,0.1);
	cursor: pointer;
}
#firstZoneMut .BlocksMutFirst .styleButton a img{
	margin-right: 10px;
	margin-bottom: -7px;
}

#slider img{
	margin-bottom: -3px;
}

#blocksCenterMut{
	margin-top: 5px;
}

.gutter-sizer{
	width: 1%;
}
.grid-sizer{
	width: 7.417%;
}

#blocksCenterMut .doubleBlock, #blocksCenterMut .simpleBlock{
	position: relative;
	float: left;
	background-color: #6a747b;
	height: 205px;
	margin-bottom: 5px;
	background-size: auto 100%;
	position: relative;
}
#blocksCenterMut .simpleBlock{
	width:15.83%;
}
#blocksCenterMut .doubleBlock{
	width:32.67%;
	background-size: 100%;
	background-position: center;
}
.blockJD{
	overflow: hidden;
}
.rouge{
	color: #ef2f25;
}
.bleu{
	color: #009ede;
}
.blockHtml h2{
	font-size: 40px;
	font-weight: normal;
}
.blockHtml h3{
	font-size: 36px;
	font-weight: normal;
}
.blockHtml h4{
	font-size: 28px;
	font-weight: normal;
}
.blockHtml h5{
	font-size: 22px;
	font-weight: normal;
}
.blockHtml h6{
	font-size: 18px;
	font-weight: normal;
}

.blockHtml>a.aOverAll{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.2s ease-out;
	position: absolute;
	top: 0;
	left: 0;
}
.blockHtml>a.aOverAll:hover{
	background-color: rgba(255,255,255,0.3);
}
.blockHtml p{
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 20px 0 20px;
	font-size: 14px;
}
.blockHtml h2,.blockHtml h3,.blockHtml h4,.blockHtml h5,.blockHtml h6{
	margin: 0 20px 20px 20px;
}
.blockHtml .styleButton a,.linkCategory a{
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
	padding: 9px 20px;
	border: 3px solid;
	border-radius: 3px;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	transition: all 0.2s ease-out;
}
.linkCategory{
	color: #ef2e24;
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 10px;
}
.blockHtml .styleButton a:hover{
	background-color: rgba(255,255,255,0.3);
}
.linkCategory a:hover{
	background-color: rgba(0,0,0,0.1);
}

.blockNew h2{
	text-transform: uppercase;
	font-size: 14px;
	margin: 20px 20px 0 20px;
}
.blockNew .date{
	margin: 0 20px 0 20px;
	font-size: 26px;
}
.blockNew h3{
	font-size: 14px;
	margin: 20px;
	font-weight: normal;
}
.blockNew .buttonAction a{
	color: inherit;
	text-decoration: none;
	display: block;
	float: left;
	border: 2px solid;
	border-radius: 2px;
	margin-right: 5px;
	padding: 3px 7px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	transition: all 0.2s ease-out;
}
.blockNew .buttonAction a:first-child{
	font-size: 20px;
	line-height: 0.9;
	margin-left: 20px;
}
.blockNew .buttonAction a:hover{
	background-color: rgba(255,255,255,0.2);
}
.blockNew.blockPictureBackground{
	text-shadow: 0px 0px 3px white;
}
.blockNew.blockPictureBackground a{
	background-color: rgba(255,255,255,0.7);
}
.blockNew.blockPictureBackground a:hover{
	background-color: rgba(255,255,255,0.9);
}

.flex-caption .styleButton a{
	display: block;
	text-align: center;
	padding: 14px 10px;
	color: #ef2e24;
	border: 3px solid #ef2e24;
	background-color: rgba(255,255,255,0.5);
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 18px;
	text-shadow: none;
	margin-top: 50px;
	transition: background-color 0.1s ease-out;
	text-decoration: none;
	font-weight: bold;
}
.flex-caption .styleButton a:hover{
	background-color: white;
}

/**** Agence *****/

.resp:after{
	content: "";
	display: block;
	clear: both;
}
.resp img{
	float: left;
	margin-right: 20px;
}

.contentPublication img{
	float: left;
	margin: 0 20px 20px 0
}

#listAgencies div.blockAgency,
#listPublications div.blockPublication{
	width: 49%;
	height:110px;
	float:left;
	background-color: #f0f1f2;
	margin: 0 1% 10px 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

#listAgencies .picture,
#listPublications .picture{
	margin-right: 10px;
	max-width: 110px;
	overflow: hidden;
	float:left;
	height: 100%;
}
#listAgencies .picture img,
#listPublications .picture img{
	height: 100%;
	transition: all 0.1s ease-out;
}

.linkPublication{
	height: 100%;
	position: absolute;
	width: 100%;
}

#listAgencies a,
#listPublications a{
	text-decoration: none;
	color: #6a747b;
}

#listAgencies a:hover img,
#listPublications a:hover img{
	opacity: 0.8;
}

#listAgencies .info h2,
#listPublications .info h2{
	text-transform: uppercase;
	color: #6a747b;
	font-size: 16px;
	margin-bottom: 10px;
	margin-right: 20px;
	line-height: 1.2;
	font-weight: normal;
}

#listAgencies .info .rue,#listAgencies .info .locality{
	font-size: 14px;
	line-height: 1.2;
}

#accesAgency div.pictureMap {
	width:100%;
	height:315px;
	display:nome;
}

#listPublications .intro{
	width: 93%!important;
	height: 100%;
}

/* Recherche */
.result{
	padding: 10px 0;
	border-top: 3px solid #f0f1f2;
	border-bottom: 3px solid #f0f1f2;
	background-image: url(img/result.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 0;
}
.hitFullSearch{
	padding: 20px;
	background-color: #f0f1f2;
}
.hitFullSearch.odd{
	background-color: #e2e2e2;
}
.hitFullSearch a{
	text-decoration: none;
}
.hitFullSearch h2{
	margin-top: 0;
	color: #ef2e24;
	font-size: 30px;
	transition: all 0.2s ease-out;
}
.hitFullSearch a:hover h2{
	padding-left: 20px;
}

/**** Publications *****/

#listPublications .blockPublication {
	height:245px;
	padding:10px;
	float:left;
}

#listPublications .blockPublication, #listPublications div.intro {
	width:30%;
}

#listPublications .picture {
	float:left;
	width: 100px;
}
#listPublications .picture img {
	max-width:90px;
	height: auto;
}

#listPublications .info {
	position:relative;
}

#listPublications div.action {
	display: none;
}

#listPublications a.action {
	height:25px;
}

#listPublications [name="filtre"]{
	margin-bottom: 30px;
	padding: 3px 5px;
	width: 100%;
	max-width: 350px;
}

#listPublications .viewPublication {
	float:left;
}

#listPublications .downloadPublication {
	float:right;
}

#listPublications div.intro {
	position: absolute;
	background-color: white;
	background-color: rgba(2555,255,255,0.9);
	color: #6a747b;
	font-size: 14px;
	width: 90%;
	padding: 10px 5%;
	top: 0;
}

/**** Général ****/

.clear{
	clear:both;
}

a{
	color: #008ac4;
}

/* Footer */

#footer{
	padding: 10px 50px;
	margin-top: 100px;
	background-color: #f0f1f2;
	color: #6a747b;
}

#footer h3{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #6a747b;
}

.columnFooter{
	width: 18.7%;
	margin-left: 1.6%;
}
.columnFooter:first-child{
	margin-left: 0;
}
.columnFooter ul,.columnFooter li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.columnFooter li a{
	color: #6a747b;
	font-size: 14px;
}
.columnFooter li a:hover{
	text-decoration: none;
}
.columnFooter img{
	max-width: 100%;
	height: auto;
}

#content_footer{
	padding-top: 50px;
	font-size: 13px;
}
#content_footer *{
	font-size: 13px;
}

.mutHome #navigation{
	display: none;
}

#navigation{
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 20px;
	font-weight: bold;
	color: #6a747b;
}
#navigation a{
	color: #6a747b;
}
#navigation .separator{
	width: 22px;
	height: 10px;
	display: inline-block;
	background-image: url(img/breadcrumb-gray.png);
	background-repeat: no-repeat;
	background-position: center;
}

.content>h1{
	color: #ef2e24;
	font-weight: normal;
	/*padding-left: 15px;
	background-image: url(img/breadcrumb-red.png);
	background-position: left center;
	background-repeat: no-repeat;*/
	line-height: 1;
	letter-spacing: -2px;
	text-indent: -3px;
}

.notHome #wrapper{
	padding: 0 7.413%;
}

.adres{
	padding: 20px;
	background-color: #f0f1f2;
	font-style: italic;
	margin-bottom: 20px;
}
.adres .picture{
	float: left;
	margin-right: 20px;
}
.adres+h6{
	font-size: 30px;
	font-weight: normal;
}

a:hover{
	text-decoration: none;
}

.componentTextField,.componentComboBox,.componentTextArea{
	margin-bottom: 10px;
}
.componentTextField label,.componentComboBox label{
	width: 200px;
	display: inline-block;
	font-weight: bold;
	border-bottom: 1px dotted #d5d5d5;
}
.componentTextArea label{
	display: block;
	font-weight: bold;
}
.componentTextArea textarea{
	width: 535px;
	margin-top: 5px;
}
.componentTextField input,.componentComboBox select,.componentTextArea textarea{
	padding: 3px 5px;
	max-width: 100%;
}
.componentRadioButton label{
	display: block;
	margin-bottom: 5px;
}
.componentRadioButton span{
	margin: 0px 20px 0 2px;
}

#sitemap>ul,#sitemap li{
	list-style-type: none;
	font-size: 18px;
	padding: 0;
	margin: 0;
}
#sitemap a{
	color: #6a747b;
	text-decoration: none;
	transition: all 0.2s ease-out;
}
#sitemap a:hover{
	color: #ef2e24;
	padding-left: 20px;
}
#sitemap .itemSitemapHeader>a{
	font-weight: bold;
}

/* Iframe */
iframe{
	border: 0;
	max-width: 960px;
}

/* Actualités */

.actualites{
	width: 49%;
	padding: 10px 2%;
	margin-right: 1%;
	background-color: #f0f1f2;
	float: left;
	margin-bottom: 10px;
}
.actualites a{
	color: #6a747b;
	text-decoration: none;
	transition: all 0.2s ease-out;
	display: block;
	padding-right: 20px;
}
.actualites h3{
	margin-top: 20px;
}
.actualites h3 a{
	color: #ef2e24;
	font-size: 28px;
}
.actualites a:hover{
	padding-left: 20px;
	padding-right: 0;
}

.accordion{
	font-family: 'Open Sans', sans-serif;
}
.ui-accordion .ui-accordion-header{
	padding: 20px;
	text-transform: uppercase;
	border: 0;
	background: #dedede;
	border-radius: 0;
}
.ui-accordion .ui-accordion-header .ui-icon{
	display: none;
}
.ui-accordion .ui-accordion-content{
	border-radius: 0;
	border: 0;
	padding: 20px;
	background: #f5f6f7;
}
.ui-accordion .ui-accordion-content p{
	font-size: 16px;
	max-width: 40em;
}

.content p,.content ul{
	max-width: 40em;
}

.flexslider ul{
	max-width: none;
}


@media screen and (min-width: 1410px){
	#menu_header>div.menuTop{
		display: inline-block!important;
	}
}
@media screen and (max-width: 1410px){
	#menu_header{
		width: 760px;
		height: auto;
		margin-top: 17px;
	}
	#menu_header>div{
		height: auto;
		width: 180px;
		max-width: 180px;
		float: left;
	}
	#menu_header>div a img{
		padding-top: 0;
		float: left;
		height: 20px;
		margin-right: 10px;
		margin-top: -3px;
		margin-bottom: 0;
	}
	#menu_header>div a{
		padding: 10px 5px;
		text-align: left;
		max-width: none;
	}

	#logo_solidaris{
		width: 250px;
	}
	.flex-caption{
		width: 170px;
	}
	.flex-caption h2,.flex-caption h3,.flex-caption h4,.flex-caption h5{
		font-size: 18px;
	}
	.flex-caption p{
		font-size: 28px;
	}
	.flex-caption .styleButton a{
		font-size: 14px;
	}

	#blocksColumnLeft {
		width: 23.85%;
	}
	#blocksColumnCenter {
		width: 76.15%;
	}
	#blocksColumnCenter a.columnBlockCenter{
		width:31.3%!important;
		height:225px;
	}
	#menu_header .zoneSearch{
		top: 103px;
	}
}

@media screen and (min-width: 1130px){
	#menu_header>div.menuTop{
		display: inline-block!important;
	}
}

@media screen and (max-width: 1130px){
	#listAgencies div.blockAgency{
		width: 100%;
		margin-right: 0;
	}
	.actualites{
		width: 94%;
		margin-right: 0;
	}
	#blocksCenterMut .simpleBlock{
		width:24.25%;
	}
	#blocksCenterMut .doubleBlock{
		width:49.5%;
	}
	#pictureHomeMut{
		width: 100%;
	}
	#firstZoneMut .BlocksMutFirst,#firstZoneMut .BlocksMutFirst{
		position: static;
		width: 49.5%;
		float: left;
		height: 205px;
		margin-top: 5px;
	}
	#firstZoneMut #firstBlockRight{
		margin-right: 1%;
	}
	.flex-caption .styleButton a{
		margin-top: 10px;
	}
	#logo_solidaris{
		height: 90px;
	}
	#logo_solidaris a img{
		max-width: 80%;
	}
	#menu_header:before{
		content: "MENU";
		display: block;
		color: white;
		font-size: 13px;
		background-image: url(img/menu.png);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 25px;
		margin-left: 10px;
	}
	#menu_header{
		position: absolute;
		right: 5px;
		top: 7px;
		background-color: #6a747b;
		z-index: 5000;
		width: 200px;
		padding: 10px 0;
		border: 1px solid white;
		box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	}
	#menu_header>div{
		display: block;
		float: none;
		clear: both;
		display: none;
		margin-top: 5px;
	}

	#blocksColumnLeft {
		width: 32.5%;
	}
	#blocksColumnCenter {
		width: 67.5%;
	}
	#blocksColumnCenter a.columnBlockCenter{
		width:48%!important;
		height:225px;
	}
	.columnFooter{
		width: 23%;
	}
	.columnHtml{
		clear: both;
		margin-left: 0;
	}
}

@media screen and (max-width: 760px){
	#blocksCenterMut .simpleBlock{
		width:49.5%;
	}
	#blocksCenterMut .doubleBlock{
		width:100%;
	}
	.flex-caption{
		padding: 20px;
		width: 210px;
	}

	.flex-caption h2,.flex-caption h3,.flex-caption h4,.flex-caption h5{
		font-size: 14px;
	}
	.flex-caption p{
		font-size: 14px;
	}
	.flex-caption .styleButton a{
		font-size: 14px;
		padding: 5px;
		border-width: 2px;
	}
	#blocksColumnLeft {
		width: 48%;
	}
	#blocksColumnCenter {
		width: 48%;
		margin-left: 4%;
	}
	#blocksColumnCenter a.columnBlockCenter{
		width:100%!important;
		height:225px;
	}
	.columnFooter{
		width: 100%;
		margin-left: 0;
		clear: both;
	}
	.columnHtml{
		clear: both;
		margin-left: 0;
	}.content>h1
	#listAgencies div.blockAgency,
	#listPublications div.blockPublication{
		width: 100%;
		margin-right: 0;
	}
	.linkPublication{
		position: relative;
	}
	#listPublications div.blockPublication{
		height: auto;
	}
	#listPublications .info h2{
		text-align: center;
		margin-right: 0;
	}
	#listPublications .info{
		float: none;
	}
	#listPublications .picture{
		float: none;
		margin: auto;
	}
	#listPublications .picture img{
		margin: auto;
		display: block;
	}
	.content>h1{
		font-size: 30px;
	}
}

@media screen and (max-width: 490px){
	.actualites{
		padding: 6%;
		width: 88%;
	}
	.actualites h3 a{
		font-size: 20px;
	}
	.contentPublication img{
		float: none;
		width: 100%;
		margin: 0;
	}
	#blocksCenterMut .simpleBlock{
		width:100%;
	}
	.flex-caption .styleButton{
		display: none;
	}
	#logo_solidaris{
		width: 140px;
		height: 50px;
	}
	#logo_solidaris a img{
		margin-top: 5px;
	}
	#menu_header{
		top: -12px;
		width: 88px;
		transition: width 0.2s ease-out;
	}
	#menu_header.opened{
		width: 200px;
	}

	#zoneCenter,#footer{
		padding: 0 20px;
	}

	#blocksColumnLeft {
		width: 100%;
		margin: 0;
	}
	#blocksColumnCenter {
		width: 100%;
		margin: 0;
	}
	#blocksColumnCenter a.columnBlockCenter{
		width:100%!important;
		height:225px;
		padding-left: 0;
	}
	#blocksColumnCenter h2.title, #blocksColumnLeft h2.title{
		height: 40px;
	}
	#blocksColumnCenter a.columnBlockCenter, #blocksColumnLeft a.columnBlockLeft{
		margin-bottom: 20px;
	}
	#blocksColumnCenter .columnBlockCenter .slogan,
	#blocksColumnLeft .columnBlockLeft .slogan{
		top: -240px;
	}
	#firstZoneMut .BlocksMutFirst,#firstZoneMut .BlocksMutFirst{
		width: 100%;
		height: 190px;
	}
}