/*autres pages que accueil*/
/*
.banner-container{
background: url(https://www.impots.gouv.fr/portail/files/media/9_statistiques/img/bg_stat_4.gif);
height: 120px;
}
*/


.alert.alert-info {
	font-size: 1.5em;
	color: #000;
	background:#f4f4f4;
	border:0;
	padding: .5em;
	margin-bottom: 1em;
}

/*articles bloc*/
.accueil h2.block-bgc-title {
background-color: #5C77A8;
}


.derniere {
	clear: both;
	float: left;
	margin: 1em 0 3em 0;
	padding: 5px;
	box-shadow: 0 0 15px #ccc;
}

/*
.derniere > em:first-of-type{
background:#eef2f9;
padding: 10px;
margin-bottom:5px;
font-size: 1.25em;
font-style: normal;
display:block;
}
*/

.derniere h3 {
margin: 0 0 .5em;
font-size: 30px;
font-weight: bold;
}

/*
.derniere p:nth-of-type(2){
width: 50%;
float: left;
}
*/

.derniere figure,
/*.derniere figure img,*/
.derniere > img,
.derniere > p > img{	
max-width:100%;
display:block;
margin:0 auto;
}

@media (min-width:768px){
.derniere {
padding: 30px;
}

@media (min-width:992px){
.derniere p:nth-of-type(3){
width: 50%;
float: left;
}


.derniere figure,
/*.derniere figure img,*/
.derniere > img,
.derniere > p > img{	
	width:calc(50% - 15px);
	float: right;	
	margin:0 0 0 15px;
}


}