/* 
    Document   : accueil
    Created on : 01 septembre 2016, 150:49:00
    Author     : PGRJDS
    Description:
        Purpose of the stylesheet follows.
*/

/*div[class="row"] {
    border: 1px dotted rgba(255, 255, 255, 0.5);
}

div[class^="col-"] {
    background-color: rgba(255, 0, 0, 0.2);
}*/

html {
    position: relative;
    min-height: 100%;
    min-width: 380px;

}

body {
    /*background-color: #fff;*/
    background-color: #f5f5f5;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    min-width: 380px;
    padding-bottom: 40px;
}

.form-control {
    font-size: 14px;
}

.btn {
    font-size: 14px !important;
}

.dropdown-menu, label {
    font-size: 14px;
}

.page {
    min-width: 380px;
}

.modal-open {
    padding-right: 0px !important;
    overflow: auto;
}

.asterisque {
    color: red;
}

.bg-pink {
    background-color: #e4b9b9;
}

.form-inline .input-group .input-group-addon {
    width: 20px;
}

.bgWhite {
    background-color: white;
}

.borderBottomPanierMini {
    border-bottom: 1px solid grey;
}

.borderRound10 {
    border-radius: 10px;
}
#flash-box {
    display: none;
}
.flash-div {
    position: fixed;
    top: 45px;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 1500;
}
.flash-message {
    min-width: 25%;
    text-align: center;
    background-color: white;
    font-size: 18px;

    padding: 8px 15px;
    border-radius: 20px;
    z-index: 1500;

    box-shadow: 3px 3px 9px #939393;
}

.flash-success {
    background-color: rgb(60, 175, 94);
    color: white;
}

.flash-error {
    background-color: rgb(194, 59, 70);
    color: white;
}

.flash-info {
    background-color: rgb(60, 116, 201);
    color: white;
}


@media (min-width: 880px) {
    .borderRight {
        border-right: 1px solid black;
    }
}

@media (max-width: 880px) {
    .borderRight {
        margin-bottom: 40px;
    }
}

.carousel {
    margin-bottom: 40px;
    min-height: 340px;
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li {
    border: 1px solid #00aac3;
}

.carousel-indicators .active {
    background-color: #00aac3;
}

.carousel-control.left, .carousel-control.right {
    background: none;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    color: #00aac3;
}

.cBlack {
    color: black;
}

.cBlackLink, .cBlackLink:hover, .cBlackLink:visited, .cBlackLink:active, .cBlackLink:focus, .cBlackLink:link {
    color: black;
}

.cGreen {
    color: green;
}

.cKeolis {
    color: #00aac3;
}

.cOrange {
    color: #ED8B00;
}

.cRed {
    color: red;
}

.tdUnderline {
    text-decoration: underline;
}

.fRight {
    float: right;
}

.fs12 {
    font-size: 12px;
}

.fs12i {
    font-size: 12px !important;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs28 {
    font-size: 28px;
}

.fs40 {
    font-size: 40px;
}

.fs48 {
    font-size: 48px;
}

.fwBold {
    font-weight: bold;
}

.h34 {
    line-height: 29px;
}

.h40 {
    height: 40px;
}

.h50 {
    height: 50px;
}

.h120 {
    line-height: 120px;
}

.img24 {
    width: 24px;
    height: 24px;
}

.inputLargeurMinMax {
    width: 100% !important;
    min-width: 150px;
}

.italic {
    font-style: italic;
}

label {
    margin-top: 5px;
}

.lh34 {
    line-height: 29px;
}

.lh58i {
    line-height: 58px !important;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mt0 {
    margin-top: 0px;
}

.mt3 {
    margin-top: 3px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt100 {
    margin-top: 100px;
}

.mw18i {
    max-width: 18px !important;
}

.pb60 {
    padding-bottom: 60px;
}

.p0 {
    padding: 0px;
}

.pl20i {
    padding-left: 20px !important;
}

.pl10i {
    padding-left: 10px !important;
}

.pr20 {
    padding-right: 20px;
}

.pt10 {
    padding-top: 10px;
}

.vaMiddlei {
    vertical-align: middle !important;
}

.wAuto {
    width: auto;
}

.w50i {
    width: 50px !important;
}

.inputTaille {
    max-width: 50px;
}

.w98pc {
    width: 98%;
    margin: 0 auto;
}

.w100i {
    width: 100px !important;
}

.w100pc {
    width: 100%;
}

.w200i {
    width: 200px !important;
}

.ml50 {
    margin-left: 50px;
}

.mt5vh {
    margin-top: 5vh;
}

.mt10vh {
    margin-top: 10vh;
}

.mt20vh {
    margin-top: 20vh;
}

.w100pci {
    width: 100% !important;
}

.imgCoden {
    width: 260px;
}

#kamiLogo {
    width: 100px;
    height: 150px;
}

div#keolisLogo {
    max-height: 128px;

}

.noDecorationWhite, .noDecorationWhite:hover, .noDecorationWhite:active, .noDecorationWhite:visited, .noDecorationWhite:focus {
    text-decoration: none;
    color: white;
}


img#keolisLogo {
    max-height: 112px;
    display: inline-block;
}

img#keolisLogo2 {
    max-height: 50px;
}

.onDemandContent {
    width: 98%;
    margin: 0 auto;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 40px;
    vertical-align: middle;
    background: #000000;
    color: #FFFFFF;
}

/*.page {
    min-height: 100%;
    position: relative;
}*/

.scrollAuto {
    overflow-y: auto;
    padding-bottom: 60px;
    padding-top: 60px;
}

#formConnexion {
    border-radius: 10px;
    border: 1px solid #ccc;
    background-color: white;
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
}

#btnDeconnexion {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
}

#bandeauMsgError {
    width: 100%;
    height: 40px;
    padding-top: 10px;
    background: url(../img/fondRougeBlanc.png) repeat-x;
    position: fixed;
    text-align: center;
    z-index: 1000;
    border: 1px solid black;
    color: white;

}

#bandeauMsgWarn {
    width: 100%;
    height: 40px;
    padding-top: 10px;
    background: url(../img/fondOrangeBlanc.png) repeat-x;
    position: fixed;
    text-align: center;
    z-index: 1000;
    border: 1px solid black;
    color: white;
}

#bandeauMsgInfo {
    width: 100%;
    height: 40px;
    padding-top: 10px;
    background: url(../img/fondBleuBlanc.png) repeat-x;
    position: fixed;
    text-align: center;
    z-index: 1000;
    border: 1px solid black;
    color: white;
}

#bandeauMsgSucces {
    width: 100%;
    height: 40px;
    padding-top: 10px;
    background: url(../img/fondVertBlanc.png) repeat-x;
    position: fixed;
    text-align: center;
    z-index: 1000;
    border: 1px solid black;
    color: white;
}

.colorGrey {
    color: grey !important;
}

.fa-chevron-circle-right {
    transition: all 0.4s ease;
}

#btnAccessCollection:hover .fa-chevron-circle-right {

    transform: rotate(360deg);
}

.dt-button > span {
    line-height: 28px;
}

button.dt-button, div.dt-button, a.dt-button {
    /*background: rgba(0,255,255,1);*/
    /*width: 100px;*/
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.buttons-excel::before {
    content: url(../img/xlsx.png);
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 4px;
    line-height: 2px;
    vertical-align: text-bottom;
    background-color: green;
}

#statMAJ {
    width: 240px;
    padding: 20px;
    margin-top: -10px;
    margin-left: 250px;
    border: #f5f5f5 solid 1px;
    box-shadow: 2px 2px 2px #000;
    background-color: white;
    border-radius: 10px;
    display: inline-block;
}

#statQte {
    width: 240px;
    padding: 20px;
    margin-top: -10px;
    margin-left: 20px;
    border: #f5f5f5 solid 1px;
    box-shadow: 2px 2px 2px #000;
    background-color: white;
    border-radius: 10px;
    display: inline-block;
}

tbody {
    font-size: 14px;
    font-weight: 400;
}

#inputQuantite {
    display: inline;
}


@media (max-width: 767px) {
    .divProfil {
        text-align: left;
    }

    .mt20vh {
        margin-top: 10vh;
    }


    /*    .displayLG {
            display: none;
        }*/
    .displayXS {
        display: block;
    }
}

@media (max-width: 879px) {
    .divProfil_choixPR {
        text-align: left;
    }

    .frise_content {
        display: none;
    }
}

.infoAllergie {
    position: absolute;
    width: 160px;
    margin: 0 auto;
    margin-top: 110px;
}

/*@media (min-width: 737px) {
    .displayXS {
        text-align: right;
    } 
}*/
/*@media (max-width: 737px) {
    .displayXS {
        text-align: left;
    } 
}*/

@media (max-width: 1741px) {

    .displayXS {
        display: block;

    }
}

@media (min-width: 1741px) {

    /*    .displayLG {
            display: block;
        }
        .displayXS {
            display: none;
        } */
}

#menuGauchePanier {
    display: none;
}

@media (min-width: 769px) and (max-width: 869px) {
    #menuGauchePanier {
        display: block;
    }
}

@media (min-width: 769px) {
    #catalogue_panierDroite {
        display: none;
    }
}

.displayLG {
    display: none;
}


.btn-keolis, .btn-keolis:visited, .btn-keolis:focus, .btn-keolis:link {
    color: #fff;
    background-color: #00aac3;
    border-color: #00aac3;
}

.btn-keolis:hover {
    color: #fff;
    background-color: #167b8a;
    border-color: #167b8a;
}

.lineBottom {
    margin-bottom: 15px;
    border: 1px solid black;
    box-shadow: 5px 5px 5px #333;
    background: rgba(255, 255, 255, 1);
    min-width: 500px;
}

.divCodeArticle {
    width: 200px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 25px;
    margin-bottom: 10px;
    display: inline-block;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 60%, rgba(237, 237, 237, 1) 62%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 60%, rgba(237, 237, 237, 1) 62%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 60%, rgba(237, 237, 237, 1) 62%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.divColoris {
    width: 200px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 60%, rgba(237, 237, 237, 1) 62%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 60%, rgba(237, 237, 237, 1) 62%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 60%, rgba(237, 237, 237, 1) 62%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.divPoints {
    width: 200px;
    border: 1px solid #eee;
    border-radius: 10px;
    background-color: #eee;
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.divRecapCompte {
    border: 1px solid #eee;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    box-shadow: 2px 2px 2px #000;
}

#inputPoints {
    border: none;
    background-color: white;
    box-shadow: none;
    padding: 0;
}

.allergie {
    border: green 1px solid;
    background: #a9db80;
    background: linear-gradient(to bottom, #a9db80 0%, #96c56f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9db80', endColorstr='#96c56f', GradientType=0);
    border-radius: 5px;
    padding: 4px;
    color: #000;
    font-size: 12px;
}

#btnDeconnexion {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100px;
}

#btnDeco {
    margin-top: 5px;
    font-size: 16px;
    color: black;
}


#divLogout {
    z-index: 5;
    min-width: 150px;
    margin-top: 5px;
    height: 44px;
    /*background-color: yellow;*/
}

#sectionMenuHaut {
    border-bottom: 1px solid black;
}

.navbar-brand {
    padding: 0px;
}

.navbar {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
}

#blocHistorique, #blocPoint, #blocSeasonalOrder, #blocNotification, #blocDocumentation, #blocContact {
    border-radius: 10px;
    background-color: white;
    width: 240px;
    padding: 20px;
    margin: 20px;
    display: inline-block;
}

#blocHistorique:hover, #blocNotification:hover, #blocDocumentation:hover, #blocContact:hover {
    cursor: pointer;
    color: #00aac3;
}

#blocSeasonalOrder {
    width: 340px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a {
    color: black;
}

.contentPage {
    /*position: absolute;*/
    margin-top: 50px;
    width: 100%;
    margin-bottom: 10px;
}

#catalogue_recapPoint, #catalogue_panier {
    background-color: white;
    width: 230px;
    padding-right: 15px;
    border-radius: 0px 10px 10px 0px;
}

#adminSOcatalogue_recapPoint {
    background-color: white;
    margin-left: 15px;
    margin-right: 15px;
}

#catalogue_panierDroite {
    float: right;
    background-color: white;
    width: 140px;
    border-radius: 10px 0px 0px 10px;
}

.borderTopBlack {
    border-top: #00aac3 solid 1px;
}


#catalogue_famille {
    margin-top: 15px;
    background-color: white;
    width: 230px;
    padding-right: 15px;
    border-radius: 0px 10px 10px 0px;
}

.libelleFamilleDiv {
    padding-top: 5px;
    padding-bottom: 5px;
}

.libelleFamilleDiv:hover {
    font-weight: bold;
    cursor: pointer;
}

#catalogue_articles, #ficheArticle_content, .panier_content {
    margin-left: 230px;
    position: relative;
    background-color: white;
    border-radius: 10px;
}

.frise_content_div {
    /*margin-left: 230px;*/
    /*position: relative;*/
    background-color: #f8f8f8;
    border-radius: 10px;
}

/*.fa-chevron-circle-right {
    transition: all 0.4s ease;
}
#btnAccessCollection:hover .fa-chevron-circle-right {
    
    transform: rotate(360deg);
}*/
#imgBus, #imgBus_e2 {
    transition: all 1s linear;
    width: 64px;
    height: 64px;
}

#imgBasket {
    position: relative;
    top: -4px;
    width: 48px;
    height: 48px;
}

#imgPointRelais {
    position: relative;
    width: 48px;
    height: 48px;
}

#imgPlane {
    margin-top: 8px;
    width: 48px;
    height: 48px;
    transition: all .5s linear;
}


#ficheArticle_content, .panier_content {
    padding-top: 10px;
    padding-bottom: 10px;
}


#divFamille {
    display: block;
}

#sidebar-wrapper, #sidebar-wrapper_Catalogue {
    float: left;
    max-width: 230px !important;
}

#sidebarMini {
    display: none;
}


@media (max-width: 768px) {

    #catalogue_articles, #ficheArticle_content, .panier_content {
        margin-left: 0px;
        margin-top: 30px;
        position: relative;
        background-color: white;
        border-radius: 10px;
    }

    #catalogue_articles {
        margin-top: 70px;
    }


    #divFamille {
        display: none;
    }


    #sidebar-wrapper {
        display: none;
    }

    #sidebarMini {
        display: block;
    }
}

.rowArticle {
    text-align: left;
}

#panier_contentMini {
    display: none;
}

@media (max-width: 460px) {

    .rowArticle {
        text-align: center;
    }

    #panier_contentMini {
        display: block;
    }

    #tablePanier {
        display: none;
    }

}

#sidebar-wrapper-admin {
    position: fixed;
    top: 50px;
    width: 230px;
    height: 100%;
    background-color: #3F3F3F;
    margin: 0;
    padding: 0;
}

#sidebar-wrapper-admin ul.menu {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none !important;
}

#sidebar-wrapper-admin ul.menu li {
    position: relative;
}

.menu a {
    text-decoration: none;
    color: #bbb;
    display: block;
    padding: 5px 0px;
    text-indent: 10px;
    transition-duration: .4s;
    transition-timing-function: ease-out;
}

.menu a:hover, .menu .active a {
    background-color: #000;
    color: white;
}

.menu .active a {
    border-right: 3px solid white;
}

.menu .category {
    color: #00aac3;
    padding: 5px 0px;
    text-indent: 2px;
}


.contentAdmin {
    margin-left: 230px;
}

.contentOD {
    margin-left: 230px;
    padding-left: 5px;
}

#stat1 {
    width: 250px;
    height: 50px;
    display: inline-block;
}

#stat2 {
    /*width: 250px;*/
    height: 50px;
    display: inline-block;
}

.statChiffre {
    float: left;
    width: 60px;
    height: 50px;
    font-size: 28px;
}

.statLibelle {
    height: 50px;
    font-size: 14px;
}

.imgArticleCatalogue {
    display: inline-block;
}

.imgArticlePanier {
    display: inline-block;
    max-height: 60px;
}

.imgDeletePanier {
    display: inline-block;
    height: 30px;
    margin-top: 15px;
}

.imgDeletePanierMini {
    display: inline-block;
    height: 30px;
}

.divCatalogueUnArticle {
    padding: 20px;
    width: 200px;
    display: inline-block;
}

.noDecoration, .noDecoration:hover, .noDecoration:active, .noDecoration:visited, .noDecoration:focus {
    text-decoration: none;
    color: black;
    outline: 0;
}

.bordArticle:hover {
    /*border: 1px solid #167b8a;*/
    cursor: pointer;
}

.bordArticle {
    border: 1px solid transparent;
}

.bordArticle a {
    display: block;
}

.selectpicker {
    z-index: 150;
}

.imgGrilleTaille {
    max-width: 100%;
}

.thPointPanier {
    min-width: 75px !important;
}

#tablePanier {
    border: none;
}

#map {
    height: 400px;
    width: 100%;
    border: 0;
    display: none;
}

.horaire-dialog .modal-dialog {
    width: 300px;
    margin: 0 auto;
    margin-top: 10px;
}

.checkboxPointRelais + label::before {
    top: 11px !important;
    left: -5px !important;
}

.checkboxPointRelais + label::after {
    top: -4px !important;
    left: -5px !important;
}

.closeAlert {
    margin-top: -10px;
}

.bar {
    height: 18px;
    background: green;
}

.fondSection {
    background-color: white;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.home-block {
    display: flex;
    justify-content: space-between;
    width: auto;
}
#array-points {
    display: flex;
    font-size: 17px;
}
#array-points-title {
    text-align: right;
    font-size: 20px;
    margin-right: 20px;
}

.array-points-column {
    width: 170px;
    margin: 20px;
}

.array-points-cel, .array-points-cel-year, .array-points-cel-export, .array-points-cel-this-year, .array-points-cel-export-this-year, .array-points-cel-year-this-year {
    text-align: center;
    width: 100%;
    margin: 5px;
    padding: 6px 0;
    vertical-align: middle;

    border-radius: 2px;
}

.array-points-cel-year, .array-points-cel-year-this-year {
    background-color: #cbcbcb;
    font-size: 20px;
    padding: 6px 0;
    color: white;
    height: 40px;
}

.array-points-cel-year-this-year {
    background-color: #0ba1b7;
}

.array-points-cel-this-year {
    background-color: #efefef;
}

.array-points-cel-export,.array-points-cel-export-this-year {
    margin-top: 15px;
    background-color: #eaeaea;
    transition: 0.15s;
    cursor: pointer;
}
.array-points-cel-export:hover,.array-points-cel-export-this-year:hover {
    box-shadow: 2px 2px 5px #aaa;
}

.array-points-cel-export-this-year {
    background-color: #0ba1b7;
    color: white;
}


.array-points-cel-info {
    background-color: transparent;
    text-align: right;
}


.OD_menuGauche {
    width: 230px;
    position: fixed;
    text-indent: 10px;
}

.OD_menuGauche2 {
    width: 230px;
    top: 150px;
    position: fixed;
    text-indent: 10px;
}

.OD_content {
    margin-left: 240px;
    margin-right: -5px;
}

.mlr-5 {
    margin-left: 5px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: -15px;
}

#badgeODPanier {
    background-color: white;
    color: #167b8a;
}

#badgeSeasonalPanier {
    background-color: black;
    color: white;
}

.badge {
    text-indent: 0;
}

.doc {
    display: inline-block;
    /*max-width: 180px;*/
    padding: 20px;
}

#tableEtape1, #btnNextReclaEtape1 {
    display: none;
}

#divSelectMotifReclaEtape1 {
    display: none;
    margin-left: 10px;
}

.divAddPhoto {
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 1px #000 dashed;
    margin: 20px;
}

.imagePreview {
    max-width: 100px;
    max-height: 100px;
    display: none;
    height: auto;
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#reclaDivMailEtape5 {
    max-width: 300px;
    margin: 0 auto;
}


.pdm_dialog .modal-dialog {
    width: 80%;
    margin: 30px auto;
    min-width: 620px;
}

.pdm_title {
    font-size: 16px;
    font-weight: 700;
    color: #00aac3;
}

.pdm_ssTitre {
    margin-top: 20px;
    font-size: 14px;
}

.pdm_imageVideo {
    width: 232px;
    margin: 10px auto;
    position: relative;
}


.pdm_homme_cou {
    position: absolute;
    font-size: 12px;
    left: 238px;
    top: 11px;
    text-align: left;
    width: 150px;
}

.pdm_homme_poitrine {
    position: absolute;
    font-size: 12px;
    left: -158px;
    top: 82px;
    text-align: right;
    width: 150px;
}

.pdm_homme_taille {
    position: absolute;
    font-size: 12px;
    left: 238px;
    top: 140px;
    text-align: left;
    width: 150px;
}

.pdm_femme_poitrine {
    position: absolute;
    font-size: 12px;
    left: 305px;
    top: 13px;
    text-align: left;
    width: 150px;
}

.pdm_femme_taille {
    position: absolute;
    font-size: 12px;
    left: -158px;
    top: 84px;
    text-align: right;
    width: 150px;
}

.pdm_femme_hanche {
    position: absolute;
    font-size: 12px;
    left: 305px;
    top: 141px;
    text-align: left;
    width: 150px;
}

.closeVideo {
    width: 500px;
    margin: 0 auto;
}

.pdm_img_play:hover, #closeDialog:hover {
    cursor: pointer;
}


#divSelectCdeRetourEtape1, #divSelectAgentRetourEtape1 {
    display: inline-block;
    margin-bottom: 20px;
}

#divSelectCdeRetourEtape1, #btnNextRetourEtape1 {
    visibility: hidden;
}

#divSelectMotifRetourEtape1 {
    display: none;
}

#nomDepot {
    padding: 15px;
}

.badge-success {
    background-color: green;
}

.badge-warning {
    background-color: orange;
}

/** CUSTOM CHECKBOX **/

/* Cachons la case à cocher */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

/* on prépare le label */
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative; /* permet de positionner les pseudo-éléments */
    padding-left: 25px; /* fait un peu d'espace pour notre case à venir */
    cursor: pointer; /* affiche un curseur adapté */
}

/* Aspect des checkboxes */
/* :before sert à créer la case à cocher */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 17px;
    height: 17px; /* dim. de la case */
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 3px; /* angles arrondis */
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3) /* légère ombre interne */
}

/* Aspect général de la coche */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: -14px;
    left: 1px;
    font-size: 26px;
    color: #09ad7e;
    transition: all .2s; /* on prévoit une animation */
}

/* Aspect si "pas cochée" */
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0; /* coche invisible */
    transform: scale(0); /* mise à l'échelle à 0 */
}

/* Aspect si "cochée" */
[type="checkbox"]:checked + label:after {
    opacity: 1; /* coche opaque */
    transform: scale(1); /* mise à l'échelle 1:1 */
}

/* aspect désactivée */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

/* styles de la coche (si cochée/désactivée) */
[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

/* on style aussi le label quand désactivé */
[type="checkbox"]:disabled + label {
    color: #aaa;
}

/* aspect au focus de l'élément */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 1px dotted blue;
}
.noselect {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
/* FIN CUSTOM CHECKBOX */