.conteneur-laureates{
	max-width: 860px;
    margin: 2% auto ;
    padding: 0 1rem ;
    line-height: 1.3rem ;
    width: auto ;
	
}


a > i.icon-caret-right {
	position: relative;
	top: 1px;
	padding-left: 4px;
}
.merites {
	border: 1px #bebcbc solid;
	border-radius: 4px;
	margin: 15px 0;
	padding: .5rem 1rem;
	box-shadow: 0px 2px 4px #bbcad1;
	line-height: 1.5em;
}

.merites img{
	display: flex;
	margin:10px auto 30px auto;
	/* width:100%;
    max-width: 300px; */
}

h2 {
	line-height: 111%;
}
h3 {
	margin: 30px auto;
	cursor: pointer;
}
h3 > i {
	margin-left: 12px;
	color: #4d99e0;
}
h4 {
	font-size: 135%;
	padding-top: 10px;
}
.liste {
	list-style: none;
}
/*  ul.icons > li {
            padding-top: 8px;
            padding-bottom: 8px;
        }*/
		
#Content3 ul > li {
	padding-top: 8px;
	padding-bottom: 8px;
}
div.row.temoignage {
	background-color: #f1f1f4;
	border-radius: 4px;
	margin-top: 24px;
}
div#contenu-laureats img {
}
#contenu-laureats h3 {
	margin-bottom: 15px;
}
#contenu-laureats hr {
	margin: 5px 0px;
}
.contenu-visible {
	height: auto;
	display: flex;
}
.contenu-visible:hover {
	background-color: #cbecf6;
}
.contenu-a-afficher div.col_12 {
	background-color: #fbfbfb;
}
.contenu-a-afficher ul {
	list-style-type: none;
	padding: 10px;
	margin: 0px 0px 0px 15px;
}
#francopub ul, #immigrants ul, #education ul, #merites-francais-ti ul {
	list-style-type: disc;
}
.contenu-visible h3 {
	text-align: left;
}
.contenu-a-afficher h4 {
	text-align: left;
}
.col_11 img, .col_12 img {
	margin: 10px auto 30px auto !important;
}
.txtbleu {
	color: #2281d3;
}

.btn-merites-francais-laureats, .btn-merites-francopub-laureats {
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.btn-merites-francais-laureats .btn-large:first-child{
	margin: 0 1rem 0 0;
}

.btn-merites-francopub-laureats .btn-large:first-child{
	margin: 0 1rem 0 0;
}



@media only screen and (max-width: 524px) {
	.btn-merites-francais-laureats, .btn-merites-francopub-laureats {
	flex-direction: column;
	
}
  .btn-merites-francais-laureats .btn-large:first-child{
	  margin: 0 0 1rem 0;
	
}
	 .btn-merites-francopub-laureats .btn-large:first-child{
	  margin: 0 0 1rem 0;
	
}
	
}

.container-annees-precedentes{

}


.liste-annes{
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.info-container h4{
	margin-top: 0;
}

.liste-annes ul{
	display: flex;
	flex-wrap: wrap;
    list-style: none;
    margin: 0 ;
    padding: 0;
    justify-content: center;
	
}

.liste-annes ul li{
	cursor: pointer;
	padding: 0 5px 0 5px;
	border:1px solid transparent;
	border-right: 1px solid gray;
	user-select: none;
	min-width: 44px;
}


.liste-annes ul .last{
	
	border-right: 1px solid transparent;
	
}



.liste-annes ul li.active{
	
	background-color: #cbecf6;
	
}

.info{
	padding: 15px 5px 10px;
}

hr.separateur{
	width:100%;
	margin:20px auto 20px auto;
}