/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2025 | 07:57:43 */
/* 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 */ 

/* Marges uniquement sur desktop */
@media (min-width: 1025px) {
  .margepc {
    margin-left: 200px;
	margin-right: 200px;
  }
}

/* Pas de marge sur tablette et mobile */
@media (max-width: 1024px) {
  .margepc {
    margin-left: 0;
    margin-right: 0;
  }
}


