@charset "UTF-8";
/*
$breakpoint argument choices
- phone
- tab-port
- tab-land
- big-desktop
*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media only screen and (max-width: 56.25em) {
    html {
      font-size: 50%; } }

*
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0; }

h1, h2, h3, h4, h5, h6, p, ul, figure {
  margin: 0;
  padding: 0; }

::-moz-selection {
  background-color: #e5173f;
  color: #fff; }

::selection {
  background-color: #e5173f;
  color: #fff; }

.container {
  width: 114rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (max-width: 75em) {
    .container {
      width: 90rem; } }
  @media only screen and (max-width: 56.25em) {
    .container {
      width: 90%; } }
  @media only screen and (max-width: 37.5em) {
    .container {
      width: 90%; } }

section {
  padding: 3rem 0; }

a,
a:link,
a:visited {
  color: #202020;
  -webkit-transition: all .5s;
  transition: all .5s; }

a:hover {
  color: #202020; }

.u-margin-top-small {
  margin-top: 1.5rem; }

.u-margin-top-medium {
  margin-top: 4rem; }

.u-margin-top-big {
  margin-top: 8rem; }

.u-margin-top-huge {
  margin-top: 10rem; }

.u-margin-bottom-small {
  margin-bottom: 1.5rem; }

.u-margin-bottom-medium {
  margin-bottom: 4rem; }

.u-margin-bottom-big {
  margin-bottom: 8rem; }

.u-margin-bottom-huge {
  margin-bottom: 10rem; }

.btn {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: lowercase;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  padding: .5rem 1.2rem 1rem 0;
  line-height: 1;
  display: inline-block;
  -webkit-transition: all 1s;
  transition: all 1s; }
  .btn > * {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in; }
  .btn:link, .btn:visited {
    color: #e5173f;
    border-right: 2px solid #e5173f;
    border-bottom: 2px solid #e5173f; }
  .btn:hover {
    background-image: -webkit-gradient(linear, right bottom, left top, from(#ff3a61), to(#e5173f));
    background-image: linear-gradient(to top left, #ff3a61, #e5173f);
    color: #fff; }
  .btn:focus {
    outline: none; }
  .btn--small {
    padding: .5rem 2rem;
    margin: 2rem 0; }

body {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  /*font-size: 16px;*/
  font-size: 1.8rem;
  line-height: 1.6;
  color: #202020; }

.heading-1 {
  font-size: 4.2rem;
  line-height: 1.1;
  letter-spacing: -2px;
  color: #e5173f; }

.heading-2 {
  font-size: 3.8rem;
  line-height: 1.1; }

.heading-3 {
  font-size: 3.2rem;
  line-height: 1.1;
  letter-spacing: 2px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #e5173f;
  margin: 2rem 0; }

.heading-4 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: lowercase;
  color: #e5173f; }

.heading-5 {
  font-size: 1.8rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff; }

.red-text {
  color: #ec0229;
  font-weight: 700; }

.footer {
  background: -webkit-gradient(linear, left top, right top, from(rgba(31, 27, 28, 0.6)), to(rgba(31, 27, 28, 0.6))), url(../img/pattern-coeur.svg);
  background: linear-gradient(to right, rgba(31, 27, 28, 0.6), rgba(31, 27, 28, 0.6)), url(../img/pattern-coeur.svg);
  background-color: #1f1b1c;
  background-position: center center;
  background-repeat: repeat;
  color: #d4d4d4;
  font-size: 1.6rem;
  padding: 0 0 8rem 0; }
  @media only screen and (max-width: 37.5em) {
    .footer {
      padding: 0 0 5rem 0; } }
  @media only screen and (max-width: 37.5em) {
    .footer .container {
      display: block; } }
  .footer .container__bg {
    background-color: #1f1b1c;
    padding: 8rem 8rem 2rem 8rem; }
    @media only screen and (max-width: 37.5em) {
      .footer .container__bg {
        padding: 5rem 2rem 2rem 2rem; } }
  .footer h5 {
    line-height: 0.6;
    margin-bottom: 3rem;
    border-bottom: 4px solid #4d4d4d;
    display: inline-block; }
  .footer h5::before {
    position: absolute;
    z-index: 0;
    width: 4rem;
    height: 4rem;
    margin-left: -3rem;
    margin-top: -7px;
    -webkit-filter: invert(18%) sepia(64%) saturate(5733%) hue-rotate(340deg) brightness(92%) contrast(96%);
            filter: invert(18%) sepia(64%) saturate(5733%) hue-rotate(340deg) brightness(92%) contrast(96%); }
  .footer__infos {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 37.5em) {
      .footer__infos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .footer__infos__address {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 35%;
              flex: 0 0 35%;
      line-height: 1.6; }
      @media only screen and (max-width: 56.25em) {
        .footer__infos__address {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%; } }
      @media only screen and (max-width: 37.5em) {
        .footer__infos__address {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 80%;
                  flex: 0 0 80%;
          margin: 2rem 10%; } }
      .footer__infos__address h5::before {
        content: url(../img/location.svg); }
    .footer__infos a,
    .footer__infos a:link,
    .footer__infos a:active,
    .footer__infos a:visited {
      color: #d4d4d4; }
    .footer__infos a:hover {
      color: #e5173f; }
    .footer__infos__tel {
      margin: 1rem 0;
      font-weight: 700;
      font-size: 1.8rem;
      display: block; }
    .footer__infos__contact {
      margin: 1rem 0;
      text-decoration: underline;
      font-weight: 700;
      display: block; }
    .footer__infos__schedule {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 35%;
              flex: 0 0 35%; }
      @media only screen and (max-width: 56.25em) {
        .footer__infos__schedule {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%; } }
      @media only screen and (max-width: 37.5em) {
        .footer__infos__schedule {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 80%;
                  flex: 0 0 80%;
          margin: 0 10%; } }
      .footer__infos__schedule h5::before {
        content: url(../img/schedule.svg); }
      .footer__infos__schedule div {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: .5rem; }
        @media only screen and (max-width: 37.5em) {
          .footer__infos__schedule div {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%; } }
  .footer__social {
    list-style-type: none;
    margin: 1.5rem 0; }
    .footer__social li {
      display: inline-block; }
    .footer__social-icon {
      height: 1.8rem;
      width: 1.8rem;
      margin-bottom: -5px;
      margin-right: 1rem;
      -webkit-filter: invert(100%) sepia(0%) saturate(7447%) hue-rotate(133deg) brightness(113%) contrast(113%);
              filter: invert(100%) sepia(0%) saturate(7447%) hue-rotate(133deg) brightness(113%) contrast(113%); }
      .footer__social-icon:hover {
        -webkit-filter: invert(21%) sepia(68%) saturate(5476%) hue-rotate(338deg) brightness(90%) contrast(100%);
                filter: invert(21%) sepia(68%) saturate(5476%) hue-rotate(338deg) brightness(90%) contrast(100%); }
  .footer__nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    margin-right: 5%; }
    .footer__nav h5::before {
      content: url(../img/heart.svg); }
    @media only screen and (max-width: 56.25em) {
      .footer__nav {
        display: none; } }
  .footer__smartcentre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin: 4rem 0 0 0;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px; }
    .footer__smartcentre img {
      max-width: 28rem;
      height: auto;
      margin: 1rem auto 0 auto; }
  .footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #aeaeae;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 1px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 2rem; }
    @media only screen and (max-width: 37.5em) {
      .footer__copyright {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .footer__copyright a,
    .footer__copyright a:active,
    .footer__copyright a:visited {
      border: none;
      text-decoration: none;
      color: #aeaeae;
      margin-left: .5rem; }
    .footer__copyright a:hover {
      color: #fff; }

.header__top {
  padding: 3rem 0 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff; }
  @media only screen and (max-width: 37.5em) {
    .header__top {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 3rem 0 2.5rem 5%; } }
.header__logo-box {
  -ms-flex-item-align: center;
      align-self: center; }
.header__logo {
  width: auto;
  height: 6.5rem; }
  @media only screen and (max-width: 37.5em) {
    .header__logo {
      height: 6rem; } }

.header__page {
  min-height: 42rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; }
  .header__page .container {
    display: block; }
  @media only screen and (max-width: 75em) {
    .header__page {
      min-height: 30rem; } }
  @media only screen and (max-width: 37.5em) {
    .header__page {
      min-height: 10rem; } }
  .header__page__title {
    color: #fff;
    text-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
    font-weight: 500;
    letter-spacing: 5px;
    font-size: 4rem;
    padding: 4rem 0; }
    @media only screen and (max-width: 37.5em) {
      .header__page__title {
        font-size: 2.8rem;
        bottom: 3rem; } }
  .header__page-evenements {
    background: linear-gradient(35deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%), url(../img/media/entete-evenements.jpg);
    background-size: cover; }
  .header__page-promotions {
    background: linear-gradient(35deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%), url(../img/media/entete-promos.jpg);
    background-size: cover; }

.secondary-nav {
  position: absolute;
  right: 2rem; }
  .secondary-nav ul {
    list-style: none;
    padding: 0;
    font-size: 1.8rem; }
  .secondary-nav ul > li {
    display: inline-block; }
  @media only screen and (max-width: 56.25em) {
    .secondary-nav__social {
      display: none; } }
  .secondary-nav__social-icon {
    height: 2.5rem;
    width: 2.5rem;
    margin-bottom: -5px;
    margin-right: 1.5rem; }
    .secondary-nav__social-icon:hover {
      -webkit-filter: invert(21%) sepia(68%) saturate(5476%) hue-rotate(338deg) brightness(90%) contrast(100%);
              filter: invert(21%) sepia(68%) saturate(5476%) hue-rotate(338deg) brightness(90%) contrast(100%); }
  .secondary-nav__social a {
    border: none; }

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d4d4d4;
  background-color: #fff; }
  .main-nav-menu {
    list-style: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 56.25em) {
      .main-nav-menu {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        overflow: hidden; } }
    .main-nav-menu .menu-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      border-right: 1px solid #d4d4d4;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      text-align: center;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      font-size: 1.9rem;
      font-weight: 500;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .main-nav-menu .menu-item a,
      .main-nav-menu .menu-item a:link,
      .main-nav-menu .menu-item a:visited {
        display: inline-block;
        color: #202020;
        -webkit-transition: all .1s;
        transition: all .1s;
        border: none;
        text-decoration: none;
        padding: 2rem 2.5rem; }
      .main-nav-menu .menu-item a:hover,
      .main-nav-menu .menu-item a:active {
        color: #ff3a61; }
    .main-nav-menu .menu-item-has-children::after {
      content: "";
      display: inline-block;
      background-image: url(../img/angle-arrow-down.svg);
      -webkit-filter: invert(24%) sepia(89%) saturate(6124%) hue-rotate(340deg) brightness(91%) contrast(96%);
              filter: invert(24%) sepia(89%) saturate(6124%) hue-rotate(340deg) brightness(91%) contrast(96%);
      background-size: 1rem;
      background-repeat: no-repeat;
      height: 1rem;
      width: 1.2rem;
      margin-left: -2rem;
      padding-right: 2rem; }
    .main-nav-menu .menu-item:hover .menu-item-has-children::after {
      -webkit-filter: invert(0%) sepia(92%) saturate(7434%) hue-rotate(29deg) brightness(101%) contrast(99%);
              filter: invert(0%) sepia(92%) saturate(7434%) hue-rotate(29deg) brightness(101%) contrast(99%); }
  .main-nav .sub-menu {
    position: absolute;
    display: none;
    width: 100%;
    left: -1px;
    top: 100%;
    list-style-type: none;
    background-color: #fff;
    text-align: center;
    border: 1px solid #d4d4d4;
    z-index: 1000; }
    .main-nav .sub-menu li {
      border-bottom: 1px solid #f1f1f1;
      font-size: 1.6rem;
      text-transform: initial;
      display: block;
      width: 100%; }
      .main-nav .sub-menu li:last-child {
        border-bottom: none; }
      .main-nav .sub-menu li a,
      .main-nav .sub-menu li a:active,
      .main-nav .sub-menu li a:visited {
        color: #202020;
        border: none;
        font-weight: 400;
        text-decoration: none;
        padding: .5rem auto; }
      .main-nav .sub-menu li a:hover,
      .main-nav .sub-menu li a:focus {
        color: #ff3a61; }
  .main-nav .menu-item:hover ul.sub-menu,
  .main-nav .menu-item:active ul.sub-menu,
  .main-nav .menu-item.mobile-click ul.sub-menu {
    display: block; }

.language {
  background-color: #202020;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9rem;
          flex: 0 0 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 56.25em) {
    .language {
      background-color: transparent;
      font-size: 2.2rem; } }
  .language__link:link, .language__link:active, .language__link:visited {
    color: #fff;
    text-decoration: none; }
    @media only screen and (max-width: 56.25em) {
      .language__link:link, .language__link:active, .language__link:visited {
        color: #202020; } }
  .language__link:hover {
    color: #e5173f; }

.footer__nav {
  font-size: 1.4rem; }
  .footer__nav ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .footer__nav ul li {
      display: inline-block;
      margin-right: 2rem;
      margin-bottom: 1.5rem;
      font-size: 1.6rem;
      line-height: 1.4;
      letter-spacing: 1px; }
    .footer__nav ul a:link, .footer__nav ul a:visited {
      color: #d4d4d4;
      text-decoration: none;
      -webkit-transition: all .2s ease-in;
      transition: all .2s ease-in;
      border: none; }
    .footer__nav ul a:hover {
      color: #e5173f; }

.mobile-secondary-nav {
  display: none; }

.navigation__checkbox, .navigation__background, .navigation__button {
  display: none; }
@media only screen and (max-width: 56.25em) {
  .navigation__button {
    display: block;
    background-color: transparent;
    height: 6rem;
    width: 6rem;
    position: fixed;
    border-radius: 50%;
    z-index: 2000;
    text-align: center;
    cursor: pointer;
    top: 3.5rem;
    right: 4rem; } }
  @media only screen and (max-width: 56.25em) and (max-width: 37.5em) {
    .navigation__button {
      top: 1.2em;
      right: 1.5em; } }
@media only screen and (max-width: 56.25em) {
  .navigation__background {
    display: block;
    height: 6rem;
    width: 6rem;
    border-radius: 50%;
    position: fixed;
    top: 4rem;
    right: 4rem;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 1000;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.83, 0, 0.17, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.83, 0, 0.17, 1);
    transition: transform 0.5s cubic-bezier(0.83, 0, 0.17, 1);
    transition: transform 0.5s cubic-bezier(0.83, 0, 0.17, 1), -webkit-transform 0.5s cubic-bezier(0.83, 0, 0.17, 1); } }
  @media only screen and (max-width: 56.25em) and (max-width: 37.5em) {
    .navigation__background {
      top: 1.5em;
      right: 1.5em; } }
@media only screen and (max-width: 56.25em) {
  .navigation .main-nav {
    pointer-events: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500;
    opacity: 0;
    width: 0;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .navigation .main-nav .main-nav-menu {
      position: relative;
      list-style: none;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .navigation .main-nav .menu-item {
      margin: 0;
      border: none;
      font-size: 2.2rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: table; }
    .navigation .main-nav .menu-item-has-children::after {
      margin-left: 0;
      display: table-cell;
      position: relative;
      top: 3rem; }
    .navigation .main-nav a,
    .navigation .main-nav a:link,
    .navigation .main-nav a:visited {
      display: block;
      -webkit-transition: all .4s;
      transition: all .4s;
      font-size: 2.2rem; }
    .navigation .main-nav a:hover,
    .navigation .main-nav a:active {
      color: #ff3a61; }
    .navigation .main-nav .sub-menu {
      position: relative;
      border: none; }
      .navigation .main-nav .sub-menu li.menu-item {
        border-bottom: 0;
        margin: 0;
        padding: 1rem;
        font-size: 2rem;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; }
        .navigation .main-nav .sub-menu li.menu-item a,
        .navigation .main-nav .sub-menu li.menu-item a:link {
          padding: 0; }
    .navigation .main-nav .mobile-secondary-nav {
      display: block; }
      .navigation .main-nav .mobile-secondary-nav ul {
        list-style-type: none; }
        .navigation .main-nav .mobile-secondary-nav ul li {
          display: block;
          text-align: center; }
          .navigation .main-nav .mobile-secondary-nav ul li a,
          .navigation .main-nav .mobile-secondary-nav ul li a:active,
          .navigation .main-nav .mobile-secondary-nav ul li a:link {
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            border-bottom: 0;
            font-size: 2.2rem; }
      .navigation .main-nav .mobile-secondary-nav .mobile-links {
        margin-top: 3rem; }
        .navigation .main-nav .mobile-secondary-nav .mobile-links li {
          margin: 2rem 0; }
      .navigation .main-nav .mobile-secondary-nav .mobile-social {
        margin-top: 5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .navigation .main-nav .mobile-secondary-nav .mobile-social li {
          display: inline-block; }
  .navigation__checkbox:checked ~ .navigation__background {
    -webkit-transform: scale(80);
            transform: scale(80); }
  .navigation__checkbox:checked ~ .main-nav {
    opacity: 1;
    width: 100%;
    pointer-events: initial; }
  .navigation__icon {
    position: relative;
    margin-top: 3.5rem; }
    .navigation__icon, .navigation__icon::before, .navigation__icon::after {
      width: 3rem;
      height: 2px;
      background-color: #202020;
      display: inline-block; }
    .navigation__icon::before, .navigation__icon::after {
      content: "";
      position: absolute;
      left: 0;
      -webkit-transition: all .2s;
      transition: all .2s; }
    .navigation__icon::before {
      top: -.8rem; }
    .navigation__icon::after {
      top: .8rem; }
  .navigation__button:hover .navigation__icon::before {
    top: -1rem; }
  .navigation__button:hover .navigation__icon::after {
    top: 1rem; }
  .navigation__checkbox:checked + .navigation__button .navigation__icon {
    background-color: transparent; }
  .navigation__checkbox:checked + .navigation__button .navigation__icon::before {
    top: 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .navigation__checkbox:checked + .navigation__button .navigation__icon::after {
    top: 0;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); } }

.blog {
  padding-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .blog__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 3rem 0 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media only screen and (max-width: 37.5em) {
      .blog__article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .blog__article__infos {
      margin: 3rem 10rem; }
      @media only screen and (max-width: 75em) {
        .blog__article__infos {
          margin: 2rem 6rem; } }
      @media only screen and (max-width: 37.5em) {
        .blog__article__infos {
          margin: 2rem; } }
      .blog__article__infos-title {
        text-decoration: none;
        font-size: 2.6rem;
        line-height: 0.5;
        letter-spacing: 1px;
        font-weight: 500; }
        .blog__article__infos-title:link, .blog__article__infos-title:visited {
          color: #e5173f; }
        .blog__article__infos-title:hover {
          color: #b80125; }
      .blog__article__infos-blurb {
        font-size: 1.5rem;
        line-height: 1.4;
        margin-top: 2rem; }
      .blog__article__infos-link {
        margin-top: 2rem; }
    .blog__article__photo {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 48%;
              flex: 0 0 48%; }
      @media only screen and (max-width: 37.5em) {
        .blog__article__photo {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; } }
      .blog__article__photo img {
        width: 100%;
        height: auto; }
  .blog .article-left .blog__article__infos {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    text-align: right; }
    @media only screen and (max-width: 37.5em) {
      .blog .article-left .blog__article__infos {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
  .blog .article-left .blog__article__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media only screen and (max-width: 37.5em) {
      .blog .article-left .blog__article__photo {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; } }
  .blog .article-right .blog__article__infos {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .blog .article-right .blog__article__photo {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  @media only screen and (max-width: 37.5em) {
    .blog .container {
      display: block; } }

/************************/
/****** EVENEMENTS ******/
/************************/
.blog__evenements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .blog__evenements__evenement {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin: 3% 1%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media only screen and (max-width: 37.5em) {
      .blog__evenements__evenement {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin: 2rem 0; } }
    .blog__evenements__evenement-photo {
      height: 28rem;
      overflow: hidden;
      margin-bottom: 1.5rem; }
      @media only screen and (max-width: 37.5em) {
        .blog__evenements__evenement-photo {
          height: 20rem; } }
      .blog__evenements__evenement-photo img {
        width: 100%;
        height: auto; }
    .blog__evenements__evenement-title {
      font-size: 2.6rem;
      letter-spacing: 1.5px;
      font-weight: 500; }
      .blog__evenements__evenement-title:link, .blog__evenements__evenement-title:active, .blog__evenements__evenement-title:visited {
        text-decoration: none;
        color: #e5173f;
        -webkit-transition: all .1s;
        transition: all .1s; }
      .blog__evenements__evenement-title:hover {
        color: #b80125; }
    .blog__evenements__evenement-date {
      text-transform: uppercase;
      font-size: 1.7rem;
      letter-spacing: 1px;
      margin-top: 1rem; }
    .blog__evenements__evenement-blurb {
      font-size: 1.5rem;
      line-height: 1.4;
      margin: 2rem 0; }
  .blog__evenements .aucune_publication {
    text-align: center;
    width: 100%; }

/**************************/
/******** PROMOS **********/
/**************************/
.blog__promotions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .blog__promotions__promo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
    margin: 1% 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: start;
        align-content: flex-start; }
    @media only screen and (max-width: 37.5em) {
      .blog__promotions__promo {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 90%;
                flex: 0 0 90%;
        margin: 2rem 5%; } }
    .blog__promotions__promo-logo {
      height: 18rem;
      background-color: #f1f1f1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .blog__promotions__promo-logo img {
        max-height: 6rem;
        max-width: 15rem; }
    .blog__promotions__promo-detaillant {
      margin: 2rem 0 1rem;
      font-size: 1.5rem;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .blog__promotions__promo-nom {
      font-weight: 500;
      text-decoration: none;
      line-height: 1.3;
      letter-spacing: 1px;
      font-size: 2rem; }
      .blog__promotions__promo-nom:link, .blog__promotions__promo-nom:active, .blog__promotions__promo-nom:visited {
        color: #e5173f;
        -webkit-transition: all .1s;
        transition: all .1s; }
      .blog__promotions__promo-nom:hover {
        color: #b80125; }
    .blog__promotions__promo-blurb {
      font-size: 1.5rem;
      line-height: 1.4;
      margin: 2rem 0; }
  .blog__promotions .aucune_publication {
    text-align: center;
    width: 100%; }

.partners {
  background-color: #f1f1f1;
  padding: 5rem 0; }
  .partners__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (max-width: 37.5em) {
      .partners__logos {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .partners__img {
    max-height: 6rem;
    margin: 3rem;
    opacity: 50%;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
    @media only screen and (max-width: 75em) {
      .partners__img {
        max-height: 4.5rem; } }
  .partners__link {
    margin: 0 auto; }

.search {
  background-color: #e5173f;
  color: #fff;
  width: 8rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9rem;
          flex: 0 0 9rem;
  position: relative; }
  @media only screen and (max-width: 56.25em) {
    .search {
      display: none; } }
  .search__form {
    background-color: #e5173f;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .search__form__input {
      background-color: #e5173f;
      position: absolute;
      top: 100%;
      right: 0;
      z-index: 10;
      padding: 0 20px;
      height: 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .search__form__input input {
        background-color: transparent;
        border: none;
        font-family: inherit;
        font-size: inherit;
        color: inherit;
        outline: none;
        height: 30px;
        min-width: 400px; }
        .search__form__input input::-webkit-input-placeholder {
          color: #fff; }
        .search__form__input input:-ms-input-placeholder {
          color: #fff; }
        .search__form__input input::-ms-input-placeholder {
          color: #fff; }
        .search__form__input input::placeholder {
          color: #fff; }
    .search__form__btn {
      cursor: pointer;
      background: transparent;
      border: none;
      -webkit-filter: invert(100%) sepia(0%) saturate(7447%) hue-rotate(133deg) brightness(113%) contrast(113%);
              filter: invert(100%) sepia(0%) saturate(7447%) hue-rotate(133deg) brightness(113%) contrast(113%); }

.slider {
  width: 100%;
  overflow: hidden;
  z-index: 0;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .slider__images img {
    width: 100%;
    height: auto; }
  .slider .slider-nav {
    height: 0; }
    .slider .slider-nav__prev a, .slider .slider-nav__next a {
      position: absolute;
      width: 2rem;
      height: 2rem;
      padding: 2rem;
      background: url(../img/left-arrow.svg) rgba(255, 255, 255, 0.7) center no-repeat;
      -webkit-transition: all .1s;
      transition: all .1s;
      margin-top: -3rem;
      z-index: 8000;
      overflow: hidden;
      text-indent: -9000px; }
    .slider .slider-nav__prev a {
      left: 0;
      top: 50%; }
      .slider .slider-nav__prev a:hover {
        padding-left: 4rem; }
    .slider .slider-nav__next a {
      right: 0;
      top: 50%;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
      .slider .slider-nav__next a:hover {
        padding-right: 4rem; }
  .slider .openinghours {
    position: absolute;
    /*
    left: 15rem;
    bottom: 7.5rem;
    */
    left: 8.5rem;
    bottom: 3.5rem;
    background-color: #fff;
    width: 17rem;
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
    line-height: 1;
    padding-bottom: 2.5rem;
    z-index: 9000; }
    @media only screen and (max-width: 56.25em) {
      .slider .openinghours {
        display: none; } }
    .slider .openinghours__day {
      background-color: #e5173f;
      color: #fff;
      padding: 1.5rem 3rem;
      text-transform: uppercase;
      letter-spacing: 2px; }
    .slider .openinghours__status {
      padding: 0 2.5rem;
      font-size: 2.8rem;
      letter-spacing: -2px;
      color: #e5173f;
      font-weight: 700;
      margin-top: 2rem; }
    .slider .openinghours__hours {
      padding: .5rem 2.5rem;
      font-size: 2.8rem;
      letter-spacing: -2px;
      margin-bottom: 1rem; }
    .slider .openinghours__link {
      font-size: 1.5rem;
      padding: 0  2.5rem 2rem 2.5rem;
      color: #e5173f; }
      .slider .openinghours__link:hover {
        color: #b80125; }

.post-content {
  min-height: 400px;
  width: 100%;
  /* =WordPress Core
  -------------------------------------------------------------- */
  /* Text meant only for screen readers. */ }
  @media only screen and (max-width: 75em) {
    .post-content {
      min-height: initial; } }
  .post-content .alignnone {
    margin: 5px 20px 20px 0; }
  .post-content .aligncenter,
  .post-content div.aligncenter {
    display: block;
    margin: 5px auto 5px auto; }
  .post-content .alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  .post-content .alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  .post-content a img.alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  .post-content a img.alignnone {
    margin: 5px 20px 20px 0; }
  .post-content a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  .post-content a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .post-content .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center; }
  .post-content .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  .post-content .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .post-content .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .post-content .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .post-content .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }
  .post-content .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .post-content .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }
  .post-content ul, .post-content ol {
    padding-left: 3rem;
    margin: 2rem 0; }
  .post-content p {
    margin: 2rem 0; }
    .post-content p.breadcrumbs {
      color: #4d4d4d; }
      .post-content p.breadcrumbs a {
        color: #4d4d4d; }
      .post-content p.breadcrumbs span.breadcrumb_last {
        font-weight: 700; }
    .post-content p.date_evenement {
      font-weight: 700; }
    .post-content p.promo_logo img {
      max-width: 300px; }
  .post-content h2 {
    font-size: 3rem;
    line-height: 1.1;
    color: #e5173f; }
  .post-content h3 {
    font-size: 2.8rem;
    line-height: 1.1;
    letter-spacing: 2px;
    font-weight: 700;
    color: #e5173f; }
  .post-content h4 {
    font-size: 2.6rem; }
  .post-content h5 {
    font-size: 2.4rem; }
  .post-content h6 {
    font-size: 2.2rem; }
  .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    margin: 4rem 0 2rem 0; }
  .post-content .texte-rouge {
    color: #e5173f; }
  .post-content .texte-gris {
    color: #7a7a7a; }

.page-template-template-page-contact section.container-google-map {
  width: 100%;
  height: 250px;
  background-color: #aaa;
  margin: 3rem 0 0 0;
  padding: 0;
  position: relative; }
  .page-template-template-page-contact section.container-google-map .acf-map {
    width: 100%;
    height: 250px;
    border: 0;
    margin: 0; }
  .page-template-template-page-contact section.container-google-map .acf-map img {
    max-width: inherit !important; }
  .page-template-template-page-contact section.container-google-map a.google-map-image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    image-rendering: optimizeQuality; }
.page-template-template-page-contact .post-content .colonnes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 56.25em) {
    .page-template-template-page-contact .post-content .colonnes {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .page-template-template-page-contact .post-content .colonnes .colonne > *:first-child {
    margin-top: 0 !important; }
  .page-template-template-page-contact .post-content .colonnes .colonne.colonne-coordonnees {
    width: 39%; }
    @media only screen and (max-width: 56.25em) {
      .page-template-template-page-contact .post-content .colonnes .colonne.colonne-coordonnees {
        width: 100%; } }
    .page-template-template-page-contact .post-content .colonnes .colonne.colonne-coordonnees .titre_heure_ouverture {
      padding: 12px 0 12px 74px;
      background-image: url("../img/horloge-pbourassa.png");
      background-position: left center;
      background-size: contain;
      background-repeat: no-repeat; }
  .page-template-template-page-contact .post-content .colonnes .colonne.colonne-formulaire-contact {
    width: 58%; }
    @media only screen and (max-width: 56.25em) {
      .page-template-template-page-contact .post-content .colonnes .colonne.colonne-formulaire-contact {
        width: 100%;
        margin-top: 1.5em; } }
.page-template-template-page-contact .post-content a.page_contact_medias_sociaux img {
  height: 2rem;
  width: 2rem;
  margin-right: 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.page-template-template-page-contact .post-content a.page_contact_medias_sociaux:hover img {
  -webkit-filter: invert(21%) sepia(68%) saturate(5476%) hue-rotate(338deg) brightness(90%) contrast(100%);
          filter: invert(21%) sepia(68%) saturate(5476%) hue-rotate(338deg) brightness(90%) contrast(100%); }

.page-template-template-page-heures-ouverture .post-content .colonnes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 56.25em) {
    .page-template-template-page-heures-ouverture .post-content .colonnes {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .page-template-template-page-heures-ouverture .post-content .colonnes .colonne > *:first-child {
    margin-top: 0 !important; }
  .page-template-template-page-heures-ouverture .post-content .colonnes .colonne.colonne-heures {
    width: 39%; }
    @media only screen and (max-width: 56.25em) {
      .page-template-template-page-heures-ouverture .post-content .colonnes .colonne.colonne-heures {
        width: 100%; } }
  .page-template-template-page-heures-ouverture .post-content .colonnes .colonne.colonne-contenu {
    width: 58%; }
    @media only screen and (max-width: 56.25em) {
      .page-template-template-page-heures-ouverture .post-content .colonnes .colonne.colonne-contenu {
        width: 100%;
        margin-top: 1.5em; } }

#recherche-plan {
  width: 100%;
  height: 30px;
  margin-bottom: 20px; }

.conteneur-liste ul {
  padding-left: 0; }

#bouton-plan-repertoire {
  display: inline-block;
  height: 30px; }

#bouton-plan-repertoire a {
  display: inline-block;
  background-image: url("../img/plan/bouton-plan.png");
  background-position: 0px -80px;
  background-repeat: repeat-x;
  padding-right: 12px;
  border: 1px solid #d5d5d5;
  height: 28px;
  text-decoration: none;
  cursor: pointer; }

#bouton-plan-repertoire a:hover {
  background-position: 0px -120px; }

#bouton-plan-repertoire a .icone-acrobat {
  float: left;
  display: inline-block;
  width: 29px;
  height: 28px;
  background-image: url("../img/plan/bouton-plan.png");
  background-repeat: no-repeat;
  margin-right: 12px;
  text-decoration: none;
  cursor: pointer; }

#bouton-plan-repertoire a:hover .icone-acrobat {
  background-position: 0px -40px; }

#bouton-plan-repertoire a .texte-plan {
  float: left;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  color: #7e7e7e;
  font-style: italic;
  text-decoration: none;
  cursor: pointer; }

#filtre-boutiques {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 75em) {
    #filtre-boutiques {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  #filtre-boutiques ul {
    list-style-type: none; }

#filtre-categories {
  position: relative;
  /*float:left;	
  z-index:85;*/ }

#bouton-filtre-categories {
  display: inline-block;
  border: 1px solid #d5d5d5;
  color: #666666;
  background-color: #f7f7f7;
  height: 42px;
  padding-left: 14px;
  padding-right: 41px;
  line-height: 42px;
  vertical-align: middle;
  font-size: 15px;
  font-weight: bold;
  margin-right: 20px;
  background-image: url("../img/plan/sprite-fleches-repertoire.png");
  background-position: right 15px;
  background-repeat: no-repeat;
  cursor: pointer; }

#filtre-categories:hover #bouton-filtre-categories {
  color: #500816;
  background-color: #c61436;
  background-position: right -29px; }

#filtre-categories .conteneur-liste {
  display: none;
  padding-top: 7px;
  position: absolute;
  top: 44px;
  left: 0px;
  z-index: 95; }

#liste-categories li {
  position: relative;
  color: white;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  padding-left: 13px;
  padding-right: 13px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  background-color: #333333;
  white-space: nowrap; }

#liste-categories > li.avecBoutiques:hover {
  background-color: #cc0033;
  height: 28px;
  line-height: 28px;
  border: 1px solid #ad112f; }

#liste-categories li.avecBoutiques:hover .liste-boutiques-categories {
  display: block; }

#liste-categories li.avecBoutiques .liste-boutiques-categories {
  display: none;
  position: absolute;
  top: -1px;
  left: 100%;
  /*todo remove background-color:#cc0033;
  border:1px solid #900f27;*/
  border-left: 1px solid #900f27;
  border-top: 1px solid #900f27;
  border-right: 1px solid #900f27;
  background-color: #900f27; }

#liste-categories li.avecBoutiques .liste-boutiques-categories li.choixBoutique {
  border: none;
  background-color: #cc0033;
  display: block;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 1px; }

#liste-categories li.avecBoutiques .liste-boutiques-categories li.choixBoutique.premier:hover {
  /*todo remove border-top: none;
  height:27px;
  line-height:27px;*/ }

#liste-categories li.avecBoutiques .liste-boutiques-categories li.choixBoutique.dernier:hover {
  /*todo remove border-bottom: none;
  height:27px;
  line-height:27px;*/ }

#liste-categories li.avecBoutiques .liste-boutiques-categories li.choixBoutique:hover {
  /*todo remove border-top:1px solid #900f27;										
  border-bottom:1px solid #900f27;
  height:26px;
  line-height:26px;*/
  background-color: white;
  color: #900f27; }

#liste-alphabetique li {
  position: relative;
  color: white;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  padding-left: 13px;
  padding-right: 13px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  background-color: #333333;
  min-width: 100px;
  white-space: nowrap; }

#liste-alphabetique > li {
  text-transform: uppercase; }

#liste-alphabetique > li > ul.liste-boutiques-lettre {
  text-transform: none; }

#liste-alphabetique > li:hover {
  background-color: #cc0033;
  height: 28px;
  line-height: 28px;
  border: 1px solid #ad112f; }

#liste-alphabetique li:hover .liste-boutiques-lettre {
  display: block; }

#liste-alphabetique li .liste-boutiques-lettre {
  display: none;
  position: absolute;
  top: -1px;
  left: 100%;
  /*todo remove background-color:#cc0033;
  border:1px solid #900f27;*/
  border-left: 1px solid #900f27;
  border-top: 1px solid #900f27;
  border-right: 1px solid #900f27;
  background-color: #900f27; }

#liste-alphabetique li .liste-boutiques-lettre li.choixBoutique {
  border: none;
  background-color: #cc0033;
  display: block;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 1px; }

#liste-alphabetique li .liste-boutiques-lettre li.choixBoutique.premier:hover {
  /*todo remove border-top: none;
  height:27px;
  line-height:27px;*/ }

#liste-alphabetique li .liste-boutiques-lettre li.choixBoutique.dernier:hover {
  /*todo remove border-bottom: none;
  height:27px;
  line-height:27px;*/ }

#liste-alphabetique li .liste-boutiques-lettre li.choixBoutique:hover {
  /*todo remove border-top:1px solid #900f27;										
  border-bottom:1px solid #900f27;
  height:26px;
  line-height:26px;*/
  background-color: white;
  color: #900f27; }

@media (min-width: 901px) {
  #etiquette-mobile {
    display: none; }

  #resultatRechercheEnTete {
    position: absolute;
    top: 60px;
    left: 0px;
    display: none;
    z-index: 100;
    border-left: 1px solid #900f27;
    border-top: 1px solid #900f27;
    border-right: 1px solid #900f27;
    background-color: #900f27; }

  .choixBoutiqueRechercheEnTete {
    border: none;
    background-color: #cc0033;
    display: block;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    color: white;
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 1px;
    white-space: nowrap;
    min-width: 100px;
    text-align: left; }

  .choixBoutiqueRechercheEnTete:hover, .choixBoutiqueRechercheEnTete.selection {
    height: 28px;
    line-height: 28px;
    background-color: white;
    color: #900f27; }

  #recherche-repertoire {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 30px;
    text-align: left; }

  #txtRechercheRepertoire {
    float: left;
    display: inline-block;
    width: 250px;
    height: 28px;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url("../img/plan/bouton-plan.png");
    background-position: 0px -80px;
    background-repeat: repeat-x;
    margin: 0px;
    line-height: 28px;
    vertical-align: middle; }

  #btnSoumettreRechercheRepertoire {
    text-indent: -9999px;
    float: left;
    width: 36px;
    height: 28px;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-image: url("../img/plan/icone-loupe.png");
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px; }

  #btnSoumettreRechercheRepertoire:hover {
    /*background-position:0px -29px;*/ }

  #resultatRecherche {
    position: absolute;
    top: 30px;
    left: 0px;
    display: none;
    z-index: 100;
    border-left: 1px solid #900f27;
    border-top: 1px solid #900f27;
    border-right: 1px solid #900f27;
    background-color: #900f27; }

  .choixBoutiqueRecherche {
    border: none;
    background-color: #cc0033;
    display: block;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    color: white;
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 1px; }

  .choixBoutiqueRecherche:hover, .choixBoutiqueRecherche.selection {
    height: 28px;
    line-height: 28px;
    background-color: white;
    color: #900f27; }

  #bouton-plan-repertoire {
    width: 50%;
    text-align: right; }

  #filtre-alphabetique {
    position: relative;
    float: left;
    z-index: 75; }

  #bouton-filtre-alphabetique {
    display: inline-block;
    border: 1px solid #d5d5d5;
    color: #666666;
    background-color: #f7f7f7;
    height: 42px;
    padding-left: 14px;
    padding-right: 41px;
    line-height: 42px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    margin-right: 20px;
    background-image: url("../img/plan/sprite-fleches-repertoire.png");
    background-position: right 15px;
    background-repeat: no-repeat;
    cursor: pointer; }

  #filtre-alphabetique:hover #bouton-filtre-alphabetique {
    color: #500816;
    background-color: #c61436;
    background-position: right -29px; }

  #filtre-alphabetique .conteneur-liste {
    display: none;
    padding-top: 7px;
    position: absolute;
    top: 44px;
    left: 0px;
    z-index: 80; }

  #liste-categories > li:hover {
    background-image: url("../img/plan/sprite-fleches-repertoire.png");
    background-position: right -81px;
    background-repeat: no-repeat; }

  #liste-alphabetique > li:hover {
    background-image: url("../img/plan/sprite-fleches-repertoire.png");
    background-position: right -81px;
    background-repeat: no-repeat; }

  #recherche-plan,
  #filtre-boutiques,
  #zone-repertoire {
    max-width: 873px;
    margin-left: auto;
    margin-right: auto; }

  #zone-services .bouton-services {
    display: inline-block;
    width: 36px;
    height: 37px;
    margin-right: 5px;
    background-image: url("../img/plan/sprite-icones-repertoire.png");
    text-indent: -9999px;
    cursor: pointer; }

  #zone-services .bouton-toilettes {
    background-position: 0px 0px; }

  #zone-services .bouton-table {
    background-position: -43px 0px; }

  #zone-services .bouton-entrees {
    background-position: -86px 0px; }

  #zone-services .bouton-telephones {
    background-position: -129px 0px; }

  #zone-services .bouton-chaises {
    background-position: -172px 0px; }

  #zone-services .bouton-poussettes {
    background-position: -215px 0px; }

  #zone-services .bouton-cheques {
    background-position: -258px 0px; }

  #zone-services .bouton-casiers {
    background-position: -301px 0px; }

  #zone-services .bouton-taxis {
    background-position: -344px 0px; }

  #zone-services .bouton-stationnement {
    background-position: -387px 0px; }

  #zone-services .bouton-soins {
    background-position: -430px 0px; }

  #zone-services .bouton-photos {
    background-position: -473px 0px; }

  #zone-services .bouton-wifi {
    background-position: -516px 0px; }

  #zone-services .bouton-allaitement {
    background-position: -559px 0px; }

  #zone-services .bouton-defibrilateur {
    background-position: -603px 0px; }

  #zone-services .bouton-toilettes:hover, #zone-services .bouton-toilettes.actif {
    background-position: 0px -50px; }

  #zone-services .bouton-table:hover, #zone-services .bouton-table.actif {
    background-position: -43px -50px; }

  #zone-services .bouton-entrees:hover, #zone-services .bouton-entrees.actif {
    background-position: -86px -50px; }

  #zone-services .bouton-telephones:hover, #zone-services .bouton-telephones.actif {
    background-position: -129px -50px; }

  #zone-services .bouton-chaises:hover, #zone-services .bouton-chaises.actif {
    background-position: -172px -50px; }

  #zone-services .bouton-poussettes:hover, #zone-services .bouton-poussettes.actif {
    background-position: -215px -50px; }

  #zone-services .bouton-cheques:hover, #zone-services .bouton-cheques.actif {
    background-position: -258px -50px; }

  #zone-services .bouton-casiers:hover, #zone-services .bouton-casiers.actif {
    background-position: -301px -50px; }

  #zone-services .bouton-taxis:hover, #zone-services .bouton-taxis.actif {
    background-position: -344px -50px; }

  #zone-services .bouton-stationnement:hover, #zone-services .bouton-stationnement.actif {
    background-position: -387px -50px; }

  #zone-services .bouton-soins:hover, #zone-services .bouton-soins.actif {
    background-position: -430px -50px; }

  #zone-services .bouton-photos:hover, #zone-services .bouton-photos.actif {
    background-position: -473px -50px; }

  #zone-services .bouton-wifi:hover, #zone-services .bouton-wifi.actif {
    background-position: -516px -50px; }

  #zone-services .bouton-allaitement:hover, #zone-services .bouton-allaitement.actif {
    background-position: -559px -50px; }

  #zone-services .bouton-defibrilateur:hover, #zone-services .bouton-defibrilateur.actif {
    background-position: -603px -50px; }

  #zone-plan {
    position: relative;
    z-index: 15; }

  #survol-plan {
    position: absolute;
    background-image: url("../img/plan/plan-rollover-2.2.png");
    background-repeat: no-repeat;
    z-index: 35; }

  #plan-couleur {
    position: relative;
    z-index: 25; }

  .overlay-plan {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 870px;
    height: 505px;
    display: none;
    z-index: 30; }

  .overlay-plan.actif {
    display: block; }

  #overlay-toilettes {
    background-image: url("../img/plan/overlay-toilettes.png"); }

  #overlay-tables-a-langer {
    background-image: url("../img/plan/overlay-tables-a-langer.png"); }

  #overlay-allaitement {
    background-image: url("../img/plan/overlay-allaitement.png"); }

  #overlay-entrees {
    background-image: url("../img/plan/overlay-entrees.png"); }

  #overlay-telephone {
    background-image: url("../img/plan/overlay-telephone.png"); }

  #overlay-chaises-roulantes {
    background-image: url("../img/plan/overlay-chaises-roulantes.png"); }

  #overlay-pousettes {
    background-image: url("../img/plan/overlay-poussettes.png"); }

  #overlay-cheques-cadeaux {
    background-image: url("../img/plan/overlay-cheques-cadeaux.png"); }

  #overlay-casiers {
    background-image: url("../img/plan/overlay-casiers.png"); }

  #overlay-taxi {
    background-image: url("../img/plan/overlay-taxi.png"); }

  #overlay-parking {
    background-image: url("../img/plan/overlay-parking.png"); }

  #overlay-premier-soins {
    background-image: url("../img/plan/overlay-premier-soins.png"); }

  #overlay-machine-a-photos {
    background-image: url("../img/plan/overlay-machine-a-photos.png"); }

  #overlay-wifi {
    background-image: url("../img/plan/overlay-wifi.png"); }

  #overlay-defibrilateur {
    background-image: url("../img/plan/overlay-defibrilateur.png"); }

  #placeholder {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 45; }

  #petit-etiquette {
    position: absolute;
    z-index: 55;
    display: none;
    pointer-events: none; }

  #petit-etiquette .bout-gauche {
    float: left;
    width: 9px;
    height: 49px;
    background-image: url("../img/plan/fond-gauche-infobulle.png"); }

  #petit-etiquette .centre {
    float: left;
    height: 49px;
    background-image: url("../img/plan/fond-centre-infobulle.png");
    background-position: center top;
    line-height: 44px;
    vertical-align: middle; }

  #petit-etiquette .bout-droite {
    float: left;
    width: 11px;
    height: 49px;
    background-image: url("../img/plan/fond-droite-infobulle.png"); }

  #grand-etiquette {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 576px;
    height: 111px;
    padding-right: 4px;
    padding-bottom: 5px;
    z-index: 65;
    display: none;
    background-image: url("../img/plan/ombre-grand-etiquette.png"); }

  #grand-etiquette .entete {
    height: 27px;
    background-color: #333333;
    padding-left: 34px; }

  #grand-etiquette .entete .categorie .etiquette {
    color: white;
    line-height: 27px;
    vertical-align: middle; }

  #grand-etiquette .entete .categorie .texte {
    color: white;
    line-height: 27px;
    vertical-align: middle; }

  #grand-etiquette .entete .fermer {
    border: 1px solid #d5d5d5;
    color: #7e7e7e;
    text-align: center;
    background-color: #f7f7f7;
    line-height: 19px;
    vertical-align: middle;
    height: 19px;
    width: 19px;
    float: right;
    margin-right: 3px;
    margin-top: 3px;
    font-weight: bold;
    cursor: pointer; }

  #grand-etiquette .contenu {
    background-color: #ffffff;
    padding-left: 34px;
    padding-right: 34px;
    padding-bottom: 22px;
    padding-top: 19px;
    border: 1px solid #aaa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  #grand-etiquette .contenu-gauche {
    float: left;
    width: 390px; }

  #grand-etiquette .contenu-gauche .nomBoutique {
    color: #e5173f;
    font-size: 22px;
    display: block;
    margin-bottom: 5px; }

  #grand-etiquette .contenu-gauche .telephone {
    color: #666666;
    font-size: 18px; }

  #grand-etiquette .contenu-gauche .local {
    color: #666666;
    font-size: 18px; }

  #grand-etiquette .contenu-gauche .local .etiquette {
    margin-left: 10px; }

  #grand-etiquette .contenu-droite {
    float: left;
    width: 115px; }

  #grand-etiquette .contenu-droite .lien {
    display: block;
    border: 1px solid #d5d5d5;
    width: 111px;
    height: 42px;
    color: #7e7e7e;
    text-align: center;
    line-height: 42px;
    vertical-align: middle;
    text-decoration: none;
    background-color: #f7f7f7;
    margin-right: 35px; }

  #survol-plan._C01A {
    top: 100px;
    left: 9px;
    width: 253px;
    height: 139px;
    background-position: 0px 0px; }

  #survol-plan._C117B {
    top: 258px;
    left: 187px;
    width: 84px;
    height: 177px;
    background-position: -254px 0px; }

  #survol-plan._K05 {
    top: 239px;
    left: 231px;
    width: 19px;
    height: 6px;
    background-position: -339px 0px; }

  #survol-plan._C20B {
    top: 261px;
    left: 272px;
    width: 19px;
    height: 53px;
    background-position: -359px 0px; }

  #survol-plan._020C {
    top: 302px;
    left: 272px;
    width: 61px;
    height: 44px;
    background-position: -379px 0px; }

  #survol-plan._C114 {
    top: 369px;
    left: 277px;
    width: 88px;
    height: 27px;
    background-position: -441px 0px; }

  #survol-plan._C115A {
    top: 397px;
    left: 277px;
    width: 88px;
    height: 73px;
    background-position: -530px 0px; }

  #survol-plan._C05A {
    top: 100px;
    left: 279px;
    width: 49px;
    height: 130px;
    background-position: -619px 0px; }

  #survol-plan._C20A {
    top: 258px;
    left: 292px;
    width: 19px;
    height: 56px;
    background-position: -669px 0px; }

  #survol-plan._K03A {
    top: 237px;
    left: 309px;
    width: 20px;
    height: 10px;
    background-position: -689px 0px; }

  #survol-plan._C21 {
    top: 258px;
    left: 309px;
    width: 24px;
    height: 43px;
    background-position: -710px 0px; }

  #survol-plan._C112 {
    top: 352px;
    left: 312px;
    width: 53px;
    height: 16px;
    background-position: -735px 0px; }

  #survol-plan._C06A {
    top: 133px;
    left: 329px;
    width: 36px;
    height: 97px;
    background-position: -789px 0px; }

  #survol-plan._C22A {
    top: 258px;
    left: 334px;
    width: 15px;
    height: 58px;
    background-position: -826px 0px; }

  #survol-plan._C25 {
    top: 321px;
    left: 338px;
    width: 37px;
    height: 24px;
    background-position: -842px 0px; }

  #survol-plan._K12 {
    top: 237px;
    left: 343px;
    width: 22px;
    height: 10px;
    background-position: -880px 0px; }

  #survol-plan._KT01 {
    top: 237px;
    left: 378px;
    width: 24px;
    height: 10px;
    background-position: -3426px 0px; }

  #survol-plan._C22B {
    top: 258px;
    left: 350px;
    width: 15px;
    height: 62px;
    background-position: -903px 0px; }

  #survol-plan._C06C {
    top: 138px;
    left: 366px;
    width: 34px;
    height: 92px;
    background-position: -919px 0px; }

  #survol-plan._C23 {
    top: 258px;
    left: 366px;
    width: 7px;
    height: 39px;
    background-position: -954px 0px; }

  #survol-plan._C24 {
    top: 298px;
    left: 366px;
    width: 7px;
    height: 22px;
    background-position: -962px 0px; }

  #survol-plan._028 {
    top: 290px;
    left: 391px;
    width: 9px;
    height: 20px;
    background-position: -994px 0px; }

  #survol-plan._C30A {
    top: 258px;
    left: 391px;
    width: 23px;
    height: 44px;
    background-position: -970px 0px; }

  #survol-plan._S10 {
    top: 315px;
    left: 391px;
    width: 29px;
    height: 32px;
    background-position: -1004px 0px; }

  #survol-plan._B03 {
    top: 368px;
    left: 400px;
    width: 33px;
    height: 13px;
    background-position: -1034px 0px; }

  #survol-plan._C106A {
    top: 382px;
    left: 400px;
    width: 62px;
    height: 26px;
    background-position: -1068px 0px; }

  #survol-plan._C108 {
    top: 409px;
    left: 400px;
    width: 62px;
    height: 16px;
    background-position: -1131px 0px; }

  #survol-plan._C109 {
    top: 426px;
    left: 400px;
    width: 62px;
    height: 13px;
    background-position: -1194px 0px; }

  #survol-plan._C110 {
    top: 440px;
    left: 400px;
    width: 35px;
    height: 12px;
    background-position: -1257px 0px; }

  #survol-plan._C111 {
    top: 440px;
    left: 400px;
    width: 62px;
    height: 30px;
    background-position: -1293px 0px; }

  #survol-plan._C06D {
    top: 138px;
    left: 401px;
    width: 30px;
    height: 92px;
    background-position: -1356px 0px; }

  #survol-plan._K17 {
    top: 353px;
    left: 403px;
    width: 21px;
    height: 9px;
    background-position: -1387px 0px; }

  #survol-plan._C31 {
    top: 258px;
    left: 415px;
    width: 14px;
    height: 52px;
    background-position: -1409px 0px; }

  #survol-plan._S14 {
    top: 315px;
    left: 421px;
    width: 20px;
    height: 32px;
    background-position: -1424px 0px; }

  #survol-plan._C32 {
    top: 258px;
    left: 430px;
    width: 16px;
    height: 52px;
    background-position: -1445px 0px; }

  #survol-plan._B02 {
    top: 368px;
    left: 434px;
    width: 16px;
    height: 13px;
    background-position: -1462px 0px; }

  #survol-plan._C07B {
    top: 138px;
    left: 436px;
    width: 35px;
    height: 87px;
    background-position: -1479px 0px; }

  #survol-plan._S15 {
    top: 315px;
    left: 442px;
    width: 22px;
    height: 32px;
    background-position: -1515px 0px; }

  #survol-plan._K04 {
    top: 237px;
    left: 445px;
    width: 22px;
    height: 10px;
    background-position: -1538px 0px; }

  #survol-plan._C33 {
    top: 258px;
    left: 447px;
    width: 17px;
    height: 52px;
    background-position: -1561px 0px; }

  #survol-plan._B04A {
    top: 368px;
    left: 451px;
    width: 11px;
    height: 13px;
    background-position: -1579px 0px; }

  #survol-plan._B05A {
    top: 368px;
    left: 463px;
    width: 17px;
    height: 13px;
    background-position: -1591px 0px; }

  #survol-plan._C34 {
    top: 258px;
    left: 465px;
    width: 34px;
    height: 34px;
    background-position: -1609px 0px; }

  #survol-plan._S17 {
    top: 297px;
    left: 465px;
    width: 17px;
    height: 50px;
    background-position: -1644px 0px; }

  #survol-plan._C100A {
    top: 368px;
    left: 468px;
    width: 50px;
    height: 97px;
    background-position: -1662px 0px; }

  #survol-plan._C09A {
    top: 160px;
    left: 472px;
    width: 18px;
    height: 65px;
    background-position: -1713px 0px; }

  #survol-plan._S19 {
    top: 297px;
    left: 483px;
    width: 16px;
    height: 50px;
    background-position: -1732px 0px; }

  #survol-plan._K014 {
    top: 353px;
    left: 489px;
    width: 21px;
    height: 9px;
    background-position: -1749px 0px; }

  #survol-plan._C11C {
    top: 138px;
    left: 491px;
    width: 43px;
    height: 87px;
    background-position: -1771px 0px; }

  #survol-plan._K08A {
    top: 237px;
    left: 494px;
    width: 26px;
    height: 9px;
    background-position: -1815px 0px; }

  #survol-plan._C35A {
    top: 258px;
    left: 500px;
    width: 12px;
    height: 34px;
    background-position: -1842px 0px; }

  #survol-plan._S21A {
    top: 297px;
    left: 500px;
    width: 39px;
    height: 50px;
    background-position: -1855px 0px; }

  #survol-plan._C36 {
    top: 258px;
    left: 513px;
    width: 12px;
    height: 34px;
    background-position: -1895px 0px; }

  #survol-plan._B01 {
    top: 297px;
    left: 518px;
    width: 21px;
    height: 12px;
    background-position: -1908px 0px; }

  #survol-plan._B06 {
    top: 368px;
    left: 519px;
    width: 19px;
    height: 62px;
    background-position: -1930px 0px; }

  #survol-plan._C12A {
    top: 138px;
    left: 526px;
    width: 12px;
    height: 87px;
    background-position: -1950px 0px; }

  #survol-plan._C37 {
    top: 258px;
    left: 526px;
    width: 12px;
    height: 34px;
    background-position: -1963px 0px; }

  #survol-plan._C13 {
    top: 138px;
    left: 539px;
    width: 20px;
    height: 87px;
    background-position: -1976px 0px; }

  #survol-plan._K16 {
    top: 311px;
    left: 545px;
    width: 10px;
    height: 22px;
    background-position: -1997px 0px; }

  #survol-plan._C14A {
    top: 8px;
    left: 560px;
    width: 292px;
    height: 217px;
    background-position: -3111px 0px; }

  #survol-plan._K18 {
    top: 236px;
    left: 583px;
    width: 14px;
    height: 9px;
    background-position: -3071px 0px; }

  #survol-plan._K19 {
    top: 236px;
    left: 661px;
    width: 14px;
    height: 9px;
    background-position: -3086px 0px; }

  #survol-plan._K20 {
    top: 276px;
    left: 712px;
    width: 9px;
    height: 14px;
    background-position: -3101px 0px; }

  #survol-plan._60 {
    top: 213px;
    left: 560px;
    width: 126px;
    height: 12px;
    background-position: -2445px 0px; }

  #survol-plan._63 {
    top: 256px;
    left: 561px;
    width: 42px;
    height: 26px;
    background-position: -2572px 0px; }

  #survol-plan._64 {
    top: 283px;
    left: 561px;
    width: 45px;
    height: 26px;
    background-position: -2615px 0px; }

  #survol-plan._65 {
    top: 310px;
    left: 561px;
    width: 45px;
    height: 35px;
    background-position: -2661px 0px; }

  #survol-plan._66 {
    top: 256px;
    left: 604px;
    width: 43px;
    height: 89px;
    background-position: -2707px 0px; }

  #survol-plan._67 {
    top: 256px;
    left: 648px;
    width: 22px;
    height: 22px;
    background-position: -2751px 0px; }

  #survol-plan._68 {
    top: 256px;
    left: 671px;
    width: 27px;
    height: 22px;
    background-position: -2774px 0px; }

  #survol-plan._69 {
    top: 279px;
    left: 648px;
    width: 50px;
    height: 21px;
    background-position: -2802px 0px; }

  #survol-plan._70 {
    top: 301px;
    left: 648px;
    width: 50px;
    height: 21px;
    background-position: -2853px 0px; }

  #survol-plan._71 {
    top: 323px;
    left: 648px;
    width: 50px;
    height: 22px;
    background-position: -2904px 0px; }

  #survol-plan._73 {
    top: 212px;
    left: 736px;
    width: 115px;
    height: 133px;
    background-position: -2955px 0px; }

  /*#survol-plan._T001{top:237px;left:372px;width:20px;height:10px;background-position:-2424px 0px;}
  #survol-plan._T002{top:353px;left:445px;width:23px;height:11px;background-position:-2401px 0px;}
  #survol-plan._090A{top:284px;left:560px;width:44px;height:26px;background-position:-2310px 0px;}
  #survol-plan._090B{top:310px;left:560px;width:44px;height:35px;background-position:-2355px 0px;}
  */
  .zoneBoutique {
    cursor: pointer; } }
@media (min-width: 768px) and (max-width: 900px) {
  #recherche {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 28px;
    border: 1px solid #cccccc; }

  #recherche > * {
    vertical-align: top;
    color: #666666; }

  #txtRecherche {
    width: 145px;
    height: 28px;
    font-size: 11px;
    line-height: 28px;
    vertical-align: middle;
    border: none;
    padding-left: 6px;
    padding-right: 5px;
    margin: 0px;
    font-style: italic; }

  #btnSoumettreRecherche {
    display: inline-block;
    width: 37px;
    height: 28px;
    border: none;
    padding: 0px;
    margin: 0px;
    background-image: url("../img/plan/icone-loupe.png"); }

  #btnSoumettreRecherche:hover {
    /*background-position:0px -29px;*/ }

  #etiquette-mobile {
    display: none;
    position: fixed;
    width: Calc(90% - 6px);
    height: 90px;
    border: 1px solid black;
    background-color: #333333;
    bottom: -92px;
    z-index: 105; }

  #etiquette-mobile .boutique {
    float: left;
    display: block;
    padding-left: 20px;
    height: 30px;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px; }

  #etiquette-mobile .fermer {
    border: 1px solid #d5d5d5;
    color: #7e7e7e;
    text-align: center;
    background-color: #f7f7f7;
    line-height: 20px;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    float: right;
    margin-right: 4px;
    margin-top: 4px;
    font-weight: bold;
    cursor: pointer; }

  #etiquette-mobile .telephone {
    clear: both;
    display: block;
    padding-left: 20px;
    height: 30px;
    clear: both;
    background-color: white; }

  #etiquette-mobile .telephone .etiquette, #etiquette-mobile .telephone .texte {
    color: #333333;
    font-size: 16px;
    line-height: 30px; }

  #etiquette-mobile .local {
    display: block;
    padding-left: 20px;
    height: 30px;
    background-color: white; }

  #etiquette-mobile .local .etiquette, #etiquette-mobile .local .texte {
    color: #333333;
    font-size: 16px;
    line-height: 30px; }

  #resultatRechercheEnTete {
    position: absolute;
    top: 60px;
    left: 0px;
    display: none;
    z-index: 100;
    border-left: 1px solid #900f27;
    border-top: 1px solid #900f27;
    border-right: 1px solid #900f27;
    background-color: #900f27;
    font-size: 12px; }

  .choixBoutiqueRechercheEnTete {
    border: none;
    background-color: #cc0033;
    display: block;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    color: white;
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 1px;
    white-space: nowrap;
    min-width: 100px;
    text-align: left; }

  .choixBoutiqueRechercheEnTete:hover, .choixBoutiqueRechercheEnTete.selection {
    height: 28px;
    line-height: 28px;
    background-color: white;
    color: #900f27; }

  #recherche-repertoire {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 30px;
    text-align: left; }

  #txtRechercheRepertoire {
    float: left;
    display: inline-block;
    width: 250px;
    height: 28px;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url("../img/plan/bouton-plan.png");
    background-position: 0px -80px;
    background-repeat: repeat-x;
    margin: 0px;
    line-height: 28px;
    vertical-align: middle; }

  #btnSoumettreRechercheRepertoire {
    text-indent: -9999px;
    float: left;
    width: 36px;
    height: 28px;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-image: url("../img/plan/icone-loupe.png");
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px; }

  #btnSoumettreRechercheRepertoire:hover {
    /*background-position:0px -29px;*/ }

  #resultatRecherche {
    position: absolute;
    top: 30px;
    left: 0px;
    display: none;
    z-index: 100;
    border-left: 1px solid #900f27;
    border-top: 1px solid #900f27;
    border-right: 1px solid #900f27;
    background-color: #900f27; }

  .choixBoutiqueRecherche {
    border: none;
    background-color: #cc0033;
    display: block;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    color: white;
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 1px; }

  .choixBoutiqueRecherche:hover {
    height: 28px;
    line-height: 28px;
    background-color: white;
    color: #900f27; }

  #bouton-plan-repertoire {
    width: 50%;
    text-align: right; }

  /* TODO REVOIR */
  #filtre-categories, #filtre-alphabetique, #filtre-categories .conteneur-liste,
  #filtre-alphabetique .conteneur-liste, #filtre-categories .conteneur-liste ul,
  #filtre-alphabetique .conteneur-liste ul {
    width: 100%; }

  #filtre-categories .conteneur-liste ul li, #filtre-alphabetique .conteneur-liste ul li {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
    height: auto !important; }

  #bouton-filtre-categories, #bouton-filtre-alphabetique {
    width: 80%;
    padding-left: 10% !important;
    padding-right: 10% !important; }

  #liste-categories li.avecBoutiques .liste-boutiques-categories,
  #liste-alphabetique li .liste-boutiques-lettre {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important; }

  /* TODO REVOIR */
  /**/
  #filtre-alphabetique {
    position: relative;
    float: left;
    z-index: 75; }

  /**/
  #bouton-filtre-alphabetique {
    display: inline-block;
    border: 1px solid #d5d5d5;
    color: #666666;
    background-color: #f7f7f7;
    height: 42px;
    padding-left: 14px;
    padding-right: 41px;
    line-height: 42px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    margin-right: 20px;
    background-image: url("../img/plan/sprite-fleches-repertoire.png");
    background-position: right 15px;
    background-repeat: no-repeat;
    cursor: pointer; }

  /**/
  #filtre-alphabetique:hover #bouton-filtre-alphabetique {
    color: #500816;
    background-color: #c61436;
    background-position: right -29px; }

  /**/
  #filtre-alphabetique .conteneur-liste {
    display: none;
    padding-top: 7px;
    position: absolute;
    top: 44px;
    left: 0px;
    z-index: 80; }

  #filtre-alphabetique .conteneur-liste ul {
    padding-left: 0; }

  #zone-repertoire {
    display: none; } }
/****************************************************************************************************/
/* Début de la version 480px du site */
@media (max-width: 767px) and (min-width: 601px) {
  #recherche-mobile, #infolettre-mobile {
    position: absolute;
    top: -78px;
    left: 0px;
    width: 100%;
    height: 42px;
    /* 78 - 18 - 18 */
    border: 1px solid black;
    background-color: #333333;
    padding-top: 18px;
    padding-bottom: 18px;
    z-index: 105; }

  #infolettre-mobile .cadre, #recherche-mobile .cadre {
    float: left;
    margin-left: 10px;
    border: 1px solid #cccccc;
    width: 330px;
    background-color: white; }

  #txtRechercheMobile, #txtInfolettreMobile {
    float: left;
    width: 250px;
    height: 38px;
    border: 1px solid white;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 38px;
    vertical-align: middle; }

  #btnSoumettreRechercheMobile, #btnSoumettreInfolettreMobile {
    float: right;
    height: 40px;
    background-image: url("../img/plan/icone-bouton-mobile.png");
    cursor: pointer; }

  #btnSoumettreInfolettreMobile {
    width: 51px;
    background-position: 0px 0px; }

  #btnSoumettreInfolettreMobile:hover {
    background-position: 0px -50px; }

  #btnSoumettreRechercheMobile {
    width: 49px;
    background-position: -62px 0px; }

  #btnSoumettreRechercheMobile:hover {
    background-position: -62px -50px; }

  #btnAnnulerRechercheMobile, #btnAnnulerInfolettreMobile {
    float: right;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    border: 1px solid #b71232;
    background-color: #e5173f;
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer; }

  #btnAnnulerRechercheMobile:hover, #btnAnnulerInfolettreMobile:hover {
    color: #560817; }

  #resultatRechercheMobile {
    position: absolute;
    z-index: 100;
    top: -100px;
    left: 0px;
    width: 100%;
    border: 1px solid black;
    background-color: #333333; }

  #resultatRechercheMobile div {
    padding: 10px;
    border-bottom: 1px solid black; }

  #resultatRechercheMobile div .titre {
    font-size: 20px;
    font-weight: bold;
    color: #e5173f;
    display: block; }

  #resultatRechercheMobile div .telephone {
    font-size: 18px;
    color: #ffffff;
    display: block; }

  #bande-menu-principal {
    height: 78px;
    border: 1px solid black; }

  #handle-menu-cote {
    position: absolute;
    top: 0px;
    left: -150px;
    width: 300px;
    height: 78px;
    border: 1px solid black;
    background-image: url("../img/plan/fond-menu-principal-mobile.jpg");
    background-repeat: repeat-y;
    background-position: left top; }

  #bouton-cancel-menu-cote {
    float: left;
    margin-left: 20px;
    margin-top: 19px;
    padding-left: 10px;
    padding-right: 10px;
    height: 38px;
    border: 1px solid #b71232;
    background-color: #e5173f;
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer; }

  #bouton-handle-menu-cote {
    float: right;
    margin-right: 20px;
    margin-top: 19px;
    padding-left: 61px;
    height: 40px;
    background-image: url("../img/plan/icone-menu-principal-mobile.jpg");
    background-repeat: no-repeat;
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    vertical-align: middle;
    cursor: pointer; }

  #bouton-handle-menu-cote:hover {
    background-position: 0px -40px; }

  #bouton-menu-infolettre-recherche {
    float: right;
    margin-right: 10px;
    height: 40px;
    padding-top: 19px;
    padding-bottom: 19px; }

  #bouton-infolettre-mobile {
    display: inline-block;
    width: 51px;
    height: 40px;
    background-image: url("../img/plan/icone-loupe-lettre-mobile.png");
    margin-right: 21px;
    cursor: pointer; }

  #bouton-infolettre-mobile:hover {
    background-position: 0px -50px; }

  #bouton-recherche-mobile {
    display: inline-block;
    width: 49px;
    height: 40px;
    background-image: url("../img/plan/icone-loupe-lettre-mobile.png");
    background-position: -72px 0px;
    cursor: pointer; }

  #bouton-recherche-mobile:hover {
    background-position: -72px -50px; }

  #conteneur-menu-cote {
    width: 302px;
    position: absolute;
    top: 79px;
    left: -302px;
    z-index: 100;
    height: 100%;
    background-color: #333333; }

  #bande-menu-principal .menu li {
    display: block;
    width: 100%;
    height: 59px; }

  #bande-menu-principal .menu li.separateur {
    display: none; }

  #bande-menu-principal .menu li a {
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 59px;
    height: 59px;
    width: 250px;
    /* 300 - 25 - 25 */
    border: 1px solid black;
    background-color: #333333; }

  #en-tete {
    position: relative;
    width: 480px;
    height: 90px;
    text-align: center;
    padding-top: 85px; }

  #menu-secondaire {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 38px;
    /* 50 - 6 - 6 */
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: right;
    background-image: url("../img/plan/fond-menu-secondaire-mobile.jpg");
    background-repeat: repeat-y;
    background-position: right top; }

  #menu-secondaire ul.menu {
    margin-right: 18px; }

  #menu-secondaire .lien-facebook, #menu-secondaire .lien-twitter {
    display: inline-block;
    width: 37px;
    height: 38px;
    background-image: url("../img/plan/logo-medias-sociaux.png"); }

  #menu-secondaire .lien-facebook {
    background-position: -56px 0px; }

  #menu-secondaire .lien-facebook:hover {
    background-position: -56px -40px; }

  #menu-secondaire .lien-twitter {
    background-position: -102px 0px; }

  #menu-secondaire .lien-twitter:hover {
    background-position: -102px -40px; }

  #menu-secondaire .menu li {
    margin-left: 2px; }

  #menu-secondaire .menu li a {
    font-size: 17px;
    height: 37px;
    line-height: 37px; }

  #infolettre-recherche {
    display: none; }

  #menu-rapide {
    width: 480px; }

  #menu-rapide ul {
    width: 320px; }

  #menu-rapide ul li {
    height: 50px;
    margin-left: 1px;
    margin-right: 1px; }

  #menu-rapide ul li a {
    padding-right: 5px;
    text-transform: capitalize;
    padding-left: 40px;
    height: 50px; }

  #menu-rapide ul li a span {
    display: none; }

  #menu-rapide ul li a.iconeHeures {
    background-position: -590px 0px;
    width: 51px; }

  #menu-rapide ul li a.iconeHeures:hover,
  #menu-rapide ul li.current-menu-item a.iconeHeures {
    background-position: -590px -60px; }

  #menu-rapide ul li a.iconeBoutiques {
    background-position: -691px 0px;
    width: 74px; }

  #menu-rapide ul li a.iconeBoutiques:hover,
  #menu-rapide ul li.current-menu-item a.iconeBoutiques {
    background-position: -691px -60px; }

  #menu-rapide ul li a.iconeContact {
    background-position: -815px 0px;
    width: 48px; }

  /**/
  #menu-rapide ul li a.iconeContact:hover,
  #menu-rapide ul li.current-menu-item a.iconeContact {
    background-position: -815px -60px; }

  #page-wrap {
    width: 480px; }

  #bannieres-accueil {
    width: 480px;
    height: 170px;
    overflow: hidden; }

  #bannieres-images {
    width: 480px;
    height: 170px; }

  .imagesBanniere {
    width: 480px;
    height: 170px; }

  #bannieres-controle-gauche {
    top: 0px;
    left: 0px;
    width: 40px;
    height: 170px;
    background-position: 0px -39px; }

  #bannieres-controle-gauche:hover {
    background-position: -169px -39px; }

  #bannieres-controle-droite {
    top: 0px;
    right: 0px;
    width: 40px;
    height: 170px;
    background-position: -75px -39px; }

  #bannieres-controle-droite:hover {
    background-position: -244px -39px; }

  #bannieres-liste-puces {
    display: none; }

  #content {
    padding-top: 24px;
    margin-left: 30px;
    margin-right: 30px; }

  #content .modeMobile {
    display: none; }

  #content .modeMobileAfficher {
    display: block; }

  #footer {
    width: 480px;
    height: 176px;
    background-position: 0px 97px; }

  #heures-ouvertures .titre, #heures-ouvertures .section1, #heures-ouvertures .section2, #heures-ouvertures .section3,
  #heures-ouvertures .section4 {
    display: block;
    font-size: 12px;
    line-height: 17px; }

  #logo-majeur {
    padding-top: 7px;
    width: 350px;
    margin: 0 auto; }

  #logo-majeur img {
    margin-left: 4px;
    margin-right: 4px;
    max-width: 76px;
    position: relative;
    top: -17px; }

  #logo-majeur .canadianTire img {
    top: 0px; }

  #logo-majeur #signature {
    display: none; }

  #etiquette-mobile {
    display: none;
    position: fixed;
    width: Calc(90% - 6px);
    height: 90px;
    border: 1px solid black;
    background-color: #333333;
    bottom: -92px;
    z-index: 105;
    left: 5%; }

  #etiquette-mobile .boutique {
    float: left;
    display: block;
    padding-left: 20px;
    height: 30px;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px; }

  #etiquette-mobile .fermer {
    border: 1px solid #d5d5d5;
    color: #7e7e7e;
    text-align: center;
    background-color: #f7f7f7;
    line-height: 20px;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    float: right;
    margin-right: 4px;
    margin-top: 4px;
    font-weight: bold;
    cursor: pointer; }

  #etiquette-mobile .telephone {
    clear: both;
    display: block;
    padding-left: 20px;
    height: 30px;
    clear: both;
    background-color: white; }

  #etiquette-mobile .telephone .etiquette, #etiquette-mobile .telephone .texte {
    color: #333333;
    font-size: 16px;
    line-height: 30px; }

  #etiquette-mobile .local {
    display: block;
    padding-left: 20px;
    height: 30px;
    background-color: white; }

  #etiquette-mobile .local .etiquette, #etiquette-mobile .local .texte {
    color: #333333;
    font-size: 16px;
    line-height: 30px; }

  /****************************************************************************************************/
  /* Section contenu du site Web */
  /********************************************************************************************************/
  /********************************************************************************************************/
  /**************CSS spécifique au site actuel***************/
  /****************************************************************************************************/
  /****Page promotion**********************************************************************************/
  .ligne-promotion {
    background-image: none; }

  .ligne-promotion.avec-image .contenu-promotion {
    max-width: 420px; }

  .ligne-promotion .contenu-promotion .texte-promotion {
    clear: both; }

  .ligne-promotion .image-promotion {
    width: 334px;
    height: 163px;
    margin: 0 auto;
    background-image: none;
    clear: both; }

  .ligne-promotion .image-promotion img {
    margin-left: 11px;
    margin-top: 10px; }

  /****Fin page promotion******************************************************************************/
  /****************************************************************************************************/
  /****************************************************************************************************/
  /****Page répertoire*********************************************************************************/
  #recherche-repertoire {
    display: none; }

  #bouton-plan-repertoire {
    width: 50%;
    text-align: left; }

  /* TODO REVOIR */
  #filtre-categories, #filtre-alphabetique, #filtre-categories .conteneur-liste,
  #filtre-alphabetique .conteneur-liste, #filtre-categories .conteneur-liste ul,
  #filtre-alphabetique .conteneur-liste ul {
    width: 100%; }

  #filtre-categories .conteneur-liste ul li, #filtre-alphabetique .conteneur-liste ul li {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
    height: auto !important; }

  #bouton-filtre-categories, #bouton-filtre-alphabetique {
    width: 80%;
    padding-left: 10% !important;
    padding-right: 10% !important; }

  #liste-categories li.avecBoutiques .liste-boutiques-categories,
  #liste-alphabetique li .liste-boutiques-lettre {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important; }

  /* TODO REVOIR */
  /**/
  #filtre-alphabetique {
    position: relative;
    float: left;
    z-index: 75; }

  /**/
  #bouton-filtre-alphabetique {
    display: inline-block;
    border: 1px solid #d5d5d5;
    color: #666666;
    background-color: #f7f7f7;
    height: 42px;
    padding-left: 14px;
    padding-right: 41px;
    line-height: 42px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    margin-right: 20px;
    background-image: url("../img/plan/sprite-fleches-repertoire.png");
    background-position: right 15px;
    background-repeat: no-repeat;
    cursor: pointer; }

  /**/
  #filtre-alphabetique:hover #bouton-filtre-alphabetique {
    color: #500816;
    background-color: #c61436;
    background-position: right -29px; }

  /**/
  #filtre-alphabetique .conteneur-liste {
    display: none;
    padding-top: 7px;
    position: absolute;
    top: 44px;
    left: 0px;
    z-index: 80; }

  #zone-repertoire {
    display: none; }

  /****Fin de la page du répertoire********************************************************************/
  /****************************************************************************************************/
  /***********Fin du CSS spécifique au site actuel***********/
  /********************************************************************************************************/
  /********************************************************************************************************/
  /* Fin de la section contenu du site Web */
  /****************************************************************************************************/ }
/* Fin de la version 480px du site */
/****************************************************************************************************/
/****************************************************************************************************/
/* Début de la version 320px du site */
@media (max-width: 600px) {
  #recherche-mobile, #infolettre-mobile {
    position: absolute;
    top: -78px;
    left: 0px;
    width: 100%;
    min-width: 320px;
    height: 42px;
    /* 78 - 18 - 18 */
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #333333;
    padding-top: 18px;
    padding-bottom: 18px;
    z-index: 105; }

  #infolettre-mobile .cadre, #recherche-mobile .cadre {
    float: left;
    margin-left: 10px;
    border: 1px solid #cccccc;
    width: 190px;
    background-color: white; }

  #txtRechercheMobile, #txtInfolettreMobile {
    float: left;
    width: 250px;
    height: 38px;
    border: 1px solid white;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 38px;
    vertical-align: middle; }

  #btnSoumettreRechercheMobile, #btnSoumettreInfolettreMobile {
    float: right;
    height: 40px;
    background-image: url("../img/plan/icone-bouton-mobile.png");
    cursor: pointer; }

  #btnSoumettreInfolettreMobile {
    width: 51px;
    background-position: 0px 0px; }

  #btnSoumettreInfolettreMobile:hover {
    background-position: 0px -50px; }

  #btnSoumettreRechercheMobile {
    width: 49px;
    background-position: -62px 0px; }

  #btnSoumettreRechercheMobile:hover {
    background-position: -62px -50px; }

  #btnAnnulerRechercheMobile, #btnAnnulerInfolettreMobile {
    float: right;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    border: 1px solid #b71232;
    background-color: #e5173f;
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer; }

  #btnAnnulerRechercheMobile:hover, #btnAnnulerInfolettreMobile:hover {
    color: #560817; }

  #resultatRechercheMobile {
    position: absolute;
    z-index: 100;
    top: -100px;
    left: 0px;
    width: 100%;
    min-width: 320px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #333333; }

  #resultatRechercheMobile div {
    padding: 10px;
    border-bottom: 1px solid black; }

  #resultatRechercheMobile div .titre {
    font-size: 20px;
    font-weight: bold;
    color: #e5173f;
    display: block; }

  #resultatRechercheMobile div .telephone {
    font-size: 18px;
    color: #ffffff;
    display: block; }

  #txtRechercheMobile, #txtInfolettreMobile {
    float: left;
    width: 125px;
    font-size: 12px;
    padding-left: 3px !important;
    padding-right: 3px !important; }

  #btnAnnulerRechercheMobile {
    font-size: 12px; }

  #bande-menu-principal {
    min-width: 320px;
    height: 78px;
    border-top: 1px solid black;
    border-bottom: 1px solid black; }

  #handle-menu-cote {
    position: absolute;
    top: 0px;
    left: -150px;
    width: 300px;
    height: 78px;
    border: 1px solid black;
    background-image: url("../img/plan/fond-menu-principal-mobile.jpg");
    background-repeat: repeat-y;
    background-position: left top; }

  #bouton-cancel-menu-cote {
    float: left;
    margin-left: 20px;
    margin-top: 19px;
    padding-left: 10px;
    padding-right: 10px;
    height: 38px;
    border: 1px solid #b71232;
    background-color: #e5173f;
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer; }

  #bouton-handle-menu-cote {
    float: right;
    margin-right: 20px;
    margin-top: 19px;
    padding-left: 61px;
    height: 40px;
    background-image: url("../img/plan/icone-menu-principal-mobile.jpg");
    background-repeat: no-repeat;
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    vertical-align: middle;
    cursor: pointer; }

  #bouton-handle-menu-cote:hover {
    background-position: 0px -40px; }

  #bouton-menu-infolettre-recherche {
    float: right;
    margin-right: 10px;
    height: 40px;
    padding-top: 19px;
    padding-bottom: 19px; }

  #bouton-infolettre-mobile {
    display: inline-block;
    width: 51px;
    height: 40px;
    background-image: url("../img/plan/icone-loupe-lettre-mobile.png");
    margin-right: 21px;
    cursor: pointer; }

  #bouton-infolettre-mobile:hover {
    background-position: 0px -50px; }

  #bouton-recherche-mobile {
    display: inline-block;
    width: 49px;
    height: 40px;
    background-image: url("../img/plan/icone-loupe-lettre-mobile.png");
    background-position: -72px 0px;
    cursor: pointer; }

  #bouton-recherche-mobile:hover {
    background-position: -72px -50px; }

  #conteneur-menu-cote {
    width: 302px;
    position: absolute;
    top: 79px;
    left: -302px;
    z-index: 100;
    height: 100%;
    background-color: #333333; }

  #bande-menu-principal .menu li {
    display: block;
    width: 100%;
    min-width: 320px;
    height: 59px; }

  #bande-menu-principal .menu li.separateur {
    display: none; }

  #bande-menu-principal .menu li a {
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 59px;
    height: 59px;
    width: 250px;
    /* 300 - 25 - 25 */
    border: 1px solid black;
    background-color: #333333; }

  #en-tete {
    position: relative;
    width: 320px;
    height: 90px;
    text-align: center;
    padding-top: 85px; }

  #menu-secondaire {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-width: 320px;
    height: 38px;
    /* 50 - 6 - 6 */
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: right;
    background-image: url("../img/plan/fond-menu-secondaire-mobile.jpg");
    background-repeat: repeat-y;
    background-position: right top; }

  #menu-secondaire ul.menu {
    margin-right: 18px; }

  #menu-secondaire .lien-facebook, #menu-secondaire .lien-twitter {
    display: inline-block;
    width: 37px;
    height: 38px;
    background-image: url("../img/plan/logo-medias-sociaux.png"); }

  #menu-secondaire .lien-facebook {
    background-position: -56px 0px; }

  #menu-secondaire .lien-facebook:hover {
    background-position: -56px -40px; }

  #menu-secondaire .lien-twitter {
    background-position: -102px 0px; }

  #menu-secondaire .lien-twitter:hover {
    background-position: -102px -40px; }

  #menu-secondaire .menu li {
    margin-left: 2px; }

  #menu-secondaire .menu li a {
    font-size: 13px;
    height: 37px;
    line-height: 37px; }

  #infolettre-recherche {
    display: none; }

  #menu-rapide {
    width: 320px; }

  #menu-rapide ul {
    width: 320px; }

  #menu-rapide ul li {
    height: 50px;
    margin-left: 1px;
    margin-right: 1px; }

  #menu-rapide ul li a {
    height: 50px;
    padding-right: 5px;
    text-transform: capitalize;
    padding-left: 40px; }

  #menu-rapide ul li a span {
    display: none; }

  #menu-rapide ul li a.iconeHeures {
    background-position: -590px 0px;
    width: 51px; }

  #menu-rapide ul li a.iconeHeures:hover,
  #menu-rapide ul li.current-menu-item a.iconeHeures {
    background-position: -590px -60px; }

  #menu-rapide ul li a.iconeBoutiques {
    background-position: -691px 0px;
    width: 74px; }

  #menu-rapide ul li a.iconeBoutiques:hover,
  #menu-rapide ul li.current-menu-item a.iconeBoutiques {
    background-position: -691px -60px; }

  #menu-rapide ul li a.iconeContact {
    background-position: -815px 0px;
    width: 48px; }

  #menu-rapide ul li a.iconeContact:hover,
  #menu-rapide ul li.current-menu-item a.iconeContact {
    background-position: -815px -60px; }

  #page-wrap {
    width: 320px; }

  #bannieres-accueil {
    width: 320px;
    height: 113px;
    overflow: hidden; }

  #bannieres-images {
    width: 320px;
    height: 113px; }

  .imagesBanniere {
    width: 320px;
    height: 113px; }

  #bannieres-controle-gauche {
    top: 0px;
    left: 0px;
    width: 40px;
    height: 113px;
    background-position: 0px -68px; }

  #bannieres-controle-gauche:hover {
    background-position: -169px -68px; }

  #bannieres-controle-droite {
    top: 0px;
    right: 0px;
    width: 40px;
    height: 113px; }

  #bannieres-controle-droite:hover {
    background-position: -244px -68px; }

  #bannieres-liste-puces {
    display: none; }

  #content {
    padding-top: 24px;
    margin-left: 30px;
    margin-right: 30px; }

  #content .modeMobile {
    display: none; }

  #content .modeMobileAfficher {
    display: block; }

  #footer {
    width: 320px;
    height: 176px;
    background-position: 0px 97px; }

  #heures-ouvertures .titre, #heures-ouvertures .section1, #heures-ouvertures .section2, #heures-ouvertures .section3,
  #heures-ouvertures .section4 {
    display: block;
    font-size: 12px;
    line-height: 17px; }

  #logo-majeur {
    padding-top: 17px;
    width: 242px;
    margin: 0 auto; }

  #logo-majeur img {
    margin-left: 1px;
    margin-right: 1px;
    max-width: 55px;
    position: relative;
    top: -15px; }

  #logo-majeur .canadianTire img {
    top: 0px; }

  #logo-majeur #signature {
    display: none; }

  #etiquette-mobile {
    display: none;
    position: fixed;
    width: Calc(90% - 6px);
    height: 90px;
    border: 1px solid black;
    background-color: #333333;
    bottom: -92px;
    z-index: 105;
    left: 5%; }

  #etiquette-mobile .boutique {
    float: left;
    display: block;
    padding-left: 20px;
    height: 30px;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px; }

  #etiquette-mobile .fermer {
    border: 1px solid #d5d5d5;
    color: #7e7e7e;
    text-align: center;
    background-color: #f7f7f7;
    line-height: 20px;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    float: right;
    margin-right: 4px;
    margin-top: 4px;
    font-weight: bold;
    cursor: pointer; }

  #etiquette-mobile .telephone {
    clear: both;
    display: block;
    padding-left: 20px;
    height: 30px;
    clear: both;
    background-color: white; }

  #etiquette-mobile .telephone .etiquette, #etiquette-mobile .telephone .texte {
    color: #333333;
    font-size: 15px;
    line-height: 30px; }

  #etiquette-mobile .local {
    display: block;
    padding-left: 20px;
    height: 30px;
    background-color: white; }

  #etiquette-mobile .local .etiquette, #etiquette-mobile .local .texte {
    color: #333333;
    font-size: 15px;
    line-height: 30px; }

  /****************************************************************************************************/
  /****Page promotion**********************************************************************************/
  .ligne-promotion {
    background-image: none; }

  .ligne-promotion.avec-image .contenu-promotion {
    max-width: 260px; }

  .ligne-promotion .contenu-promotion .texte-promotion {
    clear: both; }

  .ligne-promotion .image-promotion {
    width: 260px;
    height: 117px;
    margin: 0 auto;
    background-image: none;
    clear: both; }

  .ligne-promotion .image-promotion img {
    width: 260px;
    height: 127px;
    margin-left: 0px;
    margin-top: 0px; }

  /****Fin page promotion******************************************************************************/
  /****************************************************************************************************/
  /****************************************************************************************************/
  /****Page répertoire*********************************************************************************/
  #recherche-repertoire {
    display: none; }

  #bouton-plan-repertoire {
    width: 100%;
    text-align: left; }

  /* TODO REVOIR */
  #filtre-categories, #filtre-alphabetique, #filtre-categories .conteneur-liste,
  #filtre-alphabetique .conteneur-liste, #filtre-categories .conteneur-liste ul,
  #filtre-alphabetique .conteneur-liste ul {
    width: 100%; }

  #filtre-categories .conteneur-liste ul li, #filtre-alphabetique .conteneur-liste ul li {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
    height: auto !important; }

  #bouton-filtre-categories, #bouton-filtre-alphabetique {
    width: 80%;
    padding-left: 10% !important;
    padding-right: 10% !important; }

  #liste-categories li.avecBoutiques .liste-boutiques-categories,
  #liste-alphabetique li .liste-boutiques-lettre {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important; }

  /* TODO REVOIR */
  /**/
  #filtre-alphabetique {
    position: relative;
    float: left;
    z-index: 75; }

  /**/
  #bouton-filtre-alphabetique {
    display: inline-block;
    border: 1px solid #d5d5d5;
    color: #666666;
    background-color: #f7f7f7;
    height: 42px;
    padding-left: 14px;
    padding-right: 41px;
    line-height: 42px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    margin-right: 20px;
    background-image: url("../img/plan/sprite-fleches-repertoire.png");
    background-position: right 15px;
    background-repeat: no-repeat;
    cursor: pointer; }

  /**/
  #filtre-alphabetique:hover #bouton-filtre-alphabetique {
    color: #500816;
    background-color: #c61436;
    background-position: right -29px; }

  /**/
  #filtre-alphabetique .conteneur-liste {
    display: none;
    padding-top: 7px;
    position: absolute;
    top: 44px;
    left: 0px;
    z-index: 80; }

  #zone-repertoire {
    display: none; }

  /****Fin de la page du répertoire********************************************************************/
  /****************************************************************************************************/ }
/* Fin de la version 320px du site */
/****************************************************************************************************/

/*# sourceMappingURL=main.css.map */