/****IMPORTATION DE COMPASS****/
/****STYLE GENERAUX****/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 8, 2015 */
@font-face {
  font-family: 'proxima_novaregular';
  src: url("../fonts/proximanova/ProximaNova-Reg-webfont.eot");
  src: url("../fonts/proximanova/ProximaNova-Reg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova/ProximaNova-Reg-webfont.woff2") format("woff2"), url("../fonts/proximanova/ProximaNova-Reg-webfont.woff") format("woff"), url("../fonts/proximanova/ProximaNova-Reg-webfont.ttf") format("truetype"), url("../fonts/proximanova/ProximaNova-Reg-webfont.svg#proxima_novaregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_novalight';
  src: url("../fonts/proximanova/ProximaNova-Light-webfont.eot");
  src: url("../fonts/proximanova/ProximaNova-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova/ProximaNova-Light-webfont.woff2") format("woff2"), url("../fonts/proximanova/ProximaNova-Light-webfont.woff") format("woff"), url("../fonts/proximanova/ProximaNova-Light-webfont.ttf") format("truetype"), url("../fonts/proximanova/ProximaNova-Light-webfont.svg#proxima_novalight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_novabold';
  src: url("../fonts/proximanova/ProximaNova-Bold-webfont.eot");
  src: url("../fonts/proximanova/ProximaNova-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova/ProximaNova-Bold-webfont.woff2") format("woff2"), url("../fonts/proximanova/ProximaNova-Bold-webfont.woff") format("woff"), url("../fonts/proximanova/ProximaNova-Bold-webfont.ttf") format("truetype"), url("../fonts/proximanova/ProximaNova-Bold-webfont.svg#proxima_novabold") format("svg");
  font-weight: normal;
  font-style: normal; }
/*
    RESET CSS MEYER
*/
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; }

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

body {
  line-height: 1; }

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

.hidden {
  display: none; }

em {
  font-style: italic; }

/***Couleur typo***/
/***INTERLETTRAGE***/
body {
  font-size: 1em; }

h1 {
  color: #ffffff;
  font-family: 'Lato', sans-serif; }

p {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300;
  line-height: 25px; }

span.italic {
  font-style: italic; }

.clear {
  clear: both; }

/***********HEADER*********/
/*******************************/
.header-header {
  background-color: #4de1a5;
  margin: 0;
  padding: 0;
  height: 71px;
  width: 100%;
  z-index: 999;
  position: fixed; }

.header-header .logo {
  width: 160px;
  margin-left: 55px; }

.header-header .logo img {
  margin-top: 11px;
  display: block; }

.header-header h1, .header-header .top-bar {
  display: inline-block; }

/***********ARTICLE*********/
/*******************************/
.titre-article {
  color: #4de1a5;
  font-family: "Lato",sans-serif;
  font-weight: 300;
  font-size: 2.1875em;
  text-align: center;
  line-height: 45px;
  width: 50% !important;
  margin: 50px auto 0px; }

.description article p {
  font-family: 'Open Sans';
  color: #a7a7af;
  font-size: 1.4375em;
  text-align: center;
  margin: 37px 0; }

.texte-article {
  color: #9d9da7;
  font-size: 1em;
  text-align: center;
  line-height: 26px;
  margin-top: 35px;
  margin-bottom: 35px; }

/***********TRIANGLE*********/
/*******************************/
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 11px 0px;
  margin: 0 auto -21px;
  transition: border-color 0.3s ease 0s; }

.triangle-grey {
  border-color: #9d9da7 transparent transparent; }

.triangle-green {
  border-color: #62dcab transparent transparent; }

.triangle-blue {
  border-color: #92cbd6 transparent transparent; }

.triangle-yellow {
  border-color: #d6b33c transparent transparent; }

/***********BUTTON*********/
/*******************************/
.continu-connect {
  padding: 12px 36px !important;
  border: 3px solid white; }

.other {
  margin: 70px 0px 0px 0;
  color: white;
  font-family: "Lato";
  font-size: 1.5em; }

.facebook-connect {
  background-image: url("../../dev/src/images/fb.png");
  background-repeat: no-repeat;
  background-position: 15px center;
  padding: 12px 40px !important; }

.button {
  display: block;
  width: 251px !important;
  padding: 27px 31px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  color: #ffffff;
  margin: 35px auto;
  text-decoration: none;
  cursor: pointer; }

.button-facebook {
  letter-spacing: 5px;
  width: 324px !important;
  padding: 12px 70px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  color: #ffffff;
  margin: 35px auto;
  text-decoration: none;
  text-transform: uppercase;
  top: 2em;
  position: relative; }

.button-header {
  letter-spacing: 5px;
  width: 324px !important;
  padding: 12px 70px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  color: #ffffff;
  margin: 35px auto;
  text-decoration: none;
  text-transform: uppercase;
  top: 2em;
  position: relative; }

.button-form {
  margin: 0 auto;
  padding: 15px 31px;
  border: none; }

.blue {
  background-color: #92cbd6;
  transition: background-color 0.3s ease 0s; }
  .blue:hover {
    background-color: #53A2B1; }
  .blue:hover + .triangle {
    border-color: #53A2B1 transparent transparent; }

.green {
  background-color: #62dcab;
  transition: background-color 0.3s ease 0s; }
  .green:hover {
    background-color: #2F966D; }
  .green:hover + .triangle {
    border-color: #2F966D transparent transparent; }

.yellow {
  background-color: #d6b33c;
  transition: background-color 0.3s ease 0s; }
  .yellow:hover {
    background-color: #997809; }
  .yellow:hover + .triangle {
    border-color: #997809 transparent transparent; }

.grey {
  background-color: #9d9da7;
  transition: background-color 0.3s ease 0s; }
  .grey:hover {
    background-color: #64646B; }
  .grey:hover + .triangle {
    border-color: #64646B transparent transparent; }

.button-scroll-to {
  width: 60px;
  height: 60px;
  background-color: rgba(58, 56, 61, 0.6);
  background-image: url("../../dev/src/images/arrow-top.png");
  background-repeat: no-repeat;
  background-position: center center;
  position: fixed;
  right: 2rem;
  bottom: 93px;
  display: none; }

a.button-header:hover {
  background-color: #ffffff;
  color: #000000;
  transition: background-color 0.3s ease 0s; }

/***********FORMULAIRE*********/
/**************************************/
input[type=text], input[type=email], input[type=date], textarea, select {
  border: solid 1px #d8d8d8;
  font-family: 'Open Sans',sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 0.95em;
  color: #bcbec0;
  width: 100%;
  height: 27px;
  padding: 15px 0px 15px 10px;
  margin-bottom: 35px; }

select {
  height: auto; }

.select-style {
  width: 273px !important;
  border: solid 1px #d8d8d8;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: #fff;
  background: #fff url("../../dev/src/images/select.jpg") no-repeat 90% 50%; }

.select-style select {
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.select-style select:focus {
  outline: none; }

#pays-commande select {
  font-family: 'Open Sans',sans-serif;
  font-style: italic;
  font-weight: 300;
  padding: 15px 0px 15px 10px;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none; }

textarea {
  height: 200px; }

#informations {
  padding-top: 10px; }

#informations span {
  color: #b2b3b3; }

/****STYLES MODULES****/
.share_button {
  position: absolute;
  z-index: 999;
  top: 35%;
  right: 0; }

.share_button ul li {
  color: #fff;
  width: 61px;
  height: 61px;
  font-size: 1.5em;
  border-box: box-sizing;
  text-align: center;
  font-family: 'Lato';
  text-transform: uppercase;
  cursor: pointer;
  background-color: 151416;
  opacity: 0.6; }
  .share_button ul li a {
    height: 61px;
    width: 61px;
    padding-top: 2%;
    display: block; }

.share_button ul li:hover {
  opacity: 1;
  transition: all 0.2s ease; }

.share_button ul li.share_button_facebook {
  background-image: url("../../dev/src/images/facebook-share.png");
  background-repeat: no-repeat;
  background-position: center; }

.share_button ul li.share_button_twitter {
  background-image: url("../../dev/src/images/twitter-share.png");
  background-repeat: no-repeat;
  background-position: center; }

/*
.share_button ul li:nth-child(3){background-image:url('../../dev/src/images/youtube-share.png');background-repeat: no-repeat;background-position: center;}
.share_button ul li:last-child{background-image:url('../../dev/src/images/vimeo-share.png');background-repeat: no-repeat;background-position: center;}
*/
.facebook-share:hover {
  opacity: 1;
  transition: all 1s ease; }

.twitter-share:hover {
  opacity: 1;
  transition: all 1s ease; }

.button-play {
  font-family: 'Lato';
  font-weight: 200;
  color: #ffffff;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 25px;
  font-size: 1.75em;
  height: 20px;
  width: 20px;
  border: 4px solid #fff;
  border-radius: 50%;
  display: none;
  position: relative;
  background: rgba(255, 255, 255, 0); }

.button-play-hover, .article-temoignage-link:hover .button-play {
  display: block; }

.button-play:before {
  content: "\e001";
  font-family: VideoJS;
  line-height: 0.7em;
  text-align: center;
  position: absolute;
  left: 0px;
  width: 105%;
  height: 100%; }

.button-little {
  bottom: 0.5em; }

.button-middle {
  bottom: -9rem; }

.button-hight {
  bottom: -8rem; }

@font-face {
  font-family: "proxima_light";
  src: url("proximanova-light-webfont.ttf"); }
@font-face {
  font-family: "proxima_regular";
  font-style: italic;
  src: url("proximanova-reg-webfont.ttf"); }
/***MENU***/
nav {
  float: right !important;
  z-index: 99;
  position: relative;
  right: 0px; }

.top-bar {
  max-height: 71px; }

nav .item-nav {
  display: inline-block;
  width: 71px;
  background-color: #2d2b31;
  height: 71px;
  margin-left: -4px !important;
  border-right: 1px solid #474747; }

nav .essentiel {
  background-image: url("../../dev/src/images/old-tle.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-color: none !important;
  width: 170px;
  display: inline-block;
  height: 71px;
  margin-right: 20px; }

nav .share {
  background-image: url("../../dev/src/images/partager.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

nav .langue {
  background-image: url("../../dev/src/images/langue.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

nav .menu {
  background-image: url("../../dev/src/images/menu.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

nav .item-nav:hover {
  background-color: #d6b33c; }

nav .fleche {
  background-image: url("../../dev/src/images/fleche.png");
  background-repeat: no-repeat;
  position: absolute;
  height: 55px;
  z-index: 99;
  top: 8px;
  width: 145px;
  right: 420px; }

nav .cross {
  background-image: url("../../dev/src/images/cross.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  display: none; }

.item-nav-bis {
  width: 365px;
  left: 100%;
  position: relative;
  top: -75px; }

.item-nav-bis li {
  padding: 0;
  height: 71px;
  line-height: 71px;
  box-sizing: border-box; }

.item-nav-bis li {
  background-color: #2d2b31;
  border-bottom: 1px solid #68676B; }

.item-nav-bis li:hover {
  background-color: #4de1a5; }

.item-nav-bis a {
  display: block;
  color: #fff;
  font-family: 'Lato';
  font-size: 1.1em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 200;
  padding: 0 7%; }

/***MENU SOCIAL MEDIA ***/
.container-social-icon {
  float: right;
  position: relative;
  right: 0;
  top: -100%;
  z-index: -99; }

.social-icon {
  background-color: #2d2b31;
  display: block;
  height: 71px;
  width: 71px;
  border-bottom: 1px solid #474747;
  box-sizing: border-box; }

.container-social-icon-on {
  background-color: #2d2b31;
  display: block;
  height: 71px;
  width: 71px;
  border-bottom: 1px solid #474747;
  box-sizing: border-box;
  position: relative;
  float: right;
  top: 100%;
  z-index: -99;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 2; }

.social-icon-twitter:hover, .social-icon-facebook:hover {
  background-color: #d6b33c;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 2; }

/***RESPONSIVE MENU***/
#responsive-bar {
  display: none;
  width: 71px;
  background-color: #2d2b31;
  height: 71px;
  margin-left: -4px !important;
  border-right: 1px solid #474747; }

#menu-menu {
  background-image: url("../../dev/src/images/menu.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

#essentiel-menu {
  background-image: url("../../dev/src/images/essentiel.svg");
  background-repeat: no-repeat;
  background-position: 16px center;
  cursor: pointer; }

#partager-menu {
  background-image: url("../../dev/src/images/partager.png");
  background-repeat: no-repeat;
  background-position: 16px center;
  cursor: pointer; }

#langue-menu {
  background-image: url("../../dev/src/images/langue.png");
  background-repeat: no-repeat;
  background-position: 16px center;
  cursor: pointer; }

/***SECTION HIDDEN ***/
.hidden-article {
  display: none;
  opacity: 0; }

.hidden-article-on {
  display: block;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

/****HEADER OUI MAIS***/
.header-oui-mais {
  background-image: url("../../dev/src/images/oui-mais.jpg");
  height: 180px;
  width: 100%;
  background-size: cover;
  padding-top: 85px; }

/***SECTION OUI MAIS***/
.oui-mais {
  margin: 100px 0; }

.sidenav, .content-oui-mais {
  float: left; }

.content-oui-mais h2 {
  font-family: 'Lato';
  color: #4de1a5;
  font-size: 32;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 20px 0px;
  font-size: 2em; }

.content-oui-mais p, .content-oui-mais ol li {
  font-family: 'Open Sans';
  font-size: 0.9em;
  line-height: 28px;
  color: #606060;
  font-weight: 300; }

.sidenav-list a {
  background-image: url("../../dev/src/images/arrow.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  display: block;
  text-decoration: none;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 0.875em;
  text-align: left;
  padding: 26px 55px 26px 0px;
  border-bottom: 1px solid #e5e5e5;
  color: #898989;
  line-height: 20px;
  width: 410px;
  box-sizing: border-box;
  float: left;
  opacity: 0.7; }

.sidenav-list a:hover {
  opacity: 1;
  transition: all 0.3s ease 0s;
  color: #4de1a5; }

/***ANCRE SCROLL***/
.anchor {
  position: fixed;
  right: 2%;
  top: 50%;
  z-index: 90;
  padding-left: 140px; }

.anchor li {
  height: 35px; }

.bullet-off {
  background: url("../../dev/src/images/bullet-off.png") no-repeat 50% 50%; }

.anchor a {
  height: 11px;
  width: 11px;
  padding: 12px;
  text-decoration: none;
  color: #fff;
  font-family: 'Lato';
  text-transform: uppercase;
  font-size: 1em;
  display: block; }
  .anchor a:hover {
    background-image: url("../../dev/src/images/bullet-on.png"); }
    .anchor a:hover + .triangle-scroll {
      display: block; }
    .anchor a:hover .title-scroll {
      display: block; }
  .anchor a:active, .anchor a:focus {
    outline: none;
    background-image: url("../../dev/src/images/bullet-on.png"); }

.title-scroll {
  display: none;
  position: relative;
  width: 135px;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 0.75em;
  background-color: #fff;
  color: #929292;
  padding: 7px 5px;
  top: -7px;
  right: 147px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.triangle-scroll {
  display: none;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #fff;
  position: relative;
  right: 0;
  top: -23px; }

.question-section {
  background-color: #4de1a5;
  padding: 11px 35px;
  font-family: 'Lato';
  font-size: 2.1875em;
  color: #fff;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1em 0; }

.go_back {
  width: 25%;
  margin-left: 60px;
  margin-top: 20px; }

.go_back a {
  color: #4de1a5;
  font-family: 'Lato';
  font-size: 1.125em;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  font-weight: 300; }

.go_back a:before {
  content: '';
  background-image: url("../../dev/src/images/green_arrow.jpg");
  background-repeat: no-repeat;
  height: 11px;
  width: 10px;
  margin-top: 0px;
  display: block;
  position: relative;
  top: 15px;
  right: 15px; }

.go_back a:hover {
  text-decoration: underline;
  transition: all 1s ease; }

.accordion {
  color: #aeaeae;
  font-family: 'Lato';
  font-weight: 300; }
  .accordion h3 {
    color: #aeaeae;
    font-size: 1.4375em !important;
    display: block;
    text-align: left;
    line-height: 1.5em;
    padding: 1em 0; }
    .accordion h3.ui-state-hover, .accordion h3.ui-state-focus {
      color: #4de1a5;
      transition: all 0.9s eas-in-out;
      background: #f8f8f8;
      outline: none; }
  .accordion .accordion-content {
    background: #f8f8f8;
    color: #000;
    line-height: 1.5em;
    text-align: justify;
    font-family: "Open Sans",sans-serif !important;
    font-weight: 300; }
    .accordion .accordion-content p {
      color: #000; }
    .accordion .accordion-content h2 {
      font-size: 1.5em;
      margin: 1em 0; }

@media screen and (min-width: 768px) {
  .accordion .accordion-content {
    padding: 2em 10em !important; } }
/****STYLES LAYOUT****/
@font-face {
  font-family: "proxima_light";
  src: url("proximanova-light-webfont.ttf"); }
@font-face {
  font-family: "proxima_regular";
  font-style: italic;
  src: url("proximanova-reg-webfont.ttf"); }
/*********GRID BLOC*********/
/*********************************/
.grid-full {
  width: 100%; }

.grid-half {
  width: 50%; }

.grid-full-height {
  height: 100%; }

.grid-height-half {
  height: 50%; }

/***VIDEO HOMEPAGE***/
.cover {
  width: 100%;
  height: 100%; }

.cover-container {
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap; }

.pop-up-rs-header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  margin-top: 25%;
  z-index: 20; }

.home .promo-tle-header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  z-index: 20;
  margin-top: 6%; }

.home .trailer-tle iframe {
  position: absolute;
  top: 0;
  left: 0; }

/*.trailer-tle iframe {top:71px;}*/
.trailer-tle img {
  display: block;
  width: 100%; }

.page404.promo-tle {
  background: #4DE1A5;
  padding: 6%;
  text-align: center; }

.promo-tle-sens, .promo-tle-changer {
  font-family: 'Lato';
  color: #ffffff;
  font-weight: 200;
  font-size: 1.25em;
  letter-spacing: 5px;
  text-transform: uppercase;
  height: auto;
  max-width: 90%;
  margin: 0 auto; }

.promo-tle-logo {
  margin: 5% auto !important;
  position: relative;
  right: 20px;
  max-height: 80%; }

.promo-tle h2 {
  font-family: 'Lato';
  font-size: 3.5em;
  color: #4de1a5;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 700; }

.promo-tle h3 {
  font-family: 'Lato';
  color: #ffffff;
  font-weight: 200;
  font-size: 1.125em;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0; }

.promo-tle a {
  color: #fff; }

.promo-temoignage {
  position: relative;
  top: -44px;
  z-index: -20; }

.promo-tle {
  background-color: black;
  padding-top: 71px; }
  .promo-tle .trailer {
    position: relative; }

#message .promo-tle {
  padding-top: 0; }

/***SECTION GENERAL***/
.menu-section section {
  padding-bottom: 0; }

section a {
  font-family: 'Lato';
  font-weight: 200;
  color: #ffffff;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 25px;
  font-size: 1.75em; }
  section a:focus, section a:active {
    outline: none; }

.prenom_temoin {
  text-align: center;
  position: relative;
  top: 3.8em;
  font-size: 2em;
  font-family: 'Lato' !important;
  color: #4de1a5;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 5px; }

.link-little, .link-middle, .link-hight {
  font-family: 'Lato';
  font-weight: 200;
  color: #ffffff;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 25px;
  font-size: 1.75em;
  font-family: 'Lato';
  font-weight: 200;
  text-decoration: none;
  font-size: 1.2rem;
  position: relative;
  width: 12rem;
  left: -39px;
  text-transform: uppercase; }

.link-little {
  top: -1rem; }

.link-middle, .link-hight {
  top: 3.2rem; }

section .row em {
  font-family: 'Open Sans';
  font-size: 0.7em;
  line-height: 36px; }

/***SECTION TEMOIGNAGES***/
section#temoignage {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  clear: both; }

section#temoignage article {
  background-size: cover !important; }

.temoin {
  top: 25rem; }

#temoignage1, #temoignage2, #temoignage5, #temoignage6 {
  height: 18rem; }

#temoignage3, #temoignage4, #temoignage7 {
  height: 36rem !important; }

#temoignage7 {
  width: 100%; }

.presentation {
  box-sizing: border-box;
  background-color: #4de1a5;
  float: left;
  padding: 3em;
  min-height: 576px; }

.presentation p {
  margin-bottom: 14px;
  text-align: justify;
  font-size: 1.1em; }

.presentation h1 {
  font-family: 'proxima_novabold';
  font-size: 4em;
  margin: .5em 0;
  font-weight: 400; }

.presentation h2 {
  font-family: 'proxima_novaregular';
  font-size: 2.1875em;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  line-height: 40px; }

.container-left {
  width: 25%;
  height: auto;
  float: left; }

.last {
  width: 50%;
  float: left; }

.article-temoignage {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 108%;
  position: relative;
  width: 100%; }

.article-temoignage-link {
  height: 100%;
  display: block;
  text-decoration: none;
  color: #FFF;
  padding: 0;
  font-size: 1em; }

.article-temoignage-link .link-little {
  padding: 25px;
  display: block;
  margin: 0 auto; }

.article-temoignage h1 {
  text-align: center;
  font-family: 'Lato';
  font-size: 1.375em;
  width: 160px;
  margin: auto;
  position: relative;
  top: 75%; }

/***SECTION DECOUVRIR***/
.decouvrir {
  width: 100%;
  padding: 70px 0px;
  clear: left;
  background-color: #4de1a5; }

.decouvrir article h1, section.decouvrir article p {
  clear: left;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  line-height: 35px; }

.decouvrir article h1 {
  font-family: 'Lato';
  text-transform: uppercase;
  font-size: 1.76em; }

.decouvrir article p {
  font-size: 1.25em;
  margin-top: 36px; }

/***SECTION EXPLICATION***/
#explication article a {
  border: 2px solid #bcbec0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1em;
  width: 200px;
  color: #bcbec0;
  padding: 15px 5px;
  font-family: 1.2em;
  margin: 35px auto; }

#explication article a:hover {
  background-color: #4de1a5;
  color: #fff;
  transition: all 0.2s ease-in-out;
  border: 2px solid #4de1a5; }

.verticale {
  background-image: url("../../dev/src/images/separator.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 100px; }

/***SECTION APPROFONDIR***/
.approfondir .green {
  background-color: #62dcab;
  width: 100%; }

/***SECTION JESUS ***/
#jesus img {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: -3px; }

#jesus h2 {
  text-align: center;
  color: #9d9da7;
  font-size: 1.5625em;
  font-family: 'Lato';
  font-weight: 300;
  margin-bottom: 45px;
  line-height: 30px; }

/***SECTION PRIERE***/
.priere {
  clear: left;
  position: relative; }

/***SECTION TEMOIGNAGE-JULIEN***/
#julien {
  height: 40rem; }

/***SECTION TEMOIGNAGE***/
.temoignage-synopsis {
  min-height: 640px; }

.citation, .vignette {
  box-sizing: border-box;
  background-color: #2d2b31;
  float: left;
  padding: 3em;
  font-family: 'Lato';
  font-weight: 400;
  line-height: 1.5;
  min-height: 320px; }

.citation p {
  width: 68%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  text-align: justify;
  font-weight: 200; }

.citation em {
  text-align: right;
  top: 15px;
  width: 100%;
  display: block;
  color: #4de1a5; }

.vignette {
  background-size: cover;
  float: left; }

.vignette p {
  text-align: center;
  font-size: 1em;
  width: 100%;
  display: block;
  text-transform: uppercase;
  margin-top: 1rem;
  text-align: center; }

.vignette em {
  text-transform: none; }

/***SECTION RESUME***/
section.resume {
  clear: left;
  padding: 145px 0; }

section.resume h1 {
  color: #4de1a5;
  font-size: 4.75em;
  text-align: center;
  margin: 50px auto;
  width: 100%;
  line-height: auto;
  font-family: 'Open Sans';
  font-weight: 200; }

section.resume p {
  color: #000;
  line-height: 26px;
  text-align: justify;
  margin-bottom: 1em;
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto; }

/***SECTION QUESTION***/
section.question {
  background-color: #4de1a5;
  padding: 40px 0 52px  0;
  clear: both;
  height: 100px; }

section.question h1 {
  text-align: center;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 40px;
  text-transform: uppercase; }

.fleche-question {
  background-image: url("../../dev/src/images/fleche-question.png");
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 20px; }

#section-essentiel .row {
  margin-bottom: 0; }

section.page {
  height: auto;
  padding-top: 71px;
  color: #000;
  line-height: 1.5em;
  text-align: justify;
  margin-bottom: 1em;
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-family: "Open Sans",sans-serif !important;
  font-weight: 300; }
  section.page h1 {
    color: #4DE1A5;
    display: block;
    font-size: 4.75em;
    text-align: center;
    margin: 1em 0;
    line-height: 1.5em;
    display: block;
    font-family: "Open Sans";
    font-weight: 200; }

#moodular {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 1618px;
  max-width: 100%;
  height: 500px; }
  #moodular li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    background: #fff;
    height: 100%; }
    #moodular li img {
      max-width: 50%;
      width: 809px;
      height: 100%; }
    #moodular li.front-cover {
      text-align: right; }
    #moodular li.back-cover {
      text-align: left; }

#approfondir .couverture-tle {
  position: relative;
  margin: 0 auto 2em;
  max-width: 1618px; }
  #approfondir .couverture-tle .button {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    display: block;
    width: 50% !important;
    height: 100%;
    cursor: pointer;
    z-index: 99;
    transition: all 1s ease .1s; }
    #approfondir .couverture-tle .button .fa {
      display: block;
      width: 96%;
      padding: 20% 2%;
      height: 42%;
      transition: all 1s ease .1s; }
    #approfondir .couverture-tle .button:hover, #approfondir .couverture-tle .button:active, #approfondir .couverture-tle .button:focus {
      background-color: rgba(255, 255, 255, 0.3); }
      #approfondir .couverture-tle .button:hover .fa, #approfondir .couverture-tle .button:active .fa, #approfondir .couverture-tle .button:focus .fa {
        color: #4DE1A5; }
  #approfondir .couverture-tle #prev {
    left: 0; }
    #approfondir .couverture-tle #prev .fa {
      text-align: left; }
  #approfondir .couverture-tle #next {
    right: 0; }
    #approfondir .couverture-tle #next .fa {
      text-align: right; }

.content-page h3 {
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0 .5em; }

.content-page p {
  color: #000; }

.content-page a {
  color: #000;
  display: inline;
  padding: 0;
  text-align: none;
  font-size: 1em; }

article blockquote {
  margin-left: 15%;
  margin-bottom: 2em;
  border-left: 5px solid #4de1a5;
  padding: 1em; }
  article blockquote p {
    margin: 0 0 1em !important; }
    article blockquote p:last-child {
      margin: 0 !important; }

/**********FOOTER***********/
/*********************************/
footer {
  background-color: #3A383D;
  padding: 40px 0px;
  color: #ffffff;
  font-family: 'Lato';
  font-size: 0.8em;
  font-weight: 300;
  clear: left; }

footer a {
  color: #ffffff;
  text-decoration: none; }

footer .footer-content {
  float: right; }

footer a:hover {
  text-decoration: underline; }

/****STYLES STATE****/
/***HOVER MENU NAV***/
/*********MENU RESPONSIVE **********/
@media screen and (max-width: 1200px) {
  .promo-tle-logo {
    margin: 1em auto !important; }

  .home .promo-tle-header {
    margin-top: 80px; }
    .home .promo-tle-header img {
      max-width: 200px; } }
@media screen and (max-width: 768px) {
  .home .trailer-tle {
    display: none; }

  .header-header h1 {
    margin-left: -50px; }

  #film {
    min-height: 500px;
    background: url(../images/video-cover.jpg) no-repeat 30% center;
    background-size: auto 100%; }
    #film.intro {
      background: none;
      min-height: 0; }
      #film.intro .trailer-tle {
        display: block;
        /*
        iframe {
          margin-top: 71px;
          position:static;
        }*/ }

  .home .promo-tle-header {
    margin-top: 80px; }
    .home .promo-tle-header img {
      max-width: 170px; }

  /*.trailer-tle.intro img {display:none;}*/
  .promo-tle-sens, .promo-tle-changer {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px; }
    .promo-tle-sens h2, .promo-tle-sens h3, .promo-tle-changer h2, .promo-tle-changer h3 {
      font-weight: 400;
      letter-spacing: 1px; }

  #show-film {
    margin: 1em auto; }

  /*********MENU RESPONSIVE **********/
  nav .share, nav .langue, nav .essentiel, .fleche {
    display: none; }

  .anchor {
    display: none; }

  .top-bar {
    width: 67px; }

  #responsive-bar {
    display: block;
    position: relative;
    z-index: 200;
    float: right !important; }

  #responsive-bar a {
    height: 71px;
    display: block;
    background-color: #2d2b31; }

  .menu-invisible {
    display: none; }

  .menu-visible {
    display: block;
    position: relative;
    right: 83px;
    width: 155px; }

  .menu-visible a {
    color: #ffffff;
    display: block;
    font-family: 'Lato';
    font-size: 1em;
    text-decoration: none;
    padding: 27px 0 0 55px;
    box-sizing: border-box;
    border-bottom: 1px solid #474747; }

  /*********BLOC **********/
  .presentation {
    box-sizing: border-box;
    background-color: #4DE1A5;
    float: none;
    height: auto;
    min-height: 0;
    width: 100%;
    text-align: center; }
    .presentation p {
      text-align: left; }

  .citation, .vignette {
    min-height: 0; }

  .container-left {
    display: block;
    float: none !important;
    width: 100%; }

  #temoignage1, #temoignage2, #temoignage3, #temoignage4, #temoignage5, #temoignage6, #temoignage7 {
    height: 18rem !important; }

  #temoignage3 h1, #temoignage4 h1 {
    top: 60%; }

  .last {
    width: 100%; }

  body .container12 .column12 {
    width: 96%;
    margin: 0;
    padding: 0 2%; }
    body .container12 .column12 p {
      width: 100%; }

  /*********TEMOIGNAGE **********/
  .temoin {
    top: 9rem; }

  .button-middle, .button-hight {
    bottom: 0; }

  .link-hight {
    top: 0.4em;
    text-align: center;
    left: -45px; }

  /***VIDEO LAURENT***/
  .trailer-tle-laurent video {
    background-image: none !important; }

  /***BOUTON***/
  .button, .button-header {
    width: 50% !important;
    display: block;
    font-size: 0.8em;
    letter-spacing: 2px;
    padding-left: 25px;
    padding-right: 25px; }

  /***FOOTER***/
  footer .footer-content {
    text-align: center;
    float: none; }

  .grid-half {
    width: 100%;
    float: none;
    height: auto;
    padding: 3em; }

  #temoignage7 {
    padding: 0; }

  #julien {
    height: auto; }

  section.resume h1 {
    font-size: 3.5em; } }

/*# sourceMappingURL=style.css.map */
