/* CSS Document */

@font-face {
    /*Titre*/
    font-family: "Share-Regular";
    src: url("Share-Regular.eot?") format("eot"), url("Share-Regular.woff") format("woff"), url("Share-Regular.ttf") format("truetype"), url("Share-Regular.svg#Share-Regular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'trebuchet';
    src: url('../font/trebuc-webfont.eot');
    src: url('../font/trebuc-webfont.eot?#iefix') format('embedded-opentype'), url('../font/trebuc-webfont.woff') format('woff'), url('../font/trebuc-webfont.ttf') format('truetype'), url('../font/trebuc-webfont.svg#trebuchet') format('svg');
    font-weight: normal;
    font-style: normal
}


/*###################### Futura ##############################*/

@font-face {
    font-family: 'FuturaStd-Heavy';
    src: url('../font/Futura/FuturaStd-Heavy.otf') format('opentype');
    src: url('../font/Futura/FuturaStd-Heavy.eot?#iefix') format('embedded-opentype'), url('../font/Futura/FuturaStd-Heavy.woff') format('woff'), url('../font/Futura/FuturaStd-Heavy.ttf') format('truetype'), url('../font/Futura/FuturaStd-Heavy.svg#FuturaStd-Heavy') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'FuturaStd-Bold';
    src: url('../font/Futura/FuturaStd-Bold.otf') format('opentype');
    src: url('../font/Futura/FuturaStd-Bold.eot?#iefix') format('embedded-opentype'), url('../font/Futura/FuturaStd-Bold.woff') format('woff'), url('../font/Futura/FuturaStd-Bold.ttf') format('truetype'), url('../font/Futura/FuturaStd-Bold.svg#FuturaStd-Bold') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'FuturaStd-Book';
    src: url('../font/Futura/FuturaStd-Book.otf') format('opentype');
    src: url('../font/Futura/FuturaStd-Book.eot?#iefix') format('embedded-opentype'), url('../font/Futura/FuturaStd-Book.woff') format('woff'), url('../font/Futura/FuturaStd-Book.ttf') format('truetype'), url('../font/Futura/FuturaStd-Book.svg#FuturaStd-Book') format('svg');
    font-weight: normal;
    font-style: normal
}


/*###################### Quicksand ##############################*/

@font-face {
    font-family: 'Quicksand-Light';
    src: url('../font/Quicksand/Quicksand-Light.otf') format('opentype');
    src: url('../font/Quicksand/Quicksand-Light.eot?#iefix') format('embedded-opentype'), url('../font/Quicksand/Quicksand-Light.woff') format('woff'), url('../font/Quicksand/Quicksand-Light.ttf') format('truetype'), url('../font/Quicksand/Quicksand-Light.svg#Quicksand-Light') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Quicksand-Bold';
    src: url('../font/Quicksand/Quicksand-Bold.otf') format('opentype');
    src: url('../font/Quicksand/Quicksand-Bold.eot?#iefix') format('embedded-opentype'), url('../font/Quicksand/Quicksand-Bold.woff') format('woff'), url('../font/Quicksand/Quicksand-Bold.ttf') format('truetype'), url('../font/Quicksand/Quicksand-Bold.svg#Quicksand-Bold') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Quicksand_Book';
    src: url('../font/Quicksand/Quicksand_Book.otf') format('opentype');
    src: url('../font/Quicksand/Quicksand_Book.eot?#iefix') format('embedded-opentype'), url('../font/Quicksand/Quicksand_Book.woff') format('woff'), url('../font/Quicksand/Quicksand_Book.ttf') format('truetype'), url('../font/Quicksand/Quicksand_Book.svg#Quicksand_Book') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Quicksand-Regular';
    src: url('../font/Quicksand/Quicksand-Regular.otf') format('opentype');
    src: url('../font/Quicksand/Quicksand-Regular.eot?#iefix') format('embedded-opentype'), url('../font/Quicksand/Quicksand-Regular.woff') format('woff'), url('../font/Quicksand/Quicksand-Regular.ttf') format('truetype'), url('../font/Quicksand/Quicksand-Regular.svg#Quicksand-Regular') format('svg');
    font-weight: normal;
    font-style: normal
}


/*###################### Lato ##############################*/

@font-face {
    /*Text*/
    font-family: "Lato Regular";
    src: url("../font/Lato/Lato-Regular.eot?") format("eot"), url("../font/Lato/Lato-Regular.woff") format("woff"), url("../font/Lato/Lato-Regular.ttf") format("truetype"), url("../font/Lato/Lato-Regular.svg#Lato-Regular") format("svg");
    font-weight: normal;
    font-style: normal
}


/* Icons */

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../font/slick.eot');
    src: url('../font/slick.eot?#iefix') format('embedded-opentype'), url('../font/slick.woff') format('woff'), url('../font/slick.ttf') format('truetype'), url('../font/slick.svg#slick') format('svg')
}


/*=========================== Animation information ========================*/

@-webkit-keyframes clignote {
    0% {
        box-shadow: 0px 0px 10px #d43b7c;
    }
    /*#4183C4*/
    50% {
        box-shadow: 0px 0px 0px #d43b7c;
    }
    100% {
        box-shadow: 0px 0px 10px #d43b7c;
    }
}

@keyframes clignote {
    0% {
        box-shadow: 0px 0px 10px #d43b7c;
    }
    50% {
        box-shadow: 0px 0px 0px #d43b7c;
    }
    100% {
        box-shadow: 0px 0px 10px #d43b7c;
    }
}


/*====================================== Animation bouton personalisation ===============*/

@-webkit-keyframes clignotebtnappliquer {
    0% {
        opacity: 1;
        background-size: 100%;
    }
    20% {
        opacity: 0.8;
        background-size: 98%;
    }
    40% {
        opacity: 0.6;
        background-size: 96%;
    }
    50% {
        opacity: 0.5;
        background-size: 95%;
    }
    60% {
        opacity: 0.6;
        background-size: 96%;
    }
    80% {
        opacity: 0.8;
        background-size: 98%;
    }
    100% {
        opacity: 1;
        background-size: 100%;
    }
}

@-moz-keyframes clignotebtnappliquer {
    0% {
        opacity: 1;
        background-size: 100%;
    }
    20% {
        opacity: 0.8;
        background-size: 98%;
    }
    40% {
        opacity: 0.6;
        background-size: 96%;
    }
    50% {
        opacity: 0.5;
        background-size: 95%;
    }
    60% {
        opacity: 0.6;
        background-size: 96%;
    }
    80% {
        opacity: 0.8;
        background-size: 98%;
    }
    100% {
        opacity: 1;
        background-size: 100%;
    }
}

@-o-keyframes clignotebtnappliquer {
    0% {
        opacity: 1;
        background-size: 100%;
    }
    20% {
        opacity: 0.8;
        background-size: 98%;
    }
    40% {
        opacity: 0.6;
        background-size: 96%;
    }
    50% {
        opacity: 0.5;
        background-size: 95%;
    }
    60% {
        opacity: 0.6;
        background-size: 96%;
    }
    80% {
        opacity: 0.8;
        background-size: 98%;
    }
    100% {
        opacity: 1;
        background-size: 100%;
    }
}

@keyframes clignotebtnappliquer {
    0% {
        opacity: 1;
        background-size: 100%;
    }
    20% {
        opacity: 0.8;
        background-size: 98%;
    }
    40% {
        opacity: 0.6;
        background-size: 96%;
    }
    50% {
        opacity: 0.5;
        background-size: 95%;
    }
    60% {
        opacity: 0.6;
        background-size: 96%;
    }
    80% {
        opacity: 0.8;
        background-size: 98%;
    }
    100% {
        opacity: 1;
        background-size: 100%;
    }
}

@-moz-viewport {
    width: device-width;
    height: device-height;
    /*initial-scale: 1;
			zoom: 1*/
    -moz-transform: scale(1)
}

@-webkit-viewport {
    width: device-width;
    height: device-height;
    /*initial-scale: 1;
			zoom: 1*/
    -webkit-transform: scale(1)
}

@viewport {
    width: device-width;
    height: device-height;
    /*initial-scale: 1;
			zoom: 1*/
    transform: scale(1)
}

@-o-viewport {
    width: device-width;
    height: device-height;
    /*initial-scale: 1;
			zoom: 1*/
    -o-transform: scale(1)
}

@-ms-viewport {
    width: device-width;
    height: device-height;
    /*initial-scale: 1;
			zoom: 1*/
    -ms-transform: scale(1)
}


/* ========================Page de démarage ===========================*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2e9da;
    z-index: 99999;
    height: 100%
}

.status {
    position: relative;
    left: 12%;
    top: 6%;
    margin: auto
}


/*===========================================FIN=========================*/

html {
    height: 100%;
    width: 100%
}

body {
    margin: 0;
    width: 100%;
    height: auto;
    font-family: "Arial";
    color: #575756;
    font-size: 16px;
    background-color: #ffffff
}

.menu {
    position: relative;
    width: 100%;
    min-width: 950px;
    height: 68px;
    margin-top: 0px;
    /*margin-left:10%;*/
    background-color: #ffffff;
    /*#f2e9da;*/
    /*border-bottom: 1px solid #000000;*/
    background-position: top right;
    background-repeat: no-repeat
}

#ombre {
    position: relative;
    width: 100%;
    height: 80px;
    min-width: 950px;
    margin-top: 0px;
    padding-bottom: 10px;
    background: #ffffff
}

.conteneur {
    width: 800px;
    margin: auto auto 0px 10%;
    height: 100%;
    min-height: 400px
}

.conteneur.accueil {
    position: relative;
    height: 450px
}

.conteneur.perso {
    position: relative;
    margin-top: 0px
}

.conteneur.choix {
    position: relative;
    margin-left: 225px;
    width: 680px
}

.conteneurlogoindex {
    position: relative;
    top: 10px;
    left: -10%
}

.conteneurlogo {
    position: absolute;
    top: 0px;
    left: 10px;
    margin-right: 10px;
    height: 120px
}

.conteneurlogo:hover {
    opacity: 0.8;
    cursor: pointer
}

#logo_local {
    /*float:right;*/
    display: none;
    position: absolute;
    margin-top: -49px;
    left: 930px;
    height: 32px;
    padding: 6px 0px 6px 0px;
    border-bottom: 1px solid #bcbcbc;
    border-top: 1px solid #bcbcbc;
    opacity: 1;
    cursor: pointer;
    z-index: 100
}

.Bienvenu {
    /*float:right;*/
    position: absolute;
    margin-top: -20px;
    left: 580px;
    width: 340px;
    font-size: 16px;
    color: #575756
}

.conteneur.accueil #carde_menu {
    position: relative;
    top: 100px;
    margin: 0 auto
}

.conteneur.accueil .infos {
    position: absolute;
    text-align: center;
    top: 70px;
    left: 15%;
    width: 650px;
    font-size: 25px;
    font-weight: bold;
    color: #323d46;
    margin: 0 auto;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 40px
}

.conteneur.accueil .infos p {
    font-size: 16px;
    font-weight: 100
}


/*====== image facade et dressing======*/

.facadelm {
    position: absolute;
    left: 17%
}

.facadewld {
    position: absolute;
    margin-left: 600px
}

#msg_navigateur_ht,
#msg_navigateur_bs {
    position: absolute;
    width: 870px;
    top: 580px;
    left: 9%;
    font-size: 11px;
    font-weight: bold;
    color: #323d46;
}

#msg_navigateur_ht {
    top: 210px;
    font-size: 18px;
    left: 17%;
}

a img {
    opacity: 1;
    cursor: pointer
}

a img:hover {
    opacity: 0.8;
    cursor: pointer
}

a img[data-img-icon] {
    opacity: 1
}


/* =========================Page personnaliser facade===================*/

.retourIndex {
    /*margin-right:10px;*/
}

.menuplacard {
    position: relative;
    width: auto;
    height: 50px;
    /*padding-top:15px;*/
    margin-left: 120px;
    margin-top: 10px;
    background-color: transparent;
    background-position: top right;
    background-repeat: no-repeat
}

.choixp {
    text-decoration: none;
    outline: none
}

.choixp img {
    width: 182px;
    height: 230px
}

#x_partitions .infoGenMod,
#x_partitions_filtre .infoGenMod {
    border: 1px solid transparent;
    width: 170px;
    -moz-box-shadow: 2px 2px 5px 0px #cfcfcf;
    -webkit-box-shadow: 2px 2px 5px 0px #cfcfcf;
    -o-box-shadow: 2px 2px 5px 0px #cfcfcf;
    box-shadow: 2px 2px 5px 0px #cfcfcf;
    filter: progid: DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=5);
}

#plusinfo {
    position: relative;
    top: -4px;
    height: 80px;
    font-size: 15px;
    color: #000000;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.7)
}

#categorie {
    position: relative;
    display: inline-block;
    height: 25px;
    width: 167px;
    padding: 5px 0px 0px 5px;
    font-family: "Arial";
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
    line-height: 4px;
    vertical-align: middle;
    margin-bottom: 10px
}

#infosUser {
    /*position:absolute;*/
    position: relative;
    top: 5px;
    width: 150px;
    margin-left: 124px;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    color: #323d46;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer
}

#FiltrePartition {
    /*display: none;*/
    float: left;
    position: relative;
    top: 10px;
    width: 77px;
    margin-left: 120px;
    background-color: #5c666f;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer
}


/*===============================Personnalider facades ===========================*/

.conteneur.perso .etape_suivant,
.conteneur.perso .retour_etape {
    position: absolute;
    top: 537px;
    height: 13px;
    z-index: 2;
    cursor: pointer
}

.conteneur.perso .retour_etape {
    width: 60px;
    left: 600px;
    padding: 7px 20px 7px 10px
}

.conteneur.perso .etape_suivant {
    left: 800px;
    width: 100px;
    padding: 7px 10px 7px 20px
}

.option_porte {
    width: 60px;
    line-height: 0px;
    font-family: Arial;
    text-align: center;
    font-size: 15px;
    /*14*/
    color: #bcbcbc;
    border: 1px solid #bcbcbc;
    padding: 0 20px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    text-decoration: none;
    z-index: 2;
    cursor: pointer
}

.option_porte2,
.option_porte3 {
    cursor: pointer
}

.option_porte:hover {
    border: 1px solid #e5e38b
}

.option_porte.select {
    color: #ffffff;
    border: 1px solid #e5e38b;
    background-color: #e5e38b
}

.popcouleur {
    position: absolute;
    margin-top: 95px;
    margin-left: -92px;
    text-align: left;
    width: 85px;
    font-family: Arial;
    font-weight: bold;
    font-size: 10px;
    color: #323d46;
    background: rgba(255, 255, 255, 0.8);
    background-color: rgba(192, 192, 192, 0.1)
}

.popcouleur_zoom {
    position: absolute;
    margin-top: 373px;
    margin-left: 41px;
    text-align: left;
    width: 328px;
    font-family: Arial;
    font-weight: bold;
    font-size: 15px;
    color: #323d46;
    background: rgba(255, 255, 255, 0.8);
    background-color: rgba(192, 192, 192, 0.1)
}

.popmontant {
    position: absolute;
    margin-top: 85px;
    margin-left: -95px;
    text-align: center;
    width: 80px;
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
    color: #323d46/*; 
	background:rgba(255,255,255,0.5);
	background-color:rgba(192,192,192,0.1)*/
}

.popoption {
    position: absolute;
    margin-top: 107px;
    margin-left: -101px;
    text-align: center;
    padding: 0 0 0 10px;
    width: 105px;
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
    color: #323d46
}

input {
    width: 170px;
    margin: 0px 0px 0px 20px;
    border: 2px solid #dd0934
}

input:focus,
input.select,
input.active {
    border: 2px solid #dd0934
}

#fichier_image,
#fichier_pdf {
    width: 20px;
    height: 20px
}

#fichier_image {
    margin-left: 5px;
    border: 1px solid #dd0934
}

#fichier_pdf {
    margin-left: 5px
}


/*===================================Menu Config ==========================*/

.conteneur.perso button {
    position: absolute;
    top: 30px;
    right: 540px;
    -webkit-border-radius: 10px 10px 0 10px;
    -moz-border-radius: 10px 10px 0 10px;
    border-radius: 10px 10px 0 10px;
    cursor: pointer
}


/*=======================================FIN===============================*/


/*============================Dressing==========================*/

.conteneur.perso .blocDressing {
    position: absolute;
    top: 45px;
    left: 0;
    width: 863px;
    height: 610px;
    background: url(../appli/d/m01/d_m01.png);
    background-size: 863px 610px;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 3px solid #f8f8f2;
    overflow: hidden
}

.conteneur.perso .infosDressing {
    position: absolute;
    top: 5px;
    left: 0px;
    font-family: Arial;
    font-size: 18px;
    color: #575756;
    z-index: 2
}

.conteneur.perso .retourDerssing {
    position: absolute;
    top: 12px;
    right: 65px;
    line-height: 0px;
    font-family: Arial;
    text-align: center;
    font-size: 16px;
    /*14*/
    color: #fff;
    background-color: #605141;
    padding: 0 20px;
    -webkit-border-radius: 10px 10px 0 10px;
    -moz-border-radius: 10px 10px 0 10px;
    border-radius: 10px 10px 0 10px;
    text-decoration: none;
    z-index: 2;
    cursor: pointer
}

.conteneur.perso .aideDerssing {
    position: absolute;
    top: 12px;
    right: 0px;
    line-height: 43px;
    font-family: Arial;
    text-align: center;
    font-size: 18px;
    /*14*/
    color: #fff;
    background-color: #605141;
    padding: 0 20px;
    -webkit-border-radius: 10px 10px 0 10px;
    -moz-border-radius: 10px 10px 0 10px;
    border-radius: 10px 10px 0 10px;
    text-decoration: none;
    z-index: 2;
    cursor: pointer
}

.conteneur.perso .ConteneurMenuDressing {
    position: absolute;
    top: -3px;
    left: 290px
}

iframe {
    border-width: 0px;
    scrolling: no;
    position: absolute;
    top: -23px;
    left: 160px;
    width: 600px
}

.conteneur.perso .blocDressing .btn_appliquer {
    position: absolute;
    width: 32px;
    height: 34px;
    background: url(../images/btn_plusveille.png) no-repeat;
    background-size: 100%;
    cursor: pointer
}

.conteneur.perso .blocDressing .btn_appliquer.select {
    background: url(../images/btn_plusactif.png) no-repeat
}

.conteneur.perso .blocDressing .btn_appliquerMur {
    position: absolute;
    width: 32px;
    height: 35px;
    background: url(../images/btn_peintureveille.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    z-index: 1000
}


/* Rotation du div */

.conteneur.perso .blocDressing .btn_appliquerRotation {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* Internet Explorer */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari et Chrome */
    -o-transform: rotate(45deg)/* Opera */
}

.conteneur.perso .blocDressing .btn_appliquerMur.select {
    background: url(../images/btn_peintureactif.png) no-repeat;
    width: 32px;
    height: 35px
}

.conteneur.perso .btn_appliquer_anim {
    -webkit-animation: clignotebtnappliquer 2s infinite;
    /* Safari 4+ */
    -moz-animation: clignotebtnappliquer 2s infinite;
    /* Fx 5+ */
    -o-animation: clignotebtnappliquer 2s infinite;
    /* Opera 12+ */
    animation: clignotebtnappliquer 2s infinite
}


/*============================= FIN Dressin ====================*/

.conteneur.perso .retour,
.retourDerssing {
    text-align: center
}

.conteneur.perso .aide {
    right: 141px
}

.conteneur.perso .retourDerssing:hover,
.conteneur.perso .aideDerssing:hover {
    background-color: #7d6955
}

.conteneur.perso .aideDerssing {
    right: 141px
}

.conteneur.perso .devis {
    position: absolute;
    top: 12px;
    right: 210px;
    line-height: 30px;
    font-family: Arial;
    font-size: 14px;
    color: #fff;
    background-color: #ce3e7a;
    padding: 0 15px;
    -webkit-border-radius: 10px 10px 0 10px;
    -moz-border-radius: 10px 10px 0 10px;
    border-radius: 10px 10px 0 10px;
    text-decoration: none;
    z-index: 2;
    cursor: pointer
}

.conteneur.perso .infos {
    position: absolute;
    top: 5px;
    left: 0px;
    font-family: Arial;
    font-size: 18px;
    color: #5b4631;
    background-color: #fff;
    background: rgba(255, 255, 255, 1);
    padding: 10px 10px 10px 0px;
    -webkit-border-radius: 10px 10px 0 10px;
    -moz-border-radius: 10px 10px 0 10px;
    border-radius: 10px 10px 0 10px;
    line-height: 0px;
    z-index: 2
}

.conteneur.perso .bloc {
    position: absolute;
    top: 8px;
    left: 0px;
    width: 600px;
    height: auto;
    background-color: #fff;
    border: 3px solid #f8f8f2;
    overflow: hidden
}

#infosModele {
    position: absolute;
    margin-left: 10.5%;
    top: 65px;
    width: auto;
    height: 32px;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    background-color: #5c666f;
    border: 1px solid #575756;
    z-index: 1000
}

#infosModele p {
    position: relative;
    top: -12px;
    height: 10px;
    text-align: center;
    padding: 3px 5px 0px 5px
    /*background-color:#575756*/
}

#infosModele>a {
    position: relative;
    top: -18px;
    padding: 0px 10px 0px 10px;
    height: 8px;
    cursor: pointer
}

.Zoomimg {
    display: none;
    position: absolute;
    top: 75px;
    left: 95px;
    width: 408px;
    height: 472px;
    background-color: #fff;
    overflow: hidden;
    z-index: 1001
}

.conteneur.perso .blocDressing .calque {
    width: 863px;
    height: 610px
}

.conteneur.perso .bloc .calque {
    width: 600px;
    height: 565px
}

.conteneur.perso .bloc .btn_aide {
    width: 50px;
    height: 50px;
    background: url(../images/Aide.png) no-repeat;
    display: none;
    cursor: pointer
}

.conteneur.perso .bloc .btn_appliquer {
    position: absolute;
    width: 38px;
    height: 41px;
    background: url(../images/btn_plusveille.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    z-index: 1000
}

.conteneur.perso .bloc .btn_appliquer.select {
    background: url(../images/btn_plusactif.png) no-repeat
}

.conteneur.perso .bloc .btn_appliquerRotation {
    transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    /* Internet Explorer */
    -moz-transform: rotate(80deg);
    /* Firefox */
    -webkit-transform: rotate(80deg);
    /* Safari et Chrome */
    -o-transform: rotate(80deg)/* Opera */
}

.conteneur.perso .bloc .btn_appliquerMur {
    position: absolute;
    width: 38px;
    height: 41px;
    background: url(../images/btn_peintureveille.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    z-index: 1000
}

.conteneur.perso .bloc .btn_appliquerMur.select {
    background: url(../images/btn_peintureactif.png) no-repeat
}

.conteneur.perso .bloc .btn_appliquerOption {
    position: absolute;
    width: 31px;
    height: 31px;
    background: url(../images/btn_option.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    z-index: 1000
}

.conteneur.perso .bloc .btn_appliquerOption.select {
    background: url(../images/btn_option_active.png) no-repeat
}


/*=========================Choix couleur========================*/

#dialogdimension,
#dialognbreporte,
#dialognuancier,
#dialogsauvegarde,
#dialogprojet,
#dialoginfoconfig,
#message_erreur,
#dialogrempl,
#dialogsol,
#dialogmur,
#dialogmontant,
#dialogoption,
#dialogdupliquer {
    font-family: Arial;
    color: #323d46;
    display: none
}

#dialog,
#dialogInformation,
#dialogStructure,
#dialogTiroir,
#dialogCube,
#dialogMur,
#dialogSol {
    font-family: Arial;
    color: #323d46;
    display: none
}

#dialog,
#dialogInformation {
    font-family: Arial;
    color: #323d46;
    display: none
}

.informationDim {
    position: relative;
    top: 5px;
    font-family: Arial;
    font-size: 12px;
    color: #323d46;
    text-align: center
}

.iconeVideo {
    height: 45px;
    top: -10px;
    margin-left: 5px;
    background-position: left top;
    background-repeat: no-repeat
}

#prix_info {
    position: relative;
    width: auto;
    height: auto;
    font-family: Arial;
    font-size: 12px;
    color: #323d46;
    font-weight: bold;
    margin-top: 0px
}

#description_projet {
    margin-top: 10px;
    height: 22px;
    background-color: #5c666f;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    padding-left: 25px;
    line-height: 25px;
    font-weight: bold
}

#description_projet:before {
    content: 'ᐯ';
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    width: 17px;
    height: 20px;
    background-color: #72b1c7;
    position: absolute;
    margin-top: 0px;
    left: 0px;
    padding: 2px 0px 0px 2px;
}

#prix_20 {
    display: none;
    height: 90px;
    top: 10px;
    margin-top: 0px;
    padding: 5px 0px 0px 0px;
    background-color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    color: #323d46;
    font-weight: bold;
    text-align: center
}

#prix_remise {
    display: none;
    height: 110px;
    margin-top: -15px;
    padding: 0px 0px 5px 0px;
    background-color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    color: #dd0934;
    font-weight: bold;
    text-align: center
}

#prix-ttc {
    width: auto;
    font-family: "Arial";
    color: #323d46;
    font-size: 30px;
    font-weight: bold;
    text-align: center
}

#prix-eco {
    display: none;
    font-family: "Arial";
    color: #323d46;
    font-size: 13px
}

#prix-ttc_bis {
    width: 250px;
    margin-top: 10px;
    margin-left: 60px;
    font-family: "Arial";
    background-color: #dd0934;
    color: #ffffff;
    font-size: 35px;
    font-weight: 100;
    text-align: center
}

#prix-eco_bis {
    font-family: "Arial";
    color: #323d46;
    font-size: 12px
}

#recap_projet_local {
    width: auto;
    margin-top: 5px;
    font-family: "Arial";
    color: #323d46;
    font-size: 13px;
    font-weight: bold
}

#mdl_projet,
#dms_projet,
#tl_projet,
#mt_projet,
#rpl_projet {
    font-size: 17px;
}

#mdl_projet var,
#dms_projet var,
#tl_projet var,
#mt_projet var,
#rpl_projet var {
    font-size: 18px;
    font-weight: normal;
    font-style: normal
}

#tableau_vtl {
    border-collapse: collapse;
    /*border: 1px solid black*/
}

#titre_vtl th {
    font-size: 15px;
    background-color: #72b1c7;
    width: 200px;
    border: 1px solid black;
}

#tableau_vtl tr:nth-child(2) {
    font-family: "Arial";
    color: #323d46;
    background-color: #ffffff;
    font-size: 13px;
    font-weight: bold
}

#tableau_vtl td {
    border: 1px solid black;
}

.magasin {
    position: relative;
    margin-left: 55px;
    margin-top: 10px;
    height: 40px;
    width: 250px;
    padding: 10px 0px 0px 10px;
    font-family: "Arial";
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: #323d46;
    background-color: #e3e28d;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    text-decoration: none;
    z-index: 2;
    cursor: pointer;
    opacity: 1
}

.magasin div {
    width: 200px;
}

.magasin img {
    float: right;
    width: 19px;
    height: 26px;
    margin-top: -30px;
    margin-right: 20px
}

#MapMoiMagasin {
    display: none;
    height: 420px;
    width: 620px
}

#FramePosition {
    height: 420px;
    width: 620px;
    border-width: 0px;
    scrolling: no;
    position: absolute;
    top: 30px;
    left: 0px
}

.magasin:hover {
    opacity: 0.9
}

#msg-finconfig {
    position: absolute;
    font-family: Arial;
    font-size: 15px;
    color: #575756;
    margin-top: 70px;
    line-height: 40px
}

#partage {
    position: relative;
    font-family: Arial;
    font-size: 15px;
    color: #575756;
    font-weight: 580px;
    margin: 7px 0px 5px 120px
}

#facebook,
#pinterest {
    padding: 0 10px 0 10px;
    height: 40px
}

#facebook,
#twitter,
#instagram,
#pinterest,
#facebookDressing,
#twitterDressing {
    cursor: pointer;
    opacity: 1
}

#facebook:hover,
#twitter:hover,
#instagram:hover,
#pinterest:hover {
    opacity: .8;
    cursor: pointer
}

.gap {
    position: relative;
    margin-left: 60px;
    margin-top: 10px
}

.gap img {
    margin-left: 10px
}

.conteneurInformationPorte {
    position: absolute;
    height: 100px;
    width: 300px;
    top: -21px;
    left: 45%;
    border: double 4px #575756;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 0px;
    background-color: rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 6px 6px 12px #404040;
    -webkit-box-shadow: 6px 6px 12px #404040;
    box-shadow: 6px 6px 12px #404040;
    font-family: trebuchet;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer
}

.conteneurInformationPorte.ChampInput {
    position: absolute;
    height: 25px;
    border: hidden 5px #000000;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-shadow: 0px 0px 0px #000000;
    font-family: trebuchet;
    color: #444444;
    font-size: 16px;
    background-color: #E7E7E7;
    text-align: center;
    line-height: 1.5em
}

.conteneurInformationPorte.anim {
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    transform: rotate(0deg) scale(0.571) skew(1deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(0.571) skew(1deg) translate(0px);
    -moz-transform: rotate(0deg) scale(0.571) skew(1deg) translate(0px);
    -o-transform: rotate(0deg) scale(0.571) skew(1deg) translate(0px);
    -ms-transform: rotate(0deg) scale(0.571) skew(1deg) translate(0px)
}

.conteneurInformationPorte.anim:hover {
    transform: rotate(0deg) scale(1.009) skew(1deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.009) skew(1deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.009) skew(1deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.009) skew(1deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.009) skew(1deg) translate(0px)
}


/*########################################## EDITEUR ########################################*/


/*
#editeur_projet{
	display:none;
	position:absolute;
	height:46px; 
	width:46px;
	top:15px;
	left:552px;
	opacity:1;
	cursor:pointer;
	z-index:1
}
*/

#editeur_projet:hover {
    opacity: 0.8;
    cursor: pointer
}

#page_chezmoi {
    display: none;
    margin-top: -8px
}

.conteneur.editeur {
    position: relative;
    height: auto;
    margin-top: 0px
}

.editeur .image_rogner {
    position: absolute;
    height: 300px;
    width: 320px;
    margin-top: 35px;
    margin-left: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 300px
}

.editeur #_imageprojet_ {
    display: table;
    height: 300px;
    width: auto;
    margin: 0px auto;
    cursor: pointer
}

.editeur #copie__imageprojet_ {
    height: 200px;
    width: auto;
    border-width: 2px;
    border-style: dotted;
    border-color: black
}

.editeur .assemblage_image {
    position: absolute;
    height: 450px;
    width: 650px;
    margin-top: 20px;
    margin-left: 0px;
    border: 1px solid #323d46;
    font-family: Arial;
    color: #575756;
    font-size: 14px;
    /*background-image: url("../images/pp_exp.jpg");*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 650px 450px
}

.editeur #information_RA {
    position: absolute;
    line-height: 25px;
    font-size: 13px;
    color: #323d46;
    margin-top: 20px;
    width: 270px;
    left: 660px;
    /*
	 -moz-box-shadow: 2px 2px 5px 0px #cfcfcf;
	-webkit-box-shadow: 2px 2px 5px 0px #cfcfcf;
	-o-box-shadow: 2px 2px 5px 0px #cfcfcf;
	box-shadow: 2px 2px 5px 0px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-bottom:10px;
	-moz-user-select: -moz-none;
    -webkit-user-select: none;
	-ms-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
	-webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	*/
}

.editeur .retour_config {
    position: absolute;
    top: 440px;
    left: 793px;
    z-index: 2;
    cursor: pointer
}

.editeur .save_chezmoi {
    /*display:none;*/
    position: absolute;
    top: 320px;
    left: 750px;
    z-index: 2;
    cursor: pointer
}

.assemblage_image .image_import {
    display: none;
    width: 140px;
}

.assemblage_image .parcourir_image {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #575756;
    cursor: pointer
}

.assemblage_image .info_parcourir {
    position: absolute;
    left: 40%;
    top: 50%
}