body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Century Gothic" !important;
    background: url(../img/bg.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.svg#baskvl-webfontBold') format('svg');
}

@font-face {
    font-family: 'Candle Mustard';
    src: url('../fonts/Candle_Mustard/CandleMustard.woff2') format('woff2'), url('../fonts/Candle_Mustard/CandleMustard.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'amatic.bold';
    src: url('../fonts/BacktoBlackDemo.woff2') format('woff2'), url('../fonts/BacktoBlackDemo.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'amatic';
    src: url('../fonts/Amatic_th.woff2') format('woff2'), url('../fonts/Amatic_th.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

.btn:focus {
    outline: 0px;
}

@media screen and (max-width: 600px) {
    input[type=file] {
        width: 100% !important;
    }
}

a {
    text-decoration: none !important;
    font-family: "Century Gothic" !important;
}

a:hover {
    text-decoration: none !important;
}

fieldset {
    font-family: "Century Gothic" !important;
    min-width: 0 !important;
    padding: 2px 9px 5px 8px !important;
    /* margin: 15px 0 !important; */
    border: 1px solid silver !important;
}

p {
    font-family: "Century Gothic" !important;
}

span {
    font-family: "Century Gothic" !important;
}

legend {
    width: auto !important;
    font-family: "Century Gothic" !important;
    font-weight: bolder;
    font-size: 15px !important;
    text-align: left !important;
    -webkit-padding-start: 8px !important;
    -webkit-padding-end: 8px !important;
    -moz-padding-start: 12px !important;
    -moz-padding-end: 12px !important;
    -o-padding-start: 12px !important;
    -o-padding-end: 12px !important;
    background: none !important;
    border: none !important;
    color: #e91e63 !important;
}

.site-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    /*-webkit-box-shadow:inset 0 0 100px rgba(0,0,0,.5);
  box-shadow:inset 0 0 100px rgba(0,0,0,.5);*/
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: middle;
}

#all-content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    float: none;
    /*  padding: 0 50px;*/
    display: block;
}

#top-img-paps {
    width: 100%;
    height: 152px;
    background-size: 100%;
    margin-top: 0px;
    margin-bottom: 7px;
    padding: 6px 0;
    overflow: hidden;
    border-top: dotted 1px #ffffff;
    border-bottom: dotted 1px #ffffff;
}

@media screen and (max-width: 800px) {
    #top-img-paps {
        height: auto !important;
        border: none;
    }
    #top-img-paps #int-top-msg {
        /*display: none;*/
    }
}

@media screen and (min-width: 360px) {
    #top-img-paps {
        height: auto !important;
    }
}

#top-img-paps img {
    width: 100%;
    height: auto;
}

#content-body-all {
    /* margin-top: 25px; */
    padding: 25px 0 0 0;
    background-color: rgba( 255, 255, 255, 0.63);
    /* display: inline-block; */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#cont-div-left {
    /* width: 22%;*/
    padding: 0;
}

#content-all-left {
    padding: 0 8px;
    margin-bottom: 10px !important;
    width: 100%;
    background-color: #fff;
    padding-bottom: 15px;
    display: inline-block;
    border-radius: 10px;
}

#cont-div-srch {
    padding: 0;
    margin-bottom: 20px;
}

@media screen and (max-width: 380px) {
    #cont-div-srch {
        width: 100% !important;
    }
    #cnt-ic-r-sociaux {
        display: block !important;
    }
}

@media screen and (min-width: 800px) {
    #cont-div-srch {
        padding: 0;
    }
    #cnt-ic-r-sociaux {
        display: block !important;
    }
}

.title-page {
    font-family: "Century Gothic";
    font-size: 13px;
    font-weight: normal;
    margin-top: 8px;
    margin-bottom: 22px;
    padding-left: 24px;
    height: 17px;
}

.title-page a {
    float: left !important;
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    .title-page a {
        float: none;
    }
    .title-page .sp_nameSCT {
        display: inline-block;
        /*width: 100%;*/
    }
    #cont-div-srch-view {
        /* padding: 9px 20px; */
        margin-top: 0;
        /* background-color: #d6d6d6; */
        border-radius: 31px;
        clear: both;
    }
}

.title-page_listSouscategorie {
    padding-left: 12px !important;
}

.cont-div-srch-view {
    background-color: #e1e1e1!important;
}

@media only screen and (max-width: 767px) {
    .cont-div-srch-view {
        background-color: transparent !important;
        text-align: center !important;
    }
}

#cnt-search-bar {
    padding: 0;
    height: 27px;
    float: none;
    width: 90%;
    position: relative;
    left: 16px;
}

#cnt-search-bar form {
    height: 100%;
}

#cnt-search-bar .form-group {
    height: 100%;
    margin-bottom: 10px !important;
}

#inp_srch_bar {
    width: 100%;
    height: 27px;
    float: left;
    line-height: 27px !important;
    border-radius: 13px;
    font-size: 12px;
    font-family: "Century Gothic";
    font-style: italic;
    padding: 4px 9px;
}

#inp-srch-bar:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0px;
}

#sub-srch {
    border-radius: 13px;
    border-left: none;
    float: left;
    width: 9%;
    height: 100%;
    background: url(../img/img-search.png) no-repeat 5px 6px;
    background-size: 62%;
    position: absolute;
    right: 6px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#cnt-main-menu {
    padding: 0;
    margin-top: 10px;
}

#cnt-menuleft {}

.nav-left {
    display: inline-block;
    width: 100%;
}

.nav-left ul {
    list-style: none;
    padding: 0;
    clear: both;
    margin: 0;
}

.a-arrow {
    width: 5px;
    float: left;
}

.nav-left ul li {
    padding: 3px 0 3px 0px;
    /* background: url(../img/Minimal-next-icon.png) no-repeat 22px 13px; */
    background-size: 5px;
    border-bottom: solid 1px rgba(158, 148, 148, 0.44);
    line-height: 28px;
    text-align: left;
    transition-proprety: padding-left;
    transition-duration: 0.5s;
    -webkit-transition-proprety: padding-left;
    -webkit-transition-duration: 0.5s;
    padding-left: 7px !important;
    background: none !important;
}

.nav-left ul li:last-child {
    border-bottom: none;
    margin-bottom: 2px;
}

.nav-left ul li:hover {
    padding-left: 15px !important;
    /*background: url(../img/Minimal-next-icon.png) no-repeat 24px 17px !important;*/
    background-size: 5px !important;
}

.nav-left ul li a {
    font-family: "Century Gothic";
    font-size: 14px;
    color: #333;
    text-decoration: none;
    line-height: 24px;
}

.nav-left ul li a:hover {
    color: #00b4f9 !important;
}

#cnt-fld-h5 {
    margin-top: 15px;
    border: solid 2px #00a1e1;
    padding-top: 8px;
    border-radius: 20px;
    padding-left: 12px;
    padding-right: 12px;
}

#fld-h5 {
    height: 38px;
    margin: 0 !important;
    /* border-top: none !important; */
    box-shadow: 0px 2px 2px rgba(88, 88, 88, 0.16);
    border-radius: 30px;
    border: solid 2px #00a0e0 !important;
    border: none !important;
    box-shadow: none;
}

#fld-h5 legend {
    width: auto !important;
    display: inline-block;
    background: transparent !important;
    height: 20px;
    margin-left: -24px;
}

#cnt-main-menu h5 {
    /*font-family: "Candle Mustard";*/
    font-family: "amatic";
    font-size: 29px;
    font-weight: normal !important;
    letter-spacing: 0px;
    color: #ea148c;
    text-align: center;
    /* background: url(../img/bkg-h5.png) no-repeat 0px 14px; */
    height: auto;
    margin: 0;
    text-align: center;
    width: 100%;
    background-size: 100%;
    line-height: 34px !important;
}

#cont_cnt-img-pub {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

#cnt-img-pub {
    margin: 15px 0;
    padding: 14px;
    border: solid 1px #ccc;
    overflow: hidden;
    border-radius: 20px;
}

#form_pub label {
    float: left;
}

@media screen and (max-width: 767px) {
    #cnt-img-pub {
        display: none;
    }
}

#cnt-img-pub img {
    width: 100%;
    -webkit-transition-proprety: opacity;
    -o-transition-proprety: opacity;
    -moz-transition-proprety: opacity;
    transition-proprety: opacity;
    transition-proprety: scale;
    transition-duration: 0.4s;
    -moz-transition-proprety: scale;
    -moz-transition-duration: 0.4s;
    -o-transition-proprety: scale;
    -o-transition-duration: 0.4s;
    -webkit-transition-proprety: scale;
    -webkit-transition-duration: 0.4s;
    border-radius: 15px;
}

#cnt-img-pub img:hover {
    opacity: 1;
    transform: scale(1.11);
}

#content-all-right {
    padding: auto;
    /*width: 76.4%;*/
}

#cont-title-top-right {
    text-align: center;
    padding: 0;
}

#cont_img_gallery {
    margin-top: 11px;
    padding: 0 10px;
    display: inline-block;
}

#cont-title-top-right h3 {
    margin: 0;
    text-align: center;
    font-family: "Century Gothic";
    font-size: 19px;
    font-weight: 900;
    color: #978571;
    line-height: 27px;
}

#cnt-ic-r-sociaux {
    padding: 0;
    text-align: right;
    position: absolute;
    right: 0;
}

#cnt-ic-r-sociaux .t_social {
    text-align: center;
    width: 30%;
    display: inline-block;
    margin: 0 auto;
    float: none;
}

#cnt-ic-r-sociaux .t_social img {
    width: 100% !important;
}

#cnt-ic-r-sociaux img:hover {
    -webkit-transform: scale(1.2) !important;
    transform: scale(1.2) !important;
    -webkit-transition: all 0.4s !important;
    transition: all 0.4s !important;
    /*-webkit-animation-timing-function: linear; /* Safari 4.0 - 8.0 */
    /*animation-timing-function: linear;*/
}

#cnt-ic-r-sociaux img {}

#cnt-itm-img {
    /* padding: 10px; */
    display: inline-block;
}

#cont-img-itm {
    width: 100%;
    /* height: 240px; */
    padding: 15px;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    overflow: hidden;
    border: solid 1px #cec6c6;
    border-radius: 20px;
}

#cnt-itm-img img {
    width: 100%;
    /* height: 100%; */
    padding: 0;
    transition-proprety: scale;
    transition-duration: 0.3s;
    -webkit-transition-proprety: scale;
    -webkit-transition-duration: 0.3s;
    -moz-transition-proprety: scale;
    -moz-transition-duration: 0.3s;
    -o-transition-proprety: scale;
    -o-transition-duration: 0.3s;
    border-radius: 10px;
}

#cnt-itm-img img:hover {
    transform: scale(1.2);
    padding: 0;
}

#cnt-about-itm {
    padding: 0;
}

#cnt-about-itm p {
    height: 56px;
    width: 100%;
    font-family: "Century Gothic";
    font-size: 13px;
    font-weight: normal;
    color: #bbbaba;
    margin: 8px 0 0 0;
    overflow: auto;
}

#cnt-about-itm a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    font-family: "Century Gothic";
    line-height: 18px !important;
    display: inline-block;
    text-align: left !important;
}

#cnt-about-itm a:hover {
    color: #00b4f9 !important;
}

#cont_pagination-top {
    font-family: "Century Gothic";
    height: 25px;
    margin-top: 7px;
    padding: 0 10px;
    padding-right: 21px;
}

#cont_pagination-top p {
    font-family: "Century Gothic";
    font-size: 13px;
    line-height: 25px;
}

#cont_pagination-bottom {
    font-family: "Century Gothic";
    border-bottom: dotted 1px #cecece !important;
    height: 25px;
    margin: 0 0 50px 0;
    clear: both;
}

#cont_pagination-bottom li {
    list-style: none;
}

#cont_pagination-bottom a {
    font-family: "Century Gothic";
    color: #676565;
}

#cont-affch {
    text-align: left;
    padding: 0;
}

#cont-li-itm {
    text-align: center;
}

#cont-li-itm ul {
    width: auto;
    height: 100%;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}

#cont-li-itm li {
    float: left;
    list-style: none;
    padding: 0 7px;
}

#cont-li-itm li a {
    text-decoration: none;
}

#cont-li-itm li a.active {
    color: red !important;
}

#cont-view-all {
    text-align: right;
    padding: 0;
}

#cont_pagination-top #cont-view-all {
    height: 25px;
    float: right;
}

#cont_pagination-top #cont-view-all select {
    width: 70%;
    margin: 0 0 0 9px;
    height: 100%;
    float: right;
    padding: 0 20px 2px 12px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -o-appearance: none;
    background: url(../img/bkg-slct.png) no-repeat right;
    background-size: 16px;
    background-color: #fff;
}

#cont_pagination-top #cont-view-all select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#cont_pagination-top #cont-view-all {
    height: 25px;
    float: right;
    width: 37%;
}

#cont_pagination-top #cont-view-all .form-group {
    margin: 0;
    height: 100%;
    line-height: 25px;
}

#cont_pagination-top #cont-view-all label {
    font-family: "Century Gothic";
    font-weight: normal;
    font-size: 13px;
    color: #333;
    float: left;
}

#cont_content-view {
    display: inline-block;
    clear: both;
    padding: 0 15px !important;
}

#content-body-all-view {
    /* margin-top: 25px; */
    padding: 25px 0 0 0;
    background-color: rgba(255, 255, 255, 0.82);
    clear: both;
    display: inline-block;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#content-body-all-view .title-page {
    margin: 0;
    line-height: 23px;
    display: inline-block;
}

#cont-div-srch-view {
    padding: 3px 20px;
    margin-top: 22px;
    /* background-color: #d6d6d6; */
    border-radius: 31px;
    clear: both;
}

#cont-div-srch-TOP {
    padding: 9px 20px;
    margin-top: -15px;
    /* background-color: #d6d6d6; */
    border-radius: 31px;
}

#cnt-gallery {
    padding: 0;
}

#cnt-img-big {
    padding: 0;
}

#cnt-img-big img {
    width: 100%;
}

#cnt-tar-img {}

#div-centre-img-tar {
    margin: 0 auto;
    float: left;
    width: 86.9%;
    height: 117px;
    overflow: hidden;
}

#cnt-tar-img img {
    width: 29.3%;
    margin: 11px 5px;
}

.btn-sld-left {
    width: 14px !important;
    position: relative;
    top: 40px;
    float: left;
}

.btn-sld-right {
    width: 14px !important;
    position: relative;
    top: 40px;
    float: right;
}

#content-about-top {
    padding: 0;
    height: 130px;
}

#content-about-top p {
    font-family: "Century Gothic";
    font-size: 16px;
    font-weight: bolder;
    color: #e3007e;
    height: auto;
    text-align: left;
    clear: both;
    display: inline-block;
}

#cnt-social-network {
    padding: 0;
    display: inline-block;
    margin-top: 8px;
}

.cnt-scl-fb-ic,
.cnt-scl-gplus-ic,
.cnt-scl-gplus-ic {
    float: left;
    width: auto;
    margin-right: 20px;
    line-height: 25px;
}

.cnt-nbr-shr {
    float: left;
    width: auto;
    margin-left: 7px;
}

.cnt-nbr-shr span {
    font-family: "Century Gothic";
    font-size: 14px;
    font-weight: bolder;
}

#cnt-social-network img {
    width: 69px;
    float: left;
    height: 20px;
    border-radius: 3px;
}

#cnt-reference {
    margin-top: 15px;
    padding: 0;
    display: inline-block;
}

#cnt-reference p {
    font-family: "Century Gothic";
    font-size: 14px;
    font-weight: normal;
}

#cnt-reference span {
    font-family: "Century Gothic";
    font-size: 16px;
    font-weight: bolder;
    color: #333 !important;
}

#cnt-det {
    padding: 0;
    display: inline-block;
    clear: both;
    /* margin: 20px 0 0px 0; */
}

#cnt-det p {
    font-family: "Century Gothic";
    font-size: 15px;
    font-weight: bolder;
    text-align: center;
    margin: 0;
    width: auto;
    top: 16px;
    background-size: 55%;
}

#cnt-det p {
    font-weight: normal !important;
}

#cnt-det fieldset {
    min-width: 0!important;
    padding: 0 !important;
    margin: 0 !important;
    border-top: 1px solid silver !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

#cnt-det legend {
    text-align: center !important;
    margin: 0 !important;
}

#cnt-about-det {
    margin: 8px 0;
    padding: 0;
}

#cnt-about-det p {
    font-family: "Century Gothic";
    font-weight: normal;
    font-size: 14px;
}

.desc {
    font-weight: normal !important;
}

#cnt-about-det span {
    font-weight: normal;
}

#cnt-link-devis {
    text-align: center;
}

#link-information {
    padding: 0;
    width: 80%;
    float: none;
    margin: 0 auto;
    clear: both;
    text-align: center;
}

#link-information a:focus {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0px;
}

#link-information img {
    width: 93%;
}

#link-information img:focus,
#link-information img:visited {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    border-color: transparent !important;
    outline: 0px;
}

#link-information button {
    -webkit-appearance: none;
    border: none;
    background-color: transparent !important;
}

#link-information button:focus {
    -webkit-appearance: none;
    border: none;
    background-color: transparent !important;
    border: none;
    outline: 0px;
}

#cnt-link-devis a:hover {}

#cont-gallery-bottom {
    margin-top: 0 !important;
    padding: 0 65px;
    clear: both;
}

#cont-gallery-bottom #cnt-det p {
    color: #ea6f99;
    padding: 5px 25px;
    background-size: cover;
    line-height: auto;
}

#cnt-itm-img-ref {
    margin: 20px 0;
    padding: 0 0 0px 0;
    border-bottom: dotted 1px #cecece !important;
    height: 325px;
    overflow: hidden;
    display: inline-block;
}

@media screen and ( width: 320px) {
    #cnt-itm-img-ref {
        margin: 20px 0;
        padding: 0;
        border-bottom: dotted 1px #cecece !important;
        height: 336px !important;
        overflow: hidden;
        display: inline-block;
    }
}

@media screen and ( width: 768px) {
    #cnt-itm-img-ref {
        height: 755px;
    }
}

#cnt-img-rec {
    border: solid 1px #CCC;
    padding: 0;
    width: 100%;
    /*height: 239px;*/
    overflow: hidden;
}


/*#itm-img-ref {
    padding: 0;
    float: none;
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
    float: none;
    width: 98%;
    height: 100%;
    }*/

#itm-img-ref {
    padding: 0;
    float: none;
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
    float: none;
    width: 98%;
    height: 100%;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    width: 98%;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

#itm-img-ref img {
    width: 100%;
    /* height: 100%; */
    margin: 0;
    -webkit-transition-proprety: scale;
    -webkit-transition-duration: 0.3s;
    -moz-transition-proprety: scale;
    -moz-transition-duration: 0.3s;
    -o-transition-proprety: scale;
    -o-transition-duration: 0.3s;
    transition-proprety: scale;
    transition-duration: 0.3s;
    border-radius: 10px;
}


/*#cnt-btn-slide, #itm-img-ref .owl-nav {
    width: 100%;
    padding: 0;
    position: absolute;
    top: 32%;
    z-index: 3000;
    }*/

#cnt-btn-slide,
#itm-img-ref .owl-nav {
    width: 98%;
    padding: 0;
    position: absolute;
    top: 32%;
    z-index: 3000;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#itm-img-ref.owl-theme .owl-nav [class*="owl-"] {
    background-color: transparent;
}

.btn-sld-bttm-left {
    width: 19px;
    float: left;
    position: relative;
}

.btn-sld-bttm-right {
    width: 19px;
    float: right;
    position: relative;
}

#cnt-div-img-itm {
    height: 100%;
}

#cnt-div-img-itm img:hover {
    transform: scale(1.3);
}

#content-body-all-admin {
    margin: 30px auto;
    padding: 0;
    height: 100%;
    background-color: #fff;
    float: none;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
}

#content-body-all-admin #content-all-left {
    padding: 0 8px;
    width: 100%;
    background-color: #fff;
    padding-bottom: 15px;
    border-radius: 5px;
}

#content-body-all-admin #cnt-main-menu h5 {
    background: url(../img/bkg-h5.png) no-repeat 0px -2px;
    background-size: 100%;
}

#content-body-all-cate {
    margin: 25px auto;
    float: none;
    padding: 5px 0 15px 0;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px !important;
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
    #content-body-all-cate {
        width: 100%;
    }
}

#content-body-all-cate #cont-div-left {
    /*width: 30%;*/
    margin-top: 15px;
    padding: 0 0 0 15px;
    text-align: left;
}

#content-body-all-cate #cnt-main-menu h5 {
    font-family: "Century Gothic";
    font-size: 19px;
    font-weight: bolder;
    color: #00b4f9;
    text-align: center;
    background: url(../img/bkg-h5.png) no-repeat 0px 12px;
    height: 35px;
    line-height: 26px;
    width: 100%;
    background-size: 100%;
}

.nav-left ul li a.active {
    color: #00b4f9;
}

#cnt-content-right {
    margin-top: 25px;
    /*width: 70%;*/
    float: right;
}

#form_cate #inp_nom_cate {
    width: 75%;
    float: left;
    margin-right: 10px;
}

#form_cate {
    width: 100%;
    font-family: "Century Gothic";
    font-size: 14px;
    color: #333;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
}

#form_cate label {
    float: left;
    width: 100%;
    text-align: left;
    clear: both;
}

.cnt-formull-insc {
    width: 95%;
    height: auto;
    margin: 0;
    padding: 0;
    display: inline-block;
}

#sub_nom_cate {
    margin-bottom: 10px;
    float: left;
}

#subUpdate {
    margin-bottom: 10px;
    float: left;
}

#all-content-cate {
    /*width: 100%;*/
    height: auto;
    margin: 0 auto;
    float: none;
    padding: 0 60px;
    display: block;
    text-align: center;
}

#cont_list_cate {
    width: 100%;
    /* height: 100px; */
    float: left;
    /* background-color: rgba(204, 204, 204, 0.19); */
    display: inline-block;
    margin: 8px 0;
    /* padding: 0;*/
}

#cont_list_cate fieldset {
    text-align: left;
    padding: 10px;
    /* min-height: 350px; */
    margin-bottom: 10px;
}

#cont_list_cate legend {
    border: none;
    font-family: "Century Gothic";
    font-size: 15px;
    color: #e91e63;
    font-weight: bolder;
    border-bottom: solid 1px;
    margin: 0;
}

#cate-itm {
    text-align: left;
    border-bottom: solid 1px rgba(233, 30, 99, 0.21);
    padding: 0;
    /*padding-bottom: 15px;*/
}

#cate-itm .col-md-6 {
    padding: 0;
}

.title-cate p {
    color: #e91e63 !important;
    font-weight: bolder;
}

.cate-in {
    width: 100%;
    font-family: "Century Gothic";
    font-size: 14px;
    color: #333;
    text-align: left !important;
    line-height: 39px;
    margin: 0;
}

#cnt-nom-cate {
    overflow: hidden;
}

#cnt-nom-cate p,
#cnt-etat-cate p {
    width: 100%;
    font-family: "Century Gothic";
    font-size: 14px;
    color: #00b4f9 !important;
    text-align: left !important;
    margin: 0;
    line-height: 27px;
    display: inline-block;
}

#cnt-etat-cate p {
    text-align: right !important;
}

#cnt-check {
    padding: auto;
    float: right;
    /* text-align: right; */
}

#select {
    width: 20px;
    height: 20px;
    margin: 0;
    background: none;
    border: none;
}

#delete {
    width: 20px;
    height: 20px;
    background: none;
    border: none;
}

.img-delete {
    width: 15px;
    position: absolute;
    left: 10px;
    top: 3px;
}

.img-select {
    width: 15px;
    position: absolute;
    left: 10px;
    top: 3px;
}

#cnt-form-group {
    display: inline-block;
    float: left;
    clear: left;
    padding: 0;
}

#cnt-form-group textarea {
    max-width: 100%;
    height: 100px;
}

#list-photo {
    width: 100%;
    height: 214px;
    margin: 0;
    padding: 6px;
    border: solid 1px #ccc;
    border-radius: 4px;
}

#cnt-banniere {
    width: 100%;
    height: 114px;
    margin: 0;
    padding: 6px;
    border: solid 1px #ccc;
    border-radius: 4px;
}

#itm-photo {
    padding: 0;
    width: 22.9%;
    height: 90px;
    margin: 5px;
    border: dashed 1px #ccc;
    border-radius: 4px;
    overflow: hidden;
}

#itm-photo img {
    width: 100%;
}

.add_img {
    width: 40px !important;
    position: relative;
    top: 27px;
}

.checkbox label {
    margin: 0 8px 0 0;
    font-family: "Century Gothic";
    font-size: 13px;
    line-height: 19px;
    color: #e91e6c;
    font-weight: bolder;
    float: left;
}

.checkbox h5 {
    margin: 0 8px 0 0;
    font-family: "Century Gothic";
    font-size: 13px;
    line-height: 19px;
    color: #e91e6c;
    font-weight: bolder;
    min-width: 270px;
    text-align: right;
}

#cnt-form-recom {
    margin-bottom: 15px;
    padding: 0;
}

#cnt-form-recom label {
    /*float: none;*/
}

#sub_sous_cate {
    width: 50%;
    margin: 0 auto;
}

#sub_sous_cate:hover {
    background-color: #e2dcdc;
}

.cnt-formull-conex-admin {
    width: 90%;
    height: auto;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.cnt-formull-conex-admin label {
    float: left;
    color: #267390;
}

#sub_connexion_admin {
    width: 50%;
    float: none;
}

#content-body-all-admin-connect {
    float: none;
    padding: 0 0 15px 0;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.36);
    border: solid 1px rgba(38, 115, 144, 0.4);
}

#cnt-link-deconnexion {
    text-align: center;
    margin-top: 5px;
    color: #fff !important;
    background-color: #286090 !important;
    border-color: #204d74
}

#cnt-link-deconnexion a {
    margin: 0 8px 0 0;
    padding: 8px 25px;
    font-family: "Century Gothic";
    font-size: 13px;
    text-decoration: none;
    line-height: 19px;
    color: #fff;
    font-weight: bolder;
}

#cnt-link-deconnexion a:hover {}

#helpBlock_nomCate {
    float: left;
    clear: both;
    color: red;
}

#slct_categorie {
    width: 75%;
}

#slct_Scategorie {
    width: 75%;
}

#cnt-add-photo {
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 4px;
    display: block;
    background-color: #fff;
}

.ico_socialnet {
    width: 11%;
    float: left;
    /* margin-right: 5px; */
    margin: 5px 5px 5px 0;
}

#cnt-img-banniere {
    width: 100%;
    padding: 0;
}

#cont_btn_up-down {
    padding: 0;
    text-align: center;
    display: inline-block;
    position: relative;
    top: 25px;
}

.cont_btn_up-down {
    padding: 0;
    text-align: center;
    display: inline-block;
    /* position: relative; */
    /* top: 25px; */
}

#cont_btn_up-down #cnt-etat-cate {
    display: inline-block;
    float: right;
}

.cnt-etat-cate {
    display: inline-block;
    float: right !important;
}

#cnt-img-banniere p {
    font-family: "Century Gothic";
    font-size: 15px;
    font-weight: normal;
    line-height: 28px;
    background-color: #f3f3f3;
    color: #03A9F4;
    border: solid 1px #cacaca;
    margin-bottom: 15px;
    text-align: center;
}

.lienActu {
    clear: both;
    font-family: "Century Gothic";
    font-size: 15px;
    font-weight: normal;
    line-height: 28px;
    background-color: #f3f3f3;
    color: #03A9F4;
    border: solid 1px #cacaca;
    margin-bottom: 15px;
    text-align: center;
}

.fetchLien {
    color: #333;
    font-weight: normal;
    font-size: 13px;
    margin: 0;
}

.msg_lien {
    float: left;
    color: red;
    font-weight: bolder;
    font-size: 13px;
    margin-left: 6px;
}

#cont-img-banniere {
    width: 100%;
    height: 75px;
    padding: 0;
    overflow: hidden;
}

#cont-img-publicite {
    width: 100%;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

#cont-img-publicite img {
    width: 35%;
    padding: 0;
    overflow: hidden;
}

.img_banniere {
    width: 100%;
    cursor: pointer;
    -webkit-transition-proprety: scale;
    -webkit-transition-duration: 0.3s;
    -moz-transition-proprety: scale;
    -moz-transition-duration: 0.3s;
    -o-transition-proprety: scale;
    -o-transition-duration: 0.3s;
    transition-proprety: scale;
    transition-duration: 0.3s;
}

.img_banniere:hover {
    transform: scale(1.5);
}

#cont-logo {
    margin-bottom: 10px;
    padding: 0;
}

#cont-logo img {
    width: 100%;
}

.disabled {
    display: none;
}

#cnt-page-li-a {
    width: auto;
    display: inline-block;
}

#subPh {
    width: ;
    margin-top: 10px !important;
    float: right;
}

@media only screen and (min-width: 600px) {
    #subPh {
        width: 50% !important;
        margin-top: 10px !important;
        float: right;
    }
}

.msg_result {
    font-family: "Century Gothic";
    font-size: 20px;
    font-weight: 600;
    color: #e91e63;
}

.msg_result_span {
    color: #333;
    font-weight: normal;
}

#align-links {
    width: auto;
    display: inline-block;
    float: none;
}

#align_sign {
    margin: 50px auto;
    float: none;
    padding: 0 0 15px 0;
    display: inline-block;
}

.liName_produit {
    margin-left: 25px;
    padding: 0 !important;
    background: none !important;
    list-style: circle;
    border: none !important;
    color: red;
}

.liName_produit a {
    color: #949494 !important;
}

#cnt-about-content-gal {
    padding-left: 0;
    display: inline-block;
    padding: 0 !important;
}

#content-body-all-cate-product {
    margin: 25px auto;
    float: none;
    padding: 5px 15px 15px 15px;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px !important;
}

#content-body-all-cate-product #cont-div-left {
    /*width: 30%;*/
    margin-top: 15px;
    padding: 0 0 0 15px;
    text-align: left;
}

#content-body-all-cate-product #cnt-content-right {
    margin-top: 25px;
    /*width: 70%;*/
}

@media only screen and (max-width: 767px) {
    #cnt-content-right {
        padding: 0 !important;
    }
}

#cnt-btn2 {
    width: 45%;
    margin: 0 auto;
}

#content-body-all-cate-product .cnt-formull-insc {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.P_err {
    font-family: "Century Gothic";
    font-size: 16px;
    color: red;
    text-align: center;
    padding-top: 10px;
}

.fb-share-button {
    margin: -15px 0 0 0 !important;
    position: relative !important;
    top: -3px;
}

#cnt-itm-categorie {
    text-align: center;
    margin-bottom: 25px;
}

#cnt-itm-categorie a {
    font-family: "Century Gothic";
    font-size: 15px;
    color: #333;
    line-height: 28px;
    text-decoration: none;
}

#cnt-itm-categorie li {
    /* background-color: #847b7b;    */
}

#cnt-itm-categorie a:hover {
    color: #00b4f9;
}

#cont-categorie-list {
    margin: 10px 0;
    padding: 0;
}

#cont_vignette_sous_categorie {
    border: solid 1px #bbb;
    padding: 15px;
    overflow: hidden;
    border-radius: 20px;
}

#cont_vignette_sous_categorie a {
    padding: 0;
}

#cont_vignette_sous_categorie img {
    width: 100%;
    transition-proprety: scale;
    transition-duration: 0.4s;
    -moz-transition-proprety: scale;
    -moz-transition-duration: 0.4s;
    -o-transition-proprety: scale;
    -o-transition-duration: 0.4s;
    -webkit-transition-proprety: scale;
    -webkit-transition-duration: 0.4s;
    border-radius: 10px;
}

#cont_vignette_sous_categorie img:hover {
    transform: scale(1.5);
}

.logo_no_image {
    width: 90% !important;
    position: relative;
    top: 45px;
}

.p_crumb {
    text-decoration: none;
    color: inherit;
    width: auto;
    float: left;
    margin: 0;
}

.st_aquo {}

#sub_sclnetwrk,
#sub_banniere,
#sub_pub {
    width: 20%;
    float: left;
}

@media only screen and (max-width: 768px) {
    #sub_sclnetwrk,
    #sub_banniere,
    #sub_pub {
        width: 40% !important;
        float: left;
    }
}

#col-about-produit {
    padding: 0;
    margin-bottom: 10px;
    width: 85%;
}

#cont-vignette-produit {
    overflow: hidden;
    padding-left: 0;
}

#cont-vignette-produit img {
    width: 100%;
    border: solid 1px #ccc;
    transition-proprety: opacity;
    transition-duration: 0.4s;
}

#cont-vignette-produit img:hover {
    opacity: 0.5;
}

#cont-about-produit {
    padding: 0;
    width: 66.6% !important;
}

#cont-about-produit h6 {
    font-family: "Century Gothic";
    font-weight: bolder;
    font-size: 15px;
    margin: 0 0 10px 0;
    color: #e91e63;
}

#cont-about-produit p {
    font-family: "Century Gothic";
    font-size: 14px;
    margin: 0;
    line-height: 26px;
    color: #5f5f5f !important;
}

#cont-about-produit span {
    font-weight: bolder;
    color: #737373;
}

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

.cont_content-view {
    padding: 4px 0 0 0 !important;
}

#cont-title-categorie {
    text-align: center;
}

#cont-title-categorie h3 {
    margin: 0;
    font-family: "Century Gothic";
    font-size: 22px;
    font-weight: bolder;
    font-style: italic;
    color: #e3007e;
}

.msg_banniere {
    background-color: #831f1f !important;
    color: #fff !important;
    width: auto;
    display: inline-block;
    padding: 2px 20px;
    margin-top: 25px;
    box-shadow: 0px 0px 1px 1px #fff inset;
}

#cont_err {
    line-height: 32px;
    border: solid 1px #ff0000;
    /*margin-left: 10px;*/
    background-color: #f1dddd;
    /*margin-top: 10px;*/
    text-align: center;
}

#cont_err p {
    font-size: 14px;
    color: #ff0000;
    height: 100%;
    margin: 0;
}

#cont-upload {
    padding: 0;
}

#cnt-crumbs-socialnet {
    margin-bottom: 23px;
    padding-right: 14px;
}

.h3_web {}

.h3_mob {
    display: none;
}

@media screen and (max-width: 768px) {
    #cnt-crumbs-socialnet {
        display: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .h3_web {
        display: none;
    }
    .h3_mob {
        display: block;
    }
}

.cnt-search-bar {
    margin-top: 9px !important;
}

#cnt-crumbs-socialnet h4 {
    padding: 0;
    margin: 0 0 8px 0;
}

#cnt-crumbs-socialnet img {
    width: 6%;
}

.cnt-form-group {}

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

.align-form {
    float: none !important;
}

.cnt-content-right-admin {}

.fluid_padding {
    padding: 0 !important;
}

#cnt_formUpdate {
    padding: 0;
    margin-top: 15px;
}

#cnt_upName {
    padding: 0;
    margin-bottom: 10px;
}

#cnt_btnUpdate {
    padding: 0;
    margin-right: 10px;
}

#btnUpdate {
    margin-left: 15px;
    margin-bottom: 10px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    #btn_retour {
        float: left;
        margin-left: 15px;
        /* width: 35%;*/
    }
    #cnt_btnUpdate {
        padding: 0;
        margin-left: 0px !important;
        /*margin-top: 10px;*/
    }
    #btnUpdate {
        margin-left: 0 !important;
        /*#btnUpdate*/
    }
    #btn_retour {
        margin-top: 0 !important;
    }
}

.title-formull {
    font-family: "Century Gothic";
    font-size: 16px;
    font-weight: bolder;
    color: red;
    line-height: 35px;
    margin-top: 0;
}

#btn_retour {
    float: left;
    margin-left: 15px;
    /*width: 100%;*/
}

#visu_vignette {
    padding: 5px;
    padding-left: 0;
    position: relative;
    top: 4px;
}

#visu_vignette img {
    width: 100%;
}

#cnt_updateVignette {
    padding: 0;
    width: 75%;
}

#cnt_updateVignette fieldset {
    min-width: 0 !important;
    padding: 30px 15px;
    margin: 0 !important;
    border: 1px solid silver !important;
}

#cnt_itm_photo {
    padding: 5px;
}

@media screen and (min-width: 980px) {
    #cnt_itm_photo {
        height: 100% !important;
        overflow: hidden;
    }
}

#cnt_itm_photo img {
    width: 100%;
    height: 100%;
}

#cnt_Back {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 500000;
    background-color: #000;
}

#cnt_img {}

#cnt_img img {
    width: 100%;
}

#btn-suppr {
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 500000000;
    top: 36px;
    left: 39px;
    background-color: #fff;
    padding: 3px;
}

.col-sns-padding {
    padding: 0;
}

.owl-prev {
    left: -40px;
    position: absolute;
}

.owl-next {
    position: absolute;
    right: -40px;
}

.list-det {
    font-family: "Century Gothic";
    font-size: 14px;
    font-weight: bolder !important;
}

.item2 {
    overflow: hidden;
    /* width: 91%;--*/
}

.owl-item.active {
    margin-right: 12px !important;
}

.item2 img {
    width: 100%;
    -webkit-transition-proprety: scale;
    -moz-transition-proprety: scale;
    -o-transition-proprety: scale;
    transition-proprety: scale;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.item2 img:hover {
    transform: scale(1.3);
}

#cnt-item-img {
    /* height: 85%; */
    overflow: hidden;
    border: solid 1px #00a0e0;
    padding: 15px;
    border-radius: 20px;
}

#cnt-p_item {}

#cnt-p_item p {
    color: #333 !important;
}

#cnt-p_item a {
    color: #333 !important;
    font-family: Century Gothic !important;
    font-size: 14px;
    font-weight: normal;
    text-align: left !important;
    letter-spacing: 0px;
}

#cnt-p_item a:hover {
    color: #00a0e0 !important;
}

#vers_haut,
#vers_haut_mobile {
    overflow: hidden;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url(../lesimages/fleche_bas_to.png);
    background-repeat: no-repeat;
    background-position: center center;
    bottom: 65px;
    cursor: pointer;
    position: absolute;
    border-radius: 50px;
    right: 0;
    z-index: 1000;
}

.site-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: middle;
}

.cover-container {
    margin-right: auto;
    margin-left: auto;
}

.inner {
    padding: 30px;
}

#cont_cnt-logo_admin {}

#cnt-logo_admin img {
    width: 100%;
}

#cnt-logo_admin {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: solid 1px #296192;
    margin: 4px 0;
    padding: 8px;
    left: 20px;
    float: left;
    overflow: hidden;
}

#cnt-logo_admin .logo_mil {
    width: 70%;
}

#cnt-link-compte {
    line-height: 48px;
    background-color: #f3f4f5;
    text-align: center !important;
    border-left: solid 1px rgba(204, 204, 204, 0.66);
    float: right;
}

#cnt-link-compte p {
    font-size: 13px;
    margin: 0;
}

#cnt-link-compte a {
    color: #5bc0de;
    padding: 15px;
    /* background-color: #ecebeb;*/
}

#cnt-link-compte a:hover {
    color: #042d3a;
}

#cnt-link-compte .active {
    /* font-weight: bolder;*/
    color: #df007b;
    /*  background-color: #dadada;  */
}

#cont_md-acces {
    border: solid 1px #b5b5b5;
}

#cnt-title-acces {
    margin: 10px 0;
    background-color: #ccc;
    line-height: 30px;
}

#cnt-title-acces p {
    margin: 0;
    color: #df007b;
    font-weight: bolder;
}

#form-modif-acces {}

#form-modif-acces label,
#form-new_compte label {
    float: left;
    color: #333;
}

#helpPassword,
#helpNew_mdp,
#helpConf_mdp,
#helpMail,
#helpAmail,
#helpMdp,
#helpMdp2,
#helpold_mdp {
    padding: 0;
}

#helpPassword p,
#helpNew_mdp p,
#helpConf_mdp p,
#helpMail p,
#helpAmail p,
#helpMdp p,
#helpMdp2 p,
#Amail p,
#helpold_mdp p {
    text-align: left;
    color: #ff0000;
    display: none;
    padding: 0 !important;
    font-size: 12px;
}

#sub_modif_compte,
#sub_Ncompte {
    width: 100%;
    border: none;
    border-radius: 3px;
    padding: 10px;
}

.has-error {
    border: solid 1px #ff0000 !important;
}

.has-success {
    border: solid 1px #5bbb27 !important;
}


/*  ADMIN */

.site-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: middle;
}

.cover-container {
    margin-right: auto;
    margin-left: auto;
}

.inner {
    padding: 30px;
}

.cover {
    padding: 0 20px;
}

.cover .btn-lg {
    padding: 10px 20px;
    font-weight: bold;
}

.mastfoot {
    color: #999;
    color: rgba(255, 255, 255, .5);
}

@media (min-width:768px) {
    .site-wrapper-inner {
        vertical-align: middle;
    }
    .cover-container {
        width: 100%;
    }
}

.col-sns-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#cnt-itm-img-list {
    padding: 0;
    /* height: 105px; */
    overflow: hidden;
    margin-bottom: 10px;
}

#cnt-itm-img-list img {
    width: 100%
}

#cont_slide {
    overflow: hidden !important;
    width: 100% !important;
}

.img_m {
    float: left !important;
    cursor: all-scroll;
    width: 100% !important;
}

#cont_slide img {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#cnt_img_slider_modif {
    overflow: hidden;
    position: relative;
    top: 25px;
    height: 69px;
    padding: 0;
    width: 36%;
    margin-right: 7px;
}

#cnt_img_slider_modif img {
    height: 100%;
}

.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}

.sp_nameCategorie {
    color: #7b7979 !important;
}

#form-addProduct {
    width: 100%;
    margin: 10px 0;
}

#form-addProduct .form-group {
    margin-bottom: 15px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

#cnt_modal {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
}

#myModal {
    background-color: #0d0b3de3;
    z-index: 3000000;
    width: 100%;
    height: 100%;
}

.modal-content {
    font-family: "Century Gothic" !important;
    overflow: hidden;
}

.modal-body {
    position: relative;
    padding: 15px;
    display: inline-block;
    width: 100%;
    padding-bottom: 0;
}

#left_modal {
    padding: 0;
}

#cont_contact_pied_modal {
    padding-top: 20px;
    text-align: center;
}

#cnt-form_insc_info {
    padding: 0;
    padding-right: 15px;
    padding-bottom: 15px;
}

#cnt-form_insc_info label {
    font-family: "Century Gothic";
    font-weight: normal;
}

#formull_information {}

#formull_information p {
    font-size: 11px;
    font-family: "Century Gothic";
    text-align: left;
    margin: 0;
}

#formull_information.form-group {
    margin-bottom: 8px;
}

#formull_information #message {
    width: 100% !important;
    max-width: 100% !important;
    height: 115px;
}

#formull_information #helpNom p,
#helpPrenom p,
#helpMail p,
#helpPhone p,
#helpMessage p {
    color: #ff0000;
    font-size: 12px;
    display: none;
}

.title-demande {
    color: #6b6b6b;
    font-family: "Century Gothic";
    font-weight: bolder;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    clear: both;
}

.title-demande span {
    color: #e3007e;
    font-family: "Century Gothic";
    font-size: 15px;
    font-weight: normal !important;
    text-transform: none;
}

.asterisk {
    color: #ff0000;
}

#validForm {
    width: 34%;
    font-family: "Century Gothic";
    float: right;
    bottom: 41px;
    position: relative;
}

.validForm2 {
    display: none;
}

#cnt_itm_contact {
    margin-bottom: 14px;
    padding: 0;
    float: none;
    display: inline-block;
    width: 170px;
}

#cont_cnt_img_produit {
    margin-top: 10px;
    padding: 0;
}

#align_cnt-img-produit {
    text-align: center;
    display: none;
    position: relative;
    top: -10px;
}

#cont_cnt_img_produit-MOB {
    /*border: solid 1px #ccc;*/
    padding: 8px !important;
    float: none;
    margin: 0 auto;
    display: inline-block;
}

#cnt_img_produit {
    border: solid 1px #00b4f9;
    padding: 8px !important;
}

#cnt_img_produit img {
    width: 100%;
}

#cnt_nb_phone {
    text-align: center !important;
    margin-top: 7px;
    height: 58px;
}

#cnt_nb_phone li a {
    color: #333;
    padding: 0;
    list-style: none;
    /* float: left; */
    /* clear: left; */
    /* padding-left: 20px; */
    /* font-family: "Century Gothic"; */
    /* text-align: left; */
    font-size: 12px;
}

#cnt_nb_phone li a:hover {
    color: #00a0e0 !important;
}

#title-itm_contact {
    text-align: center;
    padding: 0;
}

#title-itm_contact img {
    width: 40%;
}

#title-itm_contact p {
    font-weight: bolder;
    text-decoration: underline;
    font-family: "Century Gothic";
    margin: 0;
    margin-bottom: 6px;
}

#cnt_nb_phone li {
    padding: 0;
    list-style: none;
    /* float: left; */
    /* clear: left; */
    /* padding-left: 20px; */
    /* font-family: "Century Gothic"; */
    /* text-align: left; */
    font-size: 13px;
}

#field_cat {
    border: none !important;
    border-top: 1px solid silver !important;
}

#btn-up {
    background: url(../img/up_down.png) no-repeat top center;
    background-position-y: 4px;
    background-size: 93%;
    width: 10px;
}

#btn-down {
    background: url(../img/up_down.png) no-repeat top center;
    background-size: 93%;
    width: 10px;
    background-position-y: -14px;
}

#cont-btn_edit {
    position: relative;
    top: 9px;
}

#cont_logo_mil {
    padding: 0;
}

#cont_logo_mil img {
    width: 100%;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    background-color: #f7f7f7;
}

.modal-footer2 {
    padding: 15px;
    text-align: right;
    background-color: #f7f7f7;
}

#msg_instruction {
    margin-bottom: 0px;
}

.title-itm_contact-phone {}

.title-itm_contact-mail {}

.title-itm_contact-phone-adresse {}

.menu-menu-principale-container {
    display: none;
}

#field_baniere {
    margin-bottom: 10px;
}

#field_slider {
    margin-bottom: 10px;
}

#subSlider {
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .cont_err_slide {
        margin-left: 0 !important;
    }
    #subSlider {
        width: 30% !important;
    }
    #cnt-btn2 {
        width: 50px !important;
    }
    .img_slider {
        width: 103px !important;
    }
}

#interne_d_cont_menu_pple>div>ul>li {
    float: left;
    position: relative;
    padding-bottom: 5px !important;
}

#interne_d_cont_menu_pple ul.sub-menu ul.sub-menu li a {
    background-color: rgba(227, 0, 126, 0.7);
    padding: 13px 12px;
}

.sub-menu {
    top: 60px;
    padding: 0;
    margin: 0;
}

.menu-item-383:hover>.sub-menu {
    display: block !important;
}

.menu-item-633:hover>.sub-menu {
    display: block !important;
}

#cont_msg_fin_mail {
    width: 100%;
    height: 100%;
    background-color: rgba(13, 11, 61, 0.7);
    position: fixed;
    z-index: 30000000;
    text-align: center;
    top: 0;
    display: none;
}

#align_msg {
    background-color: #fff;
    float: none;
    margin: 0 auto;
    display: inline-block;
    border: solid 5px #00b4f9;
    border-radius: 20px;
    overflow: hidden;
    margin-top: -200px;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#body_align_msg {
    border: none;
    /* border-top: solid 1px #a2a2a2; */
    /* border-bottom: solid 1px #a2a2a2; */
    background-color: #fff;
    padding: 0;
}


/*#cont_msg_fin_mail #body_align_msg #cnt-btn-close span, a {
    font-family: "Century Gothic";
    font-weight: normal;
    font-size: 25px;
    line-height: 1.5;
}
*/

.btn-close a {
    background-color: #e91e63;
    line-height: 0px !important;
    padding: 7px 8px;
    display: inline-block;
}

#body_align_msg p {
    text-align: center;
    margin: 0;
    font-weight: normal;
    color: #191919;
    font-size: 17px;
    font-family: "Century Gothic";
    margin-bottom: 30px;
    clear: both;
    padding: 0 17px;
}

.btn-close a {
    background-color: #e91e63;
    line-height: 0px !important;
    padding: 8px 8px;
    display: inline-block;
    border-radius: 100%;
}

#cnt-btn-close {
    float: right;
}

#head_align_msg {
    padding: 5px 0;
}

.accent {
    text-align: center;
    margin: 0;
    font-weight: normal;
    color: #191919;
    font-size: 17px;
    font-family: "Century Gothic";
    text-transform: uppercase;
}

#cnt-checklist {
    margin-bottom: 23px;
}

#cnt-checklist img {
    width: 20%;
}

.title-page a {
    float: left !important;
}

.name_produit {
    text-align: center;
    float: left;
}

.fleche {
    width: 16px;
}


/*          SLIDER         */

.px320,
.px326,
.px360,
.px380,
.px414,
.px640,
.px768,
.px800,
.px980,
.px980 {
    display: none;
}

.btn-hided {
    display: none !important;
}

#cont-affiche-donnees {
    position: fixed;
    top: 23%;
    left: 600px;
    right: 0;
    width: 330px;
    height: 330px;
    background-color: #fff;
    z-index: 90000;
    text-align: center;
}

#interne_cont_logo_slide {
    height: auto !important;
}

.bx_loader {
    position: absolute;
    top: -10px;
    left: 57px;
    width: 42px;
    /* right: 0; */
    /* background-color: white; */
    padding: 6px;
}

#laudio_player,
#fleche_reseau {
    display: none;
}

#dem_dev_acc {
    bottom: -20px;
  	display: none;
    height: 46px;
    right: -1px;
    overflow: hidden;
    position: absolute;
    z-index: 60001;
    width: 219px;
    background-image: url(../lesimages/demande-devis-slide.png);
    background-repeat: no-repeat;
}

#footer-2 {
    clear: both;
    /* height: 310px; */
    background-color: #f4f4f4;
    color: #282828;
    border-top: 1px dashed #555555;
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 40px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#cnt-nb-encart {}

.align-cnt-check {
    width: 13%;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    #footer-2 {
        padding: 10px;
    }
}

.footer_title h4 {
    font-family: "Century Gothic";
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bolder;
    color: #e3007e;
}

.footer_title_last h4 {
    text-align: left;
}

.t_social {
    text-align: center;
    width: 64%;
    display: inline-block;
    margin: 0 auto;
    float: none;
}

.t_social img {
    width: 90%;
    margin-right: 3px;
    transition: 0.4s width;
}

.t_social img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.customer_service {}

.cnt_ul_int {
    width: 50%;
    float: left;
}

#cnt-name-left .title_top {
    font-size: 17px;
    font-family: "Century Gothic";
    text-align: center;
    width: 59%;
    margin: 0 auto;
}

#cnt-name-left p {
    font-size: 15px;
    font-family: "Century Gothic";
    margin-bottom: 26px;
}

@media only screen and (max-width: 767px) {
    .cnt_ul_int {
        width: 100%;
        float: left;
    }
    .cnt-itm-img_last {
        margin-left: 0;
        text-align: center;
    }
    .cnt-itm-img_last img {
        /*width: 14%;*/
    }
    #cnt-list-paiement {
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
    }
}

.customer_service ul {
    padding-left: 0px;
    margin: 0;
}

.customer_service ul li {
    line-height: 24px;
    color: #666666;
    font-weight: normal;
    font-size: 13px;
    display: list-item;
    text-align: left;
    list-style-type: square;
}

.customer_service ul li a {
    color: #666666;
    white-space: nowrap;
    font-family: "Century Gothic";
    font-size: 14px;
}

#cnt-list-paiement {
    margin-top: 15px;
}

#cnt-cont-mention h3 {
    font-family: "Century Gothic";
    color: #e3007e;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

#cnt-nbr-selection {
    width: 98%;
}

#cnt-nbr-selection>p {
    font-family: "Century Gothic";
    color: #757575;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    text-transform: none;
    text-align: left !important;
    /* border-top: solid 1px #e3007e; */
    /* border-bottom: solid 1px #e3007e; */
    line-height: 55px;
    font-weight: bold;
    background-color: #ffffff8f;
    padding: 0 10px;
    border-radius: 45px;
    margin-bottom: 5px;
}

#cnt-nbr-selection p button {
    float: right;
    margin: 10px 0;
    min-width: 200px;
    background-color: #e3007e;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 45px;
}

#cnt-nbr-selection p button:hover {
    background-color: #a20a5e;
}

#cnt-cont-mention p {
    font-family: "Century Gothic";
    font-size: 14px;
    clear: both;
    margin-bottom: 30px;
    text-align: center;
}

.title_qst {
    font-size: 16px !important;
    font-weight: bolder;
}

#cnt-palette {
    padding: 0;
}

#cnt-palette img {
    margin: 0 13px 0 0;
}

.title_h3 {
    border-top: solid 1px;
    border-bottom: solid 1px;
    padding: 10px 0;
}

.cnt-itm-img_last {
    margin-left: 0;
    text-align: center;
}

#cnt_table p {
    font-family: "Century Gothic";
    font-size: 14px;
}

#cnt_table h4 {
    font-weight: bolder;
    font-family: "Century Gothic";
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: solid 1px #797979;
}

#cnt-cont-mention {
    margin-bottom: 0;
    padding: 0;
}

#cnt-itm-ipression {
    padding: 5px;
    background-color: #ffd8d8;
    border-right: solid 1px #ccc;
}

#cnt-itm-ipression p {
    text-align: center;
    font-family: "Century Gothic";
    font-size: 16px;
    margin: 0;
}

#cnt-itm-ipression a {
    color: #676767;
}

#cnt-img-list {
    padding: 5px;
    height: 226px;
}

#cnt-img-list img {
    width: 100%;
    height: 100% !important;
    cursor: -webkit-zoom-in;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}

#cnt-title-env h5 {
    font-family: "Century Gothic";
    font-size: 16px;
    font-weight: bolder;
    padding-left: 5px;
}

.cnt-img-rubans img {
    width: 100%;
    height: 100%;
}

#cont_cnt-itm-img-palette {
    padding: 0;
    margin-bottom: 10px;
}

#cnt-itm-img-palette {
    padding: 5px;
    overflow: hidden;
}

#cnt-itm-img-palette img {
    /* width: 100%; */
    border-radius: 20px;
}

#cnt-ref {
    width: 100%;
    display: inline-block;
}

.cnt-cmnt {}

.cnt-cmnt p {
    text-align: left;
    font-size: 12px !important;
}

#cnt-ref p {
    text-align: center;
    margin: 0;
}

.p_mention p {
    margin: 0;
}

.title_top {
    margin-top: 0 !important;
}

#cnt-img-police {
    margin-top: 20px;
    padding: 0;
    text-align: center;
}

#cnt-img-police img {
    width: 80%;
    border-radius: 20px;
}

.img_coul_min {
    cursor: pointer;
}

#cnt-img_coul_min-big {
    position: fixed;
    z-index: 6000000;
    background-color: rgba(0, 0, 0, 0.66);
    width: 100%;
    height: 100%;
    display: none;
}

#cnt-img_coul_min-big img {
    width: 100%;
}

#bkg_popupPaypay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.67);
    z-index: 6000000;
    display: none;
}

#align-cnt-form_paypal {
    text-align: center;
}

#cnt-form_paypal {
    float: none;
    margin: 0 auto;
    display: inline-block;
    background-color: #fff;
    height: auto;
    padding-top: 30px;
    border-radius: 20px;
    display: none;
}

#cnt-form_paypal form table {
    width: 100%;
    font-family: "Century Gothic" !important;
}

#cnt-form_paypal form table tr td {
    font-family: "Century Gothic" !important;
}

.btn_close {
    position: absolute;
    right: 7px;
    top: 6px;
    font-size: 18px;
    font-family: "helvetica";
    padding: 0px 8px;
    background-color: #e3007e;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    border: solid 3px #2196F3;
}

#cnt-img-dorure {
    padding: 0;
    margin-bottom: 20px;
}

#cnt-itm-img_dorure {
    padding: 4px;
    overflow: hidden;
    margin: 0 0;
}

#cnt-itm-img_dorure_arrow {
    padding: 4px;
    overflow: hidden;
    margin: 0 0;
    text-align: center;
    position: relative;
    top: 93px;
    height: 50px;
}

#cnt-itm-img_dorure_arrow img {
    width: 24%;
}

#cnt-itm-img_dorure img {
    width: 100%;
    border-radius: 20px;
}


/*
.cnt-itm-img_dorure_arrow {
    text-align: center;
    position: relative;
    top: 91px;
    height: 50px;
    }*/


/*
.cnt-itm-img_dorure_arrow img {
    position: relative;
    width: 15% !important;
    top: 22%;
    }*/

.list_sfs {
    list-style-type: disc;
    font-weight: bolder;
}

#itm-img-cfs {
    padding: 4px;
    overflow: hidden;
    /* margin-bottom: 15px; */
}

#itm-img-cfs img {
    width: 100%;
    border-radius: 20px;
}

#cnt-title-b-img {
    text-align: center;
    line-height: 20px;
}

#cnt-title-b-img h3 {
    margin: 0;
    font-weight: bolder;
}

#cnt-p-prix {
    clear: left;
}

#cnt-pri {
    padding: 0;
}

#cnt-pri p {}

.p-prix span {
    color: #f9037e;
    font-weight: bolder;
}

.espace {
    display: ;
}

#cnt-itm-img-ex {
    height: 182px;
    overflow: hidden;
}

#cnt-itm-img-ex img {
    width: 100%;
    height: 100%;
    /* height: 100%; */
    cursor: -webkit-zoom-in;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}

.cnt-itm-img-ex-btn {
    border: solid 1px #333;
    border-radius: 20px;
}

.btn-plus {
    font-weight: bolder;
    position: relative;
    top: 40%;
    text-align: center;
    font-size: 19px;
}

.cont_cnt-itm-img-palette-hide {
    display: none;
}

#div-btn {
    cursor: pointer;
}

#cnt-name_produit {
    padding: 0 !important;
}

#cnt-name_produit h5 {
    text-align: center;
    font-family: "Century Gothic";
    font-weight: normal;
    color: #07538c;
}

#cnt-name_produit h3 {
    text-align: center;
    font-family: "Century Gothic";
    font-weight: normal;
    color: #07538c;
}

#cnt-name_produit p {
    text-align: center;
}

#cnt-form-info-users {
    float: none;
    margin: 0 auto;
}

.form-check-label p {
    margin: 0 !important;
    font-family: "Century Gothic";
}

@media only screen and (max-width: 767px) {
    #cnt-form-info-rp .form-group {
        padding: 0;
    }
    #cnt-form-info-users .form-group {
        padding: 0;
    }
    #cnt-form_impr .form-group {
        padding: 0;
    }
    #sub_devis {
        width: 100% !important;
    }
    #cont_cnt-form-info-users {
        background-color: #fff;
        padding: 20px;
        border: none !important;
        border-radius: 0 !important;
        margin-bottom: 15px;
    }
    .cnt-img-produit_web {
        display: none !important;
    }
    .cnt-img-produit_mob {
        display: block !important;
    }
    .und_line {
        display: none;
    }
    .title_top {
        margin-top: 0 !important;
        text-align: center;
    }
    #cnt-name-left p {
        text-align: center;
    }
    #cnt-cont-mention h3 {}
    #cnt-cont-mention {
        margin-bottom: 10px
    }
    .form-check-input p {
        margin: 0 !important;
    }
    .form-check-label {
        margin: 0;
    }
    .form-check-label p {
        margin: 0 !important;
        font-family: "Century Gothic";
        font-size: 11px;
        line-height: 22px;
    }
    #content-all-right {
        padding-top: ;
    }
    #autre_e_menu {
        background-size: auto;
        background-image: url(../lesimages/logo-mil-creation.png);
        background-position: center 10px;
        padding-top: 105px;
        width: 300px !important;
    }
    #dem_dev_acc {
        display: none;
    }
}

.cnt-img-produit_mob {
    width: 140px;
    height: 140px;
    overflow: hidden;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    border: solid 2px #00a0e0;
    border-radius: 5px;
    padding: 0;
    margin: 10px auto;
    float: none;
    display: none;
}

#cont_cnt-form-info-users {
    background-color: #fff;
    padding: 20px;
    border: solid 2px #00a0e0;
    border-radius: 20px;
    margin-bottom: 15px;
}

.cnt-check {
    margin: 0;
}

#cnt-name_produit .title_top {
    font-family: "Century Gothic";
    font-size: 15px;
    color: #333;
    text-align: left;
}

#cnt-name_produit p {
    font-family: "Century Gothic";
    font-size: 15px;
    color: #333;
    text-align: left;
}

label {
    font-family: "Century Gothic" !important;
    font-weight: normal;
}

input {
    font-family: "Century Gothic" !important;
    font-weight: normal;
}

select {
    font-family: "Century Gothic" !important;
    font-weight: normal;
}

.form-check-label {
    font-family: "Century Gothic" !important;
    font-weight: normal;
}

#cnt-img-produit {
    width: 140px;
    height: 140px;
    overflow: hidden;
    position: absolute;
    top: 7px;
    right: 52px;
    border: solid 3px #00a0e0;
    border-radius: 20px;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 8px;
    z-index: 5;
}

#cnt-img-produit:after {
    content: '';
    width: 100%;
    height: 8px;
    background-color: #ffffff;
    position: absolute;
    top: 53.2px;
    right: 0;
    z-index: -1;
    display: none;
}

#cnt-img-produit img {
    width: 90%;
    height: 90%;
    transition: 0.3s all;
    cursor: pointer;
    /* object-fit: cover; */
    margin: 7px;
    border-radius: 20px;
}

#cnt-img-produit img:hover {
    transform: scale(1.12);
}

textarea {
    max-width: 100%;
}

#sub_devis {
    width: 50%;
    border-radius: 20px;
}

.list_sfs {
    font-family: "Century Gothic";
    font-weight: normal;
}

#cnt-list-couleur {
    margin: 10px 0;
}

#cnt-list-couleur img {
    width: 10%;
    float: left;
    cursor: pointer;
    border: solid 1px transparent;
}

#cnt-list-couleur img:hover {
    border: solid 1px #333;
}

.img_active {
    width: 50% !important;
    position: absolute;
    z-index: 5000;
    top: -112px;
    left: 201px;
    right: 0;
    /*    width: 50% !important;
    position: absolute;
    z-index: 5000;
    top: -12px;
    left: 109px;
    right: 0;*/
}

#nbr_ex {
    width: 25%;
    float: left;
}

.cnt-lab_left label {
    float: left;
    margin-right: 15px;
    line-height: 28px;
}

#cnt-list-encart img {
    width: 10%;
    cursor: pointer;
}

.active_img {
    border: solid 1px #ff0000 !important;
}

.err_form {
    background-color: #f5a5a5;
    padding: 5px 10px;
    color: #bb2222;
    font-family: "Century Gothic";
    text-shadow: 0 0 1px #8c8585;
    text-align: center;
}

.err_success {
    background-color: #c5efc5;
    padding: 5px 10px;
    color: #bb2222;
    font-family: "Century Gothic";
    text-shadow: 0 0 1px #8c8585;
    text-align: center;
}

.title_underlined h3 {
    border-top: solid 1px;
    border-bottom: solid 1px;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
}

.title_underlined_mention {
    margin-top: 2px;
}

.und_line_web p {
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .und_line_web {
        display: none;
    }
}

#cnt-close_button {
    text-align: right;
    position: fixed;
}

#cnt-close_button .close_prev {
    width: 4%;
    cursor: pointer;
}

.ref_mag {
    text-align: center;
    color: #e3007e;
}

.cnt-lab-encart label {
    float: left;
    margin-right: 7px;
    line-height: 32px;
    font-size: 13px;
}

#cnt-impr-encart label {
    line-height: 20px;
    margin: 0;
}

.slct_palette {
    float: left;
    width: 58.9%;
}

.p_form-check {
    float: left;
    margin: 0;
}

.check_cpr_seul .form-check-label {
    margin: 0;
}

.cnt-itm-img_dorure_arrow {
    display: none;
}

#cnt-img-enveloppes {
    margin-top: 10px;
    padding: 0;
}

#cnt-img-enveloppes .itm-env img {
    width: 100%;
    cursor: pointer;
}

.itm-env {
    margin-right: 7px;
    margin-bottom: 7px;
    width: 29.8%;
    border-radius: 20px;
    overflow: hidden;
}

#cnt-img-enveloppes-preview {
    margin-top: 10px;
    padding: 0;
}

#cnt-img-enveloppes-preview img {
    width: 63.2%;
    border-radius: 20px;
}

#cont_table table {
    border: none !important;
    font-size: 12px !important;
}

#cont_table tbody tr {
    border-top: none !important;
    font-size: 12px !important;
}

#cont_table tbody tr td {
    border-top: none !important;
    font-size: 14px;
    font-family: "Century Gothic";
}

#cont_table tbody tr td span {
    color: #f9037e;
    font-weight: bolder;
    /* font-size: 12.5px; */
    font-family: "Century Gothic";
    text-align: right;
    float: right;
}

#cnt-prev-uv {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.54);
    z-index: 60002;
    display: none;
}

#img_preview {
    width: 50%;
    /* height: 50%; */
    margin: 0 auto;
    /* background-color: #fff; */
    text-align: center;
    position: relative;
    top: 18%;
}

#img_preview img {
    width: 77.5%;
    /* height: 100%; */
    margin: 0 auto;
    /* background-color: #fff; */
    text-align: center;
    cursor: -webkit-zoom-out !important;
}

#img_preview img:hover {
    cursor: -webkit-zoom-out !important;
}

#align-ico {
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 5px;
    text-align: center;
}

#cnt-prev-encart-all {
    float: left;
    width: 78%;
}

#cnt-prev-encart-top {
    float: left;
    clear: left;
    margin-bottom: 5px;
    /*width: 30%;*/
}

#cnt-prev-images {
    float: left;
    width: 24.6%;
    overflow: hidden;
}

#cnt-prev-images img {
    width: 100%;
}

#cnt-img-encart {
    width: 16.4%;
    float: left;
    overflow: hidden;
    margin-right: 5px;
}

#cnt-img-encart img {
    width: 100%;
    cursor: pointer;
}

#cnt-img-env {
    float: none;
    margin: 0 auto;
}

.cnt-img-rubans {}

.bkg_ico {
    /*background: url(../img/bas-blue.png)  no-repeat center !important; /*#0d0b3d*/
    background-size: 17px !important;
    width: 40px;
    height: 40px;
    /*background: url(../img/next-blue.png) #0d0b3d no-repeat center;*/
    background-size: 17px !important;
    position: absolute;
    top: 0;
    right: 0;
}


/*.doprDown_cat {
    width: 30px;
    height: 30px;
    background: url(../img/next-blue.png) no-repeat center;
    background-size: 17px !important;
    position: absolute;
    top: 5px;
    right: 4px;
    background-color: #cecaca63 !important;
    border-radius: 100%;
    }*/

.doprDown_cat {
    width: 100%;
    height: 30px;
    /* background: url(../img/next-blue.png) no-repeat center; */
    background-size: 17px !important;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    width: 13%;
    z-index: 900;
}

.doprDown_cat:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(../img/bas-blue.png) no-repeat center !important;
    background-size: 17px !important;
    position: absolute;
    top: 4px;
    right: 5px;
    background-color: #cecaca63 !important;
    border-radius: 100%;
}

.doprDown_cat.bkg_ico:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(../img/bas-blue.png) no-repeat center !important;
    background-size: 17px !important;
    position: absolute;
    top: 4px;
    right: 5px;
    background-color: #cecaca63 !important;
    border-radius: 100%;
}

.btn_plus_right {
    position: absolute;
    top: 4px;
    right: 0px;
    width: 42px;
    height: 28px;
    /* background-color: #4e1a1a !important; */
    z-index: 1000;
    cursor: pointer;
    background: url(../img/next-blue.png) no-repeat center;
    background-size: 17px;
}

.h5_height {
    height: auto !important;
    background-size: 18px !important;
    background-position-x: 98.4% !important;
    background-position-y: 5px !important;
    /*-webkit-transition: all 0.5s;*/
}

.cnt-search-bar-mobile {
    display: none;
}

.p_espace {
    margin: 0;
}

#cont_itmfield_pay fieldset {
    border: 1px solid #b36f6f !important;
    border-radius: 5px;
    margin-bottom: 15px;
}

#itmfield_left {
    text-align: left;
}

#itmfield_left img {
    width: 90%;
}

#itmfield_right {
    text-align: center;
    /*    margin-bottom: 25px;*/
}

.title_itmfield_right {
    text-align: center;
    font-family: "Century Gothic";
    font-size: 16px;
    color: #333;
}

#cont_btn_pay {
    text-align: center;
}

.btn_pay {
    font-family: "Century Gothic";
    font-size: 13px;
    color: #fff;
    width: 65%;
}

.post_adresse {
    background-color: #ccc;
    padding: 15px;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: solid 1px #afa0a0;
    border-radius: 4px;
}

.post_adresse span {
    width: 100%;
    display: inline-block;
    font-weight: bolder;
    color: #6d6868;
}

.title-top-pay {
    font-size: 16px;
    font-weight: bold;
    float: left;
    padding-left: 25px;
    background: url(../img/france.png) no-repeat left;
    background-size: 20px;
}

.israel {
    background: url(../img/israel.png) no-repeat left;
    background-size: 20px;
}

.bank {
    text-align: left;
}

.bank span {
    font-weight: normal;
}

.v_bank {}

.v_bank img {
    width: 55% !important;
}

#cont_itmfield_pay {
    margin: 0 auto;
    float: none;
}

.img_che {
    width: 55% !important;
}

#cont_logo_pay {
    margin-top: 10px;
}

.itmfield_right_isra {
    margin-bottom: 25px;
}

#cont_logo_pay img {
    border: solid 1px #337ab7;
}

.logo_pay {
    cursor: pointer;
}

.cnt-nom-cate-ph-produit,
.cnt-etat-cate-ph-produit {
    height: 77px !important;
}

button,
a,
input[type="submit"] {
    outline: none !important;
}

#btn-uppr {
    width: 20px;
    height: 20px;
    display: inline-block;
    float: right;
}

.cnt_updateVignette-list-produit fieldset {
    min-width: 0 !important;
    padding: 10px 15px !important;
    margin: 0 !important;
    border: 1px solid silver !important;
}

.top-baniR {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.top-msg {}

#int-top-msg p {
    text-align: center;
    margin: 0;
    color: #e3007e;
    font-weight: bold;
    font-size: 16px;
}

.non-gras {
    font-weight: normal !important;
}

#int-top-msg {
    background-color: rgba(255, 255, 255, 0.69);
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 20px;
}

#cnt-etat-cate .p_img_name {
    color: #777777 !important;
    font-weight: bold;
}

#cont_redirect_to_list {
    margin-top: 10px;
    padding: 0;
}

#align_redirect_to_list {
    float: right;
    padding: 0;
    margin-bottom: 10px;
}

#align_redirect_to_list a {
    width: 100%;
    color: #fff !important;
}

#cont_body_rImg {
    padding-top: 35px;
    position: fixed;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.83);
    top: 0;
    z-index: 5;
}

#body_rImg {
    background-color: #fff;
    float: none;
    margin: 0 auto;
    padding: 15px;
    height: 95%;
    overflow: auto;
}

.cont-div-left-admin .nav-left ul li {
    background: none !important;
}

.cont-div-left-admin .nav-left ul li:hover {
    padding-left: 35px !important;
    background: none !important;
    background-size: 5px !important;
}

#nav-left-admin ul li {
    background: none !important;
}

#nav-left-admin ul li:hover {
    padding-left: 35px !important;
    background: none !important;
    background-size: 5px !important;
}

#cnt-search-bar-admin {
    padding: 15px 0;
}

#align-search-bar {
    /*height: 100%;*/
}

#search {}

#cnt-loup {
    height: 100%;
    padding: 0;
}

#sub_search {
    border: none;
    background: none;
}

.cnt-ico-cat {
    width: 25px;
    height: 23px;
    margin-left: 6px;
    /* position: absolute; */
    /* right: 17px; */
    /* bottom: 20px; */
    /* background-color: #ccc; */
    background-size: cover !important;
}

.cont-itm-img-gal {
    border: solid 1px #ccc;
    height: 125px;
}

.cont_isert_img_edite {
    background-size: cover !important;
    height: 100%;
    margin: 0 !important;
}

.cont_isert_img_edite>.site-wrapper>.site-wrapper-inner {
    text-align: center;
}

#cont_isert_img>label {
    text-align: center;
    cursor: pointer;
}

.cnt-btn-delete-gal {
    position: absolute;
    top: 0px;
    right: 0px;
}

.delete-gal {
    background: none;
    border: none;
    outline: none;
    border-radius: 3px;
    transition: all 0.5s;
}

.cnt-btn-delete-gal i {
    color: #de1118;
    font-size: 14px;
    padding: 5px;
}

.cont_input_insert_img {
    text-align: center;
}

.form-group-ico {
    clear: both;
    display: inline-block;
    float: left;
    width: 100%;
}

.cnt-btn-c-coeur {
    position: absolute;
    height: 35px;
    width: 35px;
    bottom: 15px;
    right: 15px;
    padding: 3px;
    /* background-color: #171616b8; */
    color: #fff;
    line-height: 28px;
}

.cnt-btn-c-coeur .btn-c {
    background-color: transparent;
    background: url(../img/picto.png) no-repeat center !important;
    width: 35px;
    background-size: 70% !important;
    height: 100%;
    border: none;
    padding: 0;
    opacity: 0.5;
    float: right;
}


/*.btn-c {
    opacity: 0.5 !important;
    }*/

.cnt-btn-c-coeur .btn-c .fa-heart {
    display: none;
}

.btn-c span i {
    color: red;
    font-size: 20px;
}

.cnt-btn-c-coeur button:hover {
    opacity: 0.8;
}

.cnt-btn-c-coeur>button>i {
    font-size: 20px;
}

.cnt-count-cl {
    /* position: absolute; */
    /* top: 0; */
    /* right: 330px; */
    z-index: 45;
    /* background-color: #fff; */
    color: #333;
    padding: 5px;
    width: auto;
    /* height: 40px; */
}

.txt-cc {
    font-family: 'Back to Black' !important;
    color: #fff;
    line-height: 27px;
    font-size: 21px;
}

.cnt-img-cl {
    width: auto;
    height: 100%;
    float: left;
}

.cnt-img-cl img {
    width: 21px;
    position: relative;
    top: -2px;
}

.cnt-nbr-cl {
    float: left;
    /* padding: 5px; */
    height: auto;
    color: #fff;
    margin: 0 0px 0 -11px;
}

.cnt-nbr-cl>.site-wrapper>.site-wrapper-inner>p {
    font-size: 10px;
    color: #fff;
    margin: 0;
    background-color: #FF5722;
    padding: 0px 5px;
    line-height: 15px;
    border-radius: 100%;
    margin-top: -3px;
    margin-left: 4px;
}

.t_social button {
    position: relative;
    top: -12px;
    line-height: 22px;
    min-width: 142px;
    text-align: center;
}

.cnt-btn-delete-ba {
    position: absolute;
    top: 5px;
    right: 6px;
}

.cnt-btn-delete-ba>.suppr_ba {
    background-color: #000;
    border: none;
    width: 25px;
    min-width: 25px;
}

.cnt-btn-delete-ba>.suppr_ba>i {
    color: #fff;
}

.cnt-btn-delete-ba>.suppr_ba>i:hover {
    color: red;
}

.cnt-btn-delete-ba>.suppr_ba>.fa-spin {
    color: red;
}

.nav-left ul>.li_arrow {
    position: absolute;
    top: 52%;
    left: 37px;
    transition: all 0.2s;
}

.nav-left ul:hover>.li_arrow {
    left: 42px;
}

.li_arrow {
    position: absolute;
    left: 39px;
    margin-top: 9px;
    /* top: 41px; */
    transition: all 0.5s;
}

.nav-left ul li:hover>.li_arrow {
    left: 42px;
}

#labelFor_icon {
    background-color: #2a6497;
    width: auto !important;
    padding: 8px 20px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.input-error {
    border: solid 1px #ff0000;
}

.label_error {
    border: solid 1px #ff0000 !important;
    overflow: hidden;
}

.delete_selct {
    width: 35px;
    background-size: 70% !important;
    height: 35px;
    border: none;
    /* padding: 17px 0; */
    opacity: 0.6;
    float: right;
    background: none;
    background-color: #e3007e !important;
    opacity: 1 !important;
    border-radius: 100%;
    bottom: 6px;
    position: relative;
    background: url(../img/trash.png) no-repeat;
    background-position: 50%;
    background-size: cover !important;
}

.delete_selct>i.fa-trash {
    color: #fff;
    display: none;
}

.delete_selct:hover {
    opacity: 0.8 !important;
}

.notif_aj_select {
    font-size: 12px;
    position: absolute;
    background-color: #71284f;
    bottom: 46px;
    right: 5px;
    padding: 9px;
    z-index: 45;
    padding: 9px;
    display: none;
    width: 221px;
    text-align: center;
}

.notif_aj_select:after {
    content: '';
    background-color: #71284f;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: -1 !important;
    bottom: -7px;
    transform: rotate(45deg);
    right: 7px;
}

.cnt-btn-c-coeur:hover>.notif_aj_select {
    display: block;
}

.cont-preview-icon {
    float: left;
    width: 38px;
    height: 38px;
    overflow: hidden;
    margin-left: 10px;
    background-size: cover !important;
}

.cnt-btn-delete-ico {
    float: left;
    width: 38px;
    height: 38px;
    margin-left: 10px;
}

.cnt-btn-delete-ico button {
    height: 100%;
    width: 100%;
    background-color: #c59797;
    border: none;
}

.cnt-btn-delete-ico button i {
    font-size: 19px;
    color: #e2e2e2;
}

.link-sct {
    float: left;
    margin-right: 6px;
}

.link-sct:before {
    content: '';
    width: 25px;
    height: 25px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    float: left;
    background: url(../img/Minimal-next-icon.png) no-repeat center;
    background-size: 6px !important;
    transition: all 0.5s;
}

.cnt-ico-sct {
    width: 25px;
    height: 25px;
    position: absolute;
    float: left;
    background-size: cover !important;
}

@media screen and (max-width: 767px) {
    #cnt-nbr-selection p {
        font-family: "Century Gothic";
        color: #757575;
        margin-top: 20px;
        display: inline-block;
        width: 100%;
        text-transform: none;
        text-align: center!important;
        /* border-top: solid 1px #e3007e; */
        /* border-bottom: solid 1px #e3007e; */
        line-height: 25px;
        font-weight: bold;
        background-color: #ffffff8f;
        padding: 10px;
        margin-bottom: 5px;
    }
    #cnt-nbr-selection p button {
        float: none;
    }
}

.cnt-ban-page {
    padding: 15px;
}

.alg-ban-page {
    height: 280px;
    margin-bottom: 35px;
}

.alg-ban-page img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    width: ;
}

#cont-title-categorie h3.nw-h-title {
    font-family: "Amatic";
    margin: 0 10px;
    line-height: 32px;
    padding: 0 15px;
    font-weight: bold;
    font-size: 39px;
    font-style: normal;
}

.alg-cont-title-categorie {
    margin: 0 auto;
    float: none;
    display: inline-block;
    padding: 25px 0;
}

.clearfix:before {
    clear: both;
}

.im-h img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.noteSuccess {
    background-color: #5cb85c;
    padding: 10px;
    color: #fff;
    text-align: left;
    border-radius: 4px;
    font-family: 'roboto cn';
}

.noteSuccess:before {
    content: '';
    width: 25px;
    height: 25px;
    background-color: #5cb85c;
    position: absolute;
    top: -12px;
    left: auto;
    right: 54px;
    transform: rotate(44deg);
    /* z-index: -1; */
    display: inline-block;
}

.cnt-ntf-heart span i {
    color: red;
    font-size: 23px;
    margin-top: -2px;
}

.cnt-ntf-heart p {
    margin: -4px 0 0 0;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
}

.heartScal {
    -webkit-animation-name: spinner;
    /* Safari 4.0 - 8.0 */
    /*-webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    */ -webkit-animation-iteration-count: 2;
    /* Safari 4.0 - 8.0 */
    animation-name: spinner;
    /*animation-duration: 4s;*/
    animation-iteration-count: 2;
    animation: spinner 1s infinite linear;
    perspective: 500px;
    transform-style: preserve-3d;
}


/*
@keyframes spinner {
    0% { transform: rotate3d(1, 1, 1, 0deg); }
    50% { transform: rotate3d(1, 1, 1, 180deg); }
    100% { transform: rotate3d(1, 1, 1, 360deg); }
    }*/

@keyframes spinner {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
    }
    50% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }
    100% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }
}

.top-heart {
    animation: spinner_top;
    /*      perspective: 500px;
transform-style: preserve-3d;*/
}

@keyframes spinner_top {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
    }
    100% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }
    /*   0% { transform: rotate3d(1, 1, 1, 0deg); }
    50% { transform: rotate3d(1, 1, 1, 180deg); }
    100% { transform: rotate3d(1, 1, 1, 360deg); }*/
}

.title-page_listSouscategorie span.st_aquo {
    float: left;
    line-height: 24px;
    color: #2196F3;
}

.p_crumb a {
    font-size: 11px;
    line-height: 27px;
    color: #333;
}

.title-page_listSouscategorie span.st_aquo {
    float: left;
    line-height: 24px;
}

#content-body-all-view .title-page .fa-home {
    line-height: 26px;
}

.title-page span.sp_nameSCT {
    font-size: 11px;
    line-height: 27px;
    color: #2196F3;
}

.cnt-form-search {
    width: 50%;
}

#cnt-search-bar-acc #sub-srch {
    width: 5%;
    right: 5px;
}

.alg-form-search form select#slct_cate {
    float: left;
    width: 70%;
    margin-left: 28px;
    border-radius: 19px;
    height: 27px;
    padding: 0px 9px 1px 9px;
    font-size: 13px;
    background: url(../img/bkgslct.png) no-repeat 97% center #fff;
    background-size: 5%;
    -webkit-appearance: textfield;
}

.alg-form-search form #slct_cate:after {
    content: "";
}

.alg-form-search form label {
    float: left;
    line-height: 27px;
    font-size: 13px;
}

.content-body-all-acc #cnt-crumbs-socialnet {
    margin-bottom: 0;
}

#content-body-all .cnt-ban-page {
    padding: 0 15px;
}

.content-body-all-acc #cont_img_gallery {
    margin-top: 0;
}

#cnt-search-bar-acc {
    padding: 0;
}

.alg-ban-page img {
    border-radius: 20px;
}

.alg-ban-page {
    height: 280px;
    margin-bottom: 35px;
}

.cnt-notif-adds {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 200px;
    padding: 7px;
    background-color: #312a2e87;
    display: none;
}

.cnt-notif-adds p.ntf-adds {
    color: #fff;
    letter-spacing: 0px;
    text-align: center;
    font-size: 14px;
    margin: 0;
}

.clearfix:before {
    content: "";
    clear: both;
}

.cnt-cdv-heatr {
    width: 70px;
    height: 70px;
    position: absolute;
    right: -21px;
    top: 597px;
    background: url(../img/imgpsh_fullsize.png) center left no-repeat;
    background-size: 68%;
    z-index: 500;
    display: none;
}

.cnt-cdv-heatr a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.cnt-search-bar #inp_srch_bar {
    font-size: 9px;
}

.item-inp-fp {
    margin-top: 10px;
}


/* File input */

#mainContainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.toolbar {
    position: relative;
    left: 0;
    right: 0;
    z-index: 9999;
    cursor: default;
    display: none;
}

div#toolbarViewerLeft {
    display: none;
}

#toolbarViewer {
    height: 32px;
    display: none;
}

div#toolbarContainer {
    display: none;
}

.pdfViewer .page {
    width: 100%;
    height: 100%;
    margin-top: 16px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden !important;
}

div#viewerContainer {
    top: 0;
}


/* File input */

.cnt-imgFpm {
    margin-bottom: 20px;
    height: 423.75px;
    text-align: center;
}

.intcnt-imgFpm {
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
    text-align: center;
    border: solid 2px #00a0e0;
    border-radius: 20px;
    background-color: #fff;
}

.cnt-imgFpm img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    border-radius: 0;
}

.imgviewer {
    padding: 0;
}

#myModal {
    background-color: rgba(13, 11, 61, 0.7);
    z-index: 30000000;
    width: 100%;
    height: 100%;
}

.algItemImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#view-modal {
    z-index: 30000000;
    background-color: #858bd69c;
}

#view-modal #dynamic-content {
    padding: 5px;
    margin-bottom: 10px;
}

.algItemImg.pdf {
    /*min-height: 450px;*/
}

.algItemImg object iframe {
    min-height: 550px;
}

.title-page a {
    float: left !important;
    color: #2196F3;
}

#cnt-crumbs-socialnet h4 {
    padding: 0;
    margin: 0 0 8px 0;
    color: #2196F4;
}

.cnt-count-cl.pull-right {
    padding: 0px 6px;
}

.cnt-ntf-heart .fa-heart {
    color: #e3007e;
}

#cnt-search-bar input#inp_srch_bar {
    font-size: 9.5px;
    -webkit-webkit-appearance: searchfield;
    -moz-webkit-appearance: searchfield;
    -ms-webkit-appearance: searchfield;
    -o-webkit-appearance: searchfield;
    webkit-appearance: searchfield;
}

span.contCr {
    position: absolute;
    background-color: #fff;
    color: #E91E63;
    padding: 5px 6px;
    border-radius: 100%;
    line-height: 7px;
    top: 33px;
    right: 42px;
    font-size: 12px;
}

span.cnt-title-count {
    font-weight: bold;
    margin-left: 10px;
}

h3.nw-h-title.pull-left.titleSlct {
    font-size: 50px !important;
}

#title-categorie-slct {
    padding-top: 0;
}

.cnt-all-impr {
    margin-top: 15px;
}

#cnt-check-impr-encart label {
    float: left;
    margin: 0;
    line-height: 0;
    font-size: 13px;
}

#cnt-check-impr-encart #cnt-check-impr-encart {
    margin-bottom: 6px;
}

.form-check-impr {
    width: 100%;
    display: inline-block;
}

h3.title-ide {
    float: left;
    width: auto !important;
}

.all-photo-ide {
    background-color: #cccccc1a;
    padding: 15px;
}

.item-ct-img-id {
    width: 127px;
    height: 127px;
    margin-bottom: 10px;
    text-align: center;
}

.int-item-ct-img-id {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: solid 1px #ccc;
}

.int-item-ct-img-id img {
    width: auto;
    height: 100%;
}

.modal-id button.close {
    background-color: #E91E63;
    padding: 0;
    display: inline-block;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    /* line-height: 25px; */
    color: #fff;
    opacity: 1;
}

.modal-id button.close span {
    line-height: 21px;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: -1.6px;
    position: relative;
}

.modal-id .modal-footer {
    text-align: center;
}

.modal-id button.btn {
    margin: 0 auto;
    border-radius: 17px;
    width: 80px;
    background-color: #E91E63;
    color: #fff;
}

.cnt-btn-dlt-img {
    position: absolute;
    bottom: 8px;
    right: 20px;
    width: 55px;
    height: 25px;
}

.cnt-btn-dlt-img button.btn.btn-danger {
    width: 43%;
    height: 100%;
    padding: 0;
    float: left;
}

.cnt-btn-dlt-img button.btn.addTitle {
    width: 43%;
    height: 100%;
    padding: 0;
    float: left;
}

.cnt-btn-dlt-img button.btn:nth-child(2) {
    margin-left: 5px;
}

h3.titleId {
    margin: 0 auto;
    display: inline-block;
    color: #E91E63;
    text-align: center;
    width: 100%;
    position: absolute;
    font-family: "Century Gothic";
}

.cnt-ban-pg.alg-ban-page {
    border-bottom: dotted 1px #333;
    border-top: dotted 1px #333;
    padding: 20px 0;
}

#cont-div-srch-view {
    padding: 0px 0 4px 0;
    margin-bottom: 20px;
}

.alg-fb-page {
    margin-top: 25px;
}

div#cnt-note-inp h6 {
    font-family: "Century Gothic" !important;
    font-size: 14px;
    font-style: italic;
    color: #e3007e;
}

#link-information span {
    display: inline-block;
    width: 100%;
    color: #ec008c;
    font-size: 20px;
}

span.acP {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

#search {
    font-size: 11px;
}

.int-alg-fb-page {
    padding: 15px;
    border: solid 1px #ccc;
    border-radius: 20px;
    width: 91%;
    overflow: hidden;
    float: none;
    margin: 0 auto;
}


/*.int-alg-fb-page .fb-page.fb_iframe_widget.fb_iframe_widget_fluid {
    width: 100% !important;
}

.int-alg-fb-page span {
    width: 100% !important;
}

.int-alg-fb-page span iframe {
    width: 100% !important;
}

.int-alg-fb-page span iframe ._li ._2p3a {
    width: 100% !important;
}

.int-alg-fb-page span iframe ._li ._2p3a ._2lqh {
    width: 100% !important;
}

.int-alg-fb-page span iframe ._li ._2p3a div#u_0_4 {
    width: 100% !important;
    }*/

li.lslide {
    border-radius: 30px;
    overflow: hidden;
}

.mCustomScrollBox {
    position: relative;
    overflow: auto;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    display: none;
}

#g_cont_menu_pple>#lembmenu {
    z-index: 60000;
}

.imgTitle h6 {
    font-family: 'Century Gothic';
    font-size: 18px;
    font-weight: bold;
    color: #ececec;
    padding: 10px 10px 10px 37px;
    background-color: #e91e63;
    text-align: center;
    border-radius: 20px;
}

.cnt-notif-ttl {
    padding: 0 15px;
}

.cnt-notif-ttl h6 {
    color: #fff;
    text-align: left;
    line-height: 35px;
    margin: 0;
    padding: 0 15px;
}

#all-date-int {}

#cnt-date-int {
    text-align: center;
    margin-bottom: 20px;
    /*background-color: #e7e8eb;*/
    padding: 15px;
    border-radius: 20px;
}

#alg-cnt-date-int {
    display: inline-block;
    float: none;
    margin: 0 auto;
    text-align: center;
}

.inp-cal {
    width: 10%;
    height: 34px;
    line-height: 34px;
    background-color: #eee;
    border: solid 1px #ccc;
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#date_evt {
    width: 90%;
    height: 34px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.m-inpgp {
    display: inline-block;
}

.align-inpu {
    width: 70%;
    display: inline-block;
    margin-top: 15px;
}

label.lab-date {
    color: #2e3094;
    font-size: 17px;
    font-weight: bold;
}

#formull_information .form-control {
    border-radius: 20px;
}

#cnt_img_produit {
    border-radius: 20px;
}

#cnt_img_produit img {
    width: 100%;
    border-radius: 10px;
}

#validForm {
    width: 34%;
    font-family: "Century Gothic";
    float: left;
    bottom: 0;
    position: relative;
    border-radius: 20px;
}

#date-picker-1542293487653878 {
    background: none !important;
    width: 60% !important;
    margin: 0 auto !important;
}

.all-date-pick {
    width: 90%;
    float: left;
}

.cnt-pick-send {
    width: 10%;
    float: left;
}

.sendPick {
    border: 2px solid #00a0e0 !important;
    border-color: inherit;
    text-align: center;
    height: 38px;
    border-radius: 8px !important;
    background: #fff;
    margin: 0 2px;
    padding: 0 14px;
}

.sendPick span {
    color: #e3007e;
}

.content-rest p span {
    font-size: 28px;
}

.content-rest {
    background-color: #fecdd1;
    color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    font-size: 28px;
    font-weight: 900;
    padding: 10px 0;
}

.content-rest p {
    display: grid;
    color: #2e3094;
    padding: 0 10px;
}

.cnt-dateStmp h2 {
    text-transform: uppercase;
    color: #3d4397;
    font-weight: 600;
    font-size: 24px;
}

.cnt-dateStmp {
    /*border: solid 1px #00a0e0;
        -webkit-box-shadow: 0 0 5px 3px inset #00a0e066;
        box-shadow: 0 0 5px 3px inset #00a0e066;*/
    width: auto;
    margin: 15px auto 0 auto;
    line-height: 40px;
    display: none;
}

.cnt-dateStmp span.itemDate {
    font-weight: bold;
    font-family: "Century Gothic";
    color: #2e3094;
    margin: 0 2px;
    text-align: center;
    background-color: white;
}

.cnt-lg-tmb img {
    width: 100%;
}

.clearfix {
    clear: both;
}

#form_devis .form-control {
    border-radius: 20px;
}

#form_devis select {
    /* padding: 0px 9px 1px 9px; */
    font-size: 13px;
    background: url(../img/bkgslct.png) no-repeat 97% center #fff;
    background-size: 4%;
    -webkit-appearance: textfield;
}

#slider2 img {
    border-radius: 20px;
}

form#form_paie {
    max-height: 30vh;
}

#form_paie fieldset {
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 8px 0;
    max-height: 170px;
}

form#form_paie select {
    font-size: 13px;
    color: #3d3d3d;
    border: solid 2px #00a0e0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://www.mil-creations.fr/wp-content/themes/twentyfifteen-child/lesimages/bkgslctb.png) no-repeat 97% #fff;
    background-size: 15px !important;
    width: 220px;
    border-radius: 20px;
    outline: none;
    display: initial;
    margin: 10px 0;
    height: 35px;
    line-height: 29px;
    padding: 0 15px;
}


/*
form#form_paie select {
    margin: 0px;
    margin-top: 12px;
    height: 35px;
    line-height: 35px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #2196F3;
    border-radius: 20px !important;
    padding: 0 9px;
    font-family: tescoregular;
    font-size: 16px;
    color: #666666;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    appearance: none;
    background: url(https://www.mil-creations.fr/wp-content/themes/twentyfifteen-child/lesimages/bkgslctb.png) no-repeat 97% 50% #ffffff;
    background-size: 19px 15px;
    box-sizing: border-box;
    }*/

#cnt-form_paypal {
    float: none;
    margin: 0 auto;
    display: inline-block;
    background-color: #fff;
    height: auto;
    padding-top: 30px;
    border-radius: 20px;
    display: none;
    border: solid 4px #e3007e;
    text-align: center;
}

.btn_close:after {
    content: "x";
    font-weight: bold;
    position: relative;
    top: -1px;
    left: 1px;
}

.alg-rofm-paie {
    width: 100%;
    text-align: center;
}

.alg-img-paie {
    width: 100%;
    text-align: center;
}

.int-input-slct {
    margin: 20px 0;
    width: 100%;
    text-align: center;
}

.int-input-slct label {
    color: #4a4a4a!important;
    font-family: "Century Gothic";
    font-weight: normal !important;
    font-size: 19px !important;
}

#cboxLoadedContent .alg-img-paie img {
    width: 352px !important;
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
    float: none;
}

.alg-btn-paie {
    margin: 15px 0;
}

.alg-btn-paie input.img-paie {
    width: 132px !important;
    height: 44px !important;
    object-fit: cover;
    outline: none;
}

.int-input-slct select {
    font-size: 13px;
    color: #3d3d3d;
    border-radius: 20px;
    border: solid 2px #00a0e0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://www.mil-creations.fr/wp-content/themes/twentyfifteen-child/lesimages/bkgslctb.png) no-repeat 97% #fff;
    background-size: 15px !important;
    width: 290px;
    padding: 0px 10px;
    margin-top: 15px;
    outline: none;
    display: inline-block;
    color: #333 !important;
    line-height: 30px;
}

#cnt-form_paypal {
    /* height: 310px; */
    padding-bottom: 20px;
}

.alg-img-paie img {
    width: 352px !important;
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
    float: none;
    height: 75px;
    object-fit: cover;
}

#cont_connexion_u form input {
    height: 57px;
    overflow: hidden;
    padding: 0 8px;
    width: 50%;
    border-radius: 25px;
}

.modal-info .modal-header .close {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-top: 0px;
    background-color: #e3007e;
    /* padding: 5px; */
    color: #e3007e;
    text-shadow: none;
    opacity: 1;
    text-align: center;
    line-height: 20px;
    border: solid 2px #2196F3;
}

.modal-info .modal-header .close:after {
    content: 'x';
    color: #fff;
    font-size: 17px;
    text-align: center;
    position: relative;
    top: -2px;
    right: 4px;
    display: inline-block;
    margin: 0 auto;
    line-height: 20px;
    font-family: "Century Gothic";
}

.cnt-btn-valid {
    padding: 0;
    text-align: center;
}

.cnt-not-champ {
    padding: 0;
}

.cnt-not-champ p {
    text-align: right !important;
    line-height: 34px;
}

.cnt-btn-valid #validForm {
    width: 51%;
    font-family: "Century Gothic";
    float: none;
    bottom: 0;
    position: relative;
    border-radius: 20px;
}

h3.title_top.nw-h-title.pull-left {
    float: left;
    width: auto !important;
}

.im-h.devis {
    width: auto;
}

.im-h.devis img {
    width: 149px;
    height: 40px;
    position: relative;
    top: -6px;
}

.im-rgt-h.im-h.devis img {
    float: right;
}

h3.title_top.nw-h-title {
    border: none;
}

h3.title_top.nw-h-title.pull-left {
    font-family: "Amatic" !important;
    font-size: 39px;
    color: #e3007e;
    margin-left: 10px;
    margin-right: 10px;
}

.alg-title-top {
    text-align: center;
}

.int-title-top {
    display: inline-block;
}