




/* partie mandat */

/* désactivation des boutons (colC, colD etc...) */
/* @media (max-width: 1024px) { */
  /* .bouton-container { */
    /* display: none; */
  /* } */
/* } */



/* Règles pour les écrans de largeur inférieure ou égale à 1024px */
@media (max-width: 1024px) {
  .colB {
    display: none !important;
  }




    .espace1 {
        width: 100% !important;
        height: 100% !important;
    }
	
    .colA {
        width: 100% !important;
        height: 100% !important;
    }

    .espace2 {
        display: none !important;
    }
}















/* debut style bouton hamburger */



/* fin style bouton hamburger */