@charset "UTF-8";
/******************************************************************
*                                                                 *
*             	              GLOBAL                              *
*                                                                 *
******************************************************************/
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  position: relative;
  font-family: "Raleway", "Lucida sans", verdana, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
}

p {
  line-height: 1.3;
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", Montserrat, Lucida Sans Unicode, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 10px;
}

h2 {
  font-weight: 700;
  margin-bottom: 20px;
}

h3 {
  line-height: 35px;
  margin-bottom: 20px;
}

h4 {
  font-size: 17px;
  font-weight: 700;
}

a {
  transition: all 0.2s ease-in-out;
  transition: all 150ms ease-in;
}
a:visited {
  transition: all 150ms ease-in;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li {
  line-height: 28px;
}

::-moz-selection, ::selection {
  text-shadow: none;
}

img::selection, img::-moz-selection {
  background: 0 0;
}

hr {
  margin-top: 40px;
  margin-bottom: 60px;
}

form {
  margin-bottom: 0;
}

input, select, .radio, .form-control {
  border-radius: 0;
}

.asterisque {
  font-size: 1.4rem;
  font-family: Raleway, "Lucida sans", verdana;
}

.checked .form-group-head {
  display: flex;
  align-items: baseline;
}

span.checked {
  height: 24px;
  width: 24px;
  background-image: url("../images/sprite-UmkVHLC.png");
  background-position: -72px -70px;
}

span.checked {
  height: 24px;
  width: 24px;
  background-image: url("../images/sprite-UmkVHLC.png");
  background-position: -48px 0px;
  position: absolute;
  top: 0px;
  left: 0px;
}

div.checked {
  position: relative;
  margin-top: 10px;
}

@media only screen and (min-width: 40em) {
  div.checked {
    padding-left: 1.5em;
  }
}
.fa {
  vertical-align: middle;
}

/************************************************
*                                               *
*             	     Fonts                      *
*                                               *
*************************************************/
@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway-regular-webfont-VDMHXoV.eot");
  src: url("../fonts/raleway-regular-webfont-VDMHXoV.eot") format("embedded-opentype"), url("../fonts/raleway-regular-webfont-qdH59MF.woff2") format("woff2"), url("../fonts/raleway-regular-webfont-WcxD4yu.woff") format("woff"), url("../fonts/raleway-regular-webfont-W8WVK4l.ttf") format("truetype"), url("../fonts/raleway-regular-webfont-AIKtVor.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Raleway-Bold";
  src: url("../fonts/Raleway-Bold-7XOb4De.eot");
  src: url("../fonts/Raleway-Bold-7XOb4De.eot") format("embedded-opentype"), url("../fonts/Raleway-Bold-798aLjL.woff") format("woff"), url("../fonts/Raleway-Bold-ShdQKyv.ttf") format("truetype"), url("../fonts/Raleway-Bold-uh7IX06.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/************************************************
*                                               *
*             	    Button                      *
*                                               *
*************************************************/
.btn {
  font-family: "Raleway-Bold";
  border: none;
  padding: 15px 25px;
}
.btn:hover {
  transition: all 150ms ease-in;
}

.bloc-icon {
  border-radius: 5px;
  width: 80px;
  height: 80px;
  font-size: 30px;
  text-align: center;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bloc-icon i {
  text-align: center;
}

.previous-page-button {
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 1000;
  padding: 10px;
  background-color: #75B94C;
  color: #FFFFFF;
}

/************************************************
*                                               *
*             	     Flex                       *
*                                               *
*************************************************/
.is-flex {
  display: flex;
}

.is-flex-column {
  flex-direction: column;
}

.centered {
  display: flex;
  justify-content: center;
}

.is-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

/************************************************
*                                               *
*             	 Les titres                     *
*                                               *
*************************************************/
h2 {
  text-align: center;
  margin: 0 auto 15px;
  font-weight: initial;
  font-size: 36px;
}

footer .titre {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}

.sous-titre {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 72px;
}

.sous-titre-less {
  margin-bottom: 3.25rem;
}

/************************************************
*                                               *
*             	 Les bulles                     *
*                                               *
*************************************************/
.bubble {
  position: relative;
  padding: 20px 10px;
  margin-top: 30px;
  border-radius: 3px;
}
.bubble:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -15px;
  top: -15px;
  left: 50%;
}
.bubble:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -15px;
  top: -16px;
  left: 50%;
}
.bubble.bubble--map {
  padding: 0;
}
.bubble.bubble--green {
  display: flex;
  padding: 21px 10.28px;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 10px;
  min-height: 300px;
}
.bubble.bubble--green .bubble-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 0 0;
  align-self: stretch;
}
.bubble.bubble--green .bubble-content .green {
  color: #2B9343;
}
.bubble.bubble--green:before {
  display: none;
}
.bubble.bubble--green:after {
  display: none;
}

.bubble-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: stretch;
}
.bubble-wrapper .bubble-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: space-between;
}
.bubble-wrapper .bubble-container.is-third, .bubble-wrapper .bubble-container.is-two-third, .bubble-wrapper .bubble-container.is-quarter, .bubble-wrapper .bubble-container.is-half {
  width: 100%;
}
.bubble-wrapper .bubble-container .bubble {
  flex: 2;
  text-align: center;
  margin-bottom: 0px;
}
.bubble-wrapper .bubble-container button img {
  margin: auto;
}
.bubble-wrapper .titreBubble {
  position: unset;
  left: unset;
  right: unset;
  top: unset;
  margin: unset;
  width: unset;
  font-family: "Raleway-Bold";
  font-size: 1.1rem;
}
.bubble-wrapper .bubble {
  width: 100%;
}

.mesPoints {
  font-size: 1.143rem;
}

@media screen and (min-width: 40rem) {
  .bubble-wrapper .bubble-container.is-quarter {
    width: 22%;
  }
  .bubble-wrapper .bubble-container.is-half {
    width: 48%;
  }
  .bubble-wrapper .bubble-container.is-third {
    width: 32%;
  }
  .bubble-wrapper .bubble-container.is-two-third {
    width: 65%;
  }
  .bubble-wrapper .bubble {
    flex: 2;
    text-align: center;
  }
  .bubble-wrapper button img {
    margin: auto;
  }
}
/************************************************
*                                               *
*             Réseaux Sociaux                   *
*                                               *
*************************************************/
.reseauBloc {
  display: flex;
  align-items: center;
}
.reseauBloc i {
  padding: 14px;
}
.reseauBloc span {
  font-size: 0.9rem;
}
.reseauBloc .connected .logoReseau {
  padding: 1em 0em;
}
.reseauBloc:hover {
  opacity: 0.7;
}

/************************************************
*                                               *
*             	    Footer                      *
*                                               *
*************************************************/
.footer {
  margin-top: 41px;
}
.footer .footer-top {
  display: flex;
  padding: 0px 26px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  margin-bottom: 16px;
}
.footer .footer-top .suivez-nous {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.footer .footer-top .suivez-nous h3 {
  color: var(--CPC-CPC---Vert, #2B9343);
  text-align: center;
  /* H3 */
  font-family: "Raleway-Bold";
  font-size: 14.5px;
  font-style: normal;
  line-height: 17.39px;
  margin-bottom: 0;
}
.footer .footer-top .suivez-nous p {
  margin-bottom: 39px;
}
.footer .footer-bottom-link {
  text-decoration: underline;
}

@media screen and (max-width: 80rem) {
  .footer-top {
    width: 90%;
    margin: auto;
  }
}
.condition {
  font-size: 0.9em;
  text-align: center;
  width: 75%;
  margin: 10px auto;
}

/************************************************
*                                               *
*             	 A REFAIRE                      *
*                                               *
*************************************************/
.highlight {
  padding: 20px;
  background: #F8F8F8;
  border-radius: 3px;
}

.vertical {
  padding: 30px;
}
.vertical h1 {
  margin: -30px;
  margin-bottom: 25px;
  padding: 20px;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
.vertical button {
  width: auto;
  padding: 15px 20px;
}

#client_dateNaissance select {
  width: auto;
}

.fieldsetWith {
  padding: 2em 1em;
  border-radius: 4px;
}

.fieldsetWith--padding {
  padding: 3em 0 1em 0;
}

@media only screen and (min-width: 40em) {
  .fieldsetWith {
    padding: 2em 3em;
  }
  .fieldsetWith--padding {
    padding: 3em 3em 1em 3em;
  }
}
.margin-top-40 {
  margin-top: 40px;
}

.logo {
  margin-top: 30px;
  margin-bottom: 32px;
}

.formatDate {
  display: none;
}

.formatDate {
  margin-top: -16px;
  margin-bottom: 15px;
}

.ralewayBold {
  font-family: Raleway-Bold;
}

.ralewayBold label {
  display: inline;
}

.col-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.centerElement {
  margin: 0 auto;
}

.strong, .bold {
  font-weight: bold;
}

.noMargin {
  margin: 0px;
}

.textAlignCenter {
  text-align: center;
}

p.center {
  text-align: center;
}

.bloc p {
  line-height: 1.2;
}

.code_barre {
  font-family: EAN13;
}

#ptsatteind {
  text-align: center;
  font-family: "Raleway";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.mlxl {
  margin-left: 3em;
}

.small-mbl {
  margin-bottom: 1.5em;
}

.container-fluid {
  max-width: 1200px;
  margin: 0 auto;
}

#map {
  height: 300px;
  width: 100%;
  border-radius: 5px;
}

.pl0 {
  padding-left: 0px;
}

.historique-points {
  padding-right: 3em;
}

.adresse {
  margin-top: 1rem;
}

.magasinTitle {
  font-size: 18px;
  font-weight: bold;
  color: #4a3041;
}

.centerInBloc {
  display: flex;
  justify-content: center;
  align-items: center;
}

#monCompte .form-group--margin {
  margin-left: 1.4rem;
}

.passbook img.qrcode {
  margin-top: 10px;
  margin-bottom: 20px;
}

#mesAvantages .bubble-wrapper .bubble-container {
  margin-top: 4.5rem;
}
#mesAvantages .bubble-wrapper .bubble-container .bubble {
  margin-top: 5px;
}
#mesAvantages .bubble-wrapper .bubble-container .bubble p {
  max-width: 200px;
  text-align: center;
  font-family: Raleway;
  line-height: 24px;
  margin-bottom: 16px;
  font-size: 14px;
}

#monProgramme p {
  font-family: Raleway;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 150% */
}

.cgu-mentions {
  padding-bottom: 25px;
}
.cgu-mentions .logo {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 3%;
  float: right;
}
.cgu-mentions p, .cgu-mentions li {
  color: #393939;
  line-height: 1.8;
  font-size: 1.2rem;
}
.cgu-mentions h1, .cgu-mentions h2, .cgu-mentions h3 {
  color: #000000;
}
.cgu-mentions h1 {
  margin: 35px 0px 25px;
  font-weight: 700;
  text-align: center;
}
.cgu-mentions h2 {
  margin-bottom: 10px;
  font-size: 25px;
}
.cgu-mentions h3 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
}
.cgu-mentions ul.liste-mentions-legales {
  margin-bottom: 1rem;
}
.cgu-mentions ul.liste-mentions-legales li {
  line-height: inherit;
  list-style: initial;
  margin-left: 1rem;
}

.mobile-icon {
  background: url("../images/mobile-alt-solid-urjWO4p.svg");
  background-size: 18px 22px;
  display: block;
  height: 22px;
  width: 20px;
}

.mode_emploi {
  text-decoration: underline;
  margin-top: 1.286rem;
  text-align: left;
}

.blockPartSite {
  padding: 40px 0;
}

/******************************************************************
*                                                                 *
*             	              COLORS                              *
*                                                                 *
******************************************************************/
/****************************
*      	   Variables        *
*****************************/
/**** Variables globales *****/
/**** Variables Précises *****/
/****************************
*      	    Helpers         *
*****************************/
.isGrey {
  color: #7a7a7a;
}

/****************************
*      	    Global          *
*****************************/
body {
  background-color: #FFF;
  color: #000;
}

p {
  color: #000;
}

h1, h2 {
  color: #000;
}

.blocBackground2 h1, .blocBackground2 h2 {
  color: #FFF;
}

h4 {
  color: #2d2d2d;
}

a:hover, a:focus {
  color: #007DA0;
}

::-moz-selection, ::selection {
  background: #1F1F1F;
  color: #FFF;
}

hr {
  border-top: 1px dotted #E5E5E5;
}

.sous-titre {
  color: #7a7a7a;
}

.asterisque {
  color: red;
}

.has-error {
  color: red;
}

.form-icon {
  color: #2B9343;
}

.checked label, .checked legend, .checked p, .checked span {
  color: #7a7a7a;
}
.checked .asterisque {
  color: red;
}

.btn {
  background-color: #2B9343;
  color: #FFF;
}
.btn:hover {
  background-color: #2B9343;
}
.btn:hover, .btn:focus, .btn:active {
  color: #FFF;
}

.bubble {
  border: 1px solid #E5E5E5;
  background-color: #E5E5E5;
}
.bubble:after {
  border-color: #E5E5E5 transparent;
}
.bubble:before {
  border-color: #E5E5E5 transparent;
}

.bubble--white {
  background-color: #FFF;
  border-color: #FFF;
}
.bubble--white:after {
  border-color: #FFF transparent;
}
.bubble--white:before {
  border-color: #FFF transparent;
}

.bubble--green {
  background-color: rgba(117, 185, 76, 0.3);
}
.bubble--green:after {
  border-color: rgba(117, 185, 76, 0.3) transparent;
}

#mesAvantages .bubble-wrapper .bubble-container .bubble {
  color: #2B9343;
}
#mesAvantages .titreBubble p {
  color: #2B9343;
}

.reseauBloc {
  color: white;
}
.reseauBloc:hover {
  color: white;
}
.reseauBloc i {
  border-right: 1px solid rgba(255, 255, 255, 0.3019607843);
}
.reseauBloc.connected {
  border: 1px #aaaaaa solid;
}
.reseauBloc.connected i {
  border-right: 1px solid #aaaaaa;
}
.reseauBloc.facebook {
  background: #405d9a;
}
.reseauBloc.facebook.connected {
  background: #fff;
  color: #405d9a;
}
.reseauBloc.twitter {
  background: #1aaadf;
}
.reseauBloc.twitter.connected {
  background: #fff;
  color: #1aaadf;
}
.reseauBloc.twitter.connected .logoReseau {
  padding: 1em 0em;
}
.reseauBloc.google {
  background: #d51919;
}
.reseauBloc.google.connected {
  background: #fff;
  color: #d51919;
}

.condition {
  color: #000;
}
.condition a {
  color: #000;
  border-bottom: solid 1px #524F4F;
}

#ptsatteind {
  color: #87004D;
}

.fieldsetWith {
  background: #fff;
}

.blocBackground1 {
  background-color: rgba(255, 229, 0, 0.3);
  border-radius: 3px;
}

.blocBackground2 {
  background-color: #2B9343;
  border-radius: 3px;
}

.black {
  color: black;
}

.color {
  color: #01abe1;
}

input[type=text], input[type=email], select {
  color: #000;
  border-color: #b9b9b9;
}
input[type=text]::-webkit-input-placeholder, input[type=text]:-moz-placeholder, input[type=text]::-moz-placeholder, input[type=text]:-ms-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=email]:-moz-placeholder, input[type=email]::-moz-placeholder, input[type=email]:-ms-input-placeholder, select::-webkit-input-placeholder, select:-moz-placeholder, select::-moz-placeholder, select:-ms-input-placeholder {
  color: #000;
}

.mentions-legales {
  color: #7a7a7a;
}

/****************************
*      	    Login           *
*****************************/
.banner-optin .active-card-button {
  background: #2B9343;
  color: #FFF;
}
.banner-optin .active-card-button:hover {
  background: rgba(117, 185, 76, 0.6);
}

.banner-optin button[type=submit] {
  background: #2B9343;
  color: #FFFFFF;
  padding: 18px 35px;
}
.banner-optin button[type=submit]:hover {
  background: rgba(117, 185, 76, 0.3);
}

.vertical {
  background-color: #f3f3f3;
  border: 1px solid #999;
}
.vertical h1 {
  background: #2B9343;
  color: #FFF;
}
.vertical input[type=text] {
  border-color: #b9b9b9;
  background: rgba(255, 255, 255, 0.4);
  color: #000;
}

#divBienvenue hr {
  border-top: solid 1px #ddd;
}

#bienvenue {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

/****************************
*        	  Home            *
*****************************/
.pageClient .open {
  background-color: #2B9343;
  color: #fff;
  border: solid 1px #fff;
}

#mesInformations .ralewayBold label,
.offreUtilisee, #ptsatteind {
  color: #2B9343;
}

.code_barre {
  background-color: #fff;
  color: #000;
}

/* Menu */
.menu {
  background: #2B9343;
}
.menu ul, .menu li, .menu a, .menu p {
  color: #000;
}
.menu .highlight {
  background-color: #8ECC76;
  color: #000;
}
.menu .btn-deconnexion {
  color: #2B9343;
  background-color: #FFE500;
}
.menu li {
  border-bottom: solid 1px #fff;
}
.menu li a {
  color: #fff;
}
.menu .close {
  color: #2B9343;
  background: #fff;
}

/* Historique */
.historique-list li:nth-child(odd) {
  background: #FFF;
}

.historique-points-color {
  color: #000;
}

/* Donuts */
#donuts path:first-child {
  fill: #2B9343;
}
#donuts path:nth-child(3) {
  fill: #ccc;
}
#donuts path:nth-child(2), #donuts path:nth-child(4) {
  fill: #FFF;
}

#map {
  border: 1px solid #E5E5E5;
  background-color: #E5E5E5;
}

/****************************
*        	Activation        *
*****************************/
.activation-etape {
  color: #7a7a7a;
}

.activation h1 {
  color: #000;
  border-bottom: 1px solid #c5c3c3;
}
.activation input {
  color: #333;
  background: #FFF;
  border: 1px solid #cacaca;
}
.activation .activation-puce-active {
  background-color: #2B9343;
  color: white;
}

.activation-puce {
  background-color: #e4e4e4;
  color: black;
}

.activation-puce-separator {
  border-bottom: 2px solid #e4e4e4;
}

.activationForm1 label {
  color: black;
}

.activation-compte {
  border: 1px solid #999;
}
.activation-compte p {
  color: #7a7a7a;
}

/****************************
*        	  Footer         *
*****************************/
.footer {
  background: #fff;
}

.footer p, a {
  color: #000000;
}

.footer a:hover {
  color: #2B9343;
  text-decoration: underline;
}

.footer-top {
  border-bottom: 1px solid #000000;
}

.footer-icon {
  background: #2B9343;
  color: #fff;
}

a.footer-bottom-link, a.footer-bottom-link:focus, a.footer-bottom-link:hover {
  color: #2B9343;
}

.monMagasin a {
  color: #2B9343;
}

#monProgramme p {
  color: #000;
}

.adresse {
  color: #7a7a7a;
}

.codeCarte {
  color: #2B9343;
}

.monProgramme__titre {
  color: #2B9343;
}

/******************************************************************
*                                                                 *
*             	              TOOLS                               *
*                                                                 *
******************************************************************/
/* spacing helpers
p,m = padding,margin
a,t,r,b,l,h,v = all,top,right,bottom,left,horizontal,vertical
s,m,l,n = small(0.5em/8px),medium(1em/16px),large(1.5em/24px),none(0)
*/
.ptn, .pvn, .pan {
  padding-top: 0 !important;
}

.pts, .pvs, .pas {
  padding-top: 0.5em;
}

.ptm, .pvm, .pam {
  padding-top: 1em;
}

.ptl, .pvl, .pal {
  padding-top: 1.5em;
}

.prn, .phn, .pan {
  padding-right: 0 !important;
}

.prs, .phs, .pas {
  padding-right: 0.5em;
}

.prm, .phm, .pam {
  padding-right: 1em;
}

.prl, .phl, .pal {
  padding-right: 1.5em;
}

.pbn, .pvn, .pan {
  padding-bottom: 0 !important;
}

.pbs, .pvs, .pas {
  padding-bottom: 0.5em;
}

.pbm, .pvm, .pam {
  padding-bottom: 1em;
}

.pbl, .pvl, .pal {
  padding-bottom: 1.5em;
}

.pln, .phn, .pan {
  padding-left: 0 !important;
}

.pls, .phs, .pas {
  padding-left: 0.5em;
}

.plm, .phm, .pam {
  padding-left: 1em;
}

.pll, .phl, .pal {
  padding-left: 1.5em;
}

.mnt, .mvn, .man {
  margin-top: 0 !important;
}

.mts, .mvs, .mas {
  margin-top: 0.5em;
}

.mtm, .mvm, .mam {
  margin-top: 1em;
}

.mtl, .mvl, .mal {
  margin-top: 1.5em;
}

.mrn, .mhn, .man {
  margin-right: 0 !important;
}

.mrs, .mhs, .mas {
  margin-right: 0.5em;
}

.mrm, .mhm, .mam {
  margin-right: 1em;
}

.mrl, .mhl, .mal {
  margin-right: 1.5em;
}

.mbn, .mvn, .man {
  margin-bottom: 0 !important;
}

.mbs, .mvs, .mas {
  margin-bottom: 0.5em;
}

.mbm, .mvm, .mam {
  margin-bottom: 1em;
}

.mbl, .mvl, .mal {
  margin-bottom: 1.5em;
}

.mln, .mhn, .man {
  margin-left: 0 !important;
}

.mls, .mhs, .mas {
  margin-left: 0.5em;
}

.mlm, .mhm, .mam {
  margin-left: 1em;
}

.mll, .mhl, .mal {
  margin-left: 1.5em;
}

.mra, .mha {
  margin-right: auto;
}

.mla, .mha {
  margin-left: auto;
}

/************************************************
*                                               *
*          MODAL D'INACTIVITÉ BORNE             *
*                                               *
*************************************************/
.inactivity-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease-in-out;
}

.inactivity-modal-parent {
  background: white;
  max-width: 500px;
  width: 90%;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  animation: slideIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.inactivity-modal-content {
  background: white;
  padding: 0 40px 40px 40px;
  text-align: center;
}

@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.inactivity-modal-icon i {
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.inactivity-modal-title {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  color: #FFF;
  text-align: center;
  /* H2 */
  font-family: Raleway;
  font-size: 17.6px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.88px; /* 130% */
  background: #2B9343;
}

.inactivity-modal-text, .inactivity-modal-countdown {
  color: #000;
  text-align: center;
  font-family: Raleway;
  font-size: 16px;
}

.inactivity-modal-countdown {
  color: #B60642;
  font-weight: bold;
}

.inactivity-modal-countdown span {
  display: inline-block;
  min-width: 60px;
}

.inactivity-modal-btn:hover {
  background-color: #3a9acc;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(71, 177, 229, 0.4);
}

.inactivity-modal-btn:active {
  transform: translateY(0);
}

/* Responsive */
@media screen and (max-width: 768px) {
  .inactivity-modal-content {
    padding: 30px 20px;
    max-width: 90%;
  }
  .inactivity-modal-icon {
    font-size: 50px;
  }
  .inactivity-modal-title {
    font-size: 24px;
  }
  .inactivity-modal-text {
    font-size: 16px;
  }
  .inactivity-modal-countdown {
    font-size: 36px;
  }
  .inactivity-modal-btn {
    padding: 12px 30px;
    font-size: 16px;
  }
}
/************************************************
*                                               *
*                    VUE HOME                   *
*                                               *
*************************************************/
.pageClient .open {
  position: fixed;
  top: 10px;
  left: 0.325em;
  font-size: 2em;
  text-shadow: none;
  opacity: 1;
  font-weight: normal;
  padding: 0.375em 0.5em;
  border-radius: 5px;
  text-align: center;
  z-index: 99;
}

.banniere {
  background: url("../images/banner-classic-vue-D_qWLPV.jpg") lightgray 50%/cover no-repeat;
  background-position-x: center;
  height: 100px;
  width: 100%;
}

.banniere.banniere--borne {
  background: url("../images/banner-borne-vue-AVdRTcH.jpg") lightgray 50%/cover no-repeat;
}

/****************************
*                           *
*            Menu           *
*                           *
*****************************/
.menu .btn-deconnexion {
  width: 200px;
  margin-top: 15px;
}

.menu p:first-child {
  line-height: 26px;
}

.menu p {
  line-height: 18px;
}

.menu ul li {
  padding: 5px;
  font-weight: bold;
}

.menu .close {
  position: absolute;
  top: 0;
  right: 0.325em;
  font-size: 2em;
  margin: 10px;
  text-shadow: none;
  opacity: 1;
  font-weight: normal;
  border-radius: 5px;
  padding: 0.375em 0.5em;
}

@media (min-width: 767px) and (max-width: 881px) {
  #menu .btn-deconnexion {
    margin-left: -18%;
  }
}
.listeMenu {
  margin-top: 5em;
}

.listeMenu .highlight {
  margin-top: 10px;
  width: 100%;
  padding: 10px;
}

.listeMenu .highlight a {
  margin-top: 0px;
}

@media only screen and (min-width: 40em) {
  .listeMenu {
    margin-top: 3em;
  }
}
#menuWrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: -100%;
  text-align: center;
  z-index: 1000;
  -webkit-transition: left 0.5s linear;
  -moz-transition: left 0.5s linear;
  -ms-transition: left 0.5s linear;
  -o-transition: left 0.5s linear;
  transition: left 0.5s linear;
}

#menuWrap:target {
  left: 0px;
}

.menuWrapper {
  position: relative;
}

.menu {
  position: absolute;
  top: 0px;
  left: 0;
  padding-bottom: 9999px;
  margin-bottom: -9999px;
  overflow: hidden;
}

@media (min-width: 64em) {
  #menuWrap {
    left: 0;
    z-index: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
}
/****************************
*                           *
*        Mon magasin        *
*                           *
*****************************/
/****************************
*                           *
*         Ma carte          *
*                           *
*****************************/
.maCarte .bubble, .passbook .bubble {
  display: flex;
  flex-direction: column;
}
.maCarte .firstBlock, .passbook .firstBlock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 5;
}
.maCarte .secondBlock, .passbook .secondBlock {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: 2;
}

#maCarte .carte .bloc, #maCarte .points .bloc {
  height: 280px;
}

#maCarte .carte .codeCarte {
  margin: 10px 0;
}

.code-barre {
  margin: 0 auto;
  padding: 10px 3px 0px 3px;
  max-height: 80px;
  padding: 0 1em;
}

#maCarte #donuts {
  margin: 10px 0;
}

#maCarte .carte .bloc, #maCarte .points .bloc {
  height: 290px;
}

#maCarte .bloc img {
  margin-top: 10px;
}

#maCarte #donuts {
  margin: 0 0 10px 0;
}

/****************************
*                           *
*        Mon compte         *
*                           *
*****************************/
#blocPoint {
  margin: 5px 0px;
}

#adresse label {
  font-weight: normal;
}

.mentions-legales {
  text-align: justify;
  margin: 35px 0 20px 0;
  font-style: italic;
  color: #7A7A7A;
}

.mentions-legales + .mentions-legales {
  margin-top: 15px;
}

#monCompte {
  padding-bottom: 40px;
}

/****************************
*                           *
*        Historique         *
*                           *
*****************************/
.historique {
  flex: 1;
  margin-top: 0 !important;
  margin-bottom: 0em;
}
.historique .bubble {
  padding: 0 10px;
}

.historique-list {
  padding: 0 0.5rem;
}
.historique-list li {
  display: flex;
  height: 36px;
  padding: 0 45px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.separator {
  border-bottom: solid #000 2px;
  width: 11rem;
  margin: auto;
}

.separator--white {
  border-bottom: solid white 2px;
  width: 11rem;
  margin: auto;
}

.monCompte {
  padding-bottom: 50px;
}
.monCompte .submit {
  text-align: right;
}
.monCompte .cnilMessageInfoRecueillies {
  margin: 2rem 0em;
  font-size: 0.8rem;
}
.monCompte .form-group--margin {
  margin-left: 1.4rem;
}

/****************************
*                           *
*        Mon programme      *
*                           *
*****************************/
.monProgramme__bloc {
  font-size: 0.9em;
  line-height: 1.5;
  min-height: 110px;
  display: flex;
}
.monProgramme__bloc .monProgramme__content {
  padding: 0px 10px;
  color: #000;
  font-family: "Raleway";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  max-width: 17rem;
  margin-left: 1rem;
}
.monProgramme__bloc .monProgramme__content .uniquementsurpara {
  color: #000;
  font-family: Raleway;
  font-size: 10px;
  font-style: italic;
  font-weight: 400;
}
.monProgramme__bloc .monProgramme__titre {
  font-family: Raleway-Bold;
  font-size: 20px;
  font-style: normal;
  line-height: 24.57px; /* 122.85% */
}
.monProgramme__bloc .bloc-icon {
  min-width: 80px;
}

/************************************************
*                                               *
*             	 VUE ACTIVATION                *
*                                               *
*************************************************/
.banniere-activation {
  background: url("../images/activation-banner-mnVU8Oh.png") lightgray 50%/cover no-repeat;
  height: 92px;
  width: 100%;
}

.banniere-activation--borne {
  background: url("../images/activation-borne-banner-5pWvBki.jpg") lightgray 50%/cover no-repeat;
  height: 92px;
  width: 100%;
}

.activation {
  padding-top: 80px;
}
.activation .checked {
  padding-left: unset;
  position: relative;
}
.activation .checked i {
  font-size: 1.05rem;
}
.activation .checked-label {
  display: flex;
  align-items: center;
  position: relative;
}
.activation .checked-label i {
  margin-right: 0.5rem;
  position: absolute;
  left: -25px;
}
.activation h1 {
  padding-bottom: 14px;
  width: fit-content;
}
.activation button {
  padding: 18px 20px;
}
.activation .checked legend,
.activation label.ralewayBold,
.activation .checked span.ralewayBold,
.activation .checked span.ralewayBold label {
  color: #1B526D !important;
}
.activation .radio-inline-list {
  flex-wrap: wrap;
}
.activation .radio-inline-list > div {
  display: flex;
}
.activation .radio-inline-list > div:not(:last-child) {
  margin-right: 1rem;
}
.activation .radio-inline-list [type=radio] {
  margin: 0;
}
.activation .radio-list--without-required .asterisque {
  display: none;
}
.activation .checked-inline {
  display: flex;
  align-items: center;
}
.activation .checked-inline legend {
  margin-bottom: 0;
}
.activation .checked-inline .form-group {
  margin-left: 1rem;
}
.activation .checkbox-field label {
  line-height: normal;
}
.activation .checkbox-field [type=checkbox] {
  margin-bottom: 0;
}
.activation .checkbox-field > div {
  display: flex;
  align-items: flex-start;
}
.activation .checkbox-field:not(:last-child) {
  margin-bottom: 1.2rem;
}

.cnilMessageInfoRecueillies {
  text-align: justify;
}

.activation-menuWrap {
  position: absolute;
  width: 100%;
  top: 0;
  text-align: center;
}

.activation-puce {
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  text-align: center;
  line-height: 3.5em;
  font-size: 1.2em;
  font-weight: bold;
}

.activation-puces {
  margin: 50px auto;
  display: flex;
  justify-content: center;
}

.activation-puce-separator {
  width: 15px;
  height: 2.2em;
}

.activation-line {
  width: 15em;
  margin: auto;
}

.activation-etape {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 50px;
}

.activation input {
  outline: none;
  width: 100%;
  padding: 14px 20px;
  display: block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-radius: 0;
  height: auto;
}

.activationForm1 label {
  text-align: right;
  line-height: 1.3em;
}

.activation-etape1-text {
  line-height: 1.2em;
  padding: 0 0 45px 0;
}

.activation-compte input {
  padding: 0.5rem;
}

.activation-compte input[type=checkbox] {
  display: inline;
  width: inherit;
}

.activation-confirm-checkboxes {
  margin: 25px 0 0 15px;
}

.activation-button-confirmation {
  padding: 13px 25px;
}

.activation-compte-confirmation-label {
  text-indent: -27px;
  padding-left: 27px;
  line-height: 0.4em;
  cursor: pointer;
}

.activation-compte-cgv-label {
  text-indent: -27px;
  padding-left: 27px;
  line-height: 0.4em;
  cursor: pointer;
}

.activation-compte button {
  width: initial;
  margin: 20px 0px;
}

.activation-etape3-text1 {
  padding: 0 0 15px 0;
  font-weight: bold;
  font-size: 1.2em;
}

.activation-etape3-text2 {
  padding: 0 0 20px 0;
}

@media only screen and (max-width: 40em) {
  .banniere-activation {
    height: 66px;
    margin: 0 0 50px 0;
  }
  .activation-menu {
    background: none;
  }
  #carteAdFidHome {
    width: 12em;
  }
  .activationForm1 label {
    text-align: left;
  }
  .activation-etape {
    padding-bottom: 20px;
  }
  .activation-compte .form-group--margin {
    margin-left: 0;
  }
  .activation-compte {
    padding: 2.3em;
  }
  .form-icon {
    padding-top: 7px;
  }
}
@media only screen and (max-width: 64em) {
  .activation-menu {
    background: none;
  }
}
.activationForm1 {
  margin: auto;
}

.activation-ma-carte-exclusive {
  font-size: 2.5em;
}

.activation-carte-bandeau {
  height: 130px;
}

.activation-menu {
  position: absolute;
  top: 0px;
  left: 0;
  padding-bottom: 0;
  margin-bottom: -9999px;
  overflow: hidden;
}

.activation-menu .logo {
  margin-top: 20px;
}

.activation h1 {
  font-size: 2.5em;
}

#container-subscription {
  margin-top: 80px;
  margin-bottom: 80px;
}

#container-subscription .separator {
  border-color: #000000;
}

.confirmation-img {
  height: 350px;
  min-width: 360px;
}

.cell {
  min-width: 300px;
}

@media screen and (max-width: 50em) {
  .confirmation-img {
    max-height: 100%;
    height: auto;
    width: auto;
    min-width: auto;
  }
  .image-wrapper {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }
  .cell {
    max-height: 35vw;
    height: auto;
  }
  .cta-button {
    display: inline-block;
    font-size: 0.8rem;
    width: 35vw;
    line-height: 20px;
    margin-top: 1em;
  }
  .registration-validated {
    width: 95%;
  }
}
.carteButton {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
  margin-bottom: 25px;
}
@media screen and (min-width: 40em) {
  .carteButton {
    margin-bottom: 0;
    margin-top: 63px;
  }
}

.active-card-button {
  padding: 18px 35px 18px 63px;
  position: relative;
  font-weight: bold;
  font-family: "Raleway-Bold";
}
.active-card-button::before {
  content: url("../images/card-fc7iEp1.png");
  position: absolute;
  right: 170px;
  top: -20px;
  transform: rotate(-10deg);
}

.banner-optin .column:first-child p {
  font-size: 14.5px;
}

/************************************************
*                                               *
*             	  VUE LOGIN                     *
*                                               *
*************************************************/
.label-captcha {
  display: block;
  min-width: 80px;
}

.imgTop {
  background-image: url("../images/home-bg-QI3UGu3.jpg"), linear-gradient(to bottom, rgba(172, 195, 206, 0.8), rgba(183, 205, 210, 0.8));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  height: 100%;
  padding-top: 169px;
  padding-bottom: 40px;
}

.imgTop--Store {
  background-image: url("../images/home_bg_borne-mnMYK3B.jpg"), linear-gradient(to bottom, rgba(172, 195, 206, 0.8), rgba(183, 205, 210, 0.8));
  height: 640px;
}

.container-large-marge-store {
  margin-top: 25rem;
}

.formLogin {
  margin-bottom: 20px;
}
.formLogin p {
  text-align: left;
}
.formLogin form p {
  font-size: 1.125em;
}
.formLogin input {
  height: 50px;
  padding: 20px;
  font-size: 0.9rem;
  box-shadow: unset;
}
.formLogin label {
  line-height: 24px;
}
.formLogin.formLogin--store {
  margin-bottom: 41px;
}

@media only screen and (min-width: 64em) {
  .formLogin {
    margin-top: -9.25em;
  }
}
.moncompte {
  margin-top: 28px;
}
.moncompte .row {
  padding: 5px 0px 10px 0px;
}
.moncompte p {
  font-size: 0.8rem;
}
.moncompte .activation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: 100%;
}
.moncompte .activation img {
  width: 115px;
  margin: 0;
  position: relative;
  left: 15px;
  z-index: 2;
  transform: rotate(-15deg);
}
.moncompte .activation a {
  flex-shrink: 0;
}
.moncompte .activation a span {
  padding-left: 25px;
}

#bienvenue {
  line-height: 1;
}

#bienvenue hr {
  margin-top: 10px;
}

#divBienvenue {
  padding: 0;
  margin: 0;
}

#bienvenue {
  font-size: 3em;
  padding-bottom: 10px;
}

#divBienvenue {
  padding-left: 5%;
}

#bienvenue hr {
  margin: 30px 0px 0px 0px;
}

.formLogin {
  font-size: 0.9em;
  line-height: 1.2;
  margin-bottom: 0;
}

.formLogin p {
  line-height: 1.2;
}

.captcha-img {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

#login_captcha {
  margin-bottom: 0px;
}

.span-captcha {
  margin-bottom: 10px;
}

.labelCaptcha {
  line-height: 50px;
  min-height: 50px;
}

.label-captcha label {
  font-size: 1.75em;
}

input::placeholder, textarea::placeholder {
  color: #000;
  opacity: 1;
}

.page-conditions {
  max-height: 100vh;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.page-conditions > .container {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.page-conditions .iframe-container {
  flex: 1;
}
