.body {
    background-color: #fff;
}
@font-face {
    font-family: 'Novecentowide-Normal';
    src: url('fonts/Novecento-wide/Novecentowide-Normal.eot');
    src: local('☺'), url('fonts/Novecento-wide/Novecentowide-Normal.woff') format('woff'), url('fonts/Novecento-wide/Novecentowide-Normal.ttf') format('truetype'), url('fonts/Novecento-wide/Novecentowide-Normal.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Novecentowide-DemiBold';
    src: url('fonts/Novecento-wide/Novecentowide-DemiBold.eot');
    src: local('☺'), url('fonts/Novecento-wide/Novecentowide-DemiBold.woff') format('woff'), url('fonts/Novecento-wide/Novecentowide-DemiBold.ttf') format('truetype'), url('fonts/Novecento-wide/Novecentowide-DemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Novecentowide-Light';
    src: url('fonts/Novecento-wide/Novecentowide-Light.eot');
    src: local('☺'), url('fonts/Novecento-wide/Novecentowide-Light.woff') format('woff'), url('fonts/Novecento-wide/Novecentowide-Light.ttf') format('truetype'), url('fonts/Novecento-wide/Novecentowide-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('fonts/ProximaNova/ProximaNova-Regular.eot');
    src: local('☺'), url('fonts/ProximaNova/ProximaNova-Regular.woff') format('woff'), url('fonts/ProximaNova/ProximaNova-Regular.ttf') format('truetype'), url('fonts/ProximaNova/ProximaNova-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('fonts/ProximaNova/ProximaNova-Bold.eot');
    src: local('☺'), url('fonts/ProximaNova/ProximaNova-Bold.woff') format('woff'), url('fonts/ProximaNova/ProximaNova-Bold.ttf') format('truetype'), url('fonts/ProximaNova/ProximaNova-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'socialfont';
    src:url('fonts/socialfont/socialfont.eot?mh1paq');
    src:url('fonts/socialfont/socialfont.eot?#iefixmh1paq') format('embedded-opentype'),
    url('fonts/socialfont/socialfont.woff?mh1paq') format('woff'),
    url('fonts/socialfont/socialfont.ttf?mh1paq') format('truetype'),
    url('fonts/socialfont/socialfont.svg?mh1paq#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'icomoon';
    src:url('fonts/News/icomoon.eot?-lcr6ch');
    src:url('fonts/News/icomoon.eot?#iefix-lcr6ch') format('embedded-opentype'),
    url('fonts/News/icomoon.ttf?-lcr6ch') format('truetype'),
    url('fonts/News/icomoon.woff?-lcr6ch') format('woff'),
    url('fonts/News/icomoon.svg?-lcr6ch#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}


.page
{
    padding-top: 75px;
}
/******************/
/* Charles Navbar */
/******************/
.charles-navbar-container
{
    background-color: #ffffff;
    padding: 0;
    /*max-height: 10vh;*/
}
.charles-navbar {
    border-width: 0;
    margin-bottom: 0;
    background-color: #fff;
}
.navbar-default .navbar-collapse
{
    background-color: #ffffff;
    text-align: center;
    float: right;
    padding-right: 0;
    padding-top: 14px;
    margin-bottom: 0px;

}

.navbar-default .navbar-collapse{
    float: none;
}

.navbar-nav
{
    margin: 8.5px 0px;
}
.charles-navbar .navbar-nav>li>a:hover,
.charles-navbar .navbar-nav>li>a:focus
{
    color: #666666;
}
.charles-logo {
    padding: 0;
}
.charles-logo img {
    height: 80px;
}
.charles-navbar .nav>li>a.active
{
    color: #666666;
    font-weight: bold;
}
.charles-navbar .nav>li:last-child>a
{
    padding-right: 3px;
}
.charles-navbar .nav.nav-lang>li:first-child>a
{
    padding-right: 0;
}
.nav>li {
    text-align: center;
}
.nav-lang li:nth-child(1) a:after {
    content: "|";
    padding-left: 14px;
    height: 10px;
    color:  #999999;
}
.search-block
{
    max-width: 180px;
    float: left;
}
.charles-search {
    background-color: #4d4d4c;
    border-radius: 15px;
    border: 0;
    height: 23px;
    color: #999;
    padding-left: 3px;
}

.btn-search
{
    background: url("../images/search_button.png")no-repeat 0 0 #fff;
    display: inline-block;
        margin: 5px;
    width: 116px;
    height: 28px;
    border: 0 none;
}
.form-inline .btn-search{
    background: url("../images/sprite-icons.png")no-repeat 0px -393px transparent;
    display: inline-block;
    margin: 7px 2px 7px 8px;
    width: 28px;
    height: 28px;
    border: 0 none;
}
.btn-search:hover,
.btn-search:active
{
    border-color: #666666;
}
.charles-white {
    background-color: #fff;
}
.charles-navbar .nav>li>a {
    position: relative;
    display: block;
    font-family: 'Novecentowide-Normal', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 10px 0;
    color: #808080;
}
.charles-navbar .nav-first>li>a
{
    border-left: 1px solid #B3B3B3;
}
.charles-navbar .nav-first>li:first-child>a
{
    border: 0 none;
}
.charles-arrow {
    height: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ccc;
}
.navbar-form
{
    border: 0 none;
}
.nav-lang {
    margin-top: 9px;
}


/*Home page*/
.case-100.full-page {
    height: 91vh;
}

.full-page .case-100-50
{
    height: 91%;
}
.container-home .btn-next {
    position: static;
    display: block;
    z-index: 1000;
    padding: 8px;
    text-align: center;
    margin: 17px 0;
    bottom: 0;
    background: url("../images/ArrowDown.png") no-repeat center center white;
    background-size: contain;
    width: 100%;
    height: 3%;
}

/****************************/
/* Charles middle container */
/****************************/
.charles-middle-container {
    padding: 0;
}

.charles-middle-gallery {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
}

.charles-middle-row {
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}

.charles-title {
    color: #fff;
}


#container_nouveautes{
    height: auto;
}

#container_nouveautes .case-100-33{
    max-height: 450px;
}

/*Carousel*/
.carousel
{
    padding: 0 20px;
}
.carousel-control {
    width: 20px;
    text-shadow: none;
    opacity: 1;
    cursor: pointer;
}
.mini-carousel.carousel {
    padding: 3%;
}
.carousel .glyphicon-chevron-left
{
    background: url("../images/sprite-icons.png")no-repeat -110px -108px transparent;
    display: block;
    width: 25px;
    height: 46px;
}
.carousel .glyphicon-chevron-right {
    background: url("../images/sprite-icons.png") no-repeat -150px -108px transparent;
    display: block;
    width: 25px;
    height: 46px;
}
.carousel .glyphicon-chevron-right:before,
.carousel .glyphicon-chevron-left:before
{
    content: " ";
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 5;
    display: inline-block;
}
.carousel-control.left,
.carousel-control.right
{
    background-image: none;
}
.carousel-indicators {
    bottom: 0;
    background-color: transparent;
}
.carousel-indicators li {
    border: 1px solid #4B4B4B;
}
.carousel-indicators .active {
    background-color: #4B4B4B;
}
/*MODAL*/

.modal-dialog {
    right: auto;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 5px;
    padding-bottom: 4px;
}
.modal-dialog .slide-carousel {
    height: 94vh;
    text-align: center;
    font: 0/0 a;
}

/*FOOTER*/
.footer
{
    width: 100%;
    text-transform: uppercase;
}
.footer .container
{
    background-color: #B1B1B1;
    padding: 2px 0 3px;
    text-align: center;
}
.footer ul
{
    list-style-type: none;
    padding: 1px;
    margin: 0;
}
.footer ul li
{
    display: inline-block;
    vertical-align: sub;
}

.footer [class^="icon-"]
{
    background: url("../images/sprite-icons.png") no-repeat -197px -423px transparent;
    display: inline-block;
    vertical-align: bottom;
    width: 27px;
    height: 27px;
}
.footer .icon-download-light {
    background-position: -232px -423px;
}
.footer .icon-download-dark {
    background-position: -197px -429px;
    width: 25px;
    height: 21px;
    vertical-align: bottom;
}

.list-footer li:not(:last-child):after
{
    content: "|";
    margin: 0 3px;
}
footer.footer
{
    padding-top: 30px;
}
.footer a,
.footer
{
    color: #E5E5E5;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em;
}
.footer .download-catalog
{
    color: #666666;
}
.footer .share-block
{
    position: relative;
}
.footer .share-block li
{
    margin: 0 2px;
}
.popover-news
{
    position: absolute;
    top: -100px;
    left: auto;
    background-color: white;
    padding: 10px 20px;
    border-radius: 7px;
    z-index: 1000;
    width: 300px;
    border: 2px solid #999;
    display: none;
}
.newsMessages{
    display: none;
}
.triangle {
    padding: 1em;
    box-sizing: border-box;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.4);
    color: #666666;
}

.newsMessages
{
    position: absolute;
    top: -203px;
    left: 0;
    z-index: 2000;
    width: 300px;
    color: black;
}
.newsMessages p
{
    border: 2px solid red;
    border-radius: 9px;
    width: 100%;
    background-color: white;
    padding: 10px;
}
.triangle::after {
     content: "";
     position: absolute;
     width: 0;
     height: 0;
     margin-left: -0.5em;
     bottom: -1.9em;
     left: 50%;
     box-sizing: border-box;

     border: 1em solid black;
     border-color: transparent transparent white white;

     transform-origin: 0 0;
     transform: rotate(-45deg);

     box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
 }

.popover-news .news-text
{
    width: 80%;
}

/* socialfont */
.footer [class*=" social-"],
.footer [class^="social-"]
{
    font-family: socialfont;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social-facebook:before {
    content: "\e600";
}

.social-twitter:before {
    content: "\e601";
}

.social-instagram:before {
    content: "\e602";
}

.social-youtube:before {
    content: "\e605";
}

.social-googleplus:before {
    content: "\e606";
}

.social-pinterest:before {
    content: "\e608";
}
/* socialbuttons */
.footer a.social-button{
    font-size:24px;
    text-decoration: none;
    display:inline-block;
    width: 1.1em;
    height:1.1em;
}

a.social-button.grey {
    font-size: 27px;
    display: inline-block;
    background-color: #666666;
    border-radius: 15%;
    padding: 0; /*.1em;*/
}

a.social-button.grey:hover {
    transform: translate(0px,-5px);
    -webkit-transform: translate(0px,-5px);
    -o-transform: translate(0px,-5px);
    -moz-transform: translate(0px,-5px);
}

a.social-button.grey:before {
    color: #FFF;
    line-height: 1.5em;
    font-size: 0.8em;
}

a.social-button.grey.static:hover, .static a.social-button.grey:hover {
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -moz-transform: none;
}

a.social-button {
    transition-timing-function: cubic-bezier(0.25,.46,.45,.94);
    transition-property: background-color, transform;
    transition-duration: .3s;

    -webkit-transition-timing-function: cubic-bezier(0.25,.46,.45,.94);
    -webkit-transition-property: background-color, transform;
    -webkit-transition-duration: .3s;

    -o-transition-timing-function: cubic-bezier(0.25,.46,.45,.94);
    -o-transition-property: background-color, transform;
    -o-transition-duration: .3s;

    -moz-transition-timing-function: cubic-bezier(0.25,.46,.45,.94);
    -moz-transition-property: background-color, transform;
    -moz-transition-duration: .3s;
}

a.social-button.no-animation, .no-animation a.social-button {
    -o-transition-property: none !important;
    -ms-transition-property: none !important;
    -moz-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property:  none !important;
}


/*NEwsletters*/

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-news
{
    width: 29.68px;
    border: 0 none;
    height: 29.68px;
    padding: 4px 1px;
    vertical-align: middle;
    background-color: #666;
    border-radius: 4px;
}
.icon-news{
    color: white;
    font-size: 20px;
}
.btn-news:hover,
.btn-news:focus,
.btn-news:active,
.icon-news:hover,
.icon-news:focus
{
    background-image: none;
    background-color: #666;
}

.icon-news:before {
    content: "\e600";
}



/*credits*/
.container-credit
{
    min-height: 75vh;
}
.container-credit h2
{
    text-transform: uppercase;
    font-family: 'Novecentowide-Normal';
}
.container-credit .separator
{
    border-color: #000000;
    width: 5%;
}
.container-credit ul
{
    padding: 0 10px;
}
.container-credit li:first-child {
    border-top: 1px solid #b2a46e;
}
.container-credit li {
    list-style-type: none;
    border-bottom: 1px solid #b2a46e;
    padding: 20px 0;
}
.container-credit li > div
{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-family: 'ProximaNova-Regular';
}
.container-credit li > div:first-child
{
    width: 20%;
    text-transform: uppercase;
    color: #666666;
    font-weight: bold;
    font-size: 1.3em;
}
.container-credit li > div:nth-child(2)
{
    width: 75%;
    font-size: 1.1em;
    color: #B3B3B3;
    font-family: 'ProximaNova-Regular';
    font-weight: 100;
}
.container-credit li a
{
    color: #B3B3B3;
    font-size: 1.1em;
}
.container-credit .copyright
{
    text-align: center;
    margin: 20px;
    color: #B3B3B3;
    font-size: 1.1em;
}
.by-charles
{
    color: white;
    font-size: 17px;
}
.carousel-indicators .active
{
    width: 10px;
    height: 10px;
}

div.title-nouveautes{
    margin-bottom: 30px;
}
div.content-nouveautes{
    text-align: initial;
}
div.content-nouveautes p{
    margin-bottom: 30px;
}
div.bloc-nouveautes h2{
    font-size: 30px;
        height: auto;
    line-height: initial;
}
div.bloc-nouveautes h2:after{
    display: none;
}
div#container_nouveautes{
    min-height: 350px;
    display: block;
}

/****** WEWEBWORLD CSS ---- CGV *****/
.container-cgv .wrapper-cgv p{
    text-align: left;
}
.container-cgv div{
    text-align: left;
}
.container-cgv .text-container{
    margin-bottom: 30px;
}
.container-cgv .text-container p{
    text-align: left;
}
.container-cgv .text-container .title{
    text-align: left;
    margin-bottom: 10px;
}
.container-cgv .text-container ul{
    list-style-type: none;
}
.container-cgv .text-container ul li{
    text-align: left;
}
.container-cgv .tableau-cgv-wrapper img{
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
}
.container-cgv .big-header h2{
    text-align: center;
}

.description_produit{
    margin-bottom: 15px;
    margin-top: 15px;
}

.showrooms-wrapper{
    margin-top: 15px;
}

.showrooms-wrapper .showroom_item{
    margin-bottom: 15px;
    padding: 0px 0px;
        padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.showroom_info_wrapper{
        width: 100%;
    display: block;
    padding: 0px;
}
.showroom_info_wrapper.quantity_info_wrapper{

    float: none;
    margin-top: 10px;
}
.showroom_info_wrapper .nom_showroom {

}
div.title_showroom {
    font-weight: bold;
    margin-bottom: 5px;
}

.showroom_info_wrapper .item{

    display: inline-block;
    font-size: 13px;
}
.showroom_info_wrapper > span{    width: 216px;
    display: inline-block;
    margin-right: 15px;}

.showroom_info_wrapper span.title_value {
    display: inline-block;
}
.showrooms-wrapper h5{    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;}

.showroom_info_wrapper.quantity_info_wrapper .item{

}

div.atelier-section-sur-mesure{

}
.img-finition-thumbnail-wrapper{
    display: inline-block;
    text-align: left;
    width: 12%;
    margin: 2px
}
.img-finition-thumbnail-wrapper img{
    margin: 0!important;
    padding: 5px;

}


@media (max-width: 990px)
{
    .container {
        max-width: 100%;
    }
    .navbar-default .navbar-collapse
    {
        float: right;
    }
    .search-block
    {
        max-width: 100%;
    }
}


@media (max-width: 900px)
{
    .navbar-default .navbar-collapse
    {
        padding-top: 0;
    }
}


@media (min-width: 768px)
{
    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: 0;
    }

}


@media (max-width: 768px)
{
    .page > div:first-child
    {
        height: auto !important;
    }
    .nav-lang li
    {
        display: inline-block;
    }
    .input-group.search-block {
        margin: 0 auto;
    }
    .footer > *
    {
        text-align: center;
        margin: 5px auto;
    }

    .navbar-default .navbar-collapse {
        float: none;
    }
    .search-block {
        float: right;
    }
}

@media (max-width: 640px)
{
    .container-credit li > div:first-child,
    .container-credit li > div:nth-child(2)
    {
        width: 100%;
    }
}





footer.footer{
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer a, .footer{
    color: #666666;

}

.footer .container{
    background-color: transparent!important;
}
.download_app_link{
    margin-top: 5px;
}

.btn-news:hover, .btn-news:focus, .btn-news:active, .icon-news:hover, .icon-news:focus{
    background-color: #000;
}
a.social-button.grey{
    background-color: #000;
}

.icon-news,.btn-news{
    background-color: #000;
}

.footer li span.icon-news{
    background: none!important;
}

.footer li .btn-news{
    transition: 0.3s all;

}

.footer li .btn-news:hover{
    margin-top: -10px;
}



.charles-middle-row object embed{
    width: 100%;
    height: 100%;
}

.width-height-100{
    width: 100%;
    height: 100%;
}

.open_video{
    position: absolute;
    height: 45px;
    width: calc(100% - 4px);
    left: 2px;
    bottom: 2px;
    background-color: black;
    text-align: center;
    color: white;
    cursor: pointer;
    z-index: 150;
}
.open_video div{
    line-height: 45px;
    font-size: 15px;
    text-transform: uppercase;
}
.close_video_alert{
    position: absolute;
    height: 45px;
    width: calc(100% - 4px);
    left: 2px;
    bottom: 2px;
    background-color: black;
    text-align: center;
    color: white;
    cursor: pointer;
    z-index: 150;
}
.close_video_alert div{
    line-height: 45px;
    font-size: 15px;
    text-transform: uppercase;
}
.swal2-content iframe{
    height: 600px;
}
/*
.search-block .search_input{

}

.search-block {
    max-width: 180px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}
.search-block input{
    width: 130px;
    box-sizing: border-box;
    border: none;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    border-radius: 0;
    font-size: 11px;
    background-color: white;
    background-image: url(searchicon.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 5px 20px 5px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    outline: none;
    margin-left: 30px;
    margin-right: 15px;
    margin-top: 8px;
    transition: width 0.4s ease-in-out;
}
.search-block form{
    margin-bottom: 0;
}
.search-block input:focus {
    border-color: black;
}*/

#search_text {
        width: 100px;
    padding: 15px 0 15px 20px;
    font-size: 12px;
    /* font-family: Montserrat, sans-serif; */
    border: 0 none;
    height: 30px;
    margin-right: 0;
    color: white;
    outline: none;
    background: #808080;
    float: left;
    box-sizing: border-box;
    transition: all 0.15s;
    margin: 0;
    margin-left: 20px;
}

#search_button {
    border: 0 none;
    background: black url(../images/search_header.png) center no-repeat;
    background-size: 14px;
    width: 30px;
    float: left;
    padding: 0;
    text-align: center;
    height: 30px;
    cursor: pointer;
    margin: 0;
    text-indent: -9999px;
}
.search-block-header{
    margin-top: 5px;
}
#search_text:focus {
    background: #ccc;
    color: black;
}

#search_text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
#search_text::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
#search_text:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
#search_text:-moz-placeholder { /* Firefox 18- */
  color: white;
}

#search_text:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
#search_text:focus::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
#search_text:focus:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
#search_text:focus:-moz-placeholder { /* Firefox 18- */
  color: black;
}

.swal2-container .swal2-modal{
    height: 100%;
}
.swal2-container .swal2-modal iframe{
    height: 100%;
}


.dropdown-menu > li.kopie > a {
    padding-left:5px;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }

.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}

.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}

/*make the menu sub-menu items drop down on mouse hover */
ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: inline-block;
    margin: 0;
}
.navbar-nav>li>.dropdown-menu{

}
.navbar-nav>li>.dropdown-menu a{
    padding: 3px 5px!important;
    font-family: 'Novecentowide-Normal', sans-serif;
    font-size: 11px;
}

.navbar-nav>li>.dropdown-menu a:hover{
text-decoration: none!important;
color: black!important;
background-color:#E7E7E7!important;
}


.owl-carousel .item{
    width: 100%;
    height: 100%;
}


.owl-carousel .owl-item div{
    min-width: 100%;
}

.owl-carousel .slide-item img{
    width: 100%;
    height: 100%;
    display: block;
}

.owl-carousel .slide-item{
    width: 100%;
    height: 100%;
    position: relative;
background-repeat: no-   repeat;
background-position: top center;background-size: cover;}

@media screen and (max-width: 39.9375em) {
.owl-carousel .slide-item{min-height: 280px;background-position: center;    background-size: cover;} }
@media screen and (min-width: 40em) {
.owl-carousel .slide-item{ height: 360px; min-height: 360px;} }
@media screen and (min-width: 64em) {
.owl-carousel .slide-item{ height: 600px; min-height: 600px;}}


.owl-carousel{
    height: 100%!important;
}

.owl-carousel .owl-stage{
    height: 100%!important;
}

.owl-carousel .owl-item{
    height: 100%!important;
}

.owl-carousel .owl-item div{
    height: 100%!important;
}

.owl-carousel .owl-stage-outer{
    height: 100%!important;
}

input[type="range"] {
    position: relative;
    margin-left: 1em;
}
input[type="range"]:after,
input[type="range"]:before {
    position: absolute;
    top: 1em;
    color: #aaa;
}
input[type="range"]:before {
    left: 1em;
    content: attr(min);
    top: 30px;
}
input[type="range"]:after {
    right: 1em;
    content: attr(max);
    top: 30px;
}

.form-group-priority{
    margin-bottom: 25px;
}

/*.form-group-budget input:after{
    content: "euros";
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    right: 100px;
    top:10px;
    color: black;
}*/

.form-group-label input{
    width: 69%;
    display: inline-block!important;
}
.form-group-label label{
    width: 30%;
}

#import_photo{
    border: 2px dashed #808080;
    border-radius: 5px;
    background: white;
    min-height: 150px;
    margin-bottom: 15px;
    width: 48%;
    display: inline-block;
    margin-right: 3%;
    cursor: pointer;
    vertical-align: top;
}

#import_photo .dz-preview {
    margin: 0!important;
    height: 150px;
    width: 150px;
    margin-left: 5px!important;
    display: inline-block;
}

#import_photo .dz-preview img {
    width: auto;
    max-height: 100px;
    height: 100px;
    margin: auto;
    display: block;
}

#import_photo .dz-preview .dz-details{
    padding-top: 0;
}

#import_photo_2{
    border: 2px dashed #808080;
    border-radius: 5px;
    background: white;
    min-height: 150px;
    margin-bottom: 15px;
    width: 48%;
    display: inline-block;
    cursor: pointer;
}

#import_photo_2 .dz-preview {
    margin: 0!important;
    height: 150px;
    width: 150px;
    margin-left: 5px!important;
    display: inline-block;
    vertical-align: top;
}

#import_photo_2 .dz-preview img {
    width: 100%;
}

#import_photo_2 .dz-preview .dz-details{
    padding-top: 0;
}

.form-group-demi_mesure{

}
.form-group-demi_mesure .form-control{
    padding-bottom: 0;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.form-group-demi_mesure .search-form{
    height: 40px;
        margin-bottom: 25px;
}

ul.list-product{
    list-style-type: none;
    padding-left: 0;
}

ul.list-product li{
    border: 1px solid #808080;
    padding: 10px;
    margin-bottom: 10px;
}

ul.list-product li .name_product{
    display: inline-block;
    width: 40%;
    text-align: center;
    vertical-align: middle;
}
ul.list-product li .photo_product{
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
ul.list-product li .remove_product{
    display: inline-block;
    width: 9%;
    text-align: center;
    vertical-align: middle;
}

ul.list-product li .remove_product .icon{
    display: block;
    margin:auto;
    width: 20px;
    height: 20px;
    background: url(../images/remove.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

#input_date{
    width: 100%;
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 112px!important;
}

.dropzone .dz-preview .dz-details .dz-size{
    display: none!important;
}

.form-group-demande select{
    width: 100%;

}

.form-group-budget label{
    float: left;
}
.form-group-budget select{
    display: inline-block;
    width: 30%;
}

.form-group-budget input{
    width:39%;
}

.showrooms_container ul.dropdown-menu{
    max-height: 390px;
    overflow: auto;
}


.contact-catalogue{
    display: block;
    margin-top: 50px;
} 

.container-full-width{
    margin-left: calc(-100vw / 2 + 1187px / 2);
    margin-right: calc(-100vw / 2 + 1187px / 2);
    display: block;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #b09a55;
}

.showButtonShowMore{
    color: #666666;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em;
    text-decoration: none;
}
.showButtonShowMore:hover{
     color: #666666;
    text-decoration: underline;
}

@media screen and (max-width: 1200px) {
    .container-full-width{
        margin-left: calc(-100vw / 2 + 987px / 2);
        margin-right: calc(-100vw / 2 + 987px / 2);
    }
}
@media screen and (max-width: 987px) {
    .container-full-width{
        margin-left: 0;
        margin-right: 0;
    }
}


/********* VIDEOS ********/
.video_wrapper{
    -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.video_wrapper:hover{
   /* padding: 0 20px; */
}
.description_video{
    margin-top: 15px;
    min-height: 30px;
}

.description_video p{
    margin: 0;
}
.video_wrapper h2{
    font-size: 22px!important;
}
.image_video_wrapper{
    position: relative;
}

.img_play_hover{
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
      display: block;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}
.video_wrapper:hover .img_play_hover{
    opacity: 1;
    z-index: 2;
}

.image_video_wrapper .overlay{
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
    left: 0;
}

.video_wrapper:hover .image_video_wrapper .overlay{
    opacity: 1;
}




.send_wrapper_newsletter{
    text-align: center;
    margin-top: 30px;
}
.send_wrapper_newsletter button,.send_wrapper_newsletter button:focus{
    float: none;
    float: none;
    outline: none;
    text-decoration: none;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid black;
    color: black;
}
.send_wrapper_newsletter button:hover{
    background: black;
    color: #B2A36E;
    transition-timing-function: cubic-bezier(0.25,.46,.45,.94);
    transition-property: background-color, transform;
    transition-duration: .3s;

    -webkit-transition-timing-function: cubic-bezier(0.25,.46,.45,.94);
    -webkit-transition-property: background-color, transform;
    -webkit-transition-duration: .3s;

    -o-transition-timing-function: cubic-bezier(0.25,.46,.45,.94);
    -o-transition-property: background-color, transform;
    -o-transition-duration: .3s;

    -moz-transition-timing-function: cubic-bezier(0.25,.46,.45,.94);
    -moz-transition-property: background-color, transform;
    -moz-transition-duration: .3s;
}


.catalogue_newsletter{
    padding-top: 20px;
    text-align: center;
    border: 1px solid black;
}
.catalogue_newsletter img{
        max-height: 225px;
        overflow: hidden;
}

form div.title_input_catalogue {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

form span.success_newsletter{
    font-size: 16px;
    margin-top: 15px;
    display: inline-block;
    border: 1px solid;
    padding: 10px;
    font-style: italic;
}

.hover-image-charles{
    display: inline-block;
    text-align: left;
    width: 12%;
    margin: 2px;
    vertical-align: top;
    height: auto;
    position: relative;
}

body .hover-image-charles p {
    font-family: 'ProximaNova-Regular';
    color: #b2b2b2;
    font-weight: normal;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    line-height: initial;
    position: absolute;
    top: calc(50% - 35px);
    text-align: center;
    width: 100%;
    height: 60px;
    color: white;
    opacity: 0;
    display: table;
    padding: 5px;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    pointer-events: none;
}

body .hover-image-charles p span{
    display: table-cell;
    vertical-align: middle;
}
body .hover-image-charles .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #252525;
    opacity: 0;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    pointer-events: none;
}
body .hover-image-charles:hover p {
    opacity: 1;
}
body .hover-image-charles:hover .overlay{
    opacity: 0.5;
}

body .hover-image-charles-gallery{
    width: 100%;
}
body .hover-image-charles-gallery p{
    top: calc(50% - 30px);
    margin-top: 0;
    font-size: 14px;
}

.img-gallery-product

.container-commande .presse-info{
    text-align: center;
    padding-top: 60px;
}

.container-commande .presse-info h5{
    margin-bottom: 0px;
}
.container-commande .presse-info h3{
    margin-bottom: 30px;
}

.container-commande .presse-info .link-catalog{
    margin-top: 20px;
    padding: 10px 20px;
    border: 1px solid;
    border-radius: 5px;
    min-width: 300px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.container-commande .presse-info .link-catalog:hover{
    background-color: #999999;
    border-color: black;
    color: black;
}
.container-commande .presse-info .link-catalog:hover i{
    color: black;
}
.container-commande .presse-info .link-catalog span{
    margin-left: 15px;
    text-transform: uppercase;
    font-size: 15px;
}

.container-commande .maison-slide.odd{
    background-color: transparent;
}

.container-download-catalogues .presse-info{
    text-align: center;
    padding-top: 60px;
}

#ajaxsearchpro1_1 {
    margin-left: 10px;
    display: inline-block;
    overflow: visible!important;
}

.container-download-catalogues.container-commande .presse-info h5 {
    margin-bottom: 40px;
    margin-top: 20px;
}
.container-download-catalogues.container-commande .presse-info h3 {
    display: none;
}

.form-contact input.ng-invalid.ng-touched{
    background-color: #f2dede;
    color: #b94a48;
}
.form-contact input.ng-invalid.ng-charles-error{
    background-color: #f2dede;
    color: #b94a48;
}
.form-contact select.ng-invalid.ng-touched{
    background-color: #f2dede;
    color: #b94a48;
}
.form-contact select.ng-invalid.ng-charles-error{
    background-color: #f2dede;
    color: #b94a48;
}

.product-carousel img{
    cursor: pointer;
}
.container-product .icon-zoom{
    display: none;
}

.product_line_wrapper{
        position: relative;
    display: inline-block;
    max-width: 57%;
    vertical-align: text-top;
}

body #ajaxsearchpro1_1 .probox .proinput input.orig, body #ajaxsearchpro1_2 .probox .proinput input.orig, body div.asp_m.asp_m_1 .probox .proinput input.orig{
    padding: 0!important;
    margin: 0!important;
}

@media screen and (max-width: 700px) {
   

}


body .container-contact .form-group-quantity, body .container-contact .form-group-sur_mesure, body .container-contact .form-group-demi_mesure{
    display: none!important;
}

#map_agents_static{
    background: url(../images/charles-agents.jpg) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: auto;
}


.list-btns i.icon-removepin{
    background: url(../images/pinremove.jpg)no-repeat transparent;
    display: block;
    text-align: center;
    width: 63px;
    height: 48px;
    margin: 0px auto 5px;
    background-size: 100%;
}

/* POPUP */

.popup-container {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(15, 15, 15, 0.5);
  z-index: 999999;
  position: fixed;
  top: 0;
}

.popup-container .inner-container {
    width: 30em;
    height: auto;
    display: block;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0px 0px 20px 5px rgba(15, 15, 15, 0.2);
    padding: 20px;
    position: relative;
    border-radius: 4px;
}

.popup-container .header {
    margin: 0 25px 0 25px;
    padding: 5px;
    font-family: Oxygen, sans-serif;
    font-size: 22px;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}

.popup-container .content {
    font-family: Ozygen, sans-serif;
    font-size: 18px;
    display: flex;
    justify-content: center;
    flex: 1;
}

.popup-container .footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.popup-container .btn {
  min-width: 5em;
  height: 2em;
  font-family: Oxygen, sans-serif;
  font-size: 15px;
  margin: 0 10px 0 10px;
  border: 0;
}

.popup-container .btn-ok {
  color: #fff;
  background-color: #2ecc71;
}

.popup-container .btn-cancel {
  color: black;
  border-radius: 50px;
  background-color: white;
  position: absolute;
  top: -15px;
  right: -22px;
  width: auto;
  min-width: auto;
  min-height: auto;
  height: auto;
}

.popup-container .removeListFavoris{
    display: none;
}

.popup-container .listfavoris li{
    cursor: pointer;
}

.listfavoris li.active{
    color: black !important;
    font-weight: bold !important;
}

.listfavoris li{
    cursor: pointer;
}

.icon-subscribe {
    border-radius: 50px;
    background: url(../images/users.png) no-repeat 0 0 #B6B6B6;
    background-position: center center;
    display: inline-block;
    height: 60px;
    width: 60px;
    margin: 10px;
}

.gridLogin{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#showFormSub input.required{
    border: 1px solid red;
}

input.error{
    margin-bottom: 0px !important;
}

#showFormSub small{
    margin-bottom: 10px;
}

#showFormSub input[name=RGPD],
#showFormSub input[name=mc4wp-subscribe]{
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

#showFormSub label{
    display: inline-block;
    font-weight: normal;
}

#showFormSub label a{
    font-weight: bold;
    color: black;
}

#showFormSub label span.required{
    color: red;   
}

#showFormSub .log-btn{
    margin-top: 20px;
}

.container-contact.connected .form-contact .ColLeft{
    display: none !important
}

.container-contact.connected .form-contact .ColRight{
    width: 100% !important
}

.container-contact.connected .SelectPro{
    display: block;
}

.container-contact.connected .SelectPar{
    display: none;
}

.container-contact:not(.connected) .SelectPro{
    display: none;
}

.container-contact:not(.connected) .SelectPar{
    display: block;
}

#paper .addFavoris{
    font-size: 80%;
    display: block;    
    padding: 5px 10px !important;
}

#newItemForm{
    display: grid;
    grid-template-columns: 4fr 1fr;
}

.btn-reset,
.btn-reset:hover,
.btn-reset:focus{
    color: black !important;
    text-decoration: unset !important;
}