/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 22 2026 | 15:19:29 */
/* Ajouter votre code CSS ici.
                     
Par exemple:
.exemple {
    color: red;
}

Pour améliorer vos connaissances en CSS, visitez http://www.w3schools.com/css/css_syntax.asp

Fin du commentaire */ 

.custom-experiences-list,
.custom-experiences-items{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.custom-experiences-item {
  margin-bottom: 10px;
}

.custom-experiences-nom p{
	margin: 0;
}

.custom-experiences-year{
	margin: 0 20px 0 0;
}

.custom-experiences-list .custom-experiences-year-group{
	display: flex;
	page-break-inside: avoid;
	break-inside: avoid-column;
	margin-bottom:35px;
}

@media screen and (min-width: 768px){
	.custom-two-columns{
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}

}