/**
 * The Base CSS file
 *
 * @package iaWP
 * @since iaWP 3.4.0.1
 */

/** 
 * Reset and Normalize
 */

body, p, ul, ol, form, input, button, h1, h2, h3, h4, h5, h6, dl, dt, dd, blockquote, address { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 12px; font-weight: 400; }
b, strong { font-weight: 700; }
ul, ol { list-style: none; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
address{font-style:normal;}
input[type="radio"], input[type="checkbox"] { box-sizing: border-box; *width: 13px; *height: 13px; }
input[type="radio"], input[type="checkbox"], input[type="file"], input[type="button"], input[type="reset"], input[type="submit"], label[for], select, button { cursor: pointer; }
button[disabled], input[disabled]{cursor:default;}
button, input[type=button], input[type=reset], input[type=submit]{-webkit-appearance:button;}
button, input{*overflow:visible;}
button::-moz-focus-inner, input::-moz-focus-inner{padding:0;border:0;}
button, input, select, textarea{vertical-align:baseline;*vertical-align:middle;}
textarea{overflow:auto;vertical-align:top;}

/**
 * Global
 */
body, button, input, select, textarea {
    color: #000;
    font-family: Dosis, Helvetica, Arial, sans-serif;
    font-size: 14px;
}

/*=== Typography ===*/
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

/*=== Alignment ===*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
img {  
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */
    zoom: 1;
}



/**
 * Typography
 **/


/*=== Styles for content entered via the WYSIWYG (targeted via the .post class) ===*/
.wysiwyg {
	overflow: hidden;
}
.wysiwyg h1 {
	color: #004494;
    font-size: 25px;
	font-weight: bold;
    line-height: 1.3;
    margin-bottom: 27px; 
}
.wysiwyg h2 {
	color: #004494;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px; 
}
.wysiwyg h3 {
    font-size: 21px;
    line-height: 1.3;
    margin: 10px 0 7px 0;
}
.wysiwyg h4 {
    font-size: 18px;
    line-height: 1.3;
    margin: 12px 0 7px 0;
}
.wysiwyg h5 {
    font-size: 14px;
    line-height: 1.3;
    margin: 12px 0 7px 0;
}
.wysiwyg h6 {
    font-size: 13px;
    line-height: 1.3;
}
.wysiwyg p {
    line-height: 20px;
    margin-bottom: 20px;
}
.wysiwyg p:last-child {
    margin-bottom: 0;
}
.wysiwyg ul {
	font-weight: bold;
    line-height: 20px;
	list-style-type: square;
    margin: 0 0 20px 14px;
}
.wysiwyg a {
	color: #167913;
	outline: none;
	text-decoration: none;
}
.wysiwyg a:hover {
	text-decoration: underline;
}
.wysiwyg a[href*="wp-content/uploads/"][href$=".pdf"] {
	background: url('images/icon-download.png') no-repeat center right;
	padding-right: 35px;
}

/**
 * Block Elements
 **/
body {
    background: url("images/body-bg.jpg") top center no-repeat #e0e0e0;
}
.page-wrapper {
    margin: 0 auto;
    width: 960px;
}
#page {
    background: url("images/page-bg.png") center 0 no-repeat;
    min-height: 750px;
    padding-top: 26px;
}
#page-header {
    /* background: #ff0000; */
    margin: 0 auto;
    width: 974px;
    position: relative;
	z-index: 10;
}
#page-header .page-wrapper {
    background: url("images/page-header-bg.png") top right no-repeat;
    margin: 0 auto 24px auto;
}
#page-breadcrumb {
	background: url("images/page-breadcrumb-border.gif") bottom left repeat-x;
	height: 45px;
}
#page-content {
	margin: 35px auto 0 auto;
	overflow: hidden;
	width: 974px;
	position: relative;
}
#page-content-navigation {
	float: left;
    margin-right: 25px;
	width: 190px;
}
#page-content-article {
	float: left;
	width: 520px;
}
#page-content-aside {
	float: right;
	width: 183px;
}
#page-footer {
    background: url("images/page-footer-separating-line.png") center top no-repeat;
	margin-top: 30px;
	overflow: hidden;
    padding: 20px 0;
}
.page-footer-copyright {
    font-family: Dosis, Arial, sans-serif;
    color: #004494;
	float: left;
    font-size: 14px;
    line-height: 21px;
	text-shadow: 0 1px #fff;
}
#nav-footer {
	float: right;
}
#nav-footer a {
    color: #167913;
    display: block;
    font-family: Dosis, Arial, sans-serif;
    font-size: 15px;
    text-decoration: none;
	text-shadow: 0 1px #fff;
}
#nav-footer a:hover {
	text-decoration: underline;
}
.post {
    overflow: hidden;
}

/**
 *  Page Elements
 */
#page-breadcrumb p {
	color: #d4dce3;
	font-size: 12px;
	padding-top: 15px;
}
#page-breadcrumb a {
	color: #509a4d;
	text-decoration: none;
}
#page-breadcrumb .breadcrumb_last {
	color: #004494;
}

/**
 * Homepage
 **/

#homepage-content {
	clear: both;
	margin: -5px auto 0 auto;
	overflow: hidden;
	width: 974px;
}
#homepage-content-hotline-banner {
	margin-top: 28px;
}
#homepage-content-buttons {
	margin-top: 28px;
}
#homepage-content-buttons-list {
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}
#homepage-content-buttons-list li {
	display: block;
	float: left;
	margin-left: 34px;
	width: 297px;
}
#homepage-content-buttons-list li:first-child {
	margin-left: 0;
}
#homepage-content-recent-updates-top {
	background: url('images/homepage-content-recent-updates-top-bg.png') no-repeat;
	height: 13px;
	margin-top: 28px;
}
#homepage-content-recent-updates-content {
	background: url('images/homepage-content-recent-updates-content-bg.png') bottom center no-repeat;
	padding: 8px 24px 20px 24px;
}
#homepage-content-recent-updates-content h1 {
	border-bottom: 1px solid #f3f3f3;
	color: #004494;
    font-size: 25px;
	font-weight: bold;
    line-height: 66px;
    margin-bottom: 27px;
}
.recent-update-element {
	margin-bottom: 30px;
	overflow: hidden;
}
.recent-update-element-thumbnail {
	float: left;
	margin: 0 24px 0 0;
	width: 100px;
}
.recent-update-element-thumbnail img {
	border-radius: 3px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
	height: auto;
	margin: 3px;
	width: 100px;
}
.recent-update-element-text {
	overflow: hidden;
}
.recent-update-element-type {
	color: #004494;
	font-size: 14px;
	font-weight: bold;
}
.recent-update-element-title {
    font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.recent-update-element a {
	color: #167913;
	text-decoration: none;
}
.recent-update-element a:hover {
	text-decoration: underline;
}
.recent-update-element a[href*="wp-content/uploads/"][href$=".pdf"] {
	background: url('images/icon-download.png') no-repeat center right;
	padding-right: 35px;
}


/* === Sliders ===*/
.ia-slider-container {
	margin-top: -5px;
	position: relative;
}
.ia-slider-slide {
	position: relative;
}
.ia-slider-slide-text {
	background: url('images/ia-slider-slide-text-bg.png') repeat;
	font-size: 18px;
	padding: 18px;
	position: absolute;
	right: 4px;
	top: 38px;
	width: 524px;
}

.ia-slider-slide-text h2 {
	color: #004494;
    font-size: 24px;
	font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px; 	
}
.ia-slider-slide-text p {
	color: #000;
    font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.ia-slider-slide-text a.js-serialclick {
	text-decoration: none;
}
.ia-slider-pager {
	overflow: hidden;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 100px;
	z-index: 9;
}
.ia-slider-pager a {
	background: url('images/ia-slider-pager-a-bg.png') no-repeat;
	display: block;
	float: left;
	height: 13px;
	margin-right: 5px;
	text-indent: -99999px;
	width: 13px;
}
.ia-slider-pager a.activeSlide {
	background: url('images/ia-slider-pager-a-active-bg.png') no-repeat;
}



/**
 * Listing Pages: Communiqués de Presse
 **/
.post-type-archive-actualites .actualites,
.post-type-archive-communiques-presse .communiques-presse,
.post-type-archive-revue-presse .revue-presse,
.post-type-archive-documentation .documentation,
.tax-documentation_type .documentation {
    background: url("images/separating-line.gif") center bottom repeat-x;
    margin-top: 35px;
    padding-bottom: 35px;
}

/*=== Layout for pages with thumbnail ==*/
.listing-thumbnail {
	float: left;
	margin: 0 24px 0 0;
	width: 100px;
}
.listing-thumbnail img {
	background: #fff;
	border-radius: 3px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
	height: auto;
	margin: 3px;
	width: 100px;
}
.listing-text {
	overflow: hidden;
}


/*=== Pagination ===*/

.listing-pagination {
    font-size: 14px;
    margin-top: 45px;
    text-align: center;
}
.listing-pagination a {
    color: #004494;
    margin-left: 10px;
    text-decoration: none;
}
.listing-pagination a:hover {
    text-decoration: underline;
}
.listing-pagination .current {
    background-color: #004494;
    color: #fff;
    padding: 3px 5px;
}

/*=== Typography ===*/

.listing-title-1 {
	color: #004494;
    font-size: 25px;
	font-weight: bold;
    line-height: 1.3;
    margin-bottom: 27px; 
}
.listing-title-2,
.listing-title-2 a {
	color: #004494;
    font-size: 17px;
	font-weight: bold;
    line-height: 1.3;
	margin-bottom: 5px;
}
.listing-date {
    font-weight: bold;
    margin-bottom: 15px;
}
.listing p {
    line-height: 20px;
    margin-bottom: 20px;
}
.listing p:last-child {
    margin-bottom: 0;
}
.listing a {
	color: #167913;
	text-decoration: none;
}
.listing a:hover {
	text-decoration: underline;
}
.listing a[href*="wp-content/uploads/"][href$=".pdf"] {
	background: url('images/icon-download.png') no-repeat center right;
	padding-right: 35px;
}

/*=== Attachments ===*/
.listing-attachments {
	margin-top: 20px;
}
.listing-attachments a {
	background: url('images/icon-download.png') no-repeat center right;
	color: #167913;
	padding-right: 35px;
	text-decoration: none;
}
.listing-attachments a:hover {
	text-decoration: underline;
}

/**
 * Main Navigation
 **/

#nav-main {
    background: url("images/nav-main-bg.png") top center no-repeat;
    height: 74px;
    padding-left: 15px;
		z-index: 99;
}
/*=== First Level ===*/
#nav-main .row-1 {
    background: url("images/nav-main-row-1-border.gif") left top repeat-y;
	float: left;
    line-height: 45px;
	margin-top: 4px;
    padding: 11px 25px;
	position: relative;
	z-index: 99;
}
#nav-main .row-1:first-child {
    background: none;
}
#nav-main .row-1:hover {
    visibility:inherit;
}
#nav-main .link-1 {
	display: block;
    font-family: Dosis, Arial, sans-serif;
    color: #004494;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    padding-right: 6px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #fff;
}
#nav-main .link-1 span {
    display: block;
    padding: 0 10px 0 16px;
    line-height: 45px;
}
/* Hover States */
#nav-main .link-1:hover span {
    background: url("images/nav-main-button-bg-left.png") left -45px no-repeat;
}
#nav-main .link-1:hover {
    background: url("images/nav-main-button-bg-right.png") right -45px no-repeat;
    color: #004494;
    text-shadow: 1px 1px 0 #fff;
}
#nav-main .current-menu-item .link-1:hover, 
#nav-main .current-menu-parent .link-1:hover {
    color: #fff;
    text-shadow: 1px 1px 0 #2e5c89;
}

/* Active States */
#nav-main .current-menu-item .link-1 span,
#nav-main .current-menu-parent .link-1 span {
    background: url("images/nav-main-button-bg-left.png") left top no-repeat;

}
#nav-main .current-menu-item .link-1,
#nav-main .current-menu-parent .link-1 {
    background: url("images/nav-main-button-bg-right.png") right top no-repeat;
    color: #fff;
    text-shadow: 1px 1px 0 #2e5c89;
}

/*=== Dropdown ===*/
#nav-main .row-1:hover .nav-dropdown {
    top: 24px;
	z-index: 99;
}
#nav-main .nav-dropdown {
    background: url("images/nav-main-nav-dropdown-bg.png") bottom center no-repeat;
    margin: 44px 0 0 -32px;
    padding: 16px 30px;
    position:absolute;
    top:-999em;
    width: 177px;
	z-index: 99;
	zoom: 1;
}
#nav-main .row-1:last-child .nav-dropdown {
    margin-left: -72px;
}
#nav-main .row-2 {
	line-height: 21px;
	padding: 7px 0;
}
#nav-main .link-2 {
    font-family: Dosis, Arial, sans-serif;
    color: #004494;
    font-size: 15px;
	line-height: 25px;
    text-decoration: none;
}
#nav-main .link-2:hover {
    color: #167913;
}

/*=== Home Button ===*/
#nav-main .home.row-1 {
    padding: 11px 10px 11px 0;
}
#nav-main .home .link-1 {
    background: url("images/icon-home.png") top center no-repeat;
	text-indent: -999999px;
    padding: 0;
    width: 39px;
}
#nav-main .home .link-1 span {
    background: none;
}
#nav-main .home .link-1:hover,
.home #nav-main .home .link-1 {
    background-position: center -45px;
}

/**
 * Secondary Navigation
 **/
#nav-secondary {
    background: url("images/nav-secondary-bottom-bg.png") bottom left no-repeat;
    margin-left: -5px;
    padding-bottom: 11px;
}
#nav-secondary ul {
    background: url("images/nav-secondary-top-bg.png") top left no-repeat;
    padding: 20px 25px 9px 25px;
}
#nav-secondary .row-1 {
	padding: 7px 0;
}
#nav-secondary .link-1 {
    color: #004494;
    display: block;
    font-family: Dosis, Arial, sans-serif;
    font-size: 15px;
    text-decoration: none;
}
#nav-secondary .current-menu-item .link-1 {
    color: #167913;
}


/**
 * Navigation
 **/

.listing-pagination {
    overflow: hidden;
}
.post-pagination {
    overflow: hidden;
}
.post-parts-pagination {
    clear: both;
}

/**
 * Galleries
 **/

.gallery {
	margin-left: -15px;
}
.gallery-item {
	float: left;
	margin: 0 0 15px 15px;
}

/**
 * Buttons 
 **/
.btn {
	display: block;
    font-family: Dosis, Arial, sans-serif;
    font-size: 16px;
    padding-right: 26px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
}
.btn span {
    display: block;
    padding: 9px 5px 21px 15px;
    line-height: 22px;
}
.btn-facebook span {
    background: url("images/btn-facebook-bg-left.png") left top no-repeat;
	padding-left: 55px;
}
.btn-facebook {
    background: url("images/btn-facebook-bg-right.png") right center no-repeat;
    color: #167913;
    text-shadow: 1px 1px 0 #fff;
}
.btn-green span {
    background: url("images/btn-green-bg-left.png") left top no-repeat;
}
.btn-green {
    background: url("images/btn-green-bg-right.png") right center no-repeat;
    color: #fff;
    text-shadow: 1px 1px 0 #2e5c89;
}
.btn-white span {
    background: url("images/btn-white-bg-left.png") left top no-repeat;
}
.btn-white {
    background: url("images/btn-white-bg-right.png") right center no-repeat;
    color: #167913;
    text-shadow: 1px 1px 0 #fff;
}

/**
 * Widgets 
 **/
#page-content-article .textwidget p {
	color: #004494;
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 20px;
	text-shadow: 1px 0 #fff;	
}
.sidebar-box {
	margin-bottom: 10px;
}
#sidebar .widget {
	background:url('images/sidebar-box-bg.png') no-repeat center bottom;
	padding: 0 10px 20px 12px;
}
#sidebar .widget .widget-title {
	background:url('images/sidebar-box-title-bg.png') no-repeat center top;
	color: #fff;
    font-family: Dosis, Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 0 -10px 10px -12px;
	padding: 10px 14px;
}
#sidebar .widget ul li {
	list-style: square;
	margin: 0 0 5px 15px;
}
#sidebar .widget a {
	color: #167913;
	text-decoration: none;
}
#sidebar .widget a:hover {
	text-decoration: underline;
}
.widget_button {
	background: none;
	padding: 0;
}

/**
 * Formulaires
 */

.wpcf7-list-item {display:block;padding-left:20px;margin-bottom:5px;}


.form-item:before, .form-item:after{content: " ";
	display:table;}
.form-item:after{clear:both;}
.form-item{padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #ebebeb;zoom:1;}
.form-item:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0;}
.form-term{float:left;padding-right:10px;color:#000;}
.form-term.required{background:url(/formulaires/form-term-required.gif) right 3px no-repeat;}
.form-item{padding-left:200px;}
.form-term{margin-left:-200px;width:180px;}
.form-caption{display:block;margin-top:3px;color:#999;font-size:11px;line-height:1.35;}
 
.radio-item{display:block;padding-left:20px;margin-bottom:5px;}
.radio-item.inline{display:inline-block;*display:inline;zoom:1;margin:0 15px 0 0;}
.radio-input{float:left;margin:3px 5px 0 -20px;}
 
.checkbox-item{display:block;padding-left:20px;margin-bottom:5px;}
.checkbox-item.inline{display:inline-block;*display:inline;zoom:1;margin:0 15px 0 0;}
.checkbox-input{float:left;margin:3px 5px 0 -20px;}

