

/****************************/


.MonCompte {
    /*  border-radius: 12px 0 0 0;*/
    float: inherit;
    padding: 11px;
    background-color: #4bae4f;
}

.MonPanier {
    float: inherit;
    height: 35px;
    padding-left: 40px;
    padding-top: 10px;
    background: url("../image/panier-1.png") no-repeat left;
}



.Visualiser {
    float: inherit;
    height: 35px;
    padding-left: 40px;
    padding-top: 10px;
    background: url("../image/picto-view.png") no-repeat left;
    display: block;
}

.MonPanierMobile {
    padding: 5px;
    margin-top: 10px;
    background-color: #4bae4f;
}

@media (min-width: 100px) and (max-width: 600px) {

    .MonPanier {
        float: inherit;
        padding: 11px;
        background-color: #4bae4f;
    }
    .MonCompte {
       
        padding: 5px;
        margin-top:10px;
        
    }

}

/**Fil d'ariane*/
#FilArian {
    height: 30px;
    padding-left: 20px;
    /**  border-bottom: 1px solid #bfbfbf;
            color: #d70f5a;
        */
    margin: auto;
    width: 100%;
    margin-bottom: 30px;
    padding:5px;
    float:left;
}

    #FilArian a {
        color: #586373;
    }
/******************/
    #CorpsPage {
    background: #fff;
    width: 100%;
   
    max-width: 1400px;
     margin: auto;

}

        #CorpsPage h1 {
         font-weight: bolder;
            font-size: 20px;
            color: #4bae4f;
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #4bae4f;
            /* float: left; */
            /* display: flex; */
            /* width: auto; */
            /* width: 100%; */
            margin-bottom: 20px;
        }






        #CorpsPage .col-lg-4 {
            float: left;
            text-align: center;
            width: 31%;
            
           min-width: 310px;
            height: 420px;
            position: relative;
            display: block;
            margin-bottom: 30px;
            margin: 10px;
            padding: 0px;
            border: 2px solid rgba(0,0,0,0.04);
        }
.col-lg-4 a {
    color: #586373;
}
#CorpsPage .col-lg-4-b {
    float: left;
    text-align: center;
    width: 31%;
    min-width: 310px;

    position: relative;
    display: block;
    margin-bottom: 30px;
    margin: 10px;
    padding: 0px;
    border: 2px solid rgba(0,0,0,0.04);
}
/****************************/
            /****************************/
            #Pagination {
    width: 100%;
    height: auto;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 5px;
    float: left; /**/
    margin-bottom: 20px;
}

    #Pagination .PaginationActive {
        background-color: #212121;
        color: #FFF;
    }

    #Pagination ul {
        margin: 0px;
        padding: 0px;
        display: flex;
        list-style: none;
        margin-bottom: 10px;
    }

        #Pagination ul li {
            margin: 2px;
            padding: 2px;
            padding-left: 5px;
            padding-right: 5px;
            border: dotted 1px #212121;
        }


/***********************************/
#PageCentre {
    float: right;
    background: #fff;
    width: 75%;
    margin: 0px;
}

@media (min-width: 100px) and (max-width: 600px) {
#PageCentre {
    float: right;
    background: #fff;
    width: 99%;
    margin: 0px;
}
}



#CorpsPage .TitreRubrique {
    background-color: #dadada;
    padding: 6px 6px 6px 10px;
}



.TitreNouveaute {

    margin: 30px 0 0px;
    font-size: 16px;
    background: #f5f4f4;
    border: 1px solid #ececec;
    min-height: 50px;
    padding: 14px 30px;
    font-weight: 500;
}

.TitrePromotion {
    margin: 30px 0 0px;
    font-size: 16px;
    background: #f5f4f4;
    border: 1px solid #ececec;
    min-height: 50px;
    padding: 14px 30px;
    font-weight: 500;
}

.LigneCentre {
    text-align: center;
}

/****************************/

#CorpsPage h2 {
    font-weight: bolder;
    font-size: 16px;
    color: #4bae4f;
    /* margin-bottom: 10px; */
    /* padding-bottom: 10px; */
    /* border-bottom: 1px solid #4bae4f; */
    /* margin-bottom: 20px; */
    padding: 10px;
    margin: 0px;
  
}

#CorpsPage h3 {
    font-size: 14px;
}

#CorpsPage .Titre1 {
    color: #000000;
    font-size: 15px;
    margin-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    /*background-color: #9d9d9d;
    width: 100%;
    border-radius: 12px 0 12px 0;
    border: none;
    padding: 6px 6px 6px 10px;
          border-bottom: 1px dotted #9e9d9f;
    */
}


#CorpsPage .EtapeCommande {
    margin-top: 10px;
    margin-bottom: 50px;
}

#CorpsPage .TitreCommande {
    text-transform: uppercase;
    width: 100%;
}

#CorpsPage .Titre2 {
}

    #CorpsPage .Titre2 a {
        color: #000;
    }

#CorpsPage .TitreFormulaire {
    font-size: 14px;
    font-weight: bolder;
    background-color: #e2e2e2;
    width: 99%;
    margin: auto;
    border-radius: 12px 0 12px 0;
    border: none;
    padding: 6px 0 6px 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: dotted 1px #5f5f5f;
}

#CorpsPage .col-lg-4 h2 {
    font-size: 15px;
    color: #4bae4f;
    /* margin-bottom: 10px; */
    /* padding-bottom: 10px; */
    /* border-bottom: 1px solid #4bae4f; */
    /* margin-bottom: 20px; */
    padding: 10px;
    margin: 0px;
    text-align: center;
    font-weight: 500;
}

#CorpsPage .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}



#CorpsPage .col-lg-4 ul {
    margin: 0px;
    padding: 0px;
    /* display: flex; */
    list-style: none;
    margin-bottom: 10px;
    text-align: center;
    /*width: inherit;*/
    float: left;
    width: 100%;
}

    #CorpsPage .col-lg-4 ul li {
        margin: 5px;
        /*padding: 5px;*/
        width: inherit;
    }

#CorpsPage p {
    /*display: inline;*/
}


#CorpsPage .PlusDetail {
    -webkit-user-select: "none";
    user-select: "none";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0 4px 6px rgba(119,10,0,0.12), 0 1px 3px rgba(119,10,0,0.08);
    transition: all .15s ease;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 0;
    border-radius: 3px;
    font-weight: 600;
    cursor: pointer;
    background-color: #4bae4f;
    color: #fff;
    padding: 7px 14px;
}


#CorpsPage .AjouterPanier {
    float: inherit;
    height: 35px;
    padding-left: 40px;
    padding-top: 10px;
    background: url("../image/picto-panier-vert.png") no-repeat left;
    border:none;
    display:block;
    float:right;
}

#CorpsPage .Prix {
    /*  background: #212121;
   width: 94%; */
    /* max-width: 104px; */
    text-align: center;
    /* margin: auto; */
    color: #4bae4f;
    font-size: 1.75rem;
    font-weight: bold;
    padding-top: 10px;
    display: block;
    float: inherit;
}

#CorpsPage .PrixBarre {
    font-weight: bolder;
    color: #4bae4f;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: line-through;
    float: left;
}

#CorpsPage .StockEpuise {
  
    color: #886781;
    float: left;
}

#CorpsPage .Livraison {
    /* background: #5e5d5d;
            color: white;
    */
    width: 94%;
    max-width: 200px;
    text-align: center;
    margin: auto;
    border-radius: 12px 0 12px 0;
    border: none;
    padding: 6px 0 6px 0;
}

#CorpsPage ul {
    margin: 0px;
    padding: 0px;
    display: flex; /**/
    list-style: none;
    margin-bottom: 10px;
}

    #CorpsPage ul li {
        margin: 2px;
        padding: 2px;
        padding-left: 5px;
        padding-right: 5px;
    
    }

#CorpsPage .imgProduit {
    /** width: 95%;*/
    max-width: 230px;
    max-height: 190px;
    margin: auto;
    display: block;
}

#CorpsPage .imgProduitPanier {
    width: 95%;
    max-width: 80px;
    max-height: 80px;
}

#CorpsPage .imgMoyProduit {
    width: 95%;
    max-width: 300px;
    max-height: 300px;
}

#CorpsPage .AjouterPanier a {
    color: #fff;
}

#CorpsPage .PlusDetail a {
    color: #fff;
}


#CorpsPage .DescriptionCategorie {
    float: left;
    padding: 0%;
    margin: 0;
    width: 94%;
    margin-bottom: 30px;
}

#CorpsPage .PayerAchat {
    color: white;
    background: #4bae4f;
   
    font-size: 14px;
    /* width: 94%; */
    text-align: center;
    margin: auto; /* */
    /* max-width: 250px; */
    float: right; /*  */
    padding: 10px;

}

#CorpsPage .Valider {
    color: white;
    background: #4bae4f;
    font-size: 14px;
    /* width: 94%; */
    text-align: center;
    margin: auto; /* */
    /* max-width: 250px; */
    float: right; /*  */
    padding: 10px;
}

#CorpsPage .ContinuerAchat {
    color: white;
    background: #5e5d5d;
    font-size: 14px;
    /* width: 94%; */
    text-align: center;
    /* margin: auto; */
    /* max-width: 250px; */
    float: right; /**/
    padding: 10px;
}

#CorpsPage .Retourner {
    color: white;
    background: #5e5d5d;
    font-size: 14px;
    /* width: 94%; */
    text-align: center;
    /* margin: auto; */
    /* max-width: 250px; */
    float: right; /**/
    padding: 10px;
}

#CorpsPage .ContinuerAchat a {
    color: #fff;
}

#CorpsPage .PayerAchat a {
    color: #fff;
}

#CorpsPage .Valider a {
    color: #fff;
}

#CorpsPage .Retourner a {
}

#CorpsPage .TitreTable {
    background-color: #dad9d9;
    font-size: 14px;
}

#CorpsPage .ColonneImage {
    height: 320px;
    /* width: 260px; */
    /* background: rgba(0,0,0,0.04);*/
    text-align: center;
    width: 100%;
}


#CorpsPage .RondInActif {
    background-color: #dee0e2;
    width: 220px;
    height: 35px;
    display: block;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    text-align: center;
    padding: 4px 20px 0;
    margin: 10px auto;
    position: relative;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: solid 2px #4bae4f;
    -webkit-box-shadow: 0px 5px 0px 0px #4bae4f;
    box-shadow: 0px 5px 0px 0px #4bae4f;
}

#CorpsPage .RondActif {
    background-color: #4bae4f;
    width: 220px;
    transition: all 0s ease-out;
    height: 35px;
    display: block;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 4px 20px 0;
    margin: 10px auto;
    position: relative;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: solid 1px #4bae4f;
    -webkit-box-shadow: 0px 5px 0px 0px #4bae4f;
    box-shadow: 0px 5px 0px 0px #4bae4f;
}

#CorpsPage .TitreEtape {
    margin: auto;
    text-align: center;
}

#CorpsPage .TitreEtape2 {
    margin: auto;
    text-align: center;
}

#CorpsPage .RondActif a {
    color: #FFF;
}

#CorpsPage .BoutonNormal {
    display: block;
    /* font-weight: 600; */
    /* background: #eeeeee; */

    color: #737b83;
    border: 1px solid #d7d9dc;
    padding: 10px;
    background-color: #f7f9fa;
    margin: 4px;
    /* font-size: 14px; */
    float: left;
}


#EncartProduitList {
    width:100%;

}
    #EncartProduitList ul {
        margin: 0px;
        padding: 0px;
        display: flex; /**/
        list-style: none;
        margin-bottom: 10px;
        border-bottom: 1px dotted #d7d9dc;
    }

        #EncartProduitList ul li {
            margin: 2px;
            padding: 2px;
            padding-left: 5px;
            padding-right: 5px;
            font-size: 12px;
        }

#EncartProduitList h2{
border:none;
}
        #EncartProduitList .Colonne1 {
            width:75%;
        }

    #EncartProduitList .Colonne2 {
        width: 10%;
    }
    #EncartProduitList .Colonne3 {
        width: 15%;
    }

/******************/
#HomePage {
    width: 100%;
}

    #HomePage .col-lg-4 {
        float: left;
        text-align: center;
        /* width: 23%; */
        width: 280px;
        height: 400px;
        border: 1px solid #c3c3c2;
        margin-bottom: 20px;
        margin-right: 4px;
        margin-left: 7px;
        padding: 0px;
    }

#HomeSlide {
    width: 98%;
}
/*****Panier & Commande*/
#cbLivraison{
   
  
    width:100%;
}

    #cbLivraison  td {

        padding: 20px;
    }

#EncartPanier {
    width: 80%;
    margin: auto;
    margin-top:20px;
    float:left;
}

    #EncartPanier .colonne1 {
        width: 10%;
    }

    #EncartPanier .colonne2 {
        width: 60%;
    }

    #EncartPanier .colonne3 {
        width: 10%;
    }

    #EncartPanier .colonne4 {
        width: 10%;
    }

    #EncartPanier .colonne5 {
        width: 10%;
        text-align: right;
    }

    #EncartPanier ul {
        display: flex;
    }

        #EncartPanier ul li {
            display: inline;
            list-style: none;
            margin: 0px;
            padding: 0px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

    #EncartPanier .TitrePanier {
        font-size: 14px;
        font-weight: 600;
        text-transform: capitalize;
    }

#EncartPanierBas {
    width: 100%;
    max-width: 340px;
    margin: 0%;
    float: right;
    color: #454545;
}

    #EncartPanierBas h2 {
        border-bottom: 1px solid #ebebeb;
        font-size: 16px;
        font-weight: 700;
        margin: 2px;
    }

    #EncartPanierBas ul {
        display: flex;
    }

        #EncartPanierBas ul li {
            display: inline;
            list-style: none;
            margin: 0px;
            padding: 0px;
            padding-top: 5px;
            padding-bottom: 5px;
        }


    #EncartPanierBas .Ligne {
        border-bottom: 1px solid #ebebeb;
        font-size: 14px;
        font-weight: 700;
        margin: 2px;
    }

    #EncartPanierBas .Colonne1 {
        width: 80%;
        float: left;
    }

    #EncartPanierBas .Colonne2 {
        text-align: right;
        width: 20%;
        float: left;
    }

#EncartPanierBas2 {
    width: 100%;
    max-width: 600px;
    margin: 0%;
    float: right;
}

    #EncartPanierBas2 ul {
        display: flex;
    }

        #EncartPanierBas2 ul li {
            display: inline;
            list-style: none;
            display: inline;
            list-style: none;
            margin: 10px;
            padding: 10px;
        }


    #EncartPanierBas2 .Ligne {
        border-bottom: 1px solid #ebebeb;
        border-top: 1px solid #ebebeb;
        font-size: 14px;
        margin: 2px;
    }

    #EncartPanierBas2 .Colonne1 {
        text-align: right;
        width: 60%;
        float: left;
    }

    #EncartPanierBas2 .Colonne2 {
        text-align: right;
        width: 40%;
        float: left;
    }
/******************/
/**********************************************/
#EncartBouton {
    width: 100%;
    margin: 0%;
    float: right;
    color: #454545;
}

    #EncartBouton h2 {
        border-bottom: 1px solid #ebebeb;
        font-size: 16px;
        font-weight: 700;
        margin: 2px;
    }

    #EncartBouton ul {
        display: flex;
    }

        #EncartBouton ul li {
            display: inline;
            list-style: none;
            margin: 0px;
            padding: 0px;
            padding-top: 5px;
            padding-bottom: 5px;
        }


#EncartPanierBas .Ligne {
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    font-weight: 700;
    margin: 2px;
}

#EncartBouton .Colonne1 {
    width: 50%;
    float: left;
}

#EncartBouton .Colonne2 {
    text-align: right;
    width: 30%;
    float: left;
}
/************************/
/****Fiche produit*/

#FicheProduit {
    width: 98%;
    position: relative;
    display: block;
    margin-bottom: 30px;
    box-shadow: 0 4px 14px rgba(128,128,128,0.08), 0 3px 6px rgba(128,128,128,0.06);
    padding: 0px;
}

    #FicheProduit .TitreProduit {
        /*font-size: 16px;
        height: 30px;
        width: 94%;
        margin: 0 0 0.5em;
        line-height: 1.4;
         */
        color: #3d4550;
    }

#imageProduit {
    /*
        background: #f8f8f8;
    border: 1px solid #e0e0e0;
  */
    width: 38%;
    margin: 1%;
    float: left;
    min-height: 320px;
    text-align: center;
    vertical-align: middle;
    background: rgba(0,0,0,0.04);
}

@media (min-width: 100px) and (max-width: 800px) {
    #imageProduit {
        width: 100%;
    }
}

#imageProduit .imgProduit {
    background: #f8f8f8;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    display: block;
}

#imageProduit .imgThumb {
    max-width: 50px;
    max-height: 50px;
}

#imageProduit ul {
    width: 100%;
    display: flex;
}

    #imageProduit ul li {
        width: 100%;
    }

#PresentationProduit {
    width: 58%;
    min-height: 320px;
    margin: 1%;
    padding: 10px;
    /**    border: 1px solid #e0e0e0;*/
    float: left;
}
#PresentationProduit .Colonne1{
    width: 46%;
    margin:2%;
    float:left;
  
}
    #PresentationProduit .Colonne2 {
      background-color:#F5f5f5;
      padding:10px;
    }
@media (min-width: 100px) and (max-width: 800px) {
    #PresentationProduit {
        width: 100%;
    }
}

#PresentationProduit ul {
    width: 100%;

}


#PresentationProduit .QtePanier {
    width: 50%;
    max-width: 140px;
}

#PresentationProduit .Prix {
    width: 50%;
    max-width: 140px;
}

#PresentationProduit ul li {
    margin: 2px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;

}

#PresentationProduit .EncartDescriptionProduit {
    width: 100%;

}

#PresentationProduit .EncartDescriptionProduit ul {
    width: 100%;
    display: block;
    list-style-type: disc;
}
#PresentationProduit .EncartDescriptionProduit ul li {
    margin: 2px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;

}


#EncartRemiseClient {
    color: #4bae4f;
    font-size: 16px;
    font-weight: 500;
    /* float: left; */
    text-align: center;
    border: 1px solid #4bae4f;
    margin: auto;
    /* width: auto; */
    padding: 10px;
    margin-top: 5px;
    width: max-content;
    height: auto;
    display: flex;
}


#EncartFranco {
    color: red;
    font-size: 16px;
    font-weight: 500;
    /* float: left; */
    text-align: center;
    border: 1px solid #ff0000;
    margin: auto;
    margin-bottom:5px;
    padding: 10px;
    width: max-content;
    height: auto;

    display: flex;
}


.FrancoMessageFiche {
    /* width: 300px; */
    /* margin: auto; */
    padding: 10px;
    color: red;
    font-size: 16px;
    float: left;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    margin: auto;
    width: 100%;
}
/*****Panier & Commande*/
#CorpsPage .TotalPanier {
    float: right;
    padding: 2%;
    margin: 0;
    width: 30%;
    margin-bottom: 20px;
}

#PanierSigle {
    padding: 0px;
    margin: 0;
    width: 60px;
    height: 40px;
}

    #PanierSigle ul {
        padding: 0px;
        margin: 0;
    }

        #PanierSigle ul li {
            padding: 0px;
            margin: 0;
        }

    #PanierSigle .Plus {
        width: 20px;
        height: 20px;
        border: 1px solid #5f5f5f;
        margin: 1px;
    }

    #PanierSigle .Moins {
        width: 20px;
        height: 20px;
        border: 1px solid #5f5f5f;
        margin: 1px;
    }

    #PanierSigle .Qte {
        width: 20px;
        height: 20px;
        font-size: 16px;
        font-weight: 700;
    }

    #PanierSigle a {
        padding: 5px;
        margin: 0px;
        color: #5f5f5f;
        font-size: 16px;
        font-weight: 700;
    }

#EncartPanierBas {
    width: 100%;
    max-width: 340px;
    margin: 0%;
    float: right;
}

    #EncartPanierBas ul {
        display: flex;
    }

        #EncartPanierBas ul li {
            display: inline;
            list-style: none;
            margin: 0px;
            padding: 0px;
            padding-top: 5px;
            padding-bottom: 5px;
        }


    #EncartPanierBas .Ligne {
        border-bottom: 1px dotted #5c5c5d;
        font-size: 14px;
        font-weight: 700;
        margin: 2px;
    }

    #EncartPanierBas .Colonne1 {
        text-align: right;
        width: 80%;
        float: left;
    }

    #EncartPanierBas .Colonne2 {
        text-align: right;
        width: 20%;
        float: left;
    }
#EncartTableDiv {
    background: #fff;
    width: 97%;
    margin: 0%;
    float: left;
}

    #EncartTableDiv ul li ul {
        width: 100%;
        display: block;
        list-style-type: disc;
    }

        #EncartTableDiv ul li ul li {
         
            margin: 10px;

        }

#EncartTableDiv .colonneImage{
   width:40%;
   max-width:300px;

}
 #EncartTableDiv .colonneCMS {
        width: 60%;

    }



#EncartRecherche {
    background: #fff;
    width: 97%;
    margin: 0%;
    float: left;
    margin-bottom: 30px;
    margin-top: 30px;
}

    #EncartRecherche ul  {
        width: 100%;
        display: block;
     
    }

        #EncartRecherche li {
            margin: 10px;
            width:100%;
        }

    #EncartRecherche .ImgMarque {
    
        height: 30px;
        max-width: 150px;
        float: left;
    }




#EncartMarqueHome {
    background: #fff;
    width: 60%;
    margin: 0%;
    /* float: left; */
    margin: auto;
    margin-bottom: 20px;
    /* margin-top: 30px; */
    /* padding-bottom: 20px; */
    display: flex;
}

    #EncartMarqueHome ul {
        width: 100%;
        display: block;
    }

    #EncartMarqueHome li {
        margin: 10px;
        width: 100%;
    }

    #EncartMarqueHome .ImgMarque {
        height: 50px;
        max-width: 150px;
        float: left;
    }
/******************/
#PageContact {
    background: #fff;
    width: 97%;
    margin: 0%;
    float: left;
}

    #PageContact .col-xs-6 {
        margin-bottom: 20px;
        float: left;
        text-align: left;
        width: 50%;
        max-width: 500px;
    }
/****Menu gauche*/
#MenuGauche {
    float: left;
    width: 24%;
    margin: 0px;
    background-color: #ffffff;
    margin-bottom: 60px;
    padding-bottom: 10px;
   
}

    #MenuGauche h2 {
        text-transform: capitalize;
        color: #FFFFFF;
        margin: 0px;
        font-weight: 600;
        font-size: 14px;

    }

    #MenuGauche .TitreMenuGauche {
        margin: 0;

        padding: 10px;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
        background: #4bae4f;
        color: #fff;
        border: 1px solid #4bae4f;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
   
    }

    #MenuGauche a {
        color: #3d3c3f;
    }

        #MenuGauche a:hover {
            color: #4bae4f;
            text-decoration: none;
        }

    #MenuGauche .SousTitre {
        display: block;
        background: #f5f4f4;
        width: 99%;
        color: #6c7b84;
        font-size: 14px;
        font-weight: 300;
        border-bottom: 0px dotted #3d4550;
        padding: 10px;
        margin-bottom: 2px;
        margin-top: 2px;
    }


    #MenuGauche .SousTitreSelect {
        display: block;
        border: 1px dotted #6eafc8;


        margin: 3px;
        width: 99%;
        color: white;
        background-color: #f7f9fa;
        padding: 5px;
        padding-left: 20px;
    }

    #MenuGauche .SousTitre2 {
        display: block;
        border: 1px dotted #6eafc8;

        background-color: #f7f9fa;
        margin: 10px;
        width: 95%;
        color: white;
        /*  border-radius: 0px 12px 0 12px;*/
        padding: 5px;
    }


    #MenuGauche .SousTitre2Select {
        display: block;
        border-left: 2px dotted #4bae4f;
    padding-left:20px;
        margin: 15px;
        width: 90%;
        color: white;
        /*  border-radius: 0px 12px 0 12px;*/
        padding: 5px;
        padding-left: 10px;
    }

    #MenuGauche ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        margin-bottom: 10px;
  
        display: block;
    }

        #MenuGauche ul li {
            margin: 0px;
            padding: 3px;
            border-bottom: 1px solid #d6d4d4;
        }

            #MenuGauche ul li a {
                display: block;
                width: 100%;
            }
/******************/
#PageBasS2 {
    height: 100%;

    font-size: 13px;
    float: left;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #fff));
    margin-top:90px;
}
#PageBas {
 
 padding:20px;
  max-width:1400px;
  margin:auto;

}

    #PageBas a {
        color: #6c7b84;
        text-decoration: none;
    }

    #PageBas .col-md-3 {
        float: left;
        width:25%;
        min-width:275px;
margin-bottom:5px;
    }

    #PageBas .TitreMenuBas {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        color: #374046;
        padding-bottom:10px;
    }

    #PageBas .TitreSocial {
        font-size: 18px;
        text-transform: uppercase;
        color: rgb(212, 0, 80);
        font-weight: 600;
    }

    #PageBas .LigneDroite {
        /*border-right: 2px solid #a0a0a0;*/
        height: 190px;
    }

    #PageBas h2 {
        font-size: 13px;
      
        padding-bottom: 10px;
    }

    #PageBas ul li {
        font-size: 13px;
        list-style: none;
        padding-top: 4px;
        padding-bottom: 5px;
    }
/************/
#PageCMS {
}

    #PageCMS ul {
        display: block;
        list-style-type: disc;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        -webkit-padding-start: 40px;
    }

    #PageCMS .FondGris {
        background-color: #e4e4e4;
    }

    #PageCMS .col-lg-6 {
        width: 48%;
        margin: 2px;
    }



    #PageCMS a {
        color: #ef3f34;
        border-bottom: 1px solid #ef3f34;
    }
