/* Generated in 00:00:00.0014159 */
/* 1 css file(s) appended */
/* Generation date 03-10-2022 10:01:38 */

/* StyleSheet File : ~/fr-CA/_media/stylesheet/253.css */
@charset "UTF-8";
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transition              - arguments: What: all, Length: 1s, Easing: ease-in-out
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0

------------------------------------------------------------- */
/* BACKGROUND GRADIENT */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/*FLEX BOX*/
/* FLIP */
/* FONT */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSITION */
/* TRIPLE BORDERS */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden],
template {
  display: none;
}

html {
  background: white;
  color: black;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

q:before,
q:after {
  content: "";
  content: none;
}

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: 0;
}

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

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

td > p,
td > ul {
  margin-top: 1rem;
}

/* Standard */
html {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 100%;
  width: 100%;
  font-family: Arial, Helvetica, serif;
  color: #181716;
  font-size: 13px;
  min-width: 320px;
  background-color: #053b6c;
}

body {
  /*height: 100%;*/
  width: 100%;
  position: relative;
}

*:focus {
  outline: 0;
}

form {
  height: 100vh;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-content: flex-start;
  -webkit-align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

::-moz-selection {
  background: #ce372f;
  color: #181716;
  text-shadow: none;
}

::selection {
  background: #ce372f;
  color: #181716;
  text-shadow: none;
}

textarea {
  resize: vertical;
}
div.container {
  overflow: inherit !important;
  min-height: inherit !important;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Transition pour les submits ici */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

a {
  text-decoration: none;
  color: #21639f;
}
a:hover,
a:active {
  text-decoration: underline;
}

p,
ul,
ol {
  margin: 1rem 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  /* Remettre actif pour rendre plus vos transition sur image, mis en commentaire pour permettre le border-radius sur les parent d'image 
  -webkit-backface-visibility: hidden; 
  -ms-interpolation-mode: bicubic;*/
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.flexWrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-content: flex-start;
  -webkit-align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.width100 {
  width: 100%;
}

.height100 {
  height: 100%;
}

.wrapAll {
  flex: 1 0 auto;
  width: 100%;
}

.wrapper {
  max-width: 960px;
  padding: 0;
  margin: 0 auto;
}

div[itemtype*="NmsPageContentHolder"]:empty,
div[itemtype*="NmsContentTemplateControlHolder"]:empty {
  background: lime;
}

div[itemtype*="NmsLiteral"] {
  color: #fff;
}

div[id*="LibraryText"],
div[id*="LibraryItem"],
nmslibrarytext {
  display: inline !important;
}

li[class*="cultureItemLiSelected"] {
  display: none !important;
}

.CaptchaRow {
  padding: 1rem 0;
}

.video {
  position: relative;
  height: 0;
  overflow: hidden;
}

/* 16x9 Aspect Ratio */
.video-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.video-4x3 {
  padding-bottom: 75%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Ent�te */
/* Pied de page */
.footer {
  z-index: 1;
  position: relative;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  font-size: 0.92308rem;
  padding: 1.23077rem 0;
  box-sizing: border-box;
}
.footer .flexWrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-content: center;
  -webkit-align-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer .nmedia {
  text-decoration: none;
  color: inherit;
}
.footer .nmedia img {
  max-width: 1.84615rem;
  margin-left: 0.46154rem;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.footer .nmedia:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  margin-left: 0.69231rem;
}

.headerMGM {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}
.headerMGM .headerMobile {
  display: none;
}
.headerMGM div {
  box-sizing: border-box;
}
.headerMGM .wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}
.headerMGM .top {
  height: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-content: center;
  -webkit-align-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #e2e2e2;
  background-repeat: repeat-x;
  background-image: url(/fr-CA/_media/image/504/bg_top.gif);
}
.headerMGM .top .language {
  margin-right: 1.69231rem;
}
.headerMGM .top .language ul {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-content: center;
  -webkit-align-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.headerMGM .top .language ul li {
  list-style: none;
}
.headerMGM .top .language ul li a {
  font-family: Arial, Helvetica, serif;
  font-size: 0.92308rem;
  color: #767676;
}
.headerMGM
  .top
  .language
  ul
  li
  a.CultureSelectedTextCss4b0f488eb06a4fbd8b3620457183f64d {
  display: none !important;
}
.headerMGM .top a:hover {
  color: #fff;
  text-decoration: underline;
}
.headerMGM .top a:hover .sectionUrgence {
  background-color: #931c1c;
}
.headerMGM .top a:hover .sectionUrgence:before {
  border-bottom: 30px solid #931c1c;
}
.headerMGM .top a:hover .sectionUrgence:after {
  border-top: 30px solid #931c1c;
}
.headerMGM .top .sectionUrgence {
  box-sizing: border-box;
  width: 252px;
  height: 30px;
  line-height: 2.30769rem;
  color: #fff;
  background-color: #c63939;
  font-size: 0.92308rem;
  text-align: center;
  position: relative;
}
.headerMGM .top .sectionUrgence:before {
  content: "";
  display: block;
  width: 10px;
  height: 1.875rem;
  border-bottom: 30px solid #c63939;
  border-left: 11px solid transparent;
  position: absolute;
  bottom: 0;
  left: -12px;
}
.headerMGM .top .sectionUrgence:after {
  content: "";
  display: block;
  width: 10px;
  height: 1.875rem;
  border-top: 30px solid #c63939;
  border-right: 11px solid transparent;
  position: absolute;
  top: 0;
  right: -12px;
}
.headerMGM .top .sectionUrgence span {
  display: block;
}
.headerMGM .top .btnSearch {
  position: relative;
  margin-left: 10px;
  margin-right: 45px;
}
.headerMGM .top .btnSearch .btnRecherche {
  background-color: #fff;
  display: block;
  width: 25px;
  height: 30px;
  line-height: 30px;
  position: relative;
  cursor: pointer;
}
.headerMGM .top .btnSearch .btnRecherche:after {
  content: "\f002";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 1.23077rem;
  font-weight: normal;
  color: #b8b8b8;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-left: 4px;
}
.headerMGM .top .btnSearch .inputRecherche {
  display: none;
  position: absolute;
  padding-bottom: 10px;
  background-color: #21639f;
  padding-left: 10px;
  padding-right: 10px;
  right: -1.53846rem;
  padding-top: 10px;
  top: 30px;
}
.headerMGM .top .btnSearch .inputRecherche > div {
  text-align: left;
  background-color: #dadada;
  width: 17.69231rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-content: center;
  -webkit-align-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.headerMGM .top .btnSearch .inputRecherche > div input {
  width: 200px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  box-sizing: border-box;
  padding: 0 0.76923rem;
  background: #fff;
  border: none;
}
.headerMGM .top .btnSearch .inputRecherche > div img {
  max-width: 7%;
  margin: 0 7px;
  cursor: pointer;
}
.headerMGM .top .btnSearch:before {
  content: "";
  display: block;
  width: 10px;
  height: 1.875rem;
  border-bottom: 30px solid #fff;
  border-left: 11px solid transparent;
  position: absolute;
  bottom: 0;
  left: -20px;
}
.headerMGM .top .btnSearch:after {
  content: "";
  display: block;
  width: 10px;
  height: 1.875rem;
  border-bottom: 30px solid #fff;
  border-right: 11px solid transparent;
  position: absolute;
  bottom: 0;
  right: -20px;
}
.headerMGM .top .btnSearch.open .btnRecherche {
  background-color: #21639f;
}
.headerMGM .top .btnSearch.open .btnRecherche:after {
  content: "\f00d";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 1.23077rem;
  font-weight: normal;
}
.headerMGM .top .btnSearch.open:before {
  border-bottom: 30px solid #21639f;
}
.headerMGM .top .btnSearch.open:after {
  border-bottom: 30px solid #21639f;
}
.headerMGM .logo {
  text-align: center;
  padding-top: 1.84615rem;
  padding-bottom: 2.69231rem;
}
.headerMGM .bottom .menuPrincipal {
  padding: 0rem 1.92308rem;
}
.headerMGM .bottom .menuPrincipal .menuCss9 {
  border-top: 1px solid #f2f2f2;
}
.headerMGM .bottom .menuPrincipal ul {
  margin: 0 1.5rem;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-content: center;
  -webkit-align-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.headerMGM .bottom .menuPrincipal ul li {
  list-style: none;
  position: relative;
}
.headerMGM .bottom .menuPrincipal ul li a {
  font-family: "HelveticaBold", Helvetica, Arial;
  font-size: 1.38462rem;
  font-weight: 700;
  color: #21639f;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1rem 0;
  display: block;
}
.headerMGM .bottom .menuPrincipal ul li a:hover {
  text-decoration: none;
}
.headerMGM .bottom .menuPrincipal ul li:hover a:after {
  content: "";
  background-color: #21639f;
  height: 0.23077rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.headerMGM .bottom .menuPrincipal ul li a.selected:after {
  content: "";
  background-color: #21639f;
  height: 0.23077rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.productsList2018 {
  padding-top: 18px;
}

.productsList2018 .gauche {
  padding-top: 0;
}
.productsList2018 .menuLateral {
  margin-bottom: 30px;
}
.productsList2018 .menuLateral ul {
  margin: 0;
  padding: 0;
}
.productsList2018 .menuLateral ul li {
  list-style: none;
  font-weight: normal;
  color: #17548b;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 12px 15px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #dbdbdb;
}
.productsList2018 .menuLateral ul li a {
  text-decoration: none;
  display: block;
}
.productsList2018 .menuLateral ul li.selected {
  color: #fff;
  background-color: #17548b;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.productsList2018 .menuLateral ul li:hover.selected {
  filter: alpha(opacity=75);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
.productsList2018 .menuLateral ul li.selected a {
  color: #fff;
  text-decoration: none;
}
.productsList2018 .menuLateral ul li:last-child {
  border-bottom: 0;
}
/* Interne */
.btnGold {
  font-family: "HelveticaBold", Helvetica, Arial;
  font-size: 1.23077rem;
  font-weight: 700;
  color: #fff !important;
  text-transform: uppercase;
  background-color: #eca41e;
  box-sizing: border-box;
  padding: 0.92308rem 2.69231rem;
  display: inline-block;
  -webkit-border-radius: 2.69231rem;
  -moz-border-radius: 2.69231rem;
  border-radius: 2.69231rem;
  text-decoration: none !important;
}
.btnGold:hover {
  background-color: #c18617;
  text-decoration: none;
}
.btnGold.texture {
  padding: 1.23077rem 3.07692rem;
  background-size: cover;
  background-image: url(/fr-CA/_media/image/504/btngold.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #a8771c;
}
.btnGold.texture:hover {
  /*background-color: #c18617;*/
  text-decoration: none;
  background-image: url(/fr-CA/_media/image/504/btngold-hover.jpg);
}

.btnBlue {
  display: inline-block;
  font-size: 1.23077rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff !important;
  padding: 0.84615rem 3.07692rem;
  box-sizing: border-box;
  -webkit-border-radius: 1.53846rem;
  -moz-border-radius: 1.53846rem;
  border-radius: 1.53846rem;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0b4269+0,17548c+100 */
  background: #0b4269;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0b4269 0%, #17548c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0b4269 0%, #17548c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0b4269 0%, #17548c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b4269', endColorstr='#17548c',GradientType=1 );
  /* IE6-9 */
  text-decoration: none !important;
}
.btnBlue:hover {
  text-decoration: none;
  background: #0b4269;
}
.container .content.home {
  width: 100%;
}
.homeContent {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.homeContent div {
  box-sizing: border-box;
}
.homeContent .wrapper {
  width: 950px;
  margin: 0 auto;
}
.homeContent .homeBanner .wrapper {
  position: relative;
}
.homeContent .homeBanner .bannerText {
  position: absolute;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-content: center;
  -webkit-align-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.homeContent .homeBanner .bannerText > div {
  padding-left: 13.23077rem;
  width: 70%;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-content: center;
  -webkit-align-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.homeContent .homeBanner .bannerText h1 {
  font-family: "HelveticaBold", Helvetica, Arial;
  color: #fff;
  font-size: 2.30769rem;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
  margin: 0;
  margin-bottom: 1.69231rem;
  width: 100%;
}
.homeContent .serviceHome .serviceTitle {
  color: #686868;
  font-size: 1.84615rem;
  font-weight: 700;
  text-align: center;
  padding-top: 3.23077rem;
  padding-bottom: 2.30769rem;
}
.homeContent .serviceHome .serviceItem {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-content: center;
  -webkit-align-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.homeContent .serviceHome .serviceItem .item {
  width: 23.07692rem;
  height: 23.07692rem;
  margin-right: 1.92308rem;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#063f71+0,106caa+100 */
  background: #063f71;
  /* Old browsers */
  background: -moz-linear-gradient(top, #063f71 0%, #106caa 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #063f71 0%, #106caa 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #063f71 0%, #106caa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#063f71', endColorstr='#106caa',GradientType=0 );
  /* IE6-9 */
  box-sizing: border-box;
}
.homeContent .serviceHome .serviceItem .item .titleItem {
  font-family: "HelveticaBold", Helvetica, Arial;
  color: #fff;
  font-size: 2.30769rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.61538rem;
  width: 100%;
}
.homeContent .serviceHome .serviceItem .item .subtitleItem {
  font-family: "HelveticaBold", Helvetica, Arial;
  color: #fff;
  font-size: 1.38462rem;
  font-weight: 700;
}
.homeContent .serviceHome .serviceItem .item:last-child {
  margin-right: 0;
}
.homeContent .serviceHome .serviceItem .item a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 1.92308rem 2.30769rem;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-content: flex-start;
  -webkit-align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.homeContent .serviceHome .serviceItem .item a.soutien {
  background-position: 100% 11%;
  background-image: url(/fr-CA/_media/image/504/soutien.png);
  background-image: url(/fr-CA/_media/image/504/soutien.png);
  background-image: url(/fr-CA/_media/image/504/soutien.png);
}
.homeContent .serviceHome .serviceItem .item a.installation {
  background-position: 100% 8%;
  background-image: url(/fr-CA/_media/image/504/installation.png);
  background-image: url(/fr-CA/_media/image/504/installation.png);
  background-image: url(/fr-CA/_media/image/504/installation.png);
}
.homeContent .serviceHome .serviceItem .item a.entretien {
  background-position: 100% 14%;
  background-image: url(/fr-CA/_media/image/504/entretien.png);
  background-image: url(/fr-CA/_media/image/504/entretien.png);
  background-image: url(/fr-CA/_media/image/504/entretien.png);
}
.homeContent .serviceHome .serviceItem .item a:hover {
  text-decoration: none;
  background-color: #053b6c;
}
.homeContent .serviceHome .serviceItem .item a:hover .titleItem,
.homeContent .serviceHome .serviceItem .item a:hover .subtitleItem {
  text-decoration: none;
}
.homeContent .serviceHome .serviceBtn {
  text-align: center;
  padding-top: 2.53846rem;
  padding-bottom: 3.07692rem;
}

.advantageHome {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-content: flex-start;
  -webkit-align-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #1a1a1a;
}
.advantageHome .advantage {
  font-size: 1.23077rem;
  color: #fff;
  width: 50%;
  box-sizing: border-box;
  padding: 4.23077rem;
  line-height: 1.5;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-content: flex-start;
  -webkit-align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.advantageHome .advantage .shrink {
  width: 100%;
}
.advantageHome .advantage.second {
  background-color: #343434;
}

.advantageHome .advantage h2 {
  font-family: "HelveticaBold", Helvetica, Arial;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  line-height: 1.2;
}
.advantageHome .advantage p {
  margin: 0 0 1.6875rem 0;
}
.advantageHome .advantage ul.liste {
  margin: 0;
  padding: 0;
}
.advantageHome .advantage ul.liste li {
  position: relative;
  list-style: none;
  padding-left: 2.15385rem;
  margin-bottom: 0.76923rem;
}
.advantageHome .advantage ul.liste li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 1.23077rem;
  font-weight: normal;
  position: absolute;
  left: 0;
}
.advantageHome .advantage a.btnGold {
  margin-top: 1.75rem;
  padding: 0.92308rem 2rem;
}
.advantageHome .advantage ul.liens {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-content: flex-start;
  -webkit-align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.advantageHome .advantage ul.liens li {
  list-style: none;
  margin-bottom: 0.33173rem;
  width: 50%;
}
.advantageHome .advantage ul.liens li a {
  color: #fff;
  position: relative;
  text-decoration: none;
}
.advantageHome .advantage ul.liens li a:hover {
  text-decoration: underline;
}
.advantageHome .advantage ul.liens li a:after {
  content: "\f105";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 1.23077rem;
  font-weight: normal;
  position: absolute;
  color: #d39a31;
  right: -1.15385rem;
}

.productHome {
  background-color: #eeeeee;
  padding-bottom: 3.69231rem;
}
.productHome .wrapper {
  position: relative;
}
.productHome .productTitle {
  color: #686868;
  font-size: 1.84615rem;
  font-weight: 700;
  text-align: center;
  padding-top: 4.61538rem;
  padding-bottom: 2.30769rem;
}
.productHome .productSection {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-content: flex-start;
  -webkit-align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 20;
  width: 850px;
  margin: 0 auto;
}
.productHome .productSection a {
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  text-decoration: none !important;
}
.productHome .productSection a:hover {
  filter: alpha(opacity=75);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  text-decoration: none;
}
.productHome .productSection a > div {
  width: 13.125rem;
}

.productHome .productSection .productItem .productImg {
  height: 15.84615rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-content: center;
  -webkit-align-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.productHome .productSection .productItem .productImg:before {
  content: "";
  background-color: #bbbbbb;
  width: 0.15385rem;
  height: 7.69231rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 58%;
  z-index: -1;
}
.productHome .productSection .productItem .productImg img {
  max-width: 7.75rem;
  max-height: 13rem;
}
.productHome .productSection .productItem .productName {
  font-family: "HelveticaBold", Helvetica, Arial;
  font-size: 1.38462rem;
  color: #686868;
  padding-top: 1.92308rem;
  text-align: center;
  position: relative;
  width: 75%;
  margin: 0 auto;
}
/*.productHome .productSection .productItem .productName:before {
  content: "";
  background-color: #bbbbbb;
  width: 0.15385rem;
  height: 7.69231rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -128%;
  z-index: -1;
}*/
.productHome .barGrise {
  background-color: #dfdfdf;
  height: 5.38462rem;
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 10;
}

.gauche.nosCoffresForts {
  padding: 2.25rem 0 2.125rem 1.875rem;
}

.footerMGM {
  width: 100%;
  width: 1000px;
  margin: 0 auto;
  background-color: #f4f4f4;
  background-image: url(/fr-CA/_media/image/504/border.png);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 1.92308rem 0;
  position: relative;
}
.footerMGM .wrapper {
  width: 950px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-content: flex-start;
  -webkit-align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.footerMGM .wrapper .sectionLogo img:first-child {
  width: 70px;
}
.footerMGM .wrapper .sectionLogo img:last-child {
  width: 50px;
}
.footerMGM .wrapper .sectionInfo .menufooter {
  padding-top: 0.23077rem;
}
.footerMGM .wrapper .sectionInfo ul {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-content: flex-start;
  -webkit-align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.footerMGM .wrapper .sectionInfo ul li {
  list-style: none;
  margin-right: 2.07692rem;
}
.footerMGM .wrapper .sectionInfo ul li a {
  font-family: "HelveticaBold", Helvetica, Arial;
  font-size: 1.23077rem;
  color: #17548c;
}
.footerMGM .wrapper .sectionLogo img {
  margin-left: 1.15385rem;
}
.footerMGM .wrapper .copyright {
  font-size: 12px;
  color: #797d81;
  padding-top: 2.61538rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-content: flex-start;
  -webkit-align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.footerMGM .wrapper .copyright .mention {
  margin-left: 53px;
}
.footerMGM .wrapper .copyright a {
  color: #17548c;
}

.qualityContent {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 1.538rem;
  margin-bottom: 2rem;
}
.qualityContent div {
  box-sizing: border-box;
}
.qualityContent .textContent .text {
  color: #6d6d6d;
  font-size: 1.07692rem;
  width: 72%;
  line-height: 1.5;
}
.qualityContent .textContent .text a {
  color: #21639f;
}
.qualityContent .textContent .text h1 {
  font-weight: 700;
  font-family: "HelveticaBold", Arial;
  color: #6d6d6d;
  font-size: 2.15385rem;
  margin: 0;
  margin-bottom: 0.769rem;
}
.qualityContent .textContent .text h2 {
  font-weight: 700;
  font-family: "HelveticaBold", Arial;
  color: #21639f;
  font-size: 1.46154rem;
  margin: 0;
  margin-bottom: 1.38462rem;
}
.qualityContent .textContent p {
  margin: 0 0 1rem 0;
}
.qualityContent .textContent .btnBlock {
  margin: 1.84615rem 0px;
}
.qualityContent .textContent .btnBlock .btnBlue {
  color: #fff;
  font-size: 1.23077rem;
  margin-right: 1.92308rem;
  text-decoration: none;
}
.qualityContent .textContent .btnBlock a {
  color: #21639f;
  font-size: 1.07692rem;
  text-decoration: none;
}
.qualityContent .textContent .btnBlock a:hover {
  text-decoration: underline;
}
.qualityContent .textContent .blockTextLogo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-content: flex-start;
  -webkit-align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  line-height: 1.5;
  margin-bottom: 2.692rem;
}
.qualityContent .textContent .blockTextLogo .text {
  width: 72%;
}
.qualityContent .textContent .blockTextLogo .logoImg {
  width: 28%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-content: center;
  -webkit-align-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.qualityContent .coffrePresentation {
  position: relative;
  margin-bottom: 5rem;
}
.qualityContent .coffrePresentation .infoContent {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-content: center;
  -webkit-align-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.qualityContent .coffrePresentation .infoContent .identification {
  width: 63.15789%;
  padding: 2.30769rem;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#106caa+0,063f71+100 */
  background: #106caa;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #106caa 0%, #063f71 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #106caa 0%, #063f71 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #106caa 0%, #063f71 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#106caa', endColorstr='#063f71',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.qualityContent .coffrePresentation .infoContent .identification h2 {
  margin-top: 0;
}
.qualityContent .coffrePresentation .infoContent .identification span {
  display: block;
}
.qualityContent .coffrePresentation .infoContent .identification .name {
  color: #fff;
  font-family: Arial, Helvetica, serif;
  font-size: 3.375rem;
  font-weight: 700;
  padding-bottom: 0.76923rem;
}
.qualityContent .coffrePresentation .infoContent .identification .subtitle {
  color: #fff;
  font-family: Arial, Helvetica, serif;
  font-size: 1.46154rem;
  font-weight: 700;
  padding-bottom: 0.61538rem;
}
.qualityContent .coffrePresentation .infoContent .identification .type {
  color: #b9d9f5;
  font-family: Arial, Helvetica, serif;
  font-size: 1.23077rem;
}
.qualityContent .coffrePresentation .infoContent .image {
  width: 36.84211%;
  border-top: 0.15385rem solid #f2f2f2;
  border-right: 0.15385rem solid #f2f2f2;
}
.qualityContent .coffrePresentation .infoSupplementaire {
  font-family: Arial, Helvetica, serif;
  font-size: 1.07692rem;
  color: #6d6d6d;
  line-height: 1.5;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-content: center;
  -webkit-align-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #f2f2f2;
  padding-top: 2.30769rem;
  padding-bottom: 3.84615rem;
  padding-left: 2.30769rem;
  padding-right: 3.07692rem;
}
.qualityContent .coffrePresentation .infoSupplementaire .infoGauche {
  width: 60.73684%;
  padding-right: 3.46154rem;
  border-right: 1px solid #dddddd;
}
.qualityContent .coffrePresentation .infoSupplementaire .infoGauche ul {
  margin: 0;
  padding: 0;
}
.qualityContent .coffrePresentation .infoSupplementaire .infoGauche ul li {
  position: relative;
  list-style: none;
  padding-left: 1.53846rem;
  margin-bottom: 0.76923rem;
}
.qualityContent
  .coffrePresentation
  .infoSupplementaire
  .infoGauche
  ul
  li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 1.23077rem;
  font-weight: normal;
  position: absolute;
  left: 0;
  color: #21639f;
}
.qualityContent .coffrePresentation .infoSupplementaire .infoDroite {
  width: 39.26316%;
  padding-left: 2.46154rem;
}
.qualityContent .coffrePresentation .infoSupplementaire .infoDroite p {
  margin: 0 0 6px 0;
}
.qualityContent .coffrePresentation .infoSupplementaire .infoDroite ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.qualityContent .coffrePresentation .sectionBtn {
  text-align: center;
  position: absolute;
  bottom: -1.92308rem;
  width: 100%;
}
.qualityContent .coffrePresentation .sectionBtn .btnBlue {
  padding: 1.23077rem 5rem;
  -webkit-border-radius: 3.07692rem;
  -moz-border-radius: 3.07692rem;
  border-radius: 3.07692rem;
}
.qualityContent .ctaContact {
  background-image: url(/fr-CA/_media/image/504/bgctacontact.jpg);
  background-repeat: no-repeat;
  padding-top: 3.46154rem;
  padding-bottom: 4rem;
  width: 950px;
  margin: 0 auto;
  padding-bottom: 2.692rem;
}
.qualityContent .ctaContact .title {
  font-family: Arial, Helvetica, serif;
  font-size: 1.38462rem;
  color: #fff;
  text-align: center;
  padding-bottom: 1.38462rem;
}
.qualityContent .ctaContact .sectionBtn {
  text-align: center;
}

.contactContent {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.contactContent label.error {
  display: block;
  color: red;
  font-size: 0.75em;
  margin-bottom: 0.5rem;
}
.contactContent div {
  box-sizing: border-box;
}
.contactContent {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-content: flex-start;
  -webkit-align-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.contactContent .sectionGauche {
  width: 46.31579%;
  padding: 1.53846rem 6.92308rem 0 2.30769rem;
}
.contactContent .sectionGauche .blockContact {
  font-family: Arial, Helvetica, serif;
  font-size: 1.07692rem;
  line-height: 1.6;
  color: #6d6d6d;
  border-bottom: 1px solid #f2f2f2;
  padding-top: 2.30769rem;
  padding-bottom: 2.69231rem;
  padding-right: 2.69231rem;
}
.contactContent .sectionGauche .blockContact p {
  margin: 0 0 1.23077rem 0;
}
.contactContent .sectionGauche .blockContact h1 {
  font-weight: 700;
  font-family: Arial, Helvetica, serif;
  color: #6d6d6d;
  font-size: 2.30769rem;
  margin: 0;
  margin-bottom: 1.23077rem;
  line-height: 1;
}
.contactContent .sectionGauche .blockContact h2 {
  font-weight: 700;
  font-family: Arial, Helvetica, serif;
  color: #6d6d6d;
  font-size: 1.53846rem;
  margin: 0;
  margin-bottom: 0.76923rem;
  line-height: 1.2;
}
.contactContent .sectionGauche .blockContact h3 {
  font-weight: 700;
  font-family: Arial, Helvetica, serif;
  color: #6d6d6d;
  font-size: 1.23077rem;
  margin: 0;
}
.contactContent .sectionGauche .blockContact a {
  color: #21639f;
  text-decoration: underline;
}
.contactContent .sectionGauche .blockContact a:hover {
  text-decoration: none;
}
.contactContent .sectionDroite .sectionDroiteBG {
  background-color: #f3f3f3;
}
.contactContent .sectionDroite {
  width: 53.68421%;
}
.contactContent .sectionDroite .sectionFormulaire {
  padding: 3.84615rem 4.23077rem;
}

.contactContent .sectionDroite .sectionFormulaire .title {
  font-weight: 700;
  font-family: Arial, Helvetica, serif;
  color: #6d6d6d;
  font-size: 1.53846rem;
  margin: 0;
  margin-bottom: 0.76923rem;
  line-height: 1.2;
}
.contactContent .sectionDroite .sectionFormulaire .subtitle {
  font-family: Arial, Helvetica, serif;
  color: #6d6d6d;
  font-size: 1.07692rem;
  margin-bottom: 2.15385rem;
}
.contactContent .sectionDroite .sectionFormulaire .altForm {
  font-family: Arial, Helvetica, serif;
  color: #6d6d6d;
  font-size: 1.07692rem;
}
.contactContent .sectionDroite .sectionFormulaire .altForm .formRow {
  margin-bottom: 1.23077rem;
}
.contactContent
  .sectionDroite
  .sectionFormulaire
  .altForm
  .formRow
  .formItem
  .label {
  margin-bottom: 0.53846rem;
}
.contactContent
  .sectionDroite
  .sectionFormulaire
  .altForm
  .formRow
  .formItem
  input {
  border: 0;
  background-color: #fff;
  height: 3.07692rem;
  line-height: 3.07692rem;
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.76923rem;
  border: 1px solid #dbdbdb;
}
.contactContent
  .sectionDroite
  .sectionFormulaire
  .altForm
  .formRow
  .formItem
  .divSelect {
  position: relative;
}
.contactContent
  .sectionDroite
  .sectionFormulaire
  .altForm
  .formRow
  .formItem
  .divSelect:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 1.23077rem;
  font-weight: normal;
  color: #6d6d6d;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.92308rem;
}
.contactContent
  .sectionDroite
  .sectionFormulaire
  .altForm
  .formRow
  .formItem
  .divSelect
  select::-ms-expand {
  display: none;
}
.contactContent
  .sectionDroite
  .sectionFormulaire
  .altForm
  .formRow
  .formItem
  .divSelect
  select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  width: 100%;
  border: 0;
  height: 3.07692rem;
  line-height: 3.07692rem;
  padding: 0 2.30769rem 0 0.76923rem;
}
.contactContent
  .sectionDroite
  .sectionFormulaire
  .altForm
  .formRow
  .formItem
  textarea {
  min-height: 7.69231rem;
  resize: vertical;
  border: 0;
  background-color: #fff;
  padding: 0.76923rem;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
}
.contactContent
  .sectionDroite
  .sectionFormulaire
  .altForm
  .formRow
  .formItem.floatLeft {
  width: 14.61538rem;
}
.contactContent
  .sectionDroite
  .sectionFormulaire
  .altForm
  .formRow
  .formItem.floatLeft:first-child {
  margin-right: 1.53846rem;
}
.contactContent .sectionDroite .sectionFormulaire .formActions {
  margin-top: 1.84615rem;
}
.contactContent .sectionDroite .sectionFormulaire .formActions .btnInput {
  margin-top: 1.84615rem;
  box-sizing: border-box;
}
.contactContent .sectionDroite .sectionFormulaire .formActions .btnInput input {
  border: 0;
  font-family: "HelveticaBold", Arial;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.23077rem;
  color: #fff;
  background-color: transparent;
  padding: 0.84615rem 3.07692rem;
  display: block;
  -webkit-border-radius: 1.53846rem;
  -moz-border-radius: 1.53846rem;
  border-radius: 1.53846rem;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0b4269+0,17548c+100 */
  background: #0b4269;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0b4269 0%, #17548c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0b4269 0%, #17548c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0b4269 0%, #17548c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b4269', endColorstr='#17548c',GradientType=1 );
  /* IE6-9 */
}
.contactContent .sectionDroite .map {
  width: 100%;
  height: 23.84615rem;
}

@media screen and (min-width: 768px) {
  .m {
    display: none !important;
  }

  a[href^="tel:"] {
    text-decoration: none !important;
    cursor: default;
    color: inherit !important;
    pointer-events: none;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    text-decoration: underline !important;
    color: inherit !important;
    white-space: nowrap;
  }
}
@media screen and (max-width: 640px) {
  html[lang] {
    font-size: 28px;
    height: 100%;
  }

  body {
    min-width: 320px;
  }

  .footer .flexWrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-content: center;
    -webkit-align-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer .flexWrap .left {
    margin-bottom: 1rem;
  }

  .headerMGM {
    width: 100%;
  }
  .headerMGM .headerDesktop {
    display: none;
  }
  .headerMGM .headerMobile {
    display: block;
    background-color: #17548c;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
  }
  .headerMGM .headerMobile > * {
    flex-shrink: 0;
  }
  .headerMGM .headerMobile .btnMenu {
    padding: 0 0.89286rem;
  }
  .headerMGM .headerMobile .btnMenu a:before {
    content: "\f0c9";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 0.57143rem;
    font-weight: normal;
    color: #042c51;
    font-size: 1.96429rem;
  }
  .headerMGM .headerMobile .logoHeader {
    padding: 22px 0;
    position: relative;
    z-index: 9999;
    text-align: center;
  }
  .headerMGM .headerMobile .btnSearchMobile {
    padding: 0 0.89286rem;
  }
  .headerMGM .headerMobile .btnSearchMobile a {
    display: block;
  }
  .headerMGM .headerMobile .btnSearchMobile a:after {
    content: "\f002";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 0.57143rem;
    font-weight: normal;
    color: #042c51;
    font-size: 1.96429rem;
  }
  .headerMGM .headerMobile .inputRecherche {
    display: none;
    position: absolute;
    padding-bottom: 0.57143rem;
    background-color: #17548c;
    padding-left: 0.57143rem;
    padding-right: 0.57143rem;
    right: 0rem;
    left: 0;
    padding-top: 0.57143rem;
    top: 100%;
    z-index: 100;
    border-top: 0.03571rem solid #042c51;
  }
  .headerMGM .headerMobile .inputRecherche > div {
    text-align: left;
    background-color: #dadada;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-content: center;
    -webkit-align-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .headerMGM .headerMobile .inputRecherche > div input {
    width: 85%;
    height: 3.21429rem;
    line-height: 3.21429rem;
    font-size: 1rem;
    box-sizing: border-box;
    padding: 0 1rem;
    background: #fff;
    border: none;
  }
  .headerMGM .headerMobile .inputRecherche > div img {
    max-width: 100%;
    margin: 0 1.14286rem;
    cursor: pointer;
  }

  .homeContent {
    width: 100%;
  }
  .homeContent .wrapper {
    width: 100%;
  }
  .homeContent .homeBanner {
    height: 20.78571rem;
    background-image: url(/fr-CA/_media/image/504/bgmobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .homeContent .homeBanner .wrapper {
    height: 100%;
    width: 87.5%;
    margin: 0 auto;
  }
  .homeContent .homeBanner .bannerText {
    text-align: center;
  }
  .homeContent .homeBanner .bannerText div {
    width: 100%;
    padding: 0;
    line-height: 1.4;
  }
  .homeContent .homeBanner .bannerText h1 {
    font-size: 1.25rem;
    line-height: 1.333;
    margin-bottom: 4.25rem;
    margin-top: 1rem;
  }
  .homeContent .homeBanner .bannerText h2 {
    font-size: 1.28571rem;
  }
  .homeContent .homeBanner .bannerText a.btnGold {
    width: 100%;
    padding: 1rem 1rem;
    font-size: 1rem;
  }
  .homeContent .homeBanner .bannerImg {
    display: none;
  }
  .homeContent .serviceHome .wrapper {
    width: 93.75%;
    margin: 0 auto;
  }
  .homeContent .serviceHome .wrapper .serviceTitle {
    font-size: 1.28571rem;
    padding-top: 2.35714rem;
    padding-bottom: 1.71429rem;
  }
  .homeContent .serviceHome .wrapper .serviceItem {
    display: block;
  }
  .homeContent .serviceHome .wrapper .serviceItem .item {
    width: 100%;
    height: 7.85714rem;
    margin-bottom: 0.71429rem;
  }
  .homeContent .serviceHome .wrapper .serviceItem .item:last-child {
    margin-bottom: 1rem;
  }
  .homeContent .serviceHome .wrapper .serviceItem .item a {
    padding: 0.85714rem 1.07143rem;
    background-size: 30%;
  }
  .homeContent .serviceHome .wrapper .serviceItem .item a .titleItem {
    font-size: 1.64286rem;
    width: 75%;
    padding-bottom: 0.28571rem;
  }
  .homeContent .serviceHome .wrapper .serviceItem .item a .subtitleItem {
    font-size: 0.78571rem;
  }
  .homeContent .serviceHome .wrapper .serviceItem .item a.soutien {
    background-position: 100% 20%;
  }
  .homeContent .serviceHome .wrapper .serviceItem .item a.installation {
    background-position: 100% 24%;
  }
  .homeContent .serviceHome .wrapper .serviceItem .item a.entretien {
    background-position: 100% 24%;
  }
  .homeContent .serviceHome .serviceBtn {
    display: none;
  }
  .homeContent .advantageHome {
    display: block;
  }
  .homeContent .advantageHome .advantage {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 1.07143rem;
    padding: 1.71429rem 1.42857rem 2.25rem 1.42857rem;
  }
  .homeContent .advantageHome .advantage p {
    margin: 0 0 1rem 0;
    line-height: 1.3;
  }
  .homeContent .advantageHome .advantage .shrink {
    width: 94.64286%;
    margin: 0 auto;
  }
  .homeContent .advantageHome .advantage .shrink h3 {
    font-size: 1.21429rem;
  }
  .homeContent .advantageHome .advantage h2 {
    font-size: 1.21429rem;
  }
  .homeContent .advantageHome .advantage ul.liens {
    display: block;
  }
  .homeContent .advantageHome .advantage ul.liens li {
    width: 100%;
  }
  .homeContent .advantageHome .advantage ul.liste li {
    margin-bottom: 0.5rem;
    line-height: 1.3;
  }
  .homeContent .advantageHome a.btnGold {
    font-size: 1rem;
    width: 100%;
    padding: 1rem;
    text-align: center;
  }
  .homeContent .productHome {
    padding-bottom: 1.78571rem;
  }
  .homeContent .productHome .wrapper .productTitle {
    font-size: 1.42857rem;
    padding: 2.21429rem 0 10px 0;
  }
  .homeContent .productHome .wrapper .productSection {
    width: 100%;
    padding: 0 1.42857rem;
    margin: 0 auto;
    position: relative;
  }
  .homeContent .productHome .wrapper .productSection > a {
    width: 50%;
  }
  .homeContent .productHome .wrapper .productSection:before {
    content: "";
    display: block;
    height: 2.5rem;
    width: 100%;
    background-color: #dfdfdf;
    position: absolute;
    top: 16%;
    z-index: -1;
  }
  .homeContent .productHome .wrapper .productSection:after {
    content: "";
    display: block;
    height: 2.5rem;
    width: 100%;
    background-color: #dfdfdf;
    position: absolute;
    top: 70%;
    z-index: -1;
  }
  .homeContent .productHome .wrapper .productSection .productItem {
    /*width: 50%;*/
  }
  .homeContent .productHome .wrapper .productSection .productItem .productImg {
    height: 11.42857rem;
  }
  .homeContent .productHome .wrapper .productSection .productItem .productName {
    font-size: 1rem;
    padding-top: 0;
  }
  .homeContent
    .productHome
    .wrapper
    .productSection
    .productItem
    .productName:before {
    top: -5.53571rem;
    height: 5.35714rem;
    width: 0.07143rem;
  }
  .homeContent
    .productHome
    .wrapper
    .productSection
    .productItem:nth-child(1)
    .productImg {
    width: 5.71429rem;
    margin: 0 auto;
  }
  .homeContent
    .productHome
    .wrapper
    .productSection
    .productItem:nth-child(2)
    .productImg {
    width: 4.42857rem;
    margin: 0 auto;
  }
  .homeContent
    .productHome
    .wrapper
    .productSection
    .productItem:nth-child(3)
    .productImg {
    width: 2.92857rem;
    margin: 0 auto;
  }
  .homeContent
    .productHome
    .wrapper
    .productSection
    .productItem:nth-child(4)
    .productImg {
    width: 4.46429rem;
    margin: 0 auto;
  }
  .productHome .productSection .productItem .productImg img {
    max-width: 100%;
    max-height: 9rem;
  }
  .homeContent .productHome .wrapper .barGrise {
    display: none;
  }
  div.container {
    width: 100% !important;
    background-image: none !important;
    background-color: white;
    padding: 0 !important;
  }
  .footerMGM {
    width: 100%;
  }
  .footerMGM .wrapper {
    width: 87.5%;
    margin: 0 auto;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footerMGM .wrapper .menufooter {
    display: none;
  }
  .footerMGM .wrapper .copyright {
    font-size: 0.71429rem;
    padding-top: 2.46429rem;
    text-align: center;
  }
  .footerMGM .wrapper .copyright div {
    display: block;
    width: 100%;
    text-align: center;
  }
  .footerMGM .wrapper .copyright .mention {
    display: none;
  }
  .footerMGM .wrapper .sectionInfo {
    width: 100%;
  }
  .footerMGM .wrapper .sectionLogo {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    align-content: center;
    -webkit-align-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 auto;
    width: 56.25%;
  }
  .footerMGM .wrapper .sectionLogo img:first-child {
    width: 28.57143%;
    margin: 0;
  }
  .footerMGM .wrapper .sectionLogo img:last-child {
    width: 20.63492%;
    margin: 0;
  }

  .qualityContent {
    width: 100%;
    margin-bottom: 0;
  }
  .qualityContent .textContent {
    width: 87.5%;
    margin: 0 auto;
  }
  .qualityContent .textContent .text {
    width: 100%;
    font-size: 1.07143rem;
    line-height: 1.4;
  }
  .qualityContent .textContent .text h1 {
    font-size: 1.42857rem;
    text-transform: uppercase;
    margin-bottom: 0.71429rem;
  }
  .qualityContent .textContent .text h2 {
    font-size: 1.28571rem;
    margin-bottom: 0.71429rem;
  }
  .qualityContent .textContent .blockTextLogo .text {
    width: 100%;
  }
  .qualityContent .textContent .btnBlock a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 1.5rem 0;
  }
  .qualityContent .textContent .btnBlock a.btnBlue {
    width: 100%;
    padding: 1.07143rem 1rem;
    font-size: 1rem;
    -webkit-border-radius: 1.78571rem;
    -moz-border-radius: 1.78571rem;
    border-radius: 1.78571rem;
    text-align: center;
  }
  .qualityContent .textContent .blockTextLogo {
    display: block;
  }
  .qualityContent .textContent .blockTextLogo .logoImg {
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 1rem;
  }
  .qualityContent .coffrePresentation {
    width: 87.5%;
    margin: 0 auto 5rem;
  }
  .qualityContent .coffrePresentation .infoContent {
    display: block;
  }
  .qualityContent .coffrePresentation .infoContent .identification {
    width: 100%;
    padding: 1rem;
  }
  .qualityContent .coffrePresentation .infoContent .identification .name {
    font-size: 1.625rem;
    padding-bottom: 0.5rem;
  }
  .qualityContent .coffrePresentation .infoContent .identification .subtitle {
    font-size: 1.07143rem;
    padding-bottom: 0.5rem;
  }
  .qualityContent .coffrePresentation .infoContent .identification .type {
    font-size: 1rem;
  }
  .qualityContent .coffrePresentation .infoContent .image {
    width: 100%;
    border: 0.07143rem solid #f2f2f2;
    text-align: center;
    padding: 0;
  }
  .qualityContent .coffrePresentation .infoSupplementaire {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }
  .qualityContent .coffrePresentation .infoSupplementaire .infoGauche {
    width: 100%;
    border: 0;
    padding: 0;
  }
  .qualityContent .coffrePresentation .infoSupplementaire .infoDroite {
    width: 100%;
    border: 0;
    padding: 0;
    padding-bottom: 1.60714rem;
  }
  .qualityContent .coffrePresentation .infoSupplementaire .infoDroite p {
    margin: 0 0 1rem 0;
  }
  .qualityContent .coffrePresentation .infoSupplementaire .infoDroite ul {
    margin: 0;
    padding: 0px 40px;
  }
  .qualityContent .coffrePresentation .sectionBtn .btnBlue {
    text-transform: none;
    width: 85%;
    padding: 1.07143rem 1rem;
    font-size: 1rem;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
  }
  .qualityContent .ctaContact {
    font-size: 1.14286rem;
    background-image: url(/fr-CA/_media/image/504/bgctacontac-mt.jpg);
    padding-top: 1.42857rem;
    padding-bottom: 1.42857rem;
    width: 100%;
  }
  .qualityContent .ctaContact .title {
    width: 81.25%;
    margin: 0 auto;
    font-size: 1.14286rem;
    padding-bottom: reM(52);
  }
  .qualityContent .ctaContact .sectionBtn a.btnGold {
    width: 81.25%;
    margin: 0 auto;
    padding: 1.07143rem 1rem;
    font-size: 1rem;
    -webkit-border-radius: 1.78571rem;
    -moz-border-radius: 1.78571rem;
    border-radius: 1.78571rem;
  }

  .contactContent {
    width: 100%;
    display: block;
  }
  .contactContent {
    display: block;
    width: 100%;
  }
  .contactContent .sectionGauche {
    padding: 0 1.42857rem;
    width: 100%;
    margin: 0 auto;
  }
  .contactContent .sectionGauche .blockContact {
    font-size: 1.07143rem;
    line-height: 1.4;
    padding: 0;
    padding-top: 1.78571rem;
    padding-bottom: 1.25rem;
  }
  .contactContent .sectionGauche .blockContact h1 {
    font-size: 1.42857rem;
    text-transform: uppercase;
    margin-bottom: 0.71429rem;
  }
  .contactContent .sectionGauche .blockContact h2 {
    font-size: 1.28571rem;
  }
  .contactContent .sectionGauche .blockContact h3 {
    font-size: 1.28571rem;
  }
  .contactContent .sectionDroite {
    width: 100%;
    margin: 0 auto;
  }
  .contactContent .sectionDroite .sectionDroiteBG {
    padding: 0 1.42857rem;
    padding-top: 1.64286rem;
  }
  .contactContent .sectionDroite .sectionFormulaire .title {
    font-size: 1.28571rem;
    margin-bottom: 0.35714rem;
  }
  .contactContent .sectionDroite .sectionFormulaire .subtitle {
    font-size: 1.07143rem;
  }
  .contactContent .sectionDroite .sectionFormulaire .formRow {
    margin-bottom: 0;
  }
  .contactContent .sectionDroite .sectionFormulaire .formItem {
    margin-bottom: 1.14286rem !important;
  }
  .contactContent .sectionDroite .sectionFormulaire .formItem.floatLeft {
    width: 100% !important;
    margin-right: 0 !important;
    margin: 0;
  }
  .contactContent .sectionDroite .sectionFormulaire .formItem .label {
    font-size: 1rem;
    margin-bottom: 0.35714rem;
  }
  .contactContent .sectionDroite .sectionFormulaire .formItem .formInput input {
    height: 3.21429rem;
    line-height: 3.21429rem;
    padding: 0 1rem;
  }
  .contactContent
    .sectionDroite
    .sectionFormulaire
    .formItem
    .formInput
    .divSelect
    select {
    height: 3.21429rem;
    line-height: 3.21429rem;
    padding: 0 1rem;
  }
  .contactContent
    .sectionDroite
    .sectionFormulaire
    .formItem
    .formInput
    textarea {
    padding: 1rem;
  }
  .contactContent .sectionDroite .sectionFormulaire .formActions {
    margin-top: 0.89286rem;
    padding-bottom: 2.75rem;
  }
  .contactContent
    .sectionDroite
    .sectionFormulaire
    .formActions
    .btnInput
    input {
    width: 100%;
    padding: 1.07143rem 1rem;
    font-size: 1rem;
    -webkit-border-radius: 1.78571rem;
    -moz-border-radius: 1.78571rem;
    border-radius: 1.78571rem;
  }
  .contactContent .sectionDroite .sectionFormulaire {
    padding: 0;
  }
  .map {
    display: none;
  }
  div.ariane {
    width: auto !important;
  }

  div.content {
    width: auto !important;
  }

  div.gauche.gauche {
    width: auto !important;
    padding: 16px 16px 0;
  }

  .productHome .productSection a > div {
    width: auto;
  }

  div.gauche div.produitPresentation.produitPresentation {
    width: 100%;
    padding: 0;
    float: none;
  }

  div.gauche div.produitGalerie.produitGalerie {
    width: auto;
    float: none;
  }

  div.gauche div.donneesTechnique.donneesTechnique {
    width: auto;
  }

  div.wrapDonneesTechniques table td:first-child {
    width: 20vw;
  }

  div.droite.droite {
    width: 100%;
    padding-inline: 16px;
    box-sizing: border-box;
  }

  /* Menu mobile */
  .headerMGM {
    position: relative;
  }

  .headerMGM .headerDesktop {
    display: block;
  }

  .headerMGM .top {
    display: none !important;
  }

  .headerMGM .logo {
    display: none;
  }

  .headerMGM .bottom .menuPrincipal {
    position: absolute;
    top: 100%;
    left: 0;
    background: #17548c;
    width: 100%;
    z-index: 999999;
    padding: 1rem 0;
    display: none;
  }

  .headerMGM .bottom .menuPrincipal.opened {
    display: block;
  }

  .headerMGM .bottom .menuPrincipal ul {
    display: block;
    margin: 0;
  }

  .headerMGM .bottom .menuPrincipal .menuCss9 {
    border: none;
  }

  .headerMGM .bottom .menuPrincipal ul li a {
    color: white;
    padding: 0.5rem 0.89286rem;
    font-size: 1.025rem;
  }

  .headerMGM .bottom .menuPrincipal ul li a:hover::after {
    display: none;
  }

  .headerMGM .bottom .menuPrincipal ul li a::after,
  .headerMGM .bottom .menuPrincipal ul li a:hover::after,
  .headerMGM .bottom .menuPrincipal ul li.selected a::after {
    content: "";
    position: absolute;
    background: white;
    top: inherit;
    left: 0.89286rem;
    right: 0.89286rem;
    bottom: 2px;
    width: calc(100% - (0.89286rem * 2));
    height: 2px;
    display: none;
  }

  .headerMGM .bottom .menuPrincipal ul li.selected a::after {
    display: block;
  }

  .headerMGM .headerMobile .btnMenu.close a:before {
    content: "\F00D";
  }
}
@media screen and (max-width: 600px) {
  html[lang] {
    font-size: 26.225px;
  }
}
@media screen and (max-width: 560px) {
  html[lang] {
    font-size: 24.5px;
  }
}
@media screen and (max-width: 520px) {
  html[lang] {
    font-size: 22.75px;
  }
}
@media screen and (max-width: 480px) {
  html[lang] {
    font-size: 21px;
  }
}
@media screen and (max-width: 440px) {
  html[lang] {
    font-size: 19.225px;
  }
}
@media screen and (max-width: 400px) {
  html[lang] {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 360px) {
  html[lang] {
    font-size: 15.75px;
  }
}
@media screen and (max-width: 320px) {
  html[lang] {
    font-size: 14px;
  }
}

/* Corrections mobiles mai 2025 */
@media screen and (max-width: 640px) {
  div.container {
    background-color: white;
  }
}
