/******************************************************
	MODE EDITION
	En mode édition pour plus de clarté 
	*/

  body.sfPageEditor header {
    background: #a90616;
 }
 
 body.sfPageEditor nav{
   background:#F20920;
   float:none;
 }
 body.sfPageEditor main {
   background:#045379;
 }
 
 body.sfPageEditor #main-menu,
 body.sfPageEditor .consent-modal {
   max-height: 100px;
     overflow: auto;
 }
 
 body.sfPageEditor #main-menu .mega-menu__cat-article{
   display:none;
 }
 
 body.sfPageEditor aside {
   background:#0784c1;
 }
 body.sfPageEditor footer {
   background:#F2A209;
 }
 
 body.sfPageEditor .grid-x1,
 body.sfPageEditor .grid-x2,
 body.sfPageEditor .grid-x3,
 body.sfPageEditor .grid-x4,
 body.sfPageEditor .grid-x6 {
     margin-left: 0;
     margin-right: 12rem;
     margin-bottom: 4rem;
   background: aliceblue;
     padding: 2rem;
 }
 body.sfPageEditor .custom-container {
   background: aquamarine;
     padding: 2rem;
     margin: 2rem;
 }

 
@media (min-width: 992px){
	#header .header__primary-menu .primary-menu__logo {
		z-index: 10000;
	}
}