/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
Created on : 16 févr. 2018, 12:15:45
Author     : claire
*/
@font-face {
  font-family: miller;
  src: url(../fonts/miller_type_foundry_-_uniformrnd-light-webfont.woff) format('woff'), url(../fonts/miller_type_foundry_-_uniformrnd-light-webfont.woff2) format('woff2');
  font-weight: 300;
}
@font-face {
  font-family: miller;
  src: url(../fonts/miller_type_foundry_-_uniformrnd-regular-webfont.woff) format('woff'), url(../fonts/miller_type_foundry_-_uniformrnd-regular-webfont.woff2) format('woff2');
  font-weight: normal;
}
@font-face {
  font-family: miller;
  src: url(../fonts/miller_type_foundry_-_uniformrnd-bold-webfont.woff) format('woff'), url(../fonts/miller_type_foundry_-_uniformrnd-bold-webfont.woff2) format('woff2');
  font-weight: bold;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background: #FFF;
  font-family: miller, arial;
  font-size: 15px;
  color: #331c47;
  background-repeat: repeat-x;
  position: relative;
}
.text-center {
  text-align: center;
}
.section-bandeau {
  width: 100%;
  min-height: 220px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background-color: #ffffff;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.section-bandeau .image-logo {
  margin: 0 auto;
  display: block;
  width: 195px;
  height: auto;
  border: 0;
}
.bg-container {
  padding: 200px 0 180px;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  .bg-container {
    height: auto !important;
    padding-bottom: 0;
  }
}
.container {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.header-mobile {
  display: none;
  width: 100%;
  height: 100px;
  background-size: cover;
  background-position: center top;
  margin-top: -200px;
}
@media (max-width: 800px) {
  .header-mobile {
    display: block;
  }
}
.section-contenu {
  background: white;
  z-index: 100;
  position: relative;
}
@media (max-width: 800px) {
  .section-contenu {
    padding-bottom: 140px;
  }
}
.contenu-header {
  background-color: #f0f0ef;
  text-align: center;
  padding: 10px 0;
  color: #333333;
}
.contenu-header h2 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  max-width: 370px;
  text-align: left;
}
.contenu-header svg {
  margin-right: 7px;
}
.contenu-header span {
  width: 22px;
  height: 23px;
}
.contenu-header h2,
.contenu-header span,
.contenu-header svg {
  display: inline-block !important;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .contenu-header h2 {
    font-size: 15px;
  }
}
p {
  font-size: 18px;
  color: #331c47;
}
.contenu-padding {
  padding: 40px 70px 50px;
}
.contenu-padding2 {
  padding: 40px 70px 50px;
}
.contenu-padding h1 {
  color: #d8262e;
  font-size: 40px;
  text-transform: uppercase;
  display: table;
  margin: 0 auto 25px;
  font-weight: 400;
  position: relative;
}
.contenu-padding h1:before {
  width: 3px;
  height: 100px;
  display: block;
  content: "";
  background-color: #d8262e;
  position: absolute;
  top: 0;
  left: -20px;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.contenu-padding h1 strong {
  display: block;
  position: relative;
  left: 30px;
}
.contenu-padding h2 {
  color: #d8262e;
  font-size: 25px;
  font-weight: bold;
  margin-top: 0;
}
.contenu-padding p {
  font-size: 20px;
  margin-top: 15px;
}
.contenu-padding ul {
  margin-top: 25px;
}
.contenu-padding ul li {
  display: block;
  font-size: 18px;
  padding-left: 40px;
  list-style: none;
  margin-bottom: 25px;
  background-image: url(img/list.png);
  background-size: 23px 23px;
  background-repeat: no-repeat;
  color: #331c47;
  background-position: left center;
}
@media (max-width: 768px) {
  .contenu-padding {
    height: auto !important;
  }
  .contenu-padding h1 {
    font-size: 30px;
    margin: -10px auto 20px;
  }
  .contenu-padding h1:before {
    height: 80px;
    left: -10px;
  }
  .contenu-padding h1 strong {
    left: 20px;
  }
  .contenu-padding p {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .contenu-padding h1 {
    font-size: 26px;
  }
  .contenu-padding h1:before {
    height: 68px;
    left: -7px;
  }
}
@media (max-width: 360px) {
  .contenu-padding h1 {
    font-size: 24px;
  }
  .contenu-padding h1:before {
    height: 62px;
    left: -7px;
  }
}
@media (max-width: 340px) {
  .contenu-padding h1 {
    font-size: 22px;
  }
  .contenu-padding h1:before {
    height: 57px;
    left: -7px;
  }
}
.contenu-padding2 p {
  font-size: 18px;
  margin-top: 20px;
}
.contenu-padding2 p a {
  color: #331c47;
}
.contenu-padding2 p.mentions,
.contenu-padding2 .mentions p {
  font-size: 15px;
}
.contenu-padding2 ul {
  font-size: 18px;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contenu-padding2 ul li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 10px 0 0 0;
}
.contenu-padding2 ul li:before {
  width: 2px;
  height: 20px;
  display: block;
  content: "";
  background-color: #d8262e;
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.contenu-padding2 .visuel-container {
  margin: 45px auto 30px;
  position: relative;
}
.contenu-padding2 .visuel-container span {
  background-color: #d8262e;
  color: white;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contenu-padding2 .visuel-container img {
  width: 100%;
  max-width: 660px;
}
@media (max-width: 768px) {
  .contenu-padding2 .visuel-container span {
    font-size: 16px;
    padding: 10px 15px;
  }
}
.lp-cta {
  text-align: center;
}
.lp-cta a {
  background: #d8262e;
  color: white;
  text-transform: uppercase;
  padding: 15px 20px;
  display: block;
  max-width: 330px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 35px;
  margin-top: 15px;
}
.lp-cta a p {
  margin: 0;
  color: white;
  font-size: 15px;
}
.section-logo {
  width: 100%;
  position: relative;
  z-index: 110;
  margin-top: -100px;
  text-align: center;
}
.section-logo a  {
  display: inline-block;
}
@media (max-width: 480px) {
  .section-logo {
    margin-top: -66px;
  }
  .section-logo img {
    width: 160px;
  }
}
.image-footer {
  width: 100%;
  height: 150px;
  display: none;
  background-size: cover;
  background-position: center top;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}
@media (max-width: 800px) {
  .image-footer {
    display: block;
  }
}
@media (max-width: 480px) {
  .image-footer {
    height: 100px;
  }
}
#cookies_bar {
  display: none !important;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
form input.form-control {
  background-color: #f0f0ef;
  border-radius: 0;
  box-shadow: none;
  border: none;
  width: 100%;
  height: 50px;
  padding: 0 12px;
  font-size: 1em;
}
form input[type='submit'],
form .submit {
  cursor: pointer;
  display: table;
  border: 2px solid white;
  color: white;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 40px;
  border-radius: 10px;
  margin: 10px auto 0 auto;
}
.formulaire-container {
  bottom: 0;
  background-color: #d8262e;
  margin: 0;
  padding: 30px 70px 30px;
}
.formulaire-container h2 {
  text-align: center;
}
.formulaire-container h3 {
  font-size: 18px;
  font-weight: 400;
  color: white;
}
.formulaire-container .formInvitation {
  margin-top: 15px;
  position: relative;
}
.formulaire-container .form-item {
  margin-bottom: 15px;
}
.formulaire-container input[type=text],
.formulaire-container input[type=email],
.formulaire-container input[type=tel] {
  background-color: white;
  border: 2px solid transparent;
}
.formulaire-container input[type=text].inputErreur,
.formulaire-container input[type=email].inputErreur,
.formulaire-container input[type=tel].inputErreur {
  border-color: #971b20;
  color: #d8262e;
}
.formulaire-container #mobileInvitation {
  margin-top: 15px;
}
.formulaire-container .loaderInvitation {
  display: none;
  margin: 18px auto 0;
}
.formulaire-container .blocErreur {
  min-height: 26px;
  margin-top: 5px;
  text-align: left;
  max-width: 480px;
  float: left;
}
.formulaire-container .messageErreur {
  color: white;
  font-size: 1em;
  padding-top: 5px;
}
.formulaire-container .messageErreur a {
  color: white;
}
.formulaire-container .form-group.checkbox {
  margin-top: 10px;
}
.formulaire-container .form-group.checkbox label {
  font-size: 0.875em;
  color: white;
  min-height: 34px;
  display: inline-block;
  padding-left: 18px;
  position: relative;
}
.formulaire-container .form-group.checkbox label input {
  position: absolute;
  top: 1px;
  left: 0;
}
.formulaire-container .mask-form {
  width: 100%;
  height: 100%;
  background-color: rgba(216, 38, 46, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.formulaire-container hr {
  visibility: hidden;
  clear: both;
}
.formulaire-container #bloc-formulaire-ok {
  display: none;
  opacity: 0;
  margin-top: 30px;
  min-height: 83px;
}
.formulaire-container #bloc-formulaire-ok p {
  font-size: 1.125em;
  margin: 39px auto 30px;
  color: white;
  min-height: 44px;
}
.formulaire-container #bloc-formulaire-ok .lp-cta {
  padding-bottom: 0;
  text-align: left;
}
.formulaire-container #bloc-formulaire-ok .lp-cta a {
  padding: 12px 20px;
  border: 2px solid white;
  border-radius: 10px;
  margin: 30px auto 8px;
}
.formulaire-container svg path,
.formulaire-container svg polygon {
  fill: white;
}
.formulaire-container .mentions p {
  font-size: 12px;
  color: white;
}
.formulaire-container .mentions p a {
  color: white;
}
@media (max-width: 480px) {
  .formulaire-container .mask-form {
    height: 100%;
  }
  .formulaire-container .messageErreur br {
    display: none;
  }
}
.form-mentions-legales {
  padding: 15px 70px 30px;
  background-color: #d8262e;
}
.form-mentions-legales p {
  font-size: 0.688em;
  margin-top: 15px;
  color: white;
  font-weight: 300;
}
.form-mentions-legales p a {
  color: white;
}
@media screen and (max-width: 620px) {
  .hide-mobile {
    display: none;
  }
  .hide-desktop {
    display: block;
  }
  .contenu-padding,
  .contenu-padding2 {
    padding: 20px 20px;
  }
  body > .container {
    padding-bottom: 115px;
  }
  body.landing-page > .container {
    padding-bottom: 0;
  }
  .section-contenu {
    padding-top: 0;
    margin-top: 0;
  }
  p,
  .section-contenu ul li {
    font-size: 17px;
  }
  .lp-cta a {
    margin-bottom: 5px;
    padding: 15px 10px;
    max-width: 280px;
  }
  .lp-cta a p {
    font-size: 13px;
  }
  .formulaire-container {
    padding: 15px 20px;
  }
  .form-mentions-legales {
    padding: 15px 20px 30px;
  }
}
