/* Less CSS Document */
/*! 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: 60%;
  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
/****************************************************************************/
/*#5bc5f2;*/
/*#cb4f24;*/
/****************************************************************************/
/* BREAKPOINTS
/****************************************************************************/
/****************************************************************************/
/* FONTS
/****************************************************************************/
@font-face {
  font-family: 'pmubold';
  src: url('../font/pmu-bold-webfont.woff2') format('woff2'), url('../font/pmu-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pmulight';
  src: url('../font/pmu-light-webfont.woff2') format('woff2'), url('../font/pmu-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pmumedium';
  src: url('../font/pmu-medium-webfont.woff2') format('woff2'), url('../font/pmu-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pmuregular';
  src: url('../font/pmu-regular-webfont.woff2') format('woff2'), url('../font/pmu-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pmutitre';
  src: url('../font/pmu-titre-webfont.woff2') format('woff2'), url('../font/pmu-titre-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/****************************************************************************/
/* TITRES
/****************************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 1.5em;
  font-family: 'pmutitre', sans-serif;
}
h2 {
  font-size: 1em;
  text-transform: uppercase;
}
h3 {
  font-family: 'pmutitre', sans-serif;
}
h4,
h5,
h6 {
  font-family: 'pmumedium', sans-serif;
}
p {
  font-family: 'pmuregular', sans-serif;
}
b {
  font-family: 'pmubold', sans-serif;
}
/* 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: 20px;
}
.checkbox-label:before,
.checkbox-label:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.checkbox-label:before {
  background-color: #FFFFFF;
  border: 4px solid #FFFFFF;
  -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: transparent;
  border: 2px solid #00a01e;
}
input[type=checkbox]:checked + label:before,
.row-formulaire input[type=checkbox]:checked + label:before {
  content: "";
  color: #FFFFFF;
  text-align: center;
  background-color: #00a01e;
}
/****************************************************************************/
/* GENERAL
/****************************************************************************/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body,
html {
  font-family: 'pmuregular', sans-serif;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  color: #423d3e;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 991px) {
  body,
  html {
    height: auto;
  }
}
@media screen and (max-height: 900px) {
  body,
  html {
    height: auto;
  }
}
body.fond-photo {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
body.photo-accueil {
  background-image: url("../img_index/accueil_fond.jpg");
}
@media screen and (max-width: 990px) {
  body.photo-accueil {
    background-image: url("../img_index/accueil_fond-mobile.jpg");
  }
}
body {
  padding: 0;
  margin: 0;
  text-align: center;
}
a,
a:focus,
a:selected {
  border: none;
}
a:focus {
  outline: none;
}
.maj {
  text-transform: uppercase;
}
.imgIE8 img {
  display: none;
}
.arjel {
  display: block;
  background-color: #FFFFFF;
  text-align: center;
  padding: 7px;
  font-family: 'pmuregular', sans-serif;
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 1.2em;
}
.arjel-pt {
  font-size: 0.8em;
}
.arjel-mobile {
  display: none;
  background-color: #FFFFFF;
  padding: 20px;
  color: #000000;
  font-family: 'pmuregular', sans-serif;
  border-top: 1px #F0F0F0 solid;
}
@media screen and (max-width: 640px) {
  .arjel-mobile {
    display: block;
  }
}
.btn-cta {
  display: inline-block;
  color: #FFFFFF;
  background-color: #d0000e;
  text-align: center;
  padding: 10px 20px;
  margin-top: 0px;
}
.btn-cta h5,
.btn-cta img {
  display: inline-block;
  vertical-align: middle;
}
.btn-cta h5 {
  font-size: 1.5em;
  font-family: 'pmutitre', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  margin-left: 8px;
}
.btn-cta img {
  width: 13px;
  margin-right: 7px;
}
/****************************************************************************/
/* HEADER
/****************************************************************************/
header {
  padding: 0px 0 0 0;
  position: relative;
  text-align: left;
  margin-bottom: 130px;
}
header img {
  display: inline-block;
  vertical-align: top;
}
header .titre {
  margin: 0 40px;
}
header .titre-mobile {
  display: none;
}
@media screen and (max-width: 1300px) {
  header .logo-pmu {
    top: 28px;
    left: 28px;
    right: auto;
  }
}
@media screen and (max-width: 1030px) {
  header {
    padding: 0px 28px 0px 28px;
  }
  header .logo-PMU,
  header .logo-PMU img {
    max-width: 200px;
  }
  header .titre {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
  }
  header .coupe {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  header {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 640px) {
  header {
    padding: 20px 15px 20px 15px;
  }
  header .logo-pmu {
    top: 15px;
    left: 15px;
  }
  header .titre {
    display: none;
  }
  header .titre-mobile {
    display: block;
    max-width: 234px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  header .logo-PMU,
  header .logo-PMU img {
    max-width: 130px;
  }
}
/*
.header-mobile {
	display:none;
	background-color: @vert2;
	overflow: hidden;
	@media screen and (max-width: 640px) {display:block;}
	.ancres{
		padding-top: 30px;
    	padding-bottom: 30px;
		a{
			background-repeat: no-repeat;
			background-size: contain;
			background-position: left;
			width: 31%;
			margin-right: 10px;
			display: inline-block;
			min-height: 45px;
			text-align: left;
			&:last-of-type{margin-right: 0px;}
			@media screen and (max-width: 480px) {
				//display:block;
				//width: 100%;
				width: 29%;
				margin-bottom: 10px;
			}
		}
		a.hippique{ background-image:url("../img_index/ancre_hippique.png"); }
		a.sport{ background-image:url("../img_index/ancre_sport.png"); }
		a.poker{ background-image:url("../img_index/ancre_poker.png"); }
	}
}
*/
.bloc-login {
  overflow: hidden;
}
.bloc-login .btn-login {
  background-color: #00692c;
  color: #FFFFFF !important;
  text-transform: uppercase;
  font-size: 1.125em;
  text-align: right;
  font-family: 'pmuregular', sans-serif;
  padding: 5px 10px;
  display: block;
  float: right;
}
.bloc-login .btn-login i:before {
  font-size: 14px;
}
.bloc-login .btn-login span {
  font-family: 'pmubold', sans-serif;
}
@media screen and (max-width: 1130px) {
  .bloc-login .btn-login {
    right: 0px;
    left: auto;
  }
}
@media screen and (max-width: 480px) {
  .bloc-login .btn-login {
    top: auto;
    bottom: 114px;
  }
}
@media screen and (max-width: 410px) {
  .bloc-login .btn-login {
    bottom: 150px;
  }
}
@media screen and (max-width: 640px) {
  .bloc-login .btn-login {
    background-color: #00a01e;
  }
}
/****************************************************************************/
/* SECTION OFFRES
/****************************************************************************/
.section-offres {
  padding: 40px 15px 10px 180px;
}
@media screen and (max-width: 1200px) {
  .section-offres {
    padding: 40px 15px 15px 15px;
  }
}
.section-offres .offre {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 305px;
  text-align: left;
  margin-left: 0px;
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .section-offres .offre {
    max-width: 300px;
  }
}
@media screen and (max-width: 640px) {
  .section-offres .offre {
    min-width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .section-offres .offre {
    min-width: 290px !important;
  }
}
.section-offres .offre .image-titre-offre {
  margin: 0;
  padding: 0;
  display: block;
}
.section-offres .offre .offre-container {
  text-align: left;
  background-color: rgba(0, 0, 0, 0.65);
  height: 305px;
  padding: 15px 20px;
}
@media screen and (max-width: 640px) {
  .section-offres .offre .offre-container {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .section-offres .offre .offre-container {
    padding: 15px;
  }
}
.section-offres .offre .offre-container .btn-cta {
  transform-origin: top right;
  width: 210px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.section-offres .offre .offre-container .btn-cta:hover {
  opacity: 0.8;
  cursor: pointer;
}
.section-offres .offre .offre-content {
  text-align: left;
}
.section-offres .offre:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .section-offres .offre {
    margin-right: 0px;
  }
}
.section-offres .offre {
  font-family: 'pmutitre', sans-serif;
}
.section-offres .offre .offre-content p span,
.section-offres .offre .offre-content h3 {
  font-family: 'pmutitre', sans-serif;
  color: #FFFFFF;
  font-size: 4.2em;
  line-height: 0.9em;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.section-offres .offre .offre-content p span {
  padding: 5px 10px;
  font-size: 2.2em;
  line-height: 1.2em;
  letter-spacing: 0.5px;
}
.section-offres .offre .offre-content p span .asterisque {
  font-size: 25px;
  vertical-align: text-top;
  padding: 0;
}
.section-offres .offre .offre-content p.info {
  font-family: 'pmumedium', sans-serif;
  font-size: 1em;
  text-transform: none;
  color: #FFFFFF;
  margin-top: 10px;
}
.section-offres .offre-hippique .offre-content p span {
  background-color: #00a01e;
}
.section-offres .offre-sport .offre-content p span {
  background-color: #d6490b;
}
.section-offres .offre-poker .offre-content p span {
  background-color: #1d4f90;
}
.section-offres .conditions-offres {
  text-align: left;
  margin-top: 50px;
}
.section-offres .conditions-offres a {
  font-family: 'pmuregular', sans-serif;
  font-size: 1em;
  color: #FFFFFF;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .section-offres .conditions-offres {
    text-align: center;
    padding-left: 0;
  }
}
.section-offres .section-offres-dispatch .conditions-offres {
  text-align: left;
  margin-top: 50px;
}
.section-offres .section-offres-dispatch .conditions-offres a {
  font-family: 'pmuregular', sans-serif;
  font-size: 1em;
  color: #FFFFFF;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .section-offres .section-offres-dispatch .conditions-offres {
    text-align: center;
    padding-left: 0;
  }
}
.section-offres .conditions-paris {
  margin-top: 50px;
  color: #FFF;
  font-size: 0.9em;
}
@media screen and (max-width: 992px) {
  .section-offres .offre {
    min-width: 350px;
    width: 80%;
    max-width: 600px;
    margin-bottom: 40px;
  }
  .section-offres .offre:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .section-offres .offre .btn-cta {
    width: 228px;
  }
  .section-offres .code {
    display: block;
  }
}
/****************************************************************************/
/* POPIN
/****************************************************************************/
.modal-dialog {
  max-width: 995px;
  width: auto;
}
@media screen and (max-width: 1170px) {
  .modal-dialog {
    margin: 30px;
  }
}
@media screen and (max-width: 960px) {
  .modal-dialog {
    max-width: 640px;
    margin: 30px auto;
  }
  .modal-dialog .player {
    height: 350px;
  }
}
@media screen and (max-width: 660px) {
  .modal-dialog {
    max-width: 420px;
  }
  .modal-dialog .playerr {
    height: 220px;
  }
}
@media screen and (max-width: 440px) {
  .modal-dialog {
    max-width: 300px;
  }
  .modal-dialog .player {
    height: 160px;
  }
}
.popin {
  max-width: 987px;
  height: auto;
  position: relative;
  background-color: #000000;
}
.popin .btn-close-modal {
  display: block;
  width: 53px;
  height: 53px;
  text-align: center;
  padding-top: 12px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.popin .player {
  background-color: #000000;
}
.popin .section-recap {
  background-color: #FFFFFF;
}
.popin .section-recap p {
  margin: 0;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  font-size: 1.125em;
  font-family: 'pmuregular', sans-serif;
  font-size: 1.25em;
}
.popin .section-recap p .offreval {
  font-size: 1.25em;
  font-weight: bold;
}
.popin .section-recap p br {
  display: none;
}
.popin .section-recap .btn-cta {
  height: 50px;
  display: inline-block;
  padding: 10px 20px 10px;
  font-family: 'pmutitre', sans-serif;
}
@media screen and (max-width: 960px) {
  .popin .section-recap .btn-cta {
    margin-right: -4px !important;
  }
}
@media screen and (max-width: 660px) {
  .popin .section-recap p {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 440px) {
  .popin .btn-close-modal {
    display: block;
    width: 27px;
    height: 27px;
    padding: 4px;
  }
  .popin .btn-close-modal img {
    max-width: 28px;
    width: 100%;
  }
  .popin .section-recap p {
    padding: 10px 0 0 0;
    line-height: 1.125em;
  }
  .popin .section-recap p br {
    display: inline;
  }
}
#myModal1 .popin {
  border: 1px solid #00a01e;
}
#myModal1 .popin .section-recap {
  border-top: 1px solid #00a01e;
}
#myModal1 .popin .section-recap p {
  color: #00a01e;
}
#myModal1 .popin .btn-close-modal,
#myModal1 .popin .btn-cta {
  background-color: #00a01e;
}
#myModal2 .popin {
  border: 1px solid #d6490b;
}
#myModal2 .popin .section-recap {
  border-top: 1px solid #d6490b;
}
#myModal2 .popin .section-recap p {
  color: #d6490b;
}
#myModal2 .popin .btn-close-modal,
#myModal2 .popin .btn-cta {
  background-color: #d6490b;
}
#myModal3 .popin {
  border: 1px solid #1d4f90;
}
#myModal3 .popin .section-recap {
  border-top: 1px solid #1d4f90;
}
#myModal3 .popin .section-recap p {
  color: #1d4f90;
}
#myModal3 .popin .btn-close-modal,
#myModal3 .popin .btn-cta {
  background-color: #1d4f90;
}
/****************************************************************************/
/* FOOTER
/****************************************************************************/
footer {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0px;
}
footer a,
footer span {
  display: inline-block;
  vertical-align: middle;
}
footer a {
  margin: 0 7px;
  display: inline-block;
}
footer section.footer-infos {
  background-color: #FFFFFF;
  padding: 20px 0;
}
footer .texte {
  font-size: 0.875em;
  position: relative;
  top: -2px;
}
footer .section-offres {
  padding-bottom: 0px;
  padding-top: 0;
}
footer .section-offres p.conditions-offres {
  margin-top: 0;
}
footer .majeur {
  margin-right: 75px;
}
@media screen and (max-width: 640px) {
  footer .majeur {
    margin-right: 0px;
  }
}
footer .service-client {
  vertical-align: middle;
  font-family: 'pmuregular', sans-serif;
  font-size: 0.95em;
  line-height: 1.2em;
}
footer .service-client img,
footer .service-client div {
  float: left;
  vertical-align: middle;
  text-align: left;
}
footer .service-client div {
  margin: 15px;
  max-width: 350px;
}
footer .service-client img {
  margin: -20px 10px 0 0px;
}
@media screen and (max-width: 380px) {
  footer .service-client img {
    margin: -5px 10px 0 0px;
  }
}
footer .bloc-lien-mobile {
  display: none;
  position: absolute;
  top: -25px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}
footer .bloc-lien-mobile a {
  font-size: 0.688em;
}
footer .bloc-lien-mobile a span {
  text-decoration: underline;
}
@media screen and (min-height: 900px) and (min-width: 993px) {
  footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
  }
}
@media screen and (max-width: 550px) {
  footer .majeur {
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  footer {
    margin-top: 28px;
  }
}
/****************************************************************************/
/* Desktop / Mobile
/****************************************************************************/
@media screen and (max-width: 640px) {
  .desktop {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*# sourceMappingURL=generique.css.map */