@charset "utf-8";
/* CSS Document */

/*couleur du sous-titre*/
.resultat-cms-page .selection-platforms-val {
    color: #fce2bd;
	font-size:18px;
}

/*titre*/
.resultat-cms-page .news-listing-section h2 {
    padding: 0 40px 0 40px;
	color: #ffffff;
}

/*BG TITRE DE LA PAGE TEMPLATE*/
.resultat-cms-page .news-listing-section .row .col-xs-12 {
	background-color: #c06c5d;
	height: auto;
}

/*couleur du background class added in umbraco*/
.nouvelledelinda {
    background-color: #c06c5d;
}

/*.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: #e9e2d9;
}

/**
 * LARGE
**/
@media only screen and (min-width: 728px) and (max-width: 8000px){
	.graph1 {
		display: block;
  }
.graph2 {
		display: block;
  }
}

/**
 * MOBILE LARGE
**/
@media only screen and (min-width: 10px) and (max-width: 727px){
	.mainalimentation {
width:auto;
max-width:727px;
margin:0 auto;
}
		.graph1 {
		display: none;
  }
	.graph2 {
		display: none;
  }
}

