/* 
Created on : 27 juin 2019
Author     : Thomas S.
*/
/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
/*::-moz-selection { background: @darkblue; color: #fff; text-shadow: none; }
::selection { background: @darkblue; color: #fff; text-shadow: none; }*/
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  /*font-family: 'courier new', monospace;*/
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 0 0 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*
 * Correct overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
a,
a:hover,
a:active,
a:visited {
  color: inherit;
  text-decoration: none;
}
*:focus {
  outline: none;
}
/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/****************************************************************************/
/* VARIABLES
/****************************************************************************/
@font-face {
  font-family: 'UniformRnd-Regular';
  src: url('../fonts/UniformRnd-Regular.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/UniformRnd-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/UniformRnd-Regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/UniformRnd-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/UniformRnd-Regular.svg#UniformRnd-Regular') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'UniformRnd-Regular';
  src: url('../fonts/UniformRnd-Bold.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/UniformRnd-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/UniformRnd-Bold.woff') format('woff'), /* Modern Browsers */ url('../fonts/UniformRnd-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/UniformRnd-Bold.svg#UniformRnd-Bold') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'UniformRnd-Medium';
  src: url('../fonts/UniformRnd-Medium.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/UniformRnd-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/UniformRnd-Medium.woff') format('woff'), /* Modern Browsers */ url('../fonts/UniformRnd-Medium.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/UniformRnd-Medium.svg#UniformRnd-Medium') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'DINCondensed';
  src: url('../fonts/DINCondensed-Bold.woff2') format('woff2'), url('../fonts/DINCondensed-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/****************************************************************************/
/* VARIABLES
/****************************************************************************/
/****************************************************************************/
/* BREAKPOINTS
/****************************************************************************/
/****************************************************************************/
/* TITRES
/****************************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 1.5em;
  font-family: 'UniformRnd-Regular';
  font-weight: bold;
  text-transform: uppercase;
}
h2 {
  font-family: 'UniformRnd-Regular';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.5em;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 1.75em;
  }
}
.section-content > h2,
.h2-titre {
  font-family: 'UniformRnd-Regular';
  font-weight: normal;
  position: relative;
  margin-bottom: 15px;
}
.section-content > h2 span,
.h2-titre span {
  font-family: 'UniformRnd-Medium';
  vertical-align: middle;
}
.section-content > h2:before,
.h2-titre:before {
  content: "";
  vertical-align: text-top;
  margin-right: 30px;
  background: transparent url('../img/picto-sprites2.png') center center no-repeat;
  background-size: 400px 400px;
}
@media screen and (max-width: 480px) {
  .section-content > h2,
  .h2-titre {
    text-align: center !important;
    padding-left: 0 !important;
    height: auto !important;
  }
  .section-content > h2:before,
  .h2-titre:before {
    display: block !important;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 360px) {
  .section-content > h2,
  .h2-titre {
    letter-spacing: -0.4px;
  }
}
p.sous-titre {
  font-size: 1.5em !important;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  p.sous-titre {
    font-size: 1.25em !important;
  }
}
@media screen and (max-width: 480px) {
  p.sous-titre {
    font-size: 1.125em !important;
    text-align: center;
  }
}
h3 {
  font-family: 'UniformRnd-Medium';
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.7em;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: 1.25em;
  }
}
h4 {
  font-family: 'UniformRnd-Regular';
  font-weight: normal;
}
h5 {
  font-family: 'UniformRnd-Medium';
  font-weight: normal;
}
p b {
  font-family: 'UniformRnd-Medium';
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.error-container {
  min-height: 23px;
  display: block;
  margin: 2px 0 8px;
}
.error-container p {
  margin: 0;
  font-size: 0.875em;
  color: #E30427;
  display: none;
}
.error-container p.success {
  color: #009e00 !important;
}
/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/****************************************************************************/
/* FONCTIONS
/****************************************************************************/
.centered {
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}
.box-sizing {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ombre {
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.25);
}
/****************************************************************************/
/* CHECKBOX
/****************************************************************************/
input[type=checkbox] {
  display: none;
}
.checkbox-label {
  display: inline-block !important;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
}
.checkbox-label:before,
.checkbox-label:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.checkbox-label:before {
  content: "\2713";
  color: white;
  font-weight: bold;
  text-align: center;
  background-color: #E30427;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.checkbox-label:after {
  background-color: rgba(0, 0, 0, 0.15);
}
input[type=checkbox]:checked + label:before,
.row-formulaire input[type=checkbox]:checked + label:before,
.checkbox-label input[type=checkbox]:checked + label:before {
  opacity: 1;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background: white;
  font-family: 'UniformRnd-Regular';
  font-size: 16px;
  color: #333333;
  background-repeat: repeat-x;
  position: relative;
  text-align: left;
}
.text-center {
  text-align: center;
}
.section-bandeau {
  width: 100%;
  min-height: 220px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background-color: white;
  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: 180px 0;
  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: -180px;
}
@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: #333333;
}
.contenu-padding {
  padding: 40px 70px 50px;
}
.contenu-padding2 {
  padding: 20px 70px 50px;
}
.contenu-padding h1 {
  color: #012653;
  font-size: 40px;
  display: table;
  margin: 0 auto 25px;
  font-weight: 400;
  position: relative;
}
.contenu-padding h1:before {
  width: 3px;
  height: 110px;
  display: block;
  content: "";
  background-color: #012653;
  position: absolute;
  top: 5px;
  left: -20px;
  /* Internet Explorer */
  /* Firefox */
  /* Safari et Chrome */
  /* Opera */
  -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: #012653;
  font-size: 25px;
  font-weight: bold;
  margin-top: 0;
}
.contenu-padding p {
  font-size: 1.25em;
  margin-top: 15px;
}
.contenu-padding ul {
  margin: 15px 0 0;
  padding: 0;
}
.contenu-padding ul li {
  display: block;
  font-size: 1.25em;
  padding-left: 25px;
  list-style: none;
  margin-bottom: 10px;
  background-image: url(../img/list.svg);
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background-position: left center;
  color: #333333;
}
.contenu-padding ul li b,
.contenu-padding ul li strong {
  font-weight: normal;
  color: #012653;
}
@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: 1.125em;
  margin-top: 20px;
}
.contenu-padding2 p a {
  color: #331c47;
}
.contenu-padding2 .mentions p {
  font-size: 1em;
}
.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: #012653;
  position: absolute;
  top: 3px;
  left: 3px;
  /* Internet Explorer */
  /* Firefox */
  /* Safari et Chrome */
  /* Opera */
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.contenu-padding2 .visuel-container {
  max-height: 400px;
  margin: 45px auto 30px;
  position: relative;
}
.contenu-padding2 .visuel-container span {
  background-color: #012653;
  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;
  }
}
.section-logo {
  width: 100%;
  position: relative;
  z-index: 110;
  margin-top: -75px;
  text-align: center;
}
.section-logo a  {
  display: inline-block;
}
.section-logo img {
  margin-bottom: -1px;
}
.section-logo:after {
  display: block;
  content: "";
  height: 5px;
  background: #012653;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.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 {
  position: relative;
}
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'],
.submit,
a.btn-cta {
  cursor: pointer;
  display: table;
  border: 2px solid white;
  color: #012653 !important;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 40px;
  border-radius: 10px;
  margin: 10px 0 0 auto;
  background-color: white;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
form input[type='submit']:hover,
.submit:hover,
a.btn-cta:hover {
  color: white !important;
  background-color: #012653;
}
@media screen and (max-width: 620px) {
  form input[type='submit'],
  .submit,
  a.btn-cta {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.formulaire-container {
  bottom: 0;
  background-color: #012653;
  margin: 0;
  padding: 30px 70px 30px;
}
.formulaire-container h2 {
  text-align: center;
}
.formulaire-container h3 {
  font-size: 1.125em;
  font-weight: normal;
  color: white;
  text-transform: none;
}
.formulaire-container .formInvitation {
  margin-top: 15px;
  position: relative;
}
.formulaire-container input[type=email],
.formulaire-container input[type=tel] {
  background-color: white;
  border: 2px solid transparent;
}
.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 .submit {
  margin: 20px auto 0;
}
.formulaire-container .loaderInvitation {
  display: none;
  margin: 18px auto 0;
}
.formulaire-container .blocErreur {
  text-align: center;
}
.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: 25px;
  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;
  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 a.btn-cta {
  margin: 20px auto;
}
.formulaire-container svg path,
.formulaire-container svg polygon {
  fill: white;
}
@media (max-width: 480px) {
  .formulaire-container .mask-form {
    height: 100%;
  }
  .formulaire-container .messageErreur br {
    display: none;
  }
}
.mentions p {
  color: white;
  font-size: 12px;
}
.mentions p a {
  text-decoration: underline;
}
.form-mentions-legales {
  padding: 15px 70px 30px;
  background-color: #012653;
}
.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;
  }
  .formulaire-container {
    padding: 15px 20px;
  }
  .form-mentions-legales {
    padding: 15px 20px 30px;
  }
}
