@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on February 8, 2017 */
@font-face {
  font-family: 'nowayregular';
  src: url('../fonts/noway-regular-webfont.eot');
  src: url('../fonts/noway-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/noway-regular-webfont.woff2') format('woff2'),
       url('../fonts/noway-regular-webfont.woff') format('woff'),
       url('../fonts/noway-regular-webfont.ttf') format('truetype'),
       url('../fonts/noway-regular-webfont.svg#nowayregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


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,
sub,
sup,
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: baseline;
  box-sizing: border-box;
}

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

body {
  line-height: 1;
  height: 100%;
  overflow-x: hidden;
}

body :not(#cdm-acceptance-modal) {
  line-height: 1.33;
}

ul{
  padding-left: 18px;
  margin-bottom: 20px;
}

blockquote,
q {
  quotes: none;
}

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

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

body{
  background-color: #000;
  height: 100vh;
  min-height: 750px;
  font-family: "nowayregular" , sans-serif;
}

h2{
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 30px;
}

.logo-wrapper{
  margin-bottom: 10px;
}

.logo-wrapper svg{
  width: 360px;
}

.link-wrapper a{
  font-size: 24px;
  text-decoration-color: transparent;
  color: #fff;
  transition: text-decoration 0.5s ease;
}

.link-wrapper a:hover{
  text-decoration-color: inherit; 
}

.sociaux{
  margin-top: 40px;
}

.sociaux a{
  margin-right: 45px;
  text-decoration: none;
}

.left-col{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 180px;
}

.right-col svg{
  position: absolute;
  right: -1%;
  top: -1%;
  bottom: -1%;
  height: 102%;
}

.policy-link.link-wrapper{
  margin-top: 40px;
}

.policy-link.link-wrapper a{
  font-size: 16px;
}

.politique .left-col{
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.politique .logo-wrapper{
  margin-bottom: 50px;
}

.content{
  padding-right: 400px;
}

.content h2{
  font-size: 30px;
  margin-top: 20px;
}

.content h3{
  font-size: 24px;
  margin-top: 20px;
}

.content p{
  margin-bottom: 20px;
}

li,p,a,h1,h2,h3,h4,h5,h6{
  color: #fff;
}

@media screen and (max-width: 1200px){
  body{
    min-height: auto;
  }
  .left-col{
    padding-left: 30px;
  }
  h2{
    margin-top: 20px;
  }

  .content{
    padding-right: 250px;
  }
}

@media screen and (max-width: 1000px){
  .logo-wrapper svg{
    width: 240px;
  }

  .right-col{
    display: none;
  }

  .content{
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px){
  .link-wrapper a{
    text-decoration: none;
  }
}

