
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* ==Table Of Content            */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/*
1- Fonts
2- Layout 
3- Menu    
4- Home
5- Form
6- Boutons
7- Page Profil
8- Carousel  
9- Table
10- Page Mon compte points  
11- Page Suivi de commandes 
12- Page contacts
13- Page clients membres
14- Page Tableau de bord
15- Page Déclaration de résultats
16- Page Outils de communication
17- Page Organisation
18- Page Avantages
19- Page Actus
20- Page Présentation du Cercle
21- VIDEO YOUTUBE Responsive
22- Loader Chargement
23- Page Voyages
24- Jeu Anniversaire
25- Page Contact Avantages
26- IE8
27- Tab menu
28- Dropdown menu
29- Dropdown Button
30- Accordion
31- Divers
32- Page Login
33- Page Cooordonnées
34- Page Historique Commandes
35- Page actualites
36- Page notifications
37- Jeu Anniversaire
38- Tooltip
39- Responsive

 */
/* ----------------------------- */
/* == 1- Fonts                   */
/* ----------------------------- */

@import url("https://use.typekit.net/njv3sev.css");
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@font-face {
    font-family: 'KelptA3 Bold';
    src:url("../fonts/KelpA3/KelptA3-Bold.otf");
    src:local("../KelptA3-Bold"),local("KelptA3-Bold"),
    url("../fonts/KelpA3/KelptA3-Bold.otf?#iefix") format("embedded-opentype"),
    url("../fonts/KelpA3/KelptA3-Bold.woff2") format("woff2"),
    url("../fonts/KelpA3/KelptA3-Bold.woff") format("woff"),
    url("../fonts/KelpA3/KelptA3-Bold.svg#KelptA3-Bold") format("svg"),
    url("../fonts/KelpA3/KelptA3-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'KelptA3 Regular';
    src:url("../fonts/KelpA3/KelptA3-Regular.otf");
    src:local("../KelptA3-Regular"),local("KelptA3-Regular"),
    url("../fonts/KelpA3/KelptA3-Regular.otf?#iefix") format("embedded-opentype"),
    url("../fonts/KelpA3/KelptA3-Regular.woff2") format("woff2"),
    url("../fonts/KelpA3/KelptA3-Regular.woff") format("woff"),
    url("../fonts/KelpA3/KelptA3-Regular.svg#KelptA3-Regular") format("svg"),
    url("../fonts/KelpA3/KelptA3-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'KelptA3 Light';
    src:url("../fonts/KelpA3/KelptA3-Light.otf");
    src:local("KelptA3-Light"),local("KelptA3-Light"),
    url("../fonts/KelpA3/KelptA3-Light.otf?#iefix") format("embedded-opentype"),
    url("../fonts/KelpA3/KelptA3-Light.woff2") format("woff2"),
    url("../fonts/KelpA3/KelptA3-Light.woff") format("woff"),
    url("../fonts/KelpA3/KelptA3-Light.svg#KelptA3-Light") format("svg"),
    url("../fonts/KelpA3/KelptA3-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WebHostingHub-Glyphs';
    src: url('../fonts/webhostinghub-glyphs.eot');
    src: url('../fonts/webhostinghub-glyphs.eot?#iefix') format('embedded-opentype'), url('../fonts/webhostinghub-glyphs.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    -moz-font-feature-settings: "calt=0,liga=0";
}


body {font-family: 'Rubik', arial, helvetica, sans-serif; font-size: 1.6em; color: #101841; font-weight: 400; background: #fff;}
h1, h2, h3, h4, h5, h6 {font-family: 'Rubik', arial, helvetica, sans-serif; font-weight: 900 !important; font-size: 1.2em; line-height: 1}

.b {font-family: 'Rubik', arial, helvetica, sans-serif;  font-weight: 600;}
a {
    -webkit-transition: .2s;
    transition: .2s;
    color: #0b1742;
}
p {
    font-size: 1em;
    line-height: normal;
    padding: 0 10px 10px 0;
    margin: 0;
}
.eleven {
    font-size: .688em;
}
.txt-center {
    text-align: center;
}
.txt-right {
    text-align: right;
}
.grid,
.grid > *,
.grid > * > * {font-family: 'Rubik', arial, helvetica, sans-serif !important; line-height: normal !important; margin-left: 0;}

.color-orange {color: #f07d00}
.color-blue {color: #101841}

/* ----------------------------- */
/* == 2- Layout                   */
/* ----------------------------- */

.site-inner {
    margin: 0 auto;
    width: 100%;
}
.site-main {
    margin-top: 115px;
    min-height: 500px;
}
.page-layout {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.main-header {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 115px;
    position: fixed;
    top: 0;
    z-index: 200;
    background: #ffffff;
}

.header-logo-site {
    display: inline-block;
    background: #e8e6e4;
}
.header-user-logo-25-ans,
.header-user-logo {
    display: inline-block;
}
.header-center {
    display: flex;
    float: left
}
.header-user {
    width: 40%;
    float: left;
}
.global-search-group {
    display: none !important;
}
.global-search-button {
    display: inline-block;
}
.global-search-button .global-search-btn {
    height: 48px;
    background: #00569a;
    border-radius: 0;
    font-size: 1.4em;
    position: relative;
    left: -4px;
    color: #9eaed9;
    width: 48px;
    line-height: 32px;
    border: 0 none;
    display: inline-block;
}
.global-search-group input[type="text"] {
    line-height: 33px !important;
    background: white;
    border: 1px solid #d9d9d9;
    margin-bottom: 0;
    font-size: 1em;
    padding-right: 25px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    height: 50px;
    width: 400px;
    padding: 5px 10px;
    border-radius: 0;
    display: inline-block;
}
.header-nav {
    /*right: 200px;*/
    /*position:absolute;*/
    /*top: 42px;*/
}
.header-nav.Y2023{
    right: 300px !important;
}
.header-nav li {
    display: inline-block;
}
.header-nav li a {
    text-decoration: none;
}
.header-nav li.notifications {
    position: relative;
}
.header-nav li span.bullet-notif {
    font-size: 12px;
    color: white;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    margin-left: -20px;
    margin-top: -8px;
    background: #ef7d00;
    border-radius: 10px;
    height: 20px;
    width: 20px;
    position: absolute;
    line-height: 20px;
}
.header-nav .header-nav-text {
    position: relative;
    top: 2px;
    padding-left: 4px;
}

.header-logo-site,
.header-user,
.header-nav,
.header-user-logo-25-ans,
.header-user-logo {
    display: inline-block;
}
.header-logo-site {
    width: 260px;
    height: 115px;
    background: white;
    float: left;
    overflow: hidden;
}
.header-user-logo .pic-ctn > span {

}
.header-logo-site img {
    margin: 0 auto 0 auto;
    display: flex;
}
.header-user-logo-25-ans,
.header-user-logo {
    float: right;
    /*width: 95px;*/
    /*margin-right: 40px;*/
}
.header-user-logo-25-ans{
    margin-right: 5px;
    width: 150px;
}
.header-user-logo-25-ans img,
.header-user-logo img {
    max-height: 95px !important;
    height: auto !important;
}
.main-header ul {
    padding: 0;
}

.main-header li {
    padding: 0;
    margin: 0;
}
.header-user li:first-child {
    display: block;
    border-bottom: 1px solid #ffffff;
}
.header-user li:last-child {
    display: block;
    border-top: 1px solid #ffffff;
}
.header-nav li {
    display: inline-block;
    margin: 0.6em 0 0 0.4em;
}
.header-name,
.header-score {
    height: 75px;
}

.header-name {
    display: inline-block;
    width: 100%;
    font-size: 0.875em;
    background-repeat: no-repeat;
    background-position: left 10px top 10px;
    color: #000000;
    /*background-image: url(../images/picto-compte.png?id=2022);*/
    position: relative;
}
.header-login,
.header-company,
.header-contact {
    display: block;
    padding-left: 50px;
}
.header-login {
    padding-top: 6px;
    font-weight: 600;
    font-size: 14px;
}
.header-contact {
    font-size: 11px;
    position: relative;
    top: -2px;
}
.header-contact a {
    display: inline-block;
    padding-left: 5px;
}
.header-top {
    position: absolute;
    top: 0;
    right: 5px;
}
.header-score {
    display: inline-block;
    width: 100%;
    font-size: 0.875em;
    background-repeat: no-repeat;
    background-position: left 10px top 10px;
    color: #000000;
    /*background-image: url(../images/picto-points.png?id=2022);*/
    position: relative;
}
.header-score span {
    display: block;
    padding-left: 50px;
    padding-top: 12px;
}
.header-score .score-total {
    font-size: 24px;
    font-family: 'FuturaT-Demi',Arial,Helvetica,sans-serif;
    position: relative;
    top: -18px;
}

.mod .item {
    background: #ffffff;
    height: 275px;
    margin-top: 20px;
}

.title-page h1 {
    font-size: 2em;
    font-weight: 400 !important;
    font-family: 'Rubik', arial, helvetica, sans-serif;
    text-transform: uppercase;
}

.header-user-logo {overflow: hidden;}

.home-banner .mod-contenu {background: #101841}
.home-banner .bloc-membre {background: none !important}
.home-banner .mod-01,
.home-banner .mod-02,
.home-banner .mod-03 {text-align: center; font-weight: 900}
.home-banner .mod-02 {position: relative; top: 0}
.home-banner .logo-C {position: absolute; width: 48%; left: 26%; margin: 0 auto; bottom:-45px; z-index: 2}

.line-bloc.grid > * {
    margin-left: 0;
}

.site-main .line-bloc .mod {background: white; border-radius: 1rem; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}

.site-sidebar {
    height: 100%;
    width: 260px;
    position: fixed !important;
    z-index: 1;
    overflow: auto;
    top: 115px;
    display: block!important;
    background: white;
    padding-left: 15px;
}
#leftmenuinner {
    position: fixed;
    top: 0;
    padding-top: 130px;
    padding-bottom: 0;
    height: 100%;
    width: 245px;
    background-color: transparent;
}
#leftmenuinnerinner {
    height: 100%;
    width: 100%;
    overflow: auto;
    padding-top: 0;
    overflow-x: hidden;
}
.site-main {
    padding-top: 15px;
    margin-bottom: 10px;
}

.footer {
    background: #0b1742;
    text-align:center;
    margin-top: 3em;
    width: 100%;
}

.footer .inner {
    margin-top: 10px;
    border-top: 1px solid #cccccc;
    padding: 15px 0;
}
.footer .inner span {
    color: #b12a8b;
    font-weight: bold;
    font-size: 16px;
}
.footer li {
    display: block;
    text-align:left;
    float: left
}
.footer .container {
    margin-left: 0;
    width: 100%;
    overflow: hidden;
    min-height: 3em;
    bottom: 0;
    margin: 0 auto 0 auto;
}

.footer ul {
    padding-left: 0;
    list-style: none;
    padding: 2em 0 0 0;
}
.footer a {
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Rubik', arial, helvetica, sans-serif;
    font-weight: 600;
    margin-right: 50px;
    position: relative;
    font-size: 1.15em;
    height: 15px;
    text-decoration: none;
    padding: 0 0 0 28px;
}
.footer a:before {
    content: "";
    background: url(../images/arrow-footer.png?id=2022) no-repeat;
    height: 15px;
    width: 18px;
    position: absolute;
    top: 3px;
    display: block;
}
.footer img {
    margin-bottom:0em !important;
    margin-top:0em !important;
    max-width:60px;
}
.footer .line-bloc {
    margin-top:0px!important; ;
}
footer .pam {
    padding: 5px;
}
footer .grid > * > * {padding-left: 0}
footer .grid3-1 > *:first-child {width: 85%;}
footer .grid3-1 > * + * {width: 15%;}

.page-banner {content: ""; width: 100% !important; background: #f07d00 url(../images/rond-bleu-etire.png) no-repeat top center; !important; height: 160px !important; text-align: center; margin-bottom: 3em; background-size: 535px;}
.page-banner-container {display: flex; align-items: center; justify-content: center; height: 140px}
.page-banner .title-page h1 {color: white; max-width: 350px; line-height: 1.1; font-size: 1.8em; }
.page-banner .title-page h1 br {display: none}

#catalogue-detailvoyages .page-banner-container:before {color: white; max-width: 350px; line-height: 1.1; font-size: 1.8em; content: "MES VOYAGES"; position: relative}
#client-changepassword .page-banner-container:before {color: white; max-width: 350px; line-height: 1.1; font-size: 1.8em; content: "Identifiants"; position: relative}
#client-setcoordonnees .page-banner-container:before {color: white; max-width: 350px; line-height: 1.1; font-size: 1.8em; content: "Coordonnées"; position: relative}


div.page-banner + div.alert {top: -3em !important}
body[id^="index-"] div.page-banner + div.alert {top: 0 !important}

    /* Si le body a une classe qui COMMENCE par... alors cache la bannière */
body[id^="index-"] .page-banner {
    display: none;
}
#client-editactualite .page-banner {
    display: none !important;
}
#client-profil .page-banner {
    display: none !important;
}
body[id^="boutique-"] .page-banner {
    content: ""; width: 100% !important; background: #f07d00 url(../images/rond-bleu-etire.png) no-repeat top center; !important; height: 160px !important; text-align: center; margin-bottom: 3em; background-size: 535px;
}
body[id^="boutique-"] .page-banner:before {content: "MES CADEAUX "; color:white; line-height: 1.1; font-size: 1.8em;text-align: center; width: 100%; position: relative; top: 0; display: flex; align-items: center; justify-content: center; height: 140px}

@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .store-container {
        margin-left: 1.5%;
        margin-right: 1.5%;
        width: 97% !important
    }
    .container.container-fluid {width: 97% !important}
}
@media screen and (min-width: 1601px) and (max-width: 2000px) {
    .store-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1600px;
    }
}
@media all and (max-width: 1079px) {
    .inner {
        width: 95%;
        margin: 0 2.5%;
    }
    .header-name {
        background: none;
    }
    .header-login,
    .header-company,
    .header-contact {
        padding-left: 10px;
    }
    .header-company {
        position: relative;
        top: -2px;
    }
    .header-contact span {
        display: none;
    }
    .header-score .score-total {
        font-size: 18px;
    }
}

@media all and (max-width: 960px) {
    .header-contact a {
        display: none;
    }
    .no-store .header-contact a {
        display: inline-block;
    }
    .header-score .score-total {
        font-size: 15px;
    }
}

@media all and (max-width: 1024px) {

    body {background-image: none;}

    .header-company,
    .header-contact {
        display: none;
    }
    .header-score {
        background: none;
    }
    .header-score span {
        display: none;
    }
    .header-score span.score-total{
        display: block;
    }

}
@media all and (max-width: 600px) {
    .mod .item {
        height: auto;
    }
    .table-board-orders .order-radio {width: 100%}
    .table-board-orders .order-radio .control-radio{display: block;clear: both;}
}
@media all and (max-width: 400px) {
    .inner {
        width: 92%;
        margin: 0 4%;
    }
}

@media all and (min-width: 1025px) {
    .main-header {padding: 10px 0}
    .header-logo-site {width: 15%; padding-top: 3px; height: 100px}
    .header-center {width: 70%; display: inline-block}
    .header-user-logo-25-ans,
    .header-user-logo {
        width: 15%;
        height: 95px;
        display: grid;
        place-items: center;
        padding: 0 1.5% 0 0;
    }
        .nav-principal {float: left;}
        .body-membre .nav-principal {padding-left: 40px}
        .header-nav,
        .aside-user,
        .aside-details {float: right}
    .header-nav {padding: 20px}
    .header-center .aside-user ul {

    }
    .aside-user-commercial .avatar-profile {}
    .aside-user-commercial .avatar-profile img {margin-top: 29px !important}

    .body-responsablecercle .header-nav .aide span,
    .body-responsablesecondaire .header-nav .aide span,
    .body-commercial .header-nav .aide span,
    .body-dirigeant .header-nav .aide span,
    .body-adherent .header-nav .aide span {display: none}
    .body-responsablecercle .header-nav li,
    .body-responsablesecondaire .header-nav li,
    .body-dirigeant .header-nav li,
    .body-adherent .header-nav li {margin: 0.6em 0 0 5px;}

    .body-responsablecercle .header-nav,
    .body-responsablesecondaire .header-nav,
    .body-commercial .header-nav,
    .body-dirigeant .header-nav,
    .body-adherent .header-nav {padding: 20px 30px 20px 0}
}


/* ----------------------------- */
/* == 3- Menu                    */
/* ----------------------------- */


.btn-menu {
    display: none;
    color: white;
    text-decoration: none;
    font-size: 1em;
    align-self: center;
    margin-right: 20px;
}
.nav-principal {
    margin: 30px 0;
}
.nav-principal ul {
    padding-left: 0;
    margin-right: 15px;
}
.nav-principal li {
    text-align: left;
    position: relative;
    display: block;
    list-style: none;
    max-width: 230px;
    margin: 0 0 0.6em 0;
}
.nav-principal li a:before {content:''; width: 35px; height: 35px; position: absolute; top: 0; margin-right: 10px; display: none; left: 0}

.nav-principal li.menu-accueil a:before {
    background: #9eaed9 url(../images/picto-adh-01.png?id=2022) top center no-repeat;
}
.nav-principal li.menu-cadeaux a:before {
    background: #9eaed9 url(../images/picto-adh-08.png?id=2022) top center no-repeat;
}
.nav-principal li.menu-voyages a:before {
    background: #9eaed9 url(../images/picto-memb-03.png?id=2022) top center no-repeat;
}
.nav-principal li.menu-commandes a:before {
    background: #9eaed9 url(../images/picto-adh-05.png?id=2022) top center no-repeat;
}
.nav-principal li.menu-contacts a:before  {
    background: #9eaed9 url(../images/picto-comm-06.png?id=2022) top center no-repeat;
}
.nav-principal li.menu-clients-membres a:before  {
    background: #9eaed9 url(../images/picto-adh-02.png?id=2022) top center no-repeat;
}
.nav-principal li.menu-tableaudebord a:before  {
    background: #9eaed9 url(../images/picto-adh-03.png?id=2022) top center no-repeat;
}
.nav-principal li.menu-outildecom a:before  {
    background: #9eaed9 url(../images/picto-adh-06.png?id=2022) top center no-repeat;
}
.nav-principal li.menu-declaration-resultats a:before  {
    background: #9eaed9 url(../images/picto-adh-04.png?id=2022) top center no-repeat;
}
.nav-principal li.menu-org a:before  {
    background: #9eaed9 url(../images/picto-adh-07.png?id=2022) top center no-repeat;
}


.nav-principal li.menu-accueil a.current:before,
.nav-principal li.menu-accueil a.active:before {
    background: #00569a url(../images/picto-adh-01-hover.png?id=2022) top center no-repeat;
}
.nav-principal li.menu-cadeaux a.current:before,
.nav-principal li.menu-cadeaux a.active:before {
    background: #00569a url(../images/picto-adh-08-hover.png?id=2022) top center no-repeat;
}
.nav-principal li.menu-voyages a.current:before,
.nav-principal li.menu-voyages a.active:before {
    background: #00569a url(../images/picto-memb-03-hover.png?id=2022) top center no-repeat;
}
.nav-principal li.menu-commandes a.current:before,
.nav-principal li.menu-commandes a.active:before {
    background: #00569a url(../images/picto-adh-05-hover.png?id=2022) top center no-repeat;
}
.nav-principal li.menu-contacts a.current:before,
.nav-principal li.menu-contacts a.active:before {
    background: #00569a url(../images/picto-comm-06-hover.png?id=2022) top center no-repeat;
}
.nav-principal li.menu-clients-membres a.current:before,
.nav-principal li.menu-clients-membres a.active:before {
    background: #00569a url(../images/picto-adh-02-hover.png?id=2022) top center no-repeat;
}
.nav-principal li.menu-taleaudebord a.current:before,
.nav-principal li.menu-tableaudebord a.active:before {
    background: #00569a url(../images/picto-adh-03-hover.png?id=2022) top center no-repeat;
}
.nav-principal li.menu-outildecom a.current:before,
.nav-principal li.menu-outildecom a.active:before {
    background: #00569a url(../images/picto-adh-03-hover.png?id=2022) top center no-repeat;
}
.nav-principal li.menu-declaration-resultats a.current:before,
.nav-principal li.menu-declaration-resultats a.active:before {
    background: #00569a url(../images/picto-adh-04-hover.png?id=2022) top center no-repeat;
}
.nav-principal li.menu-org a.current:before,
.nav-principal li.menu-org a.active:before {
    background: #00569a url(../images/picto-adh-07-hover.png?id=2022) top center no-repeat;
}

.nav-principal-adherent li.menu-accueil a:before {
    background: #fff url(../images/picto-adh-01.png?id=2022) top center no-repeat; display: inline-block; top: -18px;
}
.nav-principal-adherent li.menu-accueil a.current:before,
.nav-principal-adherent li.menu-accueil a.active:before {
    background: #fff url(../images/picto-adh-01-hover.png?id=2022) top center no-repeat; display: inline-block;
}
.nav-principal-adherent li.menu-accueil span {display: none}


.nav-principal a.current, .nav-principal a.current:hover, .nav-principal a.current:focus, .nav-principal a.current:active,
.nav-principal a.active, .nav-principal a.active:hover, .nav-principal a.active:focus, .nav-principal a.active:active {
    background: none !important;
    color: #101841 !important;
    border-bottom: 2px solid #f07d00;
    font-weight: 600;
}

.nav-principal a {
    background: none;
}
.nav-principal a.current,
.nav-principal a.active {
    background: #0c9ce4;
    color: #fff;
}
.nav-principal a, .nav-principal a:hover, .nav-principal a:focus, .nav-principal a:active {
    color: #404667;
    padding: 8px 5px 5px 8px;
    font-size: 0.85em;
    font-family: 'Rubik', arial, helvetica, sans-serif;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600
}
.nav-principal a, .nav-principal a:hover, .nav-principal a:focus, .nav-principal a:active {
    cursor: pointer;
}


.nav-principal-adherent {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 20px;
    align-items: center;
    margin: 0;
}
.nav-principal-adherent li { display: inline-table !important;}

.nav-principal-adherent a,
.nav-principal-adherent a:hover,
.nav-principal-adherent a:focus,
.nav-principal-adherent a:active {
    line-height: 1.1;
    display: block;
    padding: 8px 8px 5px 8px;

}

@media screen and (min-width: 1025px) and (max-width: 2000px) {
    .nav-principal-adherent {margin-top: 15px}

    .nav-principal-adherent ul.menu-01 {margin-top: 20px; margin-left: 35px}
    .nav-principal-adherent ul.menu-02 {margin: 0 0 0 90px !important;}
    .nav-principal-adherent ul.menu-03 {margin: 5px 0 0 90px !important;}

    .nav-principal-adherent .menu-01 {position: absolute}
    .nav-principal-adherent .menu-01 li.menu-accueil a {padding: 0 !important}
    .nav-principal-adherent .menu-01 li.menu-accueil span {display: none}
    .nav-principal-adherent .menu-02 {margin: 0 !important; border-bottom: 1px solid #e1e1e1}
    .nav-principal-adherent .menu-02 li br {display: none}

    .nav-principal-adherent a,
    .nav-principal-adherent a:hover,
    .nav-principal-adherent a:focus,
    .nav-principal-adherent a:active {
        font-weight: 400;
        text-transform: initial;
        font-size: 0.825em;
        border-bottom: 0 none !important
    }
    .nav-principal-adherent li.menu-clients-membres a,
    .nav-principal-adherent li.menu-clients-membres a:hover,
    .nav-principal-adherent li.menu-clients-membres a:focus,
    .nav-principal-adherent li.menu-clients-membres a:active,
    .nav-principal-adherent li.menu-outildecom a,
    .nav-principal-adherent li.menu-outildecom a:hover,
    .nav-principal-adherent li.menu-outildecom a:focus,
    .nav-principal-adherent li.menu-outildecom a:active {padding: 8px 8px 5px 0;}
    .nav-principal-adherent li.menu-commandes a,
    .nav-principal-adherent li.menu-commandes a:hover,
    .nav-principal-adherent li.menu-commandes a:focus,
    .nav-principal-adherent li.menu-commandes a:active,
    .nav-principal-adherent li.menu-voyage a,
    .nav-principal-adherent li.menu-voyage a:hover,
    .nav-principal-adherent li.menu-voyage a:focus,
    .nav-principal-adherent li.menu-voyage a:active {padding: 8px 0 5px 8px;}

    .nav-principal-commercial li.menu-cadeaux a,
    .nav-principal-commercial li.menu-cadeaux a:hover,
    .nav-principal-commercial li.menu-cadeaux a:focus,
    .nav-principal-commercial li.menu-cadeaux a:active,
    .nav-principal-commercial li.menu-voyage a,
    .nav-principal-commercial li.menu-voyage a:hover,
    .nav-principal-commercial li.menu-voyage a:focus,
    .nav-principal-commercial li.menu-voyage a:active {padding: 8px 8px 5px 0 !important;}

    .nav-principal-commercial li.menu-voyage a,
    .nav-principal-commercial li.menu-voyage a:hover,
    .nav-principal-commercial li.menu-voyage a:focus,
    .nav-principal-commercial li.menu-voyage a:active,
    .nav-principal-commercial li.menu-commandes a,
    .nav-principal-commercial li.menu-commandes a:hover,
    .nav-principal-commercial li.menu-commandes a:focus,
    .nav-principal-commercial li.menu-commandes a:active,
    .nav-principal-commercial li.menu-outildecom a,
    .nav-principal-commercial li.menu-outildecom a:hover,
    .nav-principal-commercial li.menu-outildecom a:focus,
    .nav-principal-commercial li.menu-outildecom a:active {padding: 8px 8px 5px 8px !important}





}

.nav-dotations {
    display: inline-block;
}
.nav-dotations.hover {
    border-bottom: 0 none !important;
}
.nav-dotations-menu {
    display: none;
    overflow: hidden;
    margin: 0 !important;
    border-right: 2px solid #9eaed9;
    border-bottom: 2px solid #9eaed9;
    position: relative;
    top: -2px;
}
.nav-dotations-menu a,
.nav-dotations-menu a:hover {
    padding-left: 63px;
    border: 0 none !important;
    padding: 2px 5px 0px 65px !important;
}
.nav-dotations-menu a:before {
    content: '';
    width: 35px !important;
    height: 35px !important;
    position: absolute;
    top: 0;
    margin-right: 10px;
    display: block;
    left: 0;
    background: #9eaed9 !important;
}
.nav-dotations-menu a:after {
    content: '\002022';
    display: inline-block;
    position: absolute;
    left: 45px;
    font-size: 1.2em;
    top: 0;
    color: #00569a;
}
.nav-dotations-menu li {
    margin: 0;
    height: 28px;
}
.menu-cadeaux.active a:before {
    background: #00569a url(../images/picto-adh-08-hover.png?id=2022) top center no-repeat !important;
}
.menu-cadeaux.active .nav-dotations {
    border-top: 2px solid #00569a;
    border-right: 2px solid #00569a;
    border-bottom: 2px solid #00569a;
}
.menu-cadeaux.active .nav-dotations.hover {
    border-top: 2px solid #00569a;
    border-right: 2px solid #00569a;
}
.menu-cadeaux.active .nav-dotations-menu {
    border-right: 2px solid #00569a;
    border-bottom: 2px solid #00569a;
}
.menu-cadeaux.active .nav-dotations-menu a:before {
    background: #00569a !important;
}

.section-user {
    max-width: 245px;
    margin-right: 15px;
}
.section-user .aside-details {
    margin-top: 20px;
}

.section-user .aside-details .bloc-membre {
    padding: 0;
    margin: 0;
    clear: inherit;
}
.section-user .bloc-blue {
    min-width: 205px;
    background: #0b1742;
    color: #ffffff;
    padding: 10px 10px 5px 10px;
    font-size: 2.4em;
    line-height: 1;
}
.section-user .bloc-blue span {
    font-family: 'Rubik', arial, helvetica, sans-serif;
    font-weight: 600;
}
.section-user .bloc-birthday {
    margin: 10px auto 5px auto;
    border: 0px solid #ba4125;
    background: #021f4e;
    width: 100%;
    text-align: center;
    padding: 0;
}
.section-user .bloc-welcome {
    margin: 10px auto 5px auto;
    border: 0px solid #ba4125;
    border-top: 10px solid #000;
    border-bottom: 10px solid #000;
    background: #000;
    width: 100%;
    text-align: center;
    padding: 0;
}
.section-user .bloc-welcome img {
    width: 90%;
    margin: 0 auto;
}
.aside-user {
    margin-bottom: 10px; margin-top: 15px; min-width: 190px
}
.aside-user ul {
    padding-left: 0;
    width: auto;
    list-style: none;
}
.aside-user a {
    text-decoration: none;
}

.aside-user-adherent {
    margin-bottom: 10px;
}
.aside-user-commercial {
    margin-top: 0;
    min-width: 190px
}


.aside-user-adherent .avatar-profile span {display: inline-block; padding-top: 17px}

.header-center .aside-user .avatarfull {float: right; width: 32px; border-radius :44px; margin-left: 10px; margin-top: 17px; margin-bottom: 30px}
.header-center .avatar-profile,
.header-center .profile-one {text-align: right;}
.header-center .avatar-profile span {font-size: 0.66em; font-weight: 700; color: #ef7d00; overflow-wrap: break-word; word-break: break-all; max-width: 200px}
.header-center .aside-user li.profile-one span {font-size: 0.75em}
.header-center .aside-user li.profile-one span.log-text {display:block; padding-top: 3px}
.header-center .log-out {position: relative; top: -5px}
.header-center .log-out .glyph-lock:before {display: none}

.section-user .aside-details a {
    text-decoration: none;
    font-size: 0.35em !important;
    letter-spacing: 0px;
    width: 100%;
    text-align: left;
    padding: 7px 8px 4px 7px !important;
    overflow: hidden;
}
.section-user .aside-details a:before {
    width: 20px;
    height: 20px;
    right: 6px;
    top: 2px;
    background-size: 130%;
}
.aside-user .avatar-profile:before {
    display: none !important;
    content: "Bienvenue";
    text-decoration: none !important;
}
.aside-user a:hover .avatar-profile span {
    text-decoration: underline;
}

.aside-user .avatarfull {
    margin-left: 0;
    margin-right: 7px;
    margin-top: 3px;
    border: 1px solid #0b1742;
    border-radius: 20px;
    width: 25px;
    text-align: left;
}
.aside-user .avatar-name {
    padding-top: 3px;
    width: 200px;
}
.aside-user li:nth-child(n+2) {
    font-family: 'Rubik', arial, helvetica, sans-serif;
    font-weight: 300;
    font-size: 1em;
    padding: 0;
}
.aside-user li.profile-one span {
    padding: 10px 0 0 0;
    font-size: 0.875em;
    font-family: 'Rubik', arial, helvetica, sans-serif;
    font-weight: 300;
    position: relative;
    top: -5px;
}
.aside-user li.profile-one span.code-commercial {top: -7px; white-space: nowrap}
.aside-user li.profile-one span.code-commercial span {position: inherit; top: inherit; line-height: 1; overflow-wrap: break-word; word-break: break-all; padding: 3px 0 0 0 !important; display: block;font-size: 1em}
.aside-user-commercial span.log-text {padding-top: 0 !important; top: -8px !important;}

.aside-connect {
    position: relative;
}
.aside-connect ul {
    padding-left: 0;
    width: 240px;
    list-style: none;
}
.aside-connect li.connect a {
    color: #c3c4e1;
    font-size: 1em;
    font-style: italic;
    text-decoration: none;
}
.aside-connect li.connect a:hover {
    text-decoration: underline
}
.aside-connect li.connect .glyph-lock {
    background: #ffffff url(../images/Icon-log.png?id=2022) top left no-repeat;
    display: inline-block !important;
    width: 14px;
    height: 15px;
    font-size: 0;
    left: 0;
    top: 5px;
    position: absolute;
}
.aside-connect li.connect .log-text {
    padding-left: 20px;
    font-size: 0.93em;
}

#main #sidebar {display: none !important}
.nav-principal li {display: inline-block}

@media all and (max-width: 1300px) {
    .global-search-group input[type="text"] {width: 250px;}
}

@media all and (max-width: 1200px) {
    .global-search-group input[type="text"] {width: 170px;}
}


@media all and (max-width: 1024px) {

    .login-header img {height: 150px}

    .header-logo-site img {
        max-height: 60px;
        margin: 20px 1.5em;
    }

    .header-logo-site,
    .header-user,
    .header-nav,
    .header-user-logo, .header-user-logo-25-ans  {
        display: inline-flex;
    }
    .header-nav {
        top: 10px;
    }
    .main-header {
        height: 80px;
        position: relative;
    }
    .menu .btn-menu {
        color: black;
    }
    .menu {
        flex-direction: column;
        margin: auto;
        justify-content: space-between;
        align-items: center;
    }
    .menu .header-logo-site {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        height: 80px;
    }
    .menu .header-nav .header-nav-text {
        display: none;
    }
    .menu .header-user-logo, .menu .header-user-logo-25-ans  {
        display: flex;
        position: absolute;
        top: 5px;
        right: 70px;
        width: auto !important;
        margin-right: 0;
    }
    .menu .header-user-logo-25-ans{
        right: 130px;
    }
    .header-user li:first-child,
    .header-user li:last-child {
        border: 0 none;
    }
    .menu .header-center {
        border: 0 none;
        height: auto;
        position: absolute;
        display: flex;
        margin: 20px 0 0 0;
    }
    .header-nav {
        position: absolute;
        right: inherit;
    }
    .header-nav ul {
        display: inline-flex;
        margin-left: 200px;
    }
    .header-name,
    .header-score {
        height: auto;
    }
    .global-search-group {
        position: absolute;
        right: inherit;
        top: 80px;
        display: none !important;
    }
    .menu .header-nav,
    .menu .header-nav li {
        width: 100%;
    }
    .menu .header-nav li {
        width: 32px;
        margin: 0.3em 0 0 1.5em;
    }
    .menu .header-user-logo, .menu .header-user-logo-25-ans  {
        width: 50px;
    }
    .menu .btn-menu {
        display: inline-block;
        margin-top: 20px;
    }
    /* .header-nav li {
         height: auto;
         padding: 0;
      }*/
    .nav-principal li {
        max-width: inherit;
    }
    .menu .enlaces {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .no-store .header-name,
    .no-store .header-score,
    .no-store .header-nav li {
        height: auto;
    }
    #main #sidebar,
    .site-sidebar {
        width: 100%;
        position: relative !important;
        z-index: 1 !important;
        top: 0;
        margin-left: 0;
        background: none;
        display: block !important
    }
    .header-center .nav-principal {display: none}
    .header-center .aside-user {display: none}
    #sidebar-user, .site-sidebar #enlaces{
       display: none
    }
    #leftmenuinner .nav-principal li {width: 100%}
    #leftmenuinner {
        width: 100%;
        position: relative !important;
        padding-top: 0;
    }
    .site-main {
        margin-left: 0;
        margin-top: 0;
    }
    .page-layout {
        top: 0;
        position: relative;
    }
    .section-user {
        max-width: 100%;
        background: white;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: 0;
    }
    .nav-principal {
        margin: 0;
        position: relative;
        top: -25px;
    }
    .nav-principal ul {
        background: white;
        margin: 0;
        padding: 15px 15px;
    }
    .nav-principal ul ul {
        padding: 0;
    }
    .aside-user ul {
        width: 100%;
        margin-top: 1em;
    }
    .aside-user li.profile-one span {
        top: 2px;
    }
    .site-main {
        margin-right: 20px;
        margin-left: 20px;
    }
    .footer {
        margin-right: 0;
        margin-left: 0;
        padding: 0 1.5em;
    }
}


@media all and (max-width: 640px) {
    .header-logo-site img {
        max-width: 85%;
    }
}

@media all and (max-width: 500px) {
    .header-logo-site .pic-ctn > span {
        width: 150px;
    }
    .header-logo-site img {
        max-width: 140px;
        margin-top: 12px;
    }
    .menu .header-center {
        right: 220px;
    }
    .menu .header-user-logo, .menu .header-user-logo-25-ans  {
        top: 15px;
        width: 40px;
    }
}

@media all and (max-width: 400px) {

    .menu .header-user-logo, .menu .header-user-logo-25-ans  {
        right: 17%;
    }
    .menu .header-user {
        right: 10%;
        width: 150px;
        top: 23px;
    }
    .menu .header-center {
        right: 220px;
    }
}

@media all and (max-width: 380px) {
    .header-logo-site .pic-ctn > span {
        width: 100px;
    }
    .header-logo-site img {
        max-width: 90px;
        margin-top: 22px;
    }
    .menu .header-center {
        right: 210px;
    }
}


/* ----------------------------- */
/* == 4- Home                    */
/* ----------------------------- */

.page-accueil {
    top:-20px;
    position: relative;
}

.edito h2 {
    font-size: 44px;
    color: #c9042c;
}
.edito {
    overflow: auto;
    padding: 5px 15px;
}
.edito p {
    margin: 0 0 0.75em 0;
}
.mod  {
    line-height: normal;
}
.mod header {
    color: #101841;
    padding-left: 15px;
    font-family: "Rubik", arial, helvetica, sans-serif;
}
.mod header h2 {
    font-size: 1.3em;
    padding-top: 1em;
    text-transform: uppercase;
    line-height: 40px;
    text-align: left;
}

#index-index.body-responsablecercle .mod header h2,
#index-index.body-responsablesecondaire .mod header h2,
#index-index.body-dirigeant .mod header h2,
#index-index.body-adherent .mod header h2 {padding-top: 0 !important}

#Render-render .mod header h2 {font-size: 1.6em}
#Render-render .mod-contenu header {font-size: 1.2em; padding: 11px 15px 9px 0;}

.mod-contenu {
    text-align: left;
    position: relative;
    min-height: 240px;
    /*background: white;*/
}
#index-index .mod-contenu {clear: both}

.mod-h-auto {
    min-height: inherit !important;
}
.mod-h-320 {
    min-height: 320px;
}
.mod-contenu header {
    color: #101841;
    margin: 1em 0 0 0 0;
    font-size: 0.875em;
    padding: 11px 15px 9px 15px;
    width: 100%;
    /*    font-family: "Rubik", arial, helvetica, sans-serif !important;*/
    font-family: "Rubik", arial, helvetica, sans-serif !important;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.5px;
    word-spacing: 1px;
}
.mod-contenu header span {
    float: right;
    position: relative;
    top: -5px;
}
.mod-contenu header ul span {
    float: none;
}
.mod-contenu .legend {
    display: block;
    width: 100%;
    padding: 8px;
    margin: 1em 0;
    font-family: 'Rubik', arial, helvetica, sans-serif;
    font-weight: 300;
}
.mod-contenu p:last-child {
    padding: 0;
}
#index-index .mod-contenu p.eleven:last-child {
    padding: 5px 0 0 0;
}

.mod-button {
    width: 100%;
    text-align: right;
    margin-top: 15px;
}
#index-index header .mod-button {
    width: auto !important;
    text-align: right;
    position: relative;
    margin-top: 0
}
#index-index header .mod-button a {top: 28px; position:relative; z-index: 2}
#index-index #valid-table thead tr,
#index-index #valid-table thead th {background: #f9fafb !important; color: #0b1742 !important}

#index-index .header-img {position: relative; top:-2px}

.mod-btn-yellow {
    height: 42px;
    line-height: 1;
}
.mod-color-grey {
    background: #ffffff
}
.mod-contenu .desc-text {
    padding-top: 20px;
}
.mod-contenu .desc-number {
    color: #c9042c;
    font-size: 54px;
}
.mod-contenu .desc-logo {
    position: absolute;
    bottom: 10px;
    width: 100%;
}
.mod-padding {
    padding: 15px;
}
.mod-padding-20 {
    padding: 20px;
}
.list-item .mod .item,
.list-item .mod .item,
.list-item .mod .item,
.list-item .mod .item {
    background: white;
}
.shadow-pad {
    box-shadow: 0px 1px 4px rgba(0,0,0,0);
    margin: 0;
}

.mespoints-left img,
.mespoints-right img,
.use-cadeaux .w40 img,
.use-voyage .w40 img {width: 200px}

.mespoints-left {width: 96%; margin: 2.5% 1.5% 2.5% 2.5%; background: white;}
.mespoints-right {width: 96%; margin: 2.5% 2.5% 2.5% 1.5%; background: white;}

.mespoints-left img,
.mespoints-right img {margin: 7px}

/*.mespoints-left {background: white url('../images/use-voyages.png?id=2022') right no-repeat; }*/
/*.mespoints-right {background: white url('../images/use-cadeaux.png?id=2022') right no-repeat; }*/

.use-points h3 {font-size: 1.25em; font-family: 'Rubik', arial, helvetica, sans-serif;  font-weight: 300 !important; padding: 0 0 0 0; letter-spacing: -1px; position: relative; top: -10px; margin: 0}
.use-points h3 span {font-family: 'Rubik', arial, helvetica, sans-serif; font-weight: 600; display: block; line-height: 1; }
.use-points h3 + p {position:relative; top: -3px}

.mesclientsmembres {padding: 0 15px 15px 15px}
.mesclientsmembres  a.btn {display: inline-block; margin-right: 15px}

.declarations {padding: 14px 0}
.declarations p {padding: 5px 15px 15px 15px}
.declarations  a.btn {display: inline-block; margin-left: 15px; margin-bottom: 15px; padding: 10px 20px; border-radius: 30px}

.mesoutilsdecommunication {padding: 0}
.mesoutilsdecommunication p {padding: 15px 15px}
.mesoutilsdecommunication  a.btn {display: inline-block; margin-left: 15px; margin-bottom: 15px}
.mesoutilsdecommunication img {max-width: 80%}

#client-outilsdecommunication .btn.txt-right {text-align: right !important}
.bloc-right-btn {text-align: right !important}
.bloc-left-title span {position: relative; top: 5px}

.widget .row.w100 .line.w50 {padding: 2px 10px 0 10px}

.use-points .mod-01 {background: #f07d00 !important; min-height: 315px}
.home-3blocs .mod-01 {min-height: 315px}
.home-mod-height .mod-contenu {min-height: 315px}
.use-voyage {margin-bottom: 30px}
.use-voyage .mespoints-left {min-height: 140px; margin: 0; background: none; width: 100%}
.use-cadeaux .mespoints-right {min-height: 140px; margin: 0; background: none; width: 100%}

.carousel-home.slick-dotted.slick-slider {margin-bottom: 0 !important}
.home-carousel .carousel-background-blue .section {padding: 0 !important;}
.home-carousel .slick-dots {width:auto; left: 10px; margin-bottom: 40px}
.home-carousel .slick-dots li {margin: 0}
.home-carousel .slick-prev,
.home-carousel .slick-next {top: 32px !important}
.home-carousel .slick-prev {right: 15px !important; left: inherit !important; display: none !important}
.home-carousel .slick-next {right: 0 !important; display: none !important}
.home-carousel .slick-prev:before,
.home-carousel .slick-next:before {font-size: 20px !important}

.mespoints-left img,
.mespoints-right img,
.use-cadeaux .w50 img,
.use-voyage .w50 img {border-radius: 1rem 0 0 1rem; margin: 0; width: 100%}

.use-cadeaux .w50,
.use-voyage .w50 {width: 49.6%}

.use-voyage .w50.pa2,
.use-cadeaux .w50.pa2 {padding: 20px 0 0 20px; width: 50.4%}
.use-voyage p,
.use-cadeaux p {font-size: 0.875em; padding: 0 5px 5px 0}
.use-voyage img,
.use-cadeaux img {height: 142.5px !important; object-fit: cover}
.voyage-w33 .use-voyage img,
.cadeaux-w33 .use-cadeaux img {height: 315px !important; object-fit: cover; min-height: 1px}
.voyage-w50 .use-voyage img,
.cadeaux-w50 .use-cadeaux img {height: 315px !important; object-fit: cover; min-height: 1px}

.voyage-w50 .use-voyage .w50.pa2,
.cadeaux-w50 .use-cadeaux .w50.pa2,
.voyage-w33 .use-voyage .w50.pa2,
.cadeaux-w33 .use-cadeaux .w50.pa2 {height: 315px !important; padding: 20px; display: grid; display: grid; align-items: center; justify-content: center; }

.voyage-w50 .use-voyage .w50.pa2 p,
.cadeaux-w50 .use-cadeaux .w50.pa2 p
.voyage-w33 .use-voyage .w50.pa2 p,
.cadeaux-w33 .use-cadeaux .w50.pa2 p {font-size: 0.875em}

.voyage-w50 .use-voyage,
.voyage-w33 .use-voyage {margin-bottom: 0}

.carousel.carousel-home section {padding: 0}
.home-carousel p {font-size: 0.875em;}
.home-carousel h2 {font-size: 1em;}
.carousel-home .slick-slide .line .w50-article {padding: 0 10px 10px 20px !important; overflow-y: auto; max-height: 315px}

.blockevenemt {position: relative; background-image: url('../images/Bulle-Event.png'); background-position: top right; background-repeat: no-repeat; border-radius: 0 1rem 0 0}
.blockevenemt header {position: relative; left: 30px; top: 35px; background: none}
.blockevenemt header {font-size: 1em; font-weight: 700; height: 40px}
.blockevenemt header .event-number {float: left; font-size: 3.5em; color: #101841}
.blockevenemt header .event-text {position: relative; float: left; top: 1px; left: 8px; color: #101841; font-size: 1.25em}
.blockevenemt header .event-text-little {text-transform: lowercase; color: #fff; position:relative; top: 2px}

.blockevenemt .mod-event {
    display: flex;
    justify-content: center; /* Centre horizontalement */
    align-items: center;     /* Centre verticalement */
    height: 200px;           /* Nécessaire pour donner une hauteur au parent */
    margin: 50px 0 0 0
}
.bloc-event img {border-radius : 1rem}
.bloc-event-list.grid1 {max-width: 100% !important; margin-left: auto; margin-right: auto}
.bloc-event-list.grid1 .bloc-event {width: 100% !important; margin: 0 auto; text-align: center; display: inline-table}
.bloc-event-list.grid1 .bloc-event img {max-width: 130px !important;max-height: 130px !important;}

.bloc-event-list.grid2 {max-width: 80% !important; margin-left: auto; margin-right: auto}
.bloc-event-list.grid2 .bloc-event {width: 50% !important; margin: 0 auto; text-align: center; display: inline-table}
.bloc-event-list.grid2 .bloc-event img {max-width: 130px !important;max-height: 130px !important;}

.bloc-event-list.grid3 {max-width: 80% !important; margin-left: auto; margin-right: auto}
.bloc-event-list.grid3 .bloc-event {width: 33% !important; margin: 0 auto; text-align: center; display: inline-table;}

.bloc-event-list.grid4,
.bloc-event-list.grid5,
.bloc-event-list.grid6,
.bloc-event-list.grid7,
.bloc-event-list.grid8 {max-width: 90% !important; margin-left: auto; margin-right: auto}
.bloc-event-list.grid4 .bloc-event,
.bloc-event-list.grid5 .bloc-event,
.bloc-event-list.grid6 .bloc-event,
.bloc-event-list.grid7 .bloc-event,
.bloc-event-list.grid8 .bloc-event {width: 25%; margin: 10px auto; text-align: center; display: inline-table}

.bloc-event-list.grid4 .bloc-event img,
.bloc-event-list.grid5 .bloc-event img,
.bloc-event-list.grid6 .bloc-event img,
.bloc-event-list.grid7 .bloc-event img,
.bloc-event-list.grid8 .bloc-event img {width: 80px; height: 80px}

.actu-absence-message {height: 315px; display: grid !important; align-items: center;text-align: left; padding: 30px}
.actu-absence-message header {display: table}
.actu-absence-message header h2 {position: relative; top: -23px; left: -15px; line-height: inherit; margin: 0}
.actu-absence-message p {position: relative; top: -15px; text-align: left}
.actu-absence-message p,
.actu-absence-message a {display: block; width: 100%; text-align: left}

.home-solde {padding-top: 15px}
.home-solde a {border-radius: 1rem; background: #f07d00; padding: 10px 50px 10px 20px !important; font-weight: 900 !important}
.home-solde a span {color:white; font-size: 2em; font-weight: 900; position: relative; top: 5px}
.home-solde .btn.btn-yellow:before {margin-top: 5px}

.home-banner .center-content {display: flex; justify-content: center; align-items: center; height: 298px;}
.home-banner .text-left {display: block; color: white; font-size: 1.5em; text-align: left; font-weight: 300;}
.home-banner .text-left span {font-weight: 900}
.home-banner .text-left .arrow-orange {position: relative; top: -2px}

.home-banner .mod-03 .text-left {font-weight: 700; font-size: 1.25em; padding: 35px 35px; background: none; border-radius: 1rem;}
.home-banner .mod-03 .text-left img {margin-right: 10px}

.page-accueil .home-banner {margin-bottom: 1.5em}
.page-accueil .line-bloc {margin-top: 3.5em}

.page-accueil .slick-slide.carousel-blue,
.page-accueil .carousel-background-blue {background: none !important}

.home-2blocs .grid2-1 > *:first-child {width: 64% !important; margin-right: 2% !important; display: inline-block; float: left}
.home-2blocs .grid2-1 > * + * {width: 33% !important; margin-right: 0 !important; display: inline-block; float: left}

@media (max-width: 768px)  {
    .Accueil .main-content .line .left {float: none; text-align: center; width: 100%}
    .Accueil .main-content .line .left a {margin-bottom: 0.25em}
}

@media screen and (min-width: 1025px) and (max-width: 1360px) {
    .use-points h3 {font-size: 1.15em !important;position: relative;top: -5px; padding: 0; line-height: 1.1}
    .use-cadeaux .w50 {width: 33%}
    .use-cadeaux .w50.pa2 {width: 66%}
    .use-voyage .w50 {width: 33%}
    .use-voyage .w50.pa2 {width: 66%}
    .use-cadeaux .w50 img,
    .use-voyage .w50 img {object-fit: cover; height: 141px !important}

    .cadeaux-w33 .use-cadeaux .w50 {width: 50% !important}
    .cadeaux-w33 .use-cadeaux .w50.pa2 {width: 50% !important}
    .voyage-w33 .use-voyage .w50 {width: 50% !important}
    .voyage-w33 .use-voyage .w50.pa2 {width: 50% !important}
    .cadeaux-w33 .use-cadeaux .w50 img,
    .voyage-w33 .use-voyage .w50 img {height: 315px !important}

    .cadeaux-w50 .use-cadeaux .w50 {width: 50% !important}
    .cadeaux-w50 .use-cadeaux .w50.pa2 {width: 50% !important}
    .voyage-w50 .use-voyage .w50 {width: 50% !important}
    .voyage-w50 .use-voyage .w50.pa2 {width: 50% !important}
    .cadeaux-w50 .use-cadeaux .w50 img,
    .voyage-w50 .use-voyage .w50 img {height: 315px !important}

    .bloc-event-list.grid2 {max-width: 70% !important;}
    .bloc-event-list.grid3 {max-width: 90% !important;}
    .blockevenemt header {left: 0; top: 16px}
    .line-bloc.blockevenemt {background-size: 33%;}
    #index-index #valid-table tbody td {font-size: 0.75em !important}
    #index-index #valid-table thead th {font-size: 0.75em !important}
    .page-accueil #valid-table .statut-order {font-size: 0.825em !important}

    .home-gestion-commande .mod-btn-yellow {height: 32px !important; position: relative; top: -5px; font-size: 10px; padding: 3px 15px 3px 15px !important;}
    .home-gestion-commande .btn.btn-grey {height: 32px !important;}
}

@media screen and (min-width: 1361px) and (max-width: 1600px) {
    .use-points h3 span {display: inline-block!important;}
}

@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .line-bloc {
        margin-left: 1.5%;
        margin-right: 1.5%;
    }
    .home-banner .grid3 {}
    .home-3blocs .grid3 > * {width: 32% !important; margin-right: 2%; display: inline-block;}

    .home-3blocs .grid3 > .mod-03 {margin-right: 0 !important;}
    .home-3blocs .grid3 > .mod-width-ref-33.cadeaux-w33 {margin-right: 0 !important;}

    .home-2blocs .grid2 > * {width: 48.5% !important; display: inline-table;}
    .line-bloc.blockevenemt {right: -1.5%; border-radius: 0 1rem 0 0}
    .home-banner .mod-02 img {position: absolute; bottom: 0; left: 0}
    .home-banner .mod-02 img.logo-C {
        position: absolute;
        width: 48%;
        left: 26%;
        margin: 0 auto;
        bottom: -25px;
        z-index: 2;
    }
    .mod-width-ref-50.voyage-w50 {
        width: 48.5% !important;
        margin-right: 1.5% !important;
        margin-left: 0 !important;
    }
    .mod-width-ref-50.cadeaux-w50 {
        width: 48.5% !important;
        margin-left: 1.5%;
        margin-right: 0;
    }

    .mod-width-ref-50.voyage-w50 h3,
    .mod-width-ref-50.cadeaux-w50 h3 {font-size: 1.8em !important}

    .mod-width-ref-50.voyage-w50 .btn-grey,
    .mod-width-ref-50.cadeaux-w50 .btn-grey {max-width: 110px !important}


    #index-index #valid-table tbody td {font-size: 0.75em !important}
    #index-index #valid-table thead th {font-size: 0.75em !important}
    .page-accueil #valid-table .statut-order {font-size: 0.825em !important}

    .home-gestion-commande .mod-btn-yellow {height: 32px !important; font-size: 10px; padding: 3px 15px 3px 15px !important;}
    .home-gestion-commande .btn.btn-grey {height: 32px !important;}

    .use-points h3 {font-size: 1.15em !important;position: relative;top: -5px; padding: 0; line-height: 1.1}

}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
    .header-logo-site {width: 10%;padding-top: 20px;height: auto; padding-left: 15px}
    .header-center {
        width: 75%;
        display: inline-block;
    }
    .header-center .header-nav {padding: 0 !important;}
    .header-center .nav-principal ul {
        padding-left: 0;
        margin-right: 15px;
    }
    .header-user-logo-25-ans, .header-user-logo {
        width: 15%;
        height: 95px;
        display: grid;
        place-items: center;
    }
    .header-center .header-nav {
        padding: 22px 0 !important;
        left: -15px;
        position: relative;
    }
    .body-commercial .header-center .header-nav {
        padding: 22px 10px !important;
    }
    .page-accueil .home-banner .mod-contenu {
        max-height: 220px;
        min-height: 220px !important
    }
    .page-accueil .mod-contenu header {padding: 0 15px 0 15px !important;}
    .home-banner .center-content {
        height: 220px;
    }
    .home-banner .mod-03 .text-left {font-size: 1em}
    .home-banner .grid3 {max-width: 90%; margin: 0 auto}
    .home-banner .text-left {font-size: 1.25em}
    .home-solde a span {font-size: 1.25em; top: 1px; left: 5px}
    .home-solde a {line-height: inherit}

    .nav-principal-adherent a,
    .nav-principal-adherent a:hover,
    .nav-principal-adherent a:focus,
    .nav-principal-adherent a:active {font-size: 0.75em}


}

@media screen and (min-width: 1601px) and (max-width: 2000px) {
    .line-bloc {
        margin-left: auto;
        margin-right: auto;
        max-width: 1600px
    }
    .home-3blocs .grid3 > * {width: 32% !important; margin-right: 2%; display: inline-table;}
    .home-3blocs .grid3 > .mod-03 {margin-right: 0 !important;}
    .home-2blocs .grid2 > * {width: 49% !important; display: inline-table;}

    .home-3blocs .grid3 > .mod-width-ref-33.cadeaux-w33 {margin-right: 0 !important;}

    .mod-width-ref-50.voyage-w50 {
        width: 48.5% !important;
        margin-right: 1.5%;
        margin-left: 0;
    }
    .mod-width-ref-50.cadeaux-w50 {
        width: 48.5% !important;
        margin-left: 1.5% !important;
        margin-right: 0 !important;
    }
    .page-accueil #valid-table .statut-order {font-size: 1em !important}
    #index-index #valid-table thead th {font-size: 0.825em !important}

    .home-gestion-commande .mod-btn-yellow {height: 32px !important; font-size: 10px; padding: 3px 15px 3px 15px !important;}
    .home-gestion-commande .btn.btn-grey {height: 32px !important;}

    .mod-width-ref-50.voyage-w50 h3,
    .mod-width-ref-50.cadeaux-w50 h3 {font-size: 1.8em !important}

    .mod-width-ref-50.voyage-w50 .btn-grey,
    .mod-width-ref-50.cadeaux-w50 .btn-grey {max-width: 110px !important}

}


/* ----------------------------- */
/* == 5- Form                    */
/* ----------------------------- */


.control-group:before, .control-group:after {
    content: "";
}
.control-group:after {
    clear: both;
}
.control-group label {
    margin-top: 5px;  display: inline-block; margin-bottom: 5px;
}
.control-group label, .control-group input, .control-group button, .control-group select, .control-group textarea {
    font-size: 14px;font-weight: normal;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    background-color: #FFFFFF;
    border: 2px solid #c8d2e9;
}

textarea:read-only, input[type="text"]:read-only, input[type="password"]:read-only, input[type="datetime"]:read-only, input[type="datetime-local"]:read-only, input[type="date"]:read-only, input[type="month"]:read-only, input[type="time"]:read-only, input[type="week"]:read-only, input[type="number"]:read-only, input[type="email"]:read-only, input[type="url"]:read-only, input[type="search"]:read-only, input[type="tel"]:read-only, input[type="color"]:read-only, select[class='readonly']:read-only {
    background-color: #c8d2e9;
    border: 2px solid #ffffff;
}

textarea, input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="password"],input[type="date"], .ui-widget input {
    border-radius: 0;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.5em;
    margin-bottom: 0.75em;
    padding: 8px 16px;
    vertical-align: middle;
    color: #0b1742;
    border: 1px solid #0b1742;
}
select {border: 1px solid #0b1742; padding: 8px 6px; color: #0b1742; font-size: 1.6rem;  margin-bottom: 0.75em;}
select#datePeriode {margin-bottom: 0}
select option {font-size: 1.6rem;}
input, textarea {
    -moz-box-sizing: border-box;
    width: 100%;
}
.radio, .checkbox {
    min-height: 18px;
    padding-left: 0;
}
input[type="checkbox"], input[type="radio"] {
    width: auto;
    margin-bottom: 0.75em;
}

.front-office .ui-autocomplete.ui-widget-content {
    background: #c8d2e9; position: relative!important; z-index: 2; font-size: 1em; border-left: 1px solid #cbcbc8; border-right: 1px solid #cbcbc8; border-bottom: 1px solid #cbcbc8; padding-bottom: 5px
}

.back-office .ui-widget, .back-office .ui-widget input, .back-office .ui-widget select, .back-office .ui-widget textarea, .back-office .ui-widget button {font-size: 1em; font-family: arial, helvetica, sans-serif;}

#confidential {padding-bottom: 10px}
#confidential label {margin: 0!important;}

input:disabled, select:disabled, textarea:disabled {
    opacity: 1;
    background: #e9e9e9 !important;
    color: #0b1742 !important;
    border: 1px solid #0b1742 !important;
    box-shadow: 0px 0px 0px 0px #c8d2e9 !important;
}

.styled-select {border-radius: 0; }
.styled-select select {border: 1px solid #00519e; border-radius: 0; margin-bottom: 0.25em; padding: 9px 16px; width: 100%;}

.control-group label, .control-group input, .control-group button, .control-group select, .control-group textarea {
    font-size: 1em;
    font-weight: normal;
}
.control-group label {
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 5px;
    margin: 1rem 0 .2rem 0;
}



select.column_filter {
    display: block;
    font-family: sans-serif;
    font-weight: 600;
    color: #0b1742;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #0b1742;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.0);
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('../images/select-custom.jpg'),
    linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
    background-repeat: no-repeat, repeat;
    background-position: right 0 top 50%, 0 0;
    background-size: 2.5em auto, 100%;

}
.page-suivi-commande select.column_filter {min-width: calc(100% + 40px);}
select.column_filter::-ms-expand {
    display: none;
}
select.column_filter:hover {
    border-color: #888;
}
select.column_filter:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .3);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #000;
    outline: none;
}
select.column_filter option {
    font-weight:normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] select.column_filter, :root:lang(ar) select.column_filter, :root:lang(iw) select.column_filter {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
select.column_filter:disabled, select.column_filter[aria-disabled=true] {
    color: graytext;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}
select.column_filter:disabled:hover, select.column_filter[aria-disabled=true] {
    border-color: #aaa;
}

select.column_filter option.category-1 {font-weight: 600;}
select.column_filter option.category-2 {text-indent: 5px;}

/* ----------------------------- */
/* == 6- Boutons                  */
/* ----------------------------- */

.btn {
    display: inline-block;
    line-height: 20px;
    text-align: center;
    transition: all 150ms ease-in;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    cursor: pointer;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    border: 0 none;
    letter-spacing: 0.2px;
    word-spacing: 1px;
    font-family: "Rubik", arial, helvetica, sans-serif !important;
    font-style: normal;
    font-weight: 700 !important;
}
.btn:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.btn.btn-yellow,
.page-clients-membres .section-user-details .top-btn .btn-grey,
.btn.btn-yellow:hover,
.page-clients-membres .section-user-details .top-btn .btn-grey:hover {
    font-size: 15px;
    color: #101841;
    padding: 10px 40px 10px 10px;
    background: #f07d00;
    font-family: 'Rubik', arial, helvetica, sans-serif;
    border: 0 none;
    border-radius: 6px
}
.btn.btn-yellow:before,
.page-clients-membres .section-user-details .top-btn .btn-grey:before {
    width: 40px;
    height: 40px;
    background: url(../images/arrow-blue.png?id=2022) no-repeat;
}

.btn.btn-grey,
.btn.btn-white{
    background: #fff;
    color: #f07d00;
    border: 0 none;
    font-family: 'Rubik', arial, helvetica, sans-serif;
    font-weight: 400;
    padding: 3px 16px 3px 0;
}

.btn.btn-blue,
.btn.btn_blue,
.btn.btn-green,
.btn.btn_green,
#client-setrgpd .btn.btn-grey {
        font-size: 1em !important;
        background: #ef7d00 !important;
        border-radius: 6px !important;
        padding: 5px 10px !important;
        color: #fff !important;
        margin-bottom: 10px !important;
        text-transform: none;
        font-weight: 400 !important;
}

.btn.btn-blue:after,
.btn.btn_blue:after,
.btn.btn-green:after,
.btn.btn_green:after,
#client-setrgpd .btn.btn-grey:after {
    content: "\279C";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 0.3em 0 0;
    font: 1em/1 sans-serif;
    color: #000;
    text-shadow: 1px 1px 0 rgba(0,0,0,.1);
    speak: none;
    top: -0.03em;
    color: white;
    left: 6px
}

.btn.btn-blue:before,
.btn.btn_blue:before,
.btn.btn-green:before,
.btn.btn_green:before {
    background: #ffffff url(../images/arrow-01.png) no-repeat;
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.btn.btn-grey:before {
    background: #ffffff url(../images/btn-after.png?id=2022) no-repeat;
    content: "";
    width: 45px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.btn.btn-white:before {
    background: #ffffff url(../images/btn-after.png?id=2022) no-repeat;
    content: "";
    display: none;
    width: 45px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
}
.btn.btn-red {
    background: #f11a42;
    color: white;
    border: 0 none;
    font-family: 'Rubik', arial, helvetica, sans-serif;
    font-weight: 600;
    padding: 11px 13px 11px 13px;
    clear: right;
}
/*.btn.btn-red:before {
    background: #f11a42 ;
    display: block;
    width: 45px;
    height: 50px;
    position: absolute;
    left: 0;
    font-size: 1.5em;
    top: 11px;
}*/

#action-btns {
    text-align: center;
    background: #f1eff7;
    padding-bottom: 2em;
}
#action-btns .btn:before {
    background-color: #f1eff7;
}

.btn.little-btn-blue {
    background: #f07d00;
    color: #0b1742;
    border: 0 none;
    font-family: 'Rubik', arial, helvetica, sans-serif;
    font-weight: 600;
    padding: 8px 15px 10px 15px;
}
.btn.little-btn-red {
    background: #f11a42;
    color: white;
    border: 0 none;
    font-family: 'Rubik', arial, helvetica, sans-serif;
    font-weight: 600;
    padding: 8px 40px 10px 9px;
}
.little-btn-blue:before {
    display: none;
    background: #00519e url(../images/btn-after-blue.png?id=2022) no-repeat !important;
    content: "";
    width: 31px !important;
    height: 37px !important;
    position: absolute;
    right: 0;
}

.btn .tab-notif {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    color: white;
    background: #fb0603;
    margin-right: 8px;
    font-size: 0.875em;
    position: absolute;
    top: -14px;
    padding-top: 3px;
    right: -12px;
    text-align: center;
}

#popup .btn {max-width: 320px; border-radius: 1rem; color: white; padding: 20px}
#popup .btn.btn-blue {background: #f07d00}
#popup .btn:before {display: none}



/*#index-index .line a.btn.btn-grey,*/
/*#index-index .board-orders button.btn.btn-grey,*/
/*#index-index .table-board-orders a.btn.btn-grey {*/
/*    font-size: 0.938em !important;*/
/*    background: #ef7d00 !important;*/
/*    border-radius: 6px !important;*/
/*    padding: 5px 10px !important;*/
/*    color: #fff !important;*/
/*    margin-bottom: 10px !important;*/
/*    text-transform: none;*/
/*    font-weight: 400 !important;*/
/*}*/

/*#index-index .line a.btn.btn-grey:after,*/
/*#index-index .board-orders button.btn.btn-grey:after,*/
/*#index-index .table-board-orders a.btn.btn-grey:after {*/
/*    content: "\279C";*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    position: relative;*/
/*    margin: 0 0.3em 0 0;*/
/*    font: 1em/1 sans-serif;*/
/*    color: #000;*/
/*    text-shadow: 1px 1px 0 rgba(0,0,0,.1);*/
/*    speak: none;*/
/*    top: -0.03em;*/
/*    color: white;*/
/*    left: 6px*/
/*}*/

.btn-400-blue { font-size: 0.938em !important; color: #0b1742; padding: 5px 0px !important; font-weight: 400; background: white; border: 0 none; margin-left: 20px }
.btn-700-orange {font-size: 0.938em !important; color: #ef7d00; padding: 5px 0 !important; font-weight: 700; background: white; border: 0 none; margin-left: 20px}

/* ----------------------------- */
/* == 7- Page Profil             */
/* ----------------------------- */

.page-profil {
    background: #ffffff;
    top: -20px;
    position: relative;
}
.profil-header {
    color: #ffffff;
    border: 0 none;
    height: 160px;
    display: block;
    overflow: hidden;
}
.profil-img {
    position: relative;
}
.profil-header img.avatarfull.left {
    width: 150px;
    border-radius: 75px;
    border: 2px solid #ffffff;
    margin: 0 0 0 15px;
}
.profil-header .btn {padding: 10px 20px; border-radius: 1rem; color:white; background: #f07d00}
.profil-header .btn:before {display: none}

.profil-identity, .profil-role {
    padding: 20px 0 0 0;
    font-size: 2.250em;
    padding-left: 200px;
}
.profil-role {
    font-size: 1.250em;
    padding: 0 0 0 200px;
}
#modify-password {
    padding-top: 50px;
}

.profileForm {
    padding: 1em 1.4em;
}
.profileForm .mod-contenu header {padding-left: 0 !important}

.page-profil #formaskupdateprofil .control-group.control-radio {width: 90%; margin: 0; float: right;}
.page-profil #formaskupdateprofil .col-sm-12 .col-sm-3 {width: 10%; display: inline-block;}
.page-profil #formaskupdateprofil .control-textarea {margin-left: 0;}
.page-profil #formaskupdateprofil {margin-bottom: 10px; display: table;}

.page-profil .CustomerProfile .mod-contenu {margin-top: 30px;}


@media screen and (min-width: 1281px) {
    .profileForm .control-group {
        margin-right: 0;
        width: 31%;
        display: inline-table;
        margin: 0 1%;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .profileForm .control-group {
        margin-right: 0;
        width: 46%;
        display: inline-table;
        margin: 0 2%;
        margin-top: 0px;
        margin-right: 0;
        margin-bottom: 0px;
    }
    #modify-password {
        font-size: 10px;
    }
}

@media (max-width: 1024px) {
    .profil-header {
        height: auto;
        padding-bottom: 30px;
    }
    .profil-header .mod {
        width: 100% !important;
        float: left !important;
        text-align: center;
    }
    .profil-img.left {
        max-width: 170px;
        margin: 0 auto;
        float: none;
    }
    .profil-identity, .profil-role {
        padding: 0;
        clear: both;
        font-size: 1.250em;
    }
    .profil-role {
        white-space: pre;
    }
    #modify-password {
        padding-top: 5px;
        font-size: 10px;
    }
    .profil-header img.avatarfull.left {
        margin: 15px 0;
    }
}


/* ----------------------------- */
/* == 8- Carousel                */
/* ----------------------------- */

.home-carousel .mod {
    overflow: visible;
}

.home-3blocs .slick-slider {max-width: 512px !important}
.home-1blocs .slick-slider {max-width: 1600px !important}

.carousel > * {
    margin-left: 0 !important;
}

.slick-prev {
    left: 18px !important;
}

.slick-next {
    right: 6px !important;
}

.slick-prev,
.slick-next {width: 46px !important; height: 46px !important; margin-top: -10px; z-index: 1 !important;}

.slick-prev {left: 6px}
.slick-prev:before {content:"❮" !important; color: #9eaed9 !important; font-size: 26px !important; line-height: 0 !important; font-family: inherit !important; opacity: 1 !important; top: 5px;
    position: relative;}

.slick-next {right: 6px}
.slick-next::before {content:"❯" !important; color: #9eaed9 !important; font-size: 26px !important; line-height: 0 !important; font-family: inherit !important; opacity: 1 !important; top: 5px;
    position: relative;}

.slick-slide {margin: 0 !important;}

.slick-active {opacity: 1 !important; }

.slick-dots {bottom: -20px !important;}
.slick-dots li button:before {content:"●" !important; font-size: 24px !important; color: #cdcee6 !important; opacity: 1; }
.slick-dots li.slick-active button:before {opacity: 1 !important; color: #00569a !important;}

.slick-dotted.slick-slider {margin-bottom: 30px !important}

.carousel-home .carousel-background-blue .w33,
.carousel-home .carousel-background-blue .w66 {width: 50% !important}

.carousel {padding-left: 0 !important; overflow: visible !important;}
.carousel section {padding: 30px 42px}
.carousel-home .slick-slide img {width: 100%; border-radius: 1rem 0 0 1rem}
.carousel article img {height: 315px !important; width: 100%; object-fit: scale-down; /*object-fit: cover*/;}
.carousel article img.logo {max-width: 200px !important; object-fit: inherit; vertical-align: middle; height: 80px !important;}
.carousel .w50-image {display: grid; background: #0b1742; height: 315px; place-items: center; border-radius: 1rem 0 0 1rem}
.carousel .w50-image:before {content: "ACTU"; font-size: 0.875em; color: #0b1742; display: block; position: absolute; top: 12px; left: 12px; padding: 5px 10px; border-radius: 1rem; background: white; font-weight: 800; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.carousel .w66 {padding: 0 50px 0 30px;}
.carousel h2 {font-size: 1em !important; padding-bottom: 0.5em; padding-top: 1.6em;margin-bottom: 0.5em; max-width: 200px; font-weight: 600 !important;}

.mod-carousel-partenaires .slick-prev {
    left: 6px !important
}

.carousel section {
    position: relative;
}

.carousel-background-blue,
.slick-slide.carousel-blue {
    background: #ffffff;
}
.carousel-background-blue h2,
.slick-slide.carousel-blue h2{
    color: #0b1742;
}

.carousel-background-grey,
.slick-slide.carousel-grey {
    background: #ffffff;
}
.carousel-background-grey h2,
.slick-slide.carousel-grey h2 {

}

span.carousselbutton a:before {display: none}

.carousel-home .slick-slide .line .w50-article {padding-left: 30px;}

.login-office #btLogin,
#index-index .line a.btn.btn-grey,
#index-index .board-orders button.btn.btn-grey,
#index-index .table-board-orders a.btn.btn-grey,
#index-index .declarations a.btn.btn-grey,
#index-index .mod-carousel-partenaires a.btn.btn-grey,
span.carousselbutton a,
.supports-com .btn-yellow,
#userManagementTable_wrapper .dt-buttons .btn-yellow,
#ManageRenewUsers_wrapper .dt-buttons .btn-yellow,
.actu-absence-message .btn.btn-grey,
#client-editactualite .btn-grey {
    font-size: 0.938em !important;
    background: #ef7d00 !important;
    border-radius: 6px !important;
    padding: 5px 10px !important;
    color: #fff !important;
    margin-bottom: 10px !important;
    text-transform: none;
    font-weight: 400 !important;
    line-height: 20px !important;
}

.login-office #btLogin:after,
#index-index .line a.btn.btn-grey:after,
#index-index .board-orders button.btn.btn-grey:after,
#index-index .table-board-orders a.btn.btn-grey:after,
#index-index .declarations a.btn.btn-grey:after,
#index-index .mod-carousel-partenaires a.btn.btn-grey:after,
span.carousselbutton a:after,
.supports-com .btn-yellow:after,
#userManagementTable_wrapper .dt-buttons .btn-yellow:after,
#ManageRenewUsers_wrapper .dt-buttons .btn-yellow:after,
.actu-absence-message .btn.btn-grey:after,
#client-editactualite .btn-grey:after {
    content: "\279C";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 0.3em 0 0;
    font: 1em/1 sans-serif;
    color: #000;
    text-shadow: 1px 1px 0 rgba(0,0,0,.1);
    speak: none;
    top: -0.03em;
    color: white;
    left: 6px
}

.actu-absence-message .btn.btn-grey {width: auto; display: table; max-width: 180px}


#index-index .home-decla-resultats .declarations .btn.btn-grey {color:#ef7d00!important; background: white!important}
#index-index .home-decla-resultats .declarations a.btn.btn-grey:after {color:#ef7d00}
#index-index .home-decla-resultats h2,
#index-index .home-decla-resultats p {color: white !important}

.index_zonemembre .btn-white {font-weight: 400 !important; text-transform: inherit}
.index_zonemembre [data-table-label="DATE :"] {font-weight: 700; color: #ef7d00}
.index_zonemembre [data-table-label="POINTS"] span {background: #ef7d00; color: white; padding: 6px; border-radius: 1rem; display: inline-block; position: relative; top: 0; line-height: 1; height: 26px}

.home-mod-height-line1-adherent.home-3blocs .mod-01,
.home-mod-height-line1-adherent.home-3blocs .mod-02,
.home-mod-height-line1-adherent.home-3blocs .mod-03 {min-height: 248px !important}
.home-mod-height-line1-adherent.home-3blocs .mod-contenu {min-height: 240px !important;}

.home-gestion-commande .board-orders-title {padding: 0 20px 0 20px !important}
.home-gestion-commande .board-orders .btn-grey {height: 32px !important; line-height: 20px !important}
.home-gestion-commande .left-text {position: relative; float: left; top: 13px}
.home-gestion-commande .right-btn {position: relative; right: 0; float: right}
#index-index .declarations {padding: 0 15px 15px 15px;}
#index-index .declarations p {padding: 0 0 15px 0}
#index-index .declarations a.btn {margin-left: 0}
#index-index .mesoutilsdecommunication p {padding: 0 15px 15px 15px;}
#index-index .voyage-w33 a.btn.btn-grey,
#index-index .cadeaux-w33 a.btn.btn-grey {width: 100px !important}

@media (max-width: 1024px) {
    .carousel .w50,
    .carousel .w50 {width: 100%}
    .carousel .w50 {padding: 0 20px 0 20px;}
    .carousel article img {margin: 0 auto; text-align: center}
    .carousel article img {max-height: inherit; max-width: 100%}
    .carousel h2 {text-align: center; padding-top: 1em; width: 100%; max-width: inherit}

    .carousel-home .slick-slide .line .w33 {width: 100%; margin-right: 0; margin-bottom: 20px;}
    .carousel-home .slick-slide img {width: auto;max-width: 240px;}
    .carousel-home .carousel-background-grey,
    .carousel-home .carousel-background-blue,
    .carousel-home .carousel-blue,
    .carousel-home .carousel-grey {height: auto !important;}
}

@media (max-width: 640px) {
    .carousel-home {width: 100% !important}
    .carousel-home .slick-slide img {width: 200px !important}
    .carousel .w50 {width: 50% !important}
    .carousel-home .slick-initialized .slick-slide {width: 100% !important}
}

/* ----------------------------- */
/* == 9- Table                */
/* ----------------------------- */

table {table-layout: inherit !important; border: 0 none;}

table.dataTable {border-collapse: collapse !important;}

.dataTable {margin: 0}
.dataTable th {color: white}
.dataTable td {
    font-size: 0.875em !important;
    line-height: 1.2;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0  !important;
    padding: 12px 10px 10px 13px !important;
    border-bottom: 1px solid #e9e9e9 !important;
    /*    font-family: "mr-eaves-modern", arial, helvetica, sans-serif !important;*/
    font-family: 'Rubik', arial, helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #0b1742;
    background: white !important;
}
table.dataTable.no-footer {border-bottom: 1px solid #e9e9e9 !important;}
.dataTable tr:last-child td {border-bottom: 0 none !important;}

table.dataTable thead th,
table.dataTable thead td {padding: 8px 10px 7px 10px; !important; font-size: 1em; text-align: left;}

table thead tr, thead tr, tbody th /*Header Tableau*/
{background: #0b1742 !important}
table.dataTable thead th,
table.dataTable thead td {border-bottom: 0 none; color: white}

table tfoot tr, tfoot tr, tfoot th /*Header Tableau*/
{background: #00519e !important}
table.dataTable tfoot th {border-bottom: 0 none; color: white}

table.dataTable thead th {
    /*    font-family: 'Rubik', arial, helvetica, sans-serif;  */
    font-family: "Rubik", arial, helvetica, sans-serif !important;
    font-style: normal;
    font-weight: 400;
    padding: 14px 10px 12px 13px !important;
    border: 0 none;
    letter-spacing: 0.6px;
    word-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 0.75em
}
table.dataTable tfoot th {
    font-family: 'Rubik', arial, helvetica, sans-serif;
    /*    font-family: "Rubik", arial, helvetica, sans-serif !important;*/
    font-style: normal;
    padding: 12px 8px 10px 13px !important;
    border: 0 none;
    letter-spacing: 0.6px;
    word-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 1.3em;
    background: #ef7d00 !important;
    color: #fff;
    font-weight: 600;
}

table.dataTable td input[type="text"] {
    font-size: 1rem;
    margin-bottom: 0;
}

.page-declaration-resultats table.dataTable td input[type="text"] {
    font-size: 1.8rem;
}


#valid-table {border-left: 0 none; border-right: 0 none;}


table.dataTable tbody tr:nth-child(odd) td {
    background: #fff !important;
}
table.dataTable tbody tr:nth-child(even) td {
    background: #fff !important;;
}

.dataTable button.btn-yellow,
.btn-img.btn-yellow {background: #fff; color: #0b1742}
.dataTable button.btn-red,
.btn-img.btn-red {background: #fff; color: #0b1742}

.dataTables_wrapper .dataTables_length {
    margin-bottom: 1em;
}

.page-accueil #valid-table.dataTable td {font-size: inherit;}
.page-accueil #valid-table th
.page-accueil #valid-table td {font-size: 1.35em;}
.page-accueil #valid-table th:nth-child(1),
.page-accueil #valid-table th:nth-child(1) {width: 18%;}
.page-accueil #valid-table th:nth-child(3),
.page-accueil #valid-table th:nth-child(3) {width: 14%;}
.page-accueil #valid-table th:nth-child(4),
.page-accueil #valid-table th:nth-child(4) {width: 25%;}
.page-accueil #valid-table .statut-order {font-size: 0.75em; line-height: 1.1 !important; min-width: 120px;}

.index_zonemembre {position: relative;}
.membre_lastorders{}
.favoris_articles {height: 100%; top: 0; bottom: 0; /* left: calc(50% ); */ right: 0; position:absolute}
.favoris_articles .mod-contenu {height:100%;}


/* ----------------------------- */
/* == 10- Page Mon compte points */
/* ----------------------------- */

body[id^="boutique-"] .page-banner,
.page-banner,
#client-comptepoints .page-banner,
#commande-suivi .page-banner {
    background: url(../images/rond-bleu-etire.png), linear-gradient(to right, #0b1643, #30568f);
    background-size: 535px, auto;
    background-repeat: no-repeat, no-repeat;
    background-position: center, top center;
    height: 155px !important;
}

.mon-compte-points .line {margin-bottom: 20px;}
.mon-compte-points .line-details {padding-bottom: 20px;margin-bottom: 0;}

.details-mespoints {background: white;}
.details-mespoints .row.w100 {padding: 15px;border-bottom: 1px solid #000000}
.details-mespoints .colonne02 {font-weight: 700;}
.details-mespoints .colonne03 {text-align: right}

.details-mespoints .bloc-btn-yellow {
    font-size: 1em !important;
    background: #ef7d00 !important;
    border-radius: 6px !important;
    padding: 5px 10px !important;
    color: #fff !important;
    margin-bottom: 0 !important;
    text-transform: none;
    font-weight: 400 !important;
}

.details-mespoints .bloc-btn-yellow:after {
    content: "\279C";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 0.3em 0 0;
    font: 1em/1 sans-serif;
    color: #000;
    text-shadow: 1px 1px 0 rgba(0,0,0,.1);
    speak: none;
    top: -0.03em;
    color: white;
    left: 6px; display: none
}

.details-table {margin-top: 15px; margin-bottom: 30px;}

#client-setrgpd .mod header h2 {padding-top: 0 !important}
#client-setrgpd .page-banner {display: none}

.statut-order {font-size: 0.72em;}

.mon-compte-points .dataTable td {border-bottom: 1px solid #ccc !important}

.comptepoints-logo {background: #fff; text-align: center; padding: 5px;}
.comptepoints-logo img {max-height: 60px; margin: 0 auto 5px auto;}

.details-mespoints.line-open {}
.details-mespoints.line-open .row.w100 {background: #ef7d00; border-bottom: 0 none;}
.details-mespoints.line-open .row.w100 .bloc-btn-yellow {background: #ffffff;}
.details-mespoints.line-open .details-table {padding: 0 30px 50px 30px; margin: 0; border-bottom: 1px solid #000000;}


.mon-compte-points table.dataTable.stripe tbody tr.odd,
.mon-compte-points table.dataTable.display tbody tr.odd,
.mon-compte-points table.dataTable.display tbody tr.odd > .sorting_1,
.mon-compte-points table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #ffffff !important;
}

.mon-compte-points table.dataTable tbody tr:nth-child(even),
.mon-compte-points table.dataTable.display tbody tr.even > .sorting_1,
.mon-compte-points table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background: #f0f0f0 !important;
}

.mon-compte-points table.dataTable thead th.txtcenter {text-align: center !important;}
.mon-compte-points table.dataTable thead th.txtleft {text-align: left !important;}
.mon-compte-points table.dataTable thead th.txtright {text-align: right !important;}

.mon-compte-points table.dataTable thead th,
.mon-compte-points table.dataTable tfoot th {padding: 10px 30px 8px 33px !important;}

.mon-compte-points .dataTable td {padding: 12px 30px 10px 33px !important;}


.mon-compte-points .dataTables_wrapper .dataTables_paginate {
    float: right;
    width: 70%;
}
.legend-table {float: left; width: 30%; position: relative; top: -40px;}


.mon-compte-points .mod-contenu header {margin-top: 1.5em;}
.mon-compte-points .mod-contenu header:first-child {margin-top: 0;}


@media (max-width: 1360px) {
    .mon-compte-points .dataTables_wrapper .dataTables_paginate {width: 80%;}
    .legend-table {float: left; width: auto;  max-width: 200px;}
}


/* ----------------------------- */
/* == 11- Page Suivi de commandes     */
/* ----------------------------- */

.page-suivi-commande .tab-menu li a {width: 100%}
.page-suivi-commande .tab-menu li {width: 49.5% !important}
.page-suivi-commande .tab-menu li:first-child {margin-right: 0.5% !important}
.page-suivi-commande .tab-menu li:last-child {}

.filters-commandes .control-button {float: right; margin-bottom: 2em;}
.filters-commandes #valid-table_length {height: 50px;position: relative; top: 10px;}
.control-filters-commande {display: flex !important; float: left;}
.control-filters-commande label {margin-top: 10px}
#manage-table_length {height: 35px;position: relative;top: 0;left: 0;text-align: left;display: flex;width: 100%; margin-bottom: 1em}

.modify-order ul {padding-left: 0}

.statut-order {font-size: 0.688em; margin-right: 5px; position: relative; min-width: 95px; display: table; line-height: 1.1; height: 25px; width: 100%;}
.statut-order:before {display:block; content:""; position: relative; margin-right: 5px; height: 25px; width: 29px; background-repeat: no-repeat; background-position: left; float: left; margin-top: -2px; margin-left: 0}
.order01 {color: #ff9000}
.order02 {color: #3599ff}
.order03 {color: #3599ff}
.order04 {color: #45b62f}
.order05 {color: #ff0000}
.order06 {color: #ff0000}
.order11 {color: #45b62f}
.order12 {color: #ff0000}
.order01:before {background-image: url('../images/statut-pending.png?id=2022');}
.order02:before {background-image: url('../images/statut-pendingprovider.png?id=2022');}
.order03:before {background-image: url('../images/statut-transmitted.png?id=2022');}
.order04:before {background-image: url('../images/statut-sent.png?id=2022'); margin-top: -4px;}
.order05:before {background-image: url('../images/statut-canceledprovider.png?id=2022'); margin-top: -6px;}
.order06:before {background-image: url('../images/statut-canceledexternal.png?id=2022'); margin-top: -6px;}
.order11:before {background-image: url('../images/statut-offcatalogue.png?id=2022'); margin-top: -6px;}
.order12:before {background-image: url('../images/statut-refused.png?id=2022'); margin-top: -6px;}

.order04,
.order05,
.order06,
.order011,
.order12 {line-height:1.4}

.page-suivi-commande .section-search .control-group {width: 19%}
.page-suivi-commande .section-search .control-group label {font-size: 0.91em}
.bloc-details-commande ul {padding: 0; margin: 0;}
.bloc-details-commande li {display: inline-block;width: 47%;margin: 0 1%;text-align: left}
.bloc-details-commande header li {text-align: center}

.bloc-commande-details {padding-bottom: 1em}
.bloc-commande-details li {text-align: left !important}
.bloc-commande-details li.w100 {width: 100% !important}
.bloc-commande-details li label {display: inline-block; font-family: 'Rubik', arial, helvetica, sans-serif; font-weight: 300; }
.bloc-commande-details li span {top: 6px;position: relative;}
.bloc-commande-details li span span {top: 0}

#manage-details .bloc-membre {padding: 0;}
#manage-details .bloc-membre .bloc-content {border: 0 none}
#manage-details .bloc-btn {padding-top: 3em; text-align: right}
#manage-details .bloc-btn .btn {position: relative; margin-top: -2.5em; margin-right: 0}

.page-suivi-commande #manage-details .bloc-membre .ui-tabs-nav {border-bottom: 0}
.page-suivi-commande #manage-details .bloc-membre .ui-tabs-nav li {width: 33% !important; color: white; font-weight: normal }

#valid-details .bloc-details-commande #orderline li {padding: 0; width: 100%; border-top: 1px solid #00519e; padding: 7px 10px; margin: 0}
#valid-details .bloc-details-commande #orderline li:last-child {border-bottom: 1px solid #00519e}
#valid-details .bloc-details-commande #orderline li .control-radio {display: inline-block; float: right; margin-left: 20px; margin-right: 20px; }
#valid-details .bloc-details-commande #orderline li .control-radio .radio {position: relative; top: 4px}
#valid-details .bloc-details-commande #orderline {background: #dcdcdc; position: relative; top: -2px; margin-bottom: 2em; padding: 0}

.order-details {display: inline-block; width: 55%;float: left; padding-top: 2px;}
.order-details  .w50 {display: inline-block; float: left}
.order-radio {display: inline-block; width: 45%}

.valid-command {position: relative;right: 0;width: 100%;text-align: right; clear: both;}
.valid-command input {color: #9eaed9 !important; padding-top: 10px; width: 180px; padding: 11px 13px !important;}

.page-suivi-commande .section-user-details .bloc-membre {padding: 0 0 1em 0;}
.page-suivi-commande .mod-contenu .GeneralProfile header,
.page-suivi-commande .mod-contenu .bloc-details-commande header {font-weight: 200; padding: 5px;}

.page-suivi-commande .mod-contenu .bloc-details-commande header span:last-child {font-weight: 700;}
.page-suivi-commande .GeneralProfile ul li span:last-child {font-weight: 700;}

.modify-order ul {padding-bottom: 20px; list-style: none;}
.modify-order div {padding-bottom: 20px}
.modify-order input[type="submit"] {color: #9eaed9 !important; background: #00519e; border: 0 none}

.link-yellow-details {
    background: url(../images/btn-icone-details.png) top -2px center no-repeat;
    display: inline-block;
    width: 46px;
    height: 30px;
    position: relative;
    margin-top: -1px;
}


#CmdValidManagementTable th:nth-child(1),
#CmdValidManagementTable td:nth-child(1) {width: 11%! important;}
#CmdValidManagementTable th:nth-child(2),
#CmdValidManagementTable td:nth-child(2) {width: 12%! important;}
#CmdValidManagementTable th:nth-child(3),
#CmdValidManagementTable td:nth-child(3) {width: 21%! important; text-transform: uppercase}
#CmdValidManagementTable th:nth-child(4),
#CmdValidManagementTable td:nth-child(4) {width: 12%! important;}
#CmdValidManagementTable th:nth-child(5),
#CmdValidManagementTable td:nth-child(5) {width: 12%! important; text-transform: uppercase}
#CmdValidManagementTable th:nth-child(6),
#CmdValidManagementTable td:nth-child(6) {width: 12%! important;}
#CmdValidManagementTable th:nth-child(7),
#CmdValidManagementTable td:nth-child(7) {width: 12%! important;}
#CmdValidManagementTable th:nth-child(8),
#CmdValidManagementTable td:nth-child(8) {width: 8%! important;}


#CmdSuviManagementTable th:nth-child(1),
#CmdSuviManagementTable td:nth-child(1) {width: 12%! important;}
#CmdSuviManagementTable th:nth-child(2),
#CmdSuviManagementTable td:nth-child(2) {width: 9%! important;}
#CmdSuviManagementTable th:nth-child(3),
#CmdSuviManagementTable td:nth-child(3) {width: 19%! important; text-transform: uppercase}
#CmdSuviManagementTable th:nth-child(4),
#CmdSuviManagementTable td:nth-child(4) {width: 12%! important;}
#CmdSuviManagementTable th:nth-child(5),
#CmdSuviManagementTable td:nth-child(5) {width: 10%! important; text-transform: uppercase}
#CmdSuviManagementTable th:nth-child(6),
#CmdSuviManagementTable td:nth-child(6) {width: 10%! important;}
#CmdSuviManagementTable th:nth-child(7),
#CmdSuviManagementTable td:nth-child(7) {width: 10%! important;}
#CmdSuviManagementTable th:nth-child(8),
#CmdSuviManagementTable td:nth-child(8) {width: 12%! important;}
#CmdSuviManagementTable th:nth-child(9),
#CmdSuviManagementTable td:nth-child(9) {width: 6%! important;}


/* ----------------------------- */
/* == 12- Page contacts          */
/* ----------------------------- */

.page-voscontacts .mod-contenu {
    min-height: 220px;
}
.telephone {
    font-family: "Rubik", arial, helvetica, sans-serif;
    color: #00569a;
    font-size: 32px;
    text-align: center;
    padding-bottom: 5px;
    position: relative;
    margin-top: -0.5em;
}
.p-form-contact a {
    color: #00569a;
}

.page-store {
    width: 100%;
    margin: 0%;
    background: #ffffff;
    font-size: inherit;
}

.page-store .zend_form {
    padding: 0 20px 20px 20px
}

.page-store .form-group.row {
    display: block;
    margin-top: 20px;
}
.page-store .form-group b {
    text-align: left
}

.page-store .col-sm-12 br {
    display: none
}
.page-store .col-sm-12 .col-sm-3 {
    padding-right: 15px
}
.page-store .col-sm-12 input {
    max-width: 300px
}
.page-voscontacts .mod-contenu header {
    height: auto
}
.page-voscontacts span.header-text {
    float: none;
    width: 80%;
    top: 0;
    display: inline-block;
}
.page-voscontacts span.header-img {
    float: right;
    width: 20%;
    text-align: right;
    display: inline-block;
}

.telephone {
    font-family: "Rubik", arial, helvetica, sans-serif;
    color: #00569a;
    font-size: 32px;
    text-align: center;
    padding-bottom: 5px;
    position: relative;
    margin-top: -0.5em
}
.p-form-contact {margin-top: 7px}
.p-form-contact img {position: relative; top: -2px}
.p-form-contact a {color: #00569a}
.page-contact .row-lecercle .w50l {padding-right: 50px !important}
.page-contact .row-lecercle .w50r {padding-right: 10px !important}
.page-contact .text-italic {font-size: 0.91em}
.page-contact .col-sm-12.text-center select.form-control,
.page-contact .col-sm-12.text-center input.form-control,
.page-contact .col-sm-12.text-center textarea.form-control {margin-top: 5px; margin-bottom: 0.75em;}
.page-contact .col-sm-12.text-center textarea.form-control {height: 135px;}
.page-contact .control-radio {float: right; width: 80%; font-size: 0.83em;}
.page-contact .col-sm-3 {float: right; width: 20%;}
.page-contact .control-submit .btn {max-width: 160px; float: right; margin-top: 30px; padding: 11px 13px 11px 13px;}
.page-contact .col-sm-12.text-center ul {padding-left: 0; margin: 0 0 0.75em 0; list-style: none;}
.page-contact .errors {color: #fb0603; position: relative; clear: both; width: 100%;}
.page-contact .row.w100 .line.w50 {padding: 2px 10px 0 10px;}
.page-contact .row.w100 .line.w50 .ml1 {margin-bottom: 10px;}
.mail {color: #00569a}

.page-contact-avantages .control-submit {display: table !important;}
.page-contact-avantages .control-submit .btn {max-width: 200px; float: right; margin-top: 30px; padding: 11px 13px 11px 13px;}
.page-contact-avantages .col-sm-12.text-center ul {padding-left: 0; margin: 0 0 0.75em 0; list-style: none;}
.page-contact-avantages .errors {color: #fb0603; position: relative; clear: both; width: 100%;}
.page-contact-avantages .text-right {padding: 15px;}


/* ----------------------------- */
/* == 13- Page clients membres   */
/* ----------------------------- */

.body-relative .page-layout ul.conteneur,
.body-relative .page-layout ul.conteneur_x_12 {
    width: 94%;
    margin: 0 auto 0 4.2%;
    padding: 0;
    max-width: inherit;
}

.paging_simple_numbers {text-align: center; margin: 1em 0}

.dataTables_paginate a.paginate_button {background: #cdcee6 !important; color: #ffffff !important; margin: 0 5px !important; display: inline-block !important;text-align: center !important; padding: 8px 14px !important; cursor: pointer !important; border-radius: 0 !important; }
.dataTables_paginate a.paginate_button.current {color: #00519e !important}

.dataTables_wrapper .dataTables_paginate .paginate_button {background: #fff !important; color: #0b1742 !important; margin-bottom: 0.5em !important; border: 1px solid #e9E9E9 !important; border-radius: 30px !important; font-size: 0.85em}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {color: #9eaed9 !important}


.section-search {margin-bottom: 1.5em}
.section-search .control-group,
.search-member .control-group {display: inline-block; width: 28%; margin: 0 1% }
.section-search .control-button,
.search-member .control-button {display: inline-block; position: relative; top: -8px}
.widget header {background: #00569a;color: white; padding: 7px 10px 7px 10px; width: 100%; margin: 0.5em 0 1em 0; font-size: 1.3em; font-family: "Rubik", arial, helvetica, sans-serif; text-transform: uppercase}

.section-filters .control-group {display: inline-block; margin: 0 1% }
.section-filters .control-group label {display: block; }

.top-btn button {background: #fff; border: 0 none; padding: 10px 10px 7px 0; color: #0b1742; margin-bottom: 15px;}
.GeneralProfile header,
.bloc-details-commande header {height: auto !important; background: #0b1742; color: white; margin-bottom: 1em}
.GeneralProfile header ul,
.bloc-details-commande ul {margin: 0; padding: 0;}
.GeneralProfile header li {display: inline-block; width: 31%; margin: 0 0.9%; text-align: center; line-height: 1; vertical-align: middle; padding: 10px 0 0 0;}
.bloc-details-commande header li {display: inline-block; width: 46.4%; margin: 0 0.9%; text-align: center; line-height: 1; vertical-align: middle; padding: 10px 0 0 0;}
.GeneralProfile .bloc-content li {display: inline-block; width: 31%; font-size: 0.938em; margin: 0 0.9%; text-align: left;}
.GeneralProfile .bloc-content li br {display: none;}

#commande-suivi #resetSuiviCmd {position:relative; left: 40px; top: 16px}
#commande-suivi #CmdSuviManagementTable_info {position:relative; top: -15px}
#commande-suivi #export-manage-btn  {position:absolute; margin-top: 110px; left: 25px}

.widget .legend {background: #cdcee6; display: block; width: 100%; padding: 8px; margin: 1em 0; font-family: 'Rubik', arial, helvetica, sans-serif;  font-weight: 300; }

.widget .control-group label {font-size: 1em}

.GeneralProfile {background: white; }
.GeneralProfile .display-field .control-group {display: inline-block; margin: 0 4% 6% 5%; width: 91%; line-height: 1;
    -webkit-column-break-inside: avoid; /* WebKit fix */
    page-break-inside: avoid; /* Firefox fix */
    break-inside: avoid-column; /* W3C */
    word-wrap: break-word;}

.GeneralProfile .display-field .control-group .label-session {display: none}
.GeneralProfile .display-field .control-group:nth-child(3) {}

.bloc-content li label,
.GeneralProfile .display-field .control-group label {font-family: 'Rubik', arial, helvetica, sans-serif;  font-weight: 300; display: inline-block; margin: 0; line-height: 1}

.GeneralProfile .display-field .control-group label:after {content:" : "; display: inline-block; font-family: 'Rubik', arial, helvetica, sans-serif;  font-weight: 300; padding-left: 2px}

.GeneralProfile .display-field {
    -webkit-column-count:4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 1px dotted #f1eff7;
    -moz-column-rule: 1px dotted #f1eff7;
    column-rule: 1px dotted #f1eff7;
}
.GeneralProfile .display-field .control-group .display-value{display: inline-block; font-weight: bolder;}

.bloc-content {border-bottom: 2px solid #f1eff7; padding-top: 1em; padding-bottom: 1em}
.bloc-content-01 {padding-top: 0;}
.bloc-content ul {padding-left: 0}
.bloc-content li {text-align: left}
.bloc-content li span {top: 0; position: relative}
.UA .display-value span {top: 0; position: relative}

.GeneralProfile .bloc-content li span {top: 1px;}
.GeneralProfile .UA .display-value span {top: 2px;}

.page-clients-membres .GeneralProfile .bloc-content-01 li:nth-child(2) {margin-left: 6px;}

.GeneralProfile .UA {padding-top: 1em;}
.bloc-membre {background: white; margin-bottom: 1em; padding-bottom: 4em; clear: both}
.bloc-membre .bloc-actions {float: right; margin-right: 1em; margin-bottom: 2em;}
.main-header .bloc-membre {display:none}

.bloc-compte-points {background: white; width: 59%; margin-right: 1%; float: left; min-height: 300px}
.bloc-categorie {background: white; width: 39%; margin-left: 1%; float: right; min-height: 300px; position: relative}

.bloc-compte-points header,
.bloc-categorie header {margin-top: 0}

.bloc-categorie .control-size1 {position: absolute; top: 50px; color: #222222; width: 90%; left: 20px}
.bloc-categorie .compte-categorie {padding: 15px 5px 5px 5px}

.bloc-actions .btn,
.bloc-btn .btn {border-radius: 30px; padding: 9px 16px; border: 1px solid #ef7d00; margin: 5px}

.CategoryDetails {padding: 70px 15px 15px 15px}
.compte-points {padding: 15px}
.compte-points li {height: 24px}

.bloc-btn .btn {float: right; margin-right: 1em}

.bloc-bonus {background: white; margin-top: 1.25em; padding-bottom: 4em}
.bloc-bonus dl {padding: 15px;}
.bloc-bonus li {display: inline-block; width: 31%; margin: 0 1%; text-align: center }
.bloc-bonus li label,
.bloc-bonus li span {text-align: left}

.page-clients-membres .section-user-details .top-btn {margin: 2em 0}
.page-clients-membres .section-user-details .top-btn div {width: 500px}
.page-clients-membres .section-user-details .top-btn div br {display: none}

.page-clients-membres .tab-menu li a {width: 100%}
.page-clients-membres .tab-menu li {width: 33% !important;}
.page-clients-membres .tab-menu li:first-child {margin-right: 0.60% !important;}
.page-clients-membres .tab-menu li:last-child {margin-left: 0.60% !important;}

.page-clients-membres .dropdown-wrapper {width: 250px}
.page-clients-membres .dropdown-wrapper input {width: 210px}

.page-clients-membres .status-order-dropdown.is-active .dropdown-list  {min-height: 110px}
.page-clients-membres .entities-order-dropdown.is-active .dropdown-list  {min-height: 200px}

.bloc .control-dropdownlist select,
#RenewPaymentType {padding: 10px; margin-bottom: 1em}

.renew-order-dropdown {margin-top: 10px; margin-bottom: 1em; }
.page-clients-membres .renew-order-dropdown {width: 33%}
.page-clients-membres .renew-order-dropdown input {width: 100%}
.page-clients-membres .renew-order-dropdown .list-scroll {padding-top: 15px}

#ManageRenewUsers_wrapper {margin-top: 10px;}
#ManageRenewUsers_length {text-align: right; padding-top: 0}

.dataTables_wrapper.no-footer .btn.btn_green {border: 1px solid #f07d00; padding: 15px 20px; border-radius: 30px; font-size: 1.35em; float: none; display: flex; margin: 0 auto}
.dataTables_wrapper.no-footer .btn.btn_green:before {display: none}

.renewUserSection {background: white}

.bloc-container {padding: 0 1.5em 4em 1.5em}
.bloc-container .bloc-btn {margin-top: 1em}
.bloc-container .bloc-btn .btn {margin-right: 0}

#searchAddUser-btn {background: #0b1742; color: white; text-align: center; line-height: 1.7em; padding: 7px 11px 8px 11px; position: relative; top: 2px}

.bloc-intro {padding-bottom: 1em}

.bloc-btn-blue {font-size: 15px; padding: 3px 27px 0 13px !important; border: 0 none; font-size: 1em; color :#0b1742; text-decoration: none; display: inline-table;}
.bloc-btn-yellow {font-size: 15px; color: #0b1742; padding: 3px 27px 0 13px !important; border: 0 none; font-size: 1em;}

.editProfilSession .control-group select {padding: 10px; margin-bottom: 1em}
.editProfilSession input[type="text"] {}
.editProfilSession .icon-mail {display: none}

.section-user-details .bloc-membre {padding: 0 0 4em 0;}
.section-user-details .GeneralProfile {background: none}

#AddUserArea .control-group {
    margin-right: 0;
    width: 31%;
    display: inline-table;
    margin: 0 1%;
}

#AddUserArea .control-group select {padding: 10px}


/*#userManagementTable th:nth-child(1),*/
/*#userManagementTable td:nth-child(1) {width: 12%! important;}*/
/*#userManagementTable th:nth-child(2),*/
/*#userManagementTable td:nth-child(2) {width: 14%! important;}*/
/*#userManagementTable th:nth-child(3),*/
/*#userManagementTable td:nth-child(3) {width: 14%! important;}*/
/*#userManagementTable th:nth-child(4),*/
/*#userManagementTable td:nth-child(4) {width: 19%! important; text-transform: uppercase}*/
/*#userManagementTable th:nth-child(5),*/
/*#userManagementTable td:nth-child(5) {width: 17%! important; text-transform: uppercase}*/
/*#userManagementTable th:nth-child(6),*/
/*#userManagementTable td:nth-child(6) {width: 16%! important;}*/
/*#userManagementTable th:nth-child(7),*/
/*#userManagementTable td:nth-child(7) {width: 12%! important;}*/
/*#userManagementTable th:nth-child(8),*/
/*#userManagementTable td:nth-child(8) {width: 6%! important;}*/

#ManageRenewUsers th:nth-child(1),
#ManageRenewUsers td:nth-child(1) {width: 10%! important;}
#ManageRenewUsers th:nth-child(2),
#ManageRenewUsers td:nth-child(2) {width: 11%! important;}
#ManageRenewUsers th:nth-child(3),
#ManageRenewUsers td:nth-child(3) {width: 11%! important;}
#ManageRenewUsers th:nth-child(4),
#ManageRenewUsers td:nth-child(4) {width: 11%! important; text-transform: uppercase}
#ManageRenewUsers th:nth-child(5),
#ManageRenewUsers td:nth-child(5) {width: 19%! important; text-transform: uppercase}
#ManageRenewUsers th:nth-child(6),
#ManageRenewUsers td:nth-child(6) {width: 12%! important;}
#ManageRenewUsers th:nth-child(7),
#ManageRenewUsers td:nth-child(7) {width: 12%! important;}
#ManageRenewUsers th:nth-child(8),
#ManageRenewUsers td:nth-child(8) {width: 14%! important;}

#ManageRenewUsers .btn.btn-yellow {font-size: 12px}

#manage-search .control-filters-commande label {position: relative; top: 7px}
#manage-search .control-group input[type="checkbox"] {margin: 0}
#manage-search .control-button a.btn.btn-white,
#manage-search .control-button button.btn.btn-white {}
.dataTables_wrapper .dataTables_filter {margin-top: 0.5em}

@media only screen and (min-width : 1025px) {

    .editProfilSession .control-group {margin-right: 0; width: 31%; display: inline-table; margin: 0 1%;}

    #tabs-2 .editProfilSession .control-group {display: inline-block; margin: 0 2% 0 2%; width: 96%; line-height: 1}
    #tabs-2 .editProfilSession  .control-group label {font-size: 0.93em}
    #tabs-2 .editProfilSession {
        -webkit-column-count:1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        -webkit-column-rule: 1px dotted #cdcdcd;
        -moz-column-rule: 1px dotted #cdcdcd;
        column-rule: 1px dotted #cdcdcd;
    }
    #tabs-2 .titleSessionEdit {display: none}


}

@media only screen and (min-width : 1280px) {
    #ManageRenewUsers.dataTable thead th,
    #ManageRenewUsers.dataTable thead td {min-width: 80px}
    #ManageRenewUsers.dataTable thead th:last-child,
    #ManageRenewUsers.dataTable thead td:last-child {min-width: 200px !important}
}

@media (max-width: 1400px) {
    #ManageRenewUsers thead th {
        font-size: 12px;
    }
    /*button[value='newgamejeuboost']{margin-top: -30px;}*/
    #ManageRenewUsers .btn.btn-yellow {font-size: 10px}
}


/* ----------------------------- */
/* == 14- Page Tableau de bord   */
/* ----------------------------- */


.page-tableaudebord .tab-menu li a {width: 100%}
.page-tableaudebord .tab-menu li {width: 49.5% !important;}
.page-tableaudebord .tab-menu li:first-child {margin-right: 0.5% !important;}
.page-tableaudebord .tab-menu li:last-child {margin-left: 0.5% !important;}

.page-tableaudebord .mod-contenu .page-performance-com .legend {padding: 0; margin: 0}
.page-tableaudebord .mod-contenu header {padding-left: 0}
.page-tableaudebord .mod-contenu .list-align li .radio {top: 3px}
.page-tableaudebord .section-search .control-group {margin: 0 2% 0 0}
.page-tableaudebord #searchUser-btn {font-size: 1.25em}

.page-performance-com { min-height: 400px}
#tabs-pointsbonus .page-performance-com {min-height: inherit}
#tabs-pointsbonus .btn.btn-blue {
    text-align: center;
    display: table;<<
    margin: 0 auto;
    max-width: 110px;
    width: 100%;
}

#performanceTableMonthsSliding.dataTable th.dt-left,
#performanceTableMonthsSliding.dataTable td.dt-left {
    text-align: right;
}

.liste-tableaudebord {padding-bottom: 1em}
.liste-tableaudebord .line {padding: 15px; border-bottom:2px solid #f1eff7}
.liste-tableaudebord .line.line-last {border: 0 none;}
.liste-tableaudebord .left {padding-top: 10px}
.liste-tableaudebord .bloc-btn-yellow {text-align: right; float: right;}
.liste-tableaudebord .control-group {float: right; margin-right: 20px}
.liste-tableaudebord .control-group label {float: left; padding: 5px 15px 0 0; position: relative; top: -7px}

.liste-tableaudebord .dropdown-wrapper {width: 240px; font-size: 0.88em}
.liste-tableaudebord select.column_filter {background-position: right -1px top 50%, 0 0 !important;}
.liste-tableaudebord .dropdown-wrapper input {width: 100px}

.Tableaux_de_bord .ui-tabs .ui-tabs-panel {padding-left: 0; padding-right: 0}

.page-performance-com .dropdown-wrapper {float: none; margin-bottom: 0.75em;}

.page-performance-com .section-search .dropdown-wrapper,
.page-performance-com .section-search .dropdown-wrapper input {width: 100%}

.page-performance-com .section-search .control-dropdown {position: relative; top: -7px; width: 20%}
.page-performance-com .section-search .control-dropdown.inittop{top:0px;}

.page-performance-com .section-search .list-align {margin-left: 1%}

.page-performance-com .bloc-btn-yellow {font-size: 15px !important; margin-bottom: 1em}
.page-performance-com .bloc-btn-blue {font-size: 15px !important; position: relative; top: -6px; z-index: 2;}

.page-performance-com #searchUserStringCode {height: 37px;position: relative;top: -2px;}

.graph-container {background: white;}

.page-tableaudebord .table-user-management {padding: 0}

.page-tableaudebord .dataTables_wrapper .dataTables_length {float: right;}
.page-tableaudebord .nbelements {
    float: left;
    width: 200px;
    padding-top: 20px;
    position: relative;
    margin-top: -10px;
    margin-right: 30px;
    font-weight: 800;
    font-size: 1.15em;
}
.page-tableaudebord .dataTables_wrapper {margin-top: 10px;}

#performanceTableMonthsSliding th:nth-child(1),
#performanceTableMonthsSliding td:nth-child(1) {width: 12%! important;}
#performanceTableMonthsSliding th:nth-child(2),
#performanceTableMonthsSliding td:nth-child(2) {width: 26%! important;}
#performanceTableMonthsSliding th:nth-child(3),
#performanceTableMonthsSliding td:nth-child(3) {width: 20%! important; text-transform: uppercase;}
#performanceTableMonthsSliding th:nth-child(4),
#performanceTableMonthsSliding td:nth-child(4) {width: 14%! important; text-align: right;}
#performanceTableMonthsSliding th:nth-child(5),
#performanceTableMonthsSliding td:nth-child(5) {width: 14%! important; text-align: right;}
#performanceTableMonthsSliding th:nth-child(6),
#performanceTableMonthsSliding td:nth-child(6) {width: 14%! important; text-align: right;}


/* -------------------------------------- */
/* == 15- Page Déclaration de résultats   */
/* -------------------------------------- */

.page-declaration-resultats .tab-menu li a {width: 100%}
.page-declaration-resultats .tab-menu li {width: 49.5% !important;}
.page-declaration-resultats .tab-menu li:first-child {margin-right: 0.5% !important;}
.page-declaration-resultats .tab-menu li:last-child {margin-left: 0.5% !important;}

.page-declaration-resultats #tabs-eshop #configuration thead {display: none}

.line4 .control-group {display: inline-block; width: 22.75%; margin: 0 1%; float: left }
.page-declaration-resultats .control-button {margin-top: 1em;}

#totalvalid {display: inline-block;width: 20px;height: 20px;border-radius: 20px;color: white;background: #f11a42;
    margin-right: 5px;font-size: 0.6em;position: relative;top: -4px;padding-top: 2px;}

@media only screen and (min-width: 1025px) {
    .page-declaration-resultats.ui-tabs .slick-slide {}
}


.page-declaration-resultats .resultats-annees {position: relative}
.page-declaration-resultats .resultats-annees header {background: #00519e;text-align: center;margin: 0 0 0.5em 0;display: table;padding: 0 5px 5px 5px;}
.page-declaration-resultats .resultats-annees .slick-initialized .slick-slide {background: #ffffff;}
.page-declaration-resultats .resultats-annees header h1 {display: inline-block; padding: 0 2em;}
.page-declaration-resultats .resultats-annees .slick-custom-previous,
.page-declaration-resultats .resultats-annees .slick-custom-next {border: 0 none; width: 30px; height: 30px; margin-top: 0; background: #91a5b1; border-radius: 30px; top: -2px; box-shadow: 0 0 0 #91a5b1; position: relative; color: #9eaed9}
.page-declaration-resultats .resultats-annees .slick-custom-previous:before {content: "❮";}
.page-declaration-resultats .resultats-annees .slick-custom-next:before {content: "❯";}
.page-declaration-resultats .resultats-annees .slick-custom-previous:hover,
.page-declaration-resultats .resultats-annees .slick-custom-next:hover {background: #9eaed9; color: #00519e }
.page-declaration-resultats .resultats-mois {width: 22%; margin: 1.5%; text-align: center; border: 2px solid #e9e9e9 !important}
.page-declaration-resultats .resultats-mois h2 {background: #e9e9e9 !important; padding: 5px; font-size: 1em }

.resultats-mois-details .control-button {margin-top: 1em}

.control-button button.btn-yellow {border: 0; background: #fff; height: 42px; padding: 0 15px 0 5px; box-shadow: 0px 0px 0px 0px #9eaed9; color: #0b1742; margin: 0 20px 0 0}
.control-button button.btn-yellow:before {display: none}
.control-button button.btn-yellow span {top: 2px; display: inline-block; position: relative}

.resultats-steps h3 {color: #00569a; width: 100%; border-bottom: 1px solid #00569a; padding: 10px 0; margin: 30px 0 15px 0; font-size: 1.25em}

.legend-inline {width: auto !important; display: inline-block !important; margin: 0}

.slimScroll p.pa0 {padding: 0}

.page-declaration-resultats .slick-slide {opacity: 0;}
.page-declaration-resultats .slick-active {opacity: 1;}

#tabs-chiffres .right.clear.line {text-align: center; float: none}
#tabs-chiffres .right.clear.line .btn.btn-grey {
    border: 1px solid #f07d00;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 1.35em;
    float: none;
    display: flex;
    margin: 1em auto;
}
#tabs-pointsbonus .no-footer + .btn-grey {
    border: 1px solid #f07d00;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 1.35em;
    float: none;
    display: flex;
    margin: 1em auto;
}

#tabs-pointsbonus .control-group {display: inline-block; width: 31%; margin: 0 1%}
#tabs-pointsbonus .control-group.w100 {width: 98%; margin: 0 1%}
#tabs-pointsbonus .control-group.w100 input {position: relative; top: 17px !important;}
#tabs-pointsbonus .control-group.control-button {width: 100%}
#tabs-pointsbonus .control-group input[type="checkbox"] {margin: 0 !important; position: relative; top: 5px; left: 5px}
#tabs-pointsbonus .control-group:last-child {display:block; width: 100%}
#tabs-pointsbonus #userBonusTable_length select {position: relative; top: 5px}

.slider-max {max-width: 1200px}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    display: inline-table;
    width: auto;
    border: 1px solid #00519e;
    padding: 8px 16px;
}

#commentaire_credit_bonus {
    border: 1px solid #00519e;
    padding: 8px 16px;
}

#userCATable th:nth-child(1),
#userCATable td:nth-child(1) {width: 12%! important;}
#userCATable th:nth-child(2),
#userCATable td:nth-child(2) {width: 22%! important; text-transform: uppercase}
#userCATable th:nth-child(3),
#userCATable td:nth-child(3) {width: 16%! important; text-transform: uppercase}
#userCATable th:nth-child(4),
#userCATable td:nth-child(4) {width: 12%! important;}
#userCATable th:nth-child(5),
#userCATable td:nth-child(5) {width: 20%! important; text-transform: uppercase}
#userCATable th:nth-child(6),
#userCATable td:nth-child(6) {width: 18%! important;}


#userBonusTable th:nth-child(1),
#userBonusTable td:nth-child(1) {width: 12%! important;}
#userBonusTable th:nth-child(2),
#userBonusTable td:nth-child(2) {width: 22%! important; text-transform: uppercase}
#userBonusTable th:nth-child(3),
#userBonusTable td:nth-child(3) {width: 16%! important; text-transform: uppercase}
#userBonusTable th:nth-child(4),
#userBonusTable td:nth-child(4) {width: 12%! important;}
#userBonusTable th:nth-child(5),
#userBonusTable td:nth-child(5) {width: 20%! important; text-transform: uppercase}
#userBonusTable th:nth-child(6),
#userBonusTable td:nth-child(6) {width: 18%! important;}


#infoClotureComptable {clear: both; margin: 0.5em 0; display: table;}
#infoClotureComptable label {float: left; margin-right: 10px;}
#infoClotureComptable select {width: 220px; float: left;}

#tabs-tableaucomptable #userBonusTable th {border: 1px solid #00519e !important; text-transform: uppercase !important;}
#tabs-tableaucomptable #userBonusTable td {text-align: center !important;}
#tabs-tableaucomptable #userBonusTable th:nth-child(1),
#tabs-tableaucomptable #userBonusTable td:nth-child(1) {width: 12%! important; text-align: center;}
#tabs-tableaucomptable #userBonusTable td:nth-child(1) {text-align: left !important;}
#tabs-tableaucomptable #userBonusTable th:nth-child(2),
#tabs-tableaucomptable #userBonusTable td:nth-child(2) {width: 52%! important; text-transform: inherit; text-align: center;}
#tabs-tableaucomptable #userBonusTable th:nth-child(3),
#tabs-tableaucomptable #userBonusTable td:nth-child(3) {width: 12%! important; text-transform: inherit; text-align: center;}
#tabs-tableaucomptable #userBonusTable th:nth-child(4),
#tabs-tableaucomptable #userBonusTable td:nth-child(4) {width: 12%! important; text-align: center;}
#tabs-tableaucomptable #userBonusTable th:nth-child(5),
#tabs-tableaucomptable #userBonusTable td:nth-child(5) {width: 12%! important; text-transform: inherit; text-align: center;}
#tabs-tableaucomptable #userBonusTable tfoot th {text-align: center !important; font-size: 1em; text-transform: inherit !important; }
#tabs-tableaucomptable #userBonusTable tfoot th:nth-child(1) {text-align: left !important;}


.contour-niveau1 th {border: 1px solid #649dca !important}
.contour-niveau1 th:last-child {border-bottom: 0 none !important}
.contour-niveau2 th {border-left: 1px solid #649dca !important; border-right: 1px solid #649dca !important; border-bottom: 0 none}
.zoneMontant header {margin-bottom: 0;}
.zoneMontant span {display: block; background: white; padding: 11px 15px 9px 15px; font-size: 1.1em; font-weight: 600;}

#client-challengenewmembers .page-tableaudebord .tab-menu li {width: 99% !important}
#client-challengenewmembers #UserDetail .row {width: 40%; margin: 0 auto}
#client-challengenewmembers #UserDetail .row > * {display: inline-table; width: 50%}
#client-challengenewmembers #UserDetail label {margin: 0 !important}
#client-challengenewmembers #UserDetail h2 span.right {display: block; float: none; margin-top: 0.5em}
#client-challengenewmembers .paginate_button a {text-decoration: none}

#client-membres .page-tableaudebord .legend {padding: 10px 0; margin: 0}
#client-membres .bloc-search-member header,
#client-membres .TwoAddUser header {padding-left: 0}
#client-membres .search-member .control-group {margin: 0 2% 0 0 !important}

#userManagementTable_wrapper .dt-buttons,
#ManageRenewUsers_wrapper .dt-buttons {clear: both; padding-top: 1em}
#userManagementTable_wrapper .dt-buttons .btn-yellow,
#ManageRenewUsers_wrapper .dt-buttons .btn-yellow {background: white !important; color: #ef7d00 !important; font-weight: 700 !important; padding: 5px 10px 5px 0 !important; display: block}
#userManagementTable_wrapper .dt-buttons .btn-yellow:after,
#ManageRenewUsers_wrapper .dt-buttons .btn-yellow:after {color: #ef7d00 !important}
#userManagementTable_wrapper .dt-buttons .btn-yellow:before,
#ManageRenewUsers_wrapper .dt-buttons .btn-yellow:before {display: none}

#client-editactualite .btn-grey {margin-left: 30px; background: white !important; color: #ef7d00 !important}
#client-editactualite .btn-grey:after {color: #ef7d00!important}

.supports-com .btn-yellow {background: white !important; color: #ef7d00 !important; font-weight: 700 !important; padding: 5px 10px 5px 0 !important;}
.supports-com .btn-yellow:after {color: #ef7d00 !important}
.supports-com .btn-yellow:before {display: none}

#tabs-renouveller .section-filters .control-group {margin: 0 2% 0 0}

@media (max-width: 1280px) {
    #userCATable thead th {
        font-size: 12px;
    }
    #userBonusTable thead th {
        font-size: 12px;
    }
}

@media (min-width: 1025px) and (max-width: 1260px) {
    .page-declaration-resultats .slick-slider {max-width: inherit;}
}

@media (max-width: 1024px) {
    .page-declaration-resultats {max-width: 960px;}
}

/* -------------------------------------- */
/* == 16- Page Outils de communication    */
/* -------------------------------------- */

.page-outils-communication .tab-menu li a {width: 100%}
.page-outils-communication .tab-menu li {width: 33% !important;}
.page-outils-communication .tab-menu li:first-child {margin-right: 0.60% !important;}
.page-outils-communication .tab-menu li:last-child {margin-left: 0.60% !important;}

.supports-com .legend {margin-bottom: 2em !important}

.section-outils .w33 {text-align: center; padding: 20px; display: inline-table; float: none;}
.section-header {text-transform: uppercase; margin-top: 1em !important}
.section-outils h4 {padding: 1em 0.5em 0.5em 0.5em ; font-size: 1.25em; text-transform: uppercase}

.body-relative .page-layout .gridster .gs_w.widget-relative-article {margin-top: 0}

.page-outils-communication #message-histo-table {display: none}

.page-outils-communication .btn.btn-red,
.page-outils-communication .btn.btn-red:hover {font-size: 15px; color: #ffffff; padding: 7px 13px 3px 13px; background: #f11a42; font-size: 0}
.page-outils-communication .btn.btn-red,
.page-outils-communication .btn.btn-yellow {margin-left: 10px}

.page-outils-communication #actuality-tab .btn.btn-yellow,
.page-outils-communication #actuality-tab .btn.btn-yellow:hover {padding: 7px 13px 3px 13px; font-size: 0}
.page-outils-communication #actuality-tab .btn.btn-yellow:before,
.page-outils-communication #actuality-tab .btn.btn-red:before {display: none}

.page-outils-communication #actuality-tab svg {color:#0b1742 !important}
.page-outils-communication table.dataTable tbody tr:nth-child(even) td {
    background: #fff !important;
}

.page-outils-communication .bloc-btn {width: 100%;  text-align: right; margin: 1em 0;}
.page-outils-communication .bloc-btn .btn {float: none;}

.page-outils-communication #main-point-tab .legend {padding: 0px 0 20px 0; margin: 0}
.page-outils-communication #main-point-tab header {padding: 10px 0;  margin: 0}

#message-input-table th:nth-child(1),
#message-input-table td:nth-child(1) {width: 20%! important; text-align: left;}
#message-input-table th:nth-child(2),
#message-input-table td:nth-child(2) {width: 20%! important; text-align: left;}
#message-input-table th:nth-child(3),
#message-input-table td:nth-child(3) {width: 40%! important; text-align: left;}
#message-input-table th:nth-child(4),
#message-input-table td:nth-child(4) {width: 20%! important; text-align: left;}

#message-histos-table th:nth-child(1),
#message-histos-table td:nth-child(1) {width: 20%! important; text-align: left; padding: 10px 7px 10px 0 !important;}
#message-histos-table th:nth-child(2),
#message-histos-table td:nth-child(2) {width: 80%! important; text-align: left;}

#news-table th:nth-child(1),
#news-table td:nth-child(1) {width: 24%! important; text-align: left;}
#news-table th:nth-child(2),
#news-table td:nth-child(2) {width: 20%! important; text-align: left;}
#news-table th:nth-child(3),
#news-table td:nth-child(3) {width: 15%! important; text-align: left;}
#news-table th:nth-child(4),
#news-table td:nth-child(4) {width: 32%! important; text-align: right;}


.section-visu-email {padding: 0 20px 20px 20px;}

.section-envoi-email {padding: 0 20px 0 20px;}

.section-visu-email .ui-multiselect {width: 100% !important;}
.section-visu-email .ui-multiselect div.selected,
.section-visu-email .ui-multiselect div.available {width: 50% !important;}
.section-visu-email .ui-multiselect .count {font-size: 14px;}
.section-visu-email .ui-multiselect .ui-widget-header {height: 30px;}

.section-visu-email .ui-multiselect input.search {height: 21px; opacity: 1 !important; color: #00519e; background: white !important; font-family: 'Rubik', arial, helvetica, sans-serif; font-size: 12px; padding: 0 5px;}

.section-visu-email .ui-multiselect div.selected .ui-widget-header {background: #00569a}
.section-visu-email .selected > .ui-widget-header a {background: #00569a}

.section-visu-email .btn-white {float: right;}
.section-visu-email #Total-btn {margin-top: 10px;}

.section-visu-email .order-radio {width: 100%;}
.section-visu-email .order-radio .control-group label {
    margin: 0.5rem 0 .2rem 0;
}

.section-envoi-email .btn-grey {margin-bottom: 20px;}
.section-envoi-email .order-radio {padding-top: 15px; width: 100%;}

.section-envoi-email .order-radio .control-group label {
    margin: 0.5rem 0 .2rem 0;
}
.section-envoi-email #email {width: 280px; margin-top: 0.5em;}

.ui-widget {
    font-family: 'Rubik', arial, helvetica, sans-serif;
}

.section-visu-email .ui-multiselect li {font-size: 14px;}




/* -------------------------------------- */
/* == 17- Page Organisation               */
/* -------------------------------------- */

.page-organisations .tab-menu li a {width: 100%}
.page-organisations .tab-menu li {width: 33% !important;}
.page-organisations .tab-menu li:first-child {margin-right: 0.60% !important;}
.page-organisations .tab-menu li:last-child {margin-left: 0 !important;}

.liste-droits {width: 100%; clear: both; display: flex; margin-bottom: 1.5em}
.liste-droits li {display: inline-block; float: left}
.liste-droits li:first-child {width: 70%}
.liste-droits li:last-child {width: 30%; text-align: right}

.page-organisation .legend {clear: both; position: relative; top: -0.75em}

.page-organisation .bloc-btn {width: 100%;  text-align: right}
.page-organisation .bloc-btn .btn {float: none; margin-right: 0}
.page-organisation .supports-com .control-group label {margin: 0 !important}
.page-organisation .supports-com .btn-grey {
border: 1px solid #f07d00;
padding: 15px 20px;
border-radius: 30px;
font-size: 1.35em;
float: none;
display: flex;
margin: 0 auto;
}


#CommercialArea .hasDatepicker {width: 100px}
.ui-datepicker-calendar th {color:#9eaed9;}

.link-red {
    display: inline-block;
    width: 46px;
    height: 30px;
    position: relative;
    margin-top: -1px;
    background: #f11a42 url('../images/btn-icone-supprimer.png?id=2022') top -2px center no-repeat;
}
.link-red span {display: none}

#main-vospdv-tab table.table-points-ventes th:nth-child(1),
#listOfPDVManagementTable th:nth-child(1),
#main-vospdv-tab table.table-points-ventes td:nth-child(1),
#listOfPDVManagementTable td:nth-child(1) {width: 40%! important;}
#main-vospdv-tab table.table-points-ventes th:nth-child(2),
#listOfPDVManagementTable th:nth-child(2),
#main-vospdv-tab table.table-points-ventes td:nth-child(2),
#listOfPDVManagementTable td:nth-child(2) {width: 50%! important;}
#main-vospdv-tab table.table-points-ventes th:nth-child(3),
#listOfPDVManagementTable th:nth-child(3),
#main-vospdv-tab table.table-points-ventes td:nth-child(3),
#listOfPDVManagementTable td:nth-child(3) {width: 10%! important; text-transform: uppercase}

#main-vospdv-tab {margin-top: 1em;}
#main-vospdv-tab table.table-points-ventes td {
    font-size: 1.03em;
    line-height: 1.2;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    padding: 10px 10px 8px 13px !important;
    border-bottom: 1px solid #00569a !important;
    /* font-family: "mr-eaves-modern", arial, helvetica, sans-serif !important; */
    font-family: 'Rubik', arial, helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #00519e;
    background: white !important;
    text-align: left;
}

#main-vospdv-tab table.table-points-ventes td:first-child {background: #fff !important; font-weight: 700; color: #0b1742}

#main-vospdv-tab table.table-points-ventes tr:last-child td {border-bottom: 0 none !important;}

#main-vospdv-tab table.table-points-ventes a .boutonVoir {display: none;}
.page-organisation .boutonVoir {background-color: #fff !important}
.page-organisation .mod-padding {background: none !important;}

.page-organisation #main-vospdv-tab .table-points-ventes {max-width: 50%; margin: 0 auto; border: 1px solid #0b1742; border-radius: 1rem}
.page-organisation #voscommerciaux-tab #searchUser-btn {padding: 11px 16px !important; background: #ef7d00!important; color:#0b1742!important; position: relative; top: -6px}

#listOfCommerciauxManagementTable th:nth-child(1),
#listOfCommerciauxManagementTable td:nth-child(1) {width: 20%! important; text-align: center;}
#listOfCommerciauxManagementTable th:nth-child(2),
#listOfCommerciauxManagementTable td:nth-child(2) {width: 20%! important; text-transform: uppercase; text-align: left;}
#listOfCommerciauxManagementTable th:nth-child(3),
#listOfCommerciauxManagementTable td:nth-child(3) {width: 20%! important; text-align: center;}
#listOfCommerciauxManagementTable th:nth-child(4),
#listOfCommerciauxManagementTable td:nth-child(4) {width: 20%! important; text-align: center;}
#listOfCommerciauxManagementTable th:nth-child(5),
#listOfCommerciauxManagementTable td:nth-child(5) {width: 20%! important; text-align: center;}



/* -------------------------------------- */
/* == 18- Page Avantages                  */
/* -------------------------------------- */

.page-avantages .grid {padding: 0}

.page-avantages .mod-contenu .grid > * {letter-spacing: 0;}
.page-avantages .mod-contenu .grid > * > * {padding-left: 0;}
.page-avantages .mod-contenu .grid header {margin: 25px 0 15px 0; padding-left: 15px;}

.page-avantages .grid {width: 96%; margin: 0 2% 25px 2%;}
.page-avantages .grid2 {width: 100%; margin: 0;}
.page-avantages .grid2 > * {width: 46%; margin: 0 2% 25px 2%;}
.page-avantages .grid2 .mod:after {border-right: 1px solid #ffffff}

.page-avantages .grid2 .mod a {color: #00569a}
.page-avantages .p-intro {padding: 25px 2% 0 2%; text-align: justify;}

.page-avantages .legend-assistance {margin-top: 0; padding: 15px}
.page-avantages .mod-top {top: -15px; position: relative}


/* -------------------------------------- */
/* == 19- Page Actus                      */
/* -------------------------------------- */

.page-actus .page-layout .gridster .conteneur_3x2 {left: 0;}
.page-actus .page-layout .gridster .gs_w.widget-relative-article,
.page-actus .page-layout .gridster .conteneur_3x2 .gs_w.widget-relative-article:first-child {margin: 10px 15px 0 10px;}
.page-actus .bloc-download {text-align: center}
.page-actus .bloc-download span {display: block; width: auto;max-width: 152px;margin: 0 auto 0 auto;}
.page-actus .bloc-download a {display: block; margin-left: auto; margin-right: auto; text-decoration: none;}
.page-actus .bloc-download a:hover {opacity: 0.8}

.page-actus .mod-color-grey .bloc-intro {margin: 2% 3% 0 3%; display: inline-table;}
.page-actus .mod-color-grey .bloc-intro {padding-bottom: 0;}
.page-actus .mod-color-grey .row.grid4 {margin: 0 1.5% 2% 1.5%; display: inline-table;}
.page-actus .row.grid4 .bloc-date {width: 21.75%; margin: 2% 1.25% 0 1.25%; display: inline-block;}
.page-actus .row.grid4 .bloc-date header {padding: 0; font-size: 0.93em; padding-left: 15px; text-transform: inherit; margin-bottom: 0; height: 34px;}
.page-actus .row.grid4 .bloc-date header h2 {line-height: 34px; text-transform: inherit; font-size: 1.1em;}
.page-actus .row.grid4 .bloc-download a img {border: 1px solid #9eaed9;}


/* -------------------------------------- */
/* == 20- Page Présentation du Cercle     */
/* -------------------------------------- */

h3.sstitre {text-transform: uppercase; color: #00569a; font-size: 1.3em; line-height: 30px; margin-bottom: 15px}
h3.sstitre img {margin-right: 7px; position: relative; margin-top: -7px}

.line.w-left {padding: 0 20px 0 0}
.line.w-right {padding: 0 0 0 20px}

.pt05 {padding-top: 5px}

.row-number .w10 {width: 7%}
.row-number .w90 {width: 93%}
.row-number .pt05 {padding-top: 9px}

.row-lecercle h4 {font-size:1.2em; text-transform: uppercase}
.row-lecercle .w33 {padding-right: 20px}
.row-lecercle .w33 h4 {color: #00569a}

.text-italic {font-style: italic}




/* -------------------------------------- */
/* == 21- VIDEO YOUTUBE Responsive        */
/* -------------------------------------- */

.embedresize {
    max-width: 560px;
    margin: auto;
}

.embedresize div {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.embedresize iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.intro #intro .embedresize iframe,
.exit .quizz .embedresize iframe,
.alreadyplayed #intro .embedresize iframe,
.identityset #intro .embedresize iframe,
#notabene .embedresize iframe,
#message_intro .embedresize iframe,
.fancybox_body .embedresize iframe,
#comments .embedresize iframe,
#description .embedresize iframe,
.alreadyplayed .embedresize iframe,
#adserver .embedresize iframe {
    max-width: none !important;
}

/* -------------------------------------- */
/* == 22- Loader Chargement               */
/* -------------------------------------- */

.progress-fullscreen-off {visibility: hidden; display: none; opacity:0}
.progress-fullscreen-on {position:fixed;left:0;top:0;width:100%;height:100%;padding:0;border-radius:0;background-color:rgba(255,255,255,0.8);background-position:center;background-size:70px;background-repeat:no-repeat;z-index:10000;animation-name:fadeIn;animation-duration:0.3s;animation-fill-mode:forwards;}
.progress-fullscreen-on-white {animation-duration:0s;}
.progress-fullscreen-on img {text-align: center; margin: 0 auto; max-width: 320px; display: flex; top: 35%; position: relative;}


/* -------------------------------------- */
/* == 23- Page Voyages                     */
/* -------------------------------------- */

.body-travel-home .page-travel-home h1 {text-align: center;}
.body-travel-home .page-travel-home .list-products ul li .product-br:hover img {width: 100% !important; height: 100% !important}
.body-travel-home .travel-category-dropdown,
.body-travel-home .travel-duration-dropdown {width: 49%;margin: 0 1% 0.5% 0;}
.body-travel-home .travel-country-dropdown {display: none}
.body-travel-home .page-store .list-products ul li {padding: 0 0 30px 0; margin-bottom: 5px}
.body-travel-home .page-store .list-products ul li .product-br .list-product-main {padding-top: 0; margin-bottom: 10px; padding-bottom: 10px;}
.body-travel-home .page-store .list-products ul li .product-br .product-img {margin-bottom: 20px}
.body-travel-home .page-store .list-products ul li .product-br .product-label {height: 30px}
.body-travel-home .page-store .list-products ul li .product-br a:hover {margin-top: -30px}
.body-travel-home .page-store .list-products ul li .product-br a:hover .list-product-main {padding-bottom: 20px;}
.body-travel-home .page-store-home .infos_slider input.min-Points {float: left; font-size: 12px; margin-left: 9px;}
.body-travel-home .page-store-home .infos_slider input.max-Points {float: right; font-size: 12px; margin-right: 10px;}

.body-travel-product h1 {display: block; padding-bottom: 15px; font-size: 2em}
.body-travel-product .product-price {font-size: 1.6em}
.body-travel-product .product-detail p {padding: 0; margin: 0.2em 0 0 0}
.body-travel-product .w49 p {white-space: pre-line}
.body-travel-product .add-cart.btn {width: 185px !important;}
.body-travel-product .travel-contact {margin: 30px 0}
.body-travel-product .product-detail-desc {padding-top: 20px;}
.body-travel-product .travel-description {padding-bottom: 20px !important;}

.travel-form .voyage-form-title {font-size: 24pt; margin-bottom: 0.5em; padding-left: 24px;}
.travel-form .add-cart.btn {width: 185px !important;}

.travel-form .page-travel textarea {margin-top: 0}


/* -------------------------------------- */
/* == 24- Jeu Anniversaire                */
/* -------------------------------------- */

#birthday-game-dialog {margin: 8px 0 20px 20px;}
#birthday-game-menu {position: relative; top: 235px; left: 23px}
#birthday-game-bt {padding: 0 !important; margin: 0 !important}
.birthday-text {padding: 15px 0}
.birthday-text span {color: #a922a0; font-weight: bold}
#birthday-game-form-bt {padding: 0; margin: 0; background: white}

@media (min-width: 768px) {
    /*.birthday-form {background-image: url('../images/Jeux-Anniv-Fond.jpg?id=2022'); display: block}*/
    .birthday-form-container {width: 300px; margin: 0 auto; text-align: center; padding: 20px 0}
    #birthday-game-result-panel1,
    #birthday-game-result-panel2,
    #birthday-game-result-panel3,
    .birthday-form {min-width: 708px; width: 398px}
}


/* -------------------------------------- */
/* == 25- Page Contact Avantages               */
/* -------------------------------------- */

.contact-form .voyage-form-title {font-size: 24pt; margin-bottom: 0.5em; padding-left: 24px;}
.contact-form .add-cart.btn {width: 185px !important;}
.contact-form header span {text-transform: none; font-weight: 300}
.contact-form .contact-form-title {
    font-size: 24pt;
    margin-bottom: 0.5em;
    padding-left: 24px;
}
.contact-form #action-btns {max-width: 190px; margin: 40px auto 40px auto; float: right; text-align: center}



/* -------------------------------------- */
/* == 26- IE8                             */
/* -------------------------------------- */

.ie8 .inner {
    width: 1080px;
}
.ie8 .main-header {
    width: 1080px;
}
.ie8 .header-nav li.menu-basket {
    width: 80%;
}
.ie8 .header-user li.header-name {
    display: block;
    border-right: 2px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
.ie8 .header-user li.header-score {
    display: block;
    border-right: 2px solid #ffffff;
    border-top: 1px solid #ffffff;
}
.ie8 .header-nav li a,
.ie8 .no-store .header-nav li a,
.ie8 .header-name,
.ie8 .no-store .header-name {
    background: none;
}
.ie8 .header-nav li a span,
.ie8 .no-store .header-nav li a span {
    padding-top: 70px;
}

/* -------------------------------------- */
/* == 27- Tab menu                     */
/* -------------------------------------- */

.tab-menu {
    padding: 0;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #ffffff;
    display: flex;
}
.tab-menu li {
    list-style: none;
    float: left;
    position: relative;
    padding: 0;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: center;
}
.tab-menu .active {
    background: yellow;
}
.tabs {
    width:100%;
    clear: both;
}
.tabs .tab-content {
    display:none;
}
.tabs .tab-content.active {
    display:block;
}

.tab-menu li .tab-menu-text {
    border: 0 none;
    background: #0b1742;
    color: #ffffff;
    border-radius: 1rem 1rem 0 0;
    font-size: 1.3em;
    padding: 15px 20px 9px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-table;
    font-weight: 700 !important;
    width: 100%;
    cursor: pointer;
}
@media (max-width: 1300px) {
    .tab-menu li .tab-menu-text {
        font-size: 1.2em;
    }
}

@media (max-width: 1100px) {
    .tab-menu li .tab-menu-text {
        font-size: 1em;
    }
}
.tab-menu li .tab-menu-text.active {
    background: none !important;
    color: #ef7d00;
    border-bottom: 3px solid #ef7d00;
    top: -3px;
    left: 0.5%;
    position: relative
}
.tab-menu .tab-notif {
    display: inline-block;
    width: 29px;
    height: 29px;
    border-radius: 29px;
    color: white;
    background: #ef7d00;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 0.75em;
    position: relative;
    top: -5px;
    padding-top: 0.228em;
    font-family: "mr-eaves-modern", arial, helvetica, sans-serif !important;
    font-weight: 600;
    letter-spacing: -0.01em;
}
.pa2 .tab-notif {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    color: white;
    background: #ef7d00;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 12px;
    position: relative;
    top: -5px;
    /*padding-top: 0.228em;*/
    /*font-family: "mr-eaves-modern", arial, helvetica, sans-serif !important;*/
    font-weight: 600;
    letter-spacing: -0.01em;
}
/* -------------------------------------- */
/* == 28- Dropdown menu                   */
/* -------------------------------------- */


.dropdown-wrapper {
    position: relative;
    width: 200px;
    margin: 0 5px 0 0;
    float: left;
    padding: 8px 10px;
    background: #fff;
    border-radius: 5px;
    /*box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);*/
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-out;
    font-size: 11px;
    border: 1px solid #f1eff7;
    /*background: transparent;
    color:white*/
}
.dropdown-wrapper:hover,
.dropdown-wrapper:hover input {
    cursor: pointer;
}
.dropdown-wrapper input {
    border: 0 none
}
.dropdown-wrapper:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #00519e transparent;
}
.dropdown-wrapper.is-active {
    border-radius: 5px 5px 0 0;
    background: #018bcf;
    box-shadow: none;
    border-bottom: none;
    color: white;
    border: 0 none
}
.dropdown-wrapper.is-active input {
    color: white;
    background: #018bcf;
}
.dropdown-wrapper.is-active:after {
    border-color: #ffffff transparent;
    transform: rotate(180deg);
}
.dropdown-list {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    transition: all 0.3s ease-out;
    /* Hiding */
    max-height: 0;
    overflow: hidden;
    padding-left: 0;
    margin: 0;
    z-index: 3
}

.dropdown-wrapper.is-active .dropdown-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    min-height: 160px
}

.dropdown-list ul {
    padding-left: 0
}
.dropdown-list ul.list-scroll {
    max-height: 160px;
    overflow-y: auto;
    width: auto;
}

.dropdown-list li {
    padding: 0 0 0 10px;
    text-align: left;
}
.dropdown-list li a.current,
.dropdown-list li a:hover {
    color: #018bcf;
}
.dropdown-list li:last-of-type a {
    border: none;
}
.dropdown-list a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 0;
    transition: all 0.3s ease-out;
    /*border-bottom: 1px solid #e6e8ea;*/
}
.dropdown-list li.category-1 {
    padding: 10px 10px 0 10px
}
.dropdown-list li.initial:first-child,
.store-brand-dropdown .dropdown-list li:first-child {
    padding-top: 15px
}
.dropdown-list li.category-1:last-child,
.store-brand-dropdown .dropdown-list li:last-child,
.store-order-dropdown .dropdown-list li:last-child {
    padding-bottom: 15px
}
.dropdown-list li a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.91em;
}
.dropdown-list li.initial a,
.store-brand-dropdown .dropdown-list li a,
.store-order-dropdown .dropdown-list li a {
    font-weight: normal;
    text-transform: inherit
}
.dropdown-list li li a {
    font-weight: normal;
    text-transform: none
}
.dropdown-wrapper input {
    width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}
.store-theme-dropdown,
.store-brand-dropdown,
.store-order-dropdown {
    text-align: left
}
.store-order-dropdown.is-active .dropdown-list {
    min-height: 85px
}

.dropdown-wrapper {border-radius: 0; border: 1px solid #00569a; font-size: 1em; padding: 6px 7px 5px 7px;}
.dropdown-wrapper input, select.dropdown-wrapper  {width: 170px; height: 37px;}
.dropdown-wrapper:after {border-color: #ffffff transparent; z-index: 2}
.dropdown-wrapper:before {width: 30px; height: 31px; background:#9eaed9; position: absolute; top: 0; right: 0; z-index: 1; display: block;  content: "";}
.dropdown-wrapper.is-active,
.dropdown-wrapper.is-active input {background:#00569a; border-radius: 0}
.dropdown-wrapper.is-active,
.dropdown-list li a.current,
.dropdown-list li a:hover {
    color: #ffa200;
}

.mod-contenu .dropdown-wrapper {padding: 0 40px 0 8px}
.mod-contenu .dropdown-wrapper input {margin: 0; border: 0 none; padding-left: 10px;}
.mod-contenu .dropdown-wrapper:before {width: 37px; height: 37px;}

.renew-order-dropdown {margin-top: 10px; margin-bottom: 1em; }
.page-clients-membres .renew-order-dropdown {width: 33%}
.page-clients-membres .renew-order-dropdown input {width: 100%}
.page-clients-membres .renew-order-dropdown .list-scroll {padding-top: 15px}



/* -------------------------------------- */
/* == 29- Dropdown Button                 */
/* -------------------------------------- */

#header .button-dropdown {position: relative;}
#header .button-dropdown li {margin: 0;}
#header .dropdown-menu { display: none;position: absolute; left: 42px; margin: 0;margin-top: 3px;text-align: left; box-shadow: 0 3px 7px rgba(77, 77, 77, 0.4); padding: 15px !important; background: white; width: 240px;}
#header .dropdown-menu.active {display: block;}
#header .dropdown-menu a {font-family: 'Rubik', arial, helvetica, sans-serif; font-size: 1em; font-weight: 600; text-transform: uppercase; text-align: left;}

#header .button-notif-dropdown {position: relative;}
#header .button-notif-dropdown li {margin: 0; border-top: 1px solid #f1eff7; font-size: 0.83em; clear: both; width: 100%;line-height: 1; padding: 5px 0;}
#header .button-notif-dropdown li:first-child {padding-top: 0; border-top: 0 none;}
#header .button-notif-dropdown li:last-child {background: #E1E1E1; padding: 15px 0; border-top: 0 none;}
#header .button-notif-dropdown li:last-child .btn {margin: 0 auto;display: block;text-align: center;width: 250px;}
#header .notif-dropdown-menu { display: none;position: absolute; left: -278px; margin: 0;margin-top: 3px;text-align: left; box-shadow: 0 3px 7px rgba(77, 77, 77, 0.4); padding: 10px !important; background: white; width: 400px; max-height: 315px;overflow: auto}
#header .notif-dropdown-menu.active {display: block;}
#header .notif-dropdown-menu a {font-family: 'Rubik', arial, helvetica, sans-serif; font-size: 1em; font-weight: 400; text-align: left;}
#header .notif-dropdown-menu em {color: #c3c4e1; padding: 3px 0; display: block;}

.bloc-notif-yellow {background: none;position: relative; float: left; width: 36px; height: 36px; display: inline-block; font-size: 15px;color: #00569a; border: 0 none;font-size: 1em;color: #00519e; margin-right: 5px;}
.bloc-notif-yellow img {position: absolute; top: 10px; left: 10px;}
.bloc-notif-text {}


/* -------------------------------------- */
/* == 30- Accordion                       */
/* -------------------------------------- */

.accordion-wrap {
    border-bottom: 1px solid #ddba4d;
}

.accordion-wrap .accordion-item {
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 30px;
}

.accordion-wrap .accordion-header {
    transition: ease-in-out 100ms;
}

.accordion-wrap .accordion-text {
    width: 100%;
    display: none;
    padding-top: 5px;
    padding-bottom: 20px;
}

.accordion-wrap .fa{
    transition: ease-in-out 300ms;
}

.accordion-wrap  .rotate-fa {
    transform: rotate(180deg);
}

.accordion-wrap .accordion-header .fa {
    float: right;
    line-height: 35px;
}

.accordion-wrap .accordion-gold {
    color: #ddba4d;
}

.accordion-wrap .accordion-no-bar {
    border-bottom: 0;
}



/* -------------------------------------- */
/* == 31- Divers                 */
/* -------------------------------------- */

.list-align {padding: 0; margin: 0;}
.list-align li {display: inline-block}
.list-align li label {top: -7px; position: relative; }
.list-align li .radio {position: relative; top: -2px; margin-left: 1em; margin-right: 5px}

.table-board-orders {overflow: hidden; height: 290px !important; margin: 0 20px}
.table-board-orders .dataTable {margin: 0}
.table-board-orders .order-radio .control-radio {display: inline-block; margin: 0 5px; position: relative; margin-top: -5px}
.table-board-orders .orderline {background: #e9e9e9;list-style: none outside none; padding-left: 0;}
.table-board-orders .orderline li {padding: 0;}
.table-board-orders .orderline li .modify-order {background: #ececec; padding: 20px;}
.table-board-orders .order-details {width: 70%; padding: 4px 10px;}
.table-board-orders .order-radio {width: 30%}

.home-gestion-commande a {text-decoration: none}
.home-gestion-commande .control-radio label {margin: 0 0 0 5px}
.home-gestion-commande .control-radio input[type="radio"] {margin-bottom: 2px !important}
.home-gestion-commande .order-details {display: table;}
.home-gestion-commande .table-board-orders .orderline {padding: 0 15px !important}
.home-gestion-commande .board-orders .pa2 span {font-weight: 700;}
.home-gestion-commande .board-orders .pa2 span span {position: relative; background: #ef7d00; border-radius: 30px; padding: 5px 10px; color: #fff;; margin: 0 3px}
.home-gestion-commande .board-orders .mod-button .btn-grey {background:#fff !important; color: #ef7d00; height: 42px; text-align:center; padding: 3px 15px 3px 15px;}
.home-gestion-commande .board-orders .bloc-btn-yellow {border: 1px solid #0b1742 !important; background:white }
.home-gestion-commande .table-board-orders form + div.pa2 {padding: 0 !important; text-align :center}
.home-gestion-commande .table-board-orders {height: auto !important}
.home-gestion-commande .table-board-orders form + div.pa2 a.btn-grey {background: white !important; border-radius: 30px; color: #ef7d00!important; line-height: 42px; padding: 0 20px}

.index-index .mod-contenu header {}

.home-1blocs .board-orders {overflow: auto;}
.home-1blocs .board-orders .table-board-orders {height: auto !important;}

.widget-btn-yellow {height: 42px; line-height: 1}

.dataTable button.btn-yellow,
.btn-img.btn-yellow {border: 0 none}

.dataTable button.btn-red,
.btn-img.btn-red {border: 0 none}

.dataTable button.btn-yellow,
.dataTable button.btn-red,
.dataTable .btn.little-btn-blue {margin: 2px 0;}

.actu-section1 .control-line .control-group:first-child {width: 48.5%; display: inline-table; margin: 0 1% 0 0;}
.actu-section1 .control-line .control-group:last-child {width: 49%; display: inline-table; margin: 0 0 0 1%;}

.background-slider {background: #cac9c9;}
.background-slider .line {height: 325px}
.page-news .background-slider .line {height: auto; padding: 30px; width: 100% !important}
.widget-header-news {
    color: #00519e;
    border-bottom: 2px solid #00569a;
    padding-left: 5px;
    font-family: "Rubik", arial, helvetica, sans-serif;
    height: 40px;
    padding-left: 10px;
    background: #b9c6e8
}
.widget-header-news span {
    font-size: 1.3em;
    padding-top: 0;
    text-transform: uppercase;
    line-height: 40px;
}
.widget-body-news img {float: right; max-width: 400px; margin-left: 20px}
.page-news .widget-body-news {background: #f0f0f0; padding: 20px}
.page-news .btn-yellow {margin: 1em 0 1.5em 0; padding-right: 15px;}
.single-item .btn:before,
.single-item .control-button button:before,
.single-item .ui-widget input.btn:before {background-color: #cac9c9;}
.single-item .btn {margin: 1.5em 0 0 0}
.page-news a.block {display: block; padding-top: 15px}

#currentdisplaynews-dialog {margin: 8px 0 20px 20px;}
.ui-dialog .background-slider {padding: 30px}
.front-office .ui-dialog.ui-widget-content .background-slider h2 {font-size: 1.3em; padding-bottom: 0.5em}
.front-office .ui-dialog.ui-widget-content .background-slider .btn {margin-left: 0; margin-top: 1.2em; width: 215px; text-align: left}
.front-office .ui-dialog.ui-widget-content .background-slider .btn:before {background-color: #cac9c9;}

.change-role {position: absolute; top: 7px; left: 0; font-size: 0.91em; max-width: 220px; z-index: 2}

/* Guide d'utilisation */
.Page-Guide .chapter-yellow {background: #9eaed9;
    border-radius: 20px;
    padding: 5px 8px;
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    font-size: 16px;
    margin: 3px 8px 3px 0;
    position: relative;
    top: 0px;}
.Page-Guide .page-layout .li_x_12 {margin-bottom: 30px}
.Page-Guide .ul-inline.w100 {display: table; width: 70%}
.Page-Guide .ul-inline li {display: inline-table;}


/* Encre */
a.lien-encre {text-decoration: none}
a.lien-encre:hover {text-decoration: underline}
.encre {position: absolute; top: -160px}
@media (max-width: 1024px) {
    .encre {top: -105px}
}



/* -------------------------------------- */
/* == 32- Page Login                      */
/* -------------------------------------- */

body.login-office {
    background: #0b1742;
    line-height: normal;
    height: 100%;
}

.page-login {
    min-height: 700px;
}

.login-page .form-align-icon .add-on, .password .form-align-icon .add-on {
    vertical-align: middle;
    white-space: nowrap;
    border: 0 none;
    display: inline-block;
    background: #00519e;
    height: 36px;
    width: 36px;
    border-radius: 0;
}

.login-page input[type="text"], .login-page input[type="password"] {
    position: relative;
    vertical-align: top;
    width: 250px;
    height: 36px;
    padding: 7px 10px 5px 10px;
    font-size: 1em;
    border: 1px solid #00519e;
    border-radius: 0;
    color: #00519e;
    display: inline-block;
}
.login-page input[type="text"] {
    margin-left: -6px;
}
.login-page .form-login {
    margin: 40px auto 5px auto;
    width: 290px;
}

.login-page .form-align-icon {
    width: 300px;
}

.login-page label, .password label {
    color: #00519e;
    margin: 0 0 10px 0;
    margin-top: 20px;
    font-weight: bold;
    display: block;
    font-size: 1em;
}

.login-page .form-button {
    margin: 40px 0 0;
    text-align: center;
    font-size: 0.875em;
}


.login-page .nav-list li a {
    color: #00519e;
    background: none;
    text-decoration: underline;
}

.login-page .btn, .login-page .control-button button {
    position: relative;
    text-transform: uppercase;
    padding: 11px 60px 11px 13px;
}

.login-office .btn {
    width: auto;
}
.login-page .login-page {border-radius: 6rem}

.login-page .login-desc {
    background: url(../login-visuel.png) no-repeat;
    display: block;
    width: 419px;
    height: 400px;
    background-position: top 0 left -50px;
    background-size: 120%;
    border-radius: 6rem 0 0 6rem

}
.login-page .login-classic {background: white; border-radius: 0 6rem 6rem 0}

.login-page label, .password label {
    color: #0b1742
}

.login-page .form-login {
    margin: 40px auto 5px auto;
    width: 290px;
}

.login-page .form-align-icon .add-on span, .password .form-align-icon .add-on span {
    padding: 9px 11px;
    color: #fff;
    display: inline-block;
    border-radius: 6px 0 0 6px;
}
.login-header {
    text-align: center;
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
}

.login-header img {
    margin: 1em 0 2em -10px;
}

.login-page {
    width: 100%;
    max-width: 810px;
    box-shadow: none;
    top: inherit;
    position: relative;
    min-height: 297px;
    min-width: 826px;
    border-radius: 4px 4px 4px 4px;
    z-index: 100;
}

.login-page #btLogin {
    background: #0b1742;
    border: 0 none;
    color: white;
}
#login-content{
    height: calc(100% - (126px));
    position: relative;
}
#login-content .login {
    background: linear-gradient(to right, #ef7d00 50%, #ffffff 50%);
    border-radius: 6rem
}

.login-office #btLogin {font-size: 1.25em !important; padding: 8px 14px !important;}

.login-footer {
    background: #00519e;
    text-align: center;
    width: 100%;
    height: 125px;
    position: fixed;
    clear: both;
    bottom: 0;
}

.login-footer img {
    margin-top: 1.35em;
}

body.body-renewpass .login-footer {
    position: fixed;
    bottom: 0px;
}

.login-page .aligncentre {
    text-align: center;
    margin-bottom: 2em
}
#renewpass-link {
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    font-size: 0.91em
}

#passbox p {
    font-size: 0.91em
}

.login-page #passbox .form-button {
    margin: 20px 0 50px;
}

#btSubmitRecover {
    padding: 11px 13px 11px 13px;
}

.login-page .form-align-icon .add-on, .password .form-align-icon .add-on {
    background: #0b1742;
    height: 36px;
    width: 36px;
    vertical-align: middle;
    white-space: nowrap;
    border: 0 none;
    display: inline-block;
    border-radius: 6px 0 0 6px;
}

.login-office input[type="text"], .login-office input[type="password"] {
    height: 36px;
    padding: 7px 10px 5px 10px;
    font-size: 1em;
    border: 1px solid #0b1742;
    border-radius: 0;
}

.login-office .form-align-icon {
    width: 300px;
}

[class^="glyph-"], [class*=" glyph-"] {
    font-family: 'WebHostingHub-Glyphs';
    background: none;
    width: auto;
    height: auto;
    font-style: normal
}

.glyph-user:before {
    content: '\f133';
}

.glyph-lock:before {
    content: '\f0be';
}

.glyph-envelope:before {
    content: '\f028';
}

#btSubmitRecover {
    text-align: center
}


@media (max-width: 960px) {
    .login-header {
        width: 90%;
        margin: 0 auto
    }

    .login-header img {
        height: 150px !important
    }

    .login-page .login-desc {

    }

    .login-page {
        min-width: inherit;
        border-radius: 0;
    }

    .login-page .login-desc {

    }

    .login-page aside.login-classic {

    }

    #login-content .login {background: white}

    .login-footer {
        position: relative;
        margin-top: 5em;
        bottom: 0;
    }

    .login-office .form-align-icon {
        width: 280px;
    }

    .login-office input[type="text"], .login-office input[type="password"] {
        width: 230px;
    }

    .login-page fieldset {
        padding-top: 0px;
    }
}

@media(max-width: 768px) {

    .login-page {
        max-width: 90%
    }
    #login-content .login {border-radius: 6rem 6rem 0 0}
    .login-page .login-desc {border-radius: 6rem 6rem 0 0}

    #carreLogo {
        float: initial !important;
        width: 100% !important;
        line-height: 95px !important;
    }

    #carreConnexion {
        float: initial !important;
    }

    #contact {
        width: 100% !important;
    }

    #contact p, #copyright {
        font-size: 8px !important;
    }

    #contact img {
        width: 33% !important;
    }

    #carresLogin {
        width: 86% !important;
        margin: 10% auto 0 13% !important;
    }
}

@media(max-width: 580px) {

    .login-page aside.login-classic {padding-top: 0.5em;}
}

@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .login-header img {
        height: 150px !important;
        margin: 1em 0 1em -10px;
    }
    .login-footer {height: 80px;}
    .login-footer img {height: 60px !important; margin-top: 10px}
    .page-login {
        min-height: 400px;
    }
    #login-content {
        height: inherit
    }
}



/* -------------------------------------- */
/* == 33- Page Coordonnées                */
/* -------------------------------------- */
.page-coordonnees #tableContact legend {
    background: #101841;
    display: block;
    color: white;
    width: 100%;
    padding: 8px;
    margin: 1em 0;
    font-weight: 300;
}

.page-coordonnees .mod-contenu {
    background-color: #ffffff;
}

.page-coordonnees #password-element {
    margin-left: 10px;
}



/* -------------------------------------- */
/* == 34- Page Historique commandes       */
/* -------------------------------------- */

.page-store-order-history .grid > * {
    letter-spacing: inherit
}

.page-store-order-history ul.accordion-historic {
    margin: 0;
    padding: 0 0 20px 0
}

.page-store-order-history ul.accordion-historic ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-store-order-history ul.accordion-historic li {
    position: relative;
    list-style: none;
}

.page-store-order-history ul.accordion-historic li.li-open {
    background: white;
    margin-bottom: 1.5em;
    border-left: 1px solid #00569a;
    border-right: 1px solid #00569a;
    border-bottom: 1px solid #00569a;
}

.page-store-order-history .statut-order {
    font-size: 0.75em;
    margin-right: 0
}
.page-store-order-history ul.accordion-historic li.li-open .statut-order {
    width: auto;
    background: white;
    padding: 7px 15px 5px 10px;
    position: absolute;
    top: 16px;
    border-radius: 30px;
    min-width: inherit;
}
.page-store-order-history ul.accordion-historic .cart-order-history {
    padding: 30px;
}

.page-store-order-history .header-order-history {
    border: 1px solid #e1E1E1;
    background: #ffffff;
    padding: 20px;
    margin-right: 0;
    border-radius: 0;
    clear: both;
    margin-bottom: 15px;
    transition: transform .3s ease-out;
    display: table;
    width: 100%;
}

.header-order-history .mod {box-shadow: none !important; background: none !important; border: 0 none !important}

.page-store-order-history .header-order-history .container {
    width: 100%
}

.page-store-order-history .header-order-history .mod {
    text-align: center;
    border-left: 1px solid #dddddd;
    padding: 5px 15px 0 15px
}

.page-store-order-history .header-order-history .mod:first-child {
    border-left: 0 none;
    padding: 5px 15px 0 15px
}

.page-store-order-history .header-order-history .mod:last-child {
    border-left: 0 none;
    padding: 5px 15px 0 15px
}


.page-store-order-history .li-open .header-order-history {
    border-top: 1px solid #ef7d00;
    border-bottom: 1px solid #ef7d00;
    background: #ef7d00;
}

.page-store-order-history .toggle {
    position: absolute;
    right: 35px;
    top: 5px;
    display: inline-block;
    height: 100%;
    width: 120px;
    line-height: 56px;
    text-align: right
}
.page-store-order-history .li-open .toggle {
    top: 2px;
}

.page-store-order-history .toggle .toggle-text {
    padding-right: 7px;
    text-decoration: underline;
    font-size: 12px
}

.page-store-order-history .glyph-plus:before {
    content: '\002b';
}

.page-store-order-history .li-open .toggle .glyph-plus:before {
    content: '\2212';
}

.page-store-order-history .toggle .glyph-plus:before {
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: transform .3s ease-out;
    position: absolute;
    margin-top: 31px;
    padding: 0 10px 0 5px;
}

.page-store-order-history .li-open .toggle .glyph-plus:before {
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}
.cart-order {
    width: 100%;
    margin: 0px auto 0 0;
}

.cart-order .cart-form-item, .cart-order .cart-form-all-item {
    width: 100%;
}

.cart-order .cart-form-titles {
    text-align: left;
    width: 100%;
    line-height: 30px;
    padding-right: 43px;
    padding-left: 43px;
    font-weight: bold
}

.cart-order .item-image {
    width: 12%;
    height: 100%;
}

.cart-order .item-infos {
    width: 68%
}

.cart-order .item-amount {
    width: 10%;
    height: 100%;
}

.cart-order .item-remove {
    width: 5%;
    height: 100%;
    color: black;
    text-align: right
}

.cart-order .item-remove a {
    color: black
}

.cart-order .item-name {
    width: 75%;
    height: 100%;
}

.cart-order .item-quantity {
    width: 10%;
    height: 100%;
}

.cart-order .item-image,
.cart-order .item-amount,
.cart-order .item-name,
.cart-order .item-quantity,
.cart-order .item-remove,
.cart-order .item-ref,
.cart-order .item-statut,
.cart-order .item-infos {
    display: inline-block;
    vertical-align: top;
}

.cart-order .cart-form-all-item .item-image,
.cart-order .cart-form-all-item .item-amount,
.cart-order .cart-form-all-item .item-name,
.cart-order .cart-form-all-item .item-quantity,
.cart-order .cart-form-all-item .item-remove,
.cart-order .cart-form-all-item .item-ref,
.cart-order .cart-form-all-item .item-infos {
    line-height: 100px
}

.cart-order .item-quantity .ui-spinner {
    margin-top: 25px;
    position: relative
}

.cart-order .cart-form-item {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 43px;
    padding-left: 43px;
    text-align: left;
    border-top: 1px solid #414141;
}

.cart-order .item {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 195px;
    padding-right: 43px;
    padding-left: 43px;
    text-align: left;
}

.cart-order .item .item-image {
    width: 110px;
}

.cart-order-breadcrumb {
    display: table;
    margin: 40px auto;
    padding: 20px 0;
    table-layout: fixed;
    text-align: center;
    width: 80%;
    max-width: 600px;
}

.breadcrumb-item {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    font-size: 1em;
    font-weight: 300;
}

cart-order-history .cart-form-total {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    background-color: #F7F7F7;
    padding: 10px;
    border-top: 1px solid #414141;
    text-align: left;
    width: 100%;
}
.cart-order-history .item-infos {
    width: 42%;
}
.cart-order-history .item-amount {
    width: 22%;
}
.cart-order .item-name {
    width: 70%;
    height: 100%;
}
.cart-order .item-quantity {
    width: 15%;
    height: 100%;
}
.cart-order .cart-form-titles {
    text-align: left;
    width: 100%;
    line-height: 30px;
    padding-right: 43px;
    padding-left: 43px;
    font-weight: bold;
}
.cart-delivery-valid {
    width: 320px;
    margin: 30px auto;
    padding: 20px;
    border: 1px solid #eee;
}
.cart-delivery-valid h2 {
    padding-bottom: 1em;
}

.page-store-order-history .title {
    font-size: 1.250em;
    padding: 20px 0 40px 0;
    text-align: left;
    text-transform: initial;
    font-weight: 400 !important
}
.page-store-order-history .mod header {padding: 1em 0 0 20px; height: auto;}
.page-store-order-history .top-btn button {
    position: absolute;
    right: 1em;
    top: 2em;
    padding: 10px 15px 7px 15px;
}

.page-store-order-history .title span {
    font-weight: bold
}

.cart-order-history .cart-form-titles,
.cart-order-history .cart-form-item {
    padding-right: 20px;
    padding-left: 20px;
}

.cart-order-history .item-infos {
    width: 52%
}

.cart-order-history .item-amount {
    width: 12%;
}

.cart-order-history .item-ref {
    width: 12%;
}

.cart-order-history .item-statut {
    width: 20%;
}

.cart-order-history .cart-form-all-item .item-name {
    padding-right: 20px
}

.cart-order-history .cart-form-all-item .item-name,
.cart-order-history .cart-form-all-item .item-amount,
.cart-order-history .cart-form-all-item .item-quantity,
.cart-order-history .cart-form-all-item .item-ref,
.cart-order-history .cart-form-all-item .item-statut,
.cart-order-history .cart-form-all-item .item-infos {
    line-height: normal
}

.cart-order-history .cart-form-all-item .item-name img {max-width: 90px;}


.cart-order-history .cart-form-total {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    background: #b9c6e8;
}

.cart-hide-desktop {display: none}


@media (max-width: 1024px) {

    .cart-hide-desktop {
        display: inline-block;
        float: left;
        line-height: 32px;
        padding-right: 10px
    }

    .cart-form-total .form-title {
        display: inline-block;
        float: left;
        line-height: 32px;
        padding-right: 10px
    }

    .cart-form-total .item-name {
        text-align: center;
    }

    .cart-form-total .item-name .form-title {
        text-align: center;
        float: none
    }

    .cart-form-titles {
        display: none;
    }

    .cart-form-total {
        display: block;
    }

    .cart-order .item-image {
        width: 32%;
        position: absolute
    }

    .cart-order .cart-form-all-item .item-image, .cart-order .cart-form-all-item .item-amount, .cart-order .cart-form-all-item .item-quantity, .cart-order .cart-form-all-item .item-remove, .cart-order .cart-form-all-item .item-ref, .cart-order .cart-form-all-item .item-statut, .cart-order .cart-form-all-item .item-infos {
        line-height: 32px
    }

    .cart-order .cart-form-all-item .item-name {
        line-height: initial;
        padding-bottom: 8px
    }

    .cart-order .item-quantity .ui-spinner {
        margin-top: 0;
        font-size: 1.2em
    }

    .page-store-order .ui-spinner input {
        float: initial;
        margin: 0;
        line-height: initial;
        font-size: 0.813em;
        padding-top: 4px;
    }

    .page-store-order .ui-spinner .ui-spinner-up,
    .page-store-order .ui-spinner .ui-spinner-down {
        top: 8px !important;
    }

    .cart-order .cart-form-item {
        padding: 20px 0 15px 0;
    }

    .cart-order .item-infos {
        top: 0;
    }

    .cart-order .item-infos,
    .cart-order .item-amount,
    .cart-order .item-remove {
        width: 68%;
        position: relative;
        left: 32%
    }

    .cart-order-summary .item-infos,
    .cart-order-summary .item-amount {
        width: 100%;
        left: initial
    }

    .cart-order-history .item-infos,
    .cart-order-history .item-amount {
        width: 100%;
        left: initial
    }

    .cart-order .item-quantity {
        width: 100%;
    }

    .cart-order .item-ref {
        width: 100%;
    }

    .cart-order .item-statut {
        width: 100%;
    }

    .cart-order .item-remove {
        text-align: left
    }

    .cart-order .item-remove a {
        position: relative;
    }

    .cart-order .item-name {
        width: 100%;
        font-weight: bold;
        font-size: 1.2em
    }

    .cart-order-breadcrumb {
        width: 100%
    }

    .btn-order {
        width: 100%
    }

    .order-delivery {
        padding: 0
    }

    .page-store-order-history .header-order-history .container {
        width: 70%
    }

    .page-store-order-history .header-order-history .mod {
        text-align: left;
        border: 0 none;
        padding: 5px 15px 0 15px;
    }

    .page-store-order-history .header-order-history .header-order-history .glyph-plus {
        display: block
    }

    .page-store-order-history .toggle .toggle-text {
        top: 19px;
        position: relative;
    }

    .page-store-order-history .toggle .glyph-plus:before {
        margin-top: 50px;
    }

    .page-store-order-history ul.accordion .cart-order-history {
        padding: 10px
    }

    .page-store-order-history ul.accordion li:first-child .cart-order .cart-form-item {
        border: 0 none
    }

    .cart-order-history .cart-form-total {
        border: 0 none;
    }
    .page-store-order-history ul.accordion-historic li.li-open .statut-order {position: inherit; top: inherit}

}

/* -------------------------------------- */
/* == 35- Page actualites                 */
/* -------------------------------------- */

.page-actualite .mod-padding-20 {padding: 30px;}
.page-actualite .actu-header {text-align: center;}
.page-actualite .actu-header img {display: block; margin: 0 auto; max-height: 600px}
.page-actualite .actu-details h2 {font-size: 2em;padding: 20px 0 20px 0; text-align: center;}
.page-actualite .actu-details h4 {
    font-family: 'Rubik', arial, helvetica, sans-serif;
    font-size: 1em !important;
    color: #00519e;
    font-weight: 400 !important;
    padding: 0;
    margin: 0;
}
.page-actualite .mod header {background: #0b1742; color: white; border-radius: 1rem}
.page-actualite .mod {box-shadow: none}

#client-editactualite .page-accueil {top: 0; padding: 2em 0}
#client-editactualite .page-accueil br {display: none}
#client-editactualite .page-accueil .home-carousel {max-width: 512px; margin: 0 auto}
#client-editactualite .page-accueil .carousel-home .w50-article {padding: 0 10px 10px 20px; overflow-y: auto; max-height: 315px}
#client-editactualite .page-accueil .carousel-background-grey {background: none}
#client-editactualite .carousel article img {border-radius : 1rem 0 0 1rem}

#client-editactualite .page-outils-communication .line-bloc .mod .mod {box-shadow: none; float: none; display: table; margin: 0 auto}
#client-editactualite .page-outils-communication .line-bloc .mod header {margin-top: 2em}
#client-editactualite .page-outils-communication .line-bloc .mod-contenu header {margin-top: 0; padding-left: 0 !important}
#client-editactualite .page-outils-communication .line-bloc .mod header h2 {padding-top: 1em}
#client-editactualite .client-editactualite.page-outils-communication .zend_form {margin: 0 auto; width: 80%}
#client-editactualite .page-outils-communication .cke_editor_introduction .cke_wrapper,
#client-editactualite .page-outils-communication .cke_editor_description .cke_wrapper {background: #e9e9e9 !important}

.page-outils-communication #SendSubmit {
border: 1px solid #f07d00;
padding: 15px 20px;
border-radius: 30px;
font-size: 1.35em;
float: none;
display: flex;
margin: 0 auto;
}

@media screen and (min-width: 1025px) and (max-width: 1600px) {
    #client-editactualite .page-accueil,
    #client-editactualite .page-actualite {
        margin-left: 1.5%;
        margin-right: 1.5%;
    }
}

@media screen and (min-width: 1601px) and (max-width: 2000px) {
    #client-editactualite .page-accueil,
    #client-editactualite .page-actualite {
        margin-left: auto;
        margin-right: auto;
        max-width: 1600px;
    }
}


/* -------------------------------------- */
/* == 36- Page Role Membre            */
/* -------------------------------------- */

#client-profil .profil-container .page-banner {display:block !important}
#client-profil .profil-container .page-banner .title-page-profil {
    color: white;
    max-width: 350px;
    line-height: 1.1;
    font-size: 1em;
}
#client-profil .profil-container .page-banner .title-page-profil h1,
#client-profil .profil-container .page-banner .title-page-profil h2,
#client-profil .profil-container .page-banner .title-page-profil h3 {font-size: 1em}
#client-profil .profil-container .page-banner .title-page-profil .profil-identity {
    font-size: 1.25em;
    padding-left: 0;
    padding-top: 0;
    display: table;
    position: relative;
    left: 15px;
    top: -2px;
    margin-bottom: 10px;
    white-space: pre;
}
#client-profil .profil-container .page-banner .title-page-profil .profil-role {font-size: 1em; padding-left: 0; padding-top: 0}
#client-profil .profil-container .page-banner .title-page-profil img.avatarfull.left {width: 40px; height: 40px;}
#client-profil .profil-container .page-banner .title-page-profil .modify-password {padding: 0; right: 3%; position: absolute; top: 40px}
#client-profil .profil-container .page-banner .title-page-profil .modify-password .btn {background: white; color: #101841; border-radius: 6px; padding: 5px 12px; font-size: 1em !important}
#client-profil .profil-container .page-banner .title-page-profil img.avatarfull.left {margin: 0}

#client-profil .CustomerProfile {display: flex; flex-wrap: wrap; width: 100%; position: relative; overflow: hidden; top: 0}

#client-profil .CustomerProfile .control-group input.control {width: 100%}

#client-profil.body-membre .CustomerProfile .control-group {flex: 0 0 33.33%; box-sizing: border-box; width: inherit; margin: inherit; padding: 0 30px}
#client-profil.body-membre .CustomerProfile .mod-contenu {flex: 0 0 100%;}
#client-profil.body-membre .CustomerProfile .control-group:nth-child(1) {display: none; order:1}
#client-profil.body-membre .CustomerProfile .control-group:nth-child(2) {order:14;}
#client-profil.body-membre .CustomerProfile .control-group:nth-child(3) {order:15}
#client-profil.body-membre .CustomerProfile .control-group:nth-child(4) {order:16; display: none; }
#client-profil.body-membre .CustomerProfile .control-group:nth-child(5) {order:4; }
#client-profil.body-membre .CustomerProfile .control-group:nth-child(6) {order:5}
#client-profil.body-membre .CustomerProfile .control-group:nth-child(7) {order:6}
#client-profil.body-membre .CustomerProfile .control-group:nth-child(8) {order:7}
#client-profil.body-membre .CustomerProfile .control-group:nth-child(9) {order:8}
#client-profil.body-membre .CustomerProfile .control-group:nth-child(10) {order:9}
#client-profil.body-membre .CustomerProfile .control-group:nth-child(11) {order:17}
#client-profil.body-membre .CustomerProfile .control-group:nth-child(12) {order:18}
#client-profil.body-membre .CustomerProfile .control-group:nth-child(13) {order:19}
#client-profil.body-membre .CustomerProfile .control-group:nth-child(14) {order:20;}
#client-profil.body-membre .CustomerProfile .control-group:nth-child(15) {order:21}
#client-profil.body-membre .CustomerProfile .control-group:nth-child(16) {display: none; order:2}
#client-profil.body-membre .CustomerProfile .control-group:nth-child(17) {order:10}
#client-profil.body-membre .CustomerProfile .control-group:nth-child(18) {order:11}
#client-profil.body-membre .CustomerProfile .control-group:nth-child(19) {order:12}
#client-profil.body-membre .CustomerProfile .control-group:nth-child(20) {display: none; order:3}
#client-profil.body-membre .CustomerProfile .control-group:nth-child(21) {order:13; flex: 0 0 100%;}
#client-profil.body-membre .CustomerProfile hr:nth-child(22) {display: none; order: 22}
#client-profil.body-membre .CustomerProfile .mod-contenu:nth-child(23) {order:23}
#client-profil.body-membre .CustomerProfile .mod-contenu:nth-child(24) {order:24}
#client-profil.body-membre .CustomerProfile .mod-contenu:nth-child(25) {order:25}
#client-profil.body-membre .CustomerProfile .mod-contenu:nth-child(26) {order:26}

#client-profil .CustomerProfile .mod-contenu.mod-padding {padding:0 30px}
#client-profil .CustomerProfile .mod-contenu.mod-padding header,
#client-comptepoints .mon-compte-points .mod-contenu header {background: #101841; color: white; padding: 10px 0 8px 15px !important; border-radius: 1rem; width: 100%; font-size: 1em; margin-bottom: 1em; margin-top: 1em}

#client-profil .CustomerProfile .control-group:nth-child(2):before {padding: 4px 0 4px 15px !important; content:""; display: block; position: absolute; margin-top: -25px; font-weight: 700; border-top: 1px solid #e1e1e1; width: 90%}

#client-profil .CustomerProfile .mod-contenu:nth-child(24) .control-group {display: table !important; width: 100%; padding: 0}

#client-profil .CustomerProfile .control-group label > span:first-child {font-weight: 700}

#client-profil .CustomerProfile .btn-yellow {background: none; font-weight: 400 !important}
#client-profil .CustomerProfile .btn-yellow + br {display: none}

#client-profil.body-responsablesecondaire .CustomerProfile .mod-contenu.mod-padding,
#client-profil.body-dirigeant .CustomerProfile .mod-contenu.mod-padding,
#client-profil.body-responsablecercle .CustomerProfile .mod-contenu.mod-padding,
#client-profil.body-responsablepdv .CustomerProfile .mod-contenu.mod-padding,
#client-profil.body-consultationpdv .CustomerProfile .mod-contenu.mod-padding,
#client-profil.body-adherent .CustomerProfile .mod-contenu.mod-padding,
#client-profil.body-commercial .CustomerProfile .mod-contenu.mod-padding {width: 100%}

#client-profil.body-responsablesecondaire .code-membre,
#client-profil.body-dirigeant .code-membre,
#client-profil.body-responsablecercle .code-membre,
#client-profil.body-responsablepdv .code-membre,
#client-profil.body-consultationpdv .code-membre,
#client-profil.body-adherent .code-membre,
#client-profil.body-commercial .code-membre {display:none}

#catalogueZone .btn {float: right}

#client-profil .CustomerProfile .control-group:nth-child(21) input {width: 31.1% !important; display: block; margin-bottom: 5em}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
    #client-profil .CustomerProfile .control-group:nth-child(21) input {width: 29.9% !important;}
}

.mon-compte-points .w50 p {text-align: center; padding: 30px}
.mon-compte-points .w50 p strong {font-size: 1.5em}
.mon-compte-points .w50 p strong span {font-size: 1.35em}

/* -------------------------------------- */
/* == 36- Page notifications              */
/* -------------------------------------- */

.page-notifications {}


/* -------------------------------------- */
/* == 37- Jeu Anniversaire             */
/* -------------------------------------- */

.game-container {
    margin: auto;
    width: 760px;
    text-align: left;
    left: -15px;
    position: relative;
}
.contenu_cadre {
    width: 760px;
    height: 428px;
    background-size: 100% !important;
    padding: 120px 50px 0 50px;
    margin-top: 20px;
}

.reglement_anniversaire {
    text-align: center;
    padding-top: 20px;
    left: -15px;
    position: relative;
}
.contenu_cadre table,
.contenu_cadre table td {border: 0 none;}
.contenu_cadre h3 {padding: 0; margin: 0;}

.contenu_cadre h2 {font-size: 1.1em; margin: 0.5em 0 0 0;}
.contenu_cadre h3 {font-family: 'Rubik', arial, helvetica, sans-serif; font-weight: 400 !important; font-size: 15px; margin-top: 2px;}
.contenu_cadre .titre_membre {padding-bottom: 2px; display: inline-block;}
.contenu_cadre .titre_societe {padding-bottom: 1px; display: inline-block;}

.contenu_cadre .form {font-size: 1.4rem; width: 255px; margin: 65px auto 0 auto;}
.contenu_cadre .saisie-container {margin: 0;}
.contenu_cadre .saisie-container span {font-size: 1.4rem; width: 80px; float: left; display: inline-block; font-weight: 300;}
.contenu_cadre .saisie-container span.line1 {line-height: 2.4;}
.contenu_cadre .saisie-container span.line2 {line-height: 1.1;}
.contenu_cadre .saisie-container input[type="text"] {padding: 4px 8px; font-size: 1.4rem; width: 175px; float: left;}
.contenu_cadre .submit-button {width: 110px; margin: 0 auto; text-align: center; display: table; border: 0 none; background: white; padding: 0; margin-top: -8px;}

.message_important {
    position: relative;
    overflow: hidden;
    height: 428px;
    margin-top: 20px;
    background: url('../images/jeux2020/form/messageimportant.jpg?id=2022');
    width: 760px;
    padding: 220px 140px 0 140px;
    text-align:center;
}

/* -------------------------------------- */
/* == 38- Responsive                      */
/* -------------------------------------- */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
    background: transparent;
    border: 0 none;
    margin-top: 0;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 10px;
    width: 140px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #9eaed9;
    /*      background-color: hsla(0, 0%, 20%, 0.9);*/
    color: #00519e;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 15px;
    line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}


/* -------------------------------------- */
/* == 39- Responsive                      */
/* -------------------------------------- */

@media only screen and (min-width: 1600px) {
    .box-bg.box-scroll .branding {
        border-bottom: 0 none
    }
}

@media (max-width: 1599px) {
    .page-voscontacts .mod-contenu header {
        font-size: 1.1em
    }
    table.dataTable thead th {
        padding: 10px 7px !important;
        font-size: 15px;
        letter-spacing: 0.2px;
    }
    table.dataTable tfoot th {
        padding: 12px 7px 10px 7px !important;
        font-size: 1.1em;
        letter-spacing: 0.1px;
    }
    .dataTable td {
        padding: 10px 7px !important;
        font-size: 1em
    }
    .page-developpement .mod header {
        height: auto;
        padding: 7px 15px;
    }
    .page-developpement .mod header h2 {
        line-height: 1.1
    }
    .link-yellow-details {
        width: 36px;
        height: 25px;
        background-size: 29px;
    }
    select.column_filter {font-size: 14px;}

}


@media (max-width: 1400px) {
    .page-developpement .pa3 {padding: 25px}

    table.dataTable thead th {
        font-size: 14px;
    }
    select.column_filter {font-size: 14px;}

    .liste-tableaudebord .w15.right {width: auto;}
    .liste-tableaudebord .dropdown-wrapper {width: 120px;}

}


@media screen and (min-width: 1025px) and (max-width: 1400px) {
    .page-accueil .btn-grey,
    .page-accueil .btn-white {
        margin-bottom: 10px;
        /*max-width: 220px;
        padding: 7px 60px 5px 13px !important;
        line-height: 1.05;
        font-size: 0.93em;
        text-align: left;*/
    }
    .mespoints-right .w40 {width: 35%;}
    .mespoints-left .w40 {width: 35%;}
    .mespoints-right .w60 {width: 65%; padding: 0 15px;}
    .mespoints-left .w60 {width: 65%; padding: 0 15px;}
    .page-accueil .w80 {padding: 0 15px;}
    .use-points h3 {font-size: 1.813em;}
    p {font-size: 0.938em;}
    .page-accueil .dataTable td {font-size: 0.938em !important; line-height: 1.15;}
    .page-accueil #valid-table.dataTable th:nth-child(1),
    .page-accueil #valid-table.dataTable td:nth-child(1) {width: 90px;}
    .page-accueil #valid-table.dataTable th:nth-child(4),
    .page-accueil #valid-table.dataTable td:nth-child(4) {width: 80px;}
    .page-accueil #valid-table.dataTable th:nth-child(3),
    .page-accueil #valid-table.dataTable td:nth-child(3) {width: 60px;}
    .page-accueil #valid-table .statut-order {min-width: inherit;}
    .page-accueil #valid-table .statut-order:before {float: none; background-size: 80%;}


}


@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .page-accueil .btn-grey,
    .page-accueil .btn-white {
        max-width: 220px;
        padding: 7px 60px 5px 13px !important;
        line-height: 1.3;
        font-size: 0.75em;
        text-align: left;
        margin-bottom: 10px;
    }
    .use-voyage p, .use-cadeaux p {font-size: 0.75em}

    .btn .tab-notif {font-size: 1em; text-align: center; line-height: 1.65;}

    .liste-tableaudebord .dropdown-wrapper {width: 120px;}
    .footer a {font-size: 1em;}

    .liste-tableaudebord .control-group {display: flex; float: none;}
    .liste-tableaudebord .line .w30 {width: 43%;}
    .liste-tableaudebord .line .w55 {width: 33%;}
    .liste-tableaudebord .line .w15 {width: 23%;}
    .liste-tableaudebord .control-group label {width: 60px; padding: 0 0 5px 0;}
    .liste-tableaudebord .bloc-btn-yellow {font-size: 12px;}

    .bloc-event-list.grid2 .bloc-event img {max-width: 80px !important;max-height: 80px !important;}
    .nav-principal a,
    .nav-principal a:hover,
    .nav-principal a:focus,
    .nav-principal a:active {font-size: 0.6em}
    .body-membre .nav-principal {
        padding-left: 20px;
    }
    .home-banner .text-left {
        font-size: 1em;
    }
    .login-office #btLogin, #index-index .line a.btn.btn-grey, #index-index .board-orders button.btn.btn-grey, #index-index .table-board-orders a.btn.btn-grey, #index-index .declarations a.btn.btn-grey, #index-index .mod-carousel-partenaires a.btn.btn-grey, span.carousselbutton a, .supports-com .btn-yellow, #userManagementTable_wrapper .dt-buttons .btn-yellow, #ManageRenewUsers_wrapper .dt-buttons .btn-yellow, #client-editactualite .btn-grey {font-size: 0.75em !important}
}


@media (max-width: 1280px) {
    .page-developpement .pa3 {
        padding: 5px 5px 5px 15px
    }
    .dataTable td {
        font-size: 1rem;
    }
}

@media (max-width: 1024px) {

    .favoris_articles {position: inherit}

    #header .dropdown-menu {left: 0;}
    #header .button-dropdown li {
        width: auto;
    }
    .section-user .bloc-welcome img {
        height: 329px !important;
        width: auto !important;
    }

    .nav-principal,
    .nav-principal-adherent {display: block; gap: inherit}
    .nav-principal li a:before {position: inherit}
    .nav-principal li a br {display: none}

    .aside-user li.profile-one span.glyph-lock {display: none}

    .home-banner .center-content {height: auto; padding: 30px 0}

    .page-accueil .btn-grey,
    .page-accueil .btn-white {
        padding: 7px 60px 5px 13px !important;
        line-height: 1.05;
        font-size: 0.93em;
        text-align: left;
    }

    .home-gestion-commande .right-btn {margin-top: 30px}

    .mespoints-right .w40 {width: 35%;}
    .mespoints-left .w40 {width: 35%;}
    .mespoints-right .w60 {width: 65%; padding: 0 15px;}
    .mespoints-left .w60 {width: 65%; padding: 0 15px;}
    .page-accueil .w80 {padding: 0 15px;}
    .use-points h3 {font-size: 1.813em;}

    .box-bg .navfixed .box.nano {
        height: auto !important
    }

    body.Accueil #mainContent {
        margin-top: 0
    }

    body.menu-open .section-user {
        z-index: 3000
    }

    body.menu-open .section-user-content {
        position: inherit
    }

    .aside-connect li.connect {
        left: 30px
    }

    .aside-user .sub-menu li.profile-one span {
        display: block;
        padding: 5px 0 0 30px;
    }
    .aside-user .sub-menu li.profile-one span.glyph-lock {
        display: none;
    }

    .bloc-membre {
        left: 0;
        position: relative
    }

    .bloc-membre .bloc-blue {
        padding: 15px
    }

    .bloc-membre .bloc-blue .btn-yellow {
        margin-top: 3px;
        margin-right: 3px;
        width: 200px;
        float: right;
    }

    .page-accueil .grid2 > * {
        width: 100%;
    }

    .tab-menu .tab-notif {top: -4px; font-size: 0.813em; padding-top: 0.35em;}

    .btn .tab-notif {font-size: 0.875em; text-align: center; line-height: 1.65;}

    .Boutique li.gs_y_2.gs_x_2 {
        width: 98%;
        margin-top: 0;
    }

    .Boutique .gs_y_2 .kpitooltip {
        height: 85px;
    }

    #KpiContentTypeFirst span {
        padding-left: 0;
        display: inline-block
    }

    .single-item .w66,
    .single-item .w33 {
        width: 100%
    }

    .single-item .w66 {
        padding: 0 20px 0 20px;
    }

    .single-item article img {
        margin: 0 auto;
        text-align: center
    }

    .single-item article img {
        max-height: inherit;
        max-width: 100%
    }

    .single-item h2 {
        text-align: center;
        padding-top: 0.5em
    }

    .slick-dots {
        display: none !important
    }

    .line.w-left,
    .line.w-right {
        padding: 0 0 20px 0;
        display: block;
    }

    .row-lecercle .w50 {
        display: block;
        padding: 0 0 20px 0;
        width: 100%;
    }

    .row-lecercle .w33 {
        display: block;
        padding: 0 0 20px 0;
        width: 100%;
    }

    .page-store-home .filters .w33 {
        margin: 40px 0 0 0;
    }

    .page-developpement .w75,
    .page-developpement .w60,
    .page-developpement .w50,
    .page-developpement .w40,
    .page-developpement .w25 {
        width: 100%;
        padding-bottom: 1em
    }
    .page-developpement .w50,
    .page-developpement .w40,
    .page-developpement .w25 {
        text-align: center
    }
    .page-developpement p {
        text-align: left
    }
    .page-developpement .w40 img {
        max-width: 100px !important
    }
    .row-number .w10 img {max-width: 80%;}
    .row-lecercle .W20 img {max-width: 80%;}

    .details-mespoints .colonne01 {font-size: 14px;}
    .details-mespoints .bloc-btn-yellow {font-size: 12px; margin-left: 10px;}
    .details-mespoints.line-open .details-table {padding: 0 10px 50px 10px;}
    .mon-compte-points table.dataTable thead th,
    .mon-compte-points table.dataTable tfoot th,
    .mon-compte-points .dataTable td {padding: 10px 5px 8px 5px !important;}

    .tab-menu li .tab-menu-text {font-size: 1em;}

    .liste-tableaudebord .control-group {display: flex; float: none;}

    .liste-tableaudebord .line .w30 {width: 43%;}
    .liste-tableaudebord .line .w55 {width: 33%;}
    .liste-tableaudebord .line .w15 {width: 23%;}

    .liste-tableaudebord .control-group label {width: 60px; padding: 0 0 5px 0;}
    .liste-tableaudebord .bloc-btn-yellow {font-size: 12px;}

    .header-user-logo img, .header-user-logo-25-ans img {height: 50px !important; margin-top: 10px;}
    .aside-user .avatar-name {width: auto;}

    #index-index .grid3 > div {width: 100%; display: block; margin:15px 0}
    #index-index .carousel-home {width: 100% !important; margin: 0 auto}
    #index-index .carousel-home .slick-list,
    #index-index .carousel-home .slick-slide {height: auto !important}

    .page-accueil .line-bloc {
        margin-top: 0.5em;
    }
    .use-voyage, .membre_lastorders {
        margin-bottom: 1.25em;
    }

    .aside-user-adherent .avatar-profile span {padding-top: 4px}

   #footer ul {padding: 1em 0 1em 0}
    #footer ul li {display: list-item; float: none}
    #footer a {font-size: 1em}
    #footer .mod.txt-right {padding: 1em 0}
    #footer .grid3-1 {width: 100% !important}
    #footer .grid3-1 > *:first-child {width: 75% !important; float: left !important}
    #footer .grid3-1 > * + * {width: 25% !important;  float: left !important}
}


@media (max-width: 768px) {



    .mod-carousel-partenaires {min-height: 160px;}

    .mespoints-left,
    .mespoints-right {
        width: 100%;
        margin: 0;
        background: white;
    }

    .use-points .w40,
    .use-points .w60 {
        width: 100%;
        padding: 0 0 10px 0
    }
    .line.w50 {
        width: 100%;
        display: block;
        margin: 1em 0 0 0;
    }
    .row.w100.mt2 {
        margin-top: 0;
    }
    .use-points h3 {
        padding-top: 0;
    }
    .use-points.grid2 > * {
        width: 100%;
        display: block;
        padding: 10px
    }

    .mespoints-left img, .mespoints-right img {
        text-align: center;
        margin: 0 auto;
        display: flex;
    }

    .mespoints-left h3, .mespoints-right h3 {font-size: 1.25em}
    .use-points {
        text-align: center
    }
    .use-points h3 span {
        display: inline-block;
    }
    .page-accueil .btn-grey,
    .page-accueil .btn-white {
        margin-bottom: 20px;
    }
    .page-voscontacts span.header-text {
        width: 50%;
    }

    .page-voscontacts span.header-img {
        width: 50%;
    }
    .GeneralProfile header li {width: 100%;}
    .GeneralProfile .bloc-content li {width: 100%;}
    .bloc-compte-points,
    .bloc-categorie {width: 100%;}

    .mod-contenu header {font-size: 1em; line-height: normal;}

    .liste-tableaudebord .line .w30 {width: 43%;}
    .liste-tableaudebord .line .w55 {width: 33%;}
    .liste-tableaudebord .line .w15 {width: 23%;}

    .list-align li {display: block;}
    .page-performance-com .section-search .control-dropdown {width: 100%;}

    .tab-menu li .tab-menu-text {
        font-size: 14px;
    }


}

@media (max-width: 640px) {

    #index-index .home-banner .grid3 > div {
        width: 90%;
        margin: 0 5%;
    }
    .blockevenemt {background-size: 130px;}
    #footer a {font-size: 0.85em;}
    #footer a:before {top: 0}
    .carousel-home .slick-slide img {width: 100% !important}
    .home-banner .text-left {font-size: 1.25em}
    .menu .header-user-logo,
    .menu .header-user-logo-25-ans {}
    .header-logo-site img {
        max-width: 80px;
        margin-top: 30px;
        margin-left: 20px;
    }
    .pic-ctn {
        left: 10px;
        top: 9px;
    }
    .menu .header-nav li {
        width: 24px;
        margin: 0.3em 0 0 0.9em;
    }
    .header-nav ul {
        display: inline-flex;
        margin-left: 170px;
    }
    .home-banner .mod-03 .text-left {padding: 0; font-size: 1em}

    .login-page .form-login {
        width: 270px;
    }
    .bloc-membre .bloc-blue .btn-yellow {
        float: none;
    }
    .page-accueil #valid-table thead {
        display: none;
    }
    .page-accueil #valid-table td {
        display: flex;
        flex: 1 1 100%;
        justify-content: space-between;
        padding: .8rem 1.6rem !important;
        text-align: right;
        width: 100%;
        margin-top: 0;
        border-bottom: 1px solid #f1eff7 !important;
    }
    .page-accueil #valid-table td:first-child {
        background: #0b1742 !important;
        color: white;
        text-align: left;
        padding: 8px 6px 6px 1.6rem !important;
        border-bottom: 0 none;
        justify-content: inherit;
    }
    .page-accueil #valid-table td:first-child:before {
        content: attr(data-table-label);
        font-weight: 100;
        width: auto;
        margin-right: 5px;
        text-transform: uppercase;
    }
    .page-accueil #valid-table td:not(:first-child):before {
        content: attr(data-table-label);
        font-weight: 100;
        margin-right: 1.6rem;
        text-align: left;
    }
    .page-accueil #valid-table tbody tr:nth-child(odd),
    .page-accueil #valid-table tbody tr:nth-child(even) {
        background :white;
    }
    .page-accueil #valid-table td .statut-order {
        width: auto;
        font-size: 1em !important;
        margin-right: 0;
    }
    .home-solde img {display: block; margin: 0 auto}
    .home-solde a {width: 100%; display: table; padding-left: 50px !important}
    .home-solde a span {display: block; position: inherit; top: inherit; margin-top: 10px}
    .home-solde a span.eleven {display: inline-block}

    .home-banner .color-orange {display: block}

    .blockevenemt .mod-event {margin: 0}
    .bloc-event-list.grid1,
    .bloc-event-list.grid2,
    .bloc-event-list.grid3,
    .bloc-event-list.grid4 {max-width: 100% !important}
    .bloc-event-list.grid1.bloc-event img,
    .bloc-event-list.grid2 .bloc-event img,
    .bloc-event-list.grid3 .bloc-event img,
    .bloc-event-list.grid4 .bloc-event img {
        max-width: 80px !important;
        max-height: 80px !important;
        margin: 0 10px
    }

    .mod-contenu header {
        font-size: 1em;
        height: auto;
    }
    .widget-wishlist .item {
        width: 96%;
        height: auto
    }

    .widget-wishlist .item-image {
        max-width: 150px
    }

    .widget-wishlist .item .left.w60 {
        padding-top: 20px
    }
    .section-search .control-group,
    .search-member .control-group {width: 98%;}

    .title-page h1 {font-size: 1.5em;}


    .liste-tableaudebord .line .w70.right {width: auto;}
    .liste-tableaudebord .line .w30 {width: 45%; padding-right: 10px;}
    .liste-tableaudebord .line .w55 {width: 45%;}
    .liste-tableaudebord .line .w15 {width: 10%;}
    .liste-tableaudebord .bloc-btn-yellow {font-size: 0; text-indent: -5000px; padding: 0 !important;}
    .liste-tableaudebord .bloc-btn-yellow img {text-indent: 0; width: 36px; height: 36px !important; display: block;}

    .site-main #userManagementTable th:nth-child(2),
    .site-main #userManagementTable td:nth-child(2),
    .site-main #userManagementTable th:nth-child(3),
    .site-main #userManagementTable td:nth-child(3),
    .site-main #userManagementTable th:nth-child(6),
    .site-main #userManagementTable td:nth-child(6),
    .site-main #userManagementTable th:nth-child(7),
    .site-main #userManagementTable td:nth-child(7) {display: none !important;}
    .site-main #userManagementTable th,
    .site-main #userManagementTable td {width: 25% !important;}

    .site-main #ManageRenewUsers th:nth-child(2),
    .site-main #ManageRenewUsers td:nth-child(2),
    .site-main #ManageRenewUsers th:nth-child(3),
    .site-main #ManageRenewUsers td:nth-child(3),
    .site-main #ManageRenewUsers th:nth-child(4),
    .site-main #ManageRenewUsers td:nth-child(4),
    .site-main #ManageRenewUsers th:nth-child(6),
    .site-main #ManageRenewUsers td:nth-child(6) {display: none !important;}
    .site-main #ManageRenewUsers th,
    .site-main #ManageRenewUsers td {width: 25% !important;}

    .site-main #addUserTable th:nth-child(4),
    .site-main #addUserTable td:nth-child(4) {display: none !important;}
    .site-main #addUserTable th,
    .site-main #addUserTable td {width: 20% !important;}

    .site-main #performanceTableMonthsSliding th:nth-child(4),
    .site-main #performanceTableMonthsSliding td:nth-child(4),
    .site-main #performanceTableMonthsSliding th:nth-child(5),
    .site-main #performanceTableMonthsSliding td:nth-child(5) {display: none !important;}
    .site-main #performanceTableMonthsSliding th,
    .site-main #performanceTableMonthsSliding td {width: 25% !important;}

    .site-main #userCATable th:nth-child(1),
    .site-main #userCATable td:nth-child(1),
    .site-main #userCATable th:nth-child(5),
    .site-main #userCATable td:nth-child(5) {display: none !important;}
    .site-main #userCATableg th,
    .site-main #userCATable td {width: 20% !important;}

    .site-main #userBonusTable th:nth-child(4),
    .site-main #userBonusTable td:nth-child(4),
    .site-main #userBonusTable th:nth-child(5),
    .site-main #userBonusTable td:nth-child(5) {display: none !important;}
    .site-main #userBonusTable th,
    .site-main #userBonusTable td {width: 25% !important;}

    .site-main #CmdValidManagementTable th:nth-child(4),
    .site-main #CmdValidManagementTable td:nth-child(4),
    .site-main #CmdValidManagementTable th:nth-child(5),
    .site-main #CmdValidManagementTable td:nth-child(5),
    .site-main #CmdValidManagementTable th:nth-child(7),
    .site-main #CmdValidManagementTable td:nth-child(7) {display: none !important;}
    .site-main #CmdValidManagementTable th,
    .site-main #CmdValidManagementTable td {width: 20% !important;}

    .site-main #CmdSuviManagementTable th:nth-child(4),
    .site-main #CmdSuviManagementTable td:nth-child(4),
    .site-main #CmdSuviManagementTable th:nth-child(5),
    .site-main #CmdSuviManagementTable td:nth-child(5),
    .site-main #CmdSuviManagementTable th:nth-child(6),
    .site-main #CmdSuviManagementTable td:nth-child(6),
    .site-main #CmdSuviManagementTable th:nth-child(8),
    .site-main #CmdSuviManagementTable td:nth-child(8) {display: none !important;}
    .site-main #CmdSuviManagementTable th,
    .site-main #CmdSuviManagementTable td {width: 20% !important;}

    .site-main .page-accueil .table-board-orders th:nth-child(6),
    .site-main .page-accueil .table-board-orders td:nth-child(6) {display: none !important;}
    .site-main .page-accueil .table-board-orders th,
    .site-main .page-accueil .table-board-orders td {width: 20% !important;}

    .site-main #news-table th,
    .site-main #news-table td {width: 25% !important;}

    #main-vospdv-tab table.table-points-ventes th:nth-child(3),
    #listOfPDVManagementTable th:nth-child(3),
    #main-vospdv-tab table.table-points-ventes td:nth-child(3),
    #listOfPDVManagementTable td:nth-child(3) {width: 20%! important;}



    .page-organisation .tab-menu li .tab-menu-text,
    .page-outils-communication .tab-menu li .tab-menu-text,
    .page-suivi-commande .tab-menu li .tab-menu-text,
    .page-tableaudebord .tab-menu li .tab-menu-text,
    .page-declaration-resultats .tab-menu li .tab-menu-text {white-space: pre-wrap; font-size: 14px; padding: 15px 10px 9px 10px;}
    .page-suivi-commande .tab-menu li:first-child,
    .page-suivi-commande .tab-menu li:last-child,
    .page-tableaudebord .tab-menu li:first-child,
    .page-tableaudebord .tab-menu li:last-child,
    .page-declaration-resultats .tab-menu li:first-child,
    .page-declaration-resultats .tab-menu li:last-child {width: 49.5% !important; margin-left: 0 !important;}
    .page-organisation .tab-menu li a,
    .page-outils-communication .tab-menu li a,
    .page-suivi-commande .tab-menu li a,
    .page-tableaudebord .tab-menu li a,
    .page-declaration-resultats .tab-menu li a {width: auto !important;}

    .dataTables_wrapper .dataTables_filter {margin-bottom: 0.5em;}
    .page-suivi-commande .section-search .control-group {width: 100%;}
    .section-filters .control-button {margin: 1em 0;}
    .section-filters .control-button .btn {margin-bottom: 0.5em;}

    .page-declaration-resultats  #tabs-chiffre .slick-list.draggable {padding: 0 !important;}
    .page-declaration-resultats  #tabs-chiffre .slick-prev,
    .page-declaration-resultats  #tabs-chiffre .slick-next {top: -28px; width: 36px !important; height: 36px !important; right: 15px !important;}
    .page-declaration-resultats  #tabs-chiffre .slick-list.draggable header {text-align: center;}

    .page-organisation .order-radio {float: none !important; width: auto !important;}

    .table-board-orders .order-radio, #valid-details .order-radio {width: 100%}
    .table-board-orders .order-radio .control-radio, #valid-details .order-radio .control-radio{display: inline-block;clear: both;margin-left: 0px;margin-right: 10px; }
    #valid-details .bloc-details-commande #orderline li .control-radio{float: inherit; margin-left: 0px;margin-right: 10px; }

    .footer li {display: block;}

    .header-user-logo img, .header-user-logo-25-ans img {margin-top: 10px;}

}

@media (max-width: 500px) {
    .header-user-logo img, .header-user-logo-25-ans img {margin-top: 0;}
}

@media (max-width: 420px) {

    .widget-wishlist .item .left.w60 {
        padding-top: 10px
    }

    .mod-contenu .row .line.w50 {
        width: 100%;
        display: block;
        padding-bottom: 20px
    }

    .mod-contenu .row .line.w50 .w80 {
        padding-left: 10px
    }

    .slick-slider {
        margin-top: 15px;
    }

    .slick-prev, .slick-next {
        width: 36px;
        height: 36px;
    }

    .mod-contenu .btn {
        margin-bottom: 20px
    }
    .carousel-home section {
        padding: 0;
    }
    .grid.home-carousel {
        overflow: visible !important;
        margin-left: -5px;
    }
    .carousel-home .slick-prev {
        left: -15px !important;
        width: 30px !important;
        height: 30px !important;
    }
    .carousel-home .slick-next {
        right: -15px !important;
        width: 30px !important;
        height: 30px !important;
    }
    .page-accueil .line .w10,
    .page-accueil .line .w20,
    .page-accueil .line .w30,
    .page-accueil .line .w70,
    .page-accueil .line .w80,
    .page-accueil .line .w90 {width: 100%;}

    .page-accueil .line .w10 img,
    .page-accueil .line .w20 img {margin: 0 auto; display: flex;}

    .page-accueil .mesclientsmembres .w50 {width: 100%;}
    .page-accueil .mesclientsmembres .w50 img {margin: 0 auto; display: flex;}

    .page-accueil .mesoutilsdecommunication .w30 img {margin: 0 auto; display: flex; float: none !important;}

    .mod-carousel-partenaires .slick-prev,
    .mod-carousel-partenaires .slick-next {display: none !important;}
    .mod-carousel-partenaires {min-height: 100px;}
    .mod-carousel-partenaires {padding: 10px 0 20px 0;}
    .mod-carousel-partenaires .btn {
        max-width: 250px;
        padding: 7px 60px 5px 13px !important;
        line-height: 1.05;
        font-size: 0.93em;
        text-align: left;
        height: 42px;
        margin-bottom: 10px;
    }
    .mod-carousel-partenaires .btn:before {background-color: white;}

    .title-page h1 {font-size: 1.25em;}

    .liste-tableaudebord .line .w30 {width: 40%; padding-right: 10px;}
    .liste-tableaudebord .line .w55 {width: 50%;}
    .liste-tableaudebord .line .w15 {width: 10%;}
    .liste-tableaudebord .bloc-btn-yellow img {height: auto!important;}
    .liste-tableaudebord .control-group {display: block;}
    .liste-tableaudebord .control-group label {display: block; width: auto; float: none; margin-top: 0; padding-top: 0; margin-bottom: 0; padding-bottom: 0;}
    .liste-tableaudebord .control-group .dropdown-wrapper {float: none;}

    .page-tableaudebord .tab-menu li .tab-menu-text span {width: auto; display: inline-block; vertical-align: middle; height: 33px; line-height: 1.2;}
    .page-declaration-resultats .tab-menu li .tab-menu-text span {width: 80px; display: inline-block; vertical-align: middle;}
    .page-organisation .tab-menu li .tab-menu-text {height: 66px;}

    .tab-menu .tab-notif {width: 24px !important; height: 24px !important; font-size: 0.875em; padding-top: 0.45em; position: absolute; right: 33%; top: 30px;}
    .page-declaration-resultats .tab-menu .tab-notif {right: 0; top: 20px;}

    .page-outils-communication .section-outils .w33 {width: 50% !important; padding: 10px;}
    .page-outils-communication #point-tab textarea {width: 100px; font-size: 0.813em;}
    .page-outils-communication #message-input-table .btn {font-size: 10px !important; padding: 5px;}
    .page-outils-communication #message-input-table .btn:before {display: none;}

    .page-declaration-resultats  #tabs-chiffre .slick-prev,
    .page-declaration-resultats  #tabs-chiffre .slick-next {top: -44px !important;}
    .page-declaration-resultats .resultats-mois {width: 30% !important; margin: 1.5% !important;}

    .dataTable td {font-size: 0.813em;}

    .site-main #news-table td .btn-yellow img,
    .site-main #news-table td .btn-red img {width: 17px; height: 17px;}

    .header-user-logo img, .header-user-logo-25-ans img {height: 49px !important; margin-top: 0;}

    .bloc-membre .bloc-blue .btn-yellow {
        margin-top: 0;
        margin-right: 3px;
        width: 90px;
        float: right;
        font-size: 10px !important;
        line-height: 1;
        white-space: pre-wrap;
    }
    .section-user .aside-details a:before {display: none;}
    .section-user .bloc-blue {font-size: 2em;}
    .aside-user .avatar-profile:before {display: none;}

    .nav-principal ul {background: white; margin: 0; padding: 15px 15px 25px 15px;}
    .aside-user {margin-top: -20px;}
    .aside-user .sub-menu li.profile-one span {padding: 0; top: -5px;}
    .nav-principal li {
        text-align: left;
        position: relative;
        display: inline-block;
        list-style: none;
        font-size: 14px;
        vertical-align: top;
    }
    .nav-principal li:nth-child(odd) {
        margin: 0 1% 0.6em 0;
    }
    .nav-principal li:nth-child(even) {
        margin: 0 0 0.6em 0.5%;
    }

    .nav-principal li a {padding: 6px 5px 5px 6px;}
    .nav-principal li a:before {width: 31px; height: 31px;}
    .aside-user .avatarfull {margin-top: 0;}

    .nav-principal li li {width: 100%;margin: 0 !important;height: auto !important;padding: 0; top: -3px;}
    .nav-principal li li a:before {height: 24px !important; width: 26px !important;}

    #header .notif-dropdown-menu {left: -100px; width: 280px;}

    .mod header {height: auto;}
    .mod header h2 {font-size: 1em; padding-top: 0; text-transform: uppercase; line-height: 1.1; text-align: left; padding: 10px 7px 6px 0;}

    .page-avantages .mod-contenu {padding: 0 20px;}
    .page-avantages .w20,
    .page-avantages .w30,
    .page-avantages .w70,
    .page-avantages .w80 {width: 100%;}
    .page-avantages .w20,
    .page-avantages .w30 {text-align: center;}


}

@media (max-width: 375px) {
    .nav-principal li {font-size: 0.875em;}
    .nav-principal li a {padding: 6px 0 5px 28px;}
    .nav-principal li a:before {
        width: 26px;
        height: 30px;
        background-size: 100% !important;
        background-position: top 3px center !important;
    }
}


@media (max-width: 320px) {
    .nav-principal li {font-size: 0.813em;}
    .nav-principal li a,
    .nav-principal li a:hover {padding: 6px 0 5px 8px;}
    .nav-principal li li {list-style: none; top: -1px;}
    .nav-principal li li a,
    .nav-principal li li a:hover {padding: 3px 5px 3px 15px !important; border-left: 2px solid #9eaed9 !important; font-size: 1.05em;}
    .nav-principal li a:before {display: none;}
    .nav-dotations-menu li a:after {display: none;}
    .nav-principal li:nth-child(even) {margin: 0 0 0.6em 0;}
}

.mod.mod-yellow{}
.mod-event header {
    color: #ffffff;
    padding-left: 15px;
    font-family: "Rubik", arial, helvetica, sans-serif;
    height: 40px;
    background: none;
}
.blockevenemt .mod.mod-yellow header{
    color: #ffffff;
}
.bloc-event {
    text-align: center;
    /*padding-top:10px;
    max-width: 190px!important;*/
    width: 100%;
    margin: auto;
    /*margin-left:4px;*/
}
.bloc-event img {
    max-width: 100px;
    max-height: 100px;

}
.bloc-event .blocpersonnalisation-event b{
    color:#00569a;

}
.carousel-blocevent section {
    padding: 0px;
}
.carousel-blocevent > *{
    margin-left: 0px!important;
}
.carousel-blocevent {padding-left: 0 !important; overflow: visible !important;}
.carousel-blocevent section {padding: 10px 0px}
.carousel-blocevent .slick-slide img {width: auto; max-width: 300px; display:inline;}
.carousel-blocevent article img {max-height: 200px}
.carousel-blocevent .w66 {padding: 0 50px 0 30px;}
.carousel-blocevent h2 {font-size: 2em; padding-bottom: 0.5em}
.blocpersonnalisation-event {width: 100%;padding: 3px;}
@media (max-width: 768px) {
    .carousel-blocevent .slick-next{right: 0px!important;}
    .carousel-blocevent .slick-prev{left: 0px!important;}
    .carousel-blocevent.grid4 > *{
        width: 100%;
    }
}
@media (max-width: 420px) {
    .carousel-blocevent.slick-slider {
        margin-top: 0px !important;
    }
}
#myModal #header, #myModal .site-sidebar, #myModal #footer, #myModal #leftmenuinner{
    display: none;
}
#myModal .site-main{
    width: 100%;
    margin: 5px;
}
#myModal .site-sidebar{
    background: transparent;
    width: 0px;
}
body#index-index .btn.btn-grey{
    font-size:14px;
}
@media (max-width: 1308px) {
    body#index-index .btn.btn-grey{
        font-size:10px;
    }
}

#Render-render ul {margin: 0; padding: 0; list-style-type: none;}
#Render-render .mod-contenu header {background: white; color: #0b1742}
#Render-render #assistancejuridique .header-img {color: #ef7d00; position: relative; top: 5px}
#Render-render .page-presentation .row > * {display: table}
#Render-render .page-presentation .legend {max-width: 70%; margin: 2em auto; padding: 25px; background: #ef7d00; border-radius: 1rem}
#Render-render .page-presentation .grid2 .mod {width: 47% !important; margin: 0 1.5%; min-height: 650px}
#Render-render .page-presentation .grid2 .mod-h-auto {min-height: 240px !important}
#Render-render .page-voscontacts .grid2 {margin-top: 3em !important}
#Render-render .page-voscontacts .grid2 .mod {width: 48.5% !important; margin: 0; min-height: 150px}
#Render-render .page-voscontacts .grid2 .mod:first-child {margin-right: 1.5%;}
#Render-render .page-voscontacts .grid2 .mod:last-child {margin-left: 1.5%;}
#Render-render .page-voscontacts .grid2 .mod-h-auto {min-height: 290px !important}
#Render-render .page-voscontacts .telephone {color: #ef7d00; font-size: 2.5em; font-weight: 700}
#Render-render .page-voscontacts .grid2 .mod-contenu {min-height: 290px !important;}
#Render-render ul.gridster-height .widget .page-voscontacts header {padding: 7px 0 !important; margin: 0 !important}
#Render-render ul.gridster-height .widget .page-voscontacts .header-text img {position: relative; top:-2px}
#Render-render ul.gridster-height .widget .page-voscontacts .mod {padding-left: 0}
#Render-render ul.gridster-height .widget .page-voscontacts .mod-contenu {padding: 20px}
#Render-render ul.gridster-height .widget .page-voscontacts span.header-img {top: 7px; color:#ef7d00}