@charset "UTF-8";

/******************************************************************
*                                                                 *
*             	              GLOBAL                              *
*                                                                 *
******************************************************************/
html {
    width: 100%;
    height: 100%;
    --normandie-pharma-green: #1EA133;
    --normandie-pharma-rose: #E72276;
    --normandie-pharma-green--pal: rgba(30, 161, 51, 0.2);
    --normandie-pharma-grey: #EDEDED;
    --normandie-pharma-yellow: rgba(221, 223, 75, 1);
    --normandie-pharma-grey2: #7A7A7A
}

body {
    background-color: var(--normandie-pharma-green);
    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;
    color: #000;
}
.container {
    background-color: #FFF;
}
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 .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;
    font-weight: bold;
}

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;
}
div.checked.noMargin, .noMargin {
    margin: 0;
}

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

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

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

.sous-titre {
    text-align: center;
    padding-top: 1rem;
    max-width: 28em;
    margin: auto;
    margin-bottom: 2rem;
}

/************************************************
*                                               *
*             	 Les bulles                     *
*                                               *
*************************************************/
.bubble {
    position: relative;
    padding: 20px 10px;
    margin-top: 30px;
    border-radius: 3px;
}
.bubble--map {
    padding: 0;
}
.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-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: 50px;
    line-height: 1.6;
}
.bubble-wrapper .bubble-container.historique .bubble {
    margin-bottom: 0;
}
.exclusivement-sur-para {
    color: var(--normandie-pharma-grey2);
    margin-bottom: 50px;
    margin-top: 1rem;
}

.bubble-wrapper .bubble-container button img {
    margin: auto;
}

.bubble-wrapper h3 {
    font-family: "Raleway-Bold";
    font-size: 1.1rem;
    line-height: 1.3;
    margin-top: 1em;
    margin-bottom: 20px;
}

.bubble-wrapper .bubble {
    width: 100%;
}

.bubble-wrapper .magasinTitle {
    font-family: "Raleway-Bold";
    font-size: 1.1rem;
}

@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 {
        flex: 2;
        text-align: center;
    }

    .bubble-wrapper button img {
        margin: auto;
    }
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: 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;
}


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

.vertical {
    padding: 30px;
}

.vertical h1 {
    margin: -30px;
    margin-bottom: 25px;
    padding: 30px 20px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    text-transform: capitalize;
    padding: 20px;
    text-align: center;
    text-transform: none;
}

#client_dateNaissance select {
    width: auto;
}

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

@media screen and (min-width: 23rem) {
    #client_situationFamiliale {
        width: 92%;
    }
}

.fieldsetWith {
    padding: 2em 0em;
    border-radius: 4px;
}
.fieldsetWith .row {
    margin: 0;
}

@media only screen and (min-width: 40em) {
    .fieldsetWith {
        padding: 2em 0em;
    }
}

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

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

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

#map {
    height: 300px;
    width: 100%;
}

.pl0 {
    padding-left: 0px;
}

@media screen and (max-width: 63.9375em) {
    #tarteaucitronRoot #tarteaucitronAlertBig button {
        display: block;
        margin: 10px auto;
    }
}

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

.mainColor {
    color: var(--normandie-pharma-green);
}

/****************************
*      	    Global          *
*****************************/
#monProgramme p {
    color: #7a7a7a;
}

h1, h2 {
    color: #000;
}

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

.form-icon {
    color: #01abe1;
}

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

.checked .asterisque {
    color: red;
}

.btn {
    font-family: 'Raleway-Bold';
    display: flex;
    height: 49px;
    padding: 18px 35px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--normandie-pharma-green);
    color: #FFF;
}
.btn-valider-modif,
.connexion .btn {
    background-color: var(--normandie-pharma-rose);
}

.btn:hover, .btn:focus, .btn:active {
    transition: all 150ms ease-in;
    background-color: #FFF;
    color: var(--normandie-pharma-green);
    border: 1px solid var(--normandie-pharma-green);
}

.bloc-icon {
    width: 80px;
    height: 80px;
    font-size: 30px;
    text-align: center;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.bloc-icon i {
    text-align: center;
}

.bubble {
    border: 1px solid #e5e2db;
    background-color: #fff;
    color: #000;
}

.bubble:after {
    border-color: #fff transparent;
}

.bubble:before {
    border-color: #e5e2db transparent;
}

.bubble .magasinTitle {
    color: #4b3041;
}

.bubble .site {
    color: #000;
    text-decoration: underline;
}

.bubble--white {
    background-color: #FFF;
}

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

.bubble--white:before {
    border-color: #e5e2db 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;
}

.condition {
    color: #000;
}

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

#ptsatteind {
    color: #87004D;
}

.fieldsetWith {
    background: #fff;
}

.blocBackground1 {
    background-color: var(--normandie-pharma-green--pal);
}

.blocBackground2 {
    background-color: var(--normandie-pharma-grey);
}

.black {
    color: black;
}

.color {
    color: #01abe1;
}

input[type="text"] {
    color: #000;
    border-color: #CFCFCF;
}

input[type="text"]::placeholder {
    color: #8c8b89;
    opacity: 1;
    /* Firefox */
}

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

/****************************
*      	    Login           *
*****************************/
.vertical {
    background-color: white;
    color: #000;
}

.vertical input[type="text"] {
    border-color: #b9b9b9;
    background: white;
    color: #000;
}

.vertical input[type="text"]::placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
}

.vertical h1 {
    background-color: var(--normandie-pharma-green);
    color: white;
}

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

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

/****************************
*        	  Home            *
*****************************/
nav+.open {
    background-color: var(--normandie-pharma-green);
    color: #fff;
    border: solid 1px #fff;
}
a.open:focus,
.menu a.close:focus {
    border: solid 1px #000;
    color: #000;
}

#mesInformations .ralewayBold label,
.offreUtilisee, #ptsatteind {
    color: var(--normandie-pharma-green);
}

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

.fa-arrow-circle-right:before {
    color: var(--normandie-pharma-green);
}

/* Menu */
.menu {
    background: var(--normandie-pharma-green);
}

.menu a {
    color: #FFF;
}
.menu a:not(.btn-deconnexion):hover,
.menu a:not(.btn-deconnexion):focus {
    text-decoration: underline;
}

.menu .highlight {
    background-color: #FFF;
    color: #000;
}

.menu li {
    border-bottom: solid 1px #FFF;
}

.menu li:last-child {
    border: none;
}

.menu .close {
    color: var(--normandie-pharma-green);
    background: #fff;
}

/* Donuts */
#donuts path:first-child {
    fill: var(--normandie-pharma-green);
}

#donuts path:nth-child(3) {
    fill: #ccc;
}

#donuts path:nth-child(2), #donuts path:nth-child(4) {
    fill: #FFF;
}

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

/****************************
*        	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: var(--normandie-pharma-green);
    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 {
    color: white;
    background-color: var(--normandie-pharma-green);
}
.footer a {
    color: white;
}
.footer a:hover,
.footer a:focus {
    text-decoration: underline;
    font-weight: bold;
}
.footer .footer-top {
    padding: 40px 0 40px 1em;
    border-bottom: 1px solid white;
    margin-bottom: 16px;
}

.footer .footer-bottom-link {
    text-decoration: underline;
}

.condition {
    font-size: 0.9em;
    text-align: center;
    width: 75%;
    margin: 10px auto;
}

.footer-top ul {
    display: flex;
    flex-direction: column;
    padding: 0 9px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}


@media only screen and (min-width: 40em) {
    .footer-top ul {
        flex-direction: row;
    }
    .footer-top ul li + li {
        margin-left: 10px;
        position: relative;
    }
    .footer-top ul li + li:before {
        content: "•";
        position: absolute;
        left: -12px;
    }
}

.footer-icon {
    background: var(--normandie-pharma-green);
    color: #fff;
}

a.footer-bottom-link, a.footer-bottom-link:focus, a.footer-bottom-link:hover {
    color: white;
}

.has-error {
    color: #f34141;
}

#prototypeEnfants .fa-times::before, #prototypeEnfants .fa-plus::before {
    color: white;
}

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

.text-right {
    display: flex;
    justify-content: end;
}

/************************************************
*                                               *
*                    VUE HOME                   *
*                                               *
*************************************************/
nav+.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;
}

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

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

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

.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: 2rem;
    }
}

#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 1rem 20px;
    font-style: italic;
}

#monCompte {
    padding-bottom: 40px;
}

/****************************
*                           *
*        Historique         *
*                           *
*****************************/
.historique {
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%;
}

.historique-list ul {
    display: flex;
    padding: 20.8px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

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

@media (min-width: 40em) {
    .historique-list li {
        flex-direction: row;
    }
    .historique-list li div:nth-child(1) {
        flex: 50;
    }

    .historique-list li div:nth-child(2) {
        flex: 20;
    }

    .historique-list li div:nth-child(3) {
        flex: 30;
    }
    .historique-points {
        padding-right: 3em;
    }
}

.historique-list li:nth-child(odd) {
    background: var(--normandie-pharma-yellow);
}

.historique-points-color {
    color: var(--normandie-pharma-green);
}

.separator {
    border-bottom: solid var(--normandie-pharma-green) 2px;
    width: 11rem;
    margin: auto;
}

#monCompte {
    padding-bottom: 50px;
}

#monCompte .submit {
    display: flex;
    justify-content: flex-end;
    margin-right: 2rem;
}

#monCompte .cnilMessageInfoRecueillies {
    margin: 2rem 0em;
    font-size: 0.8rem;
}

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

[id^='client_enfants_'] {
    display: flex;
    flex-wrap: wrap;
}

[id^='client_enfants_'] div {
    margin-right: 0.5rem;
}

[id^='client_enfants_'] div .btn_add {
    padding: unset;
    background-color: var(--normandie-pharma-green);
}

[id^='client_enfants_'] div .delete span, [id^='client_enfants_'] div .btn_add span {
    display: inline-block;
    height: 2.4375rem;
    width: 2.4375rem;
    line-height: 2.4375rem;
    text-align: center;
}

[id^='client_enfants_'] div.delete-btn, [id^='client_enfants_'] div.add-btn {
    display: flex;
    align-items: center;
    padding-top: 0.6rem;
}

#prototypeEnfants div {
    margin-right: 0.5rem;
}

#prototypeEnfants div .btn_add {
    padding: unset;
    background-color: var(--normandie-pharma-green);
}

#prototypeEnfants div .btn_cancel {
    padding: unset;
    background-color: #4b3041;
}

#prototypeEnfants div .delete span, #prototypeEnfants div .btn_add span {
    display: inline-block;
    height: 2.4375rem;
    width: 2.4375rem;
    line-height: 2.4375rem;
    text-align: center;
}

#prototypeEnfants div.delete-btn, #prototypeEnfants div.add-btn {
    display: flex;
    align-items: center;
}

/****************************
*                           *
*        Mon programme      *
*                           *
*****************************/
.monProgramme__bloc {
    font-size: 0.9em;
    line-height: 1.5;
    min-height: 110px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#monProgramme .monProgramme__bloc p {
    color: var(--normandie-pharma-green);
    font-family: Raleway;
    font-size: 16.4px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.57px; /* 149.817% */
    margin-bottom: 0;
    padding-left: 1rem;
}

.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: #FFF;
    height: 120px;
    width: 100%;
}

.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: 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: 40px 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 {
        background-size: auto 100%;
        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-carte-bandeau {
    height: 130px;
}

.activation-menu {
    background: url("../images/white-zgCE2_5.jpg") repeat-x;
    position: absolute;
    top: 0px;
    left: 0;
    padding-bottom: 0;
    margin-bottom: -9999px;
    overflow: hidden;
}

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

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

.imgTop {
    border: none;
    height: 100%;
    padding-bottom: 40px;
}
.legendFormLogin {
    color: #090909;
    font-family: Raleway;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.39px; /* 119.931% */
}

@media only screen and (min-width: 64em) {
    .imgTop {
        background: url("../images/home-bg-84s8dzO.jpeg") #b8b8b8;
        display: flex;
        padding: 73.5px 42px;
        justify-content: flex-end;
        align-items: center;
        gap: 142px;
        align-self: stretch;
        background-size: 1200px;
        background-repeat: no-repeat;
    }

    .login-block {
        display: flex;
        max-width: 650px;
        flex-direction: column;
        align-items: normal;
        flex: 1 0 0;
    }

    .logo-login {
        margin-top: 5rem;
    }
}

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

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

/*# sourceMappingURL=styles.css.map */
.bubble-wrapper h3.maPharmacie {
    color: #000;
    text-align: center;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 55px;
}

.green {
    color: var(--normandie-pharma-green);
}
.grey {
    color: var(--normandie-pharma-grey2);
}


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