/* ===================================================================
 * Inclusion des styles par défaut des modules
 * =================================================================*/
@import url(_include_modules.php);

@import url(normalize.css);


/* ===================================================================
 * STANDARD CMS
 * =================================================================*/
.withJS .js_hidden  { display: none; }
.clear              { clear : both; }
.invisible          { display: none; }
.alignleft          { text-align: left; }
.alignright         { text-align: right; }
.aligncenter        { text-align: center; }
.alignjustify       { text-align: justify; }
object.alignleft,
img.alignleft,
table.alignleft,
span.alignleft,
iframe.alignleft,
embed.alignleft     { float: left; margin: 0 10px 10px 0; }
object.alignright,
img.alignright,
table.alignright,
span.alignright,
iframe.alignright,
embed.alignright    { float: right; margin: 0 0 10px 10px; text-align: left;}
table.aligncenter   { margin: auto; text-align: left; }
a img               { border-width: 0;}
acronym             { border-bottom: 1px dotted; cursor:help; }

/* LEGENDE - CREDIT */
.spanImgContainer {
    /* display: inline-block; */
    text-align: center;
    line-height: 0;
}
.spanImgContainer img {
    display: block;
    border-radius: 4px 4px 0 0;
}
.spanImgOuter {
    display: inline-block;
    position: relative;
}
.spanImgOuter img { display: block; }
.spanCredit {
    background: url(images/spanCredit.png) repeat 0 0;
    left: 0;
    bottom: 0;
    color: #fff;
    font-style: italic;
    font-size: 90%;
    max-width: 75%;
    padding: 5px;
    position: absolute;
    line-height: 1em;
    text-align: left;
}
.imgLoupe {
    position: absolute;
    bottom: 0;
    right: 0;
}
.spanLegende {
    display: block;
    font-size: 0.9375em; /*15px*/
    padding: 12px;
    border-radius: 0 0 4px 4px;
    background-color: #505050;
    color: #fff;
    line-height: normal;
}
/* CLEARFIX */
.clearfix:before,
.clearfix:after { content: "."; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ===================================================================
 * LAYOUT GENERAL
 * =================================================================*/
#document {
    position: relative;
    z-index: 1;
}
#corps {
    clear: both;
    overflow: hidden;
    zoom: 1;
}
#Accueil #corps {
    overflow: visible;
}
#colonneGauche {
    float: left;
    padding: 0 1.5% 0 0;
    width: 25%;
    box-sizing: border-box;
}
#colonneDroite {
    float: right;
    padding: 0 0 0 1.5%;
    width: 25%;
    box-sizing: border-box;
}
#contenu {
    box-sizing: border-box;
    padding-top: 25px;
}
.avecDeuxColonnes #contenu {
    float: left;
    width: 50%;
    padding: 25px 1.5% 0;
}
.avecColonneGauche #contenu {
    float: right;
    width: 75%;
    padding: 25px 0 0 1.5%;
}
.avecColonneDroite #contenu {
    float: left;
    width: 75%;
    padding: 25px 1.5% 0 0;
}
#Accueil #contenu {
    padding-top: 0;
}
.innerPage {
    max-width: 1200px;
    margin: 0 auto;
}

/* classes responsive */
.tabletteShow,
.mobileShow { display: none; }


/* ===================================================================
 * INITIALISATION CHARTE GRAPHIQUE GENERALE DU PROJET
 * =================================================================*/

/* Couleurs de la charte */
/*************************
    fond gris:  #e0ded7
    violet:     #771e7e
    vert:       #c7cf17
*************************/

/* Polices */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

@font-face {
    font-family: 'FontAwesome';
    src: url("police/fontawesome-webfont.eot?v=4.4.0");
    src: url('police/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
        url('police/fontawesome-webfont.woff2?v=4.4.0')  format('woff2'),
        url('police/fontawesome-webfont.woff?v=4.4.0') format('woff'),
        url('police/fontawesome-webfont.ttf?v=4.4.0')  format('truetype'),
        url('police/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Anivers';
    src: url("police/anivers-regular-webfont.eot");
    src: url('police/anivers-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('police/anivers-regular-webfont.woff2')  format('woff2'),
    url('police/anivers-regular-webfont.woff') format('woff'),
    url('police/anivers-regular-webfont.ttf')  format('truetype'),
    url('police/anivers-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #FFFFFF;
    color: #505050;
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 0;
}
body#Accueil { background-color: #e0ded7; }
#document {
    font-size: 100%; /* 16px */
}
a {
    color: #771e7e;
    text-decoration: none;
    outline: medium none;
}
a:hover {
    color: #771e7e;
    text-decoration: underline;
    outline: medium none;
}
h1 {
    font-size: 1.5625em; /*25px*/
    color: #000;
    margin: 0 0 0.5em;
    font-weight: 700;
}
h2 {
    color: #000;
    font-size: 1.25em; /*20px*/
    margin: 0 0 1em 0;
    font-weight: 700;
}
h3 {
    color: #000;
    font-size: 1.125em; /*18px*/
    margin: 0 0 1em 0;
    font-weight: 400;
}
h4 {
    color: #000;
    font-size: 1em; /*16px*/
    margin: 0 0 1em 0;
    font-weight: 400;
}
h5 {
    color: #000;
    font-size: 0.875em; /*14px*/
    margin: 0 0 1em 0;
    font-weight: 400;
}
p {
    margin: 0 0 1em 0;
}
ul {
    list-style: none;
    margin: 0 0 1em 0;
    overflow: hidden;
    padding: 0 0 0 15px;
    zoom: 1;
}
ul li:before {
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 10px;
}
img {
    max-width: 100%;
    height: auto;
}
div#modalBox {
    max-width: 95%;
    height: auto;
}
iframe,
embed,
object {
    max-width: 100%;
    display: block;
}

.iframe-container {
    overflow: hidden;
    position: relative;
}
.iframe-container .iframe-ratio {
    display: block;
    height: auto;
    width: 100%;
}
.iframe-container iframe,
.iframe-container object,
.iframe-container video,
.iframe-container embed {
    float: none;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/* ===================================================================
 * BANDEAU HAUT
 * =================================================================*/
#barreHaut {
    background-color: #e0ded7;
}
#barreHaut .innerPage {
    background-color: #fff;
    padding-left: 15px;
    box-sizing: border-box;
}
#barreHaut .innerPage > a {
    border-right: 1px solid #6d6c6c;
    color: #6d6c6c;
    padding: 0 6px 0 2px;
    font-size: 0.75em; /*12px*/
}
#barreHaut .innerPage > a:nth-last-child(2) {
    border-right: 0 none;
}

/* Langues */
.langueSite {
    background: url('images/langues/arrowLangue.png') no-repeat scroll 100% 50%;
    float: right;
    margin: 5px 5px 0 0;
    padding-right: 18px;
    position: relative;
    width: 28px;
    height: 15px;
}
#switchLang {
    border-radius: inherit;
    width: 46px;
    height: 15px;
    border: 0 none;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#switchLang option {
    padding-left: 30px;
}
#switchLang[class*="fr"],
#switchLang option[class*="fr"] { background: url('images/langues/fr.png') no-repeat scroll 0 50%; }
#switchLang[class*="en"],
#switchLang option[class*="en"] { background: url('images/langues/en.png') no-repeat scroll 0 50%; }
#switchLang[class*="es"],
#switchLang option[class*="es"] { background: url('images/langues/es.png') no-repeat scroll 0 50%; }
#switchLang[class*="de"],
#switchLang option[class*="de"] { background: url('images/langues/de.png') no-repeat scroll 0 50%; }


#bandeauHaut {
    background-color: #e0ded7;
    padding-bottom: 36px;
}
#bandeauHaut .innerPage {
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
    display: table;
    width: 100%;
}
#bandeauHaut .innerPage > div {
    display: table-row;
}
#bandeauHaut .innerPage > div > div {
    display: table-cell;
    vertical-align: bottom;
}
#bandeauHaut .titre {
    width: 58%;
    padding: 0 3%;
}
#bandeauHaut .titre .logo {
    font-size: 5.125em; /*82px*/
    color: #771e7e;
    font-weight: 600;
    line-height: 95px;
}
#bandeauHaut .titre .logo a:hover,
#bandeauHaut .titre .logo a:active{ text-decoration: none; }
#bandeauHaut .titre h2 {
    font-size: 1.125em; /*18px*/
    font-weight: 300;
    color: #771e7e;
    margin: 0 0 0.2em;
}
#bandeauHaut .logoSite  { width: 22%; }
#bandeauHaut .logoSite img { height: 100px; margin-bottom: 5px; }
#blocAuth               { width: 20%; }

/* Login */
#blocAuth .login {
    background-color: #c7cf19;
    position: relative;
}
#blocAuth .login .identification {
    color: #000;
    padding-left: 40px;
    font-size: 1.125em; /*18px*/
    font-weight: 700;
    padding: 17px 10px 17px 65px;
    display: block;
    background: url(images/pictoCompte.png) no-repeat 15px 15px transparent;
}
#blocAuth .login .identification:hover {
    text-decoration: none;
}
#blocAuth .login:hover {
    opacity: 0.8;
}
#blocAuth .login .accesCompte {
    color: #000;
    padding: 0 0 10px 32px;
    font-size: 0.875em; /*14px*/
    display: block;
}
#blocAuth .login .adherent {
    color: #000;
    padding: 10px 0 0 32px;
    font-size: 0.875em; /*14px*/
    font-weight: 700;
    background: url(images/pictoCompteConnected.png) no-repeat 10px 12px;
    display: block;
}
#blocAuth .login .deconnexion {
    position: absolute;
    top: 4px;
    right: 4px;
    background-color: #fff;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    text-align: center;
    cursor: pointer;
}
#blocAuth .login .deconnexion:after {
    content: "\f00d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    padding: 6px;
}

/* Panier */
#blocAuth #panier {
    position: relative;
}
#blocAuth #panier a.togglePanier {
    background: url(images/pictoPanier.png) no-repeat 15px 15px #771e7e;
    border-radius: 0 0 4px 0;
    color: #ffffff;
    display: block;
    font-size: 1.125em;
    font-weight: 700;
    padding: 17px 10px 17px 65px;
}
#blocAuth #panier a.togglePanier.on {
    background-color: #3a3a3a;
}
#blocAuth #panier a.togglePanier:hover {
    text-decoration: none;
    opacity: 0.8;
}
#blocAuth #panier .togglePanier span:last-child {
    background-color: #de0f36;
    border-radius: 16px;
    margin-left: 10px;
    padding: 0 10px;
}
#detailPanier {
    background-color: #fff;
    border: 3px solid #3a3a3a;
    display: none;
    position: absolute;
    right: 0;
    min-width: 385px;
    padding: 15px;
    text-align: center;
    z-index: 100;
    box-sizing: border-box;
}
#detailPanier span.togglePanier {
    position: absolute;
    right: -12px;
    top: -12px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 20px;
    border: 3px solid #000;
    height: 30px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}
#detailPanier span.togglePanier:after {
    content: "\f00d";
    display: inline-block;
    font: normal normal normal 15px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    padding: 5px;
}
#detailPanier h3 {
    font-weight: 600;
    text-align: left;
}
#detailPanier h3:before {
    content: "\f07a";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 10px;
}
#detailPanier ul {
    padding: 0;
    text-align: left;
}
#detailPanier ul li {
    position: relative;
    border-bottom: 1px dotted #9e9e9e;
    padding: 0 0 15px;
    margin: 0 0 20px;
}
#detailPanier ul li:before {
    content: '';
    display: block;

}
#detailPanier ul li:last-child { margin-bottom: 0; }
#detailPanier ul li > div {
    display: inline-block;
    vertical-align: middle;
}
#detailPanier .left             { width: 15%; }
#detailPanier .center           { width: 72%; color: #000; }
#detailPanier .delArticle       {
    background-color: #000000;
    border-radius: 20px;
    height: 30px;
    width: 30px;
    text-align: center;
    cursor: pointer;
}
#detailPanier .delArticle:after {
    content: "\f1f8";
    display: inline-block;
    font: normal normal normal 15px/30px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}
#detailPanier .delArticle:hover { opacity: 0.8; }
#detailPanier span              { display: inline-block; vertical-align: middle; }
#detailPanier .libelle          { font-size: 0.9375em; /*15px*/ display: block; }
#detailPanier .qte              { font-size: 0.875em; /*14px*/ color: #505050; margin-right: 30px; }
#detailPanier .prix             { font-size: 1.5625em; /*25px*/ font-weight: 700; }

#detailPanier .boutonviolet:before {
    content: "\f061";
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    padding-right: 10px;
}


/* ===================================================================
 * BANDEAU BAS
 * =================================================================*/
#bandeauBas {
    background-color: #e0ded7;
    padding: 25px 0 2em;
}
/* Blocs */
#bandeauBas #blocs {
    background: #fff;
    border-top: 7px solid #771e7e;
    border-radius: 4px 4px 0 0;
    padding: 1.5em 2%;
}
#bandeauBas .bloc {
    float: left;
}
#bandeauBas .logo       { margin-right: 2%; width: 17%; }
#bandeauBas .logo img   { height: 208px; }
#bandeauBas .faq        { margin-right: 4%; width: 31%; }
#bandeauBas .partage    { margin-right: 4%; width: 14%; }
#bandeauBas .paiement   { width: 26%; }

#bandeauBas .bloc h2 {
    border-bottom: 2px solid #808080;
    color: #808080;
    font-family: 'Anivers';
    font-size: 1.5em;
    font-weight: 300;
    padding-bottom: 5px;
}
#bandeauBas .bloc ul{ padding: 0; }
#bandeauBas .bloc ul li:before{ content: none; }
#bandeauBas .bloc ul li { margin-bottom: 10px; }
#bandeauBas .bloc ul li a { color: #808080; font-size: 0.875em;; line-height: 16px; }


/* Suivez-nous picto */
#bandeauBas .partage ul li a {
    display: inline-block;
    line-height: 35px;
    padding-left: 45px;
    font-weight: 700;
}
#bandeauBas .bloc .fb{ background: url(images/pictoFB.png) no-repeat left center; }
#bandeauBas .bloc .twitter{ background: url(images/pictoTwitter.png) no-repeat left center; }
#bandeauBas .bloc .youtube{ background: url(images/pictoYoutube.png) no-repeat left center; }
#bandeauBas .bloc .partagez{ background: url(images/pictoPartagez.png) no-repeat left center; }

/* bloc paiement */
#bandeauBas .bloc.paiement > p {
    font-size: 0.875em;
    margin: 0 0 10px;
}

/* piedPage */
#bandeauBas .piedPage {
    background: #771e7e;
    border-radius: 0 0 4px 4px;
    padding: 8px 2%;
}
.piedPage > ul                      { margin: 0; padding: 0; display: inline-block; }
.piedPage ul li                     { display: inline-block; line-height: 16px;  }
.piedPage ul li::after              { content: "-"; color: #fff; }
.piedPage ul li::before,
.piedPage ul li:last-child::after   { content: none; }
.piedPage ul li a                   { font-size: 0.750em; color: #fff; padding: 0 3px; font-weight: 600; }
#bandeauBas .piedPage h2 {
    color: #fff;
    float: right;
    font-weight: 400;
    font-size: 1.125em;
    margin: 0;
}
#bandeauBas .piedPage h2 a          { font-weight: 600; color: #fff; }



/* ===================================================================
 * MENU
 * =================================================================*/
#menu {
    background-color: #e0ded7;
    padding-bottom: 25px;
}
#menu .innerPage {
    position: relative;
}

/* Niveau 1 */
.menuNiv1 {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 7px solid #989898;
    border-radius: 4px;
    position: relative;
    overflow: visible;
}
.menuNiv1 li {
    float: left;
}
.menuNiv1 li a {
    color: #000;
    text-decoration: none;
}
.menuNiv1 li:before {
    content: '';
    padding: 0;
    display: block;
}
.menuNiv1 li.accueil,
#searchHeader {
    width: 76px;
    text-align: center;
}
.menuNiv1 li.accueil {
    border-radius: 4px 0 0 0;
}
.menuNiv1 li.accueil img {
    vertical-align: middle;
}
.menuNiv1 li.accueil a > span {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 24px;
    background: url(images/pictoHome.png) no-repeat 50% 50%;
}
.menuNiv1 li.accueil:hover a > span,
.menuNiv1 li.accueil.selected a > span {
    background: url(images/pictoHomeHover.png) no-repeat 50% 50% #2c3e50;
}
.menuNiv1 > li:hover,
.menuNiv1 > li.selected {
    background-color: #2c3e50;
}
.menuNiv1 > li > a {
    font-size: 1.125em; /*18px*/
    display: inline-block;
    line-height: 58px;
    padding: 0 20px;
}
.menuNiv1 > li:hover > a,
.menuNiv1 > li.selected > a {
    color: #fff;
}
.menuNiv1 > li .depli { display: none; }

/* Sous menu */
.sousMenu {
    background-color: #ffffff;
    border: 2px solid #2c3e50;
    border-top: 7px solid #2c3e50;
    left: 0;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
    padding: 30px 1%;
    z-index: 50;
}
.sousMenu a:hover {
    text-decoration: underline;
}
.sousMenu ul {
    padding: 0;
    margin: 0;
}
.sousMenu ul li {
    margin: 0 4% 1em 0;
    width: 22%;
}
.sousMenu ul li:nth-child(4n) {
    margin-right: 0;
}
.sousMenu ul li:nth-child(4n+1) {
    clear: both;
}

/* Sous menu liste des cartes */
.sousMenu .listeCartes li a {
    min-height: 105px;
    line-height: 105px;
    display: block;
}
.sousMenu .listeCartes li a:hover span { text-decoration: underline; }
.sousMenu .listeCartes li span {
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
    padding-left: 90px;
    box-sizing: border-box;
}

/* Menu droite */
#menuDroite {
    background-color: #fff ;
    border-radius: 4px;
    margin-bottom: 20px;
    border-right: 2px solid #c9d004;
    border-left: 2px solid #c9d004;
    border-bottom: 10px solid #c9d004;
}
#menuDroite h2 {
    background-color: #c9d004;
    border-radius: 4px 4px 0 0;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    position: relative;
}
#menuDroite h2 a:after {
    color: #000;
    content: "\f078";
    display: inline-block;
    font: 20px/1 FontAwesome;
    right: 14px;
    position: absolute;
    text-rendering: auto;
    top: 14px;
}
#menuDroite h2 a {
    color: #000;
    padding: 10px 40px 10px 15px;
    display: block;
    font-size: 0.9em; /*18px*/
    font-weight: 600;
}
#menuDroite ul              { padding: 0; margin: 0; }
#menuDroite ul li:before    { content: ""; display: block; }
#menuDroite li              { border-bottom: 2px solid #c9d004; }
#menuDroite li:last-child   { border: 0; border-bottom: 0;  }
#menuDroite li.selected > a { font-weight: 700; position: relative;  }
#menuDroite li a {
    color: #505050;
    display: block;
    font-size: 0.875em; /*14px*/
    padding: 10px 35px 10px 12px;
    position: relative;
}
#menuDroite li.hasChild > a:after {
    color: #000;
    content: "\f107";
    display: inline-block;
    font: 16px/1 FontAwesome;
    right: 14px;
    position: absolute;
    text-rendering: auto;
    top: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#menuDroite li.hasChild > a:hover:after { text-decoration: none; }
#menuDroite li.hasChild.selected { border-bottom: 0; padding-bottom: 0; }
#menuDroite li.hasChild.selected > a:after  {
    content: "\f106";
}
#menuDroite li.hasChild ul {
    background: #edeecb;
    border-bottom: 2px solid #c9d004;
    padding: 10px 0;
}
#menuDroite li.hasChild li:last-child   { margin: 0; border: 0 }
#menuDroite li.hasChild li              { padding: 0; border: 0; }
#menuDroite li.hasChild li a            { padding: 5px 15px; font-size: 0.8125em; /*13px*/ font-weight: 400; color: #424242; }
#menuDroite li.hasChild li a:after {
    color: #000;
    content: "\f105";
    display: inline-block;
    font: 10px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
}
#menuDroite li.hasChild li.selected a { font-weight: 700; }

/* Recherche */
#searchHeader {
    background-color: #771e7e;
    border-radius: 4px 4px 0 0;
    line-height: 58px;
    float: right;
    cursor: pointer;
    z-index: 1;
    position: relative;
}
#searchHeader.on{ background-color: #2c3e50;}
#searchHeader img {
    vertical-align: middle;
}
#rechercheAvance {
    position: relative;
    display: none;
}

#champRecherche {
    background-color: #ffffff;
    border: 2px solid #2c3e50;
    left: 0;
    top: 58px;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
    padding: 20px 1.5%;
    z-index: 50;
    color: #000;
}
#searchString {
    border: 0 none;
    color: #000;
    font-size: 2.1875em; /*35px*/
    width: 91%;
    height: 66px;
}
#searchSubmit {
    border: 0;
    float: right;
    font-size: 1.125em; /*18px*/
    padding: 20px 25px;
}


/* ===================================================================
 * CONTENU
 * =================================================================*/
.paragraphe {
    clear: both;
    margin: 0 0 2em;
}
.paragraphe table {
    font-size: 0.9375em; /*15px*/
    color: #000;
    border-collapse: collapse;
    margin: 0 0 1em;
}
.paragraphe td,
.paragraphe th {
    border: 1px solid #9a9a9a;
    padding: 20px 2.5%;
}
.paragraphe th,
.paragraphe thead td {
    background-color: #ededed;
    text-align: left;
    font-weight: 400;
}

/* Accroche de page */
.accrochePage img {
    border-radius: 4px;
    margin: 0 0 1em;
}
.accrochePage p {
    font-size: 1.25em; /*20px*/
    font-weight: 600;
    line-height: 1.25em; /*25px*/
}

/* Bouton haut de page */
.hautDePage {
    text-align: center;
    position: relative;
}
.hautDePage a {
    color: #3a3a3a;
    font-size: 0.9375em; /*15px*/
    font-weight: 600;
    position: relative;
}
.hautDePage a:before {
    border-bottom: 2px solid #3a3a3a;
    bottom: 4px;
    content: "";
    display: inline-block;
    height: 2px;
    margin-right: 20px;
    position: relative;
    width: 60px;
}
.hautDePage a:after {
    border-bottom: 2px solid #3a3a3a;
    bottom: 4px;
    content: "";
    display: inline-block;
    height: 2px;
    margin-left: 20px;
    position: relative;
    width: 60px;
}
.hautDePage a span:after {
    content: "\f0aa";
    display: inline-block;
    font: normal normal normal 15px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-left: 8px;
}

.paragraphe input,
.paragraphe textarea,
.paragraphe select {
    border: 0 none;
    padding: 10px 1.5%;
    width: 68%;
}
.paragraphe input[type="checkbox"],
.paragraphe input[type="radio"] {
    width: auto;
    margin-right: 5px;
}

/* Style custom select */
.paragraphe select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url('images/pictoCustomSelect.png') no-repeat 98% center #fff;
    height: 40px;
}
.paragraphe select::-ms-expand {
    display: none;
}

/* message d'erreur */
.failure,
.error{
    background: #ffbaba;
    border-radius: 4px;
    color: #d8000c;
    font-size: 0.875em;
    margin-bottom: 20px;
    padding: 10px;
}

/* message succes */
.success{
    background: #dff2bf;
    border-radius: 4px;
    color: #4f8a10;
    font-size: 0.875em;
    margin-bottom: 20px;
    padding: 10px;
}

/* Styles tinyMCE */
.titredeliste:before{
    content: "\f03a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 4px;
}
.titredeparagraphe1:before{
    content: "\f036";
    display: inline-block;
    font: normal normal normal 19px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 4px;
}
.titredeparagraphe2:before{
    content: "\f279";
    display: inline-block;
    font: normal normal normal 19px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 4px;
}
.boutonviolet {
    color: #fff;
    padding: 10px 20px;
    background-color: #771e7e;
    border-radius: 4px;
    display: inline-block;
    font-weight: 600;
    font-size: 0.875em; /*14px*/
}
.boutonviolet:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.9;
}
.boutonnoir {
    color: #fff;
    padding: 10px 20px;
    background-color: #3a3a3a;
    border-radius: 4px;
    display: inline-block;
    font-weight: 600;
    font-size: 0.875em; /*14px*/
}
.boutonnoir:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.9;
}
.coinsarrondis {
    border-radius: 4px;
}
.mise_en_avant_orange {
    background-color: #ec7404;
    color: #ffffff;
    display: block;
    margin: 0 0 10px;
    padding: 5px;
    border-radius: 4px;
}

/* lien retour et bouton toutes */
.retourListe,
.boutonToutes{
    border: 1px solid #771e7e;
    border-radius: 4px;
    display: inline-block;
    font-family: 'Anivers';
    font-size: 1.125em;
    line-height: 36px;
    position: relative;
    text-align: center;
    width: 100%;
}
.boutonToutes::before{
    content: "";
    background: url(images/pictoPlusViolet.png) no-repeat left center;
    padding: 1px 30px 1px 0;
}

/* lien retour before */
.retourListe:before{
    content: "\f04a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 5px;
}

/* lien savoir Plus */
.savoirPlus:before{
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 5px;
}

.ui-autocomplete            { background-color: #f3f2f2; border-radius: 4px; padding: 20px; max-width: 100%; height: auto; box-sizing: border-box; }
.ui-autocomplete li         { margin-bottom: 5px; }
.ui-autocomplete li:before  { display: block; content: none; }
.ui-autocomplete a          { cursor: pointer; }

div#modalBoxBody { font-size: 0.875em; }
div#modalBoxBody .boutonviolet{
    border: 0 none;
    border-radius: 4px;
    display: inline-block;
    font-size: 1em;
    margin: 20px 10px 0;
    padding: 12px 20px;
}

/* ===================================================================
 * COLONNE DROITE
 * =================================================================*/
#colonneDroite          { padding-top: 25px; }
#Accueil #colonneDroite { padding-top: 0; }


/* ===================================================================
 * FORMULAIRES
 * =================================================================*/
fieldset {
    border: 0 none;
    padding: 0;
    margin: 0;
}
fieldset.groupeQuestion,
div.groupeQuestion {
    border: 0 none;
    margin: 0 0 1em;
    padding: 0 7%;
}
.innerGroupeQuestion {}
.groupeQuestion legend {
    color: #771e7e;
    font-size: 1.3125em; /*21px*/
    margin: 10px 0 1em;
}
input,
textarea,
select {
    font-size: 0.875em; /*14px*/
    border-radius: 4px;
    color: #8a8a8a;
    vertical-align: middle;
    box-sizing: border-box;
}
option {
    padding: 0 10px 0 5px;
}
span.cases {}
input.case {
    border: none;
    width: auto;
    margin: 0 5px 0 0;
}
span.submit {
    display: inline-block;
    cursor: pointer;
}
input.submit,
a.submit {
    color: #fff;
    padding: 10px 20px;
    background-color: #771e7e;
    border-radius: 4px;
    display: inline-block;
    width: auto;
    font-weight: 600;
    font-size: 0.875em; /*14px*/
    border: 0 none;
}
input.submit:hover {
    opacity: 0.9;
}
a.submit:hover {
    opacity: 0.9;
    text-decoration: none;
}
.paragraphe form p {
    clear: both;
    padding: 5px 0;
}
.paragraphe form label {
    display: inline-block;
    width: 30%;
    margin-right: 1%;
    vertical-align: middle;
}
.paragraphe form label.enLigne {
    display: inline;
    font-weight: normal;
    padding: 0 10px 0 3px;
}
.paragraphe form p.action {
    margin: 0 0 1em;
    text-align: center;
}

form .tooltip { width: 260px; position: absolute; display: block; padding:0; z-index:3; background: #CCC; border: 1px solid #000;}
form .tooltip span { display: block; width: 240px; padding: 10px; }
form a.tooltiptrigger { text-decoration: none; margin:0 2px; width: 14px; height: 14px; position: relative; top: 3px; }
form a.tooltiptrigger:hover { text-decoration: none; }
form a.tooltiptrigger img { border:none; margin:0; padding:0; }
p.mention_cnil { font-style: italic; font-size: 0.9em; }
p.notice { font-size: 0.875em; /*14px*/ }


/* Formulaire de recherche */
form.recherche {
    background-color: #e2e2e2;
    border-radius: 4px;
    padding: 20px 2%;
    margin-bottom: 30px;
}
form.recherche fieldset {
    margin: 0;
    padding: 0;
}
form.recherche legend {
    color: #000;
    font-size: 0.9375em; /*15px*/
    margin-bottom: 15px;
}
form.recherche legend:before {
    content: "\f002";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 4px;
}
form.recherche .action span:hover { opacity: 0.9; }
form.recherche input.submit {
    background: url(images/pictoRecherche.png) no-repeat 20px 50% #771e7e;
    padding-left: 50px;
}
form.recherche input.submit:hover { opacity: 1; }


/* ===================================================================
 * BLOC DE NAVIGATION
 * =================================================================*/
.blocNavigation {
    font-size: 0.875em; /*14px*/
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
    padding: 5px 0;
}
.resultatNavigation                 { float: left; width: 33%; font-weight: 700; }
.regletteNavigation                 { float: right; width: 66%; text-align: right; }
.regletteNavigation span            { display: inline-block; }
.regletteNavigation span a,
.regletteNavigation span strong     { padding: 2px 8px; color: #fff; background-color: #3a3a3a; border-radius: 4px; text-decoration: none; }
.regletteNavigation span a:hover    { opacity: 0.9; }
.regletteNavigation span strong     { background-color: #771e7e; }


/* ===================================================================
 * LISTE
 * =================================================================*/
ol.liste,
ul.liste { list-style: none; margin: 0; padding: 0; }
li.item { margin: 0; padding: 10px; }
li.item .itemInfo { margin-left: 100px;}
li.item img { float: left; margin: 0 10px 10px 0; border: none; padding: 0;}
li.item h4 { }
li.item h4 a { text-decoration: none; }
li.item h4 a:hover { text-decoration: underline; }
li.item h5 { }
li.item p { }
li.item .description { }
li.alter0 { background: #EAF9FF; border: 1px solid #C9EAFD; }
li.alter1 { background: #FFF; }


/* ===================================================================
 * STYLE DE PARAGRAPHE
 * =================================================================*/
.PRS_WIDTH_50G {
    clear: left;
    float: left;
    width: 48%;
}
.PRS_WIDTH_50D {
    clear: right;
    float: right;
    width: 48%;
}
.PRS_CITATION {
    border-radius: 4px;
    background-color: #bbc22e;
    color: #fff;
    font-weight: 600;
    position: relative;
}
.PRS_CITATION .inner {
    padding: 25px 2.5% 10px 70px;
}
.PRS_CITATION .inner h2 {
    color: #fff;
}
.PRS_CITATION .inner p {
    font-size: 1.125em; /*18px*/
    line-height: 1.278em; /*23px*/
}
.PRS_CITATION:before {
    content: "\f10d";
    display: inline-block;
    font: normal normal normal 30px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
}
.PRS_SAVOIRPLUS {
    border-radius: 4px;
    background-color: #e6e6e6;
    color: #000;
    font-weight: 600;
    padding: 25px 2.5% 10px;
}
.PRS_SAVOIRPLUS .inner p {
    font-size: 0.875em; /*14px*/
}
.PRS_SAVOIRPLUS .inner h2 {
    color: #771e7e;
    font-size: 1.125em; /*18px*/
    font-weight: 600;
}
.PRS_SAVOIRPLUS .inner h2:before {
    content: "\f0c6";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 10px;
}
.PRS_ATTENTION {
    border-radius: 4px;
    background-color: #e6e6e6;
    color: #000;
    font-weight: 600;
    padding: 25px 2.5% 10px;
}
.PRS_ATTENTION .inner p {
    font-size: 0.875em; /*14px*/
}
.PRS_ATTENTION .inner h2 {
    color: #771e7e;
    font-size: 1.125em; /*18px*/
    font-weight: 600;
}
.PRS_ATTENTION .inner h2:before {
    content: "\f071";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 10px;
}
.PRS_COLONNEDROITE {
    background-color: #fff;
    border: 1px solid #505050;
    border-radius: 4px;
    padding: 25px 6% 10px;
}
.PRS_COLONNEDROITE h2 {
    color: #000;
    font-size: 1.125em; /*18px*/
    font-weight: 600;
    position: relative;
    margin: 0 0 2em;
}
.PRS_COLONNEDROITE h2:before {
    content: "\f05a";
    display: inline-block;
    font: normal normal normal 15px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 5px;
}
.PRS_COLONNEDROITE h2:after {
    border-bottom: 4px solid #771e7e;
    bottom: -15px;
    content: "";
    display: inline-block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 50px;
}

#pValidCrop { display: none;}

/* ===================================================================
 * TEMPLATES
 * =================================================================*/

/* Plan du site */
.tpl_plansite { margin: 20px 0 0;}
.tpl_plansite > ul { padding-right: 0; }
.tpl_plansite ul li {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.125em;
    border-bottom: 1px solid #771e7e;
}
.tpl_plansite ul li a { }
.tpl_plansite ul li::before { content: ""; padding: 0; }

.tpl_plansite ul li li::before {
    color: #000;
    content: "\f105";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 5px;
}
.tpl_plansite ul li ul { margin-top: 20px;}
.tpl_plansite ul li li a { color: #000; }
.tpl_plansite ul li li {
    border: 0 none;
    float: left;
    font-size: 0.875em;
    font-weight: normal;
    padding: 0 0 0 15px;
    margin: 0 5% 10px 0;
    position: relative;
    text-transform: none;
    width: 30%;
    box-sizing: border-box;
}
.tpl_plansite ul li li:nth-child(3n) { margin: 0 0 10px; }
.tpl_plansite ul li li li::before {
    content: "";
}
.tpl_plansite ul li li li {
    padding: 0;
    text-transform: none;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    width: 100%;
}
.tpl_plansite ul li li ul {
    border-left: 1px solid #771e7e;
}

/* formulaires dynamiques */
.tpl_formulaire {
    background-color: #e2e2e2;
    border-radius: 4px;
    padding: 30px 3.5%;
}
.tpl_formulaire h2 {
    font-size: 1.25em; /*20px*/
    font-weight: 600;
    color: inherit;
}
.tpl_formulaire h2:before {
    content: "\f06c";
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 10px;
}
.tpl_formulaire span.required { color: #ef1111;}


/* ===================================================================
 * TEMPLATE - SOMMAIRE DE PAGE
 * =================================================================*/
.tpl_sommairePage {
    padding: 0 0 0 136px;
    background: url(images/pictoSommaire.png) no-repeat 86px 50%;
}
.tpl_sommairePage ul {
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 100%;
    border-left: 4px solid #771e7e;
    box-sizing: border-box;
}
.tpl_sommairePage ul li {
    float: left;
    padding: 0 0 0 20px;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
}
.tpl_sommairePage ul li:before {
    content: '\f105';
    font-size: 15px;
}
.tpl_sommairePage ul li a {
    font-size: 0.9375em; /*15px*/
    color: #6d6c6c;
}
.tpl_sommairePage ul li a:hover {
    color: #6d6c6c;
}


/* ===================================================================
 * TEMPLATE - TPL_WEBOVIDEO
 * =================================================================*/
.TPL_WEBOVIDEO.paragraphe { margin-bottom: 0; }
.TPL_WEBOVIDEO ul {
    padding: 0;
    margin: 0;
}
.TPL_WEBOVIDEO li {
    margin: 0 0 12px;
}
.TPL_WEBOVIDEO li:before {
    content: '';
    display: block;
}
.TPL_WEBOVIDEO iframe,
.TPL_WEBOVIDEO embed,
.TPL_WEBOVIDEO object {
    border-radius: 4px
}


/* ===================================================================
 * TEMPLATE - TPL_FAQLISTE
 * =================================================================*/
.TPL_FAQLISTE .recherche p:not([class="action"])    { float: left; width: 70%; margin-bottom: 0; }
.TPL_FAQLISTE .recherche p.action                   { float: right; clear: none; margin-bottom: 0;}
.TPL_FAQLISTE .recherche label                      { width: 20%; }
.TPL_FAQLISTE .recherche #MOT_CLEF                  { width: 78%; }
.TPL_FAQLISTE h2 {
    color: #771e7e;
    font-size: 1.3125em; /*21px*/
    font-weight: 600;
    margin: 2.5em 0 1em;
}
.TPL_FAQLISTE ul { padding: 0; }
.TPL_FAQLISTE li {
    border: 1px solid #3a3a3a;
    border-radius: 4px;
    padding: 20px 2%;;
    margin-bottom: 20px;
}
.TPL_FAQLISTE li:last-child         { margin-bottom: 0; }
.TPL_FAQLISTE li:before             { content: none; display: block; }
.TPL_FAQLISTE .faqLabel             { margin: 0; position: relative; cursor: pointer; padding-right: 30px; }
.TPL_FAQLISTE .faqLabel.open:after  { content: "\f147"; }
.TPL_FAQLISTE .faqLabel:after {
    content: "\f196";
    display: inline-block;
    font: normal normal normal 23px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    position: absolute;
    right: 0;
    top: 0;
}
.TPL_FAQLISTE .faqLabel + div               { margin-top: 20px; }
.TPL_FAQLISTE .faqResponse p:last-child     { margin-bottom: 0; }


/* ===================================================================
 * TEMPLATE - TPL_RECHERCHE
 * =================================================================*/
.tpl_recherche ul {
    padding: 0;
    margin: 0;
}
.tpl_recherche li:before {
    content: none;
    display: block;
}
.tpl_recherche li {
    border-bottom: 1px solid #989898;
    padding: 10px 0;
}


/* ===================================================================
 * TEMPLATE - CHOIX DES ASSOCIATION
 * =================================================================*/
.TPL_CHOIXASSOCIATION #onglet2 .ongletContent,.TPL_CHOIXASSOCIATION #onglet3 .ongletContent{
    display:none;
}
.TPL_CHOIXASSOCIATION #onglet1 p, .TPL_CHOIXASSOCIATION #onglet2 p, .TPL_CHOIXASSOCIATION #onglet3 p{
    cursor:pointer;
}
.TPL_CHOIXASSOCIATION  #bloc1 .modifier{
    display:none;
}
.TPL_CHOIXASSOCIATION #bloc2,.TPL_CHOIXASSOCIATION #bloc3{
    display:none;
}
.TPL_CHOIXASSOCIATION .valid{
    display:none;
}


/* ===================================================================
 * TEMPLATE - PROCESSUS DE COMMANDE
 * =================================================================*/

/* Entete du tunnel de commande*/
.TPL_ADHCOMMANDE .enteteCommande                     { background-color: #fff; border-radius: 4px; display: table; width: 100%; }
.TPL_ADHCOMMANDE .enteteCommande img                 { border-radius: 4px 0 0 4px; }
.TPL_ADHCOMMANDE .enteteCommande > div               { display: table-cell; vertical-align: top; }
.TPL_ADHCOMMANDE .enteteCommande > div h2            { font-size: 1.5625em; /*25px*/ margin-bottom: 0.5em; }
.TPL_ADHCOMMANDE .enteteCommande > div:first-child   { border-radius: 4px 0 0 4px; width: 22%; }
.TPL_ADHCOMMANDE .enteteCommande > div:last-child    { border: 2px solid #c7cf17; border-left: 10px solid #c7cf17; border-radius: 0 4px 4px 0; padding: 25px 2%; }
.TPL_ADHCOMMANDE .enteteCommande > div:last-child div { font-size: 0.9375em; /*15px*/ }
.TPL_ADHCOMMANDE .enteteCommande > div:last-child div p:last-child { margin: 0; }

.TPL_ADHCOMMANDE .loaderFO{
    z-index: 9999;
    background : url('images/loader_transparent.GIF') no-repeat;
    display:none;
    width:64px;
    height:64px;
    margin-right:20px;
    position:relative;
    float:left;
}
.TPL_ADHCOMMANDE .loaderFOOption{
    float : none ;
}
/* formulaire de recherche */
.TPL_ADHCOMMANDE .commandeRecherche {
    background-color: #e2e2e2;
    border-radius: 4px;
    padding: 20px 2%;
    margin-bottom: 30px;
}

/* Steps */
.TPL_ADHCOMMANDE .step > .bloc {
    background-color: #fff;
    padding: 20px 8%;
    border: 2px solid #c7cf17;
    border-top: 0 none;
}
.TPL_ADHCOMMANDE .step > h2 {
    background-color: #c9d004;
    border-radius: 4px;
    box-sizing: border-box;
    clear: both;
    display: table;
    font-size: 1.125em;
    font-weight: 400;
    margin: 20px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.TPL_ADHCOMMANDE .step.current > h2 { border-radius: 4px 4px 0 0; padding-right: 75px; }
.TPL_ADHCOMMANDE .step > h2 span {
    display: table-cell;
    padding: 20px 0;
    vertical-align: middle;
}
.TPL_ADHCOMMANDE .step > h2 > .picto { width: 65px; }
.TPL_ADHCOMMANDE .step > h2 .picto:after {
    content: '';
    display: inline-block;
    font: normal normal normal 30px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 4px 4px 0;
    box-sizing: border-box;
    text-align: center;
    width: 65px;
    height: 100%;
}
.TPL_ADHCOMMANDE .step > h2 > .picto.edit       { width: 0; padding: 0; }
.TPL_ADHCOMMANDE .step > h2 .picto.check:after  { background: url(images/commandeCheck.png) no-repeat 50% 50% #a2a70e; }
.TPL_ADHCOMMANDE .step > h2 .picto.edit:after   { background: url(images/commandeEdit.png) no-repeat 50% 50% #a2a70e; }
.TPL_ADHCOMMANDE .step h2 span.modifier         { cursor: pointer; padding: 0 75px 0 0; }
.TPL_ADHCOMMANDE .step > h2 span.label          { padding: 20px 20px 20px 10px; }
.TPL_ADHCOMMANDE .step > h2 span.numStep {
    font-size: 1.875em; /*30px*/
    font-weight: 700;
    line-height: 18px;
    padding: 0 0 0 10px;
    text-align: center;
    width: 30px;
}

/* Choix de l'association */
.TPL_ADHCOMMANDE #blocAssoSearchLabel {
    margin-bottom: 20px;
}
.TPL_ADHCOMMANDE .ongletAsso {
    border: 1px solid #3a3a3a;
    border-radius: 4px;
    box-sizing: border-box;
    float: left;
    margin: 0 2% 0 0;
    padding: 25px 2%;
    width: 32%;
    font-size: 0.9375em; /*15px*/
    color: #000;
    cursor: pointer;
    display: block;
}
.TPL_ADHCOMMANDE .ongletAsso.on                 { background-color: #771e7e; color: #fff; border-color: #771e7e; }
.TPL_ADHCOMMANDE .ongletAsso:last-child         { margin-right: 0; }
.TPL_ADHCOMMANDE .ongletAsso span:first-child   { font-weight: 700; display: block; }
.TPL_ADHCOMMANDE .ongletAssoTab form p          { margin: 0; }
.TPL_ADHCOMMANDE .ongletAssoTab input,
.TPL_ADHCOMMANDE .ongletAssoTab select          { width: 100%; }
.TPL_ADHCOMMANDE .ongletAssoTab p               { position: relative; }
.TPL_ADHCOMMANDE .ongletAssoTab p .NOM_ASSOCIATION_CANCEL { position: absolute; top: 11px; right: 11px; display: none;}

/* Liste des associations */
.TPL_ADHCOMMANDE #tabListeAssos #listeInner table        { width: 100%; }
.TPL_ADHCOMMANDE #tabListeAssos #listeInner .lienSelectAsso:before {
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 5px;
}
.TPL_ADHCOMMANDE #tabListeAssos #listeInner th.adhesion         { min-width: 178px; }
.TPL_ADHCOMMANDE #tabListeAssos #listeInner td.adhesion         { text-align: center; }
.TPL_ADHCOMMANDE #tabListeAssos #listeInner .action             { min-width: 215px; }
.TPL_ADHCOMMANDE #tabListeAssos #listeInner .toggle > div       { overflow: hidden; }
.TPL_ADHCOMMANDE #tabListeAssos #listeInner .siteWeb            { margin: 0; }
.TPL_ADHCOMMANDE #tabListeAssos #listeInner .siteWeb a          { text-decoration: underline; }
.TPL_ADHCOMMANDE #tabListeAssos #listeInner .siteWeb a:hover    { text-decoration: none; }
.PRS_COLONNEDROITE.legende                                      { padding: 25px 2.5%; }
.PRS_COLONNEDROITE.legende > div {
    float: left;
    width: 30%;
    margin-right: 5%;
}
.PRS_COLONNEDROITE.legende > div:last-child { margin-right: 0; }
.PRS_COLONNEDROITE.legende h3               { margin-bottom: 0.5em; font-size: 1em; color: #771e7e; min-height: 46px; }
.PRS_COLONNEDROITE.legende > div div        { clear: both; }

.TPL_ADHCOMMANDE #paginationHaut a,
.TPL_ADHCOMMANDE #paginationBas a {
    background-color: #3a3a3a;
    border-radius: 4px;
    color: #ffffff;
    padding: 2px 8px;
    text-decoration: none;
    font-size: 0.875em; /*14px*/
}
.TPL_ADHCOMMANDE #paginationHaut a:hover,
.TPL_ADHCOMMANDE #paginationBas a:hover      { opacity: 0.9; }
.TPL_ADHCOMMANDE #paginationHaut a.selected,
.TPL_ADHCOMMANDE #paginationBas a.selected   { background-color: #771e7e; }

/* Choix de la carte */
.TPL_ADHCOMMANDE #blocCarte .bloc { padding: 20px 2%; }
.TPL_ADHCOMMANDE #tabListeCartes li:before { display: block; content: none; }
.TPL_ADHCOMMANDE #tabListeCartes .liste > li {
    border: 1px solid #3a3a3a;
    border-radius: 4px;
    padding: 2%;
    margin-bottom: 10px;
}
.TPL_ADHCOMMANDE #tabListeCartes .liste > li:first-child { border: 3px solid #771e7e; }
.TPL_ADHCOMMANDE #tabListeCartes .description {
    position: relative;
    overflow: hidden;
}
.TPL_ADHCOMMANDE #tabListeCartes .description h3 {
    font-size: 1.4375em;
    font-weight: 700;
    padding-right: 80px;
    overflow: hidden;
}
.TPL_ADHCOMMANDE #tabListeCartes .description p {
    padding: 0;
    clear: none;
}
.TPL_ADHCOMMANDE #tabListeCartes .description p,
.TPL_ADHCOMMANDE #tabListeCartes .description ul { font-size: 0.9375em; /*15px*/ }
.TPL_ADHCOMMANDE #tabListeCartes .description .prix {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2.1875em; /*35px*/
    font-weight: 700;
    color: #000;
}
.TPL_ADHCOMMANDE #tabListeCartes .boutons { text-align: right; }
.TPL_ADHCOMMANDE #tabListeCartes .boutons select { border: 1px solid #3a3a3a; width: auto; height: 44px; }
.TPL_ADHCOMMANDE .openmodalbox {
    background-color: #771e7e;
    border-radius: 100%;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9375em;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    margin-left: 10px;
    text-align: center;
    width: 20px;
}

/* Choix des options */
#formOption #searchOption {
    background-color: #e2e2e2;
    border-radius: 4px;
    padding: 20px 2%;
    margin-bottom: 30px;
}
#formOption #searchOption label { width: 100%; font-size: 0.9375em; /*15px*/ margin-bottom: 15px; }
#formOption #searchOption label:before {
    content: "\f002";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 4px;
}
#formOption #searchOption select   { width: 100%; }
#formOption #searchOption p        { margin-bottom: 0; }

#formOption #optSelected h3 { font-weight: 600; }
#formOption .legende span {
    font-size: 0.667em; /*12px*/
    color: #3a3a3a;
    font-style: italic;
    font-weight: 400;
}
#formOption .legende span:nth-child(2):before {
    content: "\f005";
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3a3a3a;
    padding-right: 4px;
}
#formOption .legende span:nth-child(1),
#formOption .legende span:nth-child(3) { padding: 0 3px; }
#formOption .optionSelected {
    border: 1px solid #8e8d8d;
    background-color: #8e8d8d;
    color: #fff;
    border-radius: 4px;
    padding: 5px 40px 5px 10px;
    margin: 0 5px 10px 0;
    display: inline-block;
    font-size: 0.9375em; /*15px*/
    position: relative;
}
#formOption .optionSelected .del {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#formOption .optionSelected .del:after {
    content: "\f00d";
    display: inline-block;
    font: normal normal normal 15px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    vertical-align: middle;
    width: 20px;
    height: 18px;
    cursor: pointer;
    text-align: center;
}
#formOption .optionCarte.selected {
    border-color: #771e7e;
    border-width: 3px
}
#formOption .optionCarte.sameAsso.selected label:before {
    background-color: #771e7e;
}
#formOption .optionCarte {
    border: 1px solid #3a3a3a;
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
}
#formOption .optionCarte label {
    line-height: normal;
    margin: 0;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px 0 0;
    line-height: 74px;
    min-height: 74px;
}
#formOption .optionCarte.sameAsso label:before {
    color: #ffffff;
    content: "";
    display: inline-block;
    font: 18px/1 FontAwesome;
    height: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    text-rendering: auto;
    top: 0;
    width: 40px;
    background: url("images/sameAsso.png") no-repeat scroll 10px 50% #3a3a3a;
}
#formOption .optionCarte label > div {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
#formOption .optionCarte .libelleOption {
    width: 65%;
    box-sizing: border-box;
    padding: 0 15px 0 20px;
    font-size: 0.875em;
}
#formOption .optionCarte.sameAsso .libelleOption { padding: 0 20px 0 60px; }
#formOption .optionCarte .plusOption {
    background-color: #771e7e;
    border-radius: 100%;
    color: #ffffff;
    display: inline-block;
    font-size: 0.9375em;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    margin-left: 10px;
    cursor: pointer;
}
#formOption .optionCarte .libelleAsso {
    color: #771e7e;
    font-weight: 700;
    font-size: 1.000em;
}
#formOption .optionCarte .prixOption {
    border-left: 1px solid #9a9a9a;
    border-right: 1px solid #9a9a9a;
    color: #000000;
    font-size: 1.875em;
    font-weight: 700;
    min-width: 50px;
    padding: 0 20px;
    text-align: right;
}
#formOption .optionCarte .selectionner          { display: inline-block; color: #771e7e;}
#formOption .optionCarte .descOption            { padding: 30px 0 0 20px; }
#formOption .optionCarte.sameAsso .descOption            { padding: 30px 0 0 60px; }
#formOption .optionCarte .inputOption {
    position: absolute;
    right: 0;
    top: 35px;
}
#formOption .optionCarte input { width: 40px; }
#formOption .action { text-align: right; }
#formOption #BTN_AJOUTPANIER {
    background: url(images/pictoPanierButton.png) no-repeat 15px 50% #771e7e;
    padding: 12px 20px 12px 50px;
}

/* ===================================================================
 * TEMPLATE - Panier
 * =================================================================*/

/* Entete du panier */
.TPL_PANIER .enteteCommande {
    margin-bottom: 20px;
    border-radius: 4px;
    display: table;
    width: 100%;
}
.TPL_PANIER .enteteCommande > div {
    display: table-cell;
    vertical-align: top;
}
.TPL_PANIER .enteteCommande img {
    border-radius: 4px 0 0 4px;
}
.TPL_PANIER .enteteCommande > div:first-child   {
    border-radius: 4px 0 0 4px;
}
.TPL_PANIER .enteteCommande > div:last-child {
    border: 0 none;
    border-left: 10px solid #c7cf17;
    background: #f2f2f2 url("images/logoInfoAsso.png") no-repeat scroll 98% 50%;
    padding: 20px 120px 20px 2.5%;
    border-radius: 0 4px 4px 0;
}
.TPL_PANIER .enteteCommande h3 {
    color: #924B98;
}

/* Cartes */
.TPL_PANIER input[type="text"] {
    width: auto;
    border: 1px solid #e2e2e2;
}
.TPL_PANIER .ajoutCarte {
    text-align: right;
}
.TPL_PANIER .ajoutCarte .boutonnoir:before {
    content: "\f067";
    display: inline-block;
    font: normal normal normal 15px/23px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    padding-right: 8px;
}
.TPL_PANIER .numCarte {
    font-size: 1.125em; /*18px*/
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}
.TPL_PANIER .numCarte:before{
    content: "\f078";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 8px;
}
.TPL_PANIER .indexCarte {
    margin-bottom: 30px;
}
.TPL_PANIER .indexCarte > .inner {
    border: 1px solid #3a3a3a;
    border-radius: 4px;
}
.TPL_PANIER .indexCarte > .inner > div {
    padding: 20px 1.5%;
    border-bottom: 1px solid #3a3a3a;
}
.TPL_PANIER .indexCarte > .inner > div:nth-last-child(2) {
    border-bottom: 0 none;
}
.TPL_PANIER .indexCarte > .inner > div:last-child {
    border-bottom: 0 none;
    border-top: 1px solid #3a3a3a;
}
.TPL_PANIER .indexCarte h3 {
    font-weight: 600;
    color: #3a3a3a;
    margin-bottom: 0.5em;
}
.TPL_PANIER .infosCarte {
    display: table;
    width: 100%;
}
.TPL_PANIER .infosCarte > div {
    display: table-cell;
    vertical-align: middle;
}
.TPL_PANIER .infosCarte .validite {
    width: 75%;
    padding-right: 2%;
}
.TPL_PANIER .infosCarte .validite input.datepicker {
    text-align: center;
    width: 110px;
    margin-left: 10px;
}
.TPL_PANIER .infosCarte div:not([class="prix"]) {
    font-size: 0.9375em; /*15px*/
}
.TPL_PANIER .ajoutOption:before {
    content: "\f040";
    display: inline-block;
    font: normal normal normal 20px/23px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 4px;
}
.TPL_PANIER .suppression a:before {
    content: "\f1f8";
    display: inline-block;
    font: normal normal normal 20px/23px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #cb3232;
    padding-right: 4px;
}
.TPL_PANIER .ajoutOption {
    float: right;
    padding-left: 20px;
}
.TPL_PANIER .validite input[type="text"] + .ajoutOption {
    padding-top: 8px;
}
.TPL_PANIER .suppression {
    border-left: 1px solid #9a9a9a;
    min-width: 120px;
    text-align: center;
    box-sizing: border-box;
}
.TPL_PANIER .validite a,
.TPL_PANIER .suppression a {
    color: #6d6c6c;
}
.TPL_PANIER .infosCarte .prix {
    font-size: 1.5625em; /*25px*/
    color: #000;
    font-weight: 700;
    text-align: right;
    border-left: 1px solid #9a9a9a;
    min-width: 110px;
    box-sizing: border-box;
}
.TPL_PANIER .indexCarte .proprietaire {
    background: url(images/pictoPanierProprietaire.png) no-repeat 3% 30px #f5f5f5;
    border-radius: 0 0 4px 4px;
    padding: 20px 1.5%;
}
.TPL_PANIER .indexCarte .proprietaire .titulaire {
    padding-left: 8%;
}
.TPL_PANIER .indexCarte .proprietaire .noConnect {
    text-align: center;
    margin-top: 10px;
}
.TPL_PANIER .indexCarte .proprietaire .infoAdherentLigne {
    margin-top: 10px;
    padding-left: 8%;
}
.TPL_PANIER .indexCarte .proprietaire .infoAdherentLigne select {
    width: 30%;
    float: left;
}
.TPL_PANIER .indexCarte .proprietaire .infoAdherent {
    overflow: hidden;
    padding-left: 6%;
}
.TPL_PANIER .indexCarte .proprietaire .infoAdherent .blocInfo {
    float: left;
    text-align: center;
    margin: 0 20px 20px 0;
    width: 140px;
}
.TPL_PANIER .indexCarte .proprietaire .infoAdherent .blocInfoTxt {
    overflow: hidden;
    word-wrap: break-word;
}
.TPL_PANIER .indexCarte .proprietaire .infoAdherent .blocInfoTxt .nom {
    font-size: 1.25em; /*20px*/
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}
.TPL_PANIER .indexCarte .ligne_cpma {
    display: table;
    width: 100%;
    box-sizing: border-box;
}
.TPL_PANIER .indexCarte .ligne_cpma > div {
    display: table-cell;
    vertical-align: top;
}
.TPL_PANIER .indexCarte .ligne_cpma > div:first-child {
    width: 62%;
    padding-right: 20px;
}
.TPL_PANIER .indexCarte .ligne_cpma .alerte {
    color: #cb3232;
    font-weight: 600;
}
.TPL_PANIER .indexCarte .ligne_cpma .phrase {
    margin: 0;
}
.TPL_PANIER .deductionCPMA .prix {
    font-size: 1.5625em; /*25px*/
    color: #000;
    font-weight: 700;
}
.TPL_PANIER .optionSeul.indexCarte .proprietaire .infoAdherent {
    padding-left: 0;
}
.TPL_PANIER .optionSeul.indexCarte .infosCarte .validite {
    padding: 0;
}
.TPL_PANIER .optionSeul.indexCarte .ajoutOption {
    float: none;
    margin-left: 20px;
}
.TPL_PANIER #panierForm label {
    width: auto;
}

/* Actions */
.TPL_PANIER #panierForm .total,
.TPL_PANIER #panierForm .livraison {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.TPL_PANIER #panierForm .total > div {
    display: table-cell;
    line-height: 28px;
    vertical-align: bottom;
    font-weight: 700;
}
.TPL_PANIER #panierForm .livraison > div {
    display: table-cell;
    vertical-align: bottom;
}
.TPL_PANIER #panierForm .livraison > div:last-child {
    font-size: 1.375em; /*22px*/
    text-align: right;
    font-weight: 600;
    color: #000;
}
.TPL_PANIER #panierForm .paiement2XSF {
    margin-bottom: 20px;
}
.TPL_PANIER #panierForm .total > div:first-child {
    font-size: 1.4375em; /*23px*/
    color: #3a3a3a;
    width: 50%;
}
.TPL_PANIER #panierForm .total > div:last-child {
    font-size: 2.1875em; /*35px*/
    text-align: right;
    color: #000;
}
.TPL_PANIER #panierForm .action {
    text-align: right;
}
.TPL_PANIER #panierForm .action a {
    vertical-align: middle;
}
.TPL_PANIER #panierForm .action input.submit {
    background: url("images/pictoPaiement.png") no-repeat scroll 15px 50% #771e7e;
    padding: 12px 20px 12px 50px;
}
.TPL_PANIER #panierForm .action {
    text-align: right;
}
.TPL_PANIER #panierForm .action .paiement {
    text-align: left;
    line-height: 28px;
    vertical-align: bottom;
    font-weight: 700;
    font-size: 1.4375em;
    color: #3a3a3a;
}
.TPL_PANIER #panierForm .action .description {
    text-align: left;
}
.TPL_PANIER #panierForm .action .description span.typePaiement {
    font-weight: bold;
}
.TPL_PANIER .miniQuiz {    
    margin-bottom: 2%;
}
.TPL_PANIER .miniQuiz .inner {    
    background-color: #C7CF17;
    border: 1px solid black;
    padding: 1% 2%;
}
.TPL_PANIER .miniQuiz .labelGeneral {
    display: inline;
}

.TPL_PANIER .miniQuiz .intro {
    font-weight:bold;
}

.TPL_PANIER .miniQuiz .obligatoire {
    color: red;    
}
.TPL_PANIER .miniQuiz  .labelObligatoire .texte {
    font-size: 0.9rem;
    font-style: italic;
}

/* ===================================================================
 * TEMPLATE - TPL_PANIERRECAPITULATIF
 * =================================================================*/
.TPL_PANIERRECAPITULATIF .numCarte {
    color: #771e7e;
    font-size: 20px;
    line-height: 27px;
}
.TPL_PANIERRECAPITULATIF .numCarte:before {
    display: none;
}
.TPL_PANIERRECAPITULATIF .infosCarte .prix {
    border: 0;
    color: #828282;
}
.TPL_PANIERRECAPITULATIF .indexCarte .proprietaire .infoAdherent {
    padding-left: 0;
}
.TPL_PANIERRECAPITULATIF .indexCarte .proprietaire .infoAdherent .blocInfo {
    width: auto;
}
/* Actions */
.TPL_PANIERRECAPITULATIF .total,
.TPL_PANIERRECAPITULATIF .livraison {
    display: table;
    width: 100%;
}
.TPL_PANIERRECAPITULATIF .total > div {
    display: table-cell;
    line-height: 28px;
    vertical-align: bottom;
    font-weight: 700;
    font-size: 1.563em;
    color: #828282;
}
.TPL_PANIERRECAPITULATIF .livraison > div {
    display: table-cell;
    line-height: 28px;
}
.TPL_PANIERRECAPITULATIF .blocTotalWrapper { margin-bottom : 30px; }
.TPL_PANIERRECAPITULATIF .total > div:first-child,
.TPL_PANIERRECAPITULATIF .livraison > div:first-child{
    width: 50%;
}
.TPL_PANIERRECAPITULATIF .total > div:last-child,
.TPL_PANIERRECAPITULATIF .livraison > div:last-child {
    text-align: right;
}
.TPL_PANIERRECAPITULATIF .livraison > div:last-child {
    font-size: 1.25em;
}
.TPL_PANIERRECAPITULATIF .paiementWrapper .blocPaiement {
    width: 48%;
    float: left;
    padding: 20px 30px;
    border: 2px solid #828282;
    border-radius: 4px;
    box-sizing: border-box;
}
.TPL_PANIERRECAPITULATIF .paiementWrapper .blocPaiement:hover {
    border-color: #771e7e;
}
.TPL_PANIERRECAPITULATIF .paiementWrapper .blocPaiement + .blocPaiement {
    float: right;
}
.TPL_PANIERRECAPITULATIF .typePaiement {
    font-size: 1.50em;
    color: #000;
    font-weight: 700;
    margin: 0 0 20px;
}
.TPL_PANIERRECAPITULATIF .description {
    color: #8C86A6
}
.TPL_PANIERRECAPITULATIF .payment {
    margin-top: 20px;
}
.TPL_PANIERRECAPITULATIF .payment input.submit {
    background: url("images/pictoPaiement.png") no-repeat scroll 15px 50% #771e7e;
    padding: 12px 20px 12px 50px;
    white-space: normal;
}
.TPL_PANIERRECAPITULATIF #formPZ_CB {
    margin: 0 auto;
}
.TPL_PANIERRECAPITULATIF .tableWrapper {
    overflow: auto;
}
.TPL_PANIERRECAPITULATIF .echeancier {
    width: 100%;
}
.TPL_PANIERRECAPITULATIF .blocTotal {
    width: 48%;
    float: right;
    background: #f2f2f2;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 20px 30px;
}
.TPL_PANIERRECAPITULATIF .blocCondition input[type="checkbox"] {
    width: auto;
}

.TPL_PANIERRECAPITULATIF #popupEcheancier {
    display: none;
}
.paragraphe.popupEcheancierWrapper {
    min-width: 350px;
}
.paragraphe.popupEcheancierWrapper .echeancier {
    width: 100%;
}
/* ===================================================================
 * TEMPLATE - TPL_COMMANDERECAP
 * =================================================================*/
.TPL_COMMANDERECAP .recapRemerciement   { font-weight: 600; }
.TPL_COMMANDERECAP .infoAsso h2         { margin-bottom: 0.3em; }
.TPL_COMMANDERECAP .infoAsso h3         { color: #6d6c6c; }
.TPL_COMMANDERECAP .infoAsso {
    background: url(images/logoInfoAsso.png) no-repeat 98% 50% #f2f2f2;
    border-radius: 4px;
    box-sizing: border-box;
    display: table;
    padding: 20px 120px 20px 2.5%;
    width: 100%;
    margin-bottom: 2em;
}
.TPL_COMMANDERECAP .infoAsso .logo {
    display: table-cell;
    margin-right: 20px;
}
.TPL_COMMANDERECAP .infoAsso > div {
    display: table-cell;
    vertical-align: middle;
}

.TPL_COMMANDERECAP .numCarte,
.TPL_COMMANDERECAP .recapCarte .produit {
    font-size: 1.125em; /*18px*/
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}
.TPL_COMMANDERECAP .numCarte:before{
    content: "\f078";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 8px;
}
.TPL_COMMANDERECAP .recapCarte {
    border: 1px solid #3a3a3a;
    padding: 20px 1.5%;
    border-radius: 4px;
    margin-bottom: 30px;
}
.TPL_COMMANDERECAP .recapCarte .tarifCarte {
    display: table;
    width: 100%;
}
.TPL_COMMANDERECAP .recapCarte .left {
    border-right: 1px solid #9a9a9a;
    display: table-cell;
    padding-right: 10px;
    width: 90%;
    vertical-align: top;
}
.TPL_COMMANDERECAP .recapCarte .ligne ul {
    margin: 0;
    padding: 0;
}
.TPL_COMMANDERECAP .recapCarte .ligne ul li {
    font-size: 0.875em; /*14px*/
    color: #771e7e;
}
.TPL_COMMANDERECAP .recapCarte .ligne ul li:before {
    content: "\f178";
    font-size: 14px;
    line-height: 28px;
}
.TPL_COMMANDERECAP .recapCarte .ligne ul li span {
    color: #3a3a3a;
}
.TPL_COMMANDERECAP .recapCarte .validite {
    background-color: #f5f5f5;
    padding: 15px 1.5%;
    margin: 20px 0;
    color: #6d6c6c;
    font-size: 0.9375em; /*15px*/
    clear: both;
}
.TPL_COMMANDERECAP .recapCarte .validite span {
    color: #000;
}
.TPL_COMMANDERECAP .recapCarte .validite:before{
    content: "\f274";
    display: inline-block;
    font: normal normal normal 25px/23px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 8px;
}
.TPL_COMMANDERECAP .recapCarte .recapTarif {
    font-size: 1.5625em; /*25px*/
    color: #000000;
    display: table-cell;
    font-weight: 700;
    min-width: 110px;
    text-align: right;
    vertical-align: top;
}
.TPL_COMMANDERECAP .recapCarte .visuelAdherent {
    float: left;
    margin: 0 2% 0 0;
}
.TPL_COMMANDERECAP .recapCarte .infosAdherent {
    float: left;
    width: 45%;
    margin-bottom: 20px;
}
.TPL_COMMANDERECAP .recapCarte .infosAdherent .nom {
    font-size: 1.25em; /*20px*/
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
}
.TPL_COMMANDERECAP .recapCarte .actions {
    float: right;
}
.TPL_COMMANDERECAP .recapCarte .actions .printCard {
    margin-bottom: 30px;
}
.TPL_COMMANDERECAP .recapCarte .actions .printCard:before {
    content: "\f02f";
    display: inline-block;
    font: normal normal normal 15px/23px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    padding-right: 8px;
}
.TPL_COMMANDERECAP .recapCarte .actions .printAttestation:before {
    content: "\f02f";
    display: inline-block;
    font: normal normal normal 25px/23px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 8px;
}
.TPL_COMMANDERECAP .recapCarte .actions .msg {
    font-size: 0.875em; /*14px*/
    padding-left: 33px;
}
.TPL_COMMANDERECAP .totaux {
    color: #3a3a3a;
    display: table;
    width: 100%;
}
.TPL_COMMANDERECAP .totaux > div {
    display: table-cell;
    vertical-align: bottom;
    line-height: 28px;
}
.TPL_COMMANDERECAP .totaux > div:first-child {
    width: 50%;
}
.TPL_COMMANDERECAP .totaux > div:last-child {
    text-align: right;
}
.TPL_COMMANDERECAP .livraison {
    margin-bottom: 10px;
}
.TPL_COMMANDERECAP .livraison > div:last-child {
    font-size: 1.375em; /*22px*/
}
.TPL_COMMANDERECAP .total {
    font-weight: 700;
    border-bottom: 3px solid #3a3a3a;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.TPL_COMMANDERECAP .total > div:first-child {
    font-size: 1.4375em; /*23px*/
}
.TPL_COMMANDERECAP .total > div:last-child {
    font-size: 2.1875em; /*35px*/
}
.TPL_COMMANDERECAP .acrobat .visuel {
    float: left;
    margin: 0 20px 20px 0;
}
.TPL_COMMANDERECAP .acrobat {
    overflow: hidden;
}
.TPL_COMMANDERECAP .acrobat h3 {
    font-weight: 600;
    color: #3a3a3a;
}
.TPL_COMMANDERECAP .acrobat a {
    font-size: 0.875em; /*14px*/
}
.TPL_COMMANDERECAP .acrobat.cartonCadeau {
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
}
.TPL_COMMANDERECAP .acrobat .carteCadeau:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 15px/30px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 4px;
}
.TPL_COMMANDERECAP .acrobat .download:before {
    content: "\f1c1";
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 4px;
}
.TPL_COMMANDERECAP .acrobat.infosTelechargement {
    font-style: italic;
    border-bottom: 1px solid #999;
    position: relative;
    padding-left: 40px;
}
.TPL_COMMANDERECAP .acrobat.infosTelechargement:before {
    content: "\f05a";
    display: inline-block;
    font: normal normal normal 30px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 4px;
    position: absolute;
    left: 0;
}
.TPL_COMMANDERECAP .lienRafraichissement {
    font-size : 1.2em;
}
/* ===================================================================
 * TEMPLATE - ACTUALITE ACCUEIL
 * =================================================================*/
.TPL_ACTUALITEACCUEIL {
    float: left;
    width: 52%;
    box-sizing: border-box;
    margin-bottom: 28px;
}
.TPL_ACTUALITEACCUEIL ul { padding: 0; margin: 0; }
.TPL_ACTUALITEACCUEIL ul li:before{  content: none; }
.TPL_ACTUALITEACCUEIL ul .item {
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 5px;
    padding: 0;
    position: relative;
    width: 100%;
    min-height: 150px;
}
.TPL_ACTUALITEACCUEIL .item .image {
    float: left;
    margin-right: 10px;
}
.TPL_ACTUALITEACCUEIL .image img {
    margin: 0;
    border-radius: 4px 0 0 4px;
}
.TPL_ACTUALITEACCUEIL .item .right {
    overflow: hidden;
    padding-right: 20px;
}
.TPL_ACTUALITEACCUEIL h3 {
    font-size: 0.875em;
    color: #771e7e;
    font-weight: 700;
    margin: 20px 0 10px;
}
.TPL_ACTUALITEACCUEIL .accroche {
    color: #6d6c6c;
    font-size: 0.813em;
    margin: 0 0 10px;
}
.TPL_ACTUALITEACCUEIL .savoirPlus {
    background: url("images/pictoPlusActu.png") no-repeat scroll 0 0;
    bottom: 0;
    height: 43px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    width: 43px;
}


/* ===================================================================
 * TEMPLATE - PRODUIT TYPE LISTE COLDROITE
 * =================================================================*/
.tpl_produitTypeListeColonneDroite { background: #fff; border-radius: 4px; }
.tpl_produitTypeListeColonneDroite h2 {
    background: #c9d004;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-family: 'Anivers';
    font-size: 1.5em;
    font-weight: normal;
    line-height: 24px;
    padding: 10px 15px;
    text-align: center;
    margin-bottom: 20px;
}
.tpl_produitTypeListeColonneDroite h3 {
    border-bottom: 2px solid #c9d004;
    font-family: 'Anivers';
    font-size: 1.125em;
    margin: 0 15px 8px;
    padding: 0 0 5px;
}
.tpl_produitTypeListeColonneDroite ul { padding: 0 15px; margin: 0 0 11px; }
.tpl_produitTypeListeColonneDroite ul li:before { content: none; }
.tpl_produitTypeListeColonneDroite li h4 {
    margin: 0 0 0.5em;
    height: 34px;
    line-height: 28px;
}
.tpl_produitTypeListeColonneDroite li h4 a {
    color: #393838;
    display: inline-block;
    font-size: 0.813em;
    vertical-align: middle;
    padding-left: 45px;
    font-weight: 600;
    line-height: 15px;
}
.tpl_produitTypeListeColonneDroite .lienInfo {
    background: #dadd8c none repeat scroll 0 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.tpl_produitTypeListeColonneDroite #info:before{
    background: rgba(0, 0, 0, 0) url("images/pictoSavoirPlusVert.png") no-repeat scroll 15px 0;
    content: "";
    height: 25px;
    left: 0;
    padding-right: 15px;
    position: absolute;
    top: 7px;
    width: 25px;
}
.tpl_produitTypeListeColonneDroite #info {
    color: #000;
    display: inline-block;
    font-family: 'Anivers';
    line-height: 1em;
    padding: 10px 10px 10px 50px;
    position: relative;
    width: 79%;
}


/* ===================================================================
 * TEMPLATE - AUTHENTIFICATION
 * =================================================================*/
.TPL_ADHAUTHENTIFICATION    { margin: 0 80px;}
.TPL_ADHAUTHENTIFICATION h2 { font-weight: normal; color: #505050;  margin-bottom: 15px; }
.TPL_ADHAUTHENTIFICATION h3 {
    color: #771e7e;
    font-size: 0.875em;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.TPL_ADHAUTHENTIFICATION .tpl_formulaire                    { margin-bottom: 20px; }
.TPL_ADHAUTHENTIFICATION .connexion                         { width: 49%; float: left; box-sizing: border-box; }
.TPL_ADHAUTHENTIFICATION .connexion input                   { width: 100%; }
.TPL_ADHAUTHENTIFICATION .connexion input[type="text"],
.TPL_ADHAUTHENTIFICATION .connexion input[type="password"]  { color: #000; }
.TPL_ADHAUTHENTIFICATION .connexion .action                 { text-align: left; margin: 0; padding: 0; }
.TPL_ADHAUTHENTIFICATION .connexion .submit                 { margin-right: 15px; }
.TPL_ADHAUTHENTIFICATION .connexion .lienMDP a              { font-size: 0.938em; }
.TPL_ADHAUTHENTIFICATION .inscription                       { width: 49%; float: right; box-sizing: border-box; }
.TPL_ADHAUTHENTIFICATION .inscription h3                    { margin-bottom: 30px; }
.TPL_ADHAUTHENTIFICATION .recupCompte                       { float: right; }
.TPL_ADHAUTHENTIFICATION .recuperation                      { width: 93%; display: inline-block; }
.TPL_ADHAUTHENTIFICATION .recuperation .details             { float: left; width: 75%; }
.TPL_ADHAUTHENTIFICATION .recuperation .details p           { margin: 0; }
.TPL_ADHAUTHENTIFICATION .help                              { color: #808080; font-size: 0.75em; /*12px*/ font-style: italic; }


/* ===================================================================
 * TEMPLATE - CREATION DE COMPTE
 * =================================================================*/
.TPL_ADHCOMPTECREATION      { margin: 0 80px; }
.TPL_ADHCOMPTECREATION h2,
#tpl_adhCompteCreation h2   { font-weight: normal; color: #505050;  margin-bottom: 15px; }
.TPL_ADHCOMPTECREATION h3,
#tpl_adhCompteCreation h3 {
    color: #771e7e;
    font-size: 0.875em;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}
#tpl_adhCompteCreation .tpl_formulaire { margin-bottom: 20px; }
.TPL_ADHCOMPTECREATION .tpl_formulaire h2::before,
#tpl_adhCompteCreation .tpl_formulaire h2::before{ content: "\f234"}
#tpl_adhCompteCreation .tpl_formulaire h2 { color: #771e7e; }
#tpl_adhCompteCreation fieldset.groupeQuestion:not([class*="validation"]) { border-bottom: 1px solid #ccc; padding-bottom: 10px; }
.TPL_ADHCOMPTECREATION .creationCompte input[type="text"],
.TPL_ADHCOMPTECREATION .creationCompte input[type="password"],
.TPL_ADHCOMPTECREATION .creationCompte textarea,
.TPL_ADHCOMPTECREATION .creationCompte select,
#tpl_adhCompteCreation .creationCompte input[type="text"],
#tpl_adhCompteCreation .creationCompte input[type="password"],
#tpl_adhCompteCreation .creationCompte textarea,
#tpl_adhCompteCreation .creationCompte select{ width: 68%;}
.TPL_ADHCOMPTECREATION .creationCompte select#DATENAISS_MOIS,
.TPL_ADHCOMPTECREATION .creationCompte select#DATENAISS_ANNEE,
.TPL_ADHCOMPTECREATION .creationCompte select#DATENAISS_JOUR,
#tpl_adhCompteCreation .creationCompte select#DATENAISS_MOIS,
#tpl_adhCompteCreation .creationCompte select#DATENAISS_ANNEE,
#tpl_adhCompteCreation .creationCompte select#DATENAISS_JOUR{ width: auto; background-position: 85% center; }
.TPL_ADHCOMPTECREATION fieldset legend,
#tpl_adhCompteCreation fieldset legend{ font-size: 1.313em; color: #771e7e; margin-bottom: 10px; }

.TPL_ADHCOMPTECREATION .tpl_formulaire .blocPhoto h2::before,
.TPL_ADHCOMPTECREATION .tpl_formulaire #resultatPhoto h2::before,
#tpl_adhCompteCreation .tpl_formulaire .blocPhoto h2::before,
#tpl_adhCompteCreation .tpl_formulaire #resultatPhoto h2::before{ content: ""; padding: 0;}
.TPL_ADHCOMPTECREATION .tpl_formulaire .blocPhoto h2,
#tpl_adhCompteCreation .tpl_formulaire .blocPhoto h2 { font-size: 0.938em; font-weight: 600; }

.TPL_ADHCOMPTECREATION .tpl_formulaire .validation label,
#tpl_adhCompteCreation .tpl_formulaire .validation label{ width: 90%; color: #000; }
.TPL_ADHCOMPTECREATION .tpl_formulaire .captcha img,
#tpl_adhCompteCreation .tpl_formulaire .captcha img{ margin: 0 10px 0 0; padding: 5px 0; }
.TPL_ADHCOMPTECREATION #tpl_adhCompteCreation .action input.submit,
#tpl_adhCompteCreation .action input.submit{
    background: url(images/pictoCheck.png) no-repeat 20px 50% #771e7e;
    padding-left: 50px;
}

.TPL_ADHCOMPTECREATION .captcha .erreurCreaCompte,
#tpl_adhCompteCreation .captcha .erreurCreaCompte { display: none; }
.TPL_ADHCOMPTECREATION .recupCompte,
#tpl_adhCompteCreation .recupCompte { text-align: right; }

#tpl_adhCompteCreation .detail_rgpd { margin-bottom: 15px; }
#tpl_adhCompteCreation .detail_rgpd h3 { cursor: pointer; }
#tpl_adhCompteCreation .detail_rgpd h3:after {
    content: "\f196";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    margin-left: 5px;
}
#tpl_adhCompteCreation .detail_rgpd.open h3:after { content: "\f147"; }
#tpl_adhCompteCreation .detail_rgpd { margin-bottom: 15px; }
#tpl_adhCompteCreation .detail_rgpd span { display: none; }
#tpl_adhCompteCreation .detail_rgpd.open span { display: block }

.creaCompte { font-size: 0.938em; }
.creaCompte #ADH_PHOTO { border: 1px solid #e2e2e2; padding: 10px 1.5%; }

/* ===================================================================
 * TEMPLATE - LISTE DES CARTES
 * =================================================================*/
.TPL_PRODUITTYPELISTE ul { margin-top: 40px; padding: 0; }
.TPL_PRODUITTYPELISTE ul li::before { content: ""; display: block; }
.TPL_PRODUITTYPELISTE ul li { padding: 25px 0; border-bottom: 1px solid #d8d8d8; }
.TPL_PRODUITTYPELISTE ul li:last-of-type { border-bottom: 0; }
.TPL_PRODUITTYPELISTE li .image { width: 24%; vertical-align: top; display: inline-block;}
.TPL_PRODUITTYPELISTE li .centrale{ width: 50%; display: inline-block; vertical-align: top; }
.TPL_PRODUITTYPELISTE li .action {
    display: inline-block;
    margin-top: 60px;
    text-align: right;
    width: 24%;
}
.TPL_PRODUITTYPELISTE li .centrale h3 { color: #3a3a3a; font-weight: 700;}


/* ===================================================================
 * TEMPLATE - ACTUALITE LISTE
 * =================================================================*/
.TPL_ACTUALITELISTE  ul                         { padding: 0; }
.TPL_ACTUALITELISTE .accroche                   { font-size: 0.938em; margin-bottom: 10px; overflow: hidden; }
.TPL_ACTUALITELISTE li::before                  { content: ""; display: block; }
.TPL_ACTUALITELISTE #listeActualite li          { padding: 0; display: inline-block; width: 100%; margin-bottom: 20px; }
.TPL_ACTUALITELISTE #listeActualite li h2       { color: #3a3a3a; margin-bottom: 0.5em; }
.TPL_ACTUALITELISTE .date                       { color: #771e7e; font-size: 0.938em; font-style: italic; margin-bottom: 10px; }
.TPL_ACTUALITELISTE #listeActualite .image      { margin-right: 3.5%; float: left; position: relative; width: 31%; }
.TPL_ACTUALITELISTE #listeActualite .image img  { margin: 0; float: none; }
.TPL_ACTUALITELISTE .image .theme {
    background: rgba(80, 80, 80, 0.8);
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-size: 0.8125em; /*13px*/
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
    box-sizing: border-box;
}
.TPL_ACTUALITELISTE .image a {
    display: block;
}
.TPL_ACTUALITELISTE #actuListContent .filtre{
    background: #e2e2e2;
    font-size: 0.938em;
    margin: 20px 0 30px;
    padding: 20px;
    border-radius: 4px;
}
.TPL_ACTUALITELISTE #actuListContent .filtre h3::before{
    content: "\f002";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 4px;
}
.TPL_ACTUALITELISTE #actuListContent .actufiltre { margin-bottom: 20px;}
.TPL_ACTUALITELISTE #actuListContent .actufiltre span { cursor: pointer; }
.TPL_ACTUALITELISTE #actuListContent .filtre label { float: left; width: 25%; margin-right: 20px;}

.TPL_ACTUALITELISTE #actuListContent li {
    float: left;
    margin: 0 3.5% 25px 0;
    padding: 0;
    width: 31%;
}
.TPL_ACTUALITELISTE #actuListContent li:nth-child(3n+1) { clear: both; }
.TPL_ACTUALITELISTE #actuListContent li:nth-child(3n) { margin-right: 0; }

.TPL_ACTUALITELISTE #actuListContent .image {
    margin-bottom: 20px;
    position: relative;
}
.TPL_ACTUALITELISTE #actuListContent .image img { margin: 0 auto; float: none; display: block; }
.TPL_ACTUALITELISTE #actuListContent .itemInfo { margin: 0; display: inline-block; width: 100%;}
.TPL_ACTUALITELISTE #actuListContent .itemInfo h3 { margin-bottom: 0px; }
.TPL_ACTUALITELISTE #actuListContent .itemInfo h3 a { color: #3a3a3a;  }


/* ===================================================================
 * TEMPLATE - FICHE ACTUALITE
 * =================================================================*/
.TPL_ACTUALITE .date        { font-size: 0.938em; margin-bottom: 10px; color: #771e7e; font-style: italic; }
.TPL_ACTUALITE .accroche    { font-size: 1.25em; /*20px*/  font-weight: 600; line-height: 1.25em; /*25px*/ margin-bottom: 30px; }
.TPL_ACTUALITE .image       { position: relative; margin-bottom: 25px; display: inline-block; max-width: 100%; }
.TPL_ACTUALITE .image img   { border-radius: 4px; display: block; }
.TPL_ACTUALITE .image .theme {
    background: rgba(80, 80, 80, 0.8);
    bottom: 0;
    box-sizing: border-box;
    color: #ffffff;
    display: inline-block;
    font-size: 0.8125em; /*13px*/
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
    border-radius: 0 0 4px 4px;
}

/* ===================================================================
 * TEMPLATE - MON TABLEAU DE BORD
 * =================================================================*/
/*** commun compte ***/
.blocIdentification .pictureAdh {
    float: left;
    margin-right: 30px;
    width: 125px;
}
.blocIdentification {
    display: inline-block;
    float: left;
    margin: 10px 30px 20px 0;
    width: 65%;
}
.blocIdentification .blocFirst {
    border-bottom: 1px solid #000;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 20px;
    width: 100%;
}
/* .blocIdentification .boutonnoir,
.blocIdentification .boutonviolet { margin: 0 0 10px; } */
.blocIdentification .blocFirst .identification { margin-bottom: 20px;}
.blocIdentification .alerte::before{
    background: #969696 url(images/pictoWarning.png) no-repeat center center;
    border-radius: 4px 0 0 4px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 45px;
}

.blocIdentification .alerte {
    background: #ededed;
    border-radius: 4px;
    display: inline-block;
    font-size: 0.875em;
    line-height: 23px;
    margin-top: 20px;
    padding: 30px 30px 14px 65px;
    position: relative;
    width: 88%;
}
.blocIdentification .modifierPhoto::before{
    content: "\f030";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    padding-right: 4px;
}
.blocIdentification .supprimerPhoto::before{
    content: "\f070";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    padding-right: 4px;
}
.blocIdentification .tpl_formulaire .champRead {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0.875em;
    padding: 12px 1.5%;
    vertical-align: middle;
    width: 68%;
}
.blocIdentification .tpl_formulaire .champRead.dob { width: auto; }

.TPL_ADHCOMPTEACCUEIL .alerte .actions { margin-top: 10px;}

/*** Fin commun compte */

.TPL_ADHCOMPTEACCUEIL .imprimer::before,
.TPL_ADHCOMPTECARTE .imprimer::before {
    content: "\f02f";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    padding-right: 4px;
}
.TPL_ADHCOMPTEACCUEIL .renouvellement::before,
.TPL_ADHCOMPTECARTE .renouvellement::before{
    content: "\f021";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    padding-right: 4px;
}
.TPL_ADHCOMPTEACCUEIL .choisir::before{
    content: "\f002";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    padding-right: 4px;
}
.TPL_ADHCOMPTEACCUEIL .ajouter::before {
    content: "\f00e";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    padding-right: 4px;
}

.TPL_ADHCOMPTEACCUEIL .blocSecond { text-align: center; }
.TPL_ADHCOMPTEACCUEIL .alerte .AjoutMail,
.TPL_ADHCOMPTEACCUEIL .alerte .AjoutPhoto { display: inline-block; margin-bottom: 1em; }
.TPL_ADHCOMPTEACCUEIL .alerte .AjoutMail .submit,
.TPL_ADHCOMPTEACCUEIL .alerte .AjoutPhoto .submit{
    float: right;
    font-size: inherit;
}
.TPL_ADHCOMPTEACCUEIL h1.adhAccueil::before {
    content: "\f0ea";
    display: inline-block;
    font: normal normal normal 25px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 10px;
}

/* ===================================================================
 * NAVIGATION DROITE MON COMPTE
 * =================================================================*/

.navigationHaut.monCompte{
    width: 31.5%;
    float: right;
    position: relative;
    padding: 15px 30px;
    background: #f5f5f5;
    box-sizing: border-box;
    margin-bottom: 20px;
    z-index: 10;
}
/*titre */
.navigationHaut.monCompte h2::before {
    content: "\f0c5";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 10px;
}
.navigationHaut.monCompte h2::after {
    border-bottom: 4px solid #771e7e;
    bottom: -15px;
    content: "";
    display: inline-block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 50px;
}
.navigationHaut.monCompte h2 {
    color: #000;
    font-size: 1.125em;
    font-weight: 600;
    margin: 0 0 2em;
    position: relative;
}
.navigationHaut.monCompte ul { padding: 0; margin: 0; overflow: visible; }
.navigationHaut.monCompte li::before { font-size: 20px; width: 20px; }
.navigationHaut.monCompte li.adhAccueil::before { content: "\f0ea"; }
.navigationHaut.monCompte li.adhInfo::before { content: "\f05a"; }
.navigationHaut.monCompte li.adhCompteR::before { content: "\f0c0"; }
.navigationHaut.monCompte li.adhCommande::before { content: "\f07a"; }
.navigationHaut.monCompte li.adhCarte::before {
    content: "";
    background: url(images/pictoCartePeche.png) no-repeat left center;
    width: 20px;
    height: 20px;
}
.navigationHaut.monCompte li { padding: 10px 0; border-bottom: 1px solid #000; position: relative; }
.navigationHaut.monCompte li.selected:after {
    left: -60px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #fff;
    border-right-color: #f5f5f5;
    border-width: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.navigationHaut.monCompte li a { font-size: 0.875em; color: #000; outline: none; }
.navigationHaut.monCompte li.selected a { font-weight: 700; }
.navigationHaut.monCompte li:last-child { border-bottom: 0; }

/* version tablette/mobile */
#monCompteNavTablette {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}
#monCompteNavTablette .navigationHaut.monCompte {
    display: block;
    width: 100%;
}

/* ===================================================================
 * POPUP PHOTO PECHEUR
 * =================================================================*/

.popUpPhotoConsultation { background: #f5f5f5; }
.popUpPhotoConsultation #containerPhotoConsultation fieldset legend { font-size: 1.313em; color: #771e7e; margin-bottom: 10px; }
.popUpPhotoConsultation #containerPhotoConsultation,
.popUpPhotoConsultation .validation  { display: inline-block; margin: 0 20px 20px;}
.popUpPhotoConsultation .validation input.submit { border: 0; }
.popUpPhotoConsultation .blocPhoto h2 { font-size: 0.938em; }


/* ===================================================================
 * Photo upload
 * =================================================================*/
#preview {
    height: 240px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 186px;
}
#photoPecheur {
    max-width: inherit;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.containerWebcam {
    position: relative;
    text-align: center;
}
.containerWebcam .cacheWebcam {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 320px;
    margin: 0 auto;
}
.containerWebcam #webcam object {
    display: inline;
}
#containerPhotoConsultation .blocPhoto { width: 47%; text-align: center; border: 0; margin-bottom: 0; }
#containerPhotoConsultation .blocPhoto .boutonnoir,
#containerPhotoConsultation .blocPhoto .boutonviolet { font-size: 0.875em;}
#containerPhotoConsultation .blocFirst{ float: left; margin-right: 30px; }
#containerPhotoConsultation .blocSecond { float: left; }
#containerPhotoConsultation .blocSecond img{
    height: 240px !important;
    max-width: none;
    width: auto !important;
}
#containerPhotoConsultation .blocSecond iframe{ min-height: 210px; height: auto;}
#containerPhotoConsultation #pIstantPhoto { display: none; margin: 0; padding: 5px 0; }
#containerPhotoConsultation #istantPhoto,
#containerPhotoConsultation #status { margin: 0; }



/* ===================================================================
 * TEMPLATE - RECUPERATION DES COMPTES
 * =================================================================*/
.TPL_COMPTERECUPERATION select#DATENAISS_MOIS,
.TPL_COMPTERECUPERATION select#DATENAISS_ANNEE,
.TPL_COMPTERECUPERATION select#DATENAISS_JOUR{ width: auto; background-position: 85% center; }
.TPL_COMPTERECUPERATION fieldset legend { font-size: 1.313em; color: #771e7e; margin-bottom: 10px; }
.TPL_COMPTERECUPERATION .blocInfo img { float: left; margin-right: 30px; }
.TPL_COMPTERECUPERATION .blocInfo span { display: inline-block;  width: 75%; }
.TPL_COMPTERECUPERATION .blocInfo span:first-child { color: #000; margin: 0 0 1em; }
.TPL_COMPTERECUPERATION #infoAdherent {
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}

.TPL_COMPTERECUPERATION input.submit {
    background: #771e7e url("images/pictoRecherche.png") no-repeat scroll 20px 50%;
    padding-left: 50px;
}


/* ===================================================================
 * TEMPLATE - MODIFICATION DU COMPTE
 * =================================================================*/
.TPL_ADHCOMPTE h1.adhInfo::before {
    content: "\f05a";
    display: inline-block;
    font: normal normal normal 25px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 10px;
}

.TPL_ADHCOMPTE .alerte { margin-bottom: 20px; }
.TPL_ADHCOMPTE .tpl_formulaire { background: none; padding: 0 ; }
.TPL_ADHCOMPTE fieldset { margin: 0; padding: 0; }
.TPL_ADHCOMPTE fieldset.info { margin-bottom: 40px; }
.TPL_ADHCOMPTE fieldset legend,
.TPL_ADHCOMPTE #containerPhotoConsultation .titre,
.TPL_ADHCOMPTE .alerteNotif .titre {
    color: #771e7e;
    font-size: 1.313em;
    margin-bottom: 30px;
}
.TPL_ADHCOMPTE .tpl_formulaire .blocSecond { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #000; }
.TPL_ADHCOMPTE .champObligatoire {
    color: #f00d0d;
    text-align: right;
    font-size: 0.875em;
}
.TPL_ADHCOMPTE .tpl_formulaire input:not([class="case"]),
.TPL_ADHCOMPTE .tpl_formulaire textarea,
.TPL_ADHCOMPTE .tpl_formulaire select { border: 1px solid #e2e2e2; width: 68%; color: #505050; }
.TPL_ADHCOMPTE #containerPhotoConsultation .blocPhoto h3 { font-size: 0.938em; font-weight: 600; color: #505050; }
.TPL_ADHCOMPTE #containerPhotoConsultation #resultatPhoto { margin-bottom: 20px;}

.TPL_ADHCOMPTE .alerteNotif {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 25px 0;
    margin-bottom: 25px;
}
.TPL_ADHCOMPTE .CNIL {
    font-style: italic;
}

.TPL_ADHCOMPTE .alerteNotif label{ width: 90%; color: #000; }
.TPL_ADHCOMPTE .modificationCompte .action { text-align: right; }
.TPL_ADHCOMPTE .modificationCompte .action input.submit,
.popUpPhotoConsultation .validation input.submit {
    width: auto;
    color: #fff;
    border: 0;
    background: url(images/pictoCompteButton.png) no-repeat 20px 50% #771e7e;
    padding-left: 50px;
}
.TPL_ADHCOMPTE .tpl_formulaire .champRead { background: #f5f5f5; }

/* ===================================================================
 * TEMPLATE - PERSONNES RATTACHEES A MON COMPTE
 * =================================================================*/
.TPL_ADHCOMPTERATTACHE h1.adhCompteR::before {
    content: "\f0c0";
    display: inline-block;
    font: normal normal normal 25px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 10px;
}
.TPL_ADHCOMPTERATTACHE table { width: 100%; }
.TPL_ADHCOMPTERATTACHE .blocFirst .action { text-align: left; padding: 0; margin-bottom: 10px; }
.TPL_ADHCOMPTERATTACHE .rattacheCompte .action input.submit {
    background: url(images/pictoCheck.png) no-repeat 20px 50% #771e7e;
    padding-left: 50px;
}
.TPL_ADHCOMPTERATTACHE .blocIdentification .blocFirst .action input.submit {
    background: url(images/pictoPersRattacheButton.png) no-repeat 20px 50% #771e7e;
    padding-left: 50px;
}
.TPL_ADHCOMPTERATTACHE .rattacheCompte .action .delete input.submit {
    background: url(images/pictoDelete.png) no-repeat 20px 50% #771e7e;
}
.TPL_ADHCOMPTERATTACHE .rattacheCompte .action { margin: 0; }
.TPL_ADHCOMPTERATTACHE .action #validCrop { display: inline-block; vertical-align: middle; }
.TPL_ADHCOMPTERATTACHE table a { display: block; margin-bottom: 5px; font-weight: 700; }
.TPL_ADHCOMPTERATTACHE .voirFiche:before {
    content: "\f016";
    display: inline-block;
    font: normal normal normal 15px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    vertical-align: middle;
    width: 20px;
}
.TPL_ADHCOMPTERATTACHE .rendreAutonome:before {
    content: "\f127";
    display: inline-block;
    font: normal normal normal 15px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    vertical-align: middle;
    width: 20px;
}

.TPL_ADHCOMPTERATTACHE .tpl_formulaire { background: none; padding: 0; }
.TPL_ADHCOMPTERATTACHE fieldset { margin: 0 0 25px; padding: 0; }
.TPL_ADHCOMPTERATTACHE fieldset legend {
    color: #771e7e;
    font-size: 1.313em;
    margin-bottom: 30px;
}
.TPL_ADHCOMPTERATTACHE fieldset.adressePecheur { border-bottom: 1px solid #000000; padding: 0 0 25px; }
.TPL_ADHCOMPTERATTACHE .tpl_formulaire input[type="text"],
.TPL_ADHCOMPTERATTACHE .tpl_formulaire input[type="password"],
.TPL_ADHCOMPTERATTACHE .tpl_formulaire textarea,
.TPL_ADHCOMPTERATTACHE .tpl_formulaire select {
    border: 1px solid #e2e2e2;
    color: #505050;
    width: 68%;
}
.TPL_ADHCOMPTERATTACHE .tpl_formulaire select#DATENAISSOIS,
.TPL_ADHCOMPTERATTACHE .tpl_formulaire select#DATENAISS_ANNEE,
.TPL_ADHCOMPTERATTACHE .tpl_formulaire select#DATENAISS_JOUR { width: auto; background-position: 85% center; }
.TPL_ADHCOMPTERATTACHE .tpl_formulaire .blocPhoto h2::before,
.TPL_ADHCOMPTERATTACHE .tpl_formulaire #resultatPhoto h2::before{ content: ""; padding: 0;}
.TPL_ADHCOMPTERATTACHE .tpl_formulaire .blocPhoto h2 { font-size: 0.938em; font-weight: 600; }
.TPL_ADHCOMPTERATTACHE .rattacheCompte #resultatPhoto { margin-bottom: 20px; }

.TPL_ADHCOMPTERATTACHE .photo { display: inline-block; text-align: center; }


/* ===================================================================
 * TEMPLATE - COMPTE TRANSFORMATION
 * =================================================================*/
.TPL_COMPTETRANSFORMATION  input[type="text"],
.TPL_COMPTETRANSFORMATION  input[type="password"],
.TPL_COMPTETRANSFORMATION  textarea,
.TPL_COMPTETRANSFORMATION  select{ width: 68%;}
.TPL_COMPTETRANSFORMATION select#DATENAISS_MOIS,
.TPL_COMPTETRANSFORMATION select#DATENAISS_ANNEE,
.TPL_COMPTETRANSFORMATION select#DATENAISS_JOUR { width: auto; background-position: 85% center; }
.TPL_COMPTETRANSFORMATION fieldset { padding: 0; }
.TPL_COMPTETRANSFORMATION fieldset legend { font-size: 1.313em; color: #771e7e; margin-bottom: 10px; }
.TPL_COMPTETRANSFORMATION .tpl_formulaire p.action { padding: 0; margin: 0; }


/* ===================================================================
 * TEMPLATE - COMPTE COMMANDE
 * =================================================================*/
.TPL_ADHCOMPTECOMMANDE h1.adhCommande::before {
    content: "\f07a";
    display: inline-block;
    font: normal normal normal 25px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 10px;
}
.TPL_ADHCOMPTECOMMANDE table { width: 100%; table-layout: fixed; }
.TPL_ADHCOMPTECOMMANDE table.liste thead .numCommande { width: 240px; }
.TPL_ADHCOMPTECOMMANDE table.liste thead .nbProduit   { width: 120px; }
.TPL_ADHCOMPTECOMMANDE table.liste thead .montant     { width: 100px; }
.TPL_ADHCOMPTECOMMANDE table.liste tbody .nbProduit,
.TPL_ADHCOMPTECOMMANDE table.liste tbody .montant     { text-align: center; }
.TPL_ADHCOMPTECOMMANDE table.liste .imprimer:before {
    content: "\f02f";
    display: inline-block;
    font: normal normal normal 15px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    vertical-align: middle;
    width: 20px;
}
.TPL_ADHCOMPTECOMMANDE table.monCommande tbody .echeancier { padding: 0; text-align: center; }
.TPL_ADHCOMPTECOMMANDE table.monCommande tbody .echeancier table { margin: 0; width: auto; }
.TPL_ADHCOMPTECOMMANDE table.monCommande tbody .echeancier table tr th {
    background: #f5f5f5;
    text-align: center;
    padding: 5px;
}
.TPL_ADHCOMPTECOMMANDE table.monCommande tbody .echeancier table tr td {
    text-align: center;
    padding: 5px;
}
.TPL_ADHCOMPTECOMMANDE table.monCommande tbody .echeancier table tr:first-of-type th { border-top: none; }
.TPL_ADHCOMPTECOMMANDE table.monCommande tbody .echeancier table tr td:first-of-type,
.TPL_ADHCOMPTECOMMANDE table.monCommande tbody .echeancier table tr th:first-of-type {
    border-left: none;
    background: #f5f5f5;
}
.TPL_ADHCOMPTECOMMANDE table.monCommande tbody .echeancier table tr td:last-of-type,
.TPL_ADHCOMPTECOMMANDE table.monCommande tbody .echeancier table tr th:last-of-type {
    border-right: none;
    width: 100%;
}
.TPL_ADHCOMPTECOMMANDE table.monCommande tbody .echeancier a.conditions { display: inline-block; margin: 10px 0; }
.TPL_ADHCOMPTECOMMANDE .monCommande tr td:first-child { background: #ededed;}
.TPL_ADHCOMPTECOMMANDE .lienArchive { cursor: pointer; }


/* ===================================================================
 * TEMPLATE - COMPTE CARTE
 * =================================================================*/
.TPL_ADHCOMPTECARTE h1.adhCarte::before {
    content: "";
    background: url(images/pictoCarteGrand.png) no-repeat left center;
    width: 30px;
    height: 30px;
    padding-right: 40px;
}
.TPL_ADHCOMPTECARTE .acrobat {
    display: inline-block;
    padding: 30px 0;
    width: 100%;
}
.TPL_ADHCOMPTECARTE .blocIdentification .blocFirst .acrobat { padding: 0; }
.TPL_ADHCOMPTECARTE .blocIdentification .blocFirst { margin-bottom: 0; border-bottom: 0; }
.TPL_ADHCOMPTECARTE .acrobat .external span {float: left; margin: 0px 20px 0px 0px; }
.TPL_ADHCOMPTECARTE .acrobat .details { width: 65%; float: left; }
.TPL_ADHCOMPTECARTE .acrobat .details h3 { font-weight: 600; }
.TPL_ADHCOMPTECARTE .acrobat .details .external:before {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 11px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    vertical-align: middle;
    padding-right: 4px;
}
.TPL_ADHCOMPTECARTE .adhListContentInner h2 { color: #771e7e;}
.TPL_ADHCOMPTECARTE .blocInfo{ margin: 20px 0 0; }
.TPL_ADHCOMPTECARTE .blocInfo::before{
    content: "\f05a";
    cursor: pointer;
    display: inline-block;
    font: normal normal normal 23px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
}
.TPL_ADHCOMPTECARTE .carteLabel .label::after{
    content: "\f196";
    cursor: pointer;
    display: inline-block;
    font: normal normal normal 23px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    vertical-align: middle;
    padding-right: 4px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.TPL_ADHCOMPTECARTE .carteLabel .label.opened::after{
    content: "\f147";
    cursor: pointer;
    display: inline-block;
    font: normal normal normal 23px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    vertical-align: middle;
    padding-right: 4px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.TPL_ADHCOMPTECARTE .carteLabel .label { cursor: pointer; }
.TPL_ADHCOMPTECARTE .carteLabel {
    border: 1px solid #3a3a3a;
    border-radius: 4px;
    margin-bottom: 25px;
    padding: 15px 20px;
    position: relative;
}
.TPL_ADHCOMPTECARTE .carteLabel:hover,
.TPL_ADHCOMPTECARTE .carteLabel.isOpened { background: #e6e6e6; }
.TPL_ADHCOMPTECARTE .carteLabel h3 {
    font-weight: 600;
    color: #3a3a3a;
    width: 90%;
}
.TPL_ADHCOMPTECARTE .carteLabel h4::before {
    content: "\f178";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    vertical-align: middle;
    padding-right: 4px;
}
.TPL_ADHCOMPTECARTE .carteLabel h4 {  color: #771e7e; }
.TPL_ADHCOMPTECARTE .carteDetail { margin: 0 -21px; }
.TPL_ADHCOMPTECARTE .carteDetail.isClosed { display: none; }
.TPL_ADHCOMPTECARTE .carteDetail table { width: 100%; background: #fff;}
.TPL_ADHCOMPTECARTE .carteDetail table td { border: 1px solid #9a9a9a; padding: 20px; }
.TPL_ADHCOMPTECARTE .carteBouton { padding: 10px 0; text-align: center; }
.TPL_ADHCOMPTECARTE .ajouter::before{
    content: "\f067";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    padding-right: 4px;
}
.TPL_ADHCOMPTECARTE .lienArchive { cursor: pointer; }


/* ===================================================================
 * TEMPLATE - ENVOI A UN AMI
 * =================================================================*/
.TPL_ENVOIAMI label { width: 20%;}
.TPL_ENVOIAMI input[type="text"],
.TPL_ENVOIAMI textarea,
.TPL_ENVOIAMI select{ width: 68%;}


/* ===================================================================
 * TEMPLATE - ANNUAIRE RECHERCHE
 * =================================================================*/
.TPL_ANNUAIRERECHERCHE fieldset legend { color: #771e7e; font-size: 1.313em; margin-bottom: 10px;}
.TPL_ANNUAIRERECHERCHE .tpl_formulaire { background-color: #e2e2e2; border-radius: 4px; padding: 15px 3.5%; margin-bottom: 30px; }
.TPL_ANNUAIRERECHERCHE .tpl_formulaire label { width: 15%; }
.TPL_ANNUAIRERECHERCHE .tpl_formulaire .checkBoxEnLigne .case  { margin: 0; }
.TPL_ANNUAIRERECHERCHE .tpl_formulaire input[type="text"],
.TPL_ANNUAIRERECHERCHE .tpl_formulaire select { width: 67%; }
.TPL_ANNUAIRERECHERCHE .federation { border-bottom: 1px solid #d8d8d8; padding: 25px 0; margin-bottom: 20px; }
.TPL_ANNUAIRERECHERCHE .federation .image{
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}
.TPL_ANNUAIRERECHERCHE .federation .descriptionAnnuaire { display: inline-block;  vertical-align: top; }
.TPL_ANNUAIRERECHERCHE #annuaireRechercheContent .descriptionAnnuaire p { margin-bottom: 0.5em; }
.TPL_ANNUAIRERECHERCHE #annuaireRechercheContent h2.annuaireLetter {
    border: 1px solid #771e7e;
    color: #771e7e;
    font-size: 1.563em;
    margin: 0 0 20px;
    padding: 10px;
    border-radius: 4px;
    clear: both;
}
.TPL_ANNUAIRERECHERCHE #annuaireRechercheContent h2.annuaireLetter:first-child { margin-top: 1em;}
.TPL_ANNUAIRERECHERCHE .federation h2:before,
.TPL_ANNUAIRERECHERCHE #annuaireRechercheContent li:before,
.TPL_ANNUAIRERECHERCHE #annuaireRechercheContent li h2:before{ content: none; padding: 0; }
.TPL_ANNUAIRERECHERCHE #annuaireRechercheContent ul { padding: 0; margin: 0; }
.TPL_ANNUAIRERECHERCHE #annuaireRechercheContent li {
    background-color: #e2e2e2;
    border-radius: 4px;
    box-sizing: border-box;
    float: left;
    margin: 0 2% 20px 0;
    padding: 20px 20px 80px;
    position: relative;
    text-align: center;
    width: 32%;
    min-height: 420px;
    word-wrap: break-word;
}
.TPL_ANNUAIRERECHERCHE #annuaireRechercheContent li:nth-child(3n) { margin: 0 0 20px; }
.TPL_ANNUAIRERECHERCHE #annuaireRechercheContent li:nth-child(3n+1) { clear: both; }
.TPL_ANNUAIRERECHERCHE .descriptionAnnuaire .choixCarte { position: absolute; bottom: 20px; left: 0; width: 100%; }
.TPL_ANNUAIRERECHERCHE .descriptionAnnuaire .choixCarte .boutonviolet { margin: 10px 0 0; }
.TPL_ANNUAIRERECHERCHE .action { margin: 10px 0; text-align: center; }
.TPL_ANNUAIRERECHERCHE .legende .item { margin-bottom: 10px; border-bottom: 1px solid #505050; padding-bottom: 10px; }
.TPL_ANNUAIRERECHERCHE .legende .image { display: inline-block;  vertical-align: top; width: 10%; }
.TPL_ANNUAIRERECHERCHE .legende span { display: inline-block;  vertical-align: top; width: 75%; }
.TPL_ANNUAIRERECHERCHE .legende .item:last-child { padding: 0; border: 0; }
.TPL_ANNUAIRERECHERCHE .carteDepartement { text-align: center; margin: 0; padding: 0; }
.TPL_ANNUAIRERECHERCHE .AssoChoix span.submit { margin-left: 20px; }
.TPL_ANNUAIRERECHERCHE .afficherPlus { margin-bottom: 20px; }
.TPL_ANNUAIRERECHERCHE.paragraphe .afficherResultats { margin-bottom: 0; }
.TPL_ANNUAIRERECHERCHE .titrelisteannuaire { color: #771e7e; }

/* ===================================================================
 * TEMPLATE - ANNUAIRE RECHERCHE
 * =================================================================*/
.TPL_ANNUAIRE .retourAccueil { margin-bottom: 20px; }
.TPL_ANNUAIRE .annuaire,
.TPL_ANNUAIRE .blocActu{ margin-bottom: 30px;}
.TPL_ANNUAIRE .regletteNavigation span { margin: 0 2px; }



/* ===================================================================
 * TEMPLATE - IINFORMATION DEPARTEMENTALE
 * =================================================================*/
.TPL_INFORMATIONDEPARTEMENTALE fieldset legend { color: #771e7e; font-size: 1em; }
.TPL_INFORMATIONDEPARTEMENTALE .recherche select { width: 68%; }
.TPL_INFORMATIONDEPARTEMENTALE form.recherche .action span::before { top: 30%;}
.TPL_INFORMATIONDEPARTEMENTALE .logodpt { float: left; margin: 0 3% 20px 0; }
.TPL_INFORMATIONDEPARTEMENTALE .right { overflow: hidden; margin-bottom: 10px; }
.TPL_INFORMATIONDEPARTEMENTALE h2 { color: #771e7e; }
.TPL_INFORMATIONDEPARTEMENTALE .adresseWeb,
.TPL_INFORMATIONDEPARTEMENTALE .downloads { display: inline-block; width: 48%; vertical-align: top; }
.TPL_INFORMATIONDEPARTEMENTALE .adresseWeb { margin-right: 2%; }
.TPL_INFORMATIONDEPARTEMENTALE .downloads {
    margin: 0;
    padding: 0;
    background-color: #e6e6e6;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 20px;
}
.TPL_INFORMATIONDEPARTEMENTALE .downloads li:before {
    content: "\f10c";
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    padding-right: 4px;
}
.TPL_INFORMATIONDEPARTEMENTALE .downloads li {
    border-bottom: 1px solid #939bab;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}
.TPL_INFORMATIONDEPARTEMENTALE .downloads li:last-child {
    border-bottom: 0 none;
    margin: 0;
    padding: 0;
}
.TPL_INFORMATIONDEPARTEMENTALE .downloads li a {
    font-size: 0.875em; /*14px*/
}
.TPL_INFORMATIONDEPARTEMENTALE .downloads li a.pdf:after {
    content: "\f1c1";
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    position: absolute;
    right: 0;
    top: 2px;
}
.TPL_INFORMATIONDEPARTEMENTALE .description { padding: 20px 0; border-top: 1px solid #999999; }
.TPL_INFORMATIONDEPARTEMENTALE .carteDepartement { text-align: center; margin: 0; padding: 0; }


/* ===================================================================
 * TEMPLATE - JEU CONCOURS
 * =================================================================*/
.TPL_JEUCONCOURS .conditions { font-size: 0.875em; }
.TPL_JEUCONCOURS .bouton_participer_jeuconcours { width: auto; padding: 12px 20px;}
.TPL_JEUCONCOURS img { border-radius: 4px;}
.TPL_JEUCONCOURS .alerte {
    background: #ededed;
    border-radius: 4px;
    font-weight: 700;
    line-height: 23px;
    padding: 10px 30px;
}
.TPL_JEUCONCOURS .message-ok  {
    background: #ededed;
    border-radius: 4px;
    color: #4f8a10;
    font-weight: 700;
    line-height: 23px;
    padding: 10px 30px;
}
.TPL_JEUCONCOURS .message-non-ok {
    background: #ededed;
    border-radius: 4px;
    color: #d8000c;
    font-weight: 700;
    line-height: 23px;
    padding: 10px 30px;
}
.TPL_JEUCONCOURS a.pdf:after {
    content: "\f1c1";
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #771e7e;
    margin-left: 5px;
}

/* ===================================================================
 * TEMPLATE - TPL_AJOUTOPTION
 * =================================================================*/
.TPL_AJOUTOPTION .step > h2 {
    background-color: #c9d004;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
    clear: both;
    display: table;
    font-size: 1.125em; /* 18px*/
    font-weight: 400;
    margin: 20px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-right: 75px;
}
.TPL_AJOUTOPTION .step > h2 span.label {
    padding: 20px;
    display: table-cell;
}
.TPL_AJOUTOPTION .step > .bloc {
    background-color: #fff;
    padding: 20px 8%;
    border: 2px solid #c7cf17;
    border-top: 0 none;
}
.TPL_AJOUTOPTION .step > h2 .picto.edit::after {
    background: #a2a70e url("images/commandeEdit.png") no-repeat scroll 50% 50%;
}
.TPL_AJOUTOPTION .step > h2 .picto:after {
    content: '';
    display: inline-block;
    font: normal normal normal 30px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 4px 4px 0;
    box-sizing: border-box;
    text-align: center;
    width: 65px;
    height: 100%;
}
.TPL_AJOUTOPTION .alert {
    color: #cb3232;
    font-weight: 600;
}
.TPL_AJOUTOPTION .entete > div:last-child { background-position: 98% 90%; padding: 20px 85px 20px 2.5%; border: 0 none; }
.TPL_AJOUTOPTION .loaderFO{
    z-index: 9999;
    background : url('images/loader_transparent.GIF') no-repeat;
    width:64px;
    height:64px;
    margin-right:20px;
    position:relative;
    float:right;
    margin-top:-15px;
    display:none;
}
.TPL_AJOUTOPTION  #formOption #searchOption select{
    width : 90%;
    position:relative;
    margin-bottom:15px;
}
.TPL_AJOUTOPTION .entete {
    margin-bottom: 20px;
    border-radius: 4px;
    display: table;
    width: 100%;
}
.TPL_AJOUTOPTION .entete > div {
    display: table-cell;
    vertical-align: top;
}
.TPL_AJOUTOPTION .entete img {
    border-radius: 4px 0 0 4px;
}
.TPL_AJOUTOPTION .entete > div:first-child   {
    border-radius: 4px 0 0 4px;
}
.TPL_AJOUTOPTION .entete > div:last-child {
    border: 0 none;
    border-left: 10px solid #c7cf17;
    background: #f2f2f2 url("images/logoInfoAsso.png") no-repeat scroll 98% 50%;
    padding: 20px 120px 20px 2.5%;
    border-radius: 0 4px 4px 0;
}
.TPL_AJOUTOPTION .entete h3 {
    color: #924B98;
}


/* ===================================================================
 * TEMPLATE - TPL_ENQUETE
 * =================================================================*/
.TPL_ENQUETE .enquete p label.questionLongue {
        font-size: 1.125em; /*18px*/
        font-weight: bold;
        margin-bottom: 5px;
        width: 100%;
    }

.TPL_ENQUETE .enquete span.info {
    display: block;
    margin-bottom: 10px;
}


/* ===================================================================
 * TEMPLATE - COOKIE_CNIL
 * =================================================================*/
#cookie_cnil {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    padding: 10px 20px;
    position: absolute;
    width: 100%;
    z-index: 1000;
    box-sizing: border-box;
}
#cookie_cnil img {
    position: absolute;
    right: 20px;
    top: 17px;
    cursor: pointer;
}
#cookie_cnil p {
    margin: 0;
}

/* ===================================================================
 * MEDIA QUERIES
 * =================================================================*/
/* Desktop */
@media screen and (max-width: 1220px) {
    .innerPage              { padding: 0 2.5%; }
    #barreHaut .innerPage   { padding-right: 0; }
    #bandeauHaut .innerPage { padding: 0; }
    #detailPanier span.togglePanier { top: 5px; right: 5px; }

    /* TEMPLATE - PROCESSUS DE COMMANDE */
    /* Choix des options  */
    #formOption .optionCarte .libelleOption     { width: 81%; }
    #formOption .optionCarte .prixOption        { border-right: 0 none; }
    #formOption .optionCarte .inputOption       { padding-bottom: 5px; position: static; text-align: right; }
}


/* Tablette */
@media screen and (max-width: 1024px) {

    /* Classes responsive */
    .clearTablette {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        clear: both !important;
    }
    .tabletteHide { display: none !important; }
    .tabletteShow { display: block !important; }

    /* tableaux responsive */
    .responsiveTable table { word-wrap: break-word; }
    .responsiveTable table thead { display: none; }
    .responsiveTable table tr { display: block; margin-bottom: 20px; border-bottom: 1px solid #9a9a9a; }
    .responsiveTable table td { border-bottom: 0 none; display: block; position: relative; }
    .responsiveTable table .toggle {
        background-color: #ededed;
        cursor: pointer;
        padding: 20px 50px 20px 2.5%;
        position: relative;
    }
    .responsiveTable table .toggle:after {
        content: "\f078";
        display: inline-block;
        font: normal normal normal 17px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #000;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .responsiveTable table td.toggle.on:after { content: "\f077"; }
    .responsiveTable table td .libTablette  { display: inline-block !important; margin-right: 5px; }


    /* Layout général */
    #contenu,
    .avecDeuxColonnes #contenu,
    .avecColonneGauche #contenu,
    .avecColonneDroite #contenu,
    #colonneDroite {
        padding-left: 0;
        padding-right: 0;
        margin: 0 0 20px;
    }
    .innerPage { position: relative; }


    /* BANDEAU HAUT */
    #bandeauHaut            { padding-bottom: 0; }
    #Accueil #bandeauHaut   { padding-bottom: 36px; }
    #bandeauHaut .innerPage,
    #bandeauHaut .innerPage > div           { display: block; }
    #bandeauHaut .innerPage > div > div     { float: left; display: block; }
    #bandeauHaut .innerPage > div > div#blocAuth {
        float: none;
        clear: both;
        width: 100%;
    }
    #bandeauHaut .titre         { margin-bottom: 15px; text-align: center; }
    #bandeauHaut .titre .logo   { font-size: 3.25em; /*52px*/ line-height: 62px; }
    #bandeauHaut .titre h2      { font-size: 0.75em; /*12px*/ }
    #bandeauHaut .logoSite      { width: 15%; }
    #btnMenuMobile,
    #bandeauHaut .logoSite {
        float: left;
        height: 75px;
        line-height: 75px;
    }
    #btnMenuMobile              { text-align: center; width: 9%; }
    #bandeauHaut .logoSite img,
    #btnMenuMobile img          { vertical-align: bottom; }
    #btnMenuMobile img          { cursor: pointer; }
    #bandeauHaut .logoSite img  { height: 70px; }

    #blocAuth div[data-bloc='blocAuth'] { width: 100%; display: table; width: 100%; }

    /* Login */
    #blocAuth .login                    { width: 66%; display: table-cell; vertical-align: middle; cursor: pointer; }
    #blocAuth .login .adherent::before {
        content: "\f085";
        display: inline-block;
        font: normal normal normal 25px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #000;
        position: absolute;
        left: 10px;
    }
    #blocAuth .login.open .adherent::before { color: #771e7e; }
    #blocAuth .login.open .adherent { color: #771e7e; }
    #blocAuth .login.open { background: #f1f1f1; }
    #blocAuth .login .adherent {  background: none; padding: 0 0 0 45px; position: relative; }
    #blocAuth .login .accesCompte { padding: 0 0 0 45px; }

    /* Panier */
    #blocAuth #panier                   { width: 34%; display: table-cell; vertical-align: middle; }
    #blocAuth #panier a.togglePanier    { border-radius: 0; }


    /* BANDEAU BAS */
    #bandeauBas .logo       { text-align: center; }
    #bandeauBas .logo,
    #bandeauBas .partage    { width: 46.5%; margin-right: 7%; }
    #bandeauBas .faq,
    #bandeauBas .paiement   { width: 46.5%; margin-right: 0; }
    #bandeauBas .logo,
    #bandeauBas .faq        { margin-bottom: 15px; }
    #bandeauBas .partage li { width: 48%; float: left; }
    #bandeauBas .partage li:nth-child(even) { float: right; }

    #bandeauBas .piedPage           { padding: 8px 4%; }
    #bandeauBas .piedPage ul        { text-align: center;  margin-bottom: 10px; }
    #bandeauBas .piedPage ul li a   { font-size: 0.9375em; /*15px*/ }
    #bandeauBas .piedPage h2        { text-align: center; }


    /* MENU */
    #menu {
        background-color: #ffffff;
        border: 5px solid #2c3e50;
        position: absolute;
        top: 23px;
        z-index: 10;
        padding: 0;
        box-sizing: border-box;
        width: 100%;
        display: none;
    }
    #menu .innerPage { padding: 15px 2.5%; }
    #closeMenu{
        height: 28px;
        width: 28px;
        cursor: pointer;
        left: 3.5%;
        position: absolute;
        top: 40px;
    }
    #closeMenu:after {
        content: "\f00d";
        display: inline-block;
        font: normal normal normal 36px/18px FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #2c3e50;
        vertical-align: middle;
    }

    #rechercheAvance    { display: block; float: right; width: 92%; margin: 0 0 20px; }
    #champRecherche     { position: static; padding: 12px; overflow: hidden; }
    #searchString       { float: none; width: 87%; font-size: 1.875em; /*30px*/ margin-top: 0; height: 56px; }
    #searchSubmit       { padding: 15px 20px; }

    .menuNiv1                   { clear: both; border: 0 none; }
    .menuNiv1 > li              { margin-bottom: 10px; }
    .menuNiv1 > li > a          { font-size: 1.375em; /*22px*/ padding: 0; line-height: normal; position: relative; vertical-align: middle; }
    .menuNiv1 li.accueil        { width: auto; }
    .menuNiv1 li.accueil a > span,
    .menuNiv1 li.accueil:hover a > span,
    .menuNiv1 li.accueil.selected a > span { background: none; }
    .menuNiv1 > li .depli       {
        cursor: pointer;
        display: inline-block;
        height: 30px;
        text-align: center;
        vertical-align: middle;
        width: 30px;
    }
    .menuNiv1 > li .depli:before  {
        content: "\f078";
        display: inline-block;
        font: normal normal normal 17px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #000;
        vertical-align: middle;
    }
    .menuNiv1 > li.parent.open > .depli:before   { content: "\f077"; }
    .menuNiv1 > li:hover,
    .menuNiv1 > li.selected     { background-color: inherit; }
    .menuNiv1 > li:hover > a,
    .menuNiv1 > li.selected > a { color: inherit; }

    .sousMenu                   { position: static; border: 0 none; padding: 15px 0 0; }
    .sousMenu ul li             { margin: 0 6% 1em 0; width: 46%; background-color: #efefef !important; border-radius: 4px; }
    .sousMenu ul li:nth-child(4n+1) { clear: none; }
    .sousMenu ul li:nth-child(even) { margin: 0 0 1em; }
    .sousMenu ul li a {
        padding: 0 12% 0 10px;
        display: block;
        background: url(images/arrowNiv2Mobile.png) no-repeat 96% 50%;
        line-height: 65px;
        min-height: 65px;
    }
    .sousMenu ul li:last-child { margin-bottom: 0; }
    .sousMenu .listeCartes li {
        background-size: 40px auto !important;
        background-position: 15px 50% !important;
    }
    .sousMenu .listeCartes li a {
        min-height: 65px;
        line-height: 65px;
    }
    .sousMenu .listeCartes li a span { box-sizing: border-box; width: 100%; padding-left: 65px; }


    /* CONTENU */
    .paragraphe { margin: 0 0 1.5em; }
    .paragraphe td,
    .paragraphe th { padding: 10px 2.5%; }


    /* TEMPLATE - PLAN DU SITE */
    .tpl_plansite ul li li { width: 45%; margin: 0 10% 10px 0; }
    .tpl_plansite ul li li:nth-child(3n) { margin: 0 10% 10px 0; }
    .tpl_plansite ul li li:nth-child(even) { margin: 0 0 10px; }


    /* TEMPLATE - SOMMAIRE DE PAGE */
    .tpl_sommairePage { background-position: 36px 50%; padding: 0 0 0 86px; }


    /* TEMPLATE - ACTUALITE ACCUEIL */
    .TPL_ACTUALITEACCUEIL                   { width: 48%; }
    .TPL_ACTUALITEACCUEIL .item .image      { overflow: hidden; width: 125px; }
    .TPL_ACTUALITEACCUEIL .image img        { max-width: inherit; }


    /* TEMPLATE - TPL_WEBOVIDEO */
    .TPL_WEBOVIDEO                      { position: relative; }
    .TPL_WEBOVIDEO li                   { width: 48%; float: left; }
    .TPL_WEBOVIDEO li:nth-child(even)   { float: right; }
    .TPL_WEBOVIDEO li:nth-child(3)      { margin: 0 }
    .TPL_WEBOVIDEO .boutonToutes {
        bottom: 0;
        position: absolute;
        right: 0;
        width: 48%;
        height: 48%;
        padding: 10% 0;
        box-sizing: border-box;
    }

    /* TEMPLATE - PROCESSUS DE COMMANDE */

    /* Liste des associations */
    .TPL_ADHCOMMANDE .ongletAsso            { font-size: 0.875em; /*14px*/ }
    .TPL_ADHCOMMANDE #blocAssoSearchLabel   { margin-bottom: 10px; }
    .TPL_ADHCOMMANDE #tabListeAssos #listeInner .pictoReciprocite   { width: 30px; }
    .TPL_ADHCOMMANDE .openmodalbox                                  { position: absolute; right: 10px; top: 10px; }
    .TPL_ADHCOMMANDE #tabListeAssos #listeInner td.adhesion         { text-align: left; }

    /* Steps */
    .TPL_ADHCOMMANDE .step > .bloc                  { padding: 10px; }

    /* Choix de la carte */
    .TPL_ADHCOMMANDE #tabListeCartes .visuel { width: 20%; }
    .TPL_ADHCOMMANDE #tabListeCartes .description h3 { font-size: 1.3125em; /*21px*/ }


    /* TEMPLATE TPL_PANIER */
    .TPL_PANIER #panierForm label           { font-size: 0.9375em; /*15px*/ }
    .TPL_PANIER .indexCarte h3              { margin: 0 150px 1em 0; padding-right: 20px; border-right: 1px solid #9a9a9a; }
    .TPL_PANIER .indexCarte > .inner > div  { position: relative; }
    .TPL_PANIER .infosCarte .validite       { width: 100%; }
    .TPL_PANIER .suppression                { min-width: 151px; text-align: left; padding-left: 30px; }
    .TPL_PANIER .infosCarte .prix {
        position: absolute;
        top: 20px;
        right: 1.5%;
        min-width: 150px;
        text-align: left;
        padding-left: 30px;
        border: 0 none;
    }
    .TPL_PANIER .infoAdherent .blocInfoTxt .valeur { display: block; }
    .TPL_PANIER .optionSeul .inner > div:not([class*="option"]) h3              { border: 0 none; }

    /* TEMPLATE TPL_PANIERRECAPITULATIF */
    .TPL_PANIERRECAPITULATIF .indexCarte h3 {
        border-right: 0;
    }
    .TPL_PANIER .infosCarte .prix {
        right: 1.5%;
        text-align: right;
    }
    .TPL_PANIERRECAPITULATIF .blocTotal {
        width: 100%;
    }
    .TPL_PANIERRECAPITULATIF .total > div:first-child,
    .TPL_PANIERRECAPITULATIF .livraison > div:first-child {
        width: 70%;
        text-align: right;
    }
    .paragraphe .tableWrapper .echeancier {
        width: 500px;
    }

    /* TEMPLATE COMPTE */

    .TPL_ADHAUTHENTIFICATION .recuperation .details {  width: 65%;}
    /* Navigation - mon compte */
    .navigationHaut.monCompte::after { content: ""; border: 0 }
    .navigationHaut.monCompte { display: none; }
    .navigationHaut.monCompte.open {
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        z-index: 200;
    }

    /* version tablette/mobile */
    #monCompteNavTablette { width: 50%; }
    #Accueil #monCompteNavTablette .navigationHaut.monCompte { top: -36px; }
    #containerPhotoConsultation .blocFirst,
    #containerPhotoConsultation .blocSecond { text-align: left; }

    .TPL_ADHCOMPTECREATION .creationCompte input#CAP_REPONSE,
    #tpl_adhCompteCreation .creationCompte input#CAP_REPONSE { width: 66%; }

    /* TEMPLATE - COMPTE COMMANDE */
    .TPL_ADHCOMPTECOMMANDE table.liste tbody .nbProduit,
    .TPL_ADHCOMPTECOMMANDE table.liste tbody .montant { text-align: left; }

    /* ANNUAIRE - RECHERCHE */
    .TPL_ANNUAIRERECHERCHE .tpl_formulaire input[type="text"],
    .TPL_ANNUAIRERECHERCHE .tpl_formulaire select               { width: 54%; }
    .TPL_ANNUAIRERECHERCHE #annuaireRechercheContent li         { width: 48%; margin: 0 4% 20px 0; }
    .TPL_ANNUAIRERECHERCHE #annuaireRechercheContent li:nth-child(3n)       { margin: 0 4% 20px 0; }
    .TPL_ANNUAIRERECHERCHE #annuaireRechercheContent li:nth-child(3n+1)     { clear: none; }
    .TPL_ANNUAIRERECHERCHE #annuaireRechercheContent li:nth-child(even)     { margin: 0 0 20px 0; }
    .TPL_ANNUAIRERECHERCHE #annuaireRechercheContent li:nth-child(2n+1)     { clear: both; }
    .TPL_ANNUAIRERECHERCHE .tpl_formulaire label                            { width: 18%; }

    /* LISTE DES CARTES */
    .TPL_PRODUITTYPELISTE li .action { width: 100%; text-align: center; margin: 10px 0 0; }
    .TPL_PRODUITTYPELISTE li .centrale { width: 70%; }
}


/* Mobile - Panier */
@media screen and (max-width: 385px) {
    #detailPanier           { min-width: inherit; width: 100%; top: 120px; }
    #blocAuth #panier       { position: static; }
    #detailPanier .center   { width: 71%; }
}


/* Mobile */
@media screen and (max-width: 650px) {

    /* Classes responsive */
    .clearMobile {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        clear: both !important;
    }
    .mobileHide { display: none !important; }
    .mobileShow { display: block !important; }


    /* BANDEAU HAUT */
    #Accueil #bandeauHaut           { padding-bottom: 15px; }
    #bandeauHaut .innerPage > div   { padding-top: 5px; }
    #bandeauHaut .titre .logo       { font-size: 1.375em; /*22px*/ line-height: normal; }
    #bandeauHaut .titre h2          { font-size: 0.3125em; /*5px*/ }
    #bandeauHaut .logoSite          { width: 12%; }
    #btnMenuMobile                  { width: 17%; }
    #btnMenuMobile,
    #bandeauHaut .logoSite          { height: 35px; line-height: 35px; }


    /* BANDEAU BAS */
    #bandeauBas .bloc h2    { margin: 0 0 0.5em; }
    #bandeauBas .paiement p { text-align: center; }
    .piedPage ul li         { display: block; margin-bottom: 10px; }
    .piedPage ul li:after   { content: ''; }


    /* MENU */
    #closeMenu          { position: static; display: inline-block; }
    #rechercheAvance    { margin: 20px 0; }
    #searchString       { font-size: 1.125em; /*18px*/ height: 42px; width: 78%; }
    #searchSubmit       { padding: 8px 15px; }

    .menuNiv1           {}


    /* STYLE DE PARAGRAPHE */
    .PRS_WIDTH_50G,
    .PRS_WIDTH_50D {
        clear: both;
        float: none;
        width: 100%;
    }
    .paragraphe form label,
    .paragraphe input:not([class*="submit"]),
    .paragraphe textarea,
    .paragraphe select { width: 100%; }
    .paragraphe form label { margin: 0 0 5px; }
    fieldset.groupeQuestion,
    div.groupeQuestion { padding: 0; }


    /* TEMPLATE - SOMMAIRE DE PAGE */
    .tpl_sommairePage       { background-position: 0 0; padding: 30px 0 0; }
    .tpl_sommairePage ul li { padding: 0 0 0 10px; }

    /* TEMPLATE - ACTUALITE LISTE */
    .TPL_ACTUALITELISTE #listeActualite .image              { float: none; margin-right: 0; width: auto; }
    .TPL_ACTUALITELISTE #actuListContent .actufiltre        { text-align: center; }
    .TPL_ACTUALITELISTE #actuListContent .actufiltre .lienFiltre:first-child { margin-bottom: 10px; }
    .TPL_ACTUALITELISTE #actuListContent li                 { width: 48%; margin: 0 4% 15px 0; }
    .TPL_ACTUALITELISTE #actuListContent li:nth-child(3n)   { margin-right: 4%; }
    .TPL_ACTUALITELISTE #actuListContent li:nth-child(3n+1) { clear: none; }
    .TPL_ACTUALITELISTE #actuListContent li:nth-child(even) { margin-right: 0; }
    .TPL_ACTUALITELISTE #actuListContent li:nth-child(2n+1) { clear: both; }


    /* TEMPLATE - TPL_WEBOVIDEO */
    .TPL_WEBOVIDEO li:nth-child(3)  { margin: 0 0 12px }
    .TPL_WEBOVIDEO .boutonToutes    { position: static; width: 100%; height: auto; padding: 0; }


    /* TEMPLATE - .TPL_FAQLISTE */
    .TPL_FAQLISTE .recherche p:not([class="action"]),
    .TPL_FAQLISTE .recherche #MOT_CLEF,
    .TPL_FAQLISTE .recherche label                      { width: 100%; }
    .TPL_FAQLISTE .recherche label                      { display: block; }
    .TPL_FAQLISTE .recherche p.action,
    .TPL_FAQLISTE .recherche p:not([class="action"])    { float: none; }


    /* TEMPLATE - TPL_COMMANDERECAP */
    .TPL_COMMANDERECAP .infoAsso                { background-position: 98% 90%; padding: 20px 85px 20px 2.5%;  }
    .TPL_COMMANDERECAP .recapCarte              { padding: 20px 2.5%; }
    .TPL_COMMANDERECAP .recapCarte .tarifCarte  { display: block; }
    .TPL_COMMANDERECAP .recapCarte .left        { display: block; padding: 0; border: 0 none; width: auto; margin-bottom: 10px; }
    .TPL_COMMANDERECAP .recapCarte .recapTarif  { display: block; text-align: left; }
    .TPL_COMMANDERECAP .recapCarte .actions .msg{ padding: 0; }
    .TPL_COMMANDERECAP .totaux > div            { display: block; }
    .TPL_COMMANDERECAP .totaux > div:first-child{ width: auto; }
    .TPL_COMMANDERECAP .total > div:last-child  { margin-top: 5px; }


    /* TEMPLATE - TPL_PANIER */
    .TPL_PANIER .enteteCommande > div:last-child { background-position: 98% 90%; padding: 20px 85px 20px 2.5%; border: 0 none; }


    /* TEMPLATE - PROCESSUS DE COMMANDE */

    /* Entete du tunnel de commande*/
    .TPL_ADHCOMMANDE .enteteCommande > div:last-child               { padding: 10px 2%; border: 2px solid #c7cf17; border-radius: 4px; }

    /* Steps */
    .TPL_ADHCOMMANDE .step > h2                                     { font-size: 1em; /*16px*/ }
    .TPL_ADHCOMMANDE .step h2 span.modifier                         { position: absolute; bottom: 10px; right: 0; }
    .TPL_ADHCOMMANDE .step:not([class*="current"]) > h2 span.label  { padding-bottom: 40px; }

    /* Liste des associations */
    .TPL_ADHCOMMANDE .ongletAsso                        { margin-bottom: 10px; padding: 15px; }
    .PRS_COLONNEDROITE.legende                          { padding: 15px 2.5%; }
    .PRS_COLONNEDROITE.legende > div                    { margin-bottom: 20px; }
    .PRS_COLONNEDROITE.legende > div:last-child         { margin-bottom: 0; }
    .TPL_ADHCOMMANDE #tabListeAssos #listeInner .infos  { padding: 10px 40px 10px 2.5%; }

    /* Choix de la carte */
    .TPL_ADHCOMMANDE #tabListeCartes form                    { position: relative; }
    .TPL_ADHCOMMANDE #tabListeCartes .visuel                 { float: none; }
    .TPL_ADHCOMMANDE #tabListeCartes .description            { position: static; }
    .TPL_ADHCOMMANDE #tabListeCartes .boutons                { text-align: center; }
    .TPL_ADHCOMMANDE #tabListeCartes .boutons label          { width: 65%; }
    .TPL_ADHCOMMANDE #tabListeCartes .boutons span.submit    { display: block; margin: 10px 0; }

    /* Choix des options  */
    #formOption .optionCarte label                      { min-height: inherit; line-height: normal; padding: 30px 10px 0; }
    #formOption .optionCarte .prixOption                { border: 0 none; padding: 5px 0; display: block; text-align: left; }
    #formOption .optionCarte .libelleOption             { width: 100%; padding: 0; }
    #formOption .optionCarte.sameAsso .libelleOption    { padding: 0;  }
    #formOption .optionCarte.sameAsso label             { padding-left: 40px; padding: 30px 10px 0 50px; }
    #formOption .optionCarte .plusOption                { position: absolute; right: 10px; top: 10px; }
    #formOption .optionCarte .descOption,
    #formOption .optionCarte.sameAsso .descOption       { padding: 0; }


    /* TEMPLATE TPL_PANIER */
    .TPL_PANIER .indexCarte                         { margin-bottom: 10px; }
    .TPL_PANIER .indexCarte > .inner > div          { padding: 20px 2.5%; }
    .TPL_PANIER .indexCarte h3                      { border: 0 none; margin: 0 0 0.5em; padding: 0; }
    .TPL_PANIER .infosCarte                         { position: relative; padding-top: 45px; }
    .TPL_PANIER .infosCarte > div                   { display: block; padding: 0; }
    .TPL_PANIER .infosCarte .validite               { width: auto; padding: 0; margin-bottom: 10px; }
    .TPL_PANIER .ajoutOption                        { float: none; padding: 0; display: table; margin: 10px 0 0; }
    .TPL_PANIER .optionSeul.indexCarte .ajoutOption { margin: 10px 0 0; }
    .TPL_PANIER .validite input[type="text"] + .ajoutOption { padding: 0; }
    .TPL_PANIER .infosCarte .prix                   { margin: 0; padding: 0; left: 0; top: 0; bottom: auto; right: auto; }
    .TPL_PANIER .suppression                        { padding: 0; border: 0 none; margin-bottom: 10px; }
    .TPL_PANIER .indexCarte .proprietaire .titulaire { padding-left: 14%; }
    .TPL_PANIER .indexCarte .proprietaire .infoAdherentLigne { padding: 0; }
    .TPL_PANIER .indexCarte .proprietaire .infoAdherentLigne select { float: none; width: 240px; margin: 0 0 20px 14%; }
    .TPL_PANIER .indexCarte .proprietaire .infoAdherent { padding: 0; }
    .TPL_PANIER .indexCarte .proprietaire .infoAdherent .blocInfo { float: none; margin: 0 0 10px; text-align: left; }
    .TPL_PANIER .indexCarte .ligne_cpma > div       { display: block; }
    .TPL_PANIER .indexCarte .ligne_cpma > div:first-child { padding: 0; width: auto; margin-bottom: 10px; }
    .TPL_PANIER .optionSeul .inner > div:not([class*="option"])  .infosCarte    { padding-top: 0; }
    .TPL_PANIER #panierForm .livraison > div,
    .TPL_PANIER #panierForm .total > div            { display: block; }
    .TPL_PANIER #panierForm .livraison label[for="LIVRAISON"],
    .TPL_PANIER #panierForm .action label[for="condition"]   { width: 92%; margin: 0; vertical-align: top; }
    .TPL_PANIER #panierForm .action                 { text-align: left; }
    .TPL_PANIER #panierForm .action > span          { text-align: center; display: block; margin: 20px 0 0; }
    .TPL_PANIER #panierForm .total,
    .TPL_PANIER #panierForm .livraison              { margin-bottom: 10px; }

    /* TEMPLATE TPL_PANIERRECAPITULATIF */
    .TPL_PANIERRECAPITULATIF .paiementWrapper .blocPaiement {
        width: 100%;
        float: none;
    }
    .TPL_PANIERRECAPITULATIF .paiementWrapper .blocPaiement + .blocPaiement {
        float: none;
        margin-top: 20px;
    }
    .paragraphe.TPL_PANIERRECAPITULATIF .blocPaiement input[type="checkbox"] {
        width: auto;
    }
    .TPL_PANIERRECAPITULATIF .total > div:first-child,
    .TPL_PANIERRECAPITULATIF .livraison > div:first-child {
        width: 50%;
        text-align: left;
    }
    .TPL_PANIERRECAPITULATIF .livraison > div:first-child h3,
    .TPL_PANIERRECAPITULATIF .livraison > div:last-child {
        font-size: 1em;
    }
    .TPL_PANIERRECAPITULATIF .infosCarte .prix {
        text-align: left;
    }
    .TPL_PANIER .indexCarte .proprietaire {
        background: none;
    }
    .TPL_PANIERRECAPITULATIF .blocTotal,
    .TPL_PANIERRECAPITULATIF .paiementWrapper .blocPaiement {
        padding: 20px;
    }
    .TPL_PANIERRECAPITULATIF .indexCarte {
        margin-bottom: 20px;
    }

    /* TEMPLATE TPL_AJOUTOPTION */
    .TPL_AJOUTOPTION .step > h2 { font-size: 1em; }
    .TPL_AJOUTOPTION .step > .bloc { padding: 10px; }


    /* TEMPLATE COMPTE */
    .TPL_ADHAUTHENTIFICATION .recuperation .details { margin: 0 0 1em; }
    .TPL_ADHAUTHENTIFICATION .recupCompte { text-align: center; }
    .TPL_ADHAUTHENTIFICATION .connexion .action,
    .TPL_ADHAUTHENTIFICATION .action,
    .TPL_ADHCOMPTEACCUEIL .action { text-align: center; }
    .TPL_ADHAUTHENTIFICATION .connexion .submit { width: auto; margin: 0; }
    .blocIdentification { margin-bottom: 0; }
    .blocIdentification .boutonnoir,
    .blocIdentification .boutonviolet { margin: 0 0 10px; }
    .blocIdentification .blocFirst .pictureAdh { margin: 0 20px 20px 0; width: 75px; }
    .blocIdentification .blocFirst .photo { text-align: center; }
    .blocIdentification .blocFirst h2 span { display: block; overflow: hidden; }
    .blocIdentification .alerte {  width: auto;  display: block;  }
    .blocIdentification .tpl_formulaire .champRead { width: 100%;}
    .blocIdentification .tpl_formulaire .champRead.dob { width: auto; }
    .blocIdentification .tpl_formulaire input[type="text"],
    .blocIdentification .tpl_formulaire input[type="password"],
    .blocIdentification .tpl_formulaire textarea,
    .blocIdentification .tpl_formulaire select{ width: 100%;}

    .navigationHaut.monCompte.open { width: 100%; }
    #monCompteNavTablette { width: 100%; }
    #Accueil #monCompteNavTablette .navigationHaut.monCompte { top: -15px; }

    .TPL_ADHCOMPTECREATION .creationCompte input[type="text"],
    .TPL_ADHCOMPTECREATION .creationCompte input[type="password"],
    .TPL_ADHCOMPTECREATION .creationCompte textarea,
    .TPL_ADHCOMPTECREATION .creationCompte select,
    #tpl_adhCompteCreation .creationCompte input[type="text"],
    #tpl_adhCompteCreation .creationCompte input[type="password"],
    #tpl_adhCompteCreation .creationCompte textarea,
    #tpl_adhCompteCreation .creationCompte select,
    .TPL_ADHCOMPTECREATION .creationCompte input#CAP_REPONSE,
    #tpl_adhCompteCreation .creationCompte input#CAP_REPONSE,
    .TPL_COMPTETRANSFORMATION input[type="text"],
    .TPL_COMPTETRANSFORMATION input[type="password"],
    .TPL_COMPTETRANSFORMATION textarea,
    .TPL_COMPTETRANSFORMATION select{ width: 100%;}

    .TPL_ADHAUTHENTIFICATION .connexion .lienMDP a {
        text-align: center;
        display: inline-block;
        margin: 10px 0 0;
    }

    .TPL_ADHAUTHENTIFICATION .inscription .lienCreation,
    .TPL_ADHCOMPTECREATION .recupCompte,
    #tpl_adhCompteCreation .recupCompte,
    .TPL_ADHAUTHENTIFICATION .recupCompte a.submit {
        box-sizing: border-box;
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        width: auto;
    }
    .TPL_ADHCOMPTECREATION fieldset, #tpl_adhCompteCreation fieldset  { padding: 0; }

    .TPL_ADHCOMPTE .champObligatoire { text-align: center; }
    .TPL_ADHCOMPTE .modificationCompte .action { text-align: center; }
    .TPL_ADHCOMPTERATTACHE .blocFirst .action { text-align: center; }
    .TPL_ADHCOMPTECOMMANDE .action,
    .TPL_ADHCOMPTECARTE .action { text-align: center; }
    .TPL_ADHCOMPTECARTE .acrobat .details { width: 100%; }

    /* TEMPLATE JEU CONCOURS */
    .TPL_JEUCONCOURS .conditions {  display: block;  text-align: center;  }


    /* ANNUAIRE - RECHERCHE */
    .TPL_ANNUAIRERECHERCHE .tpl_formulaire input[type="text"],
    .TPL_ANNUAIRERECHERCHE .tpl_formulaire select,
    .TPL_ANNUAIRERECHERCHE .tpl_formulaire label{ width: 100%;}
    .TPL_ANNUAIRERECHERCHE span.checkBoxEnLigne { display: block;}
    .TPL_ANNUAIRERECHERCHE span.checkBoxEnLigne label{ width: auto; }
    .TPL_ANNUAIRERECHERCHE #annuaireRechercheContent h2.annuaireLetter { margin: 2em 0 1em;}
    .TPL_ANNUAIRERECHERCHE .federation .image { margin: 0 30px 30px 0; }
    .TPL_ANNUAIRERECHERCHE .AssoChoix span.submit { display: block; margin: 20px auto 0; width: 50%; }
    .TPL_ANNUAIRERECHERCHE #annuaireRechercheContent li { min-height: inherit; padding: 20px; }
    .TPL_ANNUAIRERECHERCHE .descriptionAnnuaire .choixCarte { position: static; }


    /* LISTE DES CARTES */
    .TPL_PRODUITTYPELISTE li .image {  width: 100%;  text-align: center;  }
    .TPL_PRODUITTYPELISTE li .centrale { width: 100%; }


    /* TEMPLATE - INFORMATION DEPARTEMENTALE */
    .TPL_INFORMATIONDEPARTEMENTALE .logodpt     { float: none; margin: 0 0 10px; }
    .TPL_INFORMATIONDEPARTEMENTALE .adresseWeb,
    .TPL_INFORMATIONDEPARTEMENTALE .downloads   { width: 100%; margin: 0 0 10px; }
}


/* Mobile - Liste actualités */
@media screen and (max-width: 480px) {

    .TPL_ACTUALITELISTE #actuListContent li {
        width: 100%;
        margin: 0 0 15px !important;
        float: none;
        clear: both;
    }

}

/* ColorBox */
#colorbox #cboxClose { top: 0; right: 0; }
#colorbox div.alerte::before{
    background: #969696 url(images/pictoWarning.png) no-repeat center center;
    border-radius: 4px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 45px;
}

#colorbox div.alerte div{
    margin-left: 50px;
    padding-top: 10px;
}

#colorbox div.alerte div h2{
    color: #771e7e;
    font-weight: bold;
    margin-left: 10px;
}

#colorbox span.alerte {
    color: #cb3232;
    font-weight: 600;
}
