/* PRIMARY LAYOUT ELEMENTS
--------------------------------------------------------------------------------------------------------------------*/
#wrapper {
    width: 100%;
}

.widthTabMobile{
    padding: 300px 0;
    text-align: center;
    margin: auto;
    width: 400px;
}

.widthTabMobile>p{
    background-color: #FFFFFF;
    padding: 30px;
}

.widthTabMobile.tablette{
    margin: auto auto auto 200px;
}

.widthTabMobile.tablette.smallTab{
    margin: auto auto auto 100px;
}

.widthTabMobile.tablette.smallTab.mobile{
    margin: auto auto auto 50px;
    width: 300px;
}

/* GENERAL
--------------------------------------------------------------------------------------------------------------------*/
section.panel {
    left: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
section.panel.current {
    left: 0;
    position: relative;
}
section.panel div.wrap {
    background: none no-repeat scroll 0 0 #fff;
    left: -143px;
    margin: 150px auto 90px;
    min-width: 745px;
    padding: 30px 70px 50px;
    position: relative;
    z-index: 999;
    width: 740px;
}
section.panel div.wrap p {
    letter-spacing: 0.5px;
    line-height: 23px;
    margin: 0 0 30px;
}
section.panel .carousel-wrap div.row-btn{
    position: relative;
}
section.panel .carousel-wrap div.row-btn .errorNextWrap{
    position: absolute;
    right: -35px;
    top: 0;
    text-align: left;
    width: 260px;
}
section.panel .carousel-wrap div.row-btn .errorNextWrap p{
    background-color: rgba(230, 135, 135, 0.3);
    padding: 8px 20px;
    border-radius: 3px;
    font-size: 12px;
    margin: 0;
    line-height: normal;
}
div.row-btn-nav {
    margin: 60px 0 0;
}
div.row-btn-nav input.btn-mi {
    background-color: transparent;
    border: 1px solid #d1d1d1;
    color: #717171;
}
div.row-btn-nav input.btn-mi:hover {
    border: 1px solid transparent;
}
div.row-btn-nav input.btn-mi.on-left {
    background-image: url("../img/ico-btn-reverse.png");
    background-position: -30% center;
    color: #717171;
}
div.row-btn-nav input.btn-mi.on-left:hover {
    background-position: 10% center;
}
div.row-btn-nav input.btn-mi[disabled],
div.row-btn-nav input.btn-mi[disabled]:hover {
    background-color: #fff !important;
    background-position: 130% center !important;
    border: 1px solid #d1d1d1 !important;
    color: #717171 !important;
    cursor: default;
    opacity: 0.4;
}
div.row-label div.input-text-holder {
    margin: 0;
}
.remove-valid {
    opacity:0;
    right:0;
}
.remove-valid:after {
    opacity:0;
    right:0;
}
span.highlight {
    color: #81cee5;
}

/* HEADER
--------------------------------------------------------------------------------------------------------------------*/
header div.wrap {
    width: 1172px;
}


/* BOARD
--------------------------------------------------------------------------------------------------------------------*/
#board {
    left: 0;
    min-width: 980px;
    position: absolute;
    top: 150px;
    width: 100%;
}
#board div.wrap {
    height: 400px;
    margin: 0 auto;
    position: relative;
    right: -117px;
    width: 930px;
}
#board div.wrap aside {
    position: absolute;
    right: 0;
    width: 270px;
    z-index: 999;
}
#board div.wrap aside h3 {
    text-align: center;
}
#board div.wrap nav.board-nav {
    margin: 100px 0 0;
}
#board div.wrap div.row-nav-btn input.btn-mi {
    padding: 20px;
    text-align: center;
    width: 100%;
}
#board div.wrap div.row-nav-btn input.btn-mi {
    padding: 20px;
    text-align: center;
    width: 100%;
}
#board div.wrap div.contact-infos {
    border-top: 1px solid #d1d1d1;
    font-size: 13px;
    margin: 30px 0 0;
    padding: 22px 15px 14px;
}
#board div.wrap div.contact-infos h4 {
    margin: 0 0 15px;
}
#board div.wrap div.contact-infos p {
    margin: 0 0 8px;
}
#board div.wrap div.contact-infos ul li {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    position: relative;
}
#board div.wrap div.contact-infos ul li:first-child {
    margin: 0;
}
#board div.wrap div.contact-infos ul li:before {
    background: url("../img/ico-contact.png") no-repeat scroll 0 0 transparent;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    width: 18px;
}
#board div.wrap div.contact-infos ul li.c1:before {
    background-position: 0 0;
}
#board div.wrap div.contact-infos ul li.c2:before {
    background-position: 0 -18px;
}
#board div.wrap div.contact-infos ul li.c3:before {
    background-position: 0 -36px;
}
#board div.wrap div.contact-infos ul li span {
    color: #a8a8a8;
}
nav.board-nav li.row-nav {
    background: none no-repeat scroll 0 0 #f6fafb;
    margin: 0 0 8px;
    opacity: 0.5;
    overflow: hidden;
    position: relative;
}
nav.board-nav li.row-nav:first-child {
    border-top: medium none;
}
nav.board-nav li.row-nav:after {
    background: url("../img/ico-edit.png") no-repeat scroll 0 0 transparent;
    content: "";
    height: 18px;
    position: absolute;
    right: -25px;
    top: 14px;
    width: 18px;
}
nav.board-nav li.row-nav.edit:after {
    right: 16px;
}
nav.board-nav li.row-nav.edit.active:after {
    right: -25px;
}
nav.board-nav li.row-nav.active,
nav.board-nav li.row-nav.edit,
nav.board-nav li.row-nav:hover,
nav.board-nav li.row-nav.active:hover,
nav.board-nav li.row-nav.active.edit:hover {
    background-color: #8d7031;
    opacity: 1;
}
nav.board-nav li.row-nav.edit:hover {
    background-color: #fbfbfb;
}
nav.board-nav li.row-nav label {
    cursor: pointer;
    display: block;
    height: 19px;
    padding: 15px 0 15px 50px;
    position: relative;
}
nav.board-nav li.row-nav.active label {
    cursor: default;
    color: #fff;
}
nav.board-nav li.row-nav.disabled {
    background: none no-repeat scroll 0 0 #f6fafb !important;
    cursor: default !important;
    opacity: 0.5 !important;
}
nav.board-nav li.row-nav.disabled label {
    cursor: default !important;
}
nav.board-nav li.row-nav label.nav-date:before,
nav.board-nav li.row-nav label.nav-address-start:before,
nav.board-nav li.row-nav label.nav-address-end:before,
nav.board-nav li.row-nav label.nav-inventory:before {
    background: url("../img/ico-itinerary.png") no-repeat scroll 0 0 transparent;
    content: "";
    left: 16px;
    position: absolute;
    width: 18px;
}
nav.board-nav li.row-nav label.nav-date:before,
nav.board-nav li.row-nav label.nav-address-start:before,
nav.board-nav li.row-nav label.nav-inventory:before {
    height: 18px;
    top: 16px;
}
nav.board-nav li.row-nav label.nav-date:before {
    background-image: url("../img/ico-calendar.png")
}
nav.board-nav li.row-nav label.nav-address-end:before {
    background-position: -18px 0;
    height: 25px;
    top: 12px;
}
nav.board-nav li.row-nav label.nav-inventory:before {
    background-image: url("../img/ico-inventory.png")
}
nav.board-nav li.row-nav div.inventory-group {
    height: 0;
    margin: 0;
    overflow-y: scroll;
}
nav.board-nav li.row-nav.active div.inventory-group {
    height: 250px;
    margin: 0 0 0 16px;
}
nav.board-nav li.row-nav div.inventory-group span.item {
    background: none repeat scroll 0 0 black;
    border-radius: 10px;
    color: #fff;
    float: left;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 0 5px 5px 0;
    padding: 3px 10px 3px 25px;
    position: relative;
    text-transform: uppercase;
}
nav.board-nav li.row-nav div.inventory-group span.item:before {
    background: none repeat scroll 0 0 #8d7031;
    border-radius: 10px;
    color: #fafafa;
    content: attr(data-value);
    display: block;
    font-weight: 700;
    height: 17px;
    left: 2px;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 17px;
}
nav.board-nav li.row-nav,
nav.board-nav li.row-nav:after,
nav.board-nav li.row-nav:hover,
nav.board-nav li.row-nav div.inventory-group {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

/* SECTION SIntro
--------------------------------------------------------------------------------------------------------------------*/
section.panel#sIntro div.wrap{
    padding: 30px 70px 50px;
}

#sIntro h2{
    margin-bottom: 30px;
    text-transform: inherit;
    color: #222222;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

#sIntro div.detailsIntro{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    text-align: center;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    width: 106%;
    margin-top: 20px;
    margin-left: -3%;
}

#sIntro div.detailsIntro>div{
    margin: 0 10px;
}

#sIntro div.detailsIntro>div img{
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 15px;
}

#sIntro p{
    line-height: 25px;
}

#sIntro div.btnIntroNext{
    text-align: center;
}

#sIntro.hideIntro{
    left:-110%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}


/* SECTION S0
--------------------------------------------------------------------------------------------------------------------*/
section.panel#s0 div.wrap{
    padding: 30px 70px 50px;
}
#s0.panel.current{
    left: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#s0.panel .wrap .optionMove{
    margin-bottom: 10px;
}

#s0.panel .wrap h3{
    text-align: center;
    text-transform: inherit;
    margin: 0 auto 5px;
    font-weight: 600;
    color: #222222;
}

#s0.panel .wrap h4{
    text-align: center;
    text-transform: inherit;
    color: #222222;
    font-weight: 100;
}

#s0.panel .wrap h5{
    font-weight: 400;
    font-size: 18px;
}

#s0.panel .wrap .optionMove .option{
    cursor: pointer;
    padding: 15px 30px;
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    margin: 15px 0;
}

#s0.panel .wrap .optionMove .option:hover{
    background-color: #FAFAFA;
}

#s0.panel .wrap .optionMove .option.active{
    background-color: #FAFAFA;
    -webkit-box-shadow:inset 0px 0px 0px 2px #4ECA00;
    -moz-box-shadow:inset 0px 0px 0px 2px #4ECA00;
    box-shadow:inset 0px 0px 0px 2px #4ECA00;
    border: 1px solid transparent;
    
    -webkit-transition:all 0.2s ease-in;
       -moz-transition:all 0.2s ease-in;
         -o-transition:all 0.2s ease-in;
            transition:all 0.2s ease-in;
}

#s0.panel .wrap .optionMove .option p{
    margin: 0;
}

#s0 .btnOptionNext{
    text-align: center;
}


div.move-summary {
    margin: 0 0 50px;
}
div.move-summary div.row-sum {
    background: none repeat scroll 0 0 #fafafa;
    border-radius: 3px;
    font-size: 15px;
    margin: 10px 0 0;
    padding: 20px 45px 20px 30px;
    position: relative;
}
div.move-summary div.row-sum:first-child {
    margin: 0;
}
div.move-summary div.row-sum label {
    float: left;
}
div.move-summary div.row-sum span {
    color: #81cee5;
    float: right;
}
div.move-summary div.row-sum span:after {
    content: "\20AC";
    position: absolute;
    right: 30px;
    top: 20px;
}
ul.move-options {
    margin: 25px 0 0;
}
ul.move-options li.option {
    background: none repeat scroll 0 0 transparent;
    box-shadow: 0 0 0 1px #d3ddde inset;
    -moz-box-shadow: inset 0 0 0 1px #d3ddde;
    -o-box-shadow: inset 0 0 0 1px #d3ddde;
    -webkit-box-shadow: inset 0 0 0 1px #d3ddde;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#d3ddde, Direction=NaN, Strength=0);
    cursor: pointer;
    display: block;
    float: left;
    font: 300 25px/30px Open sans,Arial,sans-serif;
    height: 126px;
    overflow: hidden;
    padding: 54px 0 0;
    position: relative;
    text-align: center;
    width: 180px;
}
ul.move-options li.option:hover {
    text-indent: -270px;
}
ul.move-options li.option:after {
    content: attr(data-info);
    float: left;
    font: 400 14px/20px Open sans,Arial,sans-serif;
    left: 190px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 52px;
    width: 150px;
}
ul.move-options li.option:hover:after {
    left: 15px;
}
ul.move-options li.option.active:hover {
    text-indent: 0;
}
ul.move-options li.option.active:hover:after {
    left: 190px;
}
ul.move-options li.option,
ul.move-options li.option:after {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
ul.move-options li.option.active {
    cursor: default;
}
ul.move-options li.opt-eco {
    color: #b4df7b;
}
ul.move-options li.opt-eco:hover, ul.move-options li.opt-eco.active {
    background-color: #b4df7b;
}
ul.move-options li.opt-plus {
    color: #87cee5;
}
ul.move-options li.opt-plus:hover, ul.move-options li.opt-plus.active {
    background-color: #87cee5;
}
ul.move-options li.opt-luxe {
    color: #81cee5;
}
ul.move-options li.opt-luxe:hover, ul.move-options li.opt-luxe.active {
    background-color: #81cee5;
}
ul.move-options li.option:hover,
ul.move-options li.opt-eco.active,
ul.move-options li.opt-plus.active,
ul.move-options li.opt-luxe.active {
    box-shadow: none;
    color: #fff;
}
ul.move-options li.option span {
    display: block;
    font-size: 40px;
    margin: 5px 0 0;
}
ul.move-options li.opt-seperator {
    border-bottom: 1px solid #e8e8e8;
    display: block;
    float: left;
    height: 90px;
    width: 100px;
}
div.data-hidden {
    display: none;
}



/* SECTION S1
--------------------------------------------------------------------------------------------------------------------*/
article.date-move {
    margin: 0 0 50px;
}
article.date-sub div.row-input-text.row-date{
    display:inline-block;
}
article.date-sub #plage2{
    margin:0 0 0 60px;
}
article.date-sub div label{
    width:50px;
}


/* SECTION S2
--------------------------------------------------------------------------------------------------------------------*/
#s2 article.address-start {
    border-left: 2px dashed #ebebeb;
    padding: 0 0 50px;
}
#s2 article.address-end .address-map .addressEnd-map,
#s2 article.address-end .address-map #distance-startEnd{
    display: inline-block;
    vertical-align: top;
}
#s2 article.address-end .address-map #distance-startEnd.showDistance{
    margin-right: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
#s2 article.address-end .address-map #distance-startEnd.hideDistance{
    margin-right: -500%;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
#s2 article.address-end .address-map #distance-startEnd{
    background-color: #F4F4F4;
    text-align: center;
    float: right;
    width: 46%;
    top: 72px;
    position: relative;
}
#s2 article.address-end .address-map #distance-startEnd p{
    font-size: 18px;
    color: #919191;
    margin: 15px auto;
    text-align: center;
}
#s2 article.address-end .address-map #distance-startEnd p:last-child{
    font-weight: 500;
}
#s2 article.address-end h3 {
    color: #81cee5;
    margin-top: 0;
}
#s2 article.address-start,
#s2 article.address-end {
    padding-left: 25px;
    position: relative;
}
#s2 article.address-start div.row-more,
#s2 article.address-end div.row-more {
    padding: 40px 0 0;
}
#s2 span.ico-marker-start,
#s2 span.ico-marker-end {
    background: url("../img/ico-itinerary.png") no-repeat scroll 0 0 #fff;
    position: absolute;
    top: 0;
    width: 18px;
}
#s2 span.ico-marker-start {
    background-position: 0 4px;
    height: 25px;
    left: -10px;
}
#s2 span.ico-marker-end {
    background-position: -18px 2px;
    height: 35px;
    left: -8px;
}

#s2 #selectStartFloor .select-holder, #s2 #selectStartElevator .select-holder, #s2 #selectEndFloor .select-holder, #s2 #selectEndElevator .select-holder{
    pointer-events: none;
    opacity: 0.2;
}


/* SECTION S3
--------------------------------------------------------------------------------------------------------------------*/
#s3{
    max-height: 100%;
    min-height: 600px;
}
#s3 h2{
    margin-bottom: 10px;
    text-align:center;
}
#s3 div.row-disabled {
    display: none;
}
#s3 .titleCalculateVolum{
    text-align: center;
    position: relative;
}
#s3 .detailsVolum{
    color: #A2A2A2;
    text-align: center;
    margin: 0;
}

#div-inventory .content-inventory .btnValidateInventory:hover{
    background-color: #D7D7D7;
    
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.listCommands #div-inventory{
    position: fixed;
    top: -250%;
    z-index: 100000;
    width: 70%;
    left: 15%;
}

.listCommands #div-inventory.inventoryShow{
    top: 90px;
    bottom: 0;
    
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.listCommands #div-inventory.inventoryHide{
    top: -250%;
    
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.listCommands #div-inventory .content-inventory{
    padding: 20px 40px;
    background-color: #FFFFFF;
    position: relative;
}

#s3 #div-inventory .boxContentInventory.boxInventoryScroll{
    overflow: scroll;
    height: 480px;
}

#mouvemi-cmd #board.boardFixed{
    position: fixed;
    top: 30px;
}

#div-inventory .content-inventory .validInventory{
    text-align: center;
    margin-bottom: 15px;
}
#s3 #div-inventory .content-inventory .validInventory{
    margin-top: 20px;
}
#div-inventory .content-inventory .validInventory .volumInventory{
    margin: 0 0 0 20px;
    display: inline-block;
    line-height: 45px;
}
#s3 #div-inventory .content-inventory .validInventory .volumInventory{
    margin: 0;
    position: absolute;
    left: 0;
    display: none; /* HIDE VOLUM */
}
#div-inventory .content-inventory .validInventory .btnValidateInventory{
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 138px;
    cursor: pointer;
    padding: 20px 45px;
    background-color: #616161;
    border-radius: 3px;
    color: #FFFFFF;
    
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

#s3 #div-inventory .content-inventory .validInventory .btnValidateInventory{
    background-color: #81cee5;
}

section#s3.panel .carousel-wrap div.row-btn .errorNextWrap{
    right: -50px;
}

#div-inventory div.dialog-overlay{
    opacity: 1;
    pointer-events: auto;
    position: fixed;
}

/* SECTION S4
--------------------------------------------------------------------------------------------------------------------*/
#s4 .titleCommandBox{
    text-align: center;
    position: relative;
}

#s4 .detailsCommandBox{
    margin-bottom: 0;
    color: #A2A2A2;
    text-align: center;
    margin-top: 15px;
}

#s4 #box-inventory{
    margin-top: -50px;
}

#s4 .contentNoBox{
    text-align: center;
    margin-top: 20px;
}

#s4 .contentNoBox label{
    margin-left: 10px;
}


button{
    height: 50px;
    width: 250px;
    background: url("../img/ico-btn.png") no-repeat scroll 130% center #81cee5;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font: 16px/10px Open sans, Arial, sans-serif;
    letter-spacing: 0.5px;
    outline: medium none;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
button:hover{
    background-color: #81cee5 !important;
    background-position: 90% center;
    color: #fff !important;
}
.show{
    display:block;
}
.hide{
    display:none;
}

#close{
    height: 29px;
    width: 34px;
    text-align: center;
    cursor: pointer;
    background-color: #7f7f7f;
    color: white;
    font-size: 20px;
    border-radius: 10%;
    font-weight: 600;
}
#close:hover{
    background-color: #666666;

    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
#inventory {
    height: auto;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    user-select: none;
    width: 100%;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
article.item {
    background: none no-repeat scroll 0 0 #f7f7f7;
    left: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
article.item.current {
    left: 0;
    position: relative;
}
article.item ul.clearfix,
article.item ul {
    margin: 0 0 25px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
}
.listCommands #inventory article.item ul:last-child {
    margin: 0 0 150px;
}
article.item ul li {
    margin: auto;
    position: relative;
    text-align: center;
}
article.item ul li input.item-value {
    background: none repeat scroll 0 0  #8d7031;
    border: medium none;
    color: #fff;
    display: block;
    font: 300 60px Open sans,Arial,sans-serif;
    height: 110px;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 110px;
    z-index: 99;
    padding: 0;
}
article.item ul li input.item-value-box {
    background: none repeat scroll 0 0  #8d7031;
    border: medium none;
    color: #fff;
    display: block;
    font: 300 60px Open sans,Arial,sans-serif;
    height: 108px;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 108px;
    z-index: 99;
}
article.item ul li span.item-wind {
    height: 110px;
    left: 0;
    position: absolute;
    top: 0;
    width: 110px;
    z-index: 999;
}
article.item ul li span.item-icon {
    background: none repeat scroll 0 0  #8d7031;
    display: block;
    height: 110px;
    position: relative;
    margin: auto;
    text-align: left;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 18px;
    padding: 0 15px;
}
article.item ul li label {
    border-bottom: 1px solid #efefef;
    display: block;
    padding: 5px 0 6px;
    width: 110px;
}
article.item ul li div.item-cmd {
    margin: 10px 0 0;
    position: relative;
    width: 110px;
}
article.item ul li div.item-cmd span {
    border-radius: 3px;
    cursor: pointer;
    display: block;
    font: 300 22px Open Sans, Arial, sans-serif;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
article.item ul li div.item-cmd span.add-item {
    background: none repeat scroll 0 0  #8d7031;
    color: #ffffff;
    float: right;
    height: 25px;
    line-height: 23px;
    margin: 0 25px 0 0;
    width: 25px;
}
article.item ul li div.item-cmd span:before {
    left: 0;
}
article.item ul li div.item-cmd span:after {
    left: 200%;
}
article.item ul li div.item-cmd span:before,
article.item ul li div.item-cmd span:after {
    display: block;
    height: 25px;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 25px;
}
article.item ul li div.item-cmd span.add-item:before,
article.item ul li div.item-cmd span.add-item:after {
    content: "+";
}
article.item ul li div.item-cmd span:hover:before {
    left: -200%;
}
article.item ul li div.item-cmd span:hover:after {
    left: 0;
}
article.item ul li div.item-cmd span.add-item:hover {
    background-color: black;
}
article.item ul li div.item-cmd span.remove-item {
    border: 1px solid #d1d1d1;
    color: #d1d1d1;
    float: left;
    height: 23px;
    line-height: 2px;
    margin: 0 0 0 25px;
    text-indent: -2px;
    width: 23px;
}
.listCommands #div-inventory article.item ul li div.item-cmd span.remove-item {
    height: 25px;
    width: 25px;
}
article.item ul li div.item-cmd span.remove-item:hover {
    background-color: black;
    border-color: black;
    color: #fff;
}
article.item ul li div.item-cmd span.remove-item:before,
article.item ul li div.item-cmd span.remove-item:after {
    content: "_";
}

#inventory article.item.items-4 div.carousel-wrap>h2.titleBoxInventory {
    text-align: center;
    color: #131313;
    font-size: 24px;
}

#inventory article.item.items-4 div.carousel-wrap>p.inventory-info-box {
    margin: 30px 0 50px;
    text-align: center;
}

#s3 #inventory article.item.items-4 div.carousel-wrap>p.inventory-info-box{
    margin: 0 0 15px;
}

#inventory article.item.items-4 div.carousel-wrap>ul li.adviceBoxInventory {
    margin: 0 auto 0 50px;
    background-color: #FFFAF6;
    padding: 10px 50px;
}

#inventory article.item.items-4 div.carousel-wrap>ul li.adviceBoxInventory p {
    text-align: left;
    margin: 0 0 10px;
}

#inventory article.item.items-4 div.carousel-wrap>ul li.adviceBoxInventory ul {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    list-style: initial;
    margin: 0;
    line-height: 25px;
}

#inventory article.item.items-4 div.carousel-wrap>ul li.adviceBoxInventory ul li{
    margin: 0;
    text-align: left;
}

#inventory article.item.items-1 ul:first-child li:first-child div.item-cmd span.remove-item,
#inventory article.item.items-2 ul:first-child li:first-child div.item-cmd span.remove-item,
#inventory article.item.items-3 ul:first-child li:first-child div.item-cmd span.remove-item{
    display: none;
}

#inventory article.item.items-1 ul:first-child li:first-child div.item-cmd span.add-item,
#inventory article.item.items-2 ul:first-child li:first-child div.item-cmd span.add-item,
#inventory article.item.items-3 ul:first-child li:first-child div.item-cmd span.add-item{
    margin: auto;
    width: 110px;
}

#inventory article.item.items-1 ul:first-child li:first-child div.item-cmd span.add-item:before,
#inventory article.item.items-2 ul:first-child li:first-child div.item-cmd span.add-item:before,
#inventory article.item.items-3 ul:first-child li:first-child div.item-cmd span.add-item:before{
    left: 42px;
}

#inventory article.item.items-1 ul:first-child li:first-child div.item-cmd span.add-item:hover:after,
#inventory article.item.items-2 ul:first-child li:first-child div.item-cmd span.add-item:hover:after,
#inventory article.item.items-3 ul:first-child li:first-child div.item-cmd span.add-item:hover:after{
    left: 42px;
}

#inventory article.item.items-1 ul:first-child li:first-child div.item-cmd span.add-item:hover:before,
#inventory article.item.items-2 ul:first-child li:first-child div.item-cmd span.add-item:hover:before,
#inventory article.item.items-3 ul:first-child li:first-child div.item-cmd span.add-item:hover:before{
    left: -200%;
}

/******* CSS last row object inventory ********/
#inventory article.item div.carousel-wrap ul:last-child li{
    margin: 0 37px;
}

#inventory article.item div.carousel-wrap ul:last-child li:first-child{
    margin: 0 38px;
}

#s3 #inventory article.item div.carousel-wrap ul:last-child li{
    margin: 0 19px;
}

#inventory article.item div.carousel-wrap ul:last-child li:first-child{
    margin: 0 35px 0 33px;
}

#inventory article.item.items-4 div.carousel-wrap ul li{
    margin: auto;
}

#s3 #inventory article.item.items-4 div.carousel-wrap>ul:last-child>li:first-child,
#inventory article.item.items-4 div.carousel-wrap>ul:last-child>li:first-child{
    margin: 0 0 0 auto;
}


#box-article{
    left:0;
    position:initial;
    margin:70px 0 0 0;
}

nav.item-nav {
    margin: 0 0 30px;
    position: relative;
}
nav.item-nav ul {
    border-bottom: 1px solid #efefef;
    margin: 0 auto;
    width: 480px;
}
nav.item-nav ul li {
    cursor: pointer;
    float: left;
    font-size: 13px;
    font-weight: 400;
    opacity: 0.7;
    padding: 15px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 120px;
}
nav.item-nav ul li:after {
    background: none no-repeat scroll 0 0 #8d7031;
    bottom: -1px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 100%;
}
nav.item-nav ul li.active {
    cursor: default;
}
nav.item-nav ul li.active:after {
    height: 3px;
}
nav.item-nav ul li:hover,
nav.item-nav ul li.active {
    color: white;
}
nav.item-nav span {
    background: none no-repeat scroll 0 0  #8d7031;
    border-radius: 15px;
    cursor: pointer;
    display: block;
    height: 30px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 30px;
}
nav.item-nav span.nav-prev {
    float: left;
    margin: 10px 0 0 100px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
nav.item-nav span.nav-next {
    float: right;
    margin: 10px 100px 0 0;
}
nav.item-nav span:before {
    left: 0;
}
nav.item-nav span:after {
    left: -200%;
}
nav.item-nav span:before,
nav.item-nav span:after {
    background: url("../img/ico-btn.png") no-repeat scroll 12px center transparent;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 30px;
}
nav.item-nav span:hover {
    background-color: black;
}
nav.item-nav span:hover:before {
    left: 200%;
}
nav.item-nav span:hover:after {
    left: 0;
}

div.carousel-wrap h3{
    margin: 50px 0 35px 0;
    font-weight: 400;
}

.boxContentInventory{
    position: relative;
}

.listCommands .boxContentInventory{
    overflow: scroll;
    height: 600px;
    z-index: 1;
}

#boxAddNewObject{
    position: absolute;
    top: 0;
    left: 4%;
    width: 51.7%;
    z-index: 10000;
    background-color: #E1E1E1;
    padding: 15px 0;
    text-align: center;
}

#s3 #boxAddNewObject{
    left: 19px;
    width: 59.8%;
}

#boxAddNewObject.hideBox{
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    
    -webkit-transition:all 0.2s ease-in;
       -moz-transition:all 0.2s ease-in;
         -o-transition:all 0.2s ease-in;
            transition:all 0.2s ease-in;
}

#boxAddNewObject.showBox{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    
    -webkit-transition:all 0.2s ease-in;
       -moz-transition:all 0.2s ease-in;
         -o-transition:all 0.2s ease-in;
            transition:all 0.2s ease-in;
}

#boxAddNewObject div.overlay-transparent{
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    background: none repeat scroll 0 0 transparent;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    z-index: 0;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

#boxAddNewObject div.cross{
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50% 50%;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 1001;
    
    -webkit-transition:all 0.2s ease-in;
       -moz-transition:all 0.2s ease-in;
         -o-transition:all 0.2s ease-in;
            transition:all 0.2s ease-in;
}

#boxAddNewObject div.cross:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    
    -webkit-transition:all 0.2s ease-in;
       -moz-transition:all 0.2s ease-in;
         -o-transition:all 0.2s ease-in;
            transition:all 0.2s ease-in;
}

 #boxAddNewObject div.cross::before{
    background-color: #222222;
    position: absolute;
    display:block;
    content:'';
    width: 70%;
    height: 9%;
    top: 44%;
    left: 14%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

#boxAddNewObject div.cross::after{
    background-color: #222222;
    position: absolute;
    display:block;
    content:'';
    width: 9%;
    height: 70%;
    left: 44%;
    top: 14%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

#boxAddNewObject div.contentBoxAddNewObject{
    position: relative;
    z-index: 1000;
    padding: 0 15px;
}

#boxAddNewObject h2{
    text-align: center;
    color: #222222;
    font-size: 22px;
    font-weight: bold;
}

#boxAddNewObject p{
    margin: 5px 0;
    letter-spacing: 0.5px;
    line-height: 23px;
}

#boxAddNewObject p.btn-close{
    cursor: pointer;
}

#boxAddNewObject p.btn-close:hover{
    color: #81cee5;
}

#boxAddNewObject div.row-input-text{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    margin: 0;
}

#boxAddNewObject div div.input-text-holder{
    float: none;
    background-color: #FFFFFF;
    margin: 3px 10px;
}

#boxAddNewObject div div.input-text-holder.input-error {
    -webkit-box-shadow:inset 0px 0px 0px 2px rgba(230, 135, 135, 0.8);
    -moz-box-shadow:inset 0px 0px 0px 2px rgba(230, 135, 135, 0.8);
    box-shadow:inset 0px 0px 0px 2px rgba(230, 135, 135, 0.8);
    
    -webkit-transition:all 0.2s ease-in;
       -moz-transition:all 0.2s ease-in;
         -o-transition:all 0.2s ease-in;
            transition:all 0.2s ease-in;
}

#boxAddNewObject div div.input-text-holder.input-focus{
    -webkit-box-shadow:inset 0px 0px 0px 2px rgba(135, 205, 230, 0.8);
    -moz-box-shadow:inset 0px 0px 0px 2px rgba(135, 205, 230, 0.8);
    box-shadow:inset 0px 0px 0px 2px rgba(135, 205, 230, 0.8);
    
    -webkit-transition:all 0.2s ease-in;
       -moz-transition:all 0.2s ease-in;
         -o-transition:all 0.2s ease-in;
            transition:all 0.2s ease-in;
}

#boxAddNewObject div div.input-text-holder input{
    text-align: center;
}

#boxAddNewObject div div.input-text-holder input:focus::-webkit-input-placeholder {
    color:transparent;
}

#boxAddNewObject div div.input-text-holder input:focus:-moz-placeholder{
    color:transparent;
}

#boxAddNewObject div div.input-text-holder input:focus::-moz-placeholder{
    color:transparent;
}

#boxAddNewObject div div.input-text-holder input:focus:-ms-input-placeholder{
    color:transparent;
}

#boxAddNewObject div div.input-text-holder input[name="nameObject"]{
    text-align: left;
}

#boxAddNewObject div label{
    text-align: right;
    font-weight: 400;
    margin-left: -15px;
}

.listCommands #boxAddNewObject div label{
    margin: 0;
}

#boxAddNewObject .boxVolumTotal{
    position: relative;
}

#boxAddNewObject .btnAddNewObject{
    position: relative;
}

#accountCustomerCommand .devis #boxAddNewObject .btnAddNewObject input[type="button"]{
    margin: auto;
}

#boxAddNewObject .btnAddNewObject input.btn-mi.loadAdd{
    opacity : 1;
    color : #81cee5;
    background: none;
    background-color : #81cee5 !important;
}

#boxAddNewObject .btnAddNewObject input.btn-mi.loadAdd:hover{
    color : #81cee5 !important;
    background: none;
    cursor: auto;
}

#s3 #boxAddNewObject .btnAddNewObject .loading{
    width: 20px;
    height: 20px;
}

#boxAddNewObject div div.input-text-holder p.error-msg{
    width: 70px;
}

.listCommands #boxAddNewObject div div.input-text-holder p.error-msg{
    width: 150px;
}

#boxAddNewObject .boxVolumTotal p.error-msg {
    background-color: #81cee5;
    color: #fff;
    font: 400 10px/15px Open Sans, Arial, sans-serif !important;
    left: 2%;
    letter-spacing: 1px;
    margin: 0 !important;
    max-width: 150px;
    opacity: 1;
    padding: 8px 20px 9px;
    text-align: left;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    z-index: 1000;
}

#boxAddNewObject .boxVolumTotal p.error-msg span.error-arw {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #81cee5;
    display: block;
    top: 5px;
    position: absolute;
    right: -5px;
}


/* DIALOG ERROR
--------------------------------------------------------------------------------------------------------------------*/
#dialog-error div.dialog-content ul {
    margin: 40px 0 0;
}
#dialog-error div.dialog-content ul li {
    line-height: 20px;
    margin: 15px 0 0;
    padding: 0 0 0 20px;
    position: relative;
    text-align: justify;
}
#dialog-error div.dialog-content ul li:first-child {
    margin: 0;
}
#dialog-error div.dialog-content ul li:before {
    color: #81cee5;
    content: "-";
    left: 0;
    position: absolute;
    top: -2px;
}

.dialog-overlay{
    position:fixed;
}


/* MOUVEMI FIX
--------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1170px) {
    header div.wrap, footer div.wrap {
        width: 980px;
    }
    #board div.wrap {
        right: -25px;
    }
    section.panel div.wrap {
        left: -142px;
        min-width: 555px;
        width: 555px;
    }
    #s2 article.address-end .address-map #distance-startEnd{
        width: 30%;
    }
    #s2 article.address-start div.on-left,
    #s2 article.address-start div.on-right,
    #s2 article.address-end div.on-left,
    #s2 article.address-end div.on-right {
        float: none;
    }
    #s2 article.address-start div.on-left,
    #s2 article.address-end div.on-left {
        margin: 0 0 20px;
    }
    #s3 nav.item-nav span.nav-prev {
        margin: 10px 0 0 -10px;
    }
    #s3 nav.item-nav span.nav-next {
        margin: 10px -10px 0 0;
    }
    #s3 nav.item-nav ul {
        width: 510px;
    }
    #s3 input.btn-mi {
        padding: 20px 35px;
    }
    #inventory article.item ul li {
        margin: 0 0 0 1px;
    }
}


@media screen and (max-width: 990px) {
    html, body{
        min-width:initial;
        overflow-x:hidden; 
    }
    header .wrap .logo{
        margin-left: 20px;
    }
    header .wrap .menu{
        display: none;
    }
    .row{
        width: 100%;
        margin: auto;
        text-align: center;
    }
    #accountCustomerCommand .devis.devis-mover{
        width: 95%;
        padding: 30px 20px;
    }
    #accountCustomerCommand .container.listCommands{
        margin-top: 100px;
    }
    #devis{
        width: 100%;
        margin: auto;
    }
    .headerDevis>div{
        text-align:center;
        margin-bottom:10px;
    }
    #accountCustomerCommand .devis .headerDevis>div.text-center h5.devisExpired{
        position: initial;
    }
    h2{
        font-size: 26px;
        padding-left: 5px;
        padding-right: 5px;
    }

    #form-mover div.row-input-text div.input-text-holder{
        width:200px;
    }
    #form-mover div.row-input-text input[type="text"].input-290, div.row-input-text input[type="password"].input-290{
        width:220px;
    }
    #form-mover div.input-text-holder p.error-msg{
        width:160px;
        left:40%;
    }
    div.input-text-holder{
        padding:10px;
    }
    input.btn-mi{
        font-size:12px;
        padding:20px 35px;
    }
    #offer-mover{
        height:350px;
    }
    #offer-validate{
        height:350px;
    }
    #accept-mover{
        height:350px;
    }
    #accept-validate{
        height:350px;
    }
    #offer-end{
        height:350px;
    }
    div.dialog-overlay {
        position:fixed;
    }
    div.dialog-content.inventory-width{
        width:780px;
        min-width:780px;
        max-width: none;
        height: 480px;
        overflow-y: scroll;
    }
    footer .wrap .legal-link{
        margin-left: 20px;
    }
}

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

    #form-mover h2{
        font-size: 20px;
    }

    #accountCustomerCommand .devis div>.input-text-holder{
        width:230px;
    }

    .listCommands div.input-text-holder input[type="text"] {
        width: 230px;
    }
}