/*
color:

orange : # e87d0b
jaune : # d4ad10

##ffcc00

*/

html {
    /* keep original fd
    background-image: url(/img/FD-FLOU-1.png);
    */
    /* background-image: url(/img/db_fd3.jpg); */
    /* background-image: url(/img/fd-test3.jpg); */
    /* background-image: url(/img/fd-light3.png); */
    /* background-repeat: no-repeat;
    background-color: #eee; */
    /* background-color: #ffcc00; */
    background-color: #fff;
}

.dbhtml {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;

    background-image: url(/img/db_fd3.jpg);
    background-repeat: no-repeat;
    background-color: #899F11;
    background-size: cover;
}

.dbfdlikehtml {

    background-image: url(/img/000-v2B-db-bg_dotted.png);
    background-repeat: repeat;
    background-color: #9b9a9a;
    /* background-size: cover; */
}

/* font*/

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
  }



/*end font*/

html,
body {
    /* background-color: #fff; */
    color: #636b6f;
    /* font-family: 'Nunito',Tahoma,Verdana,Sans-Serif; */
    font-family: 'roboto-regular','Nunito',Tahoma,Verdana,Sans-Serif;
    font-weight: 200;
    height: 100%;
    margin: 0;
    background-color: transparent !important;
}

.txtAlignCenter {
    text-align: center;
    text-decoration: none !important;
}

.padd20 {
    padding: 20px;
}

a {
    text-decoration: none !important;
    color: orangered;
}

a:hover {
    text-decoration: none !important;
    color: rgb(226, 193, 5);
}

/* .form-group span > strong {
    color: rgb(255, 102, 0) !important;
} */

/* hr {border: 1px solid #636b6f;} */
hr {
    border: 0.2px solid rgb(250, 212, 0);
    /* border: 0.3px solid #a0a0a0; */
    margin: 5px
}

span {
    /* font-family: Nunito, sans-serif; */
    font-family: Nunito,Tahoma,Verdana,Sans-Serif;
}

.card>hr {
    border: 0.3px solid #a0a0a0;
    /* border: 0.2px solid darkgoldenrod; */

    margin-right: 0;
    margin-left: 0;
}


.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-left {
    position: absolute;
    top: 0;
    left: 0;
    /*
    right: 10px;
    top: 18px;
    */
}

.content {
    text-align: center;
}



.links>a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}



/* --------------------- by db -------------------------------- */




@media only screen and (max-width: 360px) {
    .bigTitle {
        font-size: 24px;
    }

    span {
        font-size: 1rem;
    }

    .ElementFlex_Product {
        width: 100%;
    }
}

@media only screen and (min-width: 361px) and (max-width: 766px) {
    .ElementFlex_Product {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .bigTitle {
        font-size: 36px;
    }

    .ElementFlex_Product {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .bigTitle {
        font-size: 48px;
    }

    span {
        font-size: 1rem;
    }

    .ElementFlex_Product {
        width: 50%;
    }

    .col-md-10 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {}

@media only screen and (min-width: 1024px) {
    .bigTitle {
        font-size: 84px;
    }
}



/* --------------- end ledia query --------------------------------- */



.cWhite {
    color: #fff;
}

.title {
    font-size: 24px;
    font-weight: bold;
}

.container {
    padding: 0 !important;

}

/*------------- flex ----------------------*/

.dbcontainer-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.dbContainerFlex {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-around;

}

.dbContainerFleProduct {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    /* justify-content: space-around; */
    background-color: #eee;
    /* padding: 10px;*/

}

.ElementFlex_Product {
    /*width: 50%;*/
    /* padding: 20px; */
    /* max-height: 300px; */
    background-color: #fff;
    text-align: center;
    list-style: none;
    padding: 10px;
}

.elementHead {
    width: 100%;
    max-height: 140px;
    height: 60px;
    background-color: #ffcc00;
    text-align: center;
    align-items: center;
    justify-content: center;
    line-height: 50px;
    color: red;
    border-radius: 5px 5px 0 0;
}

.elementFoot {
    width: 100%;
    height: auto;
    background-color: #fcf8e8;
    text-align: justify;
    align-items: center;
    justify-content: center;
    /* line-height: 50px; */
    color: #000;
    border-radius: 0 0 5px 5px;
    padding: 10px;
}

/* url(/img/fd-light3.png) */

/* div.dbContainerFleProduct:nth-child(2) {
    border-left: 1px solid #000;
    } */


.ElementFlex_A {
    align-items: center;
    padding: 20px;

}

.dbContainerFlexMenu1 {
    display: flex;
    width: 100vw;
    justify-items: center;

}

.ElementFlex_M1_only1 {
    width: 100%;
    padding: 20px;
    height: 20px;
    /* background-color: #d4ad10; */
    /* background: rgba(255,255,255,0.5); */
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 7%, rgba(99, 99, 99, 1) 17%, rgba(212, 173, 16, 1) 24%);
    /* background-color: #ccc; */
    text-align: center;
    list-style: none;
}

.ElementFlex_M1 {
    width: 50%;
    padding: 20px;
    height: 20px;
    /* background-color: #d4ad10; */
    /* background: rgba(255,255,255,0.5); */
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 7%, rgba(99, 99, 99, 1) 17%, rgba(212, 173, 16, 1) 24%);
    /* background-color: #ccc; */
    text-align: center;
    list-style: none;
}


.dbContainerFlexMenu2 {
    display: flex;
    width: 100vw;
    justify-items: center;
}

/* .dbContainerFlex_M2 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
} */
.ElementFlex_M2 {
    width: 50%;
    padding: 20px;
    height: 20px;
    /* background-color: red; */
    text-align: center;
    list-style: none;
    /* border-radius: 10px; */
    /* box-shadow: 10px 10px 28px -11px rgba(135, 134, 125, 1); */
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 7%, rgba(99, 99, 99, 1) 17%, rgb(232, 125, 11) 24%);


    /* border: #fff solid 5px; */
}

.ElementFlex_M1_only1>a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.ElementFlex_M1_only1>a:hover {
    color: #000;
}

.ElementFlex_M1>a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.ElementFlex_M1>a:hover {
    color: #000;
}


.dbContainerFlexMenuBTN {
    display: flex;
    width: 100vw;
    justify-content: space-around;
    flex-wrap: wrap;

}

.ElementFlex_BTN {
    /*new theme*/
    position: fixed;
    left: 0;
    margin-top: 50px;
    /*end new theme*/
    width: 100%;
    padding: 20px;
    height: auto;
    line-height: 40px;
    /* background-color: red; */
    text-align: center;
    list-style: none;
    border-radius: 0 0 20px 20px;
    /* box-shadow: 10px 10px 28px -11px rgba(135, 134, 125, 1);*/
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 7%, rgba(99, 99, 99, 1) 17%, rgb(232, 125, 11) 24%);
    z-index: 888888;
}

.ElementFlex_BTN:hover {

    /* box-shadow: 10px 10px 28px -11px rgba(135, 134, 125, 1);*/
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 7%, rgba(99, 99, 99, 1) 17%, rgb(255, 138, 3) 24%);

    /* background: linear-gradient(0deg, rgba(255,255,255,0) 1%, rgba(255,255,255,0) 7%, rgba(99,99,99,1) 17%, rgb(232,125,11) 24%); */
}

.ElementFlex_BTN2 {
    width: 100%;
    padding: 20px;
    height: auto;
    line-height: 40px;
    /* background-color: red; */
    text-align: center;
    list-style: none;
    border-radius: 0 0 20px 20px;
    /* box-shadow: 10px 10px 28px -11px rgba(135, 134, 125, 1);*/
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 7%, rgba(99, 99, 99, 1) 17%, rgb(16, 185, 0) 24%);
}

.ElementFlex_BTN2:hover {

    /* box-shadow: 10px 10px 28px -11px rgba(135, 134, 125, 1);*/
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 7%, rgba(99, 99, 99, 1) 17%, rgb(28, 116, 1) 24%);

    /* background: linear-gradient(0deg, rgba(255,255,255,0) 1%, rgba(255,255,255,0) 7%, rgba(99,99,99,1) 17%, rgb(232,125,11) 24%); */
}



.flexSh {
    flex-shrink: 0;
}

.noflexSh {
    flex-shrink: 1;
}

.flexGr2 {
    flex-grow: 2;
}

.flexGr3 {
    flex-grow: 3;
}

span.title a {
    font-size: 1.2em;
    color: #fff !important;
    font-weight: bold;
}

span.title a:hover {
    color: yellow !important;
}



.ElementFlex_logo {
    width: 100%;
    padding: 20px;
    height: auto;
    text-align: center;
    list-style: none;
    width: 100%;
    height: 300px;
    background-image: url("/img/0-reseau-shop-300x109x300dpi.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    text-align: center;
}

.ElementFlex_photo {
    width: 100%;
    padding: 20px;
    height: auto;
    text-align: center;
    list-style: none;
    width: 100%;
    height: 300px;
    background-image: url("/img/shut_125890520.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    text-align: center;
    border-radius: 5px;
    ;
    margin: 30px;

}



.ET_logo {
    /* display:block;  */
    /*position: block;
     top:250px; */
    width: 100%;
    height: 300px;
    background-image: url("/img/0-reseau-shop-300x109x300dpi.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    text-align: center;

}

/* .ElementFlex_M1_only2{
    width:100%;
    padding: 20px;
    height: 20px;
    /* background-color: #d4ad10; */
/* background: rgb(255,255,255); */
/* background: linear-gradient(0deg, rgba(255,255,255,0.5) 1%, rgba(255,255,255,0.5) 7%, rgba(99,99,99,0.5) 17%, rgba(232,125,11,1) 24%); */
/* background-color: #ccc; */
/* text-align: center;
    list-style: none;
} */
/* .ElementFlex_M2{
    width:50%;
    padding: 20px;
    height: 20px;
    /* background-color: #d4ad10; */
/* background: rgb(255,255,255); */

/* background: linear-gradient(0deg, rgba(255,255,255,1) 1%, rgba(255,255,255,1) 7%, rgba(99,99,99,1) 17%, rgba(232,125,11,1) 24%); */
/* background-color: #ccc; */
/* text-align: center;
    list-style: none;
} */


.ElementFlex_M2>.dbradio-button {
    opacity: 1 !important;
    display: block !important;
    height: 25px !important;
    width: 100%;
    margin-bottom: 10px;
    width: 100%;
    margin: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}


.pBlockRed {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: red;
    color: #fff;
    text-align: center;

}



/* #finaliser{
    display: block;    
} 
#dbDetails{
    display: none;
} */

#btn_finaliser {
    margin: 10px auto;
    text-decoration: none;
    padding: 10px;
    font-family: arial;
    font-size: 1rem;
    color: #FFFFFF;
    background-color: red;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border: 4px solid #FFFFFF;
    box-shadow: 3px 3px 12px #444444;
    -webkit-box-shadow: 3px 3px 12px #444444;
    -moz-box-shadow: 3px 3px 12px #444444;
    cursor: pointer;
    line-height: 30px;
    color: gold;
    font-weight: bold;
    /*display:none*/
}


#btn_finaliser:hover {
    padding: 10px;
    box-shadow: 3px 3px 12px #444;
    -webkit-box-shadow: 3px 3px 12px #444;
    -moz-box-shadow: 3px 3px 12px #444;
}


.flex-center-adresse {
    align-items: center;
    display: flex;
    justify-content: center;
}

.flex-center-adresse {
    align-items: center;
    display: flex;
    justify-content: center;
}

.item2colAdresse {
    width: 50%;
    height: 60px;
    padding: 10px;
    background-color: rgb(255, 201, 65);
    color: red;
    text-align: center;
    border: 2px solid #fff;
    line-height: 20px;
}

.item2colAdresse:nth-child(1) {
    line-height: 40px;

}

.item2Port {
    width: 50%;
    height: auto;
    padding: 10px;
    /* background-color: rgb(255, 201, 65); */
    color: red;
    text-align: center;
    /* border:2px solid #fff; */
    line-height: 20px;
}

.item1BPort {
    width: 40% !important;

}

.item2BPort {
    width: 60% !important;
}

.item2PortPlus {
    width: 100%;
    text-align: left;
}

.list-group-item.active {
    z-index: 2;
    color: red;
    background-color: orange;
    border-color: orange;
}

.btn-dbSucess {
    background-color: yellowgreen;
    color: #fff;
}

.btn-dbSucessblue {
    background-color: rgba(44, 60, 126, 0.1) !important;
    color: rgba(44, 60, 126, 1) !important;
    font-weight: bold !important;
}

.btn-dbSucessblue:hover {
    background-color: rgba(82, 108, 214, 0.3) !important;
    /* color:rgba(44, 60, 126,0.2) !important; */
    color: #fff !important;
    font-weight: bold !important;

}

.btn-dbSucess>i {
    color: #fff;
}

.btn-dbSucess:hover {
    background-color: rgb(4, 104, 20);
    color: #fff;
}

.btn-dbwarning {
    background-color: red;
    color: #fff;
}

.btn-dbwarning:hover {
    background-color: yellowgreen;
    color: #fff;
}

.btn-yellow {
    background-color: rgb(255, 220, 23) !important;
    color: red !important;
}

/* .btnColorOrange{
    background-color: goldenrod !important;
    /* border-color: red; */
/* color:red;
    transition: none !important;
} */
/* .btnColorOrange:hover{
    background-color: orange;
    color:red;
}  */

/*------------- END flex ----------------------*/


.imgArticle {
    display: block;
    /* width: 45% !important; */
    height: 300px;
    overflow: hidden;
}

img.imgArticle {
    width: 100%;
    height: auto;
    background-size: contain;
    /*background-position: center; */
    overflow: hidden;
}

.dbContentAccueil {
    display: block;
    height: auto;
    width: 80%;
    margin: 50px auto 20px auto;

}

.content {
    width: 100%;
}


/* btn */

.divBlock {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;

}

a.divBlock {
    text-decoration: none;
}

.divInline {
    display: inline-block;
    width: 100%;
    height: 40px;
    margin: 10px auto;
    padding-top: 5px;
    /* border-radius: 20px 5px 20px 5px; */
    border-radius: 5px;

    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    text-align: center;
}

.divInline:hover {
    box-shadow: rgba(0, 0, 0, 0.419608) 0px 14px 26px -12px, rgba(0, 0, 0, 0.117647) 0px 4px 23px 0px, rgba(0, 0, 0, 0.2);
    -moz-box-shadow: rgba(0, 0, 0, 0.419608) 0px 14px 26px -12px, rgba(0, 0, 0, 0.117647) 0px 4px 23px 0px, rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: rgba(0, 0, 0, 0.419608) 0px 14px 26px -12px, rgba(0, 0, 0, 0.117647) 0px 4px 23px 0px, rgba(0, 0, 0, 0.2);
    /*border: 5px solid darkgoldenrod;*/
    background-color: #fff;
}

.divInline a {
    /* padding-bottom: 5px !important;
   */
    text-decoration: none;

}

body>main>div>div>div>div>div.card-body>a>div>div>form>div:nth-child(3)>label {
    background: red;
}


.btnOrange {
    background: rgb(253, 187, 45);
    background: linear-gradient(0deg, rgba(184, 134, 11, 0) 0%, rgb(255, 175, 2) 26%, rgb(253, 128, 45) 86%);
}

.btnOrange:hover {
    background: rgb(253, 187, 45);
    background: linear-gradient(0deg, rgba(184, 134, 11, 0) 0%, rgb(255, 124, 2) 26%, rgb(253, 111, 45) 86%);
}



.btnRed:hover {
    background: rgb(253, 187, 45);
    background: linear-gradient(0deg, rgba(184, 134, 11, 0) 0%, rgb(0, 173, 0) 26%, rgb(4, 119, 23) 86%);
}

.btnRed {
    background: rgb(253, 187, 45);
    background: linear-gradient(0deg, rgba(184, 134, 11, 0) 0%, rgb(238, 164, 3) 26%, rgb(206, 51, 4) 86%);
}

.btnRed>a {
    /* color: #fff !important; */
    font-size: 1.3em !important;
}

.color1 {
    background: rgb(253, 187, 45);
    background: linear-gradient(0deg, rgba(184, 134, 11, 0) 0%, rgba(184, 134, 11, 1) 26%, rgba(253, 187, 45, 1) 86%);
}

.colorGreen {
    background: rgb(16, 192, 0);
    background: linear-gradient(0deg, rgba(184, 134, 11, 0) 0%, rgba(184, 134, 11, 1) 26%, rgba(253, 187, 45, 1) 86%);
}


.divInline>a {
    background-color: none;
    width: 100%;
    height: 20px;
    line-height: 20px;
    /* margin-top: 15px; */
    color: #000 !important;
    font-size: 14px;
    font-weight: normal;
}

.dbContainerFleProduct {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    padding-top: 20px;
    background-color: #fff;
}

.dbContainerFleProduct:hover {
    box-shadow: rgba(0, 0, 0, 0.419608) 0px 14px 26px -12px, rgba(0, 0, 0, 0.117647) 0px 4px 23px 0px, rgba(0, 0, 0, 0.2);
    -moz-box-shadow: rgba(0, 0, 0, 0.419608) 0px 14px 26px -12px, rgba(0, 0, 0, 0.117647) 0px 4px 23px 0px, rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: rgba(0, 0, 0, 0.419608) 0px 14px 26px -12px, rgba(0, 0, 0, 0.117647) 0px 4px 23px 0px, rgba(0, 0, 0, 0.2);
    /*border: 5px solid darkgoldenrod;*/
    background-color: #fff;
}


article {
    /* margin: 10 0;*/
    padding: 10px;
    margin: 0 10px;
    /* border-bottom: 1px solid #800; */

}

.pImage {
    display: inline-block;
    width: 100%;
    /* background-color: #fff; */
    text-align: center;
}

/* end btn */

/* -----------------------cart shop  filariane ------------------------------*/

.shopFilarianneFlex {
    display: flex;
    width: 100%;
    height: 75px;
    flex-wrap: wrap;
    align-content: space-between;
    margin-bottom: 50px;
}

.cartBorder {
    border-radius: 0 0 45px 45px;
}

/* .shopFilarianneItem{
    width:25%;
    height: 75px;
    padding: 0 !important;
    text-align: center;
} */
.shopFilarianneItemDiv {
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 90%;
    font-size: 25px;
    background-color: #bbb;
    color: #fff;
    margin: 20px auto 50px auto;
    text-align: center;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.33);
}



/* #cartLocation a {
   
    color: #fff;
    font-size: 25px !important;
    line-height: 50px!important;
    padding-top: 15px !important;
    

} */

/* .shopFilarianneItemDiv {
    padding-top: 15px !important;
    line-height: 50px !important;

} */

.shopFilarianneItemDiv>a {
    color: #fff;
    font-size: 25px;
    padding-top: 15px !important;
    line-height: 55px;
}



/*end filariane*/

.blocAdresse {
    display: block;
    widows: 100%;
    height: auto;
    padding: 10px;
    background-color: #fff;
}

.col-md-6 {
    /* background-color: rgba(255,255,255,0.5) !important; */
    background-color: transparent;
    padding: 0 20px;
}


.divAdresse {
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: greenyellow;
    border-radius: 5px;
}

/* ---------- alert ----------------------- */

.card-header button {

    text-decoration: none !important;

}

.smallAlert {
    background-color: red;
    padding: 5px;
    color: #fff;
    line-height: 30px;
}

#toText {
    text-align: center;
    color: red;
    font-size: 16px;
}

.toTextRed {
    color: red;
    font-size: 16px;
}

.toTextRedCenter {
    text-align: center;
    color: red;
    /* font-size:16px; */
}

.toTextBGyellowgreen {
    text-align: center;
    /* color:red; */
    font-size: 16px;
    color: #fff;
    background-color: yellowgreen;
    padding: 10px;
}

.specialFont {

    font-size: 2rem;
    color: red !important;

}

.specialFontTitle {
    font-size: 2rem;
    color: #fff !important;
}

/* paypal */

.btnformPaypal:hover {
    /* background-color: #ffc400; */
    background-color: goldenrod;
}

.btnformPaypal {
    background-color: #ffcc00;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 28px -11px rgba(135, 134, 125, 1);
    -moz-box-shadow: 10px 10px 28px -11px rgba(135, 134, 125, 1);
    box-shadow: 10px 10px 28px -11px rgba(135, 134, 125, 1);
    padding: 10px;
}

.btndbPay {
    background-color: rgba(0, 0, 0, 0);
    text-align: center !important;
    font-size: 1.5rem;
    color: rgb(14, 14, 110);
    width: 100%;

}

.divTextarea100 {
    margin-top: 10px;
    width: 100%;
    min-height: 100px;
    border-radius: 5px;
}

.txtAlign {
    text-align: center;
}

.txtcenterRed {
    text-align: center;
    color: #800;
}

.txtRed {
    color: #800;
}

.blueBox {
    background-color: rgb(6, 4, 102) !important;
}

.txtBlueBox {
    color: rgb(6, 4, 102) !important;
}

.blueBox>a {
    color: #fff !important;
    font-size: 24px;
}

.blueBox>a:hover {
    color: rgb(83, 99, 238) !important;
}

.blueTxt {
    color: rgb(6, 4, 102) !important;
}

.mailsR {
    background: darkblue;
    border-radius: .3rem;
    padding: 5px;
    text-align: center;
    color: #fff;
}

.mailsE {
    background: rgb(29, 29, 235);
    border-radius: .3rem;
    padding: 5px;
    text-align: center;
    color: #fff;
}

/* button radio --------------------------------- */

/* .primary-color{ color: #079ad9}; */

/* .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  } */

/* .radio-tile-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  } */
/*set dimensions for invisible container*/
/* .input-container {
      position: relative;
      height:  7rem;
      width:  7rem;
      margin: 0.5rem;
    }
   */
/*make actual radio input invisible*/
/* + stretch to fill container*/
.radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

/*default tile styles*/
/* .radio-tile {
        display: flex;
        /* flex-direction: column; */
/* align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        border: 2px solid #079ad9;
        border-radius: 5px;
        padding: 1rem;
        transition: transform 300ms ease;
      } */

/* .icon svg {
        fill: #079ad9;
        width: 3rem;
        height: 3rem;
      } */
/* .radio-tile-label {
        text-align: center;
        font-size: 0.75rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #079ad9;
      } */

/*active tile styles*/
/* .radio-button:checked + .radio-tile {
        background-color: #079ad9;
        border: 2px solid #079ad9;
        color: white;
        transform: scale(1.1, 1.1);
      }
        
        .icon svg {
          fill: white;
          background-color: #079ad9;
        }
        .radio-tile-label {
          color: white;
          background-color: #079ad9;
        }
       */



/* end button radio */


/*end paypal */
/* #blocAdresse{
    display:none;
}
#btnIdAddAdresse{
    display:none;
} */



/* #ET_logo{
    display:inline-block;
    position: absolute;
    top:250px;
    width: 100% ;
    height: 425px;
    background-image: url("/img/n1-logo-esaytroc-786x385.png");
    background-repeat: no-repeat;
    background-position: center top;
    
} */


/*------------------------nav magasin ------------------------*/

.dbContainerFlexMenu4 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    height: auto;

    /* justify-items: center; */
    /* background-color: red; */
    padding: 25px;
}

.ElementFlex_M4 {
    /* align-items: center; */

    /* !!!!!!!!!!!!!!!!!adjust with media query !!!!!!!!!!!!!!!!!!!!!!!*/
    width: 30%;
    /* !!!!!!!!!!!!!!!!!adjust with media query !!!!!!!!!!!!!!!!!!!!!!!*/
    margin: 1%;
    padding: 25px;
    height: auto;
    /* max-height: 200px; */

    /* border-radius: 10px;
    -webkit-box-shadow: 10px 10px 28px -11px rgba(135, 134, 125, 1);
    -moz-box-shadow: 10px 10px 28px -11px rgba(135, 134, 125, 1);
    box-shadow: 10px 10px 28px -11px rgba(135, 134, 125, 1);
    background-color: #fff;  */

    /* background: rgba(255,255,255,0.5); */
    /* background-color: #ccc; */
    text-align: center;
    list-style: none;
}

/*------------------------end nav magasin ------------------------*/


.divCat {
    padding: 10px;
    /* background-color: rgb(226, 240, 199); */
    background-color: #fff;

    border-radius: 5px;
    margin-bottom: 10px;

    -webkit-box-shadow: 10px 10px 28px -11px rgba(135, 134, 125, 1);
    -moz-box-shadow: 10px 10px 28px -11px rgba(135, 134, 125, 1);
    box-shadow: 10px 10px 28px -11px rgba(135, 134, 125, 1);
    text-align: left;
    overflow: hidden;

}

.divCat a {
    font-size: 1em;
    /* color: rgb(3, 100, 0); */
    /* color: rgb(3, 100, 0); */
    color: rgb(250, 163, 1);

}

.cattype {
    color: red;
    font-weight: bold;
}

.sousCat {
    color: rgb(128, 126, 126);
    font-weight: bold;
    text-align: center !important;
}

.UserInfo {
    color: #7f7f80 !important;
    font-weight: bold !important;
    font-size: 0.75em !important;
    line-height: 0.75em !important;
    /* text-align: center !important; */
}

.FlexblocCat {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;

}

.blocCat {
    padding: 10px;
    background-color: #fff;
    color: red;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border: 4px solid #FFFFFF;
    box-shadow: 3px 3px 12px #444444;
    -webkit-box-shadow: 3px 3px 12px #444444;
    -moz-box-shadow: 3px 3px 12px #444444;
    /* text-align: left;*/
    margin: 10px;
}

.flewgrow1 {
    /* flex-grow: 1; */
    min-width: 40%;
}

.flewgrow2 {
    /* flex-grow: 2; */
    min-width: 55%;
    font-size: 1.5em;
}

label {
    font-size: 20px !important;
}

/* .carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: red;
    border-radius: 90%;
    background-size: 100% 100%;
    margin-top: auto;
} */


/* margin-top: auto; */

/* .carousel-control-next, .carousel-control-prev {
    position: absolute; 
    top: null !important; 
  bottom: 0 !important;
    display: flex;
   align-items: center;
   justify-content: center;
   width: 15%;
   color: #fff;
   text-align: center;
   opacity: .5; 
}
 */

/*carousselle bootstrap 4*/
.carousel-indicators {
    bottom: 60px;
}

.carousel-indicators li {
    width: 100px;
}

.carousel-indicators li img {
    border: 1px solid #fff;
}

/*carousselle bootstrap 4*/

.listHover:hover {
    background-color: rgb(241, 233, 211);

}

.dbcursorActive {
    cursor: pointer;
}

.card {
    border: none !important;
    background-color: rgba(255, 255, 255, 0.7);

}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);

    /* background-color: rgba(0,0,0,0); */
}



#dbCategories>div>div>div>div a {
    color: red !important;
}



#contTrucFlex {
    display: flex !important;
    width: 100%;
    /* justify-items: center;*/
    flex-wrap: nowrap;
    justify-content: space-around;

}

.contTrucFlexItem {
    /* width:65%; */
    /* padding: 20px;
    height: 20px; */
    /* background-color: #d4ad10; */
    /* background: rgba(255,255,255,0.5); */
    /* background: linear-gradient(0deg, rgba(255,255,255,1) 1%, rgba(255,255,255,1) 7%, rgba(99,99,99,1) 17%, rgba(212,173,16,1) 24%); */
    /* background-color: #ccc; */
    text-align: left;
    padding-left: 10px;
    list-style: none;
}

.ctFlItem1 {
    width: 100%;
    overflow: hidden;

}

.ctFlItem2 {
    width: 100%;
    overflow: hidden;

}


/* body > main > div > div > div > div.row.justify-content-center > div > a > h2 > i */
.fasOrange {
    color: orangered;

}

i>span {
    font-size: 1.5em;
}

i>a {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;

}

/* #contTrucFlex i { font-size: 24px !important;} */

#contTrucFlex a.btn-warning {
    background-color: transparent !important;
    color: red;
}

#contTrucFlex a .fas {
    background-color: transparent !important;
    color: red !important;
}

/*--- go up--*/

.onlyGoUp {
    background-color: rgba(232, 125, 8, 1);
}

.onlyGoUp:hover {
    background-color: rgb(255, 103, 1);
}

.addPhotoUp {
    background-color: rgb(0, 201, 0);
}

.addPhotoUp:hover {
    background-color: rgb(2, 165, 16);
}

#goUp a.blockBackBottom {
    display: block;
    /* position: relative;
    top: -100px; */
    width: 100%;
    height: 30px;
    /* background-color:rgba(232,125,8,1); */
    color: #fff;
    /* margin-top: 50px; */
    text-align: center;
    min-height: 30px;
    line-height: 30px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: 50px;
    margin-bottom: 5px;
}

#goUp a:focus,
a:hover {
    color: #fff;
    text-decoration: underline;
}

/*-------*/

/*-------slider---------*/

.dbSizeCarrousel {
    min-height: 300px;
    color: rgb(124, 39, 8) !important;
}

.ViewNameTruc {
    font-size: 2em;
    color: orangered !important;
    text-align: center !important;
    font-weight: bold;
}

/* .carousel-control-next-icon {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E);
} */
/* .carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 50px !important;
    height: 50px !important;
    background: transparent no-repeat 10% !important;
    background-size: 100% 100%;
} */

/*----------------*/

.btnTroque {
    text-decoration: none;
    padding: 10px;
    font-family: arial;
    font-size: 1em;
    color: #FFFFFF !important;
    background-color: #899F11;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border: 4px solid #FFFFFF;
    box-shadow: 3px 3px 12px #444444;
    -webkit-box-shadow: 3px 3px 12px #444444;
    -moz-box-shadow: 3px 3px 12px #444444;
}


.btnTroque:hover {
    color: #fff !important;
    padding: 10px;
    background-color: #e36c09;
    box-shadow: 1px 1px 4px #777777;
    -webkit-box-shadow: 1px 1px 4px #777777;
    -moz-box-shadow: 1px 1px 4px #777777;
}

.borderRightRow {

    border-right: solid 2px #aaaaaa;
}




#ElementFlex_photoUP {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100vw;
    height: 100%;
    background-image: url("/img/shut_125890520.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    z-index: auto;
    background-color: #899F11;
}


.formInfosMore {
    background-color: cornflowerblue;
    padding: 0 20px 0 20px;
    /* min-height: 120px; */
    color: #fff;
    height: auto;
}

.formMargeplus {
    padding: 20px;
}

/* -- categories et sous cat-- */


.roundBlock {
    width: 140px;
    height: 140px;
    border-radius: 90%;
    background: #ffcc00;
    text-align: center;
    margin: 20px auto;
    line-height: 140px;
    font-size: 1.5em;
    color: chocolate;
    font-weight: bold;
    overflow: hidden;
}

.roundBlockTxt {
    font-size: 1.2em;
    color: chocolate;
    font-weight: bold;
    text-align: center;
    /* padding-right: 15px;
    padding-left: 15px; */
}

.blockCatPrinc {
    /* border-radius: 90%; */
    /* background: #ffcc00; */
    text-align: center;
    /* margin: 20px auto; */
    line-height: 140px;
    font-size: 1.5em;
    color: chocolate;
    font-weight: bold;
    overflow: hidden;
}

.blockCatPrincSecond {
    margin: 10px;
    /* border-radius: 90%; */
    background: #ffcc00;
    text-align: center;
    margin: 0 auto;
    line-height: 100px;
    font-size: 1.5em;
    color: chocolate;
    font-weight: bold;
    overflow: hidden;
    /* box-shadow: 10px 10px 28px -11px rgba(135, 134, 125, 1); */
    border: 5px solid #fff;
    -webkit-box-shadow: inset 10px 10px 47px 0px rgba(74, 49, 0, 1);
    -moz-box-shadow: inset 10px 10px 47px 0px rgba(74, 49, 0, 1);
    box-shadow: inset 10px 10px 47px 0px rgba(74, 49, 0, 1);
}

.blockCatPrincSecond:hover {
    margin: 10px;
    /* border-radius: 90%; */
    background: #ffcc0065;
    text-align: center;
    margin: 0 auto;
    font-size: 1.5em;
    color: chocolate;
    font-weight: bold;
    overflow: hidden;
    /* box-shadow: 10px 10px 28px -11px rgba(135, 134, 125, 1); */
    border: 5px solid #fff;
    -webkit-box-shadow: inset 10px 10px 47px 0px rgba(74, 49, 0, 1);
    -moz-box-shadow: inset 10px 10px 47px 0px rgba(74, 49, 0, 1);
    box-shadow: inset 10px 10px 47px 0px rgba(74, 49, 0, 1);
    /* margin-bottom: 20px; */
}


.CatInfo {
    font-size: 1em;
    color: chocolate;
    font-weight: bold;
    text-align: justify;
    padding: 20px;
}

.sousCatInfo {
    font-size: 1.5em;
    color: chocolate;
    font-weight: bold;
    text-align: center;
    padding: 20px;

}



#catMenu .catMenuTitle {
    font-size: 2 !important;
    /* color: #8d6a00; */
    color: rgb(255, 115, 0);
    text-align: left;

}


/* -- end  categories ety souscat-- */

/*-- new theme --*/

.navbar {
    position: fixed;
    width: 100vw;
    padding: .5rem 1rem;

    -webkit-box-shadow: 10px 10px 25px -15px rgb(0 0 0 / 75%);
    -moz-box-shadow: 10px 10px 25px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 25px -15px rgb(0 0 0 / 75%);
    /* z-index: 999999999 !important; */
    z-index: 0 !important;
}

.container {
    background-color: #fff;
}

.mainContainer {
    background-color: #fff !important;
    -webkit-box-shadow: 10px 10px 25px -15px rgb(0 0 0 / 75%);
    -moz-box-shadow: 10px 10px 25px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 25px -15px rgb(0 0 0 / 75%);
}

.card {

    margin-top: 2rem;
}

/* liste cat et souscat footer*/


#ListCatSousc .blockListSousC {
    /* font-size: 1 !important; */
    /* color: #8d6a00; */
    color: #bbb;
    border-left: 1px solid #000;
}

#ListCatSousc ListCatSousc.span {
    text-align: left;
    /* margin: 5px auto; */
    line-height: 1.5em;
    font-size: 1.5em;
    color: #000;
    font-weight: bold;
    overflow: hidden;

}

#ListCatSousc a {
    text-align: left;
    /* margin: 5px auto; */
    line-height: 0.9em;
    /*font-size: 1em; */
    color: rgb(119, 118, 118);
    /* font-weight: bold; */
    overflow: hidden;
}

#ListCatSousc a:hover {
    color: rgb(255, 115, 0);
}

.ListBlockCatPrinc {
    /* border-left: 1px solid #000; */
    background-color: #fff;
}

.ListBlockCatPrinc:hover {
    color: rgb(49, 49, 49);
    overflow: hidden;
    /* background-color: #fff; */
}

.btnListSousCatSimpleBlock {
    /* color:rgb(172, 14, 9); */
    color: #ddd;
}

.btnSousCatSimpleBlock:hover {
    color: #000;
}

.blockListCatPrincThird {
    text-align: left;
    margin: 0 auto;
    /* line-height: 1.2em;
    font-size: 0.6em; */
    color: #ddd;
    ;
    font-weight: bold;
    overflow: hidden;
    border-left: 2px solid #ddd;
    /* border: 0.3px solid #ddd; */

    /* margin-bottom: 20px; */
    /* box-shadow: 10px 10px 28px -11px rgba(135, 134, 125, 1); */
    /* border: 5px solid #fff;
    -webkit-box-shadow: inset 10px 10px 47px 0px rgba(74,49,0,1);
    -moz-box-shadow: inset 10px 10px 47px 0px rgba(74,49,0,1);
    box-shadow: inset 10px 10px 47px 0px rgba(74,49,0,1); */
}

#catMenu .catIdMenuTitle {
    font-size: 2 !important;
    /* color: #8d6a00; */
    /* color: rgb(255, 115, 0); */
    color: #fff;
    text-align: left;
    cursor: pointer;
}

.blockCatPrincThird {
    width: 100%;
    height: auto;
    /* margin: 10px; */
    /* border-radius: 90%; */
    /* background: #ffcc0065; */
    text-align: center;
    /* margin: 10 auto; */
    /* line-height: 1.2em;
    font-size: 1em;
    color: rgba(167, 69, 0, 0.637);
    font-weight: bold;
    overflow: hidden; */
    /* margin-bottom: 20px; */
    /* box-shadow: 10px 10px 28px -11px rgba(135, 134, 125, 1); */
    /* border: 5px solid #fff;
    -webkit-box-shadow: inset 10px 10px 47px 0px rgba(74,49,0,1);
    -moz-box-shadow: inset 10px 10px 47px 0px rgba(74,49,0,1);
    box-shadow: inset 10px 10px 47px 0px rgba(74,49,0,1); */
}


.hr2 {

    border: 0.7px solid #aaa;
    margin: 40px 5px 10px 5px;

}


.btnDivSousCatId {
    /* width: 106%; */
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    padding: 5px;
    font-family: arial;
    font-size: 1em;
    color: #FFFFFF;
    /* background-color: #7f7f7f; */
    background-color: #fcb92a;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 12px #444444;
    -webkit-box-shadow: 0px 0px 12px #444444;
    -moz-box-shadow: 0px 0px 12px #444444;
    cursor: pointer;
    margin: 5px 0 5px 0;
    /* margin-bottom: 5px;
    margin-left: -10px; */
}


.btnDivSousCatId:hover {
    background-color: #e36c09;
    box-shadow: 0px 0px 4px #777777;
    -webkit-box-shadow: 0px 0px 4px #777777;
    -moz-box-shadow: 0px 0px 4px #777777;
    cursor: pointer;
}


.btnDivCatId {
    /* width: 106%; */
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    padding: 10px;
    font-family: arial;
    font-size: 1em;
    color: #FFFFFF;
    /* background-color: #7f7f7f; */
    background-color: #fcb92a;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 12px #444444;
    -webkit-box-shadow: 0px 0px 12px #444444;
    -moz-box-shadow: 0px 0px 12px #444444;
    cursor: pointer;
    /* margin-bottom: 5px;
    margin-left: -10px; */
}


.btnDivCatId:hover {
    padding: 10px;
    background-color: #e36c09;
    box-shadow: 0px 0px 4px #777777;
    -webkit-box-shadow: 0px 0px 4px #777777;
    -moz-box-shadow: 0px 0px 4px #777777;
    cursor: pointer;
}

.btnSousCatDivCatId {
    text-decoration: none;
    padding: 10px;
    /* font-family: arial; */
    font-size: 1em;
    color: #FFFFFF;
    background-color: #bfbfbf;
    background-color: #eee;
    /* background-color: #fcb92a; */
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 12px #444444;
    -webkit-box-shadow: 0px 0px 12px #444444;
    -moz-box-shadow: 0px 0px 12px #444444;
    cursor: pointer;
    /* margin-left: 5px;
        margin-right: 5px; */

}


.btnSousCatDivCatId:hover {
    padding: 10px;
    /* background-color: #e36c09; */
    background-color: #ffdc4e;

    box-shadow: 0px 0px 4px #777777;
    -webkit-box-shadow: 0px 0px 4px #777777;
    -moz-box-shadow: 0px 0px 4px #777777;
    transition: width 2s;
}

.btnCatDetailDiv {
    text-decoration: none;
    padding: 10px;
    font-size: 1em;
    background-color: #9e9d9d !important;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 12px #444444;
    -webkit-box-shadow: 0px 0px 12px #444444;
    -moz-box-shadow: 0px 0px 12px #444444;
    cursor: pointer;
    transition: width 2s;
}

.btnCatDetailDiv:hover {

    background-color: #777676 !important;

    cursor: pointer;
}

.btnCatDetailDiv>a {
    color: #fff;
}

.btnCatDetailDiv>a:hover {
    color: #ffcc00;
}

.simpleBlockCatPrinc {
    width: 100%;
    /* text-align: center; */
    line-height: 50px;
    /* color: red;
    font-weight: bold;
    overflow: hidden; */
    text-align: center;
    /* margin: 20px auto; */
    font-size: 1.5em;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 10px !important;

}

/* 
.simpleBlockCatPrinc:hover{
    color: green;
    overflow: hidden;
    background-color: #fff;
} */

/* a.btnSousCatSimpleBlock{
  
    color: rgb(255, 115, 0);
} */

.btnCatDetailDiv>a:hover {
    color: rgb(238, 203, 3) !important;
}

.btnCatDetailDiv>a {
    color: #fff !important;
}

a.btnSousCatSimpleBlock {
    color: rgb(255, 115, 0);
}

a.btnSousCatSimpleBlock:hover {
    color: red;
}

.btnSousCatSimpleBlock>a {
    color: rgb(255, 115, 0);
    font-weight: bold;
}

.btnSousCatSimpleBlock>a:hover {
    color: rgb(255, 115, 0);
}

.heightNone {
    display: block;
}

/* end liste cat et souscat footer*/

#mainBlocCatH {
    /* padding: 100px 0 50px  0; */
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

#catMenu a {
    color: #fff;
}

.adjustTemp {
    margin-right: 15px !important;
    margin-left: 15px !important;
}

.bottomSousCat {
    display: block;
    width: 100%;
    height: 25px;
}

#imgHeader {
    background-image: url(/img/0-reseau-shop-300x109x300dpi.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 40px;
    width: 120px;
    border: none !important;
    box-shadow: none !important;
    color: #fff;
}

.hrCat {
    border: 0.1px solid #636b6f !important;
    margin-left: 10px;
}

.hr3 {
    border: 0.3px solid #ddd;
    margin: 10px 100px 10px 0;
}

.infosRSBloc {
    background-color: #e36c09;
    padding-top: 40px;
    padding-bottom: 20px;

}

.infosRSminiBloc {
    /* background-color: #fcb92a; */
    background: rgb(232, 125, 11);
    background: linear-gradient(0deg, rgba(232, 125, 11, 1) 0%, rgba(204, 204, 204, 1) 9%, rgba(204, 204, 204, 1) 81%, rgba(99, 99, 99, 1) 87%, rgba(232, 125, 11, 1) 100%);
    /* border-radius: 10px 10px 0 0; */
    padding: 50px 20px;
    /* border-radius: 10px 10px 0 0; */
}

.infosRSminiBloc2 {
    /* background-color: #fcb92a; */
    background: rgb(232, 125, 11);
    background: linear-gradient(0deg, rgba(232, 125, 11, 1) 0%, rgba(204, 204, 204, 1) 9%, rgba(204, 204, 204, 1) 81%, rgba(99, 99, 99, 1) 87%, rgba(232, 125, 11, 1) 100%);
    /* border-radius: 10px 10px 0 0; */
    padding: 25px 10px 10px 10px;
    /* border-radius: 10px 10px 0 0; */
}

h5.infosRSBloc {
    color: #fff !important;
}

a.infosRSBloc {
    color: #fff !important;
}

span.infosRSBloc {
    color: #fff !important;
}

p.infosRSBloc {
    color: #fff !important;
}

span.spanTxt1 {
    font-weight: bold;
    color: #aaa !important;
}

span.spanTxt2 {
    font-weight: bold;
    color: #fff !important;
}

span.spanTxt3 {
    font-weight: bold;
    color: red !important;
    text-align: right;
}

.pTxt1 {
    width: 100%;
    min-height: 50px;
    /* border-top: solid 1px  #aaa ; */
    border-bottom: solid 1px #aaa;
    padding: 10px;

    font-weight: bold;
    color: #aaa !important;
    font-size: 1.5 rem;
}

/* .blockPrice {display: inline-block; width: 100%; background-color: #fcb92a; margin: 10px; padding: 5px; border-radius: 5px; } */

.blockPrice {
    display: inline-block;
    width: 100%;
    background-color: #fcb92a;
    /* margin: 10px !important; */
    padding: 10px !important;
    border-radius: 5px;
    text-align: right !important;
    line-height: 20px;
}

.blockPrice>span {
    /* display: inline-block; */
    /* width: 100%; */
    background-color: #fff !important;
    /* margin: 10px !important; */
    /* padding: 10px !important;
    border-radius: 5px;
    text-align: right !important;
    line-height: 20px; */
}


.advSpace {
    /* display: block;
    width: 100%;
    height: auto; */
    /* background-color: #e36c09; */
    overflow: hidden;
    border: 10px dotted #e36c09;
    background-color: #fff;
    padding: 20px;

}

.col-md-12.divCat {
    color: #e36c09;
}

.row.borderRight {
    border-right: 1px solid #ddd;
}

.blocValid {
    padding: 10px;

    background-color: rgb(0, 209, 28);
    color: #03750d;
    /* background-color: #ffae00;
    color: red; */
    text-align: center;
}

.blocInValid {
    padding: 10px;

    background-color: red;
    color: #ffbd2f;
    /* background-color: #ffae00;
    color: red; */
    text-align: center;
}

.imgCent {
    margin-left: auto !important;
    margin-right: auto !important;
}

.carousel-indicators li {
    /* position: relative;
    flex: 0 1 auto;
    width: 30px; */
    height: 0 !important;
    /* margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: hsla(0,0%,100%,.5); */
}

.jumbotron2 {
    padding: 0 !important;
    margin-bottom: 2rem;
    background-color: #bdbbbb;
    border-radius: 0;

    -webkit-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);

}

/* .dbTableHead {
    /* background-color: orange !important; 
} */

.dbTableHeadSoftDelete {
    background-color: pink !important;
}

.headTitle {
    background-color: rgb(180, 179, 179) !important;
    padding: 10px;
    border-radius: 5px;
    /* box-shadow: grey; */
    /* background-color: orange !important; */
}

.btn-block {
    padding: 10px;
    border-radius: 5px;
    /* background-color: orange !important; */
    /* background-color: rgba(0, 0, 0, 0.2) !important; */
}

.headTitleTransp10 {

    padding: 10px;
    border-radius: 5px;
    /* box-shadow: grey; */

}

.headTitleWhite {
    /* background-color: rgb(180, 179, 179) !important; */
    margin: 20px;
    padding: 10px;
    border-radius: 5px;
    text-align: right;
    /* box-shadow: grey; */
    /* background-color: #fff !important; */

}


.alignbtnlong {
    display: block;
    width: 100%;
    /* margin: 20px auto; */
    height: auto;
    text-align: center;
}

.btnSize {
    width: 50%;
}

.showInfos {
    /* background-color: #fff; */
    min-height: 50px;
    padding: 15px;
    border-radius: 8px;
    color: rgb(114, 114, 114);
}

.showInfosTitle {
    /* background-color: #fff; */
    min-height: 50px;
    line-height: 50px;
    padding: 10px;
    /* border-radius: 8px; */
    /* color: rgb(194, 194, 194); */
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
    text-align:center;
}


.showInfos p {
    /* font-size: 1.5rem; */
    color: #666666 !important;
}

.gdBlockTitle {
    background-color: orange;
}

.gdBlockTitleTransp10 {
    background-color: rgb(0, 0, 0,0.4);
}

.txtareaOrange {
    width: 100%;
    min-height: 250px;
    font-size: 1rem;
}


.jumbotron {
    padding: 10px 20px 10px 20px !important;
    /* margin-bottom: -40px !important; */
    -webkit-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    /* margin-bottom: 50px !important; */
}

.pseudojumbotronHead {
    /* display: block;
    width: 100%; */

    /* padding: 20px 20px 10px 20px !important;
    margin-bottom: 30px !important; */
    -webkit-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75) !important;
    background-color: #d1cfcf !important;
    border-radius: 10px 10px 0 0 !important;
}

.pseudojumbotron {
    /* display: block;
    width: 100%; */

    /* padding: 20px 20px 10px 20px !important;
    margin-bottom: 30px !important; */
    -webkit-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75) !important;
    background-color: #c1bebe !important;
    border-radius: 10px 10px 0 0 !important;
}

.dbjumbotron {
    padding: 10px 20px 10px 20px !important;
    /* margin-bottom: -40px !important; */
    -webkit-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    /* margin-bottom: 50px !important; */
}

.dbpseudojumbotron {
    /* display: block;
    width: 100%; */

    /* padding: 20px 20px 10px 20px !important;
    margin-bottom: 30px !important; */
    -webkit-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75) !important;
    background-color: #c1bebe !important;
}





h4.my-0.font-weight-normal {
    text-align: center;

}

.card-body {
    margin-bottom: 150 !important;
}

.card-header {
    /* padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(255,255,255,0.5);
    background-color: rgba(0,0,0,0); */
    border-left: solid 1px #bbb;
    border-right: solid 1px #bbb;
}

.txtRed {
    color: red;
}

p.txtRed {
    color: red !important;
}

p.txtOra {
    color: rgb(255, 150, 0) !important;
}


.backgW {
    background-color: #fff !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 10px;
}

#idInfosClient {
    display: none;
}

.btn-bydbyellowgreen {
    color: #fff;
    font-weight: bold;
    background-color: yellowgreen;
    border-color: 1px solid green;

}

.btn-bydbyellowgreen:hover {
    color: green;
}

/* 
div#app {
    /* background-color: #c7e2f3 !important;
    -webkit-box-shadow: inset 10px 10px 32px -5px rgba(45,89,163,1) !important;
    -moz-box-shadow: inset 10px 10px 32px -5px rgba(45,89,163,1) !important;
    box-shadow: inset 10px 10px 32px -5px rgba(45,89,163,1) !important;
    background-image: url('/img/000-v2B-db-bg_dotted.png') !important; 
     background-image: url('https://mg-snb-renov.fr/wp-content/uploads/2020/11/000-v3-db-bg_dotted.png'); 
} */



.btn-lg {
    margin: 5px;
    background: linear-gradient(152deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 5%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 100%);
    -webkit-box-shadow: 10px 10px 30px 0px rgba(25, 25, 25, 1);
    -moz-box-shadow: 10px 10px 30px 0px rgba(25, 25, 25, 1);
    box-shadow: 10px 10px 30px 0px rgba(25, 25, 25, 1);
    color: #fff;
}

.btn-lg {

    
    color: #fff;
}

.fd-btn-lg {
    background: linear-gradient(152deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 5%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 100%);
    -webkit-box-shadow: 10px 10px 30px 0px rgba(25, 25, 25, 1);
    -moz-box-shadow: 10px 10px 30px 0px rgba(25, 25, 25, 1);
    box-shadow: 10px 10px 30px 0px rgba(25, 25, 25, 1);
    color: #fff;
}

/************** tableau referenciel ***********/
#refTable>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #99b1c9;
    background-color: #99b1c9;
}

#refTable>thead>tr>th>td {
    color: #038bd9;
}


#refTable>thead>tr>th>td>a {
    /* color:  #cad4de ; */
    color: #fff !important;
    font-weight: bold;
}

/*class="tdbgc1"*/
.tdbgc1 {
    background-color: #3d77b1;
}

a.db_tda1 {
    color: #038bd9;
    cursor: pointer;
}

a.db_tda1:hover {
    color: #032648;
}

.db_td2 {
    background-color: #dfeff8;
}



#refTableBody>tr:nth-child(-n+5) {
    background-color: #c6ddfc;
}

#refTableBody>tr:nth-child(n+5):nth-child(-n+11) {
    background-color: #b1d1fc;
}

#refTableBody>tr:nth-child(n+12):nth-child(-n+17) {
    background-color: #9bc2fa;
}

#refTableBody>tr:nth-child(n+18):nth-child(-n+21) {
    background-color: #84b6fd;
}

#refTableBody>tr:nth-child(n+22):nth-child(-n+28) {
    background-color: #6faafd;
}


.dbth-small-str {
    color: #3d77b1;
}

#refTableBody tr>td {
    /* background-color: yellowgreen !important; */
    vertical-align: middle;

}


/* .table-responsive{
     background-color: #d0e7f5 !important;
    -webkit-box-shadow: inset 10px 10px 32px -5px rgba(45,89,163,1) !important;
    -moz-box-shadow: inset 10px 10px 32px -5px rgba(45,89,163,1) !important;
    box-shadow: inset 10px 10px 32px -5px rgba(45,89,163,1) !important;
    background-image: url('/img/000-v2B-db-bg_dotted.png') !important;
    margin: 20px; 
} */

/* ---------------------------------- keep color*-----------------------------/
/*bleu color: #748fc9*/
/*----------------------------------------------------------------------------*/



.bckGrolundBlue {
    color: rgb(44, 60, 126);
    color: #fff;
}


/* btn ----------------------------------*/

button.btnBlueLight1 {
    display: block;
    width: auto;
    min-width: 110px;
    max-width: 300px;
    height: auto;
    max-height: 100px;
    padding: 10px;
    border-radius: 5px;
    background-color: #b6cbf0 !important;
    border: 2px solid rgb(90, 109, 185);
    margin-left: 5px;
    align-items: left;
    -webkit-box-shadow: 10px 14px 30px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 14px 30px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 14px 30px -12px rgba(0, 0, 0, 0.75);
}


button.btnBlueLight1>strong {
    color: rgb(44, 60, 126) !important;
}

button.btnBlueLight1 {
    transition: transform .2s !important;
}

button.btnBlueLight1:hover {
    /* transition: transform .2s !important; */
    transform: scale(1.25) !important;
    -moz-transform: scale(1.25) !important;
    -webkit-transform: scale(1.25) !important;
    -ms-transform: scale(1.25) !important;
}

/*******tpsavoir / tpcompetence**********************************/


.blockradiusTop{
    display: inline-block;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}
.blockradiusBottom{
    display: inline-block;
    padding: 10px;
    border-radius: 0 0 10px 10px ;
}

.tpsavoirBloc {
    display: inline-block;
    width: 125px;
    height: auto;

    padding: 10px;
    /* border-radius: 20px 5px 20px 5px; */
    border-radius: 5px;

    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
}

.tpsavoirBlocSizeAuto {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 !important;
    padding: 20px 10px;
    /* border-radius: 20px 5px 20px 5px; */
    border-radius: 5px;

    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    text-align: center;
    background-color: rgba(146, 197, 239, 0.5);
}

.fontsize1_5rem {
    font-size: 1.5rem;
}
.fontsize1BoldWhite_5rem {
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
}

.fontsize1_8rem {
    font-size: 1.8rem;
}


.dbHeadShadow {
    background: linear-gradient(152deg, rgba(44, 60, 126, 1) 0%, rgba(44, 60, 126, 1) 0%, rgba(44, 60, 126, 0.5) 0%, rgba(44, 60, 126, 0.25) 36%, rgba(44, 60, 126, 0.1) 55%, rgba(44, 60, 126, 0) 100%) !important;
    -webkit-box-shadow: 10px 10px 30px 0px rgba(50, 50, 50, 1) !important;
    -moz-box-shadow: 10px 10px 30px 0px rgba(50, 50, 50, 1) !important;
    box-shadow: 10px 10px 30px 0px rgba(50, 50, 50, 1) !important;

}


.dbfdmessag {
    background-color: #c8ddfa !important;
    line-height: 16px;
    margin: 5px;
    -webkit-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.dbfdmessag:hover {
    background-color: #e3eeff !important;
    line-height: 16px;
    margin: 5px;
    -webkit-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);

    transform: scale(1.25) !important;
    -moz-transform: scale(1.25) !important;
    -webkit-transform: scale(1.25) !important;
    -ms-transform: scale(1.25) !important;
}


.backTitleRedTransfnoBackG {
    text-align:center !important;
    /* max-width: 350px; */
    /* min-height:100px; */
    border:#fff solid 5px;
    border-radius:10px;
    padding: 10px;
    line-height: 1.3rem;
    margin: 5px;
    font-size:1.5rem;
    font-weight: bold !important;
    vertical-align: middle !important;
    -webkit-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.5s ease;
    transition: all 0.3s ease;
    transform: scale(0.50) !important;
    -moz-transform: scale(0.50) !important;
    -webkit-transform: scale(0.50) !important;
    -ms-transform: scale(0.50) !important;
}

.backTitleRedTransfnoBackG:hover {
    border-radius:35px;
    line-height: 1.5rem;
    border:yellow solid 25px;
    margin: 5px;
    -webkit-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);

    transform: scale(1.15) !important;
    -moz-transform: scale(1.15) !important;
    -webkit-transform: scale(1.15) !important;
    -ms-transform: scale(1.15) !important;

    transform: rotate(-12deg) !important;
    -moz-transform: rotate(-12deg) !important;
    -webkit-transform: rotate(-12deg) !important;
    -ms-transform: rotate(-12deg) !important; 
}




.backTitleRedTransf {
    background-color: orangered !important;
    /* max-width: 350px; */
    min-width:100px !important; 
    border-radius: 10px;
    padding: 20px;
    line-height: 1rem;
    /* margin: 5px; */
    font-size:1.5rem;
    font-weight: bold !important;
    vertical-align: middle !important;
    -webkit-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.backTitleRedTransf:hover {
    background-color: rgb(184, 2, 2) !important;
    line-height: 16px;
    /* margin: 5px; */
    -webkit-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);

    transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;

    /* transform: rotate(360deg) !important;
    -moz-transform: rotate(360deg) !important;
    -webkit-transform: rotate(360deg) !important;
    -ms-transform: rotate(360deg) !important; */
}



/**********QUIZ ***************************************************/

.tdQuizResultTitle {
    font-weight: bold;
    font-size: 1.5rem;
    color: rgb(10, 29, 105);
}

td.tdQuizResultQuestion {
    font-weight: bold;
    font-size: 1.3rem;
    color: #fff;
    /* color: rgb(10, 29, 105); */
}

td.QuizResultExplicat {
    font-weight: bold;
    font-size: 1.3rem;
    color: rgb(0, 95, 24);
}

td.tdQuizResult {
    font-weight: bold;
    font-size: 1.3rem;
    color: rgb(41, 70, 184);
}


.fdBlockQuiz {
    margin: 0 auto;
    padding: 0 20px 50px 20px;
    border-radius: 10px;
    background-color: #eeeeee;
    -webkit-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
}

.kindjumbo {
    display: block;
    width: 100%;
    padding: 20px;
    /* margin-bottom: 2rem; */
    background-color: #f5f4f3;
    border-radius: 0 0 10px 10px;

    -webkit-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);

}

.dbHeadQuizQuestion {
  
    background-color: rgb(10, 29, 105) !important;
    color: #fff !important;
}

/******multi colonne card by bootstrap*********************************************************************/

/* .card-columns {
    @include media-breakpoint-only(lg) {
        column-count: 4;
    }

    @include media-breakpoint-only(xl) {
        column-count: 5;
    }
} */



/*****************************************/

/***** fiche hebdo *************/

.hoverFicheH {

    width: 100% !important;
    background-color: rgb(255, 175, 2) !important;
    font-size: 1.5rem !important;

}

.hoverFicheH:hover {

    width: 100% !important;
    background-color: rgb(47, 160, 3) !important;
    color: #fff !important;
    font-size: 1.5rem !important;

}

input.validationFiche {
    width: 100% !important;
    background-color: red !important;
    color: rgb(255, 175, 2) !important;
    font-size: 2 rem !important;
    font-weight: bold !important;
}

input.validationFiche:hover {
    /* width: 100% !important; */
    background-color: #046601 !important;
    color: greenyellow !important;
    /* font-size:2 rem !important;
    font-weight:bold !important; */
}

/***** end fiche hebdo *************/
/***** fiche hebdo *************/

.hoverFicheH {

    width: 100% !important;
    background-color: rgb(255, 175, 2) !important;
    font-size: 1.5rem !important;

}

.hoverFicheH:hover {

    width: 100% !important;
    background-color: rgb(47, 160, 3) !important;
    color: #fff !important;
    font-size: 1.5rem !important;

}

input.validationFiche {
    width: 100% !important;
    background-color: red !important;
    color: rgb(255, 175, 2) !important;
    font-size: 2 rem !important;
    font-weight: bold !important;
}

input.validationFiche:hover {
    /* width: 100% !important; */
    background-color: #046601 !important;
    color: greenyellow !important;
    /* font-size:2 rem !important;
    font-weight:bold !important; */
}

/*compte rendu*/

.cptrend {
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;

}

.cptrendRed {
    color: red;
    /* font-weight: bold;*/
    font-size: 0.8rem; 

}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    /* min-height: 200px; */
    padding: 10p !important;
    font-size: .9rem;
    line-height: 1.6;
    color: #495057;
    /* background-color: #dfdcdc !important; */
    background-color: #fff !important;

    border: 1px solid #929292 !important;
    border-radius: 0.25rem;
    /* transition: border-color .15s ease-in-out,box-sh */
}

.btn-dangerbydb {
    color: #fff;
    background-color: rgba(210,10,10,0.7);
    border-color: #fff;
}

.btn-dangerbydb:hover {
    color: #fff;
    background-color: rgba(210,10,10,0.9);
    border-color: #fff;
}

.btn-cptrendu {
    background-color: #0e4902 ;
    color: #fff;
}

.btn-cptrendu:hover {
    background-color: #167902 ;
    color: greenyellow;
}


a#txtA-n1 { 
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
}
a#txtA-n2 { 
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
}
a#txtA-n3 { 
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
}
a#txtA-n4 { 
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
}
a#txtA-n5 { 
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
}
a#txtA-n6 { 
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
}


textarea{
transition: all 1s ease;
}

.dbNoCursor{
    cursor:none  !important;
}

/* end compte rendu*/


/************icon -----------*/

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

/************icon -----------*/

/*** table ****/

tbody {
    background-color: #f1efef !important;
}

/***** end table ***/

/***** end fiche hebdo *************/

/* 
//***not ***
.nav-link {
    display: inline !important; 
    padding: 0.2rem 0.5rem; 
} */


/* dbtools */
textarea.dbtoolsComment{

border:0 !important;
background-color:lightgray;
color:blueviolet;
font-size:1.5rem;
text-align:center;
line-height: 2rem;
min-height: 125px;
}

.dbtoolsFlex {
    display: flex;
    width: 100vw;
    flex-wrap: wrap;
    justify-items:center;
}

/* .dbContainerFlex_M2 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
} */
.dbtoolsFlexelement {
    width: auto;
    min-width: 45%;
    /* padding: 20px; */
    height: auto;
    /* background-color: red; */
    text-align: center;
    list-style: none;
    margin: 0 auto;
    /* border-radius: 10px; */
    /* box-shadow: 10px 10px 28px -11px rgba(135, 134, 125, 1); */
    /* background: linear-gradient(0deg, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 7%, rgba(99, 99, 99, 1) 17%, rgb(232, 125, 11) 24%); */
    /* border: #fff solid 5px; */
}

.dbtoolsRfc2migc {
    width: auto;
    /* min-width: 45%; */
    padding: 20px;
    height: auto;
    /* background-color: red; */
    text-align: center;
    list-style: none;
    margin: 0 ;
    /* border-radius: 10px; */
    /* box-shadow: 10px 10px 28px -11px rgba(135, 134, 125, 1); */
    /* background: linear-gradient(0deg, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 7%, rgba(99, 99, 99, 1) 17%, rgb(232, 125, 11) 24%); */
    /* border: #fff solid 5px; */
}

/* end dbtools */

/*### juillet 2024*/
/*quizz !!! voir css en force in show*/
.bgyellow{
    padding: 5px;
    /* background-color: #fff0d6; */
    color: #000;
    border-top: solid 1px red ;
    border-bottom: solid 1px red ;
}

.bgyellowgreen{
    padding: 5px;
    background-color: yellow;
    color: green;
}


/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! machine !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

/* !!!!!! for machine only !!!!!*/
span.titleTableauBlue {
    color: #9fbbe7;
    font-weight: bold;
    text-align: center;
}

.fdClignote{
    display: inline-block;
    width: 100%;
    height: 100px;
    /* margin: 10px; */
    border-radius: 10px;
    background-color: red;
    color: yellow;
    /* padding: 10px; */
    text-align: center;
}

.flagOn {

    display: inline-block;
    width: 100%;
    height: 100px;
    color: yellow;
    border-radius: 10px;
    text-align: center;
    background: rgb(255,0,0);
background: linear-gradient(180deg, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(255,0,0,1) 20%, rgba(205,0,0,1) 77%, rgba(0,0,0,1) 100%);
}

.flagOff {
    display: inline-block;
    width: 100%;
    height: 100px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    background: linear-gradient(180deg, rgba(255,0,0,1) 0%, rgba(255,0,0,1) 0%, rgba(255,0,0,1) 20%, rgba(205,0,0,1) 77%, rgba(255,0,0,1) 100%);
}

.dbContenLoader{
    display: block;
    position: fixed;
    left:0;
    top:0;
    width: 100vw;
    height: 100vh;
    /* background-color: transparent !important; */
    /* background-color: #fff; */
    background-color: rgba(255,255,255,0.8);
}
.loader{
    background-color: #fff;
    width:150px;
    height:150px;
    border-radius: 90%;
    margin: 20px auto;
    background-image: url('/img/loader.gif');
    background-repeat: no-repeat;
    background-position: 57px 79px;
    text-align: center;
    padding: 20px;
    -webkit-box-shadow: inset 0px 5px 47px 0px rgba(250, 75, 50, 1);
    -moz-box-shadow: inset 0px 5px 47px 0px rgba(250, 75, 50, 1);
    box-shadow: inset 0px 5px 47px 0px rgba(250, 75, 50, 1);
    color:red;
    font-weight: bold;
    z-index: 9999999999;

}

#dblaunchloader{
    display: none;
}

/*** scroll up and down */

a#myscrolltop:hover{
    cursor:pointer;
}
a#myscrolldown:hover{
    cursor:pointer;
}


.cardbodybydb{

    -webkit-box-shadow: inset 5px 5px 5px 2px rgba(118, 118, 118, 0.8 ) !important;
    -moz-box-shadow: inset 5px 5px 5px 2px rgba(118, 118, 118, 0.8) !important;
    box-shadow: inset 5px 5px 5px 2px rgba(118, 118, 118, 0.8) !important;

}

.btn{
    text-wrap:wrap !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
}

.dbBlockImg{
    display: inline-block;
    width:100%;
    height: auto;
    /* background-size: contain; */
    padding: 10px;
    text-align: center!important;
}

.cardbodyby350pxdb{
min-height: 350px !important;

}

.tdminW{
    min-width: 120px;
    text-align: center;
    vertical-align: auto;
    /* padding: 10px 10px 10px 0;*/
} 

.boxShadonOnly {
    -webkit-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
}

.dbBadgeTitre{
    background-color: #38c172;
    border-radius:5px;
    padding:5px 5px 2px 5px;
    -webkit-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
}

.dbBadgeTitreJauneOr{
    background-color: #ffcc00;
    color: red;
    border-radius:5px;
    padding:5px 5px 2px 5px;
    -webkit-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 20px 41px -7px rgba(0, 0, 0, 0.75);
}