/*
* pour JOA on remplace les couleurs 
*   le rouge PILOTE #df1740 remplacé par le bleu JOA #4BBCCE
*/

/* 
Formats responsive (pour rappel)
    - format XS < 576px
    - format SM : @media (min-width: 576px)
    - format MD : @media (min-width: 768px)
    - format LG : @media (min-width: 992px)
    - format XL : @media (min-width: 1200px)
    - format perso large : @media (min-width: 1400px)
*/

/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
    /* padding-top: 3.5rem; */
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial," Noto Sans", sans-serif;
    /* -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" */
    font-size: 15px;
    /*color: #194957;*/
}


/*.rouge, .note-rouge      { color: #4BBCCE; }*/
/*.rouge, .note-rouge      { color: #FFE900; }*/
.rouge, .note-rouge      { color: #000; }
.gris-fonce { color: #194957; }
.gris-clair { color: #a0a0a0; }
.orange     { color: #d39900; }
.bleu-clair { color: #58a3ef; }
.blanc      { color: #fff; }

.clearb {
    clear: both;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    /*color: #194957;*/
    color: rgb(25, 73, 87);
    color: rgba(25, 73, 87, 1);
    font-weight: 700;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(25, 73, 87);
    color: rgba(25, 73, 87, 0.6);
    font-size: 13px;    
    font-weight: 600;
    border-bottom: 3px solid transparent;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(25, 73, 87);
    color: rgba(25, 73, 87, 0.9);
}
.navbar-light .navbar-nav .nav-item {
    margin: auto 13px;
}
    .navbar-light .navbar-nav .nav-item .nav-config-active {
        border-bottom: 3px solid #194957;
        font-weight: bold;
    }

.navbar.bg-clair {
    background-color: #f8f9fa !important;
}


.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w33 { width: 33%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w100 { width: 100%; }

.hmin-150 {
    min-height: inherit;
}

.note-rouge.places, .note-rouge.poids, .note-rouge.prix { 
    font-weight: bold; 
}
.note-blanc.prix { 
    /*font-weight: bold;*/
    font-size: 13px;
    color: #fff;
}

.toupper {
    text-transform: uppercase;
}

.shadow-light {
    -webkit-box-shadow: 0 0 9px -1px rgba(0,0,0,0.41);
    -moz-box-shadow: 0 0 9px -1px rgba(0,0,0,0.41);
    box-shadow: 0 0 9px -1px rgba(0,0,0,0.41);
}
    .shadow-light:hover {
        -webkit-box-shadow: 0 0 11px -2px rgba(0,0,0,0.8);
        -moz-box-shadow: 0 0 11px -2px rgba(0,0,0,0.8);
        box-shadow: 0 0 11px -2px rgba(0,0,0,0.8);
    }

.border-gris {
    /*border: #777 solid 1px;*/
    border-color: #dedede !important;
}
    .border-gris:hover {
        -webkit-box-shadow: 0 0 11px -2px rgba(0,0,0,0.8);
        -moz-box-shadow: 0 0 11px -2px rgba(0,0,0,0.8);
        box-shadow: 0 0 11px -2px rgba(0,0,0,0.8);
    }

    
    .btn-primary:hover {
        color: inherit;
    }
    
.btn.focus, .btn:focus {
    outline: none;
    box-shadow: none;
}

.btn.dropdown-toggle {
    padding-top: 14px;
}

/*.dropdown-icon {}*/

    .dropdown-icon .btn.dropdown-toggle {
        /* pour le descendre un peu */
        margin-top: 2px;
    }

.icone-noir {
    box-sizing: border-box;
    position: relative;
    /*float: left;*/
    height: 2.5em;
    width: 2.5em;
    border-radius: 3em;
    text-align: center;
    background-color: #194957;
    color: #fff;
    margin-top: 3px;
    /*margin-right: 20px;*/
    margin-right: auto;
    margin-left: auto;
}
.icone-noir img {
    width: 90%;
}

.texte {
    /*font-family: 'Raleway', sans-serif;*/
    font-size: 11px;
}

.separateur {
    font-weight: 300;
}

span.texte {
    display: inline-block;
    /*margin: 10px 8px;*/
    margin: 0;
}

/* .list-inline-item:not(:last-child)*/
.separ {
    margin-left: 15px; 
    margin-right: 15px;
}

.texte-1, .texte-h1 {
    font-size: 25px;
    line-height: 34px;
}
    .texte-h1 {
        font-weight: 700;
    }

.texte-2, .texte-h2,
.texte-21, .texte-h21 {
    font-size: 20px;
    line-height: 24px;
}
    .texte-h2, .texte-h21 {
        font-weight: 700;
    }

.texte-3, .texte-h3 {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
}
    .texte-h3 {
        font-weight: 700;
    }

.texte-4, .texte-h4 {
    font-size: 16px;
    line-height: 22px;
}
    .texte-h4 {
        font-weight: 700;
    }

.texte-5, .texte-h5 {
    /*font-size: 13px;*/
    font-size: 15px;
    line-height: 18px;
}
    .texte-h5 {
        font-weight: 700;
    }

.texte-6, .texte-h6 {
    font-size: 13px;
    line-height: 21px;
}
    .texte-h6 {
        font-weight: 500;
    }

.texte-7, .texte-h7 {
    font-size: 11px;
    line-height: 17px;
    text-transform: capitalize;
}
    .texte-h7 {
        font-weight: 700;
    }

.texte-8, .texte-h8 {
    font-size: 11px;
    line-height: 17px;
}
    .texte-h8 {
        font-weight: 700;
    }

.texte-9, .texte-h9 {
    font-size: 11px;
    line-height: 15px;
    font-style: italic;
}


/* ----------------- boites de dialogue / modales ----------------------- */
/* .modal-dialog { 
    width: 1020px;
    max-width: 1020px;
}*/

.modal-body { 
    max-height: calc(100vh - 210px); 
    overflow-y: auto;
}

/* la hauteur de la boite ne fonctionne pas ! à voir plus en détail */
.modal-dialog-large { 
    width: 95%; 
    width: 1020px;
    max-width: 1020px;

    height: 85%; 
}


/* ----------------- écran d'attente de chargement ----------------------- */
@font-face {
    font-family:'Glyphicons Halflings';
    src:url(../fonts/glyphicons-halflings-regular.eot);
    src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position:relative;
    top:1px;
    display:inline-block;
    font-family:'Glyphicons Halflings';
    font-style:normal;
    font-weight:400;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before,.glyphicon-btc:before,.glyphicon-xbt:before{content:"\e227"}.glyphicon-jpy:before,.glyphicon-yen:before{content:"\00a5"}.glyphicon-rub:before,.glyphicon-ruble:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}

#loading-wrapper, #loading-wrapper-wait {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.80);
}

/*#loading-wrapper #loader, #loading-wrapper-wait #loader-wait {*/
#loader, #loader-wait {
    position: absolute;
    top: 40%;
    left: 45%;
    margin-left: -35px;
    margin-top: -35px;
    width: 256px;
    height: 256px;
}

.loaded #loading-wrapper {
    visibility: hidden;
    opacity: 0;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader {
    opacity: 0;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

#loading-wrapper-wait {
    visibility: hidden;
    opacity: 0;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#loader-wait {
    opacity: 0;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
#loading-wrapper-wait.voirattente {
    visibility: visible;
    opacity: 100;
    opacity: 1;
}
#loading-wrapper-wait.voirattente #loader-wait {
    opacity: 100;
    opacity: 1;
}



.gi-5x { font-size: 5em; color: #fff; }
.glyphicon-refresh-animate {
    -animation: spin 1.7s infinite linear;
    -webkit-animation: spinWebkit 1.7s infinite linear;
    -moz-animation: spinMoz 1.7s infinite linear;
}

@-webkit-keyframes spinWebkit {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}
@keyframes spinMoz {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

/* ---------------------------------------------- header -------------------------------------------- */

#logo {
    display: inline-block;
    width: 175px;
    margin: 10px 0 0 0;
}

#logo img, .navbar-brand img {
    width: auto;
    height: auto;
    /*max-height: 60px;*/
    /*max-height: 45px;*/
    max-height: 35px;
    padding-left: 0;
    padding-right: 20px;
}

/* 24/02/2020 - par défaut on ne montre pas le menu haut ? */
/* .loaded .header-inner { display: block; } */

/*
.header-nav {
    margin-bottom: 30px;
    background-color: #fff;
}
*/

.header-inner {
    position: relative;
    padding: 0;
    height: auto;
    height: 5rem;
    max-height: none;
    transition: all .25s ease;
}

/*
.header-inner::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 5%;
    bottom: 0;
    left: 5%;
    height: 3.125rem;
    border-radius: 125px/12px;
    box-shadow: 0 0 15px #000;
}
*/

/* on décale l'ombre à cause du sous-menu noir */
.header-inner-config::before {
    bottom: -38px;
}

.header-titre-CC {
    /*font-family: 'Raleway', sans-serif;*/
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    font-size: 22px;
    font-weight: 700;
}

.liennavgen, a.liennavgen {
    color: #000;
    display: inline-block;
    margin: 0 18px;
}

.bouton-choix {
    color: #194957;
    background-color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 15px;
    min-width: 120px;
    font-weight: 600;
    border: 1px solid #194957;
    box-sizing: border-box;
    border-radius: 8px;
}
.bouton-save-haut {
    margin-right: 33px;
}

.bouton-choix-intext {
    color: #fff;
    /*background-color: #4BBCCE;*/
    background-color: #194957;
    border-color: #dedede;          /* gris clair */
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    width: 120px;
    border-radius: 1.0em;
}
    .bouton-choix-intext.bouton-rouge {
        /*border-color: #4BBCCE;*/
        border-color: #194957;
    }
    .bouton-choix:hover, .bouton-choix:active, .bouton-choix-intext:hover {
        /*background-color: #4BBCCE;*/
        /* jaune */
        background-color: #FFE900;  

        border-color: #f5c6cb;
    }
    .bouton-choix-intext:hover {
        /*border-color: #4BBCCE;*/
        border-color: #194957;
    }
    
    .bouton-blanc {
        color: #194957;
        border: 1px solid #194957;
        background-color: #fff;
    }
    
    .bouton-choix:disabled, .bouton-choix:disabled:hover {
        opacity: .65;
        color: #7A8391; /*#194957;*/
        border: 1px solid #194957;
        background-color: #fff;
    }
    
    .bouton-blanc-rouge {
        color: #4BBCCE;
        border: #4BBCCE;
        background-color: #fff;
    }
    .bouton-bleu-blanc {
        color: #fff;
        /* bleu clair */
        /*
        border-color: #58a3ef;      
        background-color: #58a3ef; 
        */
        /* jaune */
        background-color: #FFE900;  
        border-color: #FFE900;
    }
    /*
    .bouton-bleu-blanc-mt0, .bouton-selection.bouton-bleu-blanc-mt0 {
        margin-top: -10px;
    }*/
    .bouton-blanc-bleu {
        color: #58a3ef;             /* bleu clair */
        border-color: #58a3ef;      /* bleu clair */
        background-color: #fff;
    }
    .bouton-rouge, .bouton-rouge:hover, .bouton-blanc-rouge:hover {
        background-color: #FFE900;
        border-color: #FFE900;
        color: #000;
        font-weight: 600;
    }
    .bouton-rouge:hover, .bouton-blanc-rouge:hover {
        border-color: #f5c6cb;
    }
    
    .bouton-transparent, .bouton-transparent-fonce {
        background-color: transparent;
        border-color: #194957;
        /*color: #194957;*/
        font-weight: 600;
    }
    .bouton-transparent-fonce {
        color: #fff;
        border-color: #fff;
    }
    .bouton-bleu, .bouton-bleu:hover, .bouton-blanc-bleu:hover {
        /* bleu clair */
        /*
        background-color: #58a3ef;
        border-color: #58a3ef;
        */
        /* jaune */
        background-color: #FFE900;  
        border-color: #FFE900;
    }
    .bouton-selection {
        width: 100%;
        margin: 15px 0;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
    }
        .bouton-selection span {
            font-size: 11px;
            text-transform: none;
        }
    
    .container-top-30 {
        margin-top: -30px;
    }

/* -------------------------------------------------------- page choix du CC : la gamme de CC ---------------------------------------------------------- */
/*
.blocchoixccgamme {
    z-index: 1;
}
    .blocchoixccgamme:hover {
        box-shadow: 6px 0 4px -4px rgba(64, 64, 64, 0.8), -6px 0 4px -4px rgba(64, 64, 64, 0.8);
        z-index: 99;
    }
*/

.blocchoixccgamme {
    margin-bottom: 40px;
}

.choix-cc-fil-ariane {
    margin-bottom: 25px;
}
    .choix-cc-fil-ariane a {
        /*color: #4BBCCE;*/
        color: #194957;
        font-weight: bold;
    }

.bandeau-sous-image {
    padding-top: 15px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #000;
    height: 80px;       /* pour mettre le prix à partir de... */
    width: 100%;
}

.texte-sous-image {
    padding: 30px 40px;
}

.image-fluid-cc {
    margin-top: 50px;
    margin-bottom: 50px;
}


/* --------- 2nde version pour test ----------- */
.bandeau-sous-image {
    padding: 15px;
    height: auto;
}

/* .texte-sous-image { } */

.image-fluid-cc {
    margin-top: 40px;
    margin-bottom: 40px;
}




/* -------------------------------------------------------- page choix du CC : la longueur ---------------------------------------------------------- */
.bloc-sous-image {
    /*padding: 30px;*/
    padding: 20px 15px;
}
   

/* -------------------------------------------------------- page choix du CC - filtres ---------------------------------------------------------- */

.bloc-recherche-cc {
    /*height: 70px;*/
    /*background-color: #194957;*/
    background-color: #000;
}
    .bloc-recherche-cc form {
        width: 50%;
        max-width: 50%;
        margin: 10px;
    }
    .bloc-recherche-cc .input-group-prepend {
        /*color: #194957;*/
        color: #000;
        background-color: #fff; 
        border-top-left-radius: 1.0rem;
        border-bottom-left-radius: 1.0rem;
        width: 40px;
        padding-left: 10px;
        padding-top: 8px;
    }
    .bloc-recherche-cc .form-control.searchcc {
        /*margin: 10px;*/
        text-transform: uppercase;
        font-size: 14px;
        /*color: #194957;*/
        color: #000;
        border-top-right-radius: 1.0rem;
        border-bottom-right-radius: 1.0rem;
        border: none;
    }

/* table avec les filtres sur la gauche de l'écran */
.tb-form-filtre {
    margin: 20px 0 20px 20px;
}
    /*
    .tb-form-filtre td {
        padding: 5px;
    }
    */
.texte.label-texte-filtre, .label-texte-filtre, .label-texte-option {
    display: block;
    padding-left: 10px;
}
.texte.label-texte-filtre-top, .label-texte-filtre-top, .label-texte-option-top {
    padding-top: 6px;
}
.texte.label-texte-filtre-solo, .label-texte-filtre-solo, .label-texte-option-solo {
    padding-top: 12px;
}
.texte-3.label-texte-option-solo {
    padding-top: 10px;
}
.label-texte-filtre-top, .label-texte-filtre-solo {
    text-transform: uppercase;
}
.sous-titre-caract {
    margin-top: 5px;
    margin-bottom: 0;
}

.prixrecapcache {
    display: none;
}


/* -------------------------------------------------------- page 5 : configuration du CC ---------------------------------------------------------- */

#container-config {
    height: 90vh; 
    /* essai FLEX  */
    /*
    display: flex; 
    flex-direction: column;
    */
}

/* formulaire de config */
#fconfig, #bloc-config-global {
    height: 100%;
}

/*#bloc-config-global { flex-grow:1; }*/    /* essai FLEX */

.row-cc-libelle {
    box-shadow: 0 6px 4px -4px #ababab; 
    background-color: #fff; 
    z-index: 999; 
    margin-top: 7px;
    margin-bottom: 15px;
}

.divblocfiltre {
    margin-bottom: 15px;
}

.blocfiltrediv {
    display: inline-block;
}
.blocfiltre {
    /*background-color: #4BBCCE;*/
    background-color: #194957;
    color: #fff;
    font-size:13px;
    padding: 3px 5px;
    margin-bottom: 5px;
}
    .blocfiltre button.close {
        color: #fff;
        font-size:17px;
        padding-left: 5px;
        opacity: 1.0;
    }
    

.colonne-data-config {    
    /*padding-top: 70px;*/
    padding-top: 15px;
}
    .colonne-data-config h3, .bloc-colonne-imagecc h3, .bloc-recap-entete h3 {
        font-size: 57px;
        font-weight: 900;
        margin-bottom: 20px;
    }
    
    .colonne-data-config h4 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
    }


.bloc-colonne-gauche {
    margin-top: -30px;
    padding-top: 30px;  
    box-shadow: 6px 0 4px -4px #ababab; 
}

.bloc-colonne-imagecc h3 {
    font-size: 44px;
    color: #000;
    text-align: center;
    margin: 8px 0 20px 0;
}
.bloc-recap-entete h3 {
    font-size: 50px;    /* on réduit */
    text-align: center;
    margin-bottom: 1.0em;
}
/*
.colonne-data-config {
    margin-top: -18px;
}
*/
    .colonne-gauche {
        padding-left: 17px;
        /*padding-left: 70px;*/
        padding-right: 10px;
        padding-bottom: 30px;   /* on met un PB pour compenser la présence du bandeau en bas d'écran */
        /*padding-bottom: 5px;*/    /* cf hauteur-min de .bloc-detail-finition */
        width: 100%;
    }
    .colonne-gauche-data-config {
        overflow-y: auto;
        height: 674px;          /* sur un écran de xxx pixels de haut */
    }
    
    .bloc-groupe-choix-config {
        margin-bottom: 30px;
    }
    .titre-rubrique {
        font-size: 35px;
        line-height: 1.0em;
        text-align: left;
        font-weight: 900;
        /*margin-top: 18px;*/
        /*margin-top: 9px;*/
        margin-bottom: 40px;
    }
    
    .sous-titre-rubrique {
        font-size: 20px;
        /*font-weight: 700;*/
        margin-bottom: 2.0rem;
    }
    
    .rubrique-sous-titre {
        font-size: 20px;
        margin-bottom: 0;
        font-weight: 700;
    }
    .bloc-groupe-choix-config p.texte-h2 {
        font-size: 16px;
        margin-bottom: 0;
    }
    /*
        .bloc-groupe-choix-config:not(:first-child) {
            border-top: #ccc solid 1px;
            padding-top: 20px;
        }
    */
    .bloc-detail-choix-config {
        /*overflow-y: auto;*/
        /*margin-top: 25px;*/
        margin-top: 15px;
    }
    
    /*
    .bloc-item-choix-config {
        margin-bottom: 30px;
    }
    */

    /*
    .bloc-item-choix-config > div {
        margin-bottom: .5rem;
    }*/
    
    .bloc-pack {
        border: 1.5px solid rgb(25, 73, 87);
        border: 1.5px solid rgba(25, 73, 87, 0.2);  /* #194957 */
        /*box-sizing: border-box;*/     /* inutile */
        border-radius: 8px;
        margin-bottom: 25px;
        margin-top: 20px;
        padding-top: 19px;
        padding-left: 8px;
    }
    
    .bloc-detail-choix-config .texte-h2 {
        color: #d39900;         /* orange */
        text-transform: uppercase;
    }
    .bloc-detail-choix-config .texte-h2.bleu-clair {
        color: #58a3ef;  /* bleu clair */
    }
    .bloc-detail-choix-config .texte-h2.gris-fonce {
        /*color: #194957;*/
        color: #000;
    }
    .bloc-detail-choix-config .texte-h5 {
        color: #a0a0a0;         /* gris clair */
        text-transform: uppercase;
        font-weight: normal;
        font-size: 16px;
    }
    .bloc-detail-choix-config p {
        font-weight: normal;
        font-size: 13px;
        line-height: 17px;
        text-align: justify;
    }
    .bloc-detail-choix-config p.texte-h21 {
        font-weight: bold;
        font-size: 20px;
        line-height: 24px;
    }
    .bloc-detail-choix-config .note, .bloc-detail-choix-config .option-txt-note {
        color: #a0a0a0;         /* gris clair */
        font-style: italic;
    }
    .bloc-detail-choix-config .bloc-detail-pack .texte-h5 {
        /*color: #194957;*/
        color: #000;
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 0;
    }
    
    .config-liste-pack-opt, .contenu-pack-options {
        /*list-style-image : url(img/pucen.gif);*/
        list-style: url(img/coche.svg);
        padding-left: 12px;
        margin-left: 40px;
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.6em;
    }
        /*.config-liste-pack-opt li { }*/
        /*
        .bloc-detail-finition, .bloc-detail-finition-haut {
            overflow-y: auto;
        }*/
        .bloc-detail-finition, .bloc-detail-finition-haut {
            overflow-y: auto;
            min-height: 530px;
            /*min-height: 580px;*/      /* cf .colonne-gauche avec padding-bottom */
            /*height:600px;*/
        }
        .bloc-detail-finition-haut {
            min-height: 780px;
        }

        
.bloc-colonne-imagecc {
    padding-bottom: 50px;   /* on met un PB pour compenser la présence du bandeau en bas d'écran */
    max-height: 100%;
    min-height: 100%;
    /*background-color: #4BBCCE;*/  /* fond bleu/cyan clair */
    /*background-color: #FFFCF6;*/  /* fonc jaune très clair */
    background-color: #F7F7F7;  /* fond gris idem packshot */
    overflow: hidden;
}
.bloc-colonne-droite-top30 {
    margin-top: -30px;
}

.config-photo-cc {
    text-align: center;
    margin: auto 80px;
    /*margin: auto 100px;*/
    padding: 0 30px;
    position: relative;     /* pour le calage des images internes */
}
.config-photo-cc > img {
    /* pour les transitions cacher/montrer sur ces images */
    /*margin-top: 50px;*/
    margin-top: 0;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

    .img-interieur-option, .img-interieur-option img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 20px;
    }
    
.bloc-btn-int-ext {
    text-align: center;
}
    
.texte-non-contractuel {
    font-size: 12px;
    font-style: italic;
    text-align: center;
}

.panel-config-recap, .panel-config-recap-mobile {
    position: fixed; 
    bottom: 0; 
    left: 0; 
    
    width:100%; 
    z-index: 1001;  /* important pour passer au-dessus des radio-button .option-input */
}
    .panel-config-recap-mobile {
        display: none;
        background-color: #000;
        padding: 15px;
        text-align: center;
    }
    .panel-config-recap-mobile .bouton-choix {
        /*padding: 20px;*/
        padding: 10px;
    }

.bloc-entete-data-recap {
    display: none;  /* ce bloc sera visible dans la version mobile */
    background-color: #FAFAFA;
    padding: 20px 20px 20px 10px;
    margin: 0 -20px 30px -10px;
}


/* cette table sera visible en mobile */
.table-recap-header {
    width: 100%;
    display: none;
}
.table-recap-header td {
    padding: 0 0 5px 0;
    border: none;
}

.table-recap-header td.td-text {
    width: 70%;
    white-space: nowrap;
}
.table-recap-header td.td-data {
    width: 30%;
    font-weight: bold;
    white-space: nowrap;
}


.bandeau-sous-img-config {
    width: 100%;
    /*background-color: #194957;*/
    background-color: #000;
}
    .bandeau-recap-masses p {
        color: #fff;
        font-size: 14px;
        margin: 0;
    }
    
    .col-recap-masses, .col-recap-plcg, .col-recap-tarif, .col-config-boutons {
        padding: 20px 25px 20px 25px;
        height: 100%;
    }
    /*
    .col-recap-tarif {
        padding-right: 90px;
    }
    */
    .col-bouton {
        padding: 10px 10px 10px 0;
    }
        .col-bouton .bouton-save {
            width: 200px;
            padding-top: 10px;
            padding-bottom: 10px;
        }
    .col-bouton-haut {
        text-align: right;
    }
        .col-bouton-haut .bouton-save-haut {
            /*margin-top: -10px;*/
            margin-bottom: 5px;
            padding-top: 10px;
            padding-bottom: 10px;
        }
    /*
    .col-recap-masses, .col-recap-plcg {
        border-right: #777 1px solid;
    }
    */
    .prixtotal, .placescg, .chargeutile {
        color: #fff;
        /*font-size: 23px;*/
        font-size: 20px;
        font-weight: bold;
    }
    
    
    .barre-nav-config {
        margin-top: 25px;
    }
        .barre-nav-config ul {
            margin-bottom: 0;
        }
        .barre-nav-config a {
            display: inline-block;
        }
        .barre-nav-config a, .barre-nav-config a:visited, .barre-nav-config a:focus {
            /*color: #194957;*/
            color: #000;
            text-decoration: none;
            font-size: 14px;
            font-weight: bold;
            padding: 0 15px 12px 15px;
            border: none;
            
        }
        .barre-nav-config a.nav-config-active {
            /*color: #4BBCCE;*/
            color: #194957;
            /*border-bottom: #4BBCCE 3px solid;*/
            border-bottom: #194957 3px solid;
        }
        .barre-nav-config a:hover {
            /*color: #4BBCCE;*/
            color: #194957;
            /*border-bottom: #4BBCCE 3px solid;*/
        }
        
    .barre-nav-config-mini {
        padding-bottom: 12px;
        margin-top: 0;
    }
    
    
    .barre-nav-config-new, .barre-nav-config-new-small {
        background-color: #ededed;
        /*padding: 10px 0 12px 80px;*/
        padding: 10px 0 12px 70px;
    }
    .barre-nav-config-new-small {
        display: none;
        padding-left: 12px;
    }

        .barre-nav-config-new .list-inline, .barre-nav-config-new-small .list-inline {
            margin: 0;
        }
    a.nav-config-li {
        padding-bottom: 8px;
        border-bottom: 5px solid #ededed;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        color: #575757;
        margin-right: 20px;
        font-weight: normal;
        cursor: pointer;
    }
    /*
    a.nav-config-li:hover {
        text-decoration: none;
        border-bottom: 5px solid #de1640;
    }
    a.nav-config-active {
        border-bottom: 5px solid #de1640;
        color: #000;
    }
    */
    
/* navigation configurateur */
    
.container.header-nav {
    height: 85px;
    padding: 0;
}

.nav-link {
    padding-top: 23px;
    padding-bottom: 23px;
}

    ul.menu-nav-config {
        margin: 0;
        padding: 0;
        list-style-type: none;
        line-height: 1.7em; /* pour annuler celui du body */
        display: flex;
        flex-direction: row;
    }
    
    .menu-nav-config li {
        font-size: 14px;
        color: #fff;
    }
    
    .menu-nav-config li.menu-nav-header {
        font-size: 19px;
        color: #fff;
        text-align: center;
        margin-right: 5px; /* pour écarter le 1er menu */
        width: 55px;
        /*background-color: #4BBCCE;*/
        background-color: #194957;
    }
    
    .menu-nav-config li a {
        display: inline-block;
        text-decoration: none;
        color: #a8a8a8;
    }
    .menu-nav-config li a {
        display: table-cell;
        height: 32px;
        vertical-align: middle;
    }
    
        /* pour tous les a:hover et le lien actif */
        .menu-nav-config a:hover,                 
        .menu-nav-config .menu-nav-item-actif a {
            color: #fff;
        }
        
        .menu-nav-config a {
            padding: 0 25px;
        }
        
        .menu-nav-item-actif a {
            background: url('../img/menu/fond_onglet.png') repeat-x;
        }
        
        .menu-nav-item-separ,
        .menu-nav-item-separ-first,
        .menu-nav-item-separ-actifg, 
        .menu-nav-item-separ-actifd, 
        .menu-nav-item-vide
        {
            width: 28px;
            content: ' ';
        }
        
        .menu-nav-item-vide {
            background: url('../img/menu/fond_vide.png') no-repeat;
        }
        
        .menu-nav-item-separ {
            background: url('../img/menu/fond_fleche_claire.png') no-repeat;
        }
        .menu-nav-item-separ-first {
            background: none;
        }
        .menu-nav-item-separ-actifg {
            background: url('../img/menu/fond_onglet_gauche.png') no-repeat;
        }
        .menu-nav-item-separ-actifd {
            background: url('../img/menu/fond_onglet_droit.png') no-repeat;
        }

    .dropdown-menu {
        /*background-color: #194957;*/
        background-color: #000;
        border-radius: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-left: -1px;
        margin-top: 0;
        z-index: 1001;
        min-width: 8rem;
    }
    .dropdown-item {
        color: #fff;
        font-size: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: solid 1px #fff;
        padding-left: 15px;
    }
    .dropdown-item-actif {
        /*background-color: #575757;*/
        background-color: #FFE900;
    }
    .dropdown-item:last-child {
        border-bottom: none;
    }
    .dropdown-item:focus, .dropdown-item:hover {
        /*color: #16181b;*/
        color: #000;
        text-decoration: none;
        /*background-color: #f8f9fa;*/
        background-color: #FFE900;
    }


/* bouton rond - fond transparent - texte de même couleur que la bordure (gris foncé par défaut) */
.bouton-choix-config {
    border-radius: 2.0em;
    margin-right: 15px;
    background-color: transparent;
    /*border-color: #194957;*/
    border-color: #000;
    /*color: #194957;*/
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 25px;
}
    .bouton-choix-config.bleu-clair {
        border-color: #58a3ef;      /* bleu clair */
        color: #58a3ef;             /* bleu clair */
    }
        .bouton-choix-config.bleu-clair.plein {
            background-color: #58a3ef;  /* bleu clair */
            color: #fff;
        }
    .bouton-choix-config.orange {
        border-color: #d39900;      /* orange */
        color: #d39900;             /* orange */
    }
        .bouton-choix-config.orange.plein {
            background-color: #d39900;      /* orange */
            color: #fff;
        }
    
    .bouton-choix-config.bleu-clair:hover {
        border-color: #58a3ef;      /* bleu clair */
        background-color: #58a3ef;  /* bleu clair */
        color: #fff;
    }
    .bouton-choix-config.orange:hover {
        border-color: #d39900;      /* orange */
        background-color: #d39900;  /* orange */
        color: #fff;
    }
    
    
    /* -------------------------- onglets -------------------------------- */
    .config-sous-menu {
        display: inherit;
        /*background-color: #194957;*/
        background-color: #000;
        min-height: 30px;
        width: 100%;
        box-shadow: 0 6px 4px -4px #ababab;
        /*margin-top: -30px;*/
        /*padding-top: 30px;*/
    }
    
    ul.chemin-fer {
        margin: 0;
    }
    .chemin-fer li {
        line-height: 36px;
        font-size: 14px;
        color: #fff;
    }
    
    /* le 1er bloc en rouge à gauche */
    .chemin-fer li.chemin-fer-header {
        /*background-color: #4BBCCE;*/
        background-color: #194957;
        width: 55px;
        text-align: center;
    }
    .chemin-fer li.chemin-fer-header span {
        font-size: 16px;
    }
    .chemin-fer-item, .chemin-fer-separ {
        padding: 0 6px;
    }
    
        .chemin-fer-separ span {
            display: inline-block;
            width: 29px;
            background-image: url('../img/menu/fond_fleche_claire.png');
            background-repeat: no-repeat;
            background-position-y: 2px;
        }
        
        .chemin-fer-item a {
            display: inline-block;
            color: #a8a8a8;         /* gris tant que pas cliqué dessus !!! */
            text-decoration: none;
        }
        .chemin-fer-item a.lien-first, .chemin-fer-item a.lien-visited {
            color: #fff;            /* blanc à partir du moment où il a été cliqué */
        }
        .chemin-fer-item-actif a {
            line-height: 32px;
            height: 32px;
            background-color: #575757;  /* fond gris */
            border-top: 2px solid #222;
            border-bottom: 2px solid #222;
            box-sizing: border-box;
            position: relative;
        }
        .chemin-fer-item-actif a:before{ 
            display: inline-block;
            content:url('../img/menu/fond_onglet_gauche.png') ;
            position:absolute;
            left:-28px;
            top:0;
            height: 32px;
        }
        .chemin-fer-item-actif a:after{ 
            display: inline-block;
            content:url('../img/menu/fond_onglet_droit.png') ;
            position:relative;
            /*left:0;*/
            top:0;
            height: 32px;
        }
 
        .chemin-fer-item a:hover, 
        .chemin-fer-item-actif a {
            /*color: #4BBCCE;*/
            color: #fff;
        }
        
   
/* ------------------ sauvegarde du projet ------------------------- */
.txt-save-code-projet {
    margin-bottom: 30px;
}

.input-group-50 {
    width: 70% !important;
}

#modaleenrprjokcode, #modaleenrprjokcodemob {
    color: #000;
    font-weight: bold;
}

/*
.save-code-projet {
    color: #000 !important;
    padding: 5px;
    background-color: #f7f7f7;
    font-weight: 600;
    font-size: 30px;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    margin-right: 5px;
    line-height: 1;
}
.icon-copy {
    font-size: 30px;
    padding: 0;
    cursor: pointer;
    background-color: #eee;
}
*/

.txtsaveduree, .txtrecevoircode {
    font-weight: bold;
    color: #777;
}

.boxenvoiparmail {
    border-top: 1px solid #dee2e6; 
    padding-top: 15px;
}
    
/* ------------------ éléments configurateur ----------------------- */

.label {
    font-weight: 600;
    color: #fff;
    border-radius: .25em;
}
    .label-warning {
        background-color: #f0ad4e;  /* orange */
    }

/* message alerte options */
.msg-alerte-contrainte {
    padding-top: 5px;
}

.msg-alerte-contrainte .label, .msg-alerte-contrainte p {
    font-size: 90%;
    /*font-width: 200;*/
    /*line-height: normal;*/
    line-height: 1.6em;
    white-space: normal;
    display: block;
    text-align: left;
    /*padding: 7px;*/
    padding: 7px 20px;
    margin: 0;
    border-radius: 10px;
}
.msg-alerte-contrainte .label strong, .msg-alerte-contrainte p strong {
    font-weight: normal !important;
}
   
    
.option-input.radio:disabled {
    /*
    border-color: lightgray;
    color: lightgray;
    */
    background-color: lightgray;
}

/* photo/illustration option de config */
.img-elem-config {
    margin-bottom: 15px;
    box-shadow: 6px 6px 4px -4px #ababab;
    border: #ddd8d8 solid 1px;
}


/* ------------------- tableau récapitulatif en POPUP ------------------------------ */
.table-condensed {
    font-size: 13px;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table > tbody > tr.info > td {
    background-color: #d9edf7;
}

.commande-recap-tableau .sous-titre, 
.commande-recap-tableau td.prix-gras {
    font-weight: bold;
}
.commande-recap-tableau td.prix, 
.commande-recap-tableau td.masse {
    white-space: nowrap;
}
.commande-recap-tableau td.prix, 
.commande-recap-tableau td.masse,
.commande-recap-tableau .sous-titre-tarif, 
.commande-recap-tableau .sous-titre-masse {
    text-align: right;
}


/* ------------------------------------- onglet récap et tableau ------------------------------------------------- */

#bloc-config-recap {
    height: auto !important;
}

.bloc-fond-noir { background-color: #000; }
.bloc-fond-blanc, .bloc-fond-gris { 
    background-color: #fff; 
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0;
}
.bloc-fond-gris { 
    /*background-color: #9d9d9d;*/
    background-color: #f7f7f7;
}

.titre-recap {
    /*font-size: 45px;*/
    font-size: 40px;
    line-height: 1.0em;
    /*text-align: center;*/
    
    font-weight: 900;
    margin-top: 70px;
    /*margin-bottom: 90px;*/
    margin-bottom: 15px;
    
    margin-left: 50px;
    float: left;
}
.logo-recap {
    float:left; 
    /*height: 100px;*/
    height: 42px;
    margin-left: 50px; 
    /*margin-top: 42px;*/
    margin-top: 74px;
}

.bloc-recap-entete {
    margin-top: 25px;
    margin-bottom: 50px;
}

.bloc-recap-data {
    display: flex;
}

.bloc-recap-corps {
    padding: 25px 65px;
    margin-bottom: 50px;
}

.data-recap-haut {
    text-align: center;
    font-size: 20px;
    /*color: #194957;*/
    color: #000;
    font-weight: bold;
}

.data-recap-titre {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.data-recap-soustitre {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.data-recap-valeur, .data-recap-prix {
    text-align: right;
    color: #000;
}
    .col-12.data-recap-titre {
        padding-bottom: 15px;
        padding-top: 25px;
    }

.data-recap-soustitre-footer {
    text-align: left;
}
.data-recap-soustitre-footer, .data-recap-valeur-footer {
    color: #fff;
}

.recap-datar {
    color: #194957;
    font-size: 15px;
}


/* liste des projets du user connecté */
.user-liste-projets thead tr {
    background-color: #d9edf7;
}
.user-liste-prj-nom {
    width: 35%;
}
.user-liste-prj-lib {
    width: 30%;
}
.user-liste-prj-date {
    width: 20%;
    text-align: center;
    white-space: nowrap;
}
.user-liste-prj-load {
    width: 15%;
    white-space: nowrap;
}    


.vmobile, .vcache {
    display: none;
    /*visibility: hidden;*/
}
.vdesktop {
    display: block;
    /*visibility: visible;*/
}

.btn-demande-offre-mobile {
    display: none;
}

.btn-demande-offre,
.dropdown-nav {
    display: block;
}

.btndemandeoffrerecap {
    margin-top: 0;
    width: auto;
}

/*
.navbar-collapse {
    background-color: #fff;
    height: auto;
}
.fond-sousmenu-collapse {
    background-color: #fff;
    padding-bottom: 5px;
}
*/


.footer-config-mobile {
    display: none;
}



/* 20/09/2022 => passage en version mobile */

/* ------------------- format XS < 576px ------------------ */
/* @media (max-width: 575px) { } */

@media (max-width: 767px) { 

    /* le tableau récapitulatif en version mini */
} 

@media (max-width: 991px) {

    /* on diminue la taille de certaines fontes */

    body, 
    .config-liste-pack-opt,
    .contenu-pack-options,
    .config-label-check,
    .radio-button-config {
        font-size: 13px;
    }

    .modal-dialog-large {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }
        .input-group-50 {
            width: 100% !important;
        }

        #modaleenrprjokcodemob, #emailprjmob {
            width: 100%;
            margin: 0 0 5px 0;
        }

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


    .texte-5,
    .texte-h5 {
        font-size: 14px;
    }

    .titre-rubrique {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .colonne-data-config h3,
    .bloc-colonne-imagecc h3,
    .bloc-recap-entete h3 {
        font-size: 26px;
        font-weight: 900;
        margin-bottom: 20px;
    }

    .bloc-entete-data-recap h3 {
        font-size: 26px;
        font-weight: 900;
        margin-bottom: 0;
    }

    .rubrique-sous-titre {
        font-size: 15px;
    }

    .config-label-check {
        line-height: 1.5em;
    }

        label.radio-button-config,
        label.radio-button-config-actif {
            height: 45px;
        }

    .checkbox-button-config {
        margin-left: 0;
        width: 80%;
    }

    .prix-option-check {
        top: 12px;
    }

    .container {
        width: 100%;
        padding-right: 20px;    /* on élargit à droite pour le scroller */
        padding-left: 20px;     /* on élargit à gauche pour équilibrer */
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;

        position: relative;
        top: 90px;
    }

        /* pour la page 'Choisir votre CC' */
        .container.choix04 {
            top: 141px;     /* on décale à cause du titre 'Choisir votre CC' */
        }
        .titrepageencoursmobile span {
            padding-left: 20px; /* */
        }
        #logo {
            padding-left: 20px;     /* on décale le logo sur la page 'Choisir votre CC' */
        }

    /* on augmente la hauteur du header pour que le texte/titre soit visible */
    .container.header-nav.header-noconfig {
        height: 140px;
    }

    .footer-config-mobile {
        display: none;
    }

    .container.header-nav {
        height: 90px;
        position: fixed;
        top: 0;
        background-color: #fff;
        z-index: 1000;
    }

    .vmobile {
        display: block;
        /*visibility: visible;*/
    }
    .vdesktop {
        display: none;
        /*visibility: hidden;*/
    }

        .bouton-choix {
            font-size: 13px;
            min-width: 90px;
        }

    .image-fluid-cc {
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .navbar.bg-clair {
        background-color: #fff !important;
    }

    #logo img,
    .navbar-brand img
        {
            height: 60px;
            max-height: 60px;
        }

    .logo-recap {
        display: none;
    }

    .btn-demande-offre, 
    .dropdown-nav {
        display: none;
    }

    .bouton-choix.btn-demande-offre-mobile {
        /*display: block;*/
        display: none;      /* on cache le bouton 'Demande d'offre' par défaut / il apparaitra lorsque l'utilisateur commencera la config */
        font-size: 13px;
    }

    /* le menu déroulant ... */
    .navbar-collapse {
        z-index: 999;
        /*background-color: #fff;*/
        /* background: rgba(0, 0, 0, 0.42); */
        /* margin-left: -15px; */     /* on colle à gauche de l'écran */
        /* height: 100vh; */
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #ececec;
    }

        .nav-link {
            padding: 0.5rem 1rem;
        }
        .navbar-light .navbar-nav .nav-link {
            /*color: rgba(0, 0, 0, 0.4);*/
            color: rgba(0, 0, 0, 0.8);
        }
            .navbar-light .navbar-nav .nav-item .nav-config-active {
                color: #000;
                border-bottom: none;
            }

    /* on diminue l'ombre du bloc */
    .border-gris:hover {
        box-shadow: 0 0 8px -3px rgba(0, 0, 0, 0.8);
    }

    /* suppression/on cache le panneau de récap en bas de page */
    /* et le bloc avec le nom du modèle et l'image du CC */
    .panel-config-recap,
    .bloc-colonne-imagecc {
        display: none;
    }
        .panel-config-recap-mobile {
            display: block;
        }

        .table-recap-header {
            display: block;
        }
        /*
        .table-recap-header .td-text {
            width: 70%;
        }
        .table-recap-header .td-data {
            width: 30%;
        }
        */

        .config-liste-pack-opt,
        .contenu-pack-options {
            padding-left: 0px;
        }

        .config-liste-pack-opt {
            margin-left: 25px;
        }    

    .config-label-liste {
        margin-left: 0;
    }
        
    .bloc-entete-data-recap {
        display: block;
    }

    .colonne-data-config {
        padding-top: 0;
        /*padding-bottom: 70px;*/   /* on met un padding assez haut sinon on est gêné par la barre de nav en bas d'écran */
        padding-bottom: 110px;
    }

    .colonne-gauche-data-config {
        height: auto;
        overflow: auto;
    }
    .colonne-gauche {
        padding-left: 10px;
        padding-right: 20px;
    }

   
    .bloc-recap-data {
        display: none;
    }

    .bloc-recap-entete {
        margin-bottom: 0;
    }
    .bloc-recap-corps {
        padding: 0;
    }

    .bloc-recap-detail {
        margin-left: -15px;
        margin-right: 0;
    }

    .data-recap-titre  {
        font-size: 15px;
    }

    .col-12.data-recap-titre {
        padding-bottom: 0;
        padding-top: 10px;
    }

    .data-recap-soustitre,
    .data-recap-valeur,
    .data-recap-prix {
        font-size: 14px;
        padding-bottom: 5px;
    }
        .data-recap-soustitre {
            font-weight: normal;
        }

        .data-recap-valeur {
            font-weight: normal;
        }

        .data-recap-valeur.data-recap-valeur-footer {
            font-weight: bold;
        }        
        
        .data-recap-prix {
            font-weight: bold;
        }

    .bloc-fond-blanc {
        padding-bottom: 5px;
    }

    .titre-recap {
        font-size: 24px;
        /*margin-bottom: 15px;*/
        margin: 0 0 15px 0;
        line-height: 1.6em;
    }

    .bloc-recap-buttons {
        margin-top: 25px;
        text-align: center !important;
    }

    .blocbtnnavconfigmobile {
        margin-top: 25px;
    }

        .btnsuivconfigmobile,
        .btnsuivrecapmobile {
            float: right;
        }

        .btnprecconfigmobile {
            float: left;
        }

    .btndemandeoffrerecap {
        margin-top: 15px;
        width: 100%;
    }

    .vmobile .bouton-save-haut {
        margin-right: 0;
    }


}

/* ------------------- format SM ------------------ */
/*
@media (min-width: 576px) {
    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
    }
}
*/


/* ------------------- format MD ------------------ */
/*
@media (min-width: 768px) {
    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
    }   
    
}
*/


/* ------------------- format L ------------------ */
@media (min-width: 992px) {
    
    .vmobile {
        display: none;
        /*visibility: hidden;*/
    }

    .btn-demande-offre-mobile {
        display: none;
    }

    .btn-demande-offre, .dropdown-nav {
        display: block;
    }
}



/* ------------------- format XL ------------------ */
@media (min-width: 1200px) {
    .hmin-150 {
        min-height: 190px;
    }
}

/* ------------------- format ?? ------------------ */
@media (min-width: 1400px) {
    .container{
        /*width: 1360px;*/
        max-width: 1360px;
    }
}
