/**********************************************************************************************************************/
/**********************************************        GLOBAL         *************************************************/
/**********************************************************************************************************************/
:root {
    --url-image: '../../../../../medias/images/fmc/';
    --color-blue: #4d4d4d;
    --color-white: #ffffff;
    --color-vert: #97b740;
    --bg-generic: #97b740;
    --color-green: #4c7166;
    --color-darkblue: #335a90;
    --color-main-v1:#97b740;
    --color-sub-v1:#335a90;

    /* BTN NEW GREEN */
    --btn-news-text: var(--color-white);
    --btn-news-icon: var(--color-green);
    --btn-news-border: var(--color-white);
    --btn-news-bg: var(--color-green);
    /* BTN NEWS GREEN HOVER */
    --btn-news-text-hover: var(--color-green);
    --btn-news-icon-hover: var(--color-white);
    --btn-news-border-hover: var(--color-green);
    --btn-news-bg-hover: var(--color-white);
}
html, body, div, span, applet, object, iframe,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
}
body {
    height: 100vh !important;
    color: var(--color-blue)  !important;
    background-color: var(--color-white) !important;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
}
a {
    text-decoration: underline;
    color: var(--color-vert) !important;
}
a:hover {
    text-decoration: none;
    color: var(--color-vert);
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 18px!important;
    font-weight: bold!important;;
}
#headerShopMenu>h3,#headerShop>h3,#headerSelection>h3,#headerCart>h3,#headerNews>h3,#headerPartner>h3,#headerAccount>h3,#headerContact>h3,#headerResult>h3,#headerSupport>h3{color:var(--color-main-v1)!important;text-align:center;margin-top:1.5rem;padding-bottom:.25rem;}
/**********************************************************************************************************************/
/********************************************       CUSTOM CLASS       ************************************************/
/**********************************************************************************************************************/
.aligndroite {
    text-align: right;
}

.aligncentre {
    text-align: center;
}

.aligngauche {
    text-align: left;
}

.btn:not(.color-sub-title):not(:hover){
    /*background-color: var(--color-vert) !important;*/
    color: #ffffff !important;
}
.block{
    display: inline;
}
.none {
    display: none;
}
#headerAddress .text-light{
    color: var(--color-vert)!important;
}
#commande-adresse h6{
    font-size: 0.9rem;
}
/*.navbar-logo {*/
/*    margin-top: -40px;*/
/*}*/
.rouge {
    color: var(--color-vert);
}
/* ==[ERROR]== */
.error {
    border: none;
    color: white;
    font-size: 16px;
    margin-bottom: 0;
}
.error {
    color:red;
    font-size: 25px;
    text-align: center;
}
.errors {
    margin-bottom: 0 !important;
}
.errors li {
    color: red !important;
}
.valid {
    color:green;
    font-size: 25px;
    text-align: center;
}
/* ==[ALERT]== */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
/* ==[VALIDATED]== */
.signup-validated {
    color: #ee2c91;
}
/* ==[BUTTON]== */
.btn-fmc {
    width: 100px !important;
    margin-top: 5px;
    padding: 3px 10px !important;
    color: var(--color-white) !important;
    background-color: var(--color-vert) !important;
    border: 0 !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
}
.bt,
.jqbutton {
    background-color: var(--color-vert);
    border: 0;
    padding: 3px 10px;
    width: 100px;
    margin-top: 5px;
    color: var(--color-white);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.jqbutton {
    width: auto;
}
/* ==[INFO]== */
.infoParticipant {
    font-size: 18px;
    margin-top: 20px;
    line-height: 24px;
}

.infoParticipant span {
    font-weight: bold;
    font-size: 24px;
}
.edito{
    font-family: 'Caveat', cursive;
    font-size: 24px;
    line-height: 30px;
    color: #949494;
}
.lfProduct {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.managersOnly {
    display: block;
}
.managersOnly{
    display: none;
}
.pasPourlesConseillers {
    display: block;
}
/**********************************************************************************************************************/
/**********************************************        HEADER         *************************************************/
/**********************************************************************************************************************/
header {
    height: 65px;
    padding: 0 20px 0 20px;
    color: var(--color-vert);
    font-size: 12px;
    text-align: right;
}
header a,
header a:hover {
    text-decoration: none;
}
header #headerMenu1 a,
header #headerMenu2 a {
    margin-right: 15px;
    line-height: 20px;
}
header #headerMenu1 a img,
header #headerMenu2 a img {
    height: 16px;
    border: 0;
    margin-right: 5px;
}
header #mobileMenu {
    display: none;
}

header #mobileMenu {
    width: 100% !important;
    margin-left: -20px;
    overflow: hidden;
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px solid #72839f;
    position: absolute;
    top: 80px;
    text-align: left;
    z-index: 1100;
}
#menu {
    width: 270px;
    height: 335px;
    background-image: url('../../../../../medias/images/fmc/fond_blanc_80.png');
    background-repeat: no-repeat;
    float: right;
    position: absolute;
    left: -20px;
    font-size: 18px;
    line-height: 18px;
    padding-top: 25px;
}
#menu #btCatalogue {
    width: 210px;
    margin-left: 45px;
    font-size: 30px;
    line-height: 30px;
}
#menu a {
    display: block;
    width: 210px;
    margin-left: 45px;
    color: var(--color-white);
}
#menu a:hover {
    width: 210px;
    background-image: url('../../../../../medias/images/fmc/fleche_noire.png');
    background-repeat: no-repeat;
    text-decoration: none;
    color: var(--color-blue);
}
#headerMenu1 {
    margin: 35px auto 0 auto;
}
#headerMenu1 a{
    color: var(--color-vert) !important;
}

#headerMenu1 a:hover{
    text-decoration: underline !important;
}

#headerMenu1 span{
    margin: 0 0 15px 0;
}

#headerMenu2 {
    z-index: 200;
    position: relative;
    text-align: left;
    margin: 30px auto 10px auto;
    background-color: #ecf0f1;
    padding: 10px;
}
#headerMenu2 a{
    text-decoration: none;
    color: #000000 !important;
}
#headerMenu2 a:hover{
    text-decoration: underline;
}

#headerMenu1 a{
    text-decoration: none;
}

#modifMotdepasse a, #rgpdlien a{
    color: var(--color-vert) !important;
}
/**********************************************************************************************************************/
/**********************************************        FOOTER         *************************************************/
/**********************************************************************************************************************/
#footer {
    height: 50px;
    background-color: #9d9c9c;
    color: #ffffff;
    padding: 15px;
}
#footer p{
    float: left;
}
#footer a{
    color: #ffffff !important;
}
#footer a:hover{
    text-decoration: underline;
}
#liens{
    float: left;
    margin-left: 30%;
}
#copyright{
    /*float: right;*/
}
/**********************************************************************************************************************/
/**********************************************       CONTENT         *************************************************/
/**********************************************************************************************************************/
#contenu {
  /*  margin: 20px auto;*/
    z-index: 200;
    margin-top: 7px;
}
#contenuPage {
    min-height: 615px;
}
/*#logoChallenge{*/
/*    padding-right: 25px;*/
/*}*/
/*#logoChallenge img {*/
/*    width: 40%;*/
/*    float: left;*/
/*}*/
/**********************************************************************************************************************/
/*********************************************       LOGIN PAGE         ***********************************************/
/**********************************************************************************************************************/

#page_login #entete{
    background-color: #ecf0f1;
}

#page_login #bannerLeft img {
    margin-top: 50px;
}

#page_login #bannerLeft{
    padding-right: 40px;
}

#textintro{
    font-size: 36px;
    font-weight: bold;
    color: #97b740;
}
#loginForm label,
#loginReset label {
    width: 25% !important;
    margin: auto 0;
    flex-shrink: 0;
}
#loginForm input,
#loginReset input {
    width: 100%;
}
#loginForm a {
    text-decoration: none !important;
}
#loginForm a strong {
    text-decoration:underline !important;
}
#contactLogin {
    margin-top: 50px;
}
#contactLogin img{
    width: auto;
}
#contenuLogin {
    background: url('../../../../../medias/images/fmc/photo_login.jpg') center center no-repeat;
    background-size: cover;
}
#passbox {
    color: var(--color-blue);
    text-align: left;
    font-size: 12px;
    font-weight: normal;
}
#passbox h3,
#msgpass {
    margin-top: 10px;
}
#renewpass-link{
    margin-left: 27%;
}
/*
LAYOUT
*/

#hautdepage{
    position: fixed;
    right: 0;
    top: 65%;
    background-color: #eae8e6;
    padding: 5px;
}

/*#blocBonjour{*/
/*    height: 40px;*/
/*    text-align: right;*/
/*}*/

#client-index #entete,
#catalogue-catalogue #entete {
    height: 65px;
    margin-top: -1px;
}

#client-index #blocBonjour,
#catalogue-catalogue #blocBonjour {
    margin-top: -2px;
}

/**********************************************************************************************************************/
/*********************************************        HOME PAGE         ***********************************************/
/**********************************************************************************************************************/
#pageAccueil {
    margin: 25px auto;
    color: #000000;
    position: relative;
}
#pageAccueil p,
#pageAccueil h1 {
    /*margin-left: 10px;*/
}
.blocActuManager {
    width: 500px;
}

.edito{
    margin-top: 12px !important;
    width: 95% !important;
}

#fenetreTexte, .fenetreTexte {
    width: 100%;
    height: auto;
    padding: 20px;
    text-align: justify;
}
/**********************************************************************************************************************/
/******************************************       ACTUALITY PAGE        ***********************************************/
/**********************************************************************************************************************/
#actualite{
    width: 960px;
    margin: 0 auto;
}

#actualite p{
    margin-left: 330px;
}

#actualite .titre{
    font-size: 24px;
    font-weight: bold;
}

#actualite img{
    margin-right: 30px;
}
/**********************************************************************************************************************/
/********************************************       MARKET PAGE         ***********************************************/
/**********************************************************************************************************************/
#headerMenu2 img{
    vertical-align: initial !important;
}
/* Category replacement */
#drawers-wrapper {
    width: 100% !important;
    height: max-content !important;
    margin-bottom: 50px;
    display: grid;
    grid: auto / auto auto auto;
    gap: 20px;
}
.drawer {
    width: 100%;
    height: 220px !important;
    margin: 10px 0;
}
.drawer.all_catalogue_nb7 {
    width: calc(200% + 20px);
}
/* Button add to checkout */
#qteHolder {
    width: 100%;
}
#qteHolder .row {
    width: 100%;
}
#qteHolder .col-xs-8 {
    width: 66%;
}
#qteHolder .col-xs-8 .row .col-xs-2,
#qteHolder .col-xs-8 .row .col-xs-6 {
    width: max-content !important;
    padding: 0;
}
#qteHolder .col-xs-4 {
    width: 33%;
}
/**********************************************************************************************************************/
/********************************************       ACCOUNT PAGE         **********************************************/
/**********************************************************************************************************************/
.id {
    font-size: 18px;
    font-weight: bold;
}
#info_compte {
    width: 60%;
}
#motdepasse {
    background-color: #eae8e6;
    position: absolute;
    top: 140px;
    right: 10px;
    width: 330px;
    height: max-content;
    padding: 10px;
    display: none;
    z-index:10;
}
#motdepasse dd {
    float: left;
    margin: 0;
    width: 310px;
}
#motdepasse dt {
    float:	left;
    width: 0;
}
#coordonnees td {
    padding: 3px;
}
#demandeChangement, .labelform {
    color: var(--color-blue);
    font-size: 18px;
    line-height: 24px;
    margin-top: 50px;
}
.status {
    float: left;
    margin-left: 65%;
    position: absolute;
    width: 330px;
    height: 70px;
    padding: 5px;
    color: var(--color-white);
}
.status .titre {
    font-size: 14px;
    margin: 5px 0 0 0;
}
.status span {
    font-weight: bold;
}
.status p {
    line-height: 7px;
}
#statusgen {
    color: var(--color-blue);
    right: 10px;
    top: 272px;
    height: 70px;
}
#statusch1 {
    background-color: #4db8c6;
    right: 10px;
    top: 400px;
}
#statusch2 {
    background-color: #5d2f7a;
    right: 10px;
    top: 500px;
}
#statusch3 {
    background-color: #5d2f7a;
    right: 10px;
    top: 600px;
}
#statusch4 {
    background-color: #cecc3f;
    right: 10px;
    top: 700px;
}
#statusch5 {
    background-color: #cecc3f;
    right: 10px;
    top: 800px;
}
#statusch6 {
    background-color: #5d2f7a;
    right: 10px;
    top: 900px;
}
#fenetreTexte table {
    width: 100%;
}
#fenetreTexte h3 {
    color:var(--color-vert);
    font-size: 20px;
}
#participant_list {
    height: max-content !important;
}
.panierHeader {
    font-size: 14px;
    background-color: var(--color-vert);
    color: var(--color-white);
}

.contenuTable {
    font-size: 12px;
    padding: 3px;
    background-color: #eae8e6;
}


/**********************************************************************************************************************/
/*******************************************       DECLARATION       ***********************************************/
/**********************************************************************************************************************/

/*#inDeclaration {*/
/*    width: 70%;*/
/*    margin: 0 auto;*/
/*}*/

/*#declarationEncours img{*/
/*    margin: 5px;*/
/*}*/

/**********************************************************************************************************************/
/*******************************************       CHECKOUT PAGE        ***********************************************/
/**********************************************************************************************************************/
/*#panier{*/
/*	width: 100%;*/
/*	margin: 0 auto;*/
/*}*/

/*#boutonsPanier{*/
/*	width: 95%;*/
/*	margin: 30px 30px 0 30px;*/
/*}*/

/*#boutonsPanier .bouton{*/
/*	width: 28%;*/
/*	min-width: 222px;*/
/*	min-height: 130px;*/
/*	float: left;*/
/*	font-size: 24px;*/
/*	line-height: 24px;*/
/*	background-color: #eae8e6;*/
/*	margin: 10px;*/
/*	padding: 5px;*/
/*}*/

/*#boutonsPanier a:hover .bouton {*/
/*	color: var(--color-orange;*/
/*	text-decoration: none;*/
/*}*/

/*#boutonRecalculer{*/
/*	cursor:pointer;*/
/*}*/

/*#commande-panier #blocCadeaux{*/
/*	margin: 0 auto;*/
/*	height: 220px;*/
/*	width: 85%;*/
/*	min-width: 770px;*/
/*}*/

/*#commande-panier #cadeaux {*/
/*	height: 200px;*/
/*}*/
/*#commande-panier .produitRes {*/
/*	margin-right: 15px;*/
/*	margin-left: 5px;*/
/*	float:left;*/
/*	text-align:center;*/
/*	width: 140px;*/
/*	line-height:11px;*/
/*	border: solid 1px #e5e5e5;*/
/*	padding: 5px 0;*/
/*}*/
/*.produitRes .bold {*/
/*	font-weight:bold;*/
/*}*/
/*.produitRes p {*/
/*	font-size: 11px;*/
/*	margin:1px;*/
/*}*/

/*#commande-panier #blocCadeaux a{*/
/*	text-decoration: none;*/
/*}*/

/*#commande-panier .blocProduitRes {*/
/*	height:140px;*/
/*	border-bottom:none;*/
/*}*/
/*#commande-panier  p.pointsRest {*/
/*	font-size:14px;*/
/*	padding:5px 0;*/
/*	margin-top: 5px;*/
/*	margin-right:0px;*/
/*	margin-left:0px;*/
/*	margin-bottom: 5px;*/
/*}*/

/**********************************************************************************************************************/
/*******************************************       ADDRESS PAGE         ***********************************************/
/**********************************************************************************************************************/
/*#blocAdresse{*/
/*	margin-left: 20px;*/
/*}*/

/*#commande-adresse #inputLivraison input{*/
/*	margin-right: 100px;*/
/*}*/

/**********************************************************************************************************************/
/*******************************************        CONTACT PAGE        ***********************************************/
/**********************************************************************************************************************/
#tableContact {
    background-color: #eae8e6;
    padding: 10px;
    margin-top: 20px;
}
#index-contact #rgpd-label, #index-contact #rgpd-label label {
    display: block !important;
    width: 93%;
    margin-bottom :5%;
}
#index-contact #loginForm .form-control, #index-contact #loginForm dd {
    width: 90%;
    margin-left: 0;
}
#index-contact #rgpd-element input {
    height: 2em !important;
}
#tableContact dd {
    float: left;
}
#contactIndigo {
    float: right;
    color: var(--color-blue);
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    width: 40%;
}
#tableContact #Envoyer {
    background-color: var(--color-vert);
    border: 0;
    padding: 3px 10px;
    width: 100px;
    margin-top: 5px;
    color: var(--color-white);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
/**********************************************************************************************************************/
/********************************************        INFO PAGE        *************************************************/
/**********************************************************************************************************************/
#adresses-label {
    display:none;
}
#adresses-element {
    margin:0;
}
#tableCoordonnees {
    width: 80%;
    padding: 10px;
    margin: 20px auto 0 auto;
}
#tableCoordonnees #formulaire {
    margin-left: 180px;
}
#tableCoordonnees dt {
    width: 120px;
    float: left;
}
#tableCoordonnees dd#confirm_info-element,
#tableCoordonnees dd#confirm_info2-element {
    margin-left:0 !important;
    width:20px;
    float:left;
    clear:both;
}
#tableCoordonnees dd#confirm_info-element {
    margin-top: 20px;
}
#tableCoordonnees dd#confirm_info-element .errors,
#tableCoordonnees dd#confirm_info2-element .errors {
    display: initial;
}
#tableCoordonnees dt#confirm_info-label,
#tableCoordonnees dt#confirm_info2-label {
    margin-left:0 !important;
    width:95%;
    float:inherit;
}
#tableCoordonnees dt#confirm_info-label {
    margin-top: 20px;
}
#tableCoordonnees dt#confirm_info2-label {
    margin-bottom: 20px;
}
#tableCoordonnees dd {
    margin-left: 100px;
    margin-bottom: 10px;
}
#adresses-label, #livraison-label, #facturation-label {
    display:none;
}
#fieldset-facturation legend,
#fieldset-livraison legend {
    margin: 10px 0;
    font-weight: bold;
}

#inscription_bt {
    width:155px;
    margin-left: 50px;
    text-decoration: none !important;;
}
a:link > input.bt {
    text-decoration: none !important;;
}

#tableContact #Envoyer, #transferepoint, #submit {
    background-color: var(--color-vert);
    border: 0;
    padding: 3px 10px;
    width: 150px;
    margin-top: 5px;
    color: var(--color-white);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#transferepoint {
    width: 177px !important;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Chrome */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin:0;
}

/* OpÃ©ra*/
#transfere_form #point::-o-inner-spin-button,
#transfere_form #point::-o-outer-spin-button {
    -o-appearance: none;
    margin:0
}

#tableCoordonnees #adresses-element, #tableCoordonnees #livraison-element, #tableCoordonnees #facturation-element {
    margin: 0;
}

#tableCoordonnees #nom,
#tableCoordonnees #prenom,
#tableCoordonnees #mobile,
#tableCoordonnees #fax,
#tableCoordonnees #email,
#tableCoordonnees #adresses-facturation-rsoc,
#tableCoordonnees #adresses-facturation-frue1,
#tableCoordonnees #adresses-facturation-frue2,
#tableCoordonnees #adresses-facturation-fcpostal,
#tableCoordonnees #adresses-facturation-fville,
#tableCoordonnees #adresses-livraison-rue1,
#tableCoordonnees #adresses-livraison-rue2,
#tableCoordonnees #adresses-livraison-cpostal,
#tableCoordonnees #adresses-livraison-ville {
    width: 280px;
}

/**********************************************************************************************************************/
/********************************************         MANAGER         *************************************************/
/**********************************************************************************************************************/
#ousers{
    margin-left: 30px;
}
#fieldset-adresses{
    border: none;
}

#base{
    text-align: center;
    font-weight: bold;
    color: var(--color-white);
    margin: 10px;
    padding: 10px;
    background-color: var(--color-vert);
}

#btrepondre,
#next {
    background: #e93c7a;
    width: 200px;
}

#titreFly,#titrequestion {
    text-align: center;
}

/****** MAP LEAFLET ****/
#conteneur {
    min-height: 615px;
}
#pageConteneur {
    width: 1000px;
    margin: 0 auto;
    color: var(--color-blue);
    position: relative;
    padding-top: 20px;
    height: 100%;
    padding-bottom: 10px;
}
#panneauaffichage {
    background-image: linear-gradient(to right, #000000, #424242);
    padding-top: 46px;
    padding-bottom: 46px;
}
/*#panneaumap{*/
/*!*padding-top: 46px;*!*/
/*padding-bottom: 46px;*/
/*background-color: white;*/
/*border: solid 8px #f9001c;*/
/*}*/
/*#map{*/
/*background: url('/medias/images/fmc/img_monde.jpg');*/
/*background-size: cover;*/
/*width: 900px;*/
/*height: 600px;*/
/*border: 1px solid #ccc;*/
/*margin-left: 46px;*/
/*}*/


/**********************************************************************************************************************/
/******************************************         PROGRESS BAR         **********************************************/
/**********************************************************************************************************************/
#progress {
    width: 100%;
    margin: auto;
}
progress {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 365px;
    height: 20px;
    padding: 3px 3px 2px 3px;
    background: #999;
    background: -webkit-linear-gradient(#b4b4b4,#b4b4b4);
    background:    -moz-linear-gradient(#b4b4b4,#b4b4b4);
    background:      -o-linear-gradient(#b4b4b4,#b4b4b4);
    background:         linear-gradient(#b4b4b4,#b4b4b4);
    border: 1px solid rgba(0,0,0,.5);
    border-radius: 15px;
    box-shadow: 0 1px 0 rgba(255,255,255,.2);
}
#progress p {
    color:black;
    text-align: center;
    font-size:20px;
}

#resultatprogression {
    margin-left: 29%;
    color:black;
    font-size:16px;
}
#progress table {
    width: 365px;
    margin-left: 23px;
}
#progress table td {
    text-align:center;
    color:white;
    font-size:14px;
}
/** Couleur de la barre de progression */
/*firefox*/
progress::-moz-progress-bar {
    background: linear-gradient(to right, #FF0000, #FFFF00);
}
/*chrome safari*/
progress::-webkit-progress-value {
    background: linear-gradient(to right, #FF0000, #FFFF00);
}
/*IE*/
progress {
    color: #FFFF00;
}

#panneaumap .text {
    font-size:12px;
}
/**** Tableau de depart *****/
#tableau_vol {
    /*margin-left: 46px;*/
    color: white;
}
#tableau_vol table {
    font-family: 'VT323', monospace;
}
#tableau_vol h1 {
    font-size: 30px;
    letter-spacing: 2px;
    margin-left: 46px;
}
#tableau_vol h3 {
    margin-left: 46px;
}
#tableau_vol table {
    width: 94%;
    margin-top: 20px;
    margin-left: 46px;
}
#tableau_vol table th {
    text-align: left;
}
#tableau_vol table tr {
    cursor: pointer;
}
#tableau_vol table td {
    letter-spacing: 6px;
    font-size: 19px;
    /*width: 15%;*/
    /*background:url('/medias/images/fmc/carre_lettre.gif');*/
}
#tableau_vol table ul {
    display: inline;
    padding: inherit;
}
#tableau_vol table li {
    background: url(../../../../../medias/images/fmc/carre_lettre.gif);
    background-size: cover;
    display: inline;
    padding-left: 5px;
}
#tableau_vol table td.color {
    color: goldenrod !important;
}
#tableau_vol table td.vert {
    color: greenyellow !important;
}
#tableau_vol table td.rouge {
    color: red !important;
}

#tableau_vol a {
    text-decoration: none !important;
}


/** quizz formulaire **/
.quizzmonde {
    width:700px!important;
}
#quizzformulaire {
    font-size: 18px;
}



#boutonvalidation{
    background-color: var(--color-blue);
    border: 0;
    padding: 3px 10px;
    width: 159px;
    margin-top: 5px;
    color: var(--color-white);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/**PAGE VISUELS MANAGERS */

.visuelsManager {
    width: 30%;
    float: left;
    font-size: 14px;
    text-align: center;
    border: solid 1px #e5e5e5;
    padding: 10px;
}

#coteConseiller {
    width: 90%;
    margin: 0 auto 25px auto;
    font-size: 14px;
    text-align: left;
    border-bottom : solid 1px #e5e5e5;
}

#coteConseiller #image {
    float: left;
}

#coteConseiller #descriptif {
    float: left;
    margin-left: 20px;
}

.inline {
    display: inline;
}
#myVignette {
    display:none;
}
.ColorHandle {
    color:var(--color-vert) !important;
}

#timeline {
    margin-left: 33px;
    position: relative;
    margin-right: 33px;
}
#timeline a {
    display: block;
    position: absolute;
}
.loadgo-overlay {
    height: 99% !important;
    opacity: 0.7 !important;
}
.loadgo-container {
    overflow: hidden;
}
#timelande_back {
    width: 100%;
}
.loadgo-overlay:after {
    width: 71px !important;
    height: 100% !important;
    display: block;
    position: absolute;
    margin-left: -136px;
    margin-bottom: 0;
    z-index: 10;
    content: " ";
    background-image: url(../../../../../medias/images/fmc/avion.png) !important;
    /*opacity: 1;*/
    /*background-position: bottom right;*/
    background-repeat: no-repeat;
    background-size: cover;
}

/**********************************************************************************************************************/
/**********************************************        LG-SIZE        *************************************************/
/**********************************************************************************************************************/
@media screen and (max-width: 992px) {

    #bodyLogin{width: 100%;}

    /*Login*/
    #page_login{height:100%;}
    #page_login #bannerLeft{width: 100% !important;text-align: center !important;padding-left: 0px !important;}
    #contenuLogin{display:none;}
    #page_login #contenu {min-height: initial; }
    #html_login{height: 100%;}
    #page_login p{font-size: 20px;font-weight: bold; margin:0px; padding-top:0px;}
    #page_login #login, #page_login #passwd, #page_login #apasswd, #page_login #chkpasswd, #page_login .form-control, #page_login #loginForm #passwd, 	#page_login #email {width: 85%;}
    #loginForm {margin: 40px 10px;}
    #page_login table{width:100%;}
    #page_login input[type="text"],#page_login input[type="password"] {
        display: inline;
        min-height: 1.42857143em;
        margin-bottom: 3px;
        padding: 3px 6px;
        font-size: 14px;
        line-height: 1.2em;
        color: #555555;
        background-image: none;
        border: 1px solid #cccccc;
        border-radius: 4px;
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
    #page_login #loginForm #Identification {margin-left: 43%; font-size:20px;}
    #page_login .tablecaption{text-align:center}
    #page_login #loginMessage p {font-size: 20px!important; padding-top: 10px;}
    #page_login #passbox {text-align: center;}
    #page_login #loginForm input[name="go"]{font-size:20px;}
    #page_login #inscription_bt{margin-left: 0px;font-size:20px; width: 240px;}
    #page_login #textintro {padding-top: 25px;}
    #page_login label { width: 90%;}
    #page_login #loginMessage{margin-top:10px;}
    #page_login #contactLogin {margin-top: 50px;}
    #footer {
        height: 20px;
        background-color: white;
    }

    /** quiz **/
    #InfoDiv {
        width: 100%;
    }
    #QuestionQuizJeu {
        display: grid;
        justify-items: center !important;
    }
    #ContenuQuestionJeu {
        width: 100% !important;
        margin: auto 0 !important;
        display: block !important;
    }
    #quizz-index img{width: 100%;}

    /* Layout */
    .XL {display: none;}
    .Small, #myVignette {display: block;}
    #myVignette{width: 50%;height: auto;}
    #headerMenu1, #headerMenu2, .hautlogout, #btPanier, #deconnexion {display:none;}
    #contenuGauche {}
    #supercontainer {width: 95%; margin: 0 auto;}
    .form-control{ padding: 3px; font-size: 12px;}

    #renewlink label { display: none; }
    #coteGauche {width:100%;}
    #vignetteAccueil { display: none;}
    #bannerLeft {top: 11px;width: 50%;}
    #contenu{ min-height: 38px;width: 100%;}
    #contenuPage{ width: 100vw;}
    .pull-right {
        height: auto !important;
    }
    #mobileMenu a{color: #000000; font-size: 14px;}
    #mobileMenu ul{list-style: none; margin: 0; padding: 5px;}
    #mobileMenu li{width: 100%; margin-bottom: 16px;}
    #mobileMenu li hr {border:1px solid #72839f;}
    #mobileMenu img{padding-right:5px;}

    /* COORDONNEES */
    #tableCoordonnees{width: 100%;padding: 5px !important; margin: 0pc !important;}
    #tableCoordonnees #formulaire{margin-left: 0px;}
    /*#tableCoordonnees label, #tableCoordonnees dt{display:none;}*/
    #tableCoordonnees dd{margin-left: 5px;}
    #tableCoordonnees legend{font-size: 18px;margin-top: 5px;margin-bottom: 5px;}
    #adresses-label, #livraison-label, #facturation-label,#tableCoordonnees #nom,
    #tableCoordonnees #prenom,
    #tableCoordonnees #mobile,
    #tableCoordonnees #email,
    #tableCoordonnees #adresses-facturation-rsoc,
    #tableCoordonnees #adresses-facturation-frue1,
    #tableCoordonnees #adresses-facturation-frue2,
    #tableCoordonnees #adresses-facturation-fcpostal,
    #tableCoordonnees #adresses-facturation-fville,
    #tableCoordonnees #adresses-livraison-rue1,
    #tableCoordonnees #adresses-livraison-rue2,
    #tableCoordonnees #adresses-livraison-cpostal,
    #tableCoordonnees #adresses-livraison-ville{width:90%;}
    #tableCoordonnees #adresses-element, #tableCoordonnees #livraison-element, #tableCoordonnees #facturation-element{margin:0px;margin-left:0px;}
    #tableCoordonnees dt#reception_info-label, #reception_info-label label, #reception_info-element label{display:inline-block; float:inherit;width:90%;}
    #tableCoordonnees dt#distributeur-label, #distributeur-label label, #distributeur-element label{display:inline-block; float:inherit;width:90%;}

    /* INDEX */
    #menuRubriques {width:100%; margin-top: 185px;}
    #menuRubriques div {width: 90%; background-position: right center; background-size: cover;}
    #rubrique1, #rubrique2, #rubrique3, #rubrique4, #rubrique5, #rubrique6, #rubrique7{height: 80px;padding-top: 10px;}
    #rubrique1:hover, #rubrique2:hover, #rubrique3:hover, #rubrique4:hover, #rubrique5:hover, #rubrique6:hover, #rubrique7:hover{width:100% !important;}
    #rubrique1manager, #rubrique2manager, #rubrique3manager, #rubrique4manager, #rubrique5manager, #rubrique6manager, #rubrique7manager{height: 80px;padding-top: 10px;}
    #rubrique1manager:hover, #rubrique2manager:hover, #rubrique3manager:hover, #rubrique4manager:hover, #rubrique5manager:hover, #rubrique6manager:hover, #rubrique7manager:hover{width:100% !important;}
    /*#blocActualite {width: 80%; height:auto;}*/
    #blocActualite .titre {margin: inherit; margin-top: 10px;}
    #blocActualite img{	width: auto;height: auto;max-height:150px;margin-bottom:10px;}
    #nomRubrique .titre{width: 80%; font-size: 14px;}
    #nomRubrique .sous-titre{font-size: 12px;}
    #blocBonjour {text-align: left; padding-left: 20px;padding-right: -20px;}
    #index-index #contenuPage{ width: 100vw; padding: 0 10px; overflow: hidden;}
    #index-index #pageAccueil {width: 100%;}
    /*#blocActualite {width: 90%;height: auto;}*/
    .nomRubrique{font-size: 20px;margin: 0px;}
    #index-index #liensRubrique{margin-left: 5px;font-size: 14px;line-height: 20px;width: 90%;
    }
    #actualite p {
        margin-left: 7px;
    }
    #actualite img {
        margin-right: 15px;
        margin-left: 8px;
    }

    /* MON COMPTE*/
    #client-index #contenuPage{margin-left: 0;width: 100%;}
    #client-index #motdepasse label {display: block !important;}
    #client-index #motdepasse {height: 221px;}
    #client-index #motdepasse #loginForm {margin: -1px 10px;}
    #client-index #transfere_form label[for="participant_list"] {text-align: left;display: table-cell;}
    #client-index #transfere_form label[for="point"] {text-align: left;display: table-cell;}
    .errors{color:red !important;}
    #client-index #fenetreTexte {width: 94% !important;}
    #client-index  .fenetreTexte div{width:93% !important;}
    #client-index  #fenetreTexte .fenetreTexte{padding: 20px 0 0 0 !important;}
    #client-index table{width:100% !important;}
    #client-index #contenuPage {margin-left: 0;}
    #info_compte{width: 100% !important;}

    /* REGLEMENT 2019 */
    #Render-render #fenetreTexte {width: 96%;}
    #Render-render #contenuPage {width: 97%;margin-left: 10px;}
    #Render-render table{width: 100% !important;}
    #Render-render #pageTexte img{    max-width: 100%;margin-top: 15px;}
    #Render-render .visuelsManager {width:28% !important;}


    /*** map **/
    #index-listquizz #pageConteneur{width:100%;}
    #index-listquizz #panneauaffichage{width: 100%;}
    #index-listquizz #tableau_vol{width: 100%; margin-left: 0px;}
    #map{height: 452px !important;width: 88vw !important;}
    #tableau_vol table td {letter-spacing: 4px;font-size: 17px;}

    /** Timeline*/
    .loadgo-overlay:after{
        margin-left: -97px;
        width: 50px !important;
    }



    /* ACTUALITE */
    #index-actualite #bannerLeft {top: 11px;}
    #pageTexte{width: 100%;}
    #actualite {width: 100%;}



    /*!** Commande Panier*!*/
    /*#commande-panier #contenuPage {margin-left: 0px;}*/
    /*#commande-panier .produitRes {width:45%;}*/
    /*#commande-panier #blocCadeaux {min-width: 100% !important;}*/
    /*#panier, #commande-panier #blocCadeaux {width: 100% !important;margin: 0 !important;}*/

    /*!** Adresse livraison *!*/
    /*#commande-adresse #contenuPage {margin-left: 0px;}*/

    /*!** Confirmation commande *!*/
    /*#commande-confirmation #contenuPage {margin-left: 0px;}*/

    /* Contact */
    #index-contact #contenuPage {margin-left: 0;}
    #index-contact #tableContact dt label{display: block;}

    /*#boutonsPanier .bouton {width:100%;}*/
    form button.smallbutton {
        font-size: 10px;
        border: none;
        border-radius: 5px;
        color: #000000;
        background-color: #72839f;
        text-align: center;
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-weight: bold;
        margin: auto;
    }
    .id{
        font-size: 14px;
        text-align: left;
    }

    #encadreIntroCadeaux, #encadreCadeaux
    {
        min-height: 150px;
    }

    #encadreCadeaux{
        text-align: center;
    }
    #encadreCadeaux img
    {
        max-width: 100%;
        width: auto;
        height: auto;
    }
    #encadreIntroCadeaux img
    {
        max-width: 10%;
        width: auto;
        height: auto;
    }
    .form-small{width: 10%;}
    .form-small-basket{ width:30%;}

    #btn-panier, #btn-mobileMenu {
        display: inline-block;
        margin-left: 3px;
    }
    #btn-panier {
        width: 40px;
        height: 40px;
        background-color: var(--color-white);
        background-image: url('../../../../../medias/images/fmc/picto_panier_mobile.png');
        /*margin-top: 15px;*/
        border-radius: 5px;
        padding-top: 13px;
        padding-left: 5px;
        padding-right: 5px;
        background-repeat: no-repeat;
        background-position: center;
        border:1px solid gainsboro;
        background-size: contain;
    }
    #btn-mobileMenu {
        width: 40px;
        height: 40px;
        border:1px solid gainsboro;
        margin-top: 15px;
        border-radius: 5px;
        padding-top: 13px;
        padding-left: 5px;
        padding-right: 5px;
        background-color: white;
    }
    .bar-mobileMenu {width: 100%; height: 3px; margin-bottom: 3px; background-color: #000000;}
    #mobileMenu {
        /*padding: 10px;*/
        background-color: #FFFFFF;
        border: 1px solid #72839f;
        /*display: none;*/
        position: absolute;
        top: 80px;
        /*width: 100%;*/
        /*z-index: 100;*/
        text-align: left;
    }


    #logo img{padding-top: 5px;}
    #entete{max-height: 110px; min-height: 65px;}

    .qtemoins img, 	.qteplus img
    {
        width: 25px;
        height: 25px;
    }
    .produit img
    {
        width:100%;
        height:100%;
        max-height: 150px;
        max-width: 150px;
    }
    #ficheChequesB
    {
        min-height: 220px;
    }
    #aDroite
    {
        margin-bottom: 10px;
    }

    #gobt, .bouton2 {
        /*width: 100%;*/
        /*margin: 10px auto 0 auto;*/
        /*white-space: nowrap;*/
    }

    #ColonneDroite
    {
        width: 100%;
    }
    #coordonnees img
    {
        display: none;
    }

    #motdepasse{
        width: 100%;
        height: max-content !important;
        position: relative;
        top: 0;
        margin-left: 0;
        padding: 10px;
        display: none;
    }
    #motdepasse dd
    {
        float: inherit;
        width: 100%;
    }
    form#changePass .jqbutton
    {
        width: 90%;
    }
    #fenetreContact{
        float: inherit;
        width: 100%;
    }
    #faq{
        width: 90%;
        min-height: 480px;
        margin-left: 20px;
        margin-top: 20px;
        overflow-y: inherit;
        font-size: 12px;
        padding: 5px;
    }
    #client-sav #contenu
    {
        display: inline-block;
    }
    /*#panier,*/
    /*#commande-panier #blocCadeaux{*/
    /*	width: 90%;*/
    /*	margin: 0 auto;*/
    /*}*/
    .produit, #encadreSurMesure
    {
        width: 45%;
        padding: 0px;
        height:inherit;
    }

    #popup2
    {
        width: 90%;
        padding: 20px 40px;
    }
    /*#boutonsPanier .bouton2, #boutonsAdresse .bouton3*/
    /*{*/
    /*	width: 72%;*/
    /*}*/
    /*#boutonsAdresse .bouton3{*/
    /*	width: 80%;*/
    /*}*/
    /*#boutonsPanier, #boutonsAdresse*/
    /*{*/
    /*	margin: inherit;*/
    /*}*/
    .smallform-control {display: block; width: 50%; height: 1.42857143em; margin-top:-10px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143em; color: #555555; background-color: var(--color-white); background-image: none; border: 1px solid #cccccc; border-radius: 4px; /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/}
    .smallform-control:focus {border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);}
    .smallform-control::-moz-placeholder {color: #999999; opacity: 1;}
    .smallform-control:-ms-input-placeholder {color: #999999;}
    .smallform-control::-webkit-input-placeholder {color: #999999;}
    .smallform-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {background-color: #eeeeee; opacity: 1;}
    .smallform-control[disabled],fieldset[disabled] .form-control {cursor: not-allowed;}
    .smallform-control[type="radio"]{width: 10%; margin-top:-20px;}
    #saveOrderForm .coordonneesPanier label{ padding-left: 50px; text-decoration:underline;}
    .coordonneesPanier{float:left;width:100%; margin-bottom:20px;font-size:12px;}
    #orderform a.bouton2 {width: 80%;display: inline-block;margin-bottom: 10px;text-align: center;}

    .top_formulaire{
        font-size: 24px;
    }
    #Envoyer-element #SendSubmit{
        padding: 0;
        margin-left: -25px;
    }

    h3{
        text-align: left;
        font-size: 18px;
        margin: 10px 0;
    }
    #hautdepage{
        bottom: 15px;
        top: inherit;
    }
    #categories li {

        float: left;
        width:100%;
    }
    #categories a
    {
        margin-left: inherit;
        float: inherit;
        width: 100%;

    }
    #categories li ul li
    {
        width: 70%;
    }
    .top_formulaire img{
        display: none;
    }
    .top_formulaire
    {
        padding-left: 5px;
        padding-bottom: 5px;
    }

    #contactIndigo
    {
        float: inherit;
        width: 98%;
        margin-top: 0px;
    }

    .produitIS{width:45%;}
    .produitIS > img{width: 90%;}
    .divCoordoonnes{ width: 100%;}

    #drawers-wrapper {
        grid-template-columns: auto auto;
        gap: 20px;
    }
}

/**********************************************************************************************************************/
/**********************************************       XS-SIZE         *************************************************/
/**********************************************************************************************************************/
@media screen and (max-width: 568px) {
    /** LOGIN*/
    #page_login p {
        font-size:10px;
    }
    #page_login #textintro {
        padding-top: 0;
    }
    #page_login #loginMessage {
        margin-top:0;
    }
    #page_login #contactLogin {
        margin-top: 0;
        margin-bottom: 0;
    }
    #page_login #renewpass-link, #page_login .errors, #page_login #passbox p {
        font-size: 9px !important;
    }
    #page_login #passbox p {
        padding-top: 3px;
    }
    #page_login #bannerLeft img {
        width: 73%;
    }
    #page_login #loginForm #Identification {
        margin-left: 34%;
        font-size:10px;
    }
    #page_login #loginForm input[name="reset-password"] {
        font-size:10px;
    }
    #page_login #inscription_bt {
        margin-left: 0;
        font-size:10px;
        width: 155px;
    }

    /* INDEX */
    #blocActualite .titre{font-size:13px;}
    #index-index #blocBonjour h2{font-size: 13px !important;}
    #index-index #blocActualite a{font-size:13px;}
    #index-index #menuRubriques div {width: 97%;}
    #index-index .lien {font-size: 12px;}
    #rubrique1, #rubrique2, #rubrique3, #rubrique4, #rubrique5, #rubrique6, #rubrique7,
    .rubriquequiz {
        background-position: right center !important;
    }
    #rubrique1manager, #rubrique2manager, #rubrique3manager, #rubrique4manager, #rubrique5manager, #rubrique6manager, #rubrique7manager,
    .rubriquequizmanager, .rubriqueCalendar {
        background-position: right center !important;
    }

    /* GENERAL*/
    #bannerLeft{width: 50%;}
    #bannerLeft img{;width: 100%;}
    #contenuPage{margin-left: 0 !important; width: 100% !important;}
    #blocBonjour {padding-left: 8px !important;}
    #blocBonjour h2, #blocCadeaux  h2, h2{font-size: 13px!important;}
    p{font-size: 10px;}
    .nomRubrique, .soustitre{font-size:12px;}
    #entete {width:100%;}
    #fenetreTexte{width:100%;padding-right: 0px !important;padding-left: 9px;}
    #mobileMenu {padding-left: 0px;padding-right: 0px;}
    .lien {font-size: 8px;}


    #Render-render #coteConseiller #image {float: left;width: 25%;height: auto;}
    #Render-render #coteConseiller #image img{height: auto;}
    #Render-render #coteConseiller #descriptif{width: 68%;}
    #Render-render .visuelsManager {width: 100% !important; padding: 0px;}

    /* Catalogue */

    #drawers-wrapper {
        grid-template-columns: auto;
        gap: 20px;
    }
    .drawer {
        margin: auto;
    }

    /** PANIER */
    .panierHeader {font-size: 11px;}
    .contenuTable {font-size: 8px;}
    .qtemoins img, .qteplus img {width: 17px !important;height: 17px !important;}
    #commande-panier #contenuPage,#commande-panier #pageTexte, #contenuPage {padding: 0px;}
    #boutonsPanier .bouton {min-height: 91px;  padding: 0px;}
    #commande-panier .produitRes {width: 94%;}

    /** Confirmation commande */
    #commande-adresse label[for="livTelephone"]{float:left}
    #commande-adresse #livTelephone{width: 92%;}
    #commande-adresse table{ width: 100%;font-size: 8px !important;}
    #commande-adresse #fenetreTexte div {width: 98% !important;}
    #commande-adresse #boutonsPanier .bouton{font-size:14px;}
    #commande-adresse #fenetreTexte{width: 97%!important;}

    #commande-confirmation #fenetreTexte{width: 97%!important;}

    /** contact **/

    #index-contact #contactIndigo{font-size: 12px;}
    #index-contact #contactIndigo img{width: 34%;}
    #index-contact #message{
        width: 98%;}

    /** compte **/
    #client-index #participant_list{width: 100%;}


    /** quiz **/
    #quizz-index img{width: 100%;}


    /*** MAP LEAFLET - TIMELINE**/
    #index-listquizz,#map{height: 215px !important;width: 100vw !important;margin-left: 0px;}
    #resultatprogression {margin-left: 0%;color: black;font-size: 16px;text-align: center;}
    progress {display: inline-block;-moz-box-sizing: border-box;box-sizing: border-box;width: 60%;}
    #tableau_vol h1 {font-size: 13px;letter-spacing: 2px;margin-left: 5px;}
    #titreFly h1{font-size: 13px;}
    #progress p {font-size: 13px;}
    #panneaumap .text {font-size: 9px;}
    #tableau_vol h3 {margin-left: 5px;font-size: 9px;}
    #tableau_vol table {width: 97%;margin-top: 20px;margin-left: 5px;}
    #tableau_vol table li {font-size: 8px;padding-left: 0px;}
    #tableau_vol table td {font-size: 6px;letter-spacing: 2px;}
    #timeline{margin-left: 5px;margin-right: 5px;}

    .loadgo-overlay:after{
        margin-left: -70px;
        width: 45px !important;
    }

}

/* PAGE CATALOGUE**********************************************************/
#ajout_cadeau, #eff_filtre {border: 0px !important; margin-bottom: 10px !important;}
.colorcatalogue,.ui-slider-range, .colordetail, .colorpanier, .Dialogcolorpanier > .ui-dialog-titlebar, .ui-button{
    background-color: var(--color-vert) !important;
}
.pointsValuesColor, .textDetail, .ColorHandle, .sousmenuselection,.textpanier,.lienpanier, .produitRes a:hover,.messageError{
    color: var(--color-vert) !important;
}


/*QUIZ*/

#progressbar .ui-widget-header {
    border: 1px solid #e78f08;
    background: #ea3c7a url(../../../../../medias/images/fmc/quiz/ui-bg_gloss-wave_35_ea3c7a_500x100.png) 50% 50% repeat-x;
    color: var(--color-white);
    font-weight: bold;
}

#quizz-index #btrepondre{
    background-color: #e93c7a !important;
}

#quizz-index .label_radio {
    background: url(../../../../../medias/images/fmc/quiz/check-off.png) no-repeat !important;
}

#quizz-index label.r_on{
    background: url(../../../../../medias/images/fmc/quiz/check-on.png) no-repeat !important;
}


#qidx {
    font-size: 35px !important;
    background-color: #003f64 !important;
}

#quizzholder h3{
    display: none;
}

#questionholder h3 {
    display: block;
}