

html {
    height:100%;
    position:relative;
}

body {
    margin:0;
    padding:0;
    font-family:tahoma, sans-serif;
    overflow-x:hidden;
    height:100%;
    color:#787878;
    font-size:16px;
    position:relative;
    background-color: rgb(244, 243, 244);
}

@font-face {

    font-family: 'Arimo-Regular';
    src: url('/commun/modeles/utilisateur/Arimo-Regular.ttf') format('truetype');
}

@font-face {

    font-family: 'Font-Awesome';
    src: url('/commun/css/fontawesome-5.0.8/web-fonts-with-css/webfonts/fa-regular-400.ttf') format('truetype');
}

@font-face {

    font-family: 'Montserrat';
    src: url('/commun/fonts/montserrat/Montserrat-Light.ttf') format('truetype');
}

.clear {
    clear:both;
}


img {
    max-width:100%;
    display:block;
    margin:10px auto;
}

section {
    overflow-x:hidden;
    position:absolute;
    top:0;
    left:0;
    width:100%;
}

section:not(#menu) {
    background: rgb(245, 245, 245);
    min-height:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    display:none;
}

p, h2, span, strong, div, label {
    font-family: 'Montserrat' !important;
}

#section_avis, #section_carte, #section_promos, #section_infossection_compte {
    padding-top: 50px;
}

.contenu a {
    color:#787878;
}

.contenu .bleu a {
    color:#1a6372;
}


h2 {
    margin:0px;
    font-size:12px;
    text-transform:uppercase;
    color: #484848;
    padding:5px 10px;
    position:relative;
    font-family:'exoBold', sans-serif;
}

.percent-value {

    color: rgb(231, 95, 64);
    font-size: 2.7em;
    text-align: center; 
    margin: 0px;
    font-family: 'Arimo-Regular' !important; 
}
.percent-value.plus-petit-texte {
    font-size: 1em;
}

.percent-value span {

    display:block;
    text-align: center;
    font-family 'Roboto';
}

h3 {
    margin:15px 0 10px;
    font-size:15px;
    text-transform:uppercase;
    font-weight:bold;
}

h3.petit {
    margin:0 0 5px 0 !important;
}

strong {
    font-weight:bold;
}

a.ancre {
    position:relative;
    top:-60px;
}

.bloc_bouton,
.num_commande_qr_code {
    text-align:center;
}

.cadre_bouton_install {
    display:block;
    width: 80%;
    margin: auto;
}

.cadre_bouton_install a {
    padding: 10px 30px;
}

.condition-text {
    font-size: 0.6em;
    display:block;
    text-align:center !important;
    margin: 10px auto;
    color: #fff;
}

.texte-remise {
    font-size: 1em;
    display:block;
    text-align:center !important;
    margin: auto;
    color: #fff;
    font-family: 'Arimo-Regular' !important;
}

.texte-simple {

    font-size: 1em;
    display:block;
    text-align:center !important;
    margin: 0px auto 30px auto;
    color: #fff;
    font-family: 'Arimo-Regular' !important;
}

.logo-img {

    position: fixed;
    bottom: 0;
}

.logo-img img {

    width: 25%;
}

#section_modif_compte {

    z-index: 10;
}

.img-responsive {
    width: 100%;
}

.mes_commandes {
    padding: 0px 20px;
    overflow: scroll;
}

.list_produit_commande {
    margin: 10px;
}
.num_commande_qr_code canvas{
    height: 100px;
}

.list_produit_commande .libelle {
    font-size: 12px;
}

.mes_commandes .liste_produits_commandes {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: solid 1px #cecece;
    padding-top: 10px;
}   

.mes_commandes .statut_commande.en_cours,
.list_produit_commande .montant {
    color: #231f20;
}

.mes_commandes .statut_commande.livre {
    color: #1a6372;
}

.mes_commandes .date_commande_container,
.mes_commandes .num_commande_container,
.mes_commandes .statut_commande {

    display: block;
}
.mes_commandes .num_commande_container .num_commande {
    font-weight: bold;
}
.mes_commandes .montant_commande {
    position: absolute;
    right: 0;
    top: 10px;
}

#informations_client_consult p {
    margin: 0;
}

.btn_edit {
    margin-top: 10px;
}

.bouton {
    display:inline-block;
    padding:5px 15px;
    color:#fff !important;
    text-decoration:none;
    position:relative;
    transition: 0.3s;
    overflow:hidden;
    margin:10px auto;
    cursor: pointer;
    background-color:#231f20;
    border-radius: 100px;
    font-size: 12px;
    text-align:center;
}
.bouton.gris {
    background-color:#484848;
}
.bouton.btn_voir:before {
    background-position:left -341px;
}
.bouton.btn_edit:before {
    background-position:left -367px;
}
.bouton.btn_envoyer:before {
    background-position:left -316px;
}
.bouton.btn_pdf:before {
    background-position:left -393px;
}
.bouton.btn_telephoner:before {
    background-position:left -238px;
}
.bouton.btn_mail:before {
    background-position:left -628px;
}
.bouton.btn_sms:before {
    background-position:left -652px;
}
.bouton.btn_valider:before {
    background-position:left -678px;
}
.bouton.btn_annuler:before {
    background-position:left -602px;
}
.bouton.deconnexion:before {
    background-position:left -705px;
}
.bouton.btn_install:before {
    background-position:left -726px;
}
.bouton.btn_itineraire:before {
    background-position:left -211px;
}
.bouton.section_panier_validation:before {
    background-position:left -770px;
}

.btn_validation_panier {
    background-color:#4caf50;
}
.btn_validation_panier:before {
    background-position:left -472px;
}
#validation_panier .btn_validation_panier:before {
    float: left;
}

.btn_supprimer {
    background-color:#b82b00;
}
.btn_supprimer:before {
    background-position:0 -601px;
}

#validation_panier a {
    display:inline-block;
}

#validation_panier .btn_supprimer {
    margin-right: 10px;
}

.bloc_btn_validation_panier {
    text-align: center;
}

.bloc_btn_validation_panier {
    margin: auto;
}

.bouton.btn_telephoner {
    margin-top:0;
}

.bouton.btn_sans_picto {
    padding: 5px 15px;
}
.bouton.btn_sans_picto:before,
.bouton.btn_sans_picto:after {
    display:none;
}
.bouton:hover {
    opacity:0.9;
    transition: 0.3s;
}
.bouton:hover:after {
    width:60px;
}
.bouton:hover:before {
    right: 0;
}
section#menu {
    width:100%;
    height:100%;
    padding-bottom:40px;
    position:fixed;
    top:0;
    overflow:hidden;
    z-index:999;
}

.logo_commercant {
    margin: auto;
    width: 35%;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;

}

.logo_commercant:not(.version_texte) {
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px;
}

.notifications ul li .bloc_notification .image_commerce.logo_commercant {

    padding: 5px;
}

.logo_commercant.version_texte {

    display: flex;
}

.logo_commercant.version_texte p {
    margin:auto;
    text-align:center;
    text-transform:uppercase;
    color:#231f20;
    top: 47%;
    right: 0;
    left: 0;
    
}

#liens_franchise a {
    display: block;
    padding: 10px;
    color: white;
    background-color: #1a6372;
    text-transform: none;
}

#menu nav {
    display:block;
    position:relative;
    height:100%;
    overflow:hidden;
    background: white;
}

section#menu nav > * {
    display:inline-block;
    height:25%;
    text-decoration:none;
    color:#fff;
    width:50%;
    vertical-align:top;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
    overflow:hidden;
    text-align:center;
    text-transform:uppercase;
    transition-duration:0.6s;
}

section#menu nav > * p.libelle {
    display:block;
    bottom:8px;
    font-size:11px;
    color: #000;
    font-weight: bold;
}

section#menu nav > * p.libelle:after {
    content: '';
    display:block;
    width: 25px;
    margin: auto;
    margin-top: 5px;
    border-bottom:solid 1px #000;
}

section#menu nav > * p.libelle_grand {
    font-size:18px;
    display:block;
    position:absolute;
    top:30%;
    width:92%;
    margin:0 4%;
    line-height:22px;
}

section#menu nav > * p.libelle_grand span:first-of-type,
section#menu nav > #menu_points_forts p.libelle_grand span:last-of-type {
    font-size:18px;
}
section#menu nav > * p.libelle_grand span:last-of-type,
section#menu nav > #menu_points_forts p.libelle_grand span:first-of-type {
    font-size:22px;
}
section#menu nav > a {
    float:left;
}

nav > #menu_promo.picto_actualites:after {
    background-image: url('https://static.appsnet.fr/commun/img/sprite-utilisateurs-new.png');
    background-position: center -490px;
}
nav > .section_panier:after {
    background-image: url('https://static.appsnet.fr/commun/img/sprite-utilisateurs-new.png');
    background-position: center -420px !important;
}

section#menu nav #logo_qr {
    height:35%;
    width:33.33%;
    position:absolute;
    top:0;
    left:0;
    overflow:hidden;
    z-index:1;
    background:#fff;
    opacity:0.9;
}

#logo_qr > div {
    width:100%;
    height:100%;
    cursor:pointer;
    position:relative;
    background-color:#fff;
}

#logo_qr #logo #logo_commercant:not(.version_texte) {
    background-position: center;
    background-size: 100% auto;
    background-repeat:no-repeat;
    background-color:#fff;
}

#logo_qr #logo #logo_commercant:not(.version_texte) img {
    max-width:80%;
    margin:30px auto 0 auto;
}

#logo_qr #logo #logo_commercant {
    height:100%;
}

#logo_qr #logo {
    overflow:hidden;
}
#logo_qr #logo #logo_commercant.version_texte {
    color:#231f20;
}

#logo_qr #logo #logo_commercant.version_texte p {
    margin:0;
    position:absolute;
    top:50%;
    margin-top:-15px;
    left:0;
    text-align:center;
    width:100%;
}

#logo_commercant.version_texte {
    width: 40%;
    height: 40%;
    background-color: #fff;
    margin: auto;
    padding: 10px;
}

#logo_qr #logo span {
    background-image: url('https://static.appsnet.fr/commun/img/qr-code-mini.png');
    background-position: center;
    background-repeat:no-repeat;
    display:block;
    height:23px;
    padding:3px 0;
    position:absolute;
    bottom:0;
    width:100%;
    left:0;
}
#logo_qr #qr_code_petit {
    margin:10px 5%;
    width:90%;
}

#logo_qr #qr_code_petit canvas {
    max-width:100%;
    max-height:72%;
    width:auto;
}

#qr_code_partage p {
    margin:20px 0;
    font-size:12px;
    color:#484848;
}

section#menu nav #photos {
    width:100%;
    height:35%;
}

section#menu nav #menu_fidelite {
    height:19%;
    width:50%;
    background-position: center 5px;
    background-size: auto 65%;
    background-repeat:no-repeat;
    background-color:#1a6372;
}
section#menu nav #menu_fidelite.sans_picto {
    background-image: none;
}

section#menu nav #menu_infos {
    width:50%;
    height:19%;
    background-color:#231f20;
}


section#menu nav #menu_promo {
    height:19%;
    width:50%;
    background-color: rgb(245, 245, 245) !important;
    padding: 15px 0px 15px 0px;
}

section#menu nav .menu-nav {
    height: 19%;
}

#contact {
    height:17%;
    width:50%;
    background-color: rgb(245, 245, 245) !important;
    padding: 15px 0px 15px 0px;
}
section#menu nav #contact {
    width:50%;
    height:19%;
    background-color: rgb(245, 245, 245) !important;
}

section#menu nav #menu_avis {
    height:20%;
    width:50%;
    background-color:#231f20;
}
section#menu nav #menu_points_forts {
    width:50%;
    height:20%;
}

#menu_points_forts {
    background-color: rgb(245, 245, 245) !important;
}

.calque {
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color: rgb(245, 245, 245) !important;
    text-align:center;
    display:none;
    z-index:2;
    color: #FFF;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    overflow-y:scroll;
}


.bg-qr-code {

    background-color:#1a6372;
    padding: 15px 0px;
}

.calque.blanc {
    background-color:rgb(38, 42, 58) !important;
    color: #000;
}
.calque .bandeau {
    margin-left: 0px;
    padding: 10px;
    background-color:#484848;
    color: #FFF;
}
.calque a,
.calque a:hover
{
    color: #FFF;
}

.calque dt {
    color: #FFF;
}
.calque li {
    text-align: left;
}
.calque p {
    padding-left: 5px;
    padding-right: 5px;
    text-align : left;
    margin-left: 10px;
}
.calque dl {
    text-align : left;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.calque dt {
    font-weight: bold;
}
.calque dd {
    margin-left: 0px;
}

.calque .bloc_bouton
 {
    font-size: 14px;
    line-height: 16px;
}

.calque#calque_section_contact .bloc_bouton {
    display:inline-block;
}


.welcome-message {

    color: rgb(231, 95, 64);
}

.bouton_partage {
    display:inline-block;
}

.calque .retour {
    // cursor:pointer;
    // display:block;
    // background-image:url(https://static.appsnet.fr/commun/img/sprite-btn-utilisateur.png);
    // background-repeat:no-repeat;
    // background-position:0 -1280px;
    // background-size:40px auto;
    // height:40px;
    // width:40px;
    // top:5px;
    // right:5px;
    // position:fixed;
    // background-color:#fff;
    // -moz-border-radius:2px;
    // -webkit-border-radius:2px;
    // border-radius:2px;
    // -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    // -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    // box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    //opacity:0.7;

    background: none;
    width: auto;
    height: auto;
    color: #000;
    text-decoration: none;
    top: 10px;
    left: 10px;
    font-size: 1.5rem;
    position: absolute;
}

.calque .retour:before {

    content: '\f137';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.calque .fleche_haut {
    display:block;
    background-image:url(https://static.appsnet.fr/commun/img/sprite-btn-utilisateur.png);
    background-repeat:no-repeat;
    background-position:0 -1120px;
    background-size:40px auto;
    height:40px;
    width:40px;
    top:5px;
    right:5px;
    position:absolute;
    animation-name: rotation;
    animation-duration: 4s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);

    }
    to {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.bouton_partage {
    //background-image: url('https://static.appsnet.fr/commun/img/set-64.png') !important;
    background-size:64px auto !important;
    cursor:pointer;
    margin-top:15px;
}
.pw-button-facebook {
    background-position: 0 0 !important;
    background-size:64px auto !important;
}
.pw-button-twitter {
    background-position: 0 -64px !important;
    background-size:64px auto !important;
}
// .pw-button-googleplus {
//     background-position: 0 -128px !important;
//     background-size:64px auto !important;
// }
.pw-widget .button-email {
    background-position: 0 -192px !important;
    background-size:64px auto !important;
}

.pw-widget .qr_code_appli_blanc {
    //margin-top:20px;
}

#calque_section_partage .nom_commercant {
    color:#fff;
    margin-bottom:5px;
}

#calque_section_partage ul li {

    display: inline-block;
}

#calque_section_partage ul {

    padding: 0px;
}

iframe {
    width:100% !important;
    left:0 !important;
}

.petit_bouton.si_pas_app img {

    margin: auto;
}

h2.titre_carte:after {

    content: '';
    display: block;
    width: 80px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin: auto;
    margin-top: 5px;
}

.petit_bouton.si_app.ouvre_calque.section_appsnet_native img{

    margin: auto;   
}

section#menu nav #lien_appsnet img,
section#menu nav #lien_appsnet_pro img
{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
section#menu .version_texte_sans_br p {
    margin-top: 6px;
    float: right;
}


.section_carte span {
    display:inline-block;
    width:22px;
    height:22px;
    //border:1px solid #fff;
    color:#bfbfbf;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    margin:4px 4%;
    position:relative;
}
.section_carte span:nth-child(1) {
    margin-top:10px;
}
.section_carte span:last-of-type {
    width:44px;
    padding: 0 4%;
}
.section_carte span.checked:after {
    content:'\E5CA';
    display:block;
    width:32px;
    height:32px;
    position:absolute;
    font-family: 'Material Icons';
    font-size: 50px;
}

#section_carte .section_carte, #calque_section_carte .section_carte {
    padding:10px 0;
    margin:10px 0;
}
#calque_section_carte .section_carte {
    padding:0;
}
#section_carte .section_carte span, #calque_section_carte .section_carte span {
    width:34px;
    height:34px;
    line-height:36px;
    margin:8px 4%;
    border-radius: 50%;
    border: solid 1px #000;
}
#section_carte .section_carte span:last-of-type, #calque_section_carte .section_carte span:last-of-type {
    width:auto;
    border-radius: 5px;
}
#section_carte .section_carte span.checked:after, #calque_section_carte .section_carte span.checked:after {
    width:38px;
    height:38px;
    top: -6px;
    left: -1px;
    color: #231f20;
}

#section_carte .section_carte span.checked, #calque_section_carte .section_carte span.checked {
    color: #1a637200;
}

#section_carte .section_carte span.checked:after, #calque_section_carte .section_carte span.checked {
    background-color: #1a6372B3;
}

.section_carte.carte_premium,
.section_carte.carte_premium + .message_fidelite{
    display:none;
}
#tableau_horaires, .template_tableau {
    width:100%;
    border-top:1px solid #787878;
    border-bottom:1px solid #787878;
    border-collapse:collapse;
}

#tableau_horaires tr td, .template_tableau tr td {
    border-bottom:1px solid #9d9d9d;
    text-align:center;
}

#tableau_horaires tr td span.inner-cell {

    color:#f4f4f4;
    background-color:#1a6372;
    padding: 4px;
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 3px;
}

#tableau_horaires tr td:first-child span, .template_tableau tr th {
    background-color:transparent;
    color:#f9f9f9;
}

#tableau_horaires tr td.ferme span{
    background-color:transparent;
}

#bloc_contact p, #geoloc p, #bloc_contact p a {
    text-align:center;
    color:#484848;
    text-decoration:none;
}

#bloc_contact .bouton, #geoloc .bouton {
    margin-top: 0;
}

.calque #tableau_horaires {
    margin: 10px 10px;
    width:calc(100% - 20px);
    font-size:11px;
}

.calque #tableau_horaires tr td:first-child,
.calque #tableau_horaires tr td.ferme {
    color: #fff;
}

.calque #tableau_horaires tr td {
    color:#f4f4f4;
}

/* CALQUE SECTION PANIER */

#calque_section_panier {
    z-index: 1000;
    text-align: initial;
    overflow: scroll;
}

#calque_section_panier #arbo_panier {
    background-color: #1a6372;
    color: #fff;
    padding: 15px;
    max-width:300px;
    margin:0 auto 100px auto;
}

#calque_section_panier #arbo_panier .arbo_sous_page {
    padding-left: 20px;
}
#calque_section_panier #arbo_panier > .arbo_sous_page {
    padding-left: 0;
}

#calque_section_panier #arbo_panier h2 {
    background-color: transparent;
    color: #fff;
    font-weight: bold;
    margin: 0 0px 2px;
    padding: 10px 0 0 0;
}


#calque_section_panier #arbo_panier > div > h2:first-child {
    border-top:0px dotted #fff;
    margin-top:0;
}

#calque_section_panier #arbo_panier .arbo_description {
    display: table-cell;
    font-size: 11px;
    padding-bottom:10px;
    border-bottom:1px solid rgba(255,255,255,0.2);
}

#calque_section_panier #arbo_panier .arbo_description p {
    margin:2px 0;
}

.arbo_button {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 5%;
    border-bottom:1px solid rgba(255,255,255,0.2);
}

.arbo_button button {
    border:0;
    background-color:#fff;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    padding: 3px 5px;
    text-transform: uppercase;
    cursor:pointer;
    margin-bottom:10px;
}
.arbo_button button:hover {
    opacity:0.9;
}

#calque_section_panier_validation {
    z-index: 1001;
    overflow:scroll;
    background-color:rgba(0,0,0,0.87);
}


#calque_section_panier_validation #validation_panier {
    margin-bottom:20px;
}

#calque_section_panier_validation h3 {
    background-color:#1a6372;
    margin-bottom:20px;
    padding:10px;
    color:#fff;
}

#calque_section_panier_validation .liste_produit {
    text-align:left;
    margin-bottom:30px;
    padding-bottom:20px;
}

#calque_section_panier_validation .liste_produit .ligne_produit {
    max-width:400px;
    width:96%;
    margin:0 auto 1px;
    padding:5px 10px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

#calque_section_panier_validation .liste_produit .ligne_produit:nth-of-type(2) {
    border-radius:4px 4px 0 0;
}
#calque_section_panier_validation .liste_produit .ligne_produit:last-of-type {
    border-radius:0 0 4px 4px;
}

#calque_section_panier_validation .liste_produit label {
    width:calc(100% - 100px);
    display:inline-block;
    vertical-align:middle;
}

.ui-timepicker-wrapper {
    border:0;
    width:96%;
    max-width:300px;
}

.ui-datepicker .ui-datepicker-title {
    font-weight:normal;
}

.ui-datepicker .ui-state-default:not(input), .ui-datepicker .ui-widget-content .ui-state-default:not(input),
.ui-datepicker .ui-widget-header .ui-state-default:not(input) {
    color:#1a6372;
}
.ui-datepicker .ui-state-active, .ui-datepicker .ui-widget-content .ui-state-active, .ui-datepicker .ui-widget-header .ui-state-active {
    background-color:#1a6372;
}

.ui-datepicker .ui-widget-header {
    background-color:#484848;
}

.ui-datepicker table {
    font-size:11px;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background-color:#1a6372;
}

.xdsoft_datetimepicker  .xdsoft_calendar td:hover,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div:hover,
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    background-color:#484848 !important;
}

#calque_section_panier_validation input[type='text'],
#calque_section_panier_validation input[type='number'],
#calque_section_panier_validation input[type='email'],
#calque_section_panier_validation input[type='password'],
#calque_section_panier_validation input[type='date'],
#calque_section_panier_validation select,
#calque_section_panier_validation textarea {
    width:96%;
    display:block;
    margin-left:auto;
    margin-right:auto;
    max-width:300px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

#calque_section_panier_validation textarea {
    max-width:500px;
}

#calque_section_panier_validation select {
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    box-shadow: 0 0 0 #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin:10px auto;
    padding: 7px 3px;
    text-align: center;
}

#calque_section_panier_validation input[type='number'] {
    width:70px;
    display:inline-block;
    margin-left:20px;
}

#bandeau_panier {
    position: fixed;
    width: 100%;
    bottom: 0px;
    cursor: pointer;
    padding:10px;
    left:0;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    background-color: rgba(255,255,255,0.9);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

#bandeau_panier a {
    display:block;
    text-decoration: none;
    margin:0 auto;
    padding:20px 10px;
}

#bandeau_panier a {
    padding:20px 40px 20px 10px;
}

#bandeau_panier p {
    margin: 0px;
}

#bandeau_panier label {
    margin-left: 10px;
}

#les_avis > div {
    padding-bottom: 10px;
    border-bottom: 1px solid #bfbfbf;
    width: 80%;
    display: block;
    margin: auto;
}

#les_avis > div p {
    margin: 10px 0 0 0;
}

#les_avis > div p span {
    font-size:12px;
    color:#787878;
}

form textarea {
    width:94%;
    padding:5px 4%;
    height:60px;
    border:1px solid #bfbfbf;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    resize:none;
}

.note {
    margin:10px 0;
}

#les_avis .note {
    margin:3px 0;
}

#les_avis .note:last-of-type {
    margin:3px 0 10px 0;
}

.note label {
    display:inline-block;
    vertical-align:middle;
    width:55%;
    text-align:center;
}

.note .br-widget {
    height: 20px;
    display:inline-block;
    vertical-align:middle;
}

#les_avis .note .br-widget {
    height:8px;
}

.note .br-widget a, #les_avis .note .br-widget > a {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    background-color: #bfbfbf;
    margin: 0 2px 0 0;
    text-align: center;
}

#les_avis .note .br-widget > a {
    height:10px;
    cursor:default;
}

.note .br-widget a.br-active,
.note .br-widget a.br-selected,
#les_avis .note .br-widget > a.br-selected
{
    background-color: #1a6372;
}

.note .br-widget .br-current-rating {
    font-size: 20px;
    line-height: 2;
    float: left;
    padding: 0 20px 0 20px;
    color: #646464;
}

.ui-progressbar {
    width:calc(100% - 60px);
    height:15px;
    border:none !important;
    background:#bfbfbf;
    display:inline-block;
    vertical-align:middle;
    margin-bottom:10px;
}
.ui-progressbar + span {
    display:inline-block;
    vertical-align:middle;
    width:54px;
    text-align:center;
    font-weight:bold;
    font-size:14px;
    color: #bfbfbf;
    margin-bottom:10px;
}
.ui-progressbar + span strong {
    color: #1a6372;
    font-size:18px;
}

.informations_utilisateur {
    text-align: center;
    margin-bottom: 15px;
}

.informations_utilisateur p{
    margin: 0px;
    font-size: 14px;
}

.ui-progressbar-value {
    background:#1a6372;
    border:none !important;
    margin:0 !important;
}

#section_infos {
    padding-bottom: 75px !important;
}

#section_avis .bloc_bouton {
    border-bottom: 1px solid #bfbfbf;
    width: 80%;
    display:block;
    margin: auto;

}
#note_moyenne label {
    display:block;
}

#section_avis .bloc_bouton .bouton:first-of-type {
    margin-bottom: 20px;
    margin-top: 20px;
}

#deposer_avis p {
    display:none;
}

.bx-wrapper {
    margin-bottom: 0px !important;
}

.bx-wrapper .bx-viewport {
    border:0;
    left:0;
    -moz-box-shadow: 0 0 0 #fff !important;
    -webkit-box-shadow: 0 0 0 #fff !important;
    box-shadow: 0 0 0 #fff !important;
    background-color:transparent !important;
}

.bxslider {
    margin:0;
    padding: 0px;
    height: 100%;
}
.code_client {
    text-align: center !important;
    color: #000;
    font-size: 12px;
}

.bxslider img {
    margin:0;
    height:auto !important;
    width: 100% !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background:#bfbfbf;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #1a6372;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom:0px;
    position:relative;
}

.bx-wrapper .bx-pager {
    padding-top: 0;
}
#logo {
    position:relative;
    color: #000;
    height: 100%;
    display: flex;
}
#logo p {
    font-weight: 900;
}

#slogan p:nth-of-type(1) {
    font-size:12px;
}
#slogan p:nth-of-type(2) {
    font-size:20px;
}
#slogan p:nth-of-type(3) {
    font-size:15px;
}

.qr_code, .qr_code_appli, .qr_code_appli_blanc {
    width:130px;
    height:130px;
    margin:0 auto;
    padding: 20px;
}
.qr_code canvas, .qr_code_appli canvas, .qr_code_appli_blanc canvas {
    width:100%;
    margin:0 auto;
}

#section_carte .nom_utilisateur, #calque_section_carte .nom_utilisateur {
    text-transform:uppercase;
    text-align:center;
    display: block;
    font-weight:bold;
    font-size:16px;
}
#calque_section_carte .nom_utilisateur {
    color: #1a6372;
    margin-top: 5px;
    margin-bottom: 5px;
}
.texte_compte_commande {
    text-align: center;
    font-size: 12px;
    padding: 0 30px;
    text-transform: none !important;
    margin-top: 0;
}

.separator {
    display: block;
    width: 80%;
    border-bottom: solid 1px #cecece;
    margin: auto;
}

.separator.full {
    width: 90%;
}

#section_compte span {
    text-align:center;
}

.titre_compte {
    display: block;
    text-align: center;
}

.titre_compte:after {
    content: '';
    display: block;
    width: 80px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin: auto;
    margin-top: 5px;
}

#section_compte .nom_utilisateur, #section_modif_compte .nom_utilisateur, #section_mes_commande .nom_utilisateur,
#section_wallet .nom_utilisateur {
    color: #1a6372;
    text-align: center;
    display: block;
    text-transform: uppercase;
}
#calque_section_carte .message_fidelite {
    color:#000;
    margin:0;
    font-size:11px;
    border: solid 1px #231f20;
    width: 80%;
    margin: 15px auto;
    padding: 10px;
    position: relative;
}

#calque_section_contact, #calque_section_partage, #calque_section_appsnet_native {
    padding-top: 50px;
    background-color: rgba(0, 0, 0, 0.87) !important;
}

#calque_section_contact, #calque_section_partage h2, #calque_section_appsnet_native h2,
#calque_section_contact .retour:before, #calque_section_partage .retour:before, #calque_section_appsnet_native .retour:before {
    color: #fff !important;
}

#calque_section_carte .qr_code, #section_compte .qr_code {
    height:130px;
    width:130px;
    background-color:#fff;
    padding:20px;
}

.carte_fidelite_etoile {
   margin-top: 10px !important;
   margin-bottom: 5px !important;
}

#details_carte span:nth-last-child(2) {
    border: solid 1px #231f20;
}

#section_compte p, #section_carte, #calque_section_carte,
#section_promos > div {
    text-align:center;
}

.bouton.bouton-middle {
    width: 110px;
}

.code_client_compte {

    margin-bottom: 0px;
    margin-top: 10px;
}

#informations_client_modif {

    padding: 15px 20px 0 20px;
}
    
#section_compte #informations_client_modif {
    display:none;
}
#section_promos > div:last-of-type  {
    border-bottom:0px dotted #fff;
}

#section_promos > div .bouton {
    margin-top:0;
    margin-bottom:20px;
}

#section_promos > div p:first-of-type {
    font-weight:bold;
    margin-bottom:5px;
}

#section_promos > div p:last-of-type {
    margin-top:5px;
}

/****************************/
/***** SECTION BOUTIQUE *****/
/****************************/

    /*
    #section_boutique > div {
        border-bottom:1px dotted #fff;
        text-align:center;
    }
    #section_boutique > div:last-of-type  {
        border-bottom:0px dotted #fff;
    }

    #section_boutique > div .bouton {
        margin-top:0;
        margin-bottom:20px;
    }

    #section_boutique > div p:first-of-type {
        //font-family:'exoBold', sans-serif;
        font-weight:bold;
        margin-bottom:5px;
    }

    #section_boutique > div p:last-of-type {
        margin-top:5px;
    }
    */

/****************************/
/***** SECTION BOUTIQUE *****/
/****************************/


.un_passage p:nth-child(1) {
    font-weight:bold;
    margin-bottom:0;
    text-transform:none !important;
}
.un_passage p:nth-child(2) {
    margin-top:0;
}
.contenu_slide div:not(.calque) {
    position:relative;
}

.contenu_slide h2 {
    cursor:pointer;
}

.contenu_slide h2 {
    padding: 20px 20px 0 20px;
}

.contenu_slide .enroule h2 {
    text-transform:uppercase;
    position:relative;
    font-weight:bold;
    
}

.contenu_slide h2.background-title-opened  {
    background-color: #1a6372;
    margin-bottom: 0px;
    color: #fff;
}

.contenu_slide h2:after {
    content: '';
    display: block;
    width:100%;
    border-bottom: solid 1px grey;
    margin-top: 15px;
    margin 0 20px;
    opacity: 0.4;
}

.contenu_slide .enroule h2 {
    font-size:16px;
    line-height:20px;
}

.contenu_slienroulede . .enroule h2 {
    background-color:#1a6372;
    font-size:16px;
    line-height:20px;
}

.contenu_slide span.deroule {
    position:absolute;
    top:15px;
    right:20px;
    height:30px;
    line-height:24px;
    display:block;
    font-size:30px;
    cursor:pointer;
    text-align:center;
    color: #c1c1c1;
    font-size: 16px;
}

.deroule {
    transition: .3s all;
}

.rotate {
    top: 10px !important;
    transform: rotate(180deg);
}
.contenu h3 {
    color:#1a6372;
    text-transform:uppercase;
    margin:15px 0 5px 0;
}

.contenu h3 a {
    color:#1a6372;
}

.centre,
.menu,
table.liste.centre td {
    text-align:center;
}

.petit {
    font-size:11px !important;
    line-height:12px;
}
#logo_commercant .petit {
    font-size:12px !important;
    line-height:13px;
}

.plus {
    margin: 0;
    color:#1a6372;
}

.menu p {
    margin: 0;
}

p.bleu, span.bleu {
    color:#1a6372;
}

table.carte, table.liste {
    border-collapse:collapse;
    width:100%;
}

table.carte tr, table.liste tr {
    border-bottom:1px dotted #bfbfbf;
}

table.carte tr:last-of-type, table.liste tr:last-of-type {
    border-bottom:0px dotted #bfbfbf;
}

table.carte td, table.liste td {
    padding:5px 0;
    vertical-align:top;
}
table.carte td:first-of-type {
    padding-right:5px;
}
table.carte td:last-of-type {
    text-align:right;
}
.fancy-modal {
    width:100% !important;
    height: 100% !important;
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
}
.fancybox-skin {
    padding:0px !important;
    height: 100% !important;
}

.fancybox-inner {
    width:100% !important;
    height:auto !important;
}

.fancybox-wrap textarea, .fancybox-wrap input[type='email'] {
    
    padding:7px 10px;
    margin-bottom: 10px;
    display: block;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-box-shadow: 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    border:1px solid #bfbfbf;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    width: 100%;
    float: left;
    border-radius: 15px;
}

.fancybox-wrap textarea {
    min-height: 120px;
}
.fancybox-wrap label {
    width:96%;
    margin-left:auto;
    margin-right:auto;
}

.fancybox-wrap input[type='email'] + label {
    position:relative;
    top:-10px;
}

.fancybox-close {

    background: none;
    width: auto;
    height: auto;
    color: #000;
    text-decoration: none;
    top: 10px;
    left: 10px;
    font-size: 1.5rem;
}

.fancybox-close:before {
    content: '\f137';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

#bloc_pub .fancybox-close {
    top:0 !important;
    right:0 !important;
}

.page_facebook {
    background-position: 0 0 !important;
}
.page_twitter {
    background-position: 0 -45px !important;
}
.page_google {
    background-position: 0 -90px !important;
}
.page_youtube {
    background-position: 0 -180px !important;
}
.site_web {
    background-position: 0 -225px !important;
}
.page_instagram {
    background-position: 0 -270px !important;
}
.page_tumblr {
    background-position: 0 -315px !important;
}
.page_pinterest {
    background-position: 0 -360px !important;
}
.page_flickr {
    background-position: 0 -405px !important;
}
#services a.service_cb {
    background-position: 0 0px !important;
}
#services a.service_visa {
    background-position: 0 -45px !important;
}
#services a.service_mastercard {
    background-position: 0 -90px !important;
}
#services a.service_am_express {
    background-position: 0 -135px !important;
}
#services a.service_ticket_resto {
    background-position: 0 -180px !important;
}
#services a.service_cheque_resto {
    background-position: 0 -225px !important;
}
#services a.service_paypal {
    background-position: 0 -270px !important;
}
#services a.service_cheque_vac {
    background-position: 0 -315px !important;
}
#services a.service_handicap {
    background-position: 0 -360px !important;
}
#services a.service_parking {
    background-position: 0 -405px !important;
}
#services a.service_wifi {
    background-position: 0 -450px !important;
}
#services a.service_enfant {
    background-position: 0 -495px !important;
}
#services a.service_animaux {
    background-position: 0 -540px !important;
}
#services a.service_terrasse {
    background-position: 0 -585px !important;
}
#services a.service_especes {
    background-position: 0 -630px !important;
}
#services a.service_paiement_3_fois {
    background-position: 0 -675px !important;
}
#services a.service_paiement_cb_tel {
    background-position: 0 -723px !important;
}

textarea {
    width:93%;
    padding:5px 3%;
    height:150px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    border:1px solid #bfbfbf;
}

#szPartageMessageEmail {
    height:150px;
}

#bloc_pub {
    position:absolute;
    top:0;
    left:0;
    z-index:99999;
    background-color:rgba(0,0,0,0.8);
    min-height:100%;
    width:100%;
}

#pub {
    margin:0 auto;
    padding-top:50px;
    max-width:800px;
    position:relative;
}

#pub img {
    display:block;
    width:90%;
    margin:0 auto;
}

#informations_client_modif input[type='text'],
#informations_client_modif input[type='number'],
#informations_client_modif input[type='email'],
#informations_client_modif input[type='password'], 
#informations_client_modif input[type='date'],
#nMontantRecharge {
    padding:7px 10px;
    margin-bottom: 10px;
    display: block;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-box-shadow: 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    border:1px solid #bfbfbf;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    width: 75%;
    float: left;
    border-radius: 15px;
}

#section_carte input[type='text'],
#section_carte input[type='number'],
#section_carte input[type='email'],
#section_carte input[type='password'], 
#section_carte input[type='date'] {
    padding:7px 10px;
    margin-bottom: 10px;
    display: block;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-box-shadow: 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    border:1px solid #bfbfbf;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    width: 100%;
    border-radius: 15px;
}

#section_carte label {
    display: block;
}

#section_carte {
    padding: 50px 15px 15px 15px;
}

#informations_client_modif label:not(.label_recevoir_sms) {

    display: block;
    width: 25%;
    float: left;
    font-size: 12px;
    margin-top: 8px;
}

.label_recevoir_sms {

    font-size: 12px;
}
#bRecevoirSMS_Oui:not(:checked),
#bRecevoirSMS_Oui:checked,
#bRecevoirSMSInscription_Oui:not(:checked),
#bRecevoirSMSInscription_Oui:checked {
  position: absolute;
  left: -9999px;
}
#bRecevoirSMS_Oui:not(:checked) + label,
#bRecevoirSMS_Oui:checked + label,
#bRecevoirSMSInscription_Oui:not(:checked) + label,
#bRecevoirSMSInscription_Oui:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  margin: 15px 0px 15px 0px;
}

#bRecevoirSMS_Oui:not(:checked) + label:before,
#bRecevoirSMS_Oui:checked + label:before,
#bRecevoirSMSInscription_Oui:not(:checked) + label:before,
#bRecevoirSMSInscription_Oui:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  background: #fff;
  border-radius: 2px;
  border: 1px solid black;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
#bRecevoirSMS_Oui:not(:checked) + label:after,
#bRecevoirSMS_Oui:checked + label:after,
#bRecevoirSMSInscription_Oui:not(:checked) + label:after,
#bRecevoirSMSInscription_Oui:checked + label:after {
    content: '\E5CA';
    position: absolute;
    font-size: 25px;
    line-height: 0.8;
    color: #231f20;
    transition: all .2s;
    left: -1px;
    top: -5px;
    font-family: 'Material Icons';
}

#bRecevoirSMS_Oui:not(:checked) + label:after,
#bRecevoirSMSInscription_Oui:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
#bRecevoirSMS_Oui:checked + label:after,
#bRecevoirSMSInscription_Oui:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

#bRecevoirSMS_Oui:disabled + label,
#bRecevoirSMSInscription_Oui:disabled + label {
  color: #aaa;
}

input[type='radio'], input[type='checkbox']) {
  border: 1px solid black;
}


input[type='submit'] {
    border:0px #fff;
    -webkit-box-shadow: 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    background-color: #484848;
    color:#fff;
    cursor:pointer;
    text-transform:uppercase;
}

label.error {
    color:#b82b00;
    display:block;
    margin-bottom:5px;
}

input + label.error {
    position:relative;
    top:-5px;
}

input + label + label.error {
    margin-top:5px;
}

.contenu .erreur {
    color:#b82b00;
    text-align:center;
}

#contenu_partage_email {
    padding: 0 10px;
}
#szPartageDestinataire, #szPartageExpediteur {
    text-align:left;
    width:100%;
}
#contenu_partage_email h4 {
    margin-bottom: 0;
}
#contenu_partage_email textarea {
    padding:7px 3px;
    margin-top:10px;
    width:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
#carte_gmap {
    height: 300px;
    width: 100%;
}
#bloc_cgu {
    position:fixed;
    width:100%;
    top:0;
    left:0;
    background-color:rgba(255,255,255,0.9);
    z-index:9999;
    height:100%;
    padding:10px 20px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    color:#484848;
    text-align:center;
}

#bloc_cgu .btn_pdf {
    display: none;
}

#bloc_cgu h1 {
    margin:0;
    padding:5px 0;
    font-size:18px;
    color:#1a6372;
    text-transform:uppercase;
}

#bloc_cgu p, #bloc_cgu label {
    color:#484848;
}

#section_apropos h3 {
    line-height:25px;
}

#section_apropos p {
    font-size:16px;
    line-height:22px;
}

#menu_boutique:not(.section_boutique) {
    z-index: 99;
}

.responsive_paysage #menu_fidelite, .responsive_paysage #menu_infos,
.responsive_paysage #menu_promo, .responsive_paysage #menu_boutique, .responsive_paysage #contact,
.responsive_paysage #menu_avis, .responsive_paysage #menu_points_forts {
    width:33.333333333% !important;
}

.responsive_paysage #menu_fidelite, .responsive_paysage #contact, #menu_avis {
    margin-left:0 !important;
}
.responsive_paysage #menu_avis {
    opacity:0.9;
}
section#menu.responsive_paysage_petit nav > * p.libelle_grand span:first-of-type,
section#menu.responsive_paysage_petit nav > #menu_points_forts p.libelle_grand span:first-of-type {
    font-size:16px;
}
section#menu.responsive_paysage_petit nav > * p.libelle_grand span:last-of-type,
section#menu.responsive_paysage_petit nav > #menu_points_forts p.libelle_grand span:last-of-type {
    font-size:20px;
}

section#menu.responsive_paysage_petit nav > * p.libelle {
    display:none;
}

.responsive_paysage_petit nav > *:after {
    margin-top:-35px !important;
}
.responsive_paysage_petit nav > #menu_contact:after,
.responsive_paysage_petit nav > #liens_partage:after,
.responsive_paysage_petit nav > #menu_compte:after {
    margin-top:-25px !important;
}


@media screen and (min-width: 430px) {

    .bouton {
        display:block;
        max-width:200px;
    }

    #section_carte .section_carte span, #calque_section_carte .section_carte span {
        margin: 8px 2%;
    }
}

@media screen and (min-width: 500px) {

    #slogan p:nth-of-type(1) {
        font-size:18px;
    }
    #slogan p:nth-of-type(2) {
        font-size:27px;
    }
    #slogan p:nth-of-type(3) {
        font-size:20px;
    }
}

@media screen and (min-width: 800px) {

    section, #bandeau_panier, #calque_section_panier, #calque_section_panier_validation {
        max-width:800px;
        left:calc(50% - 400px);
    }

    section:not(#menu) {
        border-left:1px dotted #787878;
        border-right:1px dotted #787878;
    }

    .fancybox-wrap {
        left: calc(50% - 400px) !important;
        max-width: 800px;
    }

    #section_carte .section_carte span, #calque_section_carte .section_carte span {
        margin: 8px 1%;
    }

    #slogan p:nth-of-type(1) {
        font-size:20px;
    }
    #slogan p:nth-of-type(2) {
        font-size:31px;
    }
    #slogan p:nth-of-type(3) {
        font-size:22px;
    }

}



#calque_dl {
    z-index: 1000;
    padding-top: 0px !important;
    padding-bottom: 50px;
}
#calque_dl .logo_appsnet img {
    width: 100px;
    height: auto;
}
#calque_dl .logo_commercant img,
#calque_dl .logo_commercant {
    margin: auto auto auto auto;
    max-width: 130px;
    height: auto;  
}

#calque_dl a.btn_install:before {
    top: -4px;
}
#calque_dl h2 {
    margin: 15px 0px 15px;
    font-size: 1.7em;
    font-family:'Arimo-Regular' !important;
}

@keyframes blinker {
    50% { opacity: 0.5; }
}

#calque_dl .cadre_bouton_install a {
    
    background-color: rgb(231, 95, 64);
}

#calque_dl .logo_commercant {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.welcome {
    font-family: 'Arimo-Regular' !important;
    font-size: 1.7em;
    margin-top: 25px !important;
    text-transform:none !important;
    font-weight:normal;
    margin-bottom: 15px !important;
}


section#menu nav .menu-nav {
    background-color: rgb(245, 245, 245) !important;
    padding: 15px 0px;
}

.circle {

    border-radius: 50%;
    background-color: #1a6372;
    width: 50px;
    height: 50px;
    vertical-align:middle;
    display:block;
    margin: auto;
    position:relative;
    text-align:center;

}

.circle img {

    margin: 15px auto;
    display:inline-block;
    width: 40%;
}

.circle.section_logo img {

    margin: 10px auto;
    display:inline-block;
    width: 60%;
}

section#menu nav .menu-nav ul.stars {
    padding: 0;
    margin: 0;
}

ul.stars li{
    list-style-type: none;
    display:inline-block;
}

ul.stars li{
    color: #1a6372;
}

section#menu nav .menu-nav span.comment {

    text-transform: initial;
    font-size: 10px;
    color: rgb(145, 145, 145);
}


section#menu nav > a.bottom-nav {

    background-color: #fff;
    display: flex;
}

.bottom-nav img{

    width: 25px;
    height: auto;
    margin: auto;
}

.bottom-nav img.share-icon-menu {

    width: 28px;
}

.decouvrez-nous {

    margin-bottom: 15px;
}

.decouvrez-nous .libelle{

    text-align:center;
    margin-top: 5px;
    font-size: 12px;
}

.decouvrez-nous .libelle:after{

    content: '';
    display: block;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    width: 80px;
    margin: 5px auto;
}

.decouvrez-nous .circle {

    margin-top: 15px;
}

.contenu_slide .enroule p,
.contenu_slide .enroule .toggleSubMenu .background-title-opened {

    margin: 0px;
}

.contenu_page {

    background-color: #fff;
}
.sous_page .toggleSubMenu h2 {

    background-color: #1a637257;
    font-size: 12px;
    padding-left: 35px;
}

#section_avis ul.stars{
    
    text-align:center;
    padding: 0px;
    margin-bottom: 0px;
}

#section_avis h2{
    
    text-align:center;
}

#section_avis h2:after{
    
    content: '';
    display:block;
    width: 90px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    margin: 5px auto;
}

.gradual-bar {

    width: 70%;
    display:block;
    margin: auto; 
    box-sizing: border-box;
    border-radius: 8px;
    -webkit-box-shadow: inset 2px 2px 6px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 2px 2px 6px 0px rgba(0,0,0,0.4);
    box-shadow: inset 2px 2px 6px 0px rgba(0,0,0,0.4);
    overflow: hidden;
}

.gradual-bar-info {

    width: 70%;
    display:block;
    margin: auto; 
    padding: 0px 25px 0px 25px;
    box-sizing: border-box;
    font-size: 10px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.gradual-bar-info .gradual-bar-category{

    text-align:left;
    font-size: 12px;
}

.gradual-bar-info .gradual-bar-note{

    float:right;
    color: #1a6372;
    font-size: 12px;
}

.gradual-bar:after{

    content: '';
    display:block;
    clear:both;
}

.gradual-bar .level{

    background-color: rgba(221, 218, 219, 0.5);
    width: calc(100% / 5);
    float:left;
    height: 20px;
    box-sizing: border-box;
}

.gradual-bar .level.active{

    background-color: #1a6372;
    opacity: 0.6;
}

.gradual-bar .level:not(:last-child){

    border-right:solid 1px #fff;
}

.gradual-bar .level:first-child{

    border-radius: 8px 0px 0px 8px;
}

.gradual-bar .level:last-child {

    border-radius: 0px 8px 8px 0px;
}

.premier_avis {
    
    text-align:center;
    margin: 15px 0 0 0;
}

#les_avis ul.stars {

    text-align: left;
    margin-top: 0;
}

#section_avis .nom {

    color: #1a6372;
}

.depose-avis {
    text-align: center;
    padding: 50px 15px 15px 15px;
}

.depose-avis span{
    color: #1a6372;
}

.depose-avis h2:after{
    content: '';
    display: block;
    width: 90px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    margin: 5px auto;
}

.notation-content {
    padding: 0 0 20px 0;
}

.contact_network {
    margin: 15px 0 0 0;
}

.contact_network h2{
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
}

.contact_network h2:after{
   content: '';
   display: block;
   width: 80px;
   border-bottom: solid 1px #cecece;
   margin: 15px auto;  

}

.contact_network ul,
.notifications ul {
    padding: 0;
    margin: 0;
}

.contact_network ul li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    margin: 5px;
}

.bg-img {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #1a6372;
}

.titre_horaire_ouverture, #titre_service, #titre_services{
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}

.page_contenu .page_contenu.toggleSubMenu .sous_page.toggleSubMenu:nth-child(2) h2{

   padding-left: 70px;
}

.texte_info_commerce p {

    text-align: center;
}

.page-content {

    padding: 20px;
}

#calque_section_notification {

    background-color: #1a6372 !important;
    padding-top: 50px;
}

.notifications {

    padding: 0 10px
}

.notifications ul li {

    list-style-type: none;
}

.notifications ul li .bloc_notification {

    background-color: #fff;
    position: relative;
    padding: 15px;
    margin-bottom: 10px;
}

.notifications ul li .bloc_notification:after {

    content: '';
    display: block;
    clear: both;
}

.notifications ul li .bloc_notification .image_commerce {

    width: 90px;
    float: left;
}

#calque_section_notification .circle {

    background-color: #000;
}

#calque_section_notification .titre_section_notification {

    font-size: 14px;
    margin-bottom: 15px;
}

#calque_section_notification .titre_section_notification{

    color: #fff;
}

#calque_section_notification .titre_section_notification:after {


    content: '';
    display: block;
    width: 80px;
    border-bottom: solid 1px #fff;
    text-align: center;
    margin: auto;
    margin-top: 5px;
}

.notifications ul li .bloc_notification .image_commerce img{

    width: 100%;
}

.notifications ul li .bloc_notification .titre_notification {

    color: #231f20;
    margin-bottom: 10px;
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.titre_mes_promos {

    color: #fff;
    margin-bottom: 15px;
    display: block;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

.titre_mes_promos:after {

    content: '';
    display: block;
    width: 80px;
    border-bottom: solid 1px #fff;
    text-align: center;
    margin: auto;
    margin-top: 5px;
}

.notifications ul li .bloc_notification .contenu_notification {

    float: left;
    width: calc(100% - 90px);
    padding: 0px 15px;
    box-sizing: border-box;
}

.notifications ul li .bloc_notification .texte_notification {

    color: #000;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

.notifications ul li .bloc_notification .close_notification i {

    color: #000;
}

.notifications ul li .bloc_notification .close_notification {

    position: absolute;
    right: 10px;
    top: 10px;
}

.img_commerce {

    width: 40%;
    margin: auto;
}

#image_home {
    margin: 0;
    width: 100%;
    height: auto;
    position: absolute;
    right: 0;
}

#services {
    margin-bottom: 15px;
}

#services a{

    display: inline-block;
    position: relative;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    margin: 5px 10px;;
    background-color: #fff;
    overflow:hidden;
}

#services a img{

    width: 100%;
    margin: auto;
    vertical-align: middle;
    position: relative;
   
 
}

#section_promos {

    padding: 50px 15px 15px 15px;
    background-color: #1a6372 !important;
}

.une_promotion {

    background-color: #fff;
    margin-bottom: 15px;
    text-align: left;
    padding: 15px;
}

.une_promotion p {

   margin: 0;
}

.une_promotion #periode_promotion {
    
    color: #1a6372;
}

.une_promotion #details_promotion {
    font-size: 12px;
}

.top-menu {
    padding: 4px;
    display: block;
    position: relative;
    background-color: #fff;
}

#contenu_email {
    padding: 70px 15px 15px 15px;
}

.titre_contact {
    text-align: center;
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
}
.titre_contact:after {
    content: '';
    display: block;
    width: 80px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin: auto;
    margin-top: 5px;
}

#deposer_avis {
    padding: 15px 0;
}
.wrapper-opt-sec {
    padding: 15px;
    overflow-y: scroll;
    height: calc(100% - 250px);
}


#cadre_les_adresses {
    overflow: scroll;
}

#les_adresses {
    width: -webkit-max-content;
}

.une_adresse {
    float: left;
    width: 250px;
    display: block;
    border: 1px solid #DDD;
}


#complement_titre{
	background-color: red;
	color: white;
	position: fixed;
	top: 0px;
	z-index: 10000;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    text-align:center;
    
}


#cadre_les_adresses {
    overflow: scroll;
}

#les_adresses {
    width: -webkit-max-content;
}

.une_adresse {
    float: left;
    width: 250px;
    display: block;
    border: 1px solid #DDD;
}


