@charset "UTF-8";
/* CSS Document */

/*
*
*	Liste Actus
*
*/

.listeActus li.actualite{
	position: relative;
	float: left;
	width: 48%;
	margin-left: 2%;
	margin-bottom: 20px;
	background-color: #fff;
	-webkit-box-shadow:  1px 1px 0 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow:  1px 1px 0 0 rgba(0, 0, 0, 0.1);
	box-shadow:  1px 1px 0 0 rgba(0, 0, 0, 0.1);
	z-index:1;
	-webkit-transition: box-shadow 0.5s;
	-moz-transition: box-shadow 0.5s;
	-ms-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
}

.listeActus li.gauche{}
/*.listeActus li:nth-child(odd){margin-left: 0;}*/

.listeActus a{
	display: block;
	padding: 20px;
}
	
.listeActus article{
	padding: 20px;
}

.listeActus h2{
    text-align:center;
	color: #0062a1;
	font-size: 1.1rem;
	margin-top: 15px;
	margin-bottom: 15px;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-ms-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}

.listeActus .chapo p {
	font-size: 0.7rem;
}

.listeActus .img{
	background-color: #fff;
	position: relative;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain; /* à la demande de techné */ 
	overflow: hidden;
}

.listeActus .img span{
	position: absolute;
	left: -30px;
	top: 50%;
	margin-top: -30px;
	margin-left: -30px;
	display: block;
	width: 60px;
	height: 60px;
	background-image: url('../images/sign-6.png');
	background-repeat: none;
	background-position: center center;
	opacity: 0;
	-webkit-transition: left 0.5s ease, opacity 0.3s ease 0.1s;
	-moz-transition: left 0.5s ease, opacity 0.3s ease 0.1s;
	-ms-transition: left 0.5s ease, opacity 0.3s ease 0.1s;
	-o-transition: left 0.5s ease, opacity 0.3s ease 0.1s;
	transition: left 0.5s ease, opacity 0.3s ease 0.1s;
}

.listeActus p{
	color: #000;
}

.categ{
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 20px;
	padding: 10px 20px;
	color: #fff;
	background-color: #0062a1;
	z-index:0;
	-webkit-transition: top 0.5s ease;
	-moz-transition: top 0.5s ease;
	-ms-transition: top 0.5s ease;
	-o-transition: top 0.5s ease;
	transition: top 0.5s ease;
}

span.date{
	display: inline-block;
	color: #9ca4ba;
	font-size: 0.750rem;
	margin-right: 10px;
	margin-bottom: 5px;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-ms-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
span.date i{
	font-size: 0.875rem;
	margin-right: 5px;
}
	
	.listeActus li.actualite:hover{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.listeActus a:hover span.categ{
		top: -14px;
	}
	.listeActus a:hover .img span{
		left: 50%;
		opacity: 1;
	}
	.listeActus a:hover span.date{color: #0062a1;}


/*
*
*	Detail
*
*/

.headerBlog{
	background-color: #fff;
	padding: 20px;
	-webkit-box-shadow:  1px 1px 0 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow:  1px 1px 0 0 rgba(0, 0, 0, 0.1);
	box-shadow:  1px 1px 0 0 rgba(0, 0, 0, 0.1);
}

.headerBlog .fancy{
	float: left;
	width: 40%;
	margin-right: 5%;
	text-align: center;
}
.headerBlog .fancy img{max-width: 80%;}

.headerBlog article{
	float: left;
	width: 41%;
	line-height:33px;
}

.headerBlog h2{
	color: #0062a1;
	font-size: 1.875rem;
	margin-top: 0;
	text-align:left;
	margin-bottom: 10px;


}

.headerBlog .chapo p{
	font-weight: 400;
	color: #0062a1;
}

.contenuBlog{
	margin-top: 10px;
	    margin: auto;
    display: table;
}
.contenuBlogs{
	margin-top: 10px;
}

#cms.contenuBlog h3 {
	margin-top:20px;
	margin-bottom: 10px;
	font-size: 1.5rem;
	color: #aca400;
}

#cms.contenuBlog h4 {
	margin-bottom: 10px;
	margin-top: 1em;
	font-size: 1.125rem;
	font-weight: normal;
	color: #061f33;
}


#cms.contenuBlog h2+h3 {margin-top: 0;}

#cms.contenuBlog .btn-download{
	margin-top: 30px;
}

.contenuBlog + .btn{
	margin-top: 0;
}



.yf{
    margin-top: 4px;
    width: 68%;
	float:right;
}
.yfT{
    width: 30%;
    float: left;
    padding-top: 80px;
}
.sc{
    float: left;
    margin-top: 24px;
    width: 48%;
}
.scT{
    width: 50%;
    float: right;
    padding-top: 80px;
	}
	
.rj{
	float: left;
    margin-top: 24px;
    width: 48%;
}
.rjLi{
	width: 100%;
}
.rjRi{
	width: 40%;
    padding-top: 40px;
}
.rjT{
	width: 50%;
    float: right;
}
.gc{
	float: right;
    margin-top: 47px;
    width: 60%;
}
.gcT{
	width: 40%;
    float: left;
    padding-top: 80px;
}
.zcLi{
	float: left;
    margin-top: 24px;
    width: 38%;
}
.zcR{
	float: left;
    margin-top: 24px;
    width: 35%;
}
.zcRi{
    width: 84%;
}
.zcT{
    width: 27%;
    float: right;
    padding-top: 80px;
}
.cg{
   height: 166px; width: 221px; float: right;
}
.logoI_m{
}