.pink-shadow img {max-width:100%;}
a{
    cursor: pointer;
}

.bk-color-pink{
    background-color: #fbebf1;
}
.pad-betw{
    padding-top: 15px;
}

.contact-top .col-lg-3 {
    flex: 0 0 22%;
}
.contact-top .col-lg-4 {
    max-width: 36.333333%;
    flex:0 0 36.333333%;
}
.villes{
    display: inline-block;
    color:#36384c;
    font-size: 16px;
}
#logo img{
    width: 120px;
    height: auto;
}
.flex{
display: flex;

}
.flex-center{
    align-items: center;
    justify-content: center;
}
.flex-evently{
    align-items: center;
    justify-content: space-evenly;
}
.ville_selectionne{
    background-color: #36384c;
    color: #fff;
    padding: 8px 20px;
    font-size: 16px;
    font-style: italic;
    font-family: Bodoni MT;
    text-align: center;
}
.villes{
    display: inline-block;
    text-decoration: none !important;
    padding: 8px 30px;
    background-color: #fbebf1;
    font-size: 16px;
    font-family: Bodoni MT;
   
    cursor: pointer;
}
.marg-left{
     margin-left: 10%;
}
.flex-end{
    align-items: center;
    justify-content: flex-end;
}

.navbar-expand-lg{
    border-top: 1px solid #eaeaea;
    margin-top: 15px;
    box-shadow: 0px 13px 36px -18px #fddeea;
    webkit-box-shadow: 0px 13px 36px -18px #fddeea;
    -moz-box-shadow: 0px 13px 36px -18px #fddeea;;
}

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

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.mgt{
    margin-top: 5%;
}
.carousel-caption{
    bottom: 120px;
    left: 5%;
    text-align: inherit;
}
.carousel-caption .h5{
    font-size: 40px;
    font-family: Bodoni MT;
    font-style: italic;
    font-weight: bold;
}
.carousel-caption p{
    font-size: 14px;
    font-family: Bodoni MT;
    font-style: italic;
    font-weight: bold;
    color: #fbebf1;
}


.bk-color-pink.col-lg-12{
            padding: 30px 15px;
    }
    .bk-color-pink.col-lg-12 p{
        font-size: 24px; 
        color: #36384c;
    }
    .clock{
        display: flex;
        align-items: center;
    }
    .clock div p{
        display: block;
        border: 1px solid #e7ad5e;
        margin: 0 15px; 
        padding: 25px 20px;
        text-align: center;
        font-weight: bold;
    }
    .clock div span{
        padding: 5px 20px;
        color: #fff !important;
        background-color: #e7ac5d !important;
        margin: 0 15px;  
        text-align: center;
    }

.carousel-control-next {
    right: 20px;
    bottom: 30px;
    top: auto;
    width: 45px;
    height: 40px;
    background-color: #ffff;
    opacity:1;
}
.carousel-control-next-icon ,.carousel-control-prev-icon{
    font-size: 22px;
    color: #000;
    padding-top: 3px;
    opacity: 1;
    text-align: center;
    background-image: none;
    line-height: 1.5;
}
.bk-img1{
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    height: 100%;
}
.bk-img2{
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    height: 100%;
}

.img-video, .img-text{
    height: 200px;
    PADDING: 0;
}
.bloc-posi2 ,.bloc-posi1{
    height: 200px;
    width: 100%;
    background-color: #33333370;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.icon-video i{
    font-size: 44px;
    color: #ffff;
}
.text-bg{
    color: #ffff;
    font-size: 12px;
    background-color: #333;
    padding: 5px 20px;
    border-radius: 5px;
}
.text-pink{
color: #db5ca6;
font-size: 20px;
font-weight: bold;

}
.text-white{
    text-align: center;

}
.get-start a{
    background-color: #ffff;
    border-radius: 0;
    padding: 4px 20px;
    font-size: 14px;
    font-weight: bold;
}
.border-pink{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #e17cb5;
    padding: 10px;
    height: 150px;
}
.border-pink .icon{
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.border-pink span.titre_h4{
    font-size: 16px;
    padding-top: 20px;
    text-transform: uppercase;
    text-align: center;
}
.border-pink p{
    font-size: 14px;
    text-align: center;
}
.display-on-hover{
    background-color: #36384c;
    color: #fff !important;
    font-size: 13px;
    text-align: center;
    padding: 10px 20px;
    border-radius: 0;
}

#bloc1,#bloc2,#bloc3,#bloc4{
    cursor: pointer;
    margin-bottom: 10px;
}
.blocs:hover .border-pink{
    background-color: #e17cb5;
}
.blocs:hover h4 ,.blocs:hover p{
    color: #fff;
}

#bloc1:hover .icon{
    background-image: url('../images/white-icon-fleurs1.png') !important;
}
#bloc2:hover .icon {
    background-image: url('../images/white-icon-fleurs2.png') !important;
}
#bloc3:hover .icon {
    background-image: url('../images/white-icon-fleurs3.png')!important;
}
#bloc4:hover .icon{
    background-image: url('../images/white-icon-fleurs4.png')!important;
}


.t-center{
    text-align: center;
}
.text-pink{
    font-size: 24px;
    font-style: italic;
    font-family: Bodoni MT;
}
#carouselExampleIndicators .carousel-indicators li{
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background-color: #e3e3e3;
}
#carouselExampleIndicators {
border: 1px solid #ececec;
}
#carouselExampleIndicators .carousel-indicators li.active{
    background-color: #e079b3;
}
#carouselExampleIndicators .carousel-control-prev ,#carouselExampleIndicators .carousel-control-next{
    display: none;
}
.testimonial-image img{
    width: 130px;
    height: fit-content;
    object-fit: cover;
}
.carousel-indicators{
    margin-right: 0;
    margin-left: 10%;
    margin-bottom: 0px;
}
.carousel-item .text{
    padding: 15px;
    969595
}
.carousel-item .text .testimonial-content p{
    color:#969595;
}
.carousel-item .text .testimonial-title ,.carousel-item .text span{
    font-size: 18px;
    font-family:Bodoni MT;
    text-transform: uppercase;
    font-weight: 400;
}
.carousel-item .text .fa-quote-left{
    display: inline-block;
    background-color: #db5ca6;
    color: #fff;
    padding: 9px 10px;
    border-radius: 100%;
}

.bk-image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.flex-col{
    flex-direction: column;
}
.newletter{
    padding: 6%;
    BORDER: 5px solid #fff;
}
#newsletter-input{
    background-color: transparent;
    border: 1px solid #333;
    border-radius: 0;
    width: 300px;
}
.button-small{
    background-color: #36384c;
    color: #fff;
    border-radius: 0;
    margin-left: 5px;
    width: 130px;
}
.newletter .h3{
    color: #36384c;
    font-size: 20px;
    font-family: Bodoni MT;
    font-weight: 400;
}

.etapes .blck-txt{
font-weight: 600;
font-size: 13px;
color:#36384c;
}
.italic-title{
    font-family: Bodoni MT;
    font-size: 16px;
    font-style: italic;
}
.pad-25{
    padding: 25px;
}
.t-justify{
    text-align: justify;
}
.bk-color-pink.pad-25.mgt p{
    font-weight: 500;
}
.link-pink{
    color: #dd5ca6 !important;
    font-weight: 600 !important;
    font-size: 14px;
}
.text-pink2{
    color: #dd5ca6;
    font-weight: 600 !important;
    font-size: 14px;
}
.bk-color-pink.pad-25.mgt i{
    font-size: 16px;
}
.text-content{
    background-color: #fff;
    padding: 8%;
}
.text-content .title-txt{
    font-size: 16px;
    color: #e079b3;
    font-style: italic;
    font-weight: 600;

}

.text-content .text{
    font-style: italic;
    font-weight: 500;

}
.savoir-plus{
    display: inline-block;
    background-color: #feecf3;
    font-size: 13px;
    padding: 5px 10px;
    color: #36384c;
    text-decoration: none !important;

}
.savoir-plus:hover{
    background-color: #feecf3;
    color: #36384c;

}
.border-rose{
    border: 1px solid #ffd0de;
    border-radius: 5px;
}
.border-rose .col-lg-5 {
    background-color: #ffd0de;
    padding: 3%;
}

.border-rose .col-lg-7 {
   padding: 3%;
}

.title-txt{
font-size: 20px;
}
.rose{
    color: #e079b3;
    font-size: 26px;
}
.get-re{
    border-radius: 0;
    color: #fff;
    background-color: #e079b3;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.border-rose .form-group{
    width: 100%
}
.border-rose ul{
    list-style: none;
    padding: 0px !important;
}
.border-rose .fa.fa-check-circle{
    color: #e079b3;

}
.border-rose li{
    font-size: 13px;
    color: #6e707c;
}
.btn.avis{
   border-radius: 0;
    color: #fff;
    background-color: #ff739e;
    text-align: center;
    width:auto;
    padding-left:15px; 
    padding-right:15px;
    font-size: 14px;
}
.titres, #titreq{text-align: center;}
.stq{ z-index: 3;position: relative;}
.stq {
    display: inline-block;
    background: #fccddf;
    color: #36384c;
    padding: 9px;
    font-size: 16px;
    margin-top: 10px;
    width: 200px;
    clear: both;
    float: left;
    font-weight: 600;
}
.qq {
    color: black;
    cursor: pointer;
    padding: 10px 15px;
    margin: 3px 0;
    box-shadow: 0 0 15px #dedede;
    background: #fff;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    border: 2px solid transparent;
    float: left;
    width: 100%;
}
.rq {
    display: none;
    padding: 10px 15px;
    margin: 8px 0;
    box-shadow: 0 0 15px #dedede;
    background: #f44290;
    color: white;
    border: 2px solid transparent;
    float: left;
    clear: both;
    width: 100%;
}
.stq:after {content: "";position: absolute;top: 0;left: 11px;width: 200px;height: 100%;z-index: -1;background: #fccddf;transform: skewX(27deg);}
#titreq {
    font-size: 18px;
    color: black;
    font-weight: 600;
    font-family: Bodoni MT;
    line-height: 25px;
    background: #fccddf;
    padding: 10px;
    float: left;
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 8%;
}
#section-8 .col-lg-6{
    padding-left: 10px;
    padding-right: 10px;
}
.img-fl-livr{
        width: 100%;
}
.rq a{
 color: #36384c;
}
.rq a:hover{
 color: #ff739e;
}
.bord-tp{
    border-top: 2px solid #f2b0c9;
}
.list{
    list-style: none;
    padding-left: 0px;
}
.list li {
    color: #969595;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #f2edef;
}

.title_footer_sect1{
    color: #c669a9;
    font-size: 18px;
    font-weight: 500;
    font-family: Bodoni MT;
}
.title_footer_sect1-list{
    color: #c669a9;
    font-size: 18px;
    font-weight: 500;
    font-family: Bodoni MT;
}

.afficher_ville_footer{
    border-radius: 0;
    padding: 10px;
    color: #fff;
    background-color: #f2b0c9;
    font-size: 13px;
}
.ttfooter-logo{
    color: #4a4a4a;
    font-size:13px;
    font-weight: 500;
}
#footer #block_various_links_footer {
    float: left;
    margin: 12px 0 0;
    padding: 0;
    z-index: 1;
    position: relative;
}
.footer-container #footer #block_various_links_footer ul {
    text-align: center;
    margin: 0 0 2px;
    padding: 25px 0 0;
    float: left;
    width: 100%;
}
 #footer #block_various_links_footer ul li {
    float: none;
    display: inline-block;
    line-height: 10px;
    padding: 0 8px ;
    vertical-align: middle;
    color: #36384c;
}
 #footer #block_various_links_footer ul li a{
    color: #36384c;

}
 #footer #block_various_links_footer ul li a:hover{
    color: #fff;
    
}
.footer2{
    background-color: #f2b0c9;
}
#logos_paiements{
    color: #fff;
}
.footer3{
    background-color: #36384c;
}
#signaturendc a{
    color: #fff;
}

.produit a{
    text-decoration: none !important;
}

.image-produit{
    width: 100%;
    object-fit: contain;
}
.btn.afficher-boq{

    background-color: #f2b0c9;
    color: #fff;
    font-size: 14px;
    padding: 5px 30px;
    border-radius: 0;
}

#choix_devise a{
    text-decoration: none !important;
}
.devise_active{
    display: inline-block;
    padding: 2px 15px;
    margin: 0 5px;
    background-color: #e7ab5c;
    color: #fff !important;
    border-radius: 15px;
    text-decoration: none !important;
}
#fond_popup_ndc {
    background: rgba(0,0,0,0.6);
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    top: 0;
    cursor: pointer;
    display: none;
}
.popup_txt {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#popup_ndc {
    max-height: 98%;
    background: #F9F3F3;
    overflow: hidden;
    max-width: 85%;
    text-align: center;
    background-image: url(../images/bk-villes.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    border: 5px solid #f7d7e3;
}
.fermer_popup_ndc, .fermer_popup_ndc2 {
    display: inline-block;
    color: #36384c !important;
    padding: 5px 10px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    float: right;
}
#popup_ndc > p {

    clear: both;
    color: #36384c;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: Bodoni MT;
}
#popup_ndc .ville {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 15px;
}
#popup_ndc .ville a {
    display: inline-block;
    color: #36384c;
    min-width: 80px;
    font-weight: 500;
    letter-spacing: 1.2px;
    padding: 10px;
    margin: 12px;
    text-decoration: none !important;
}
 
.logo-fleurs-maroc img{
        width: auto !important;
}

#popup_ndc .ville a:hover{
    background-color: #36384c;
    color: #fbebf1;
}
#carouselExampleControls .w-100 {
    width: 100% !important;
    height: 415px;
    object-fit: cover;
}
#section-8{
    margin-bottom: 5%;
}
button.close{
    background-color: #fff !important;
    border-radius: 4px !important;
    padding: 0px 10px 10px 10px;
     opacity: 1 !important;
}
@media only screen and (max-height: 500px){
#popup_ndc{
    overflow:scroll;
}
}
.mr-b{
    margin-bottom: 5%;
}
@media only screen and (max-width: 959px){
    #section-8{
    margin-bottom: 8%;
}
.newletter{
        margin: 30px 0;
}
.footer1  .col-lg-3.col-sm-12{
    text-align: center;
    padding-top: 30px;
}
.hiera{
    padding-top: 20px;
}
}
@media only screen and (max-width: 767px){
.footer3{
    text-align: center;
}
.toggle-footer{
    padding-left: 0px;
}
.header-title h1, .header-title h2 {
    font-size: 18px;
}
.header-title a {
    font-size: 14px;
    
}
.header-title a span {
    font-size: 13px;
}
.contact-top .col-lg-4 {
    max-width: 100%;
    flex: 0 0 100%;
}
.contact-top .col-lg-3{
    flex: 0 0 100%;
}
#logo{
    text-align: center;
    padding: 30px 0;
}
header .flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#carouselExampleControls .w-100 {
    width: 100% !important;
    height: auto;
}
.carousel-control-prev {
    right: 75px;
    left: auto;
    top: auto;
    bottom: 12px;
    width: 20px;
    height: 20px;
}
.carousel-control-next {
    right: 20px;
    bottom: 12px;
    top: auto;
    width: 20px;
    height: 20px;
}
.carousel-caption{
    bottom: 40px;
    left: 5%;
    text-align: inherit;
}
.carousel-caption{
    bottom: 40px;
    left: 5%;
    text-align: inherit;
}
.carousel-caption .h5 {
    font-size: 20px;

}
.newletter .flex{
flex-direction: column;
align-items: center;
justify-content: center;
}
.newletter .button-small{
margin-top: 10px;
}
#logos_paiements img {
    width: 100%;
}
}
@media only screen and (max-width: 374px){
.fb-page.fb_iframe_widget iframe {
    width: 100% !important;
}
}

.opportunite {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #e17cb5;
    padding: 10px;
    width: calc(100% - 30px);
    margin: 15px;
}

.opportunite > p{
    margin-bottom: 0;
}

.testt {
    overflow: hidden;
    height: 0;
}

#bon_reduction span {
    display: table;
    background: #333;
    margin: 15px auto 0 0;
    text-align: center;
    color: white;
}

.testt > ul > li{position: fixed;    top: 20px;    
    left: 20px;    background: #fff;    
    padding: 10px;    border: 1px solid #e7ab5c;    
    border-radius: 50px;    color: #e7ab5c;
    width: 20%;    line-height: 1.2;    
    font-size: 14px;    z-index: 22222;    
    display: flex;    justify-content: center;    align-items: center;}
.testt > ul > li p{  display: inline-block;  width: calc(100% - 80px);  margin: 0;}
.img_notf, .img_notf2 {  background: transparent url(/themes/PRS01/img/templatetrip/services-icon.png) no-repeat scroll -144px -34px;  
    width: 50px;  height: 60px;  display: inline-block;  margin-right: 10px;}


#tsbadge4_db8d3657bdbe440c985ae127463eaad4{
    bottom: 50% !important;
}

#carouselExampleIndicators .flex-center {
    justify-content: unset !important;
}

.mentions h3,.mentions h2{
    background: #f5f5f5;
    padding: 15px;
    margin-bottom: 25px;
        margin-top: 25px;
    color: #ff739e;
    font-weight: bold;
    font-size: 20px;
}

.mentions p{
        color: #777777;
        padding-left: 15px;
}



    .header-title{
        padding: 15px 0;
    }
    .header-title h1, .header-title h2, .titre_h2{
        font-family: Bodoni MT;
        font-size:24px;
        font-weight: 400;
        color: #36384c;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .fa-home{

        color: #36384c;
        font-size: 22px !important;

    }
    .header-title a {
        text-decoration: none !important;
        font-size: 14px;
        color: #36384c;
    }
    .header-title a span {
        font-size: 14px;
    }
    .subCateg{

        font-weight: 600;
    }
    .header-title a:hover{
        color: #d94f9f;
    }

    .recp-tit{
            color: #e7ab5c;
    font-family: 'SangBleuKingdom';
    font-size: 18px;
    text-transform: uppercase;
    }
    .t-right{
        text-align: right;
    }
    .space-between{
        justify-content: space-between;
    }
    .cart_description p{
        color: #36384c !important;
        font-size: 11px;
        font-weight: 500;
    }
    .cart_description p b{
        font-size: 12px;

    }
    .cart_product {
        width: 150px;
    }
    .cart_product img{
        width: 100%;
    }
    .cart_unit {
            width: 100px;
            text-align: center;
    }
    .cart_description .product-name a{
        color: #36384c !important;
        font-size: 15px;
        text-decoration: none !important;
        
        font-weight: 500;
    }
    .edit_remove a.edit{
        display: inline-block;
        background-color: #36384c;
        color: #fff;
        padding: 6px 40px;
        text-decoration: none !important;
        font-size: 14px;

    }
    .edit_remove a.edit i{
        display: inline-block;
        color: #36384c;
        background-color: #fff;
        padding: 4px 5px;
        border-radius: 54px;
        font-size: 10px;
        margin-right: 10px;
    }

    .edit_remove a.remove{
        display: inline-block;
        background-color: #ee2424;
        color: #fff;
        padding: 6px 30px;
        text-decoration: none !important;
    }
    .edit_remove a.remove i{
            color: #fff;
            border-radius: 100%;
            font-size: 18px;
            margin-right: 10px;
    }
    .tablecomm td{
        padding: 15px;

    }
    .tablecomm th{
        background-color: #ffe9cb;
        font-size: 14px;
        font-weight: 600;
        
        color: #36384c;
        padding:10px;
    }
    .cart_quantity{
            width: 120px;
    }
    .cart_quantity .form-control{
        border-radius: 0;
        border-color: #36384c;
        text-align: center;
    }
    .plus{
        display: inline-block;
        border: 1px solid #000;
        margin-right: 2px;
        color: #000 !important;
        width: 41px;
        text-align: center;
        text-decoration: none !important;
    }
    .moins{
        display: inline-block;
        border: 1px solid #000;
        color: #000 !important;
        text-align: center;
        width: 41px;
        text-decoration: none !important;

    }
    .cart_quantity_delete{
            color: #ff1414 !important;
            font-size: 24px;

    }
    .cart_unit .pricetotal{
            font-size: 16px;
        font-weight: 600;
    }
    .cart_unit .priceReduction{
        color: #fff;
        background-color: #e079b3;
        font-size: 12px;
        margin-right: 10px;
        padding: 5px;
    }
    .cart_unit .old-price{
        color: #5c5e76;
        font-size: 15px;
        text-decoration: line-through;
        text-decoration-color: #e079b3;
    }
    .cart_total{
         width: 120px;
         text-align: center;
    }
    .cart_total .prce_total{
         font-size: 16px;
         
         color: #36384c;
         font-weight: bold;

    }
    .bk-black{
        background-color: #000;
    }
    .bonus .form-control{
        border-radius:0;
        border-color: #36384c;
    }


     ::placeholder {
      color: #9c9ca1 !important;
      opacity: 1;
    }

     :-ms-input-placeholder {
      color: #9c9ca1 !important;;
    }

     ::-ms-input-placeholder { 
      color: #9c9ca1 !important;;
    }



    .space-around{
        justify-content: space-around;
        align-items: center;
    }
    .bonus .btn-submit{
        background-color: #e7ab5c;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        border-radius: 0;
        margin-left: 10px;
    }
    .bonus p{
        
        font-size: 20px ;
        color: #36384c;
        font-weight: bold;
        text-transform: uppercase;
    }
    .total-poduct{
        color: #36384c;
        font-weight: normal;
        font-size: 14px;
        
    }
    .livra td{
        color: #36384c;
        font-weight: normal;
        font-size: 14px;
        
    }
    .total td{
        color: #e7ac5d;
        font-weight: 600;
        font-size: 14px;
        
        background-color: #000;
    }
    .total-poduct.prix{
        font-weight: 700;
        font-size: 16px;
    }
    .total td:nth-of-type(2){
        font-weight: 700;
        font-size: 16px;
    }
    .livra td:nth-of-type(2){
        font-weight: 700;
        font-size: 16px;
    }
    .etape{
        color:#e7ac5d;
        font-size: 18px;
        font-style: italic;
        font-weight: bold;
        text-transform: uppercase;
        font-family: Bodoni MT
    }

    .etape span{
        font-size: 48px;
        
    } 
    .bk-rose{
        background-color: #e7ac5d;
        margin: 20px 0;
        padding: 12px;

    }
    .content-bloc{
            padding-left: 30px;
    }
    .title-tf{
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 500;
        margin-bottom: 0;
        color: #36384c;

    }
    #inscrip label{
        font-size: 15px;
        color: #36384c;
        
        margin-right: 10px;
        margin-top: 2px;
    }
    #inscrip{
        color: #fff;
        padding-top: 20px;
    }
    #inscrip .form-control{
        border-radius: 0 !important;
    }
    #inscrip .btn.btn_inscrire{
        background-color: #36384c;
        border-radius: 0;
        color: #fff;
        width: auto;
        text-transform: uppercase;
        font-weight: 400;
        padding: 6px 20px;
        white-space: inherit;
    }
    .border{
        margin-top: 20px;
    }
    #inscrip .form-group{
        display: flex;
    }
    #inscrip .form-group{
        display: flex;
    }
    #inscrip  .form-group label{
        display: block;
        width: 35%;
    }
    #inscrip  .form-control{
        width: 35%;
    }  
    #inscrip  .checkbox label{
        width: auto;
    }
    #inscrip .checkbox{
            display: flex;
    }
    #inscrip span{
        color: #878887;
    }
    #inscrip label{
        text-transform: uppercase;
        color: #36384c;
        font-size: 14px;
    }
    .texts{
        color: #878887;
    }
    .border-top{
            border-top: 1px solid #d5d5d5;
            padding-top: 20px
    }
    #conn .form-control{
        border-radius: 0;
        /* width: 35%; */
    }
    #conn label{
        text-transform: uppercase;
    }
    #conn .btn.btn_conn {
        background-color: #d59847;
        border-radius: 0;
        color: #FFF;
        width: auto;
        text-transform: uppercase;
        font-weight: 400;
        padding: 6px 20px;
    }
    .link-pass-res{
        color: #36384c !important;
    }
    .paiement-text{
        font-weight: 500;
        

    }
    .paiement-text .fa-exclamation-triangle{
        font-size: 22px;
    }
    .condit{
        background-color:#36384c;
        color: #fff;
    }

    .condit input[type=checkbox]{
        opacity: 0;
    }
    .condit label{
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 10px;
    
    }
        
    .condit input[type=checkbox] + label:before {
        content: "\2713";
        border: 1px solid #bcbcbc;
        border-radius: 0;
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: top;
        color: transparent;
        transition: .2s;
        margin-bottom: 15px;
        font-weight: 700;
        font-size: 12px;
        background-color: #fff;
        padding: 0 4px;
        }
    .condit input[type=checkbox] + label:active:before {
        transform: scale(0);
        }

    .condit input[type=checkbox]:checked + label:before {
        background-color: #fff;
        border-color: #bcbcbc;
        color: #36384c;
        }
        .padd-20{
            padding: 20px;
        }



    @media only screen and (max-width: 990px){
        .edit_remove{
            text-align: center;
        }
        .bonus .flex.space-around{
            flex-direction: column;
        }
    }
    @media only screen and (max-width: 767px){
        .tablecomm td{
            display: block;
            width: 100%;
            text-align: center;
        }
        thead{
            display: none;
        }
        .tablecomm{
            border: 0px;
        }
        .tablecomm td{
            display: block;
            width: 100%;
            text-align: center;
            border: 1px solid #dcdcdc;
            border-bottom: 0;
        }
        .edit_remove a.edit {
            width: 140px;
        }
        .edit_remove a.remove{
            width: 140px;
        }
        .cart_product img {
            width: auto;
        }
        #inscrip .form-control {
            width: 100%;
        }
        #inscrip .form-group label {
            display: block;
            width: auto;
        }
        #inscrip .form-group {
            display: block;
        }
        #conn .form-control {
            border-radius: 0;
            width: 100%;
        }
        #inscrip .form-group.flex{
            display: flex;
        }
    }

#badgeschema, #badgeschema a {color:white}
label {cursor:pointer;}

.erreur {padding:5px;background:darkred;color:white}


@media (max-width: 767px)  {
    .testt {
        display: none;
    }
}

select#jour, select#mois, #annee {
    border: 1px solid #ccc;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.3rem;
}

.date_product{
    display: flex;
    justify-content: space-between;
}

#inscrip .paiement_btn > div {
    display: flex;
    align-items: center;
    background: #e7ad5e;
    margin-bottom: 13px;
    padding: 10px;
}

#inscrip .paiement_btn > div:last-child {
    margin-bottom: 0;
}

#inscrip .paiement_btn > div label{
    color: #fff;
    margin: 0;
    margin-left: 10px;
}

.checkbox_quantity{
    display: none;
}


.checkbox_quantity {
  position: relative;
}

.checkbox_quantity input[type=number]::-webkit-inner-spin-button,
.checkbox_quantity input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

.checkbox_quantity input[type=number]
{
  -moz-appearance: textfield;
}

.checkbox_quantity input {
  /*width: 45px;*/
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #eee;
}

.checkbox_quantity input:focus {
  outline: 0;
}

.checkbox_quantity .quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.checkbox_quantity .quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.checkbox_quantity .quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.checkbox_quantity .quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

.checkbox_quantity.flex_div {
    display: flex;
    justify-content: center;margin-bottom: 5px;
}

.divs_choc {
    display: flex;
    flex-wrap: wrap;
}

.divs_choc .acc1 {
    box-shadow: 0 0 5px 0px #f1f1f1;
    width: calc(33.33% - 10px);
    margin: 5px;padding: 10px;
    transition: .5s ease;
}
.acc1.t-center:hover {
    box-shadow: 0 0 2px 0px #f0f;
    transition: .5s ease;
}

/* ------------------ */
.alertecoro {

    background: #1d2037;
    text-align: center;
    padding: 20px;
    clear: both;
    margin-top: 13px;
}

.alertecoro .container {
    margin-bottom: 0;
}

.alertecoro p {
    font-family: poppins;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    margin: 0 auto;
}

.alertecoro p span {
    color: #FFEA01;
    font-weight: 600;
    font-size: 17px;
}

.alertecoro p i {
    color: #FFEA01;
    font-size: 30px;
    margin-bottom: 11px;
}

span.pourcentage-holder {
    position: absolute;
    top: 7px;
    right: 24px;
    color: #fff;
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 14px;
}
.attribute_list ul li:first-child{
    padding-left: 0;
}

.attribute_list ul li:last-child{
    padding-right: 0;
}

