@charset "UTF-8";
/*
@author: Rémy Cholley	
@mail  : remy@marsrouge.com
*/
/*************************************************************************************************
Variable
*************************************************************************************************/
/*** Color ***/
/*** Grille ***/
/*** breakpoint ***/
/*** Height Fixe ***/
/*** Fonts ***/
/*************************************************************************************************
@MIXIN
*************************************************************************************************/
/*************************************************************************************************
	Fonts
*************************************************************************************************/
@font-face {
  font-family: 'dinpro-regular';
  src: url("fonts/DINPro-Regular.eot");
  src: url("fonts/DINPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/DINPro-Regular.woff") format("woff"), url("fonts/DINPro-Regular.ttf") format("truetype"), url("fonts/DINPro-Regular.svg#dosisbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'dinpro-black';
  src: url("fonts/DINPro-Black.eot");
  src: url("fonts/DINPro-Black.eot?#iefix") format("embedded-opentype"), url("fonts/DINPro-Black.woff") format("woff"), url("fonts/DINPro-Black.ttf") format("truetype"), url("fonts/DINPro-Black.svg#dosisbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'dinpro-black';
  src: url("fonts/DINPro-Bold.eot");
  src: url("fonts/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/DINPro-Bold.woff") format("woff"), url("fonts/DINPro-Bold.ttf") format("truetype"), url("fonts/DINPro-Bold.svg#dosisbold") format("svg");
  font-weight: normal;
  font-style: normal; }
/*************************************************************************************************
@import (file)
*************************************************************************************************/
/*************************************************************************************************
	RESET CSS
*************************************************************************************************/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, audio, canvas, details, figcaption,
figure, footer, header, hgroup, mark, menu, meter, nav,
output, progress, section, summary, time, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  font-family: helvetica;
  font-size: 14px; }

a {
  text-decoration: none;
  cursor: pointer; }

article, aside, dialog, figure, footer, header,
hgroup, nav, section, blockquote {
  display: block; }

nav ul {
  list-style: none; }

ol {
  list-style: none; }

ul {
  list-style: none; }

ul ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

ins {
  text-decoration: underline; }

del {
  text-decoration: line-through; }

mark {
  background: none; }

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

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input[type="submit"], input[type="button"], button {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding: 0 !important;
  margin: 0 !important; }

input, select, a img {
  vertical-align: middle; }

textarea, input,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"] {
  -webkit-appearance: none;
  border-radius: 0; }

/*************************************************************************************************
Box sizing
*************************************************************************************************/
*:before, *:after {
  box-sizing: border-box; }

*:before, *:after {
  box-sizing: border-box; }

* {
  box-sizing: border-box; }

/*************************************************************************************************
Clearfix
*************************************************************************************************/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }



/*************************************************************************************************
Grille
*************************************************************************************************/
.container {
  max-width: 1145px;
  margin: 0 auto;
  position: relative; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  .container * {
    zoom: 1; }

.row {
  margin: 0px -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row * {
    zoom: 1; }

.col-1 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 8.33333%; }

.col-2 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 16.66667%; }

.col-3 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 25%; }

.col-4 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 33.33333%; }

.col-5 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 41.66667%; }

.col-6 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 50%; }

.col-7 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 58.33333%; }

.col-8 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 66.66667%; }

.col-9 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 75%; }

.col-10 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 83.33333%; }

.col-11 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 91.66667%; }

.col-12 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 100%; }

/*************************************************************************************************
Helpers
*************************************************************************************************/
body {
  font-size: 18px;
  font-family: 'dinpro-regular';
  line-height: 21px; }

#app {
  position: relative;
  z-index: 1; }

.show-tablette {
  display: none; }

.hide-tablette {
  display: block; }

@media all and (max-width: 768px) {
  .show-tablette {
    display: block; }

  .hide-tablette {
    display: none; } }
.show-mobile {
  display: none; }

.hide-mobile {
  display: block; }

@media all and (max-width: 480px) {
  .show-mobile {
    display: block; }

  .hide-mobile {
    display: none; } }
.vertical-table {
  display: table;
  height: 100%;
  width: 100%; }

.vertical-cell {
  display: table-cell;
  vertical-align: middle; }

.tcenter {
  text-align: center; }

.relative{
	position: relative;
}


a.link-btn {
    font-family: 'dinpro-black';
    display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
    height: 55px;
    font-size: 20px;
    color: #000;
    border: 3px solid #000;
    line-height: 49px;
    margin: 0px 15px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 250ms ease;
    margin-top: 30px;
    transition: all 250ms ease;
}


a.link-btn:hover{
	background-color: #000;
	color: #fff;
	transition: all 250ms ease;
}
/*************************************************************************************************
	Layouts | Header
*************************************************************************************************/
#header{
	display: block;
	position: relative;
	background-color: #FF0037;
}

#in-header{
	position: relative;
	padding: 25px 15px;
	height: 100%;
}

#page-home #header #logo{
	position: absolute;
	top:15px;
	height: 32px;
	width: 100%;
	left: 0;
}



#header #logo .relative{
	padding: 0px 15px;
}

#header #menu-responsive{
	position: absolute;
	
	top:0px;
	font-family: 'dinpro-black';
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 10px;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

#header h1{
	font-size: 40px;
	color: #000;
	font-family: 'dinpro-black';
	line-height: 40px;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	
}

#page-home #header h1{
	margin-top: -32px;
}



/*************************************************************************************************
Réglagle page type
*************************************************************************************************/
#page-type #logo{
	position: relative;
}

#page-type .tcenter{
	display: none;
}

#page-type h1{
	padding: 150px 0px;
}


#container-content{
	padding-top: 60px;
	padding-bottom: 60px;	
}

#post-intro{
	margin-bottom: 70px;
	text-align: center;
    padding: 0px 15px;
}

#post-intro p{
	font-family: 'dinpro-black';
    display: block;
    width: 100%;
    max-width: 825px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.5px;
   
}

#post-content{
	padding: 0px 15px;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

#post-content h2{
	font-family: 'dinpro-black';
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    text-transform: uppercase;
}


#post-content ul{
	margin-bottom: 50px;
}

#post-content p{
	margin-bottom: 50px;
    font-size: 18px;
    line-height: 24px;
}

#post-content p:last-child{
	margin-bottom: 0px;	
}
/*************************************************************************************************
	Layouts | Footer
*************************************************************************************************/
#footer{
	padding: 50px 0px;
    padding-bottom: 0px;
    background-color: #000;
    color: #fff;
    text-align: center;
    position: relative;
}

#col-footer{
	text-align: center;
	padding: 0px 15px;
}


#footer #logo-footer {
margin-bottom: 25px; }
#footer #menu-footer {
margin-bottom: 30px; }
#footer #menu-footer a {
  font-family: 'dinpro-black';
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #fff;
  margin: 0px 10px;
  text-transform: uppercase;
  margin: 0px 20px; }
#footer #social-link {
	margin-top: 30px;
	margin-bottom: 30px; }
#footer #social-link li {
  display: inline-block; }
  #footer #social-link li svg {
    height: 35px; }
    #footer #social-link li svg .fond {
      fill: transparent; }
#footer .adresse {
margin-bottom: 30px; }
#footer .adresse li:first-child {
  font-family: 'dinpro-black';
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase; }
  
  
  
  
#sub-footer {
  text-align: left;
  margin: 0px 35px; }
  #sub-footer #in-sub-footer {
    padding: 25px 0px;
    border-top: 1px solid #4C4C4C; }
    #sub-footer #in-sub-footer .left {
      float: left; }
      #sub-footer #in-sub-footer .left a:first-child {
        margin-left: 0px; }
    #sub-footer #in-sub-footer .right {
      float: right; }
      #sub-footer #in-sub-footer .right a:last-child {
        margin-right: 0px; }
    #sub-footer #in-sub-footer a, #sub-footer #in-sub-footer span {
      display: inline-block;
      color: #4C4C4C;
      text-transform: uppercase;
      font-size: 15px;
      line-height: 17px;
      letter-spacing: 0.4px;
      margin: 0px 20px;
      transition: all 250ms ease; }
      #sub-footer #in-sub-footer a:hover, #sub-footer #in-sub-footer span:hover {
        color: #fff;
        transition: all 250ms ease; }
    #sub-footer #in-sub-footer span {
      margin-left: 0px; }
      #sub-footer #in-sub-footer span:hover {
        color: #4c4c4c; }

  #footer #accroche-footer {
    font-family: 'dinpro-black';
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-align: center;
    margin-bottom: 30px;
    background: linear-gradient(270deg, #ff0037, #0f2a3d, #256490, #ff0037);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    background-size: 800% 800%;
    -webkit-animation: AnimationName2 20s ease infinite;
    -moz-animation: AnimationName2 20s ease infinite;
    animation: AnimationName2 20s ease infinite; }
@-webkit-keyframes AnimationName2 {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
    
    
#sub-footer #in-sub-footer .left ul li:first-child {
  margin-left: 0px; }
#sub-footer #in-sub-footer .right ul li:last-child {
  margin-right: 0px; }
#sub-footer #in-sub-footer li {
  display: inline-block;
  margin: 0px 10px; }
  #sub-footer #in-sub-footer li a, #sub-footer #in-sub-footer li span {
    color: #4C4C4C;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.4px;
    margin: 0;
    transition: all 250ms ease; }
    #sub-footer #in-sub-footer li a:hover, #sub-footer #in-sub-footer li span:hover {
      color: #fff;
      transition: all 250ms ease; }

/*************************************************************************************************
Homepage
*************************************************************************************************/
#page-home{}




/*************************************************************************************************
Menu mobile
*************************************************************************************************/
#menu-mobile {
  display: block;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  background-color: #fff; }
  #menu-mobile #in-menu-mobile {
    background-color: #fff;
    position: relative;
    width: 100%;
    min-height: 100%;
    opacity: 0;
    transition: opacity 250ms ease; }
    #menu-mobile #in-menu-mobile .full-container {
      height: 100%; }
    #menu-mobile #in-menu-mobile #logo-menu-mobile {
      position: absolute;
      left: 15px;
      top: 25px; }
      #menu-mobile #in-menu-mobile #logo-menu-mobile .logo a {
        font-size: 35px; }
    #menu-mobile #in-menu-mobile #menu-entry {
      text-align: center;
      margin-right: 15px;
      margin-left: 15px;
      margin-top: 200px;
      margin-bottom: 200px; }
      #menu-mobile #in-menu-mobile #menu-entry li {
        margin-bottom: 15px; }
      #menu-mobile #in-menu-mobile #menu-entry a {
        font-family: 'dinpro-black';
        font-size: 40px;
        line-height: 40px;
        color: #FF0037;
        text-transform: uppercase;
        opacity: 1;
        transition: opacity 250ms ease; }
        #menu-mobile #in-menu-mobile #menu-entry a:hover {
          opacity: 0.6;
          transition: opacity 250ms ease; }
    #menu-mobile #in-menu-mobile #btn-close-menu {
      font-family: 'dinpro-black';
      position: absolute;
      right: 15px;
      top: 35px;
      font-size: 15px;
      line-height: 15px;
      letter-spacing: 0.4px;
      text-transform: uppercase;
      color: #FF0037;
      cursor: pointer; }
    #menu-mobile #in-menu-mobile #phrase-du-jour {
      font-family: 'dinpro-black';
      font-size: 18px;
      position: absolute;
      bottom: 29px;
      left: 15px;
      color: #FF0037; }
    #menu-mobile #in-menu-mobile #menu-social-responsive {
      position: relative;
      text-align: center;
    } 
      #menu-mobile #in-menu-mobile #menu-social-responsive li {
        display: inline-block;
        margin-left: 20px; }
        #menu-mobile #in-menu-mobile #menu-social-responsive li svg {
          -webkit-border-radius: 100%;
          height: 45px;
          width: 45px; }
          #menu-mobile #in-menu-mobile #menu-social-responsive li svg .fond {
            fill: transparent; }
          #menu-mobile #in-menu-mobile #menu-social-responsive li svg .plateforme {
            fill: #FF0037; }
        #menu-mobile #in-menu-mobile #menu-social-responsive li a:hover svg {
          opacity: 0.7; }
    #menu-mobile #in-menu-mobile .adresse {
      margin-top: 50px;
      color: #fff; }
      #menu-mobile #in-menu-mobile .adresse li {
        margin-bottom: 5px !important; }
      #menu-mobile #in-menu-mobile .adresse li:first-child {
        font-family: 'dinpro-black';
        text-transform: uppercase;
        font-size: 16px;
        color: #fff; }
  #menu-mobile #choix-langue {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 100px; }
    #menu-mobile #choix-langue a {
      font-family: 'dinpro-regular';
      display: inline-block;
      font-size: 18px;
      line-height: 18px;
      margin: 0px 10px;
      padding: 8px 15px;
      color: #FF0037;
      border: 1px solid #FF0037;
      transition: all 250ms ease-in; }
      #menu-mobile #choix-langue a:hover {
        background-color: #FF0037;
        color: #fff;
        transition: all 250ms ease-out; }
  #menu-mobile.open {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow: scroll;
    overflow-x: hidden; }
    #menu-mobile.open #in-menu-mobile {
      transition: opacity 350ms ease;
      opacity: 1; }

html.open-menu, html.open-menu body {
  overflow: hidden;
  height: 100%; }


@media (max-width: 845px){
	#sub-footer #in-sub-footer .left a, #sub-footer #in-sub-footer .left span, #sub-footer #in-sub-footer .right a, #sub-footer #in-sub-footer .right span {
	    margin-left: 0px;
	    margin-right: 0px;
	}
	
	#sub-footer #in-sub-footer .left li, #sub-footer #in-sub-footer .right li {
	    display: block;
	    margin: 0px;
	}

}



@media (max-width: 600px){
	#sub-footer #in-sub-footer .left {
	    width: 100%;
	    text-align: left;
	    margin-bottom: 30px;
	}
	
	#sub-footer #in-sub-footer .right {
	    width: 100%;
	    text-align: right;
	}
}