#page #containerAGA {
      position: relative;
      width: 940px;
      margin: 0 auto 3px;
    }
#page #containerAGA a {
      text-decoration: none
}
#page #sliderAGA {
      width: 100%;
      margin: 0 auto;
      overflow: hidden;
      color: #595959;
      background-color: #fff;
      border-top: none;
      box-sizing: border-box;
      max-width: 940px;
    }

#page #sliderAGA #dateAGA {
      padding: 60px 0 0 208px;
      font-family: Verdana;
      font-size: 13px;
      font-weight: bold;
      color: #383838;
    }

#page #sliderAGA #flechebas {
      position: absolute;
      height: 30px;
      margin-top: -8px;
      width: 56px;
      margin-left: 422px;
      margin-bottom: -40px;
      cursor:pointer;
      z-index: 135;
    }

#page #sliderAGA #invitationAGA {
   width: 100%;   
   margin: 0px auto;
   display: flex;
   background: none;
   padding: 20px;
   box-sizing: border-box;
}

#page #sliderAGA .fleche {
  position: absolute;
  width: 56px;
  height: 26px;
  left: calc(50% - 28px);
  margin-top: -8px;
  background-size: 20px;
  background-image: url(/ressources/images/ic-chevron-message.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #acacac;
  border-top: none;
  cursor: pointer;
  background-color: #ffff;
  z-index: 99999;
}
#page #sliderAGA.ouvert .fleche {
  margin-top: -10px;
  background-image: url(/ressources/images/ic-chevron-message-haut.svg);
}
#page.mobile #sliderAGA .fleche {
  margin-top: -27px;
  border: 1px solid #acacac;
  border-bottom: none;
  background-image: url(/ressources/images/ic-chevron-message-haut.svg);
}
#page.mobile #sliderAGA.ouvert .fleche {
  background-image: url(/ressources/images/ic-chevron-message.svg);
} 

#page #sliderAGA #invitationAGA {
      width: 100%;
      margin:0px auto;
      height:120px;
      display:block;
    }

#page #sliderAGA #invitationAGA.fr { background: url(/ressources/images/f05-q00000-aga-2021-toaster-f.jpg) no-repeat top left; }
#page #sliderAGA #invitationAGA.en { background: url(/ressources/images/f05-q00000-aga-2021-toaster-e.jpg) no-repeat top left; }


@media screen and (max-width: 991px) {

    #page.mobile #containerAGA{
      position: fixed;
      width: 100%;
      border-bottom:1px solid #acacac;
      z-index: 5;
      margin: 0px auto 0px;
      bottom:0px;
    }
    #page.mobile #containerAGA a {
      text-decoration: none;
      color: #595959;
    }
    #page.mobile #containerAGA #sliderAGA {
      width: 100%;
      margin: 0 auto;
      overflow: hidden;
      color: #595959;
      background-color: #f3f7f8;
      border-top:none;
      box-sizing: border-box;
      max-width: 940px;
      border-top: 1px solid #acacac;
    }
    #page.mobile #containerAGA #sliderAGA #flechebas{
      background-position: 50% 50%;
      width: 20%;
      height: 30px;
      background-color: #f3f7f8;
      margin: -40px 40% 0px 40%;
      background-repeat: no-repeat;
      top: 10px;
      background-size: 28px;
      position: absolute;
      border: 1px solid #acacac;
      border-bottom: 0px;
      background-size:20px;
    }
    #page.mobile #containerAGA #sliderAGA #invitationAgaMobile{
      padding: 10px;
      margin-bottom: 10px;
      font-size: 16px;
      display:none;
    }
    #page.mobile #containerAGA #sliderAGA #invitationAgaMobile p.titreInvitation{
      font-size: 16px;
      font-weight: bold;
    }
    #page.mobile #containerAGA #sliderAGA #invitationAgaMobile input{
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    #page.mobile #sliderAGA #dateAGA {
      padding: 0px 0px 10px 15px !important;
    }
  
  }
