@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  /* background: transparent; */
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac */
*html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
body {
  font-family: "DINPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #a3b3c2 !important;
}

@media (max-width: 960px) {
  body {
    background-repeat: repeat-y;
  }
}

@media (max-width: 600px) {
  body {
    background-image: none !important;
    background-color: #a3b3c2 !important;
  }
}

header {
  background-color: #000;
  height: auto;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 1500px) {
  .container {
    max-width: 1170px;
  }
}

@media (max-width: 1224px) {
  .container {
    max-width: 940px;
  }
}

@media (max-width: 993px) {
  .container {
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
  }
}

sup {
  vertical-align: super;
}

.common-title {
  font-size: 52px;
  color: #fff;
  text-align: center;
  margin: 50px 0;
  font-family: 'din_pro_bold';
}

.common-text {
  font-size: 20px;
  color: #FFF;
  line-height: 28px;
  margin: 0;
  font-family: 'DINPro-Regular';
}

@media (max-width: 600px) {
  .common-title {
    font-size: 40px;
  }
}

@media (max-width: 414px) {
  .common-title {
    font-size: 36px;
  }
}

/* kv */
#kv .kv-wrapper img {
  width: 100%;
}

/* Produits éligibles */
#product {
  background: url("https://storage-asset.msi.com/event/2020/nb/FR-Xmas/images/xmas-bg.jpg") repeat-y;
  background-size: contain;
}

#product .product-wrapper .product-block .product-block__rectangle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #adc2d6;
  padding: 30px;
  margin: 20px 0;
  -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}

#product .product-wrapper .product-block .product-block__rectangle .product-block__rectangle--img {
  width: 50%;
}

#product .product-wrapper .product-block .product-block__rectangle .product-block__rectangle--content {
  width: 50%;
  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;
}

#product .product-wrapper .product-block .product-block__rectangle .product-block__rectangle--content p {
  font-size: 20px;
  line-height: 26px;
}

#product .product-wrapper .product-block .product-block__rectangle .product-block__rectangle--content span {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin: 20px 0;
}

#product .product-wrapper .product-block .product-block__rectangle .product-block__rectangle--content span.price {
  font-size: 36px;
  color: #fff;
}

#product .product-wrapper .product-block .product-block__rectangle .product-block__rectangle--content ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#product .product-wrapper .product-block .product-block__rectangle .product-block__rectangle--content ul li {
  width: calc(100% / 4 - 20px);
  margin: 0 10px;
}

#product .product-wrapper .product-block .product-block-squarewrap {
  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;
}

#product .product-wrapper .product-block .product-block__square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #adc2d6;
  padding: 30px;
  width: 48%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0;
  -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}

#product .product-wrapper .product-block .product-block__square .product-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#product .product-wrapper .product-block .product-block__square .product-box .product-box--img {
  width: 50%;
}

#product .product-wrapper .product-block .product-block__square .product-box .product-box--content {
  width: 50%;
  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;
}

#product .product-wrapper .product-block .product-block__square .product-box .product-box--content p {
  font-size: 20px;
  line-height: 26px;
}

#product .product-wrapper .product-block .product-block__square .product-box .product-box--content span {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin: 20px 0;
}

#product .product-wrapper .product-block .product-block__square .product-box .product-box--content span.price {
  font-size: 36px;
  color: #fff;
}

#product .product-wrapper .product-block .product-block__square ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

#product .product-wrapper .product-block .product-block__square ul li {
  margin: 0 10px;
  text-align: center;
}

#product .product-wrapper p.notice {
  font-size: 26px;
  text-align: center;
  color: #374451;
  margin: 50px 0;
}

@media (min-width: 1921px) {
  #product {
    background: url("https://storage-asset.msi.com/event/2020/nb/FR-Xmas/images/xmas-bg.jpg") repeat-y;
    background-size: cover;
  }
}

@media (max-width: 1224px) {
  #product .product-wrapper .product-block .product-block-squarewrap {
    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;
  }
  #product .product-wrapper .product-block .product-block__square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 3px solid #adc2d6;
    padding: 30px;
    width: 48%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0;
    -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  }
  #product .product-wrapper .product-block .product-block__square .product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #product .product-wrapper .product-block .product-block__square .product-box .product-box--img {
    width: 100%;
  }
  #product .product-wrapper .product-block .product-block__square .product-box .product-box--content {
    width: 100%;
    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;
  }
  #product .product-wrapper .product-block .product-block__square .product-box .product-box--content p {
    font-size: 20px;
    line-height: 26px;
  }
  #product .product-wrapper .product-block .product-block__square .product-box .product-box--content span {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
  }
  #product .product-wrapper .product-block .product-block__square .product-box .product-box--content span.price {
    font-size: 36px;
    color: #fff;
  }
}

@media (max-width: 960px) {
  #product {
    background: none;
  }
  #product .product-wrapper .product-block .product-block__rectangle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 3px solid #adc2d6;
    padding: 30px;
    margin: 20px 0;
    -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #product .product-wrapper .product-block .product-block__rectangle .product-block__rectangle--img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #product .product-wrapper .product-block .product-block__rectangle .product-block__rectangle--content {
    width: 100%;
    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;
    text-align: center;
  }
  #product .product-wrapper .product-block .product-block__rectangle .product-block__rectangle--content ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #product .product-wrapper .product-block .product-block__rectangle .product-block__rectangle--content ul li {
    width: calc(100% / 4 - 20px);
    margin: 0 10px;
  }
  #product .product-wrapper .product-block .product-block-squarewrap {
    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;
  }
  #product .product-wrapper .product-block .product-block__square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 3px solid #adc2d6;
    padding: 30px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0;
    -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  }
  #product .product-wrapper .product-block .product-block__square .product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #product .product-wrapper .product-block .product-block__square .product-box .product-box--img {
    width: 100%;
    text-align: center;
  }
  #product .product-wrapper .product-block .product-block__square .product-box .product-box--content {
    width: 100%;
    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;
    text-align: center;
  }
  #product .product-wrapper .product-block .product-block__square ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  #product .product-wrapper .product-block .product-block__square ul li {
    margin: 0 10px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  #product .product-wrapper .product-block .product-block__rectangle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 3px solid #adc2d6;
    padding: 30px;
    margin: 20px 0;
    -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #product .product-wrapper .product-block .product-block__rectangle .product-block__rectangle--img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #product .product-wrapper .product-block .product-block__rectangle .product-block__rectangle--content {
    width: 100%;
    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;
    text-align: center;
  }
  #product .product-wrapper .product-block .product-block__rectangle .product-block__rectangle--content ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #product .product-wrapper .product-block .product-block__rectangle .product-block__rectangle--content ul li {
    width: 90%;
    margin: 0 auto;
  }
  #product .product-wrapper .product-block .product-block-squarewrap {
    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;
  }
  #product .product-wrapper .product-block .product-block__square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 3px solid #adc2d6;
    padding: 30px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0;
    -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  }
  #product .product-wrapper .product-block .product-block__square .product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #product .product-wrapper .product-block .product-block__square .product-box .product-box--img {
    width: 100%;
    text-align: center;
  }
  #product .product-wrapper .product-block .product-block__square .product-box .product-box--content {
    width: 100%;
    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;
    text-align: center;
  }
  #product .product-wrapper .product-block .product-block__square ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #product .product-wrapper .product-block .product-block__square ul li {
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }
}

/* retailer */
#retailer {
  padding: 50px 0 100px 0;
  -webkit-box-shadow: 1px 5px 20px #819db7;
          box-shadow: 1px 5px 20px #819db7;
  background-color: #bdcad6;
}

#retailer .retailer-wrapper {
  text-align: center;
}

#retailer .retailer-wrapper ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#retailer .retailer-wrapper ul li {
  width: calc(100% / 4 - 20px);
}

@media (max-width: 960px) {
  #retailer {
    padding: 50px 0 100px 0;
  }
  #retailer .retailer-wrapper {
    text-align: center;
  }
  #retailer .retailer-wrapper ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #retailer .retailer-wrapper ul li {
    width: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 499px) {
  #retailer {
    padding: 50px 0 100px 0;
  }
  #retailer .retailer-wrapper {
    text-align: center;
  }
  #retailer .retailer-wrapper ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #retailer .retailer-wrapper ul li {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*# sourceMappingURL=main.css.map */