/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Site header
	## Site footer
	## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #565655;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

h2 {
  margin: 2rem 0;
  font-size: 1.875em;
  line-height: 1.1;
  text-transform: uppercase; }

h4 {
  font-weight: 500;
  margin-bottom: 0; }

h5 {
  font-size: 1.125em;
  margin-bottom: 0; }

.location-title {
  color: #b70125;
  margin: 0;
  font-size: 1.25em;
  text-transform: uppercase; }
  .location-title + h4 {
    margin: 0 0 1rem;
    font-weight: normal; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #565655;
  border-bottom: 1px solid #ffac05;
  text-decoration: none; }
  a:visited {
    color: #565655; }
  a:hover, a:focus, a:active {
    color: #ffac05;
    border-bottom: none; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.credits a {
  border-bottom: none;
  text-decoration: none; }
  .credits a:visited {
    color: #565655; }
  .credits a:hover, .credits a:focus, .credits a:active {
    color: #565655;
    text-decoration: underline;
    border-bottom: none; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Alerts
--------------------------------------------------------------*/
.alert {
  border: 1px solid transparent;
  border-radius: 0.5em;
  display: inline-block;
  padding: 1em 2em;
  margin-bottom: 1.5em; }
  .alert p {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }

h2 + .alert {
  margin-bottom: 3em; }

.alert-warning {
  background-color: rgba(255, 172, 5, 0.2);
  border-color: #ffac05; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Site header
--------------------------------------------------------------*/
.site-header {
  background-color: #ffac05; }

.site-branding {
  position: relative;
  margin: 0 auto;
  padding: 2em;
  max-width: 1200px;
  background: url("img/points-de-vente-cag.png") no-repeat 125% 60%;
  background-size: 75%; }
  @media (min-width: 45em) {
    .site-branding {
      background-size: 60%;
      background-position: 100% -48%; } }

.site-title {
  margin: 0; }

.site-logo {
  width: 60%;
  min-width: 170px;
  max-width: 360px;
  margin-top: -20px;
  margin-bottom: 80%;
  height: auto; }
  @media (min-width: 45em) {
    .site-logo {
      margin-top: 30%;
      margin-bottom: 2rem; } }

.highlights {
  font-size: 0.875em;
  line-height: 1.2; }

.services-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .services-list li {
    padding: 0;
    font-weight: bold; }

.products-total {
  font-weight: bold;
  color: #ffffff; }

.services-list li,
.products-total {
  text-transform: uppercase; }

/*--------------------------------------------------------------
## Site footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #ffac05; }

.site-info {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1em 2em;
  font-size: 0.8125em; }

@media (min-width: 37.5em) {
  .copyright {
    float: left; }
  .credits {
    float: right; } }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page-content,
.entry-content,
.entry-summary {
  margin: 0 auto;
  padding: 3.125em 2em;
  max-width: 1200px; }

.point-of-sales-list {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  /*
    > li:nth-child(3n) {
        @media (min-width: 45em) and (max-width: 64em) {
            margin-right: 0;
        }
    }

    > li:nth-child(1n + 4) {
        @media (min-width: 45em) and (max-width: 64em) {
            margin-top: 2em;
        }
    }
    */ }
  .point-of-sales-list > li {
    margin: 0 0 3em;
    padding: 0;
    /*
        @media (min-width: 64em) {
            width: 21.25%;
        }
*/ }
    @media (min-width: 37.5em) {
      .point-of-sales-list > li {
        display: inline-block;
        min-width: 13em;
        width: 47.5%;
        margin-right: 3%;
        margin-bottom: 3em;
        vertical-align: top; } }
    @media (min-width: 50em) {
      .point-of-sales-list > li {
        width: 30%; } }
    .point-of-sales-list > li:last-child {
      margin-bottom: 0; }
    .point-of-sales-list > li p:last-of-type {
      margin-bottom: 0; }
  @media (min-width: 37.5em) and (max-width: 49.99999em) {
    .point-of-sales-list > li:nth-child(2n) {
      margin-right: 0; } }
  @media (min-width: 37.5em) and (max-width: 49.99999em) {
    .point-of-sales-list > li:nth-child(1n + 3) {
      margin-top: 2em; } }
  @media (min-width: 50em) {
    .point-of-sales-list > li:nth-child(3n) {
      margin-right: 0; } }

.opening-hours-list {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.brands-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  @media (min-width: 37.5em) {
    .brands-list {
      display: flex;
      align-items: center; } }
  @media (min-width: 50em) {
    .brands-list {
      justify-content: space-between;
      flex-wrap: wrap; } }
  .brands-list li {
    margin-bottom: 1em;
    max-width: 170px; }
    @media (min-width: 37.5em) {
      .brands-list li {
        margin-right: 2em; } }
  .brands-list .brand-logo {
    display: block; }


.newspop {
  position: fixed;
  z-index: 11;
  background-color: rgba(255, 255, 255, 0.92);
  width: 90%;
  right: 0;
  margin: 0 auto;
  padding: 2rem;
  text-transform: uppercase;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-image: url("img/croix-rouge.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 60px;
}

.newspop h3 {
  margin-bottom: 2rem;
}

.croix-close {
  position: relative;
}

.hidden {
  display: none !important;
}

@media (min-width: 37.5em) {
  .newspop {
    width: 85%;
    padding: 5rem;
  }
}

@media (max-width: 37.5em) {
  .newspop {
    font-size: 0.65rem !important;
  }
}
