﻿ #intro div.section-details p {
     font-size: 1.25em;
     color: #fff;
     font-weight: bold;
     line-height: 2.2rem;
     padding: 1%;
 }
 #intro div.section-details {
     margin-top: 0px;
     margin-bottom: 0px;
     padding-bottom: 25px;
     padding-top: 25px;
 }
 section.breve > a {
     text-decoration: none !important;
 }
 div.lire-suite a:l {
     color: #5e5d5 !important;
 }
 li.terme {
     font-size: 1.3em;
 }
 /*li.terme:hover {
			background-color: #eeefff;
		}*/
 #neo article a:link {
     text-decoration: none !important;
     color: #5e5d5d !important;
 }
 #neo article a:hover {
     color: #cb1287 !important;
 }
 li.terme::marker {
     content: counter(list-item) ')  ';
 }
 div.def {
     margin-bottom: 2%;
     border-left: 4px solid #59bac1;
     padding-left: 5px;
 }
 .titre2 {
     line-height: 130%;
 }
 #promouvoir-concours ul {
     margin: 0 0 10px 25px;
 }

.description{
	display:flex;
}





@media only screen and (max-width: 500px) {
  
	.description{
	flex-direction: column;
}
	.description img{
	
		margin: 0 !important;
		align-self: auto !important;
		order: -1;
}

	
}