@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;
  font-weight: 500;
}

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

.little-title {
  font-size: 16px;
}

.ajust {
  min-height: 96px;
}

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

img.apple-wallet {
  height: 33px;
}

img.google-pay {
  height: 33px;
  padding-left: 10px;
}

.bloc--passbook {
  font-size: 10px;
}

.passbook-help {
  margin-top: 25px;
}

#map {
  margin-bottom: 25px;
}

@-moz-document url-prefix() {
  #map {
    height: 385px !important;
  }

  .width-640 {
    width: 700px !important;
  }
}
hr {
  margin-top: 40px;
  margin-bottom: 60px;
}

form {
  margin-bottom: 0;
}

.width-640 {
  width: 640px;
}

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

input.width-auto,
select.width-auto {
  width: auto;
}

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

.checked .form-group-head {
  display: flex;
  align-items: baseline;
}
.checked .form-group input,
.checked .form-group select {
  margin-bottom: 0.3rem;
}
.checked .form-group .form-field {
  margin: 0.8rem 0;
}

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: 22px 25px;
}
.btn:hover {
  transition: all 150ms ease-in;
}
.btn.btn-bloc {
  display: inline-block;
}
.btn.btn-fit {
  padding: 15px 25px;
}
.btn.btn-top-spaced {
  margin-top: 10px;
}

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

/************************************************
*                                               *
*             	     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: 40px auto 15px;
  font-weight: initial;
  font-size: 36px;
}

h3 {
  text-align: left;
  margin: 190px 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;
}

/************************************************
*                                               *
*             	 Les bulles                     *
*                                               *
*************************************************/
.bubble {
  position: relative;
  padding: 20px 10px;
  margin-top: 5px;
  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%;
}

.buble--white {
  position: relative;
  padding: 20px 10px;
  margin-top: 5px;
  border-radius: 3px;
}
.buble--white: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%;
}
.buble--white: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--macarte {
  min-height: 325px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.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;
  margin-top: 2rem;
}
.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: 25px;
}
.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%;
}

.bubble--first {
  padding-right: 10px;
}

.bubble--second {
  padding-left: 10px;
}

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

@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: 31%;
  }
  .bubble-wrapper .bubble-container.is-two-third {
    width: 62%;
  }
  .bubble-wrapper > .bubble-container.monMagasin:only-child {
    margin-inline: auto;
  }
  .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 {
  font-size: 12px;
}
.footer .footer-top {
  padding: 2em 0 0em 1em;
  margin-bottom: 1em;
}
.footer .footer-top > p {
  text-align: right;
}
.footer .footer-bottom-link {
  text-decoration: none;
}

.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: 10px 30px;
}
.vertical h1 {
  margin: 0 -30px 25px -30px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  padding: 20px;
  text-transform: none;
}

.vertical.login {
    padding: 0 30px 10px 30px;
}

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

.margin-top-50 {
  margin-top: 50px;
}

.margin-bot-40 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .rsp-center-btn {
    text-align: center;
  }
}
.logo {
  margin-top: 30px;
  margin-bottom: 30px;
}

.formatDate {
  display: none;
}

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

.raleway {
  font-family: Raleway;
}

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

.textAlignLeft {
  margin-left: 12px;
  text-align: left;
}

p.center {
  text-align: center;
}

.bloc p {
  line-height: 1.2;
}

.code_barre {
  font-family: EAN13;
}

#ptsatteind {
  font-weight: bold;
  font-size: 20px;
}

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

.has-error {
  padding: 3px 6px;
  word-spacing: normal;
}

.error-enfant-mt {
  margin-top: 34px;
}

.underline {
  text-decoration: underline;
}

@media only screen and (max-width: 800px) {
  .rsp-margin_1 {
    margin-top: -15rem;
    margin-bottom: 2rem;
  }

  .enfant-field-form {
    max-width: 400px !important;
  }
}
@media only screen and (min-width: 800px) {
  .enfant-field-form {
    min-width: 700px !important;
  }
}
@media only screen and (max-width: 588px) {
  .rsp-padding_1 {
    padding-bottom: 5rem !important;
  }
}
br {
  margin-top: 34px;
}

.cgu-mentions {
  padding-bottom: 25px;
}

.cgu-mentions h1,
.cgu-mentions h2,
.cgu-mentions h3 {
  color: #000000;
}

.cgu-mentions p {
  color: #393939;
  line-height: 1.8;
  font-size: 0.95rem;
}

.cgu-mentions h1 {
  font-weight: 700;
  text-align: center;
  font-size: 1.8rem;
}

.cgu-mentions h2 {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 25px;
  text-align: left;
}

.cgu-mentions h3 {
  margin-top: unset;
  margin-bottom: 10px;
  font-size: 18px;
}

.cgu-mentions br {
  margin: 0;
}

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

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

p {
  color: #7b7774;
}

h1 {
  color: #000;
}

h2 {
  color: #2f7457;
}

h3 {
  color: #043222;
}

h4 {
  color: #2f7457;
}

.little-title {
  color: #2f7457;
}

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

::-moz-selection,
::selection {
  background: #1f1f1f;
  color: #fff;
}

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

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

.sous-titre-avantages {
  color: #2f7457;
}

.asterisque {
  color: #7a7a7a;
}

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

.form-icon-euro {
  margin-left: 3px;
  color: white;
  display: inline-block;
  height: 1.3rem;
  width: 1.3rem;
  border-radius: 0.65rem;
  color: white;
  padding-top: 0.14rem;
  padding-left: 0.3rem;
  line-height: 1.2;
  background-color: #2f7457;
}

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

.btn {
  background-color: #fabd3e;
  color: #043222;
}
.btn:hover {
  background-color: #74a28e;
}
.btn:hover,
.btn:focus,
.btn:active {
  color: #fff;
}
.btn i {
  color: #fff;
}

.btn-deconnexion {
  background-color: #043222;
}

.bloc-icon {
  background-color: #2f7457;
  color: #fff;
}

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

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

.reseauBloc {
  color: white;
}
.reseauBloc:hover {
  color: white;
}
.reseauBloc i {
  border-right: 1px solid #ffffff4d;
}
.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;
}

a {
  color: #043222;
}

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

#ptsatteind {
  color: #87004d;
}

.has-error {
  color: red;
}

.fieldsetWith {
  background: #fff;
}

.blocBackground1 {
  background-color: #fff;
  border-radius: 3px;
}

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

.black {
  color: black;
}

.color {
  color: #01abe1;
}

.a-main-color {
  color: #2f7457 !important;
  text-decoration: underline;
}

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

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

/****************************
*      	    Login           *
*****************************/
.banner-optin button {
  background-color: #fabd3e;
}

.login-background-opacity {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.login-no-background {
  background-color: transparent !important;
}

.banniere-activation {
  background-color: #f0e1bd;
}

.vertical {
  background-color: #fff;
}
.vertical .title {
  background: #f0e1bd;
  color: #043222;
}
.vertical h1 {
  background: #2f7457;
  color: #f5f5f5;
}
.vertical input[type="text"] {
  border-color: #b9b9b9;
  background: rgba(255, 255, 255, 0.4);
  color: #000;
}
.vertical button:hover {
  background: #0396cf;
}

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

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

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

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

#ptsatteind {
  color: #fabd3e;
}

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

/* Menu */
.menu {
  background: #2f7457;
}
.menu ul,
.menu li,
.menu a,
.menu p {
  color: #fff;
}
.menu .highlight {
  background-color: #74a28e;
  color: #fff;
}
.menu li {
  border-bottom: solid 1px #74a28e;
}
.menu .noBorder {
  border-bottom: none;
}
.menu .close {
  color: #2f7457;
  background: #fff;
}

.badge-client {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  background-color: #FABD3E;
  color: #043222;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 18px;
}

.bubble--macarte .badges-client {
    margin-bottom: 32px;
}

.badge-client-big {
    padding: 8px 16px;
}

.menu .badge-client {
  margin-left: 6px;
}
.badges-client {
  margin-bottom: 10px;
}

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

.historique-points {
  color: #2f7457;
}

/* Donuts */
#donuts path:first-child {
  fill: #fabd3e;
}
#donuts path:nth-child(3) {
  fill: #cdcdcd;
}
#donuts path:nth-child(2),
#donuts path:nth-child(4) {
  fill: #fff;
}

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

/****************************
*        	Activation        *
*****************************/
.activation-etape {
  color: #2f7457;
}

.activation-etape1-text {
  color: #000;
}

.activation-etape3-text1 {
  color: #000;
}

.activation-etape3-text2 {
  color: #000;
}

.activation h1 {
  color: #2f7457;
  border-bottom: 2px solid #2f7457;
}
.activation input {
  color: #333;
  background: #fff;
  border: px solid #cacaca;
}
.activation .activation-puce-active {
  background-color: #fabd3e;
  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 #efefef;
}
.activation-compte p {
  color: #7a7a7a;
}

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

.footer p {
  color: #043222;
}

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

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

a.footer-bottom-link {
  color: #043222;
}

a.footer-bottom-link:focus,
a.footer-bottom-link:hover {
  color: #007da0;
}

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

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

.ms-container {
  width: 100%;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  background-color: #2f7457;
}

.ms-container .ms-selectable li.ms-hover span,
.ms-container .ms-selection li.ms-hover span {
  color: #ffffff !important;
}

/****************************
*                           *
*            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: 40px;
  }
}
#menuWrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: -100%;
  text-align: center;
  z-index: 1001;
  -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;
}

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

.logo-box {
  display: none;
}

.menuWrapper {
  position: relative;
}

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

.logo-activate {
  border-radius: 10px;
  box-shadow: 0px 6px 8px 0px #00000082;
  position: relative;
  z-index: 10;
}

.big-input ::placeholder {
  color: #000;
}

@media (min-width: 64em) {
  #menuWrap {
    left: 0;
    z-index: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  .logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logo-box img {
    border-radius: 10px;
    box-shadow: 0px 6px 8px 0px #00000082;
    position: fixed;
    z-index: 2;
  }

  .logo-box-mobile {
    display: none;
  }

  .menu {
    padding-top: 225px;
  }
}
/****************************
*                           *
*        Mon magasin        *
*                           *
*****************************/
/****************************
*                           *
*         Ma carte          *
*                           *
*****************************/
.maCarte .bubble,
.passbook .bubble,
.mesPoints .bubble
 {
  display: flex;
  flex-direction: column;
}
.maCarte .firstBlock,
.passbook .firstBlock,
.mesPoints .firstBlock
 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 5;
}
.maCarte .secondBlock,
.passbook .secondBlock,
.mesPoints .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;
  font-style: italic;
  margin: 35px 0px 20px 0px;
  word-break: break-word;
}

#monCompte {
  padding-bottom: 40px;
}

[id^="client_enfants_"] {
  display: flex;
  flex-wrap: wrap;
}
/* Formulaire d'ajout d'enfants : champs et boutons d'action sur une même ligne.
   Le rendu serveur (.enfant-field-form > .field) et le rendu JS (div sans
   classe wrappant le prototype + div wrappant le bouton delete) sont aplatis
   au même niveau via `display: contents` pour qu'un seul layout flex marche. */
.enfant-field {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.5rem 0.75rem;
  margin: 0 0 0.75rem 0;
  padding: 0;
  border: 0;

  input, select {
    margin-bottom: 0 !important;
  }
}

.enfant-field > div {
  display: contents;
}

.enfant-field > div > div {
  flex: 1 1 10rem;
  min-width: 8rem;
  margin: 0;
}

.enfant-field > div > div label {
  display: block;
  margin-bottom: 0.25rem;
}

.enfant-field > div > div input,
.enfant-field > div > div select {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

#enfants .btn_cancel,
#enfants .btn_add {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border-radius: 3px;
  margin: 0;
  line-height: 1;
}

#enfants .btn_add {
  background-color: #2f7457;
  margin-top: 0.5rem;
}

#enfants .btn_cancel {
  background-color: #fabd3e;
}

#enfants .btn_cancel span,
#enfants .btn_add span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#enfants .btn_cancel i,
#enfants .btn_add i {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
}

/****************************
*                           *
*        Historique         *
*                           *
*****************************/
.historique {
  flex: 1;
  margin-top: 1em;
  margin-bottom: 1em;
}

.historique-list {
  padding: 0px 0.5rem;
}

.historique-list li:nth-child(1) {
  color: #7b7774;
  background-color: unset;
}

.historique-list li {
  padding: 0.25rem 0;
}
.historique-list li div:nth-child(1) {
  flex: 25;
}
.historique-list li div:nth-child(2) {
  flex: 25;
}
.historique-list li div:nth-child(3) {
  flex: 25;
}
.historique-list li div:nth-child(4) {
  flex: 25;
}

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

.monCompte .submit {
  text-align: right;
}
.monCompte .cnilMessageInfoRecueillies {
  margin: 2rem 0em;
  font-size: 0.8rem;
}

.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;
}
.monProgramme__bloc .monProgramme__titre {
  font-size: 1.3em;
}
.monProgramme__bloc .bloc-icon {
  min-width: 80px;
}

/************************************************
*                                               *
*             	 VUE ACTIVATION                *
*                                               *
*************************************************/
.banniere-activation {
  background-size: auto 100%;
  background-position: bottom;
  height: 120px;
  position: relative;
  z-index: 1;
}

.activation .checked i {
  font-size: 1.05rem;
}
.activation h1 {
  padding-bottom: 14px;
  width: fit-content;
}
.activation button {
  padding: 18px 20px;
}

.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: 10px;
  padding-bottom: 50px;
  font-size: 1.2em;
}

.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: 40px 0px;
}

.activation-etape3-text1 {
  font-weight: bold;
  font-size: 1.2em;
}

@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;
  }
}
@media only screen and (max-width: 64em) {
  .activation-menu {
    background: none;
  }
}
.activationForm1 {
  margin: auto;
}

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

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

.activation h1 {
  text-align: center;
  font-size: 2.5em;
  width: 250px;
}

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

.imgTop {
  background: url("../images/home-bg-ATmMjDn.jpg") no-repeat;
  background-size: cover;
  background-position: 30%;
  border: none;
  height: 100%;
  padding-top: 3em;
  padding-bottom: 40px;
}

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

.moncompte .row {
  padding: 5px 0px 10px 0px;
}
.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;
}
.moncompte .activation a {
  flex-shrink: 0;
}
.moncompte .activation a span {
  padding-left: 25px;
}

.carte-activation {
  display: flex;
}
@media screen and (max-width: 620px) {
  .carte-activation {
    flex-direction: column;
  }
}
.carte-activation p {
  margin-top: 20px;
}

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

ul.liste-mentions-legales li {
  line-height: inherit;
  margin-left: 1rem;
  list-style: circle;
}

ul.liste-mentions-legales {
  margin-bottom: 1rem;
}

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

/* ACCESSIBILITE*/
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    z-index: 1000;
    text-decoration: none;
    font-weight: bold;
    transition: top 0.3s ease;
}

/* Lorsqu'on reçoit le focus, elle devient visible */
.skip-link:focus {
    top: 0;
}

/* Dual listbox (controller apothical-multiselect) — clic = transfert dans l'autre liste */
.dual-listbox {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
    width: 100%;
    margin-top: 0.25rem;
}

.dual-listbox__list {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 240px;
    overflow-y: auto;
    background: #fff;
    align-self: stretch;
}

.dual-listbox__separator {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 1.25rem;
}

.dual-listbox__item {
    padding: 0.35rem 0.6rem;
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.9rem;
}

.dual-listbox__item:last-child {
    border-bottom: none;
}

.dual-listbox__item:hover,
.dual-listbox__item:focus-visible {
    background: #c8d8eb;
    color: #1a3c5e;
    outline: none;
}

@media (max-width: 640px) {
    .dual-listbox {
        grid-template-columns: 1fr;
    }

    .dual-listbox__separator {
        transform: rotate(90deg);
    }
}

/* Suppression de compte */
.btn-suppression {
    background-color: #e8384f;
    color: #fff;
    border: 2px solid transparent;
}

.btn-suppression:hover,
.btn-suppression:focus,
.btn-suppression:active {
    background-color: #c0293d;
    color: #fff;
}

.btn-suppression i {
    color: #fff;
}

.btn-annuler {
    background-color: #fff;
    color: #2f7b5f;
    border: 1px solid #2f7b5f;
}

.btn-annuler:hover,
.btn-annuler:focus {
    background-color: #2f7b5f;
    color: #fff;
}

dialog[data-modal-target="dialog"] {
    border: 1px solid #E7DFC4;
    padding: 0;
    max-width: 560px;
    width: 90%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    overflow: visible;
}


dialog[data-modal-target="dialog"]::backdrop {
    background: rgba(0, 0, 0, 0.45);
}

.dialog-header {
    padding: 28px 36px 18px;
    border-bottom: 1px solid #EFE8D2;
    text-align: center;
}

.dialog-icon {
    font-size: 2.5rem;
    color: #2f7457;
    display: block;
    margin-bottom: 10px;
}

.dialog-header h2 {
    color: #2f7457;
    font-weight: 300;
    font-size: 34px;
    margin-bottom: 16px;
}

.dialog-header .separator {
    border-bottom: 2px solid #2f7457;
    width: 140px;
    margin: 16px auto 0;
}

.dialog-body {
    padding: 30px 36px;
    text-align: center;
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}

.dialog-body p + p {
    margin-top: 16px;
}

.dialog-footer {
    background-color: #F5EBC8;
    padding: 24px 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.dialog-footer .btn-annuler {
    min-width: 180px;
    height: 48px;
    padding: 0 20px;
}

.dialog-footer .btn-suppression {
    min-width: 220px;
    height: 48px;
    padding: 0 20px;
    border: none;
}
