@charset "UTF-8";
/*
Theme Name: Equipment Quinton
Author: Marketing Media
Author URI: http://marketingmedia.ca/
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

* {
  box-sizing: border-box;
  vertical-align: top;
}

a {
  text-decoration: none;
  transition: all 0.3s linear;
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  width: inherit !important;
}

/*Color*/
/*General*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}

.Wrap {
  margin: 0 auto;
  width: 95%;
}

.Wrapper {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
}

.Section {
  padding: 100px 0;
}

.Center {
  text-align: center;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

i {
  line-height: 1.5 !important;
}

p {
  margin-bottom: 20px;
}
p:last-of-type {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

.breadcrumb {
  color: #FFF;
}
.breadcrumb a {
  color: #FFF;
}

.Btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 15px;
  border: 1px solid #003764;
  color: #003764 !important;
  font-weight: 600;
  border-radius: 3px;
}
.Btn:hover {
  background: #00294B;
  color: #FFF !important;
}

.BlueBtn {
  color: #FFF !important;
  background: #1A96FE;
  border-color: #1A96FE;
}
.BlueBtn:hover {
  background: #00294B;
  border-color: #00294B;
  color: #FFF !important;
}

.WBbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #FFF !important;
  border: 1px solid #FFF;
  border-radius: 3px;
  padding: 10px 15px;
}
.WBbtn:hover {
  background: #FFF;
  border-color: #FFF;
  color: #003764 !important;
}

.BBbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #1A96FE !important;
  border: 1px solid #1A96FE;
  border-radius: 3px;
  padding: 10px 15px;
}
.BBbtn:hover {
  background: #1A96FE;
  border-color: #1A96FE;
  color: #FFF !important;
}

.wp-block-button__link {
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 12px 24px !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  transition: all 0.2s ease-in-out !important;
}

.is-style-primary .wp-block-button__link {
  background-color: #1A96FE !important;
  color: #FFF !important;
  border: 1px solid #1A96FE !important;
}

.is-style-primary .wp-block-button__link:hover {
  background-color: #003764 !important;
  border-color: #003764 !important;
}

.is-style-secondary .wp-block-button__link {
  background-color: transparent !important;
  color: #003764 !important;
  border: 1px solid #003764 !important;
}

.is-style-secondary .wp-block-button__link:hover {
  background-color: #003764 !important;
  color: #FFF !important;
}

.Blue {
  color: #1A96FE !important;
}

.DarkBlue {
  color: #00294B !important;
}

.WhiteBlock {
  background: #FFF !important;
}

.DarkBlock {
  background: #00294B;
  color: #FFF;
}

.LightGreyBlock {
  background: #F2FAFF;
}

.wp-block-columns {
  margin-bottom: 0 !important;
}

.Spacer {
  height: 20px;
}

.Spotlight {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1A96FE;
}

.TextSmall {
  font-size: 14px;
}

/*Titles*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}
h1 + p, h1 + ul,
h2 + p,
h2 + ul,
h3 + p,
h3 + ul,
h4 + p,
h4 + ul,
h5 + p,
h5 + ul,
h6 + p,
h6 + ul {
  margin-top: 5px;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: 400;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

.Banner h1,
.Banner h2,
.Banner h3,
.Banner h4,
.Banner h5,
.Banner h6,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #FFF;
}

h1 {
  font-size: 50px;
  line-height: 1.1;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 20px;
}
h4.Blue {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

h5 {
  font-size: 18px;
}

.Line::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin: 20px 0;
  background: #1A96FE;
}

.Center .Line:after {
  margin: 20px auto 40px;
}

/*Grid System*/
.Grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(12, 1fr);
  /*grid-template-rows: repeat(12,1fr);*/
}
.Grid.OneCol, .Grid.TwoCol, .Grid.ThreeCol, .Grid.FourCol, .Grid.FiveCol {
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
}
.Grid.SixCol {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}
.Grid.wp-block-columns {
  display: grid !important;
}
.Grid .wp-block-column {
  margin: 0 !important;
}
.Grid .Col {
  align-self: center;
}
.Grid .Col.Image {
  overflow: hidden;
}
.Grid .Col.Right {
  justify-self: end;
}
.Grid .Col.Start {
  align-self: start;
}

/*TopBanner*/
.TopBanner {
  position: relative;
}

/*Header*/
header {
  position: relative;
  width: 100%;
  padding: 10px;
  z-index: 9999;
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .Wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
header .Logo {
  width: 200px;
}
header .Menus .Desktop {
  display: none;
}
header .Menus .Mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 40px 0;
  overflow: scroll;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
}
header .Menus .Mobile .menu {
  text-align: center;
}
header .Menus .Mobile .menu a {
  color: rgba(255, 255, 255, 0.7);
}
header .Menus .Mobile .menu .sub-menu {
  margin-bottom: 40px;
}
header .Menus .Mobile .menu .sub-menu a {
  font-size: 16px;
  font-weight: 400;
}
header .Menus .Mobile .MenuFirst::after {
  content: "";
  width: 100px;
  height: 1px;
  margin: 20px auto;
  display: block;
  border-bottom: 2px dashed;
}
header .Menus .Mobile .MenuFirst ul li {
  margin: 10px 0;
}
header .Menus .Mobile .MenuFirst ul li a {
  font-size: 30px;
  font-weight: 600;
}
header .Menus .Mobile .MenuFoot ul li {
  margin: 10px 0;
  font-size: 20px;
}
header .Menus .Mobile .MenuFoot ul li.Phone {
  font-size: 30px;
}
header .Menus .Mobile .MenuFoot ul li.Phone a {
  color: #FFF;
}
header .Menus .Mobile .MenuFoot ul li.wpml-ls-item a {
  display: inline-block;
  padding: 10px;
  background: #1A96FE;
  font-size: 16px;
}

#Nav {
  display: none;
}
#Nav.Open {
  display: block;
}

.MobilTools .Bars {
  color: #FFF;
  background: #1A96FE;
  padding: 10px;
  margin-top: 16px;
  text-align: center;
  width: 36px;
}

#Close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #FFF;
  padding: 10px;
  width: 36px;
  background: #1A96FE;
  text-align: center;
}

.language-menu {
  display: inline-flex;
  align-items: center;
}
.language-menu li > .lang_sel_sel {
  display: none;
}
.language-menu li a {
  font-weight: 600;
  color: #1A96FE;
}

/*page*/
.HeroBanner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 700px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.HeroBanner.NoImg {
  background-image: url("img/hero-image.jpg");
}
.HeroBanner .Screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 28, 50) 10%, rgba(0, 28, 50, 0.6) 60%, rgba(0, 28, 50, 0) 100%);
  z-index: 1;
}
.HeroBanner .Wrapper {
  position: relative;
  z-index: 2;
}
.HeroBanner .Inner {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  color: #FFF;
}
.HeroBanner h1 br {
  display: none;
}
.HeroBanner .Btns {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.HeroBanner .Btns br,
.HeroBanner .Btns .Spacer {
  display: none;
}

.PageContent ul li {
  margin-bottom: 10px;
}
.PageContent ul li::before {
  content: "• ";
  color: #1A96FE;
}
.PageContent ul li ul {
  margin-top: 10px;
  padding-left: 20px;
}
.PageContent ul li a {
  color: #1A96FE;
}
.PageContent ul li a:hover {
  color: #00294B;
}
.PageContent ul.Check li {
  display: flex;
  gap: 10px;
}
.PageContent ul.Check li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}
.PageContent p a {
  color: #1A96FE;
}
.PageContent p strong {
  color: #333;
  font-weight: 700;
}

/*SideBar*/
.HasSide {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.PostImageInside {
  background: linear-gradient(90deg, rgb(244, 119, 33) 0%, rgb(30, 118, 189) 100%);
  padding: 2px;
}
.PostImageInside img {
  max-width: 100%;
  height: auto;
}

.SideBar .Logo {
  max-width: 200px;
  margin-bottom: 40px;
}
.SideBar {
  padding: 20px;
}
.SideBar ul li {
  margin-bottom: 10px;
}
.SideBar ul li a {
  color: #1A96FE;
  font-weight: 600;
}
.SideBar ul li a:hover {
  color: #00294B;
}
.SideBar ul li::before {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: #1A96FE;
  padding-right: 5px;
}
.SideBar .Info {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.SideBar .Info a {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 5px;
  color: #666666;
}
.SideBar .Info a i {
  color: #1A96FE;
  text-align: center;
}
.SideBar .Info a:hover {
  color: #00294B;
}

/*ContactForm*/
.Form {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin: 0 auto;
}
.Form input,
.Form select {
  border: 0 none;
  border-radius: 0;
  background: #FFF;
  padding: 5px 10px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #666;
}
.Form input::-moz-placeholder, .Form select::-moz-placeholder {
  color: #666;
}
.Form input::placeholder,
.Form select::placeholder {
  color: #666;
}
.Form input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  border: 0 none;
  border-radius: 5px;
  background: #1A96FE;
  height: auto;
  font-weight: 600;
  color: #FFF;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.Form input[type=submit]:hover {
  background: #00294B;
}
.Form input[type=checkbox] {
  margin: 0;
}
.Form input[type=file] {
  color: #666666;
}
.Form textarea {
  border: 0 none;
  background: #FFF;
  border-radius: 0;
  padding: 10px;
  display: block;
  width: 100%;
  height: 300px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #666;
}
.Form textarea::-moz-placeholder {
  color: #666;
}
.Form textarea::placeholder {
  color: #666;
}
.Form .SubmitBlock {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Form .Col {
  display: inline-flex;
  flex-direction: column;
  gap: 20px;
  align-self: flex-start;
}
.Form .Attachs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Form .Row.Submit {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .Form .Row.Submit {
    flex-direction: row;
  }
}
.Form .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.Form .wpcf7-checkbox > span {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px;
  margin: 0;
  align-items: center;
}

.wpcf7-response-output {
  text-align: center;
}

/* Footer */
.BannerBottom {
  background: linear-gradient(160deg, rgb(0, 55, 100) 20%, rgba(0, 55, 100, 0) 70%), url(img/banner-bottom.jpg) no-repeat center top/cover;
  color: #FFF;
}
.BannerBottom .Btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

footer {
  position: relative;
  background: #00294B;
  color: #FFF;
}
footer .Wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
footer .Col h4::after {
  content: "";
  width: 20px;
  height: 2px;
  display: block;
  background: #1A96FE;
  margin: 10px 0 20px;
}
footer .Col li {
  margin-bottom: 20px;
}
footer .Col li:last-of-type {
  margin-bottom: 0;
}
footer .Col a {
  color: rgba(255, 255, 255, 0.6);
}
footer .Col a:hover {
  color: #FFF;
}
footer .Col.Equipement {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .Col .Social {
  display: flex;
  gap: 5px;
}
footer .Col .Social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #001C32;
  color: #FFF;
  border-radius: 50%;
}
footer .Col .Social a i {
  color: #FFF;
}
footer .Col .Social a:hover {
  background: #1A96FE;
  color: #FFF;
}
footer .Col .Social a:hover i {
  color: #FFF;
}
footer .Col .CordBlock {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .Col .CordBlock .Cord {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 5px;
  align-items: start;
}
footer .Col .CordBlock .Cord i {
  color: #1A96FE;
}

/* Copy */
.Copy {
  padding: 20px 0;
  background: #001C32;
  color: #FFF;
  text-align: center;
  font-size: 14px;
}
.Copy img {
  width: 36px;
  height: auto;
}
.Copy a {
  color: rgba(255, 255, 255, 0.7);
}
.Copy a:hover {
  color: #FFF;
}
.Copy .MM {
  margin-top: 20px;
}

.TwoColList {
  -moz-column-count: 1;
       column-count: 1;
}

/*wp hacks*/
.has-text-color.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

/*Sitemap*/
.wsp-pages-title::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #1A96FE;
  margin: 10px 0 20px;
}

.wsp-pages-list li a {
  color: #001C32 !important;
}
.wsp-pages-list li a:hover {
  color: #1A96FE !important;
}

/*Responsive*/
/*Mobile*/
/*Mobile Big*/
/*Mobile hrz*/
/*tablet*/
@media (min-width: 767px) {
  header .Menus .Mobile {
    width: 350px;
    padding: 40px 20px;
  }
  .Grid.TwoCol {
    grid-template-columns: repeat(2, 1fr);
  }
  .Grid.ThreeCol {
    grid-template-columns: repeat(2, 1fr);
  }
  .Grid.FourCol {
    grid-template-columns: repeat(2, 1fr);
  }
  .Grid.FiveCol {
    grid-template-columns: repeat(3, 1fr);
  }
  .Grid.SixCol {
    grid-template-columns: repeat(3, 1fr);
  }
  .Grid.Product {
    grid-template-columns: 3fr 1fr;
  }
  .Grid.TwoColOverlap {
    grid-template-columns: repeat(12, 1fr);
  }
  .Grid.TwoColOverlap .Text,
  .Grid.TwoColOverlap .Image {
    grid-row: 1/2;
  }
  .Grid.TwoColOverlap .Text .Inside {
    padding: 40px;
  }
  .Grid.TwoColOverlap:nth-child(odd) .Image {
    grid-column: 1/6;
    z-index: 1;
  }
  .Grid.TwoColOverlap:nth-child(odd) .Text {
    grid-column: 5/13;
    z-index: 2;
  }
  .Grid.TwoColOverlap:nth-child(even) .Image {
    grid-column: 7/13;
    z-index: 1;
  }
  .Grid.TwoColOverlap:nth-child(even) .Text {
    grid-column-start: 1;
    grid-column: 1/8;
    z-index: 2;
  }
  .Grid.TwoColAssim {
    grid-template-columns: repeat(13, 1fr);
    gap: 0;
  }
  .Grid.TwoColAssim .Text,
  .Grid.TwoColAssim .Image {
    grid-row: 1/2;
  }
  .Grid.TwoColAssim .Text .Inside {
    padding: 80px 40px;
  }
  .Grid.TwoColAssim .Image .wp-block-cover {
    height: 100%;
  }
  .Grid.TwoColAssim:nth-child(odd) .Image {
    grid-column: 1/7;
  }
  .Grid.TwoColAssim:nth-child(odd) .Text {
    grid-column: 7/15;
  }
  .Grid.TwoColAssim:nth-child(even) .Image {
    grid-column: 8/15;
  }
  .Grid.TwoColAssim:nth-child(even) .Text {
    grid-column: 1/8;
  }
  .HeroBanner .Inner {
    width: 50%;
  }
  .BannerBottom .Inner {
    width: 70%;
  }
  .BannerBottom .Btns {
    flex-direction: row;
  }
  .TwoColList {
    -moz-column-count: 2;
         column-count: 2;
  }
  footer .Wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
  footer .Wrapper .Col {
    width: calc(50% - 20px);
  }
  .HasSide {
    grid-template-columns: 1fr 250px;
  }
}
/*Laptop*/
@media (min-width: 1200px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 10px 0;
  }
  header .Logo {
    width: 230px;
  }
  header .Menus .Mobile {
    display: none;
  }
  header .Menus .Desktop {
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: center;
  }
  header .Menus .Desktop .Main {
    display: flex;
    justify-content: flex-end;
  }
  header .Menus .Desktop .Main ul {
    display: flex;
    align-items: center;
  }
  header .Menus .Desktop .Main ul li {
    display: inline-flex;
    position: relative;
    padding: 10px 20px;
  }
  header .Menus .Desktop .Main ul li a {
    color: #444444;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    border-bottom: 4px solid transparent;
  }
  header .Menus .Desktop .Main ul li a:hover {
    color: #000;
  }
  header .Menus .Desktop .Main ul li.current_page_item a {
    border-bottom: 4px solid #1A96FE;
    opacity: 1;
  }
  header .Menus .Desktop .Main ul li.current_page_item ul li a {
    border-bottom: none;
  }
  header .Menus .Desktop .Main ul li ul {
    position: absolute;
    top: 56px;
    left: 0;
    display: none;
    flex-direction: column;
    padding: 20px;
    justify-content: flex-start;
    gap: 10px;
    min-width: 270px;
  }
  header .Menus .Desktop .Main ul li ul li {
    align-self: flex-start;
    background: none;
    padding: 0;
  }
  header .Menus .Desktop .Main ul li ul li:hover {
    background: none;
  }
  header .Menus .Desktop .Main ul li ul li a {
    text-transform: none;
    font-weight: 400;
    font-size: 18px;
  }
  header .Menus .Desktop .Main ul li ul li a:hover {
    color: #00294B;
  }
  header .Menus .Desktop .Main ul li:hover ul {
    display: flex;
  }
  header .Menus .Desktop .ContactTools {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  header .Menus .Desktop .ContactTools .Phone {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    color: #000;
    font-size: 18px;
  }
  header .Menus .Desktop .ContactTools .Phone i {
    color: #1A96FE;
    margin-right: 5px;
  }
  header .Menus .Desktop .ContactTools .Phone span {
    white-space: nowrap;
  }
  header .Menus .Desktop .language {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .MobilTools {
    display: none;
  }
  .Content {
    margin-top: 115px;
  }
  .BannerBottom .Inner {
    width: 45%;
  }
  .HeroBanner .Inner {
    width: 60%;
    max-width: 650px;
  }
  .HeroBanner h1 br {
    display: initial;
  }
  .HeroBanner .Btns {
    display: block;
  }
  .HeroBanner .Btns br {
    display: initial;
  }
  .HeroBanner .Btns .Spacer {
    display: block;
  }
  footer {
    position: relative;
  }
  .FootNav {
    position: relative;
  }
  .HasSide {
    grid-template-columns: 1fr 350px;
  }
  .Grid.ThreeCol {
    grid-template-columns: repeat(3, 1fr);
  }
  .Grid.FourCol {
    grid-template-columns: repeat(4, 1fr);
  }
  .Grid.FiveCol {
    grid-template-columns: repeat(5, 1fr);
  }
  .Grid.SixCol {
    grid-template-columns: repeat(6, 1fr);
  }
  footer .Wrapper {
    justify-content: space-between;
  }
  footer .Wrapper .Col {
    width: auto;
  }
  footer .Wrapper .Col.Equipement {
    max-width: 350px;
  }
  .Copy .Wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .Copy .MM {
    margin: 0;
  }
  h1 {
    font-size: 58px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 36px;
  }
  h4 {
    font-size: 28px;
  }
}
/*Desktop*/
/*2k screen & more*/