
strong {font-weight: bold;}
ul, ol , li {list-style-type: none;}
a, a:hover {text-decoration: none; outline: 0 none;}
img { border: 0 none; max-width: 100%;vertical-align: middle;}


.clearfix {*zoom: 1;}
.clearfix:before,
.clearfix:after {display: table;line-height: 0;content: "";}
.clearfix:after {clear: both;}

/**********************************  CSS NINJA **************************************/


/* NEW MENU RESPONSIVE */

#menuToggle
{
  display: block;
  position: relative;
  top: 0;
  left: 10px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: none;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: none;
  width: 33px;
  height: 2px;
  margin-bottom: 7px;
  position: relative;
  
  background: #000;
  border-radius: 0;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #666;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 280px;
  margin: -50px 0 0 -50px;
  padding: 50px 30px;
  background: #FFF;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  -webkit-box-shadow: 10px 10px 10px -10px rgba(0,0,0,.5);
  box-shadow: 10px 10px 10px -10px rgba(0,0,0,.5);
}

#menu li
{
  padding: 10px 0;
  font-size: 1.2rem;
}
#menu li a button {
  background: none;
  -webkit-appearance: none;
  text-transform: uppercase;
  font-size: 1.1rem;
  border: 0;
  display: block;
  color: rgba(0,0,0,.8)!important;
  outline: none;
  cursor: pointer;
  line-height: 1.5;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}
/* RESPONSIVE */
@media (max-width:1024px) {


}
@media (max-width:768px) {


}
@media (max-width:600px) {



}
@media (max-width:480px) {

    .header__right-column {
        display: none;
    }

  #menuToggle input, #menuToggle span {
    display: block;
  }

  .content-menu-ux {
    display: block;
    position: fixed;
    top: .5rem;
    left: 0;
    z-index: 1000;
  }
    .ui.column.grid > [class*="six wide"].column.responsive, 
    .ui.grid > .column.row > [class*="six wide"].column.responsive, 
    .ui.grid > .row > [class*="six wide"].column.responsive, 
    .ui.grid > [class*="six wide"].column.responsive {
        width: auto !important;
        margin: .2rem 0 0 2rem;
    }
    .button-navigation  {
        display: inline-block;
    } 
    .navigation-run {
        opacity: 0; 
        position: fixed; 
        left: -100%; 
        top: 3rem; 
        z-index: 1000; 
        bottom: 0; 
        background: #fff;
        -moz-transition: all 0.30s linear; 
        -webkit-transition: all 0.30s linear; 
        -o-transition: all 0.30s linear; 
        -ms-transition: all 0.30s linear; 
        transition: all 0.30s linear;
    }  
    .navigation-run.show {
        left: 0; 
        opacity: 1;
    }
    .navigation-run ul {
        display: flex; 
        flex-direction: column;
    }
    .navigation-run li {
        border-bottom: 1px solid #e2e2e2;
    }


/*************** Navigation responsive A mettre dans tous les fichiers CSS ***************/
.ui.column.grid > [class*="six wide"].column,
.ui.grid > .column.row > [class*="six wide"].column,
.ui.grid > .row > [class*="six wide"].column,
.ui.grid > [class*="six wide"].column {
    width: 100% !important;
}
.ePeyQr.ePeyQr.ePeyQr .button-burger {
    display: inline-block;
    background: transparent;
    border: 0;
    position: relative;
    width: 2.6rem;
    height: 2.2rem;
    margin: 0;
    padding: 0;
    border: none;
    text-indent: -9999px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    cursor: pointer;
    overflow: hidden;
    vertical-align: bottom;
    outline: none !important;
}
.ePeyQr.ePeyQr.ePeyQr .button-burger span:before,
.ePeyQr.ePeyQr.ePeyQr .button-burger span:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #727272;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.ePeyQr.ePeyQr.ePeyQr .button-burger span:before {
    top: -.9rem;
}
.ePeyQr.ePeyQr.ePeyQr .button-burger span:after {
    bottom: -.9rem;
}
.ePeyQr.ePeyQr.ePeyQr .button-burger span {
    display: block;
    position: absolute;
    top: 1rem;
    left: 0;
    right: 0;
    height: 3px;
    background: #727272;
}
.ePeyQr.ePeyQr.ePeyQr .header__main-menu {
    display: none;
}
.ePeyQr.ePeyQr.ePeyQr .header__main-menu.show {
    display: block;
}
.ePeyQr.ePeyQr.ePeyQr .header__main-menu a,
.ePeyQr.ePeyQr.ePeyQr .header__main-menu a:hover,
.ePeyQr.ePeyQr.ePeyQr .header__main-menu a:focus {
    display: block;
    text-align: left;
    opacity: 1;
    color: #000 !important;
    border: 0 !important;
    padding: 0 12px 3px 12px !important;
}
.ePeyQr.ePeyQr.ePeyQr .header__main-menu a button {
    width: 100% !important;
    text-align: left !important;
    margin: 0 !important;
}
.ui.basic.button,
.ui.basic.buttons .button,
.ui.basic.button:focus,
.ui.basic.buttons .button:focus,
.ui.basic.button:hover,
.ui.basic.buttons .button:hover {
    color: #000 !important;
    font-weight: 600 !important;
    background: none !important;
    box-shadow: none !important;
}
.ePeyQr.ePeyQr.ePeyQr .header__main-menu a:hover button,
.ePeyQr.ePeyQr.ePeyQr .header__main-menu a.course button,
.ePeyQr.ePeyQr.ePeyQr .header__main-menu a.monoprixMoi button {
    bottom: 0 !important;
}
.ui.column.grid > [class*="four wide"].column,
.ui.grid > .column.row > [class*="four wide"].column,
.ui.grid > .row > [class*="four wide"].column,
.ui.grid > [class*="four wide"].column {
    width: 100% !important;
}
.rNeMv .footer__newsletter-and-social-media-container div {
    display: none;
}
.rNeMv .footer__newsletter-and-social-media-container .footer__social-media .footer__logos-container {
    right: 0;
}
}
@media (max-width:375px) {


}