/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 05 2026 | 10:22:15 */
/* 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 */ 

.gc-iw-pills{
  display: flex;
  transition: border-color .25s, box-shadow .25s, background .25s;
  justify-content: center;
  align-items: center;
	p {
		margin: 0;
	}
}

.mb-0{
	margin-bottom: 0 !important;
}