@charset "utf-8";
/* CSS Document */

/*couleur du sous-titre*/
.resultat-cms-page .selection-platforms-val {
    color: #b3db6a;
	font-size:18px;
}

.resultat-cms-page .news-listing-section h2 {
    padding: 0 40px 0 40px;
	color: #bbd8e4;
	text-transform: uppercase;
}

/*couleur du background class added in umbraco*/
.nouvelledelinda {
    background-color: #680c87;
}

.bottom-line {
    border-bottom: 1px solid #680c87;
    padding: 25px 0;
}

.nouvelledelinda .news-listing-section .img-block>img {
    width: 100%;
	max-width: 240px;
}

.nouvelledelinda .news-listing-section .item-block {
    text-align: center;
    margin-bottom: 0px;
}

.bgmesuretitre {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 30px;
    font-weight: 600;
	color: #680c87;
	background-color: #b9cede;
	margin-bottom:0px;
}

.bgmesure {
	text-align: center;
	width: auto;
	height: auto;
	margin-bottom:0px;
	margin-top: 40px;
}


/**
 * LARGE
**/
@media only screen and (min-width: 728px) and (max-width: 8000px){
	.appear {
		display: block;
  }
}

/**
 * MOBILE LARGE
**/
@media only screen and (min-width: 10px) and (max-width: 727px){
	.mainalimentation {
width:auto;
max-width:727px;
margin:0 auto;
}
		.appear {
		display: none;
  }
}



/*.nouvelledelinda .resultat-cms-page .etude-de-cas-cms-page .simple-page-has-custom-js-css-true .news-listing-section .with-icons .container .row .bottom-line p .titre {
    color: #12551d;
	font-weight: 600;
	font-size: 30px;
}

.news-listing-section .titre p{
    font-size: 30px;
}

.container p .soustitre {
    color: #12551d;
	font-weight: 500;
	font-size:26px;
}

.container p .highlight {
    color: #12551d;
	font-weight: 600;
	font-size:22px;
}

.nouvelledelinda p {
    color: #97f1f8;
}*/

/*.resultat-cms-page .selection-platforms-val a {
    color: #12551d;
	font-weight: 600;
	text-decoration: underline;
}*/

/*.container p .source {
    color: #666666;
	font-size: 10px;
}*/