
@charset "UTF-8";@-webkit-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:2px solid rgba(0,0,0,.3);background:#fff;padding:20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:2em 0}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:-webkit-linear-gradient(top,#eee,#ddd);background:linear-gradient(180deg,#eee,#ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid hsla(0,0%,78%,.8);background-color:hsla(0,0%,100%,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:hsla(0,0%,100%,.4);padding:0 .4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-filter:blur(8px);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through 3s cubic-bezier(.77,0,.175,1);animation:passing-through 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;-webkit-animation:slide-in 3s cubic-bezier(.77,0,.175,1);animation:slide-in 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px}.dropzone .dz-preview .dz-error-mark svg,.dropzone .dz-preview .dz-success-mark svg{display:block;width:54px;height:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;-webkit-transition:all .2s linear;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;-webkit-transition:opacity .4s ease-in;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:hsla(0,0%,100%,.9);-webkit-transform:scale(1);border-radius:8px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:-webkit-linear-gradient(top,#666,#444);background:linear-gradient(180deg,#666,#444);position:absolute;top:0;left:0;bottom:0;width:0;-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:-webkit-linear-gradient(top,#be2626,#a92222);background:linear-gradient(180deg,#be2626,#a92222);padding:.5em 1.2em;color:#fff}.dropzone .dz-preview .dz-error-message:after{content:'';position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@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"}*,:after,:before{box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#27ae60;text-decoration:none}a:focus,a:hover{color:#19703e;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.initialism,.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#27ae60}a.text-primary:focus,a.text-primary:hover{color:#1e8449}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#27ae60}a.bg-primary:focus,a.bg-primary:hover{background-color:#1e8449}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline{margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.428571429}dt{font-weight:700}dd{margin-left:0}.dl-horizontal dd:after,.dl-horizontal dd:before{content:" ";display:table}.dl-horizontal dd:after{clear:both}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.428571429;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.428571429}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,Courier New,monospace}code{color:#c7254e;background-color:#f9f2f4;border-radius:4px}code,kbd{padding:2px 4px;font-size:90%}kbd{color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container:after,.container:before{content:" ";display:table}.container:after{clear:both}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container-fluid:after,.container-fluid:before{content:" ";display:table}.container-fluid:after{clear:both}.row{margin-left:-15px;margin-right:-15px}.row:after,.row:before{content:" ";display:table}.row:after{clear:both}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-1{width:8.3333333333%}.col-xs-2{width:16.6666666667%}.col-xs-3{width:25%}.col-xs-4{width:33.3333333333%}.col-xs-5{width:41.6666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.3333333333%}.col-xs-8{width:66.6666666667%}.col-xs-9{width:75%}.col-xs-10{width:83.3333333333%}.col-xs-11{width:91.6666666667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.3333333333%}.col-xs-pull-2{right:16.6666666667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.3333333333%}.col-xs-pull-5{right:41.6666666667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.3333333333%}.col-xs-pull-8{right:66.6666666667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.3333333333%}.col-xs-pull-11{right:91.6666666667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.3333333333%}.col-xs-push-2{left:16.6666666667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.3333333333%}.col-xs-push-5{left:41.6666666667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.3333333333%}.col-xs-push-8{left:66.6666666667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.3333333333%}.col-xs-push-11{left:91.6666666667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.3333333333%}.col-xs-offset-2{margin-left:16.6666666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.3333333333%}.col-xs-offset-5{margin-left:41.6666666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.3333333333%}.col-xs-offset-8{margin-left:66.6666666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.3333333333%}.col-xs-offset-11{margin-left:91.6666666667%}.col-xs-offset-12{margin-left:100%}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-1{width:8.3333333333%}.col-sm-2{width:16.6666666667%}.col-sm-3{width:25%}.col-sm-4{width:33.3333333333%}.col-sm-5{width:41.6666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333333333%}.col-sm-8{width:66.6666666667%}.col-sm-9{width:75%}.col-sm-10{width:83.3333333333%}.col-sm-11{width:91.6666666667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.3333333333%}.col-sm-pull-2{right:16.6666666667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.3333333333%}.col-sm-pull-5{right:41.6666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.3333333333%}.col-sm-pull-8{right:66.6666666667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.3333333333%}.col-sm-pull-11{right:91.6666666667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.3333333333%}.col-sm-push-2{left:16.6666666667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.3333333333%}.col-sm-push-5{left:41.6666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.3333333333%}.col-sm-push-8{left:66.6666666667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.3333333333%}.col-sm-push-11{left:91.6666666667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.3333333333%}.col-sm-offset-2{margin-left:16.6666666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.3333333333%}.col-sm-offset-5{margin-left:41.6666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.3333333333%}.col-sm-offset-8{margin-left:66.6666666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.3333333333%}.col-sm-offset-11{margin-left:91.6666666667%}.col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-1{width:8.3333333333%}.col-md-2{width:16.6666666667%}.col-md-3{width:25%}.col-md-4{width:33.3333333333%}.col-md-5{width:41.6666666667%}.col-md-6{width:50%}.col-md-7{width:58.3333333333%}.col-md-8{width:66.6666666667%}.col-md-9{width:75%}.col-md-10{width:83.3333333333%}.col-md-11{width:91.6666666667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.3333333333%}.col-md-pull-2{right:16.6666666667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.3333333333%}.col-md-pull-5{right:41.6666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.3333333333%}.col-md-pull-8{right:66.6666666667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.3333333333%}.col-md-pull-11{right:91.6666666667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.3333333333%}.col-md-push-2{left:16.6666666667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.3333333333%}.col-md-push-5{left:41.6666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.3333333333%}.col-md-push-8{left:66.6666666667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.3333333333%}.col-md-push-11{left:91.6666666667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.3333333333%}.col-md-offset-2{margin-left:16.6666666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.3333333333%}.col-md-offset-5{margin-left:41.6666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.3333333333%}.col-md-offset-8{margin-left:66.6666666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.3333333333%}.col-md-offset-11{margin-left:91.6666666667%}.col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-1{width:8.3333333333%}.col-lg-2{width:16.6666666667%}.col-lg-3{width:25%}.col-lg-4{width:33.3333333333%}.col-lg-5{width:41.6666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.3333333333%}.col-lg-8{width:66.6666666667%}.col-lg-9{width:75%}.col-lg-10{width:83.3333333333%}.col-lg-11{width:91.6666666667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.3333333333%}.col-lg-pull-2{right:16.6666666667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.3333333333%}.col-lg-pull-5{right:41.6666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.3333333333%}.col-lg-pull-8{right:66.6666666667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.3333333333%}.col-lg-pull-11{right:91.6666666667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.3333333333%}.col-lg-push-2{left:16.6666666667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.3333333333%}.col-lg-push-5{left:41.6666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.3333333333%}.col-lg-push-8{left:66.6666666667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.3333333333%}.col-lg-push-11{left:91.6666666667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.3333333333%}.col-lg-offset-2{margin-left:16.6666666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.3333333333%}.col-lg-offset-5{margin-left:41.6666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.3333333333%}.col-lg-offset-8{margin-left:66.6666666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.3333333333%}.col-lg-offset-11{margin-left:91.6666666667%}.col-lg-offset-12{margin-left:100%}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777}caption,th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{margin:0;min-width:0}fieldset,legend{padding:0;border:0}legend{display:block;width:100%;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{padding-top:7px}.form-control,output{display:block;font-size:14px;line-height:1.428571429;color:#555}.form-control{width:100%;height:34px;padding:6px 12px;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{border:0;background-color:transparent}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{line-height:34px}.input-group-sm>.input-group-btn>input[type=date].btn,.input-group-sm>.input-group-btn>input[type=datetime-local].btn,.input-group-sm>.input-group-btn>input[type=month].btn,.input-group-sm>.input-group-btn>input[type=time].btn,.input-group-sm>input[type=date].form-control,.input-group-sm>input[type=date].input-group-addon,.input-group-sm>input[type=datetime-local].form-control,.input-group-sm>input[type=datetime-local].input-group-addon,.input-group-sm>input[type=month].form-control,.input-group-sm>input[type=month].input-group-addon,.input-group-sm>input[type=time].form-control,.input-group-sm>input[type=time].input-group-addon,.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:30px}.input-group-lg>.input-group-btn>input[type=date].btn,.input-group-lg>.input-group-btn>input[type=datetime-local].btn,.input-group-lg>.input-group-btn>input[type=month].btn,.input-group-lg>.input-group-btn>input[type=time].btn,.input-group-lg>input[type=date].form-control,.input-group-lg>input[type=date].input-group-addon,.input-group-lg>input[type=datetime-local].form-control,.input-group-lg>input[type=datetime-local].input-group-addon,.input-group-lg>input[type=month].form-control,.input-group-lg>input[type=month].input-group-addon,.input-group-lg>input[type=time].form-control,.input-group-lg>input[type=time].input-group-addon,.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox-inline input[type=checkbox],.checkbox input[type=checkbox],.radio-inline input[type=radio],.radio input[type=radio]{position:absolute;margin-left:-20px;margin-top:4px\9}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .checkbox label,fieldset[disabled] .radio-inline,fieldset[disabled] .radio label,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.form-control-static.input-lg,.form-control-static.input-sm,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn{padding-left:0;padding-right:0}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.input-group-sm>.input-group-btn>select.btn,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,select.input-sm{height:30px;line-height:30px}.input-group-sm>.input-group-btn>select[multiple].btn,.input-group-sm>.input-group-btn>textarea.btn,.input-group-sm>select[multiple].form-control,.input-group-sm>select[multiple].input-group-addon,.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.input-group-lg>.input-group-btn>select.btn,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,select.input-lg{height:46px;line-height:46px}.input-group-lg>.input-group-btn>select[multiple].btn,.input-group-lg>.input-group-btn>textarea.btn,.input-group-lg>select[multiple].form-control,.input-group-lg>select[multiple].input-group-addon,.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success.checkbox-inline label,.has-success.checkbox label,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.radio-inline label,.has-success.radio label{color:#3c763d}.has-success .form-control{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning.checkbox-inline label,.has-warning.checkbox label,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.radio-inline label,.has-warning.radio label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error.checkbox-inline label,.has-error.checkbox label,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.radio-inline label,.has-error.radio label{color:#a94442}.has-error .form-control{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-group:after,.form-horizontal .form-group:before{content:" ";display:table}.form-horizontal .form-group:after{clear:both}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.428571429;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{outline:0;background-image:none;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.btn-default:hover,.open>.btn-default.dropdown-toggle{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.btn-default.dropdown-toggle.focus,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.btn-default.dropdown-toggle{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#27ae60;border-color:#295}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#1e8449;border-color:#0b311b}.btn-primary.active,.btn-primary:active,.btn-primary:hover,.open>.btn-primary.dropdown-toggle{color:#fff;background-color:#1e8449;border-color:#176739}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover{color:#fff;background-color:#176739;border-color:#0b311b}.btn-primary.active,.btn-primary:active,.open>.btn-primary.dropdown-toggle{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#27ae60;border-color:#295}.btn-primary .badge{color:#27ae60;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success.active,.btn-success:active,.btn-success:hover,.open>.btn-success.dropdown-toggle{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.btn-success.dropdown-toggle.focus,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.btn-success.dropdown-toggle{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info.active,.btn-info:active,.btn-info:hover,.open>.btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.btn-info.dropdown-toggle.focus,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.btn-info.dropdown-toggle{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.btn-warning:hover,.open>.btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.btn-warning.dropdown-toggle.focus,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.btn-warning.dropdown-toggle{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger.active,.btn-danger:active,.btn-danger:hover,.open>.btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.btn-danger.dropdown-toggle.focus,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.btn-danger.dropdown-toggle{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#27ae60;font-weight:400;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#19703e;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.428571429;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;outline:0;background-color:#27ae60}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar:after,.btn-toolbar:before{content:" ";display:table}.btn-toolbar:after{clear:both}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group-lg.btn-group>.btn+.dropdown-toggle,.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{box-shadow:none}.btn .caret{margin-left:0}.btn-group-lg>.btn .caret,.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-group-lg>.btn .caret,.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before{content:" ";display:table}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group .form-control:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group .form-control:last-child{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{font-size:0;white-space:nowrap}.input-group-btn,.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav:after,.nav:before{content:" ";display:table}.nav:after{clear:both}.nav>li,.nav>li>a{position:relative;display:block}.nav>li>a{padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#27ae60}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#27ae60}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified,.nav-tabs.nav-justified{width:100%}.nav-justified>li,.nav-tabs.nav-justified>li{float:none}.nav-justified>li>a,.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li,.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a,.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified,.nav-tabs.nav-justified{border-bottom:0}.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar:after,.navbar:before{content:" ";display:table}.navbar:after{clear:both}@media (min-width:768px){.navbar{border-radius:4px}}.navbar-header:after,.navbar-header:before{content:" ";display:table}.navbar-header:after{clear:both}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1);-webkit-overflow-scrolling:touch}.navbar-collapse:after,.navbar-collapse:before{content:" ";display:table}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container-fluid .navbar-brand,.navbar>.container .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{margin:8px -15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.btn-group-sm>.navbar-btn.btn,.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.btn-group-xs>.navbar-btn.btn,.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#090909}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#090909}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{background-color:#090909;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/ ";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.428571429;text-decoration:none;color:#27ae60;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#19703e;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;background-color:#27ae60;border-color:#27ae60;cursor:default}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager:after,.pager:before{content:" ";display:table}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label:empty{display:none}.btn .label{position:relative;top:-1px}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#27ae60}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#1e8449}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;color:#fff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#27ae60;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;background-color:#eee}.jumbotron,.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container-fluid .jumbotron,.container .jumbotron{border-radius:6px;padding-left:15px;padding-right:15px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container-fluid .jumbotron,.container .jumbotron{padding-left:60px;padding-right:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{display:block;max-width:100%;height:auto;margin-left:auto;margin-right:auto}.thumbnail .caption{padding:9px;color:#333}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#27ae60}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#27ae60;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{text-decoration:none;color:#555;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{background-color:#eee;color:#777;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#27ae60;border-color:#27ae60}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#b3eecc}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-body:after,.panel-body:before{content:" ";display:table}.panel-body:after{clear:both}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle,.panel-title{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table-responsive>.table caption,.panel>.table caption{padding-left:15px;padding-right:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#27ae60}.panel-primary>.panel-heading{color:#fff;background-color:#27ae60;border-color:#27ae60}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#27ae60}.panel-primary>.panel-heading .badge{color:#27ae60;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#27ae60}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal,.modal-open{overflow:hidden}.modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translateY(-25%);transform:translateY(-25%);-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0);transform:translate(0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header:after,.modal-header:before{content:" ";display:table}.modal-header:after{clear:both}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:after,.modal-footer:before{content:" ";display:table}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.428571429;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px}.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow{bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{left:5px}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.428571429;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel,.carousel-inner{position:relative}.carousel-inner{overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:left .6s ease-in-out;transition:left .6s ease-in-out}.carousel-inner>.item>a>img,.carousel-inner>.item>img{display:block;max-width:100%;height:auto;line-height:1}@media (-webkit-transform-3d),all and (transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);left:0}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{-webkit-transform:translateZ(0);transform:translateZ(0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:transparent}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,.0001));background-image:linear-gradient(90deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001));background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001),rgba(0,0,0,.5));background-image:linear-gradient(90deg,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5));background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:focus,.carousel-control:hover{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000\9;background-color:transparent}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.6.3);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857em;text-align:center}.fa-ul{padding-left:0;margin-left:2.1428571429em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.1428571429em;width:2.1428571429em;top:.1428571429em;text-align:center}.fa-li.fa-lg{left:-1.8571428571em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scaleY(-1);transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-close:before,.fa-remove:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-repeat:before,.fa-rotate-right:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-floppy-o:before,.fa-save:before{content:""}.fa-square:before{content:""}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-bolt:before,.fa-flash:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-clipboard:before,.fa-paste:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-chain-broken:before,.fa-unlink:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:""}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:""}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:""}.fa-eur:before,.fa-euro:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-inr:before,.fa-rupee:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-krw:before,.fa-won:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-lira:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-bank:before,.fa-institution:before,.fa-university:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:""}.fa-file-archive-o:before,.fa-file-zip-o:before{content:""}.fa-file-audio-o:before,.fa-file-sound-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:""}.fa-empire:before,.fa-ge:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-paper-plane:before,.fa-send:before{content:""}.fa-paper-plane-o:before,.fa-send-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-bed:before,.fa-hotel:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-y-combinator:before,.fa-yc:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-television:before,.fa-tv:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-sign-language:before,.fa-signing:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.slick-slider{box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp,.slick-arrow.slick-hidden{display:none}.pswp{position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:none}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:grabbing}.pswp__bg{background:#000;opacity:0;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__bg,.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%}.pswp__scroll-wrap{overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{right:0;bottom:0;overflow:hidden}.pswp__img,.pswp__item{position:absolute;left:0;top:0}.pswp__img{width:auto;height:auto}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{width:44px;height:44px;position:relative;background:none;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:none;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(../images/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:1.1dppx),(min-resolution:105dpi){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(../images/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:none}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:none;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;font-size:14px;line-height:18px}.pswp__share-tooltip a,.pswp__share-tooltip a:hover{color:#000;text-decoration:none}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(../images/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:none;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:none;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right,.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:none}html body{font-family:Montserrat,sans-serif;font-size:13px;font-weight:400;color:#202e39;text-shadow:1px 1px 1px rgba(0,0,0,.004)!important;text-rendering:optimizeLegibility!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}html body a{color:#202e39}html body a,html body a:hover{text-decoration:none}html body button:focus{outline:0!important;box-shadow:none!important}html body input:-webkit-autofill,html body input:-webkit-autofill:active,html body input:-webkit-autofill:focus,html body input:-webkit-autofill:hover{-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;-webkit-box-shadow:0 0 0 1000px #fff inset}html body h2{color:#291b95;font-size:20px;font-weight:700}html body .container{width:1170px;max-width:none!important}a.btn,button.btn{color:#000;background-color:#fff;border-color:#8bd45a;border-radius:0;padding:10px 20px;font-size:13px;font-weight:700}a.btn.btn-bleu,button.btn.btn-bleu{color:#fff;background-color:#291b95;border:0;border-radius:0;padding:6px 28px;font-size:18px;font-weight:700;-webkit-transition:background-color .1s ease-out;transition:background-color .1s ease-out}a.btn.btn-bleu:hover,button.btn.btn-bleu:hover{background-color:#ff6400}a.btn.btn-vert,button.btn.btn-vert{color:#fff;background-color:#8bd45a;border:0;border-radius:0;padding:6px 28px;font-size:18px;font-weight:700;-webkit-transition:background-color .1s ease-out;transition:background-color .1s ease-out}a.btn.btn-vert:hover,button.btn.btn-vert:hover{background-color:#449d44}a.btn.btn-blanc,button.btn.btn-blanc{color:#291b95;background-color:#fff;border:0;border-radius:0;padding:6px 28px;font-size:18px;font-weight:700;-webkit-transition:all .1s ease-out;transition:all .1s ease-out}a.btn.btn-blanc:hover,button.btn.btn-blanc:hover{color:#fff;background-color:#ff6400}a.btn.btn-orange,button.btn.btn-orange{color:#fff;background-color:#ff6400;border:0;border-radius:0;padding:6px 28px;font-size:18px;font-weight:700;-webkit-transition:all .1s ease-out;transition:all .1s ease-out}a.btn.btn-orange:hover,button.btn.btn-orange:hover{color:#ff6400;background-color:#fff;box-shadow:inset 0 0 0 4px #ff6400}a.btn.btn-orange[disabled],button.btn.btn-orange[disabled]{color:#fff;background-color:#ff6400;box-shadow:none}a.btn.btn-gris,button.btn.btn-gris{color:#ff6400;background-color:#f5f5f5;border-color:#e1e1e1;border-radius:0;padding:10px 52px;font-size:18px;font-weight:700;-webkit-transition:all .1s ease-out;transition:all .1s ease-out}a.btn.btn-gris:hover,button.btn.btn-gris:hover{color:#fff;border-color:#ff6400;background-color:#ff6400}a.btn.btn-raye,button.btn.btn-raye{color:#202e39;background:transparent url(../images/common/motif-rayures.jpg) 0 0 repeat;border-color:#e1e1e1;border-radius:0;padding:10px 16px;font-size:13px;font-weight:700}a.btn.btn-raye:hover,button.btn.btn-raye:hover{color:#f15025;border-color:#f15025;background:none}a.btn.btn-tutoriel,button.btn.btn-tutoriel{color:#212e37;background-color:#fff;border:3px solid #ff6400;border-radius:0;padding:6px 11px;font-size:18px;font-weight:700;-webkit-transition:all .1s ease-out;transition:all .1s ease-out}a.btn.btn-tutoriel:hover,button.btn.btn-tutoriel:hover{color:#fff;background-color:#ff6400;border-color:#fff}input.form-control,select.form-control{height:36px;color:#202e39;border-radius:0;border:1px solid #8bd45a;box-shadow:none}input.form-control:focus,select.form-control:focus{border-color:#ff6400;outline:0;box-shadow:none}textarea.form-control{max-width:100%;height:120px}.checkbox label a{text-decoration:underline}label.label-for-radio-inline{display:block}label.radio-inline-custom{font-weight:700;margin:0;padding:0;margin-left:0;padding-left:0;padding-top:7px}.tooltip.top .tooltip-arrow{border-top-color:#fec744}.tooltip-inner{padding:6px 12px;background-color:#fec744;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700}.alert{border-radius:0}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1)}50%{-webkit-transform:rotate(180deg) scale(1);transform:rotate(180deg) scale(1)}to{-webkit-transform:rotate(1turn) scale(1);transform:rotate(1turn) scale(1)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1)}50%{-webkit-transform:rotate(180deg) scale(1);transform:rotate(180deg) scale(1)}to{-webkit-transform:rotate(1turn) scale(1);transform:rotate(1turn) scale(1)}}.ball-clip-rotate>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;border:2px solid #fff;border-bottom-color:transparent;height:25px;width:25px;background:transparent!important;display:inline-block;-webkit-animation:rotate .75s 0s linear infinite;animation:rotate .75s 0s linear infinite}header{position:relative;z-index:20;padding:0;margin:0;background-color:#fff}header .header-container{height:136px;line-height:136px;padding:0}header .header-container .logo-container{text-align:center}header .header-container .logo-container .logo{display:inline-block;vertical-align:middle;width:165px;height:47px;background:transparent url(../images/common/logo_v3.png) 0 0 no-repeat;text-indent:-9999px}header .header-container .baseline{height:136px;line-height:136px;text-align:center;font-weight:700;background:url(../images/common/header-illustr-g_v2.jpg) no-repeat 0 0,url(../images/common/header-illustr-d_v2.jpg) no-repeat 100% 0}header .header-container .baseline .baseline-container{line-height:normal;display:inline-block;vertical-align:middle}header .header-container .baseline p{margin:0}header .header-container .baseline p.title{font-size:20px;color:#291b95;margin:4px 0}header .header-container .baseline p.texte{font-size:16px;line-height:20px;color:#f15025;margin:4px 0}header .header-container .compte-container{position:relative;display:inline-block;vertical-align:middle;width:130px;height:44px}header .header-container .compte-container a.mon-compte{position:absolute;top:0;left:0;margin:0;padding:0;width:130px;height:44px;line-height:44px;z-index:20}header .header-container .compte-container .hover{position:absolute;display:none;right:0;top:0;width:168px;height:auto;padding:14px;padding-top:58px;text-align:left;background-color:#efffe5;border:1px solid #8bd45a;z-index:10}header .header-container .compte-container.active .hover,header .header-container .compte-container:hover .hover{display:block}header .header-container .compte-container .hover i.fa.fa-user{position:absolute;width:auto;height:auto;top:12px;left:14px;color:#202e39;font-size:16px}header .header-container .compte-container .hover .loader-inner{position:absolute;top:0;right:0;bottom:0;left:0;text-align:center;background-color:#efffe5;opacity:.8}header .header-container .compte-container .hover .loader-inner.ball-clip-rotate>div{position:absolute;left:50%;top:50%;width:26px;height:26px;margin-top:-13px;margin-left:-13px;border-color:#8bd45a;border-bottom-color:transparent}header .header-container .compte-container .hover .connexion-container{line-height:normal;font-weight:700}header .header-container .compte-container .hover .connexion-container form{margin:10px 0}header .header-container .compte-container .hover .connexion-container form input.form-control{margin:6px 0;height:26px;font-size:11px;padding:4px 8px;font-weight:400}header .header-container .compte-container .hover .connexion-container form .checkbox{margin:6px 0}header .header-container .compte-container .hover .connexion-container form .checkbox label{font-size:11px;padding-left:18px}header .header-container .compte-container .hover .connexion-container form .checkbox label input[type=checkbox]{margin:1px 0 0 -18px}header .header-container .compte-container .hover .connexion-container hr{border-color:#8bd45a;margin-top:16px;margin-bottom:10px}header .header-container .compte-container .hover a.btn,header .header-container .compte-container .hover button.btn{width:100%;padding:3px 20px}header .header-container .compte-container .hover .connexion-container a.btn-inscription{margin-top:5px}header .header-container .compte-container .hover .connected-container{line-height:normal}header .header-container .compte-container .hover .connected-container ul li{padding:3px 0}header .nav-container{width:100%;background:transparent url(../images/common/motif-rayures.jpg) 0 0 repeat;border-top:1px solid #8bd45a}header .nav-container nav ul{list-style:none;padding-left:0;margin-bottom:0;text-align:center}header .nav-container nav ul li{display:block;float:left}header .nav-container nav ul li a{position:relative;display:block;height:58px;line-height:58px;white-space:nowrap;padding:0 28px;color:#291b95;font-size:12px;font-weight:700;border-left:1px solid transparent;border-right:1px solid transparent;margin-left:-1px;margin-right:-1px;text-transform:uppercase;-webkit-transition:all .1s ease-out;transition:all .1s ease-out}header .nav-container nav ul li:not(:last-child) a:before{content:'';position:absolute;top:50%;right:0;width:1px;height:10px;margin-top:-5px;background-color:#291b95}header .nav-container nav ul li a:hover{color:#ff6400;background-color:#fff;border-left:1px solid #e3e3f3;border-right:1px solid #e3e3f3}header .nav-container nav ul li:not(:last-child) a:hover:before{content:none}header .nav-container nav ul li a.deposer{color:#8bd45a;background-color:#efffe5;border-left:1px solid #e3e3f3;border-right:1px solid #e3e3f3}header .nav-container nav ul li a.deposer:before{content:none}header .nav-container nav ul li a.deposer:hover{color:#fff;background-color:#8bd45a}header .nav-container nav ul li a i{height:58px;line-height:58px}body .cookie-notice{position:relative;color:#58ae1f;font-size:13px;text-align:center;background-color:#efffe5;padding:12px 24px;border-bottom:1px solid #bdff93}body .cookie-notice button.btn{position:absolute;width:15px;height:18px;right:20px;top:50%;margin-top:-9px;padding:0;border:0;background:none;color:#509e1c}body .cookie-notice.closed{display:none}body section.tutoriel{position:relative;height:252px;padding:16px 0!important;text-align:center;background-color:#fec844;border-top:3px solid #ff7912;border-bottom:3px solid #ff7912;-webkit-transition:height .3s ease;transition:height .3s ease;overflow:hidden}body section.tutoriel.closed{height:78px}body section.tutoriel.closed svg.tutoriel-background-shape{opacity:0}body section.tutoriel .container{position:relative}body section.tutoriel .baseline{position:relative;color:#fff;padding:8px 22px;font-size:18px;font-weight:700;text-transform:uppercase;display:inline-block;background-color:#ff6400;z-index:20}body section.tutoriel .steps{position:relative;margin-top:40px;z-index:19}body section.tutoriel .steps .step{display:inline-block;width:auto;margin:0 20px;padding:0;background-color:#fec844}body section.tutoriel .steps .step .num{display:inline-block;width:auto;height:60px;margin-right:10px;line-height:60px;font-size:60px;font-weight:700;color:#ff6400;opacity:0}body section.tutoriel .steps .step .step-txt{display:inline-block;max-width:280px;font-size:18px;line-height:22px;text-align:left;font-weight:700;opacity:0}body section.tutoriel .steps .step.step1 .num,body section.tutoriel .steps .step.step1 .step-txt{-webkit-animation:step1 6s linear 0s forwards infinite;animation:step1 6s linear 0s forwards infinite}@-webkit-keyframes step1{0%{opacity:0}20%{opacity:1}to{opacity:1}}@keyframes step1{0%{opacity:0}20%{opacity:1}to{opacity:1}}body section.tutoriel .steps .step.step2 .num,body section.tutoriel .steps .step.step2 .step-txt{-webkit-animation:step2 6s linear 0s forwards infinite;animation:step2 6s linear 0s forwards infinite}@-webkit-keyframes step2{0%{opacity:0}20%{opacity:0}30%{opacity:1}to{opacity:1}}@keyframes step2{0%{opacity:0}20%{opacity:0}30%{opacity:1}to{opacity:1}}body section.tutoriel .steps .step.step3 .num,body section.tutoriel .steps .step.step3 .step-txt{-webkit-animation:step3 6s linear 0s forwards infinite;animation:step3 6s linear 0s forwards infinite}@-webkit-keyframes step3{0%{opacity:0}30%{opacity:0}50%{opacity:1}to{opacity:1}}@keyframes step3{0%{opacity:0}30%{opacity:0}50%{opacity:1}to{opacity:1}}body section.tutoriel .legend{margin-top:58px;color:#ff6400;font-size:12px;font-weight:700}body section.tutoriel svg.tutoriel-background-shape{position:absolute;left:50%;top:50%;width:936px;height:160px;margin-top:-75px;margin-left:-468px;z-index:10;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}body section.tutoriel svg.tutoriel-background-shape path{stroke-dasharray:1110;stroke-dashoffset:-1110;-webkit-animation:dash 6s ease 0s forwards infinite;animation:dash 6s ease 0s forwards infinite}@-webkit-keyframes dash{75%{stroke-dashoffset:0}to{stroke-dashoffset:0}}@keyframes dash{75%{stroke-dashoffset:0}to{stroke-dashoffset:0}}body .btn-tutoriel-container .container{position:relative}body .btn-tutoriel-container button.btn.btn-tutoriel{position:absolute;right:0;top:-22px}body .btn-tutoriel-container button.btn.btn-tutoriel i.fa-arrow-down{display:none}body .btn-tutoriel-container button.btn.btn-tutoriel.closed i.fa-arrow-down{display:inline-block}body .btn-tutoriel-container button.btn.btn-tutoriel.closed i.fa-arrow-up{display:none}body .quick-access{height:60px;line-height:60px;color:#fff;background-color:#291b95;font-size:18px;font-weight:700;text-align:center}body .quick-access a.btn.btn-blanc{margin:0 10px;padding:6px 18px;font-size:16px}footer{text-align:left;padding:50px 0;background-color:#393e41;border-top:3px solid #89d059}footer h4{color:#8dd559;font-weight:700;font-size:16px;text-transform:uppercase}footer ul li{margin:4px 0}footer ul li a{color:#fff}body.home section{text-align:center;padding:50px 0}body.home section.white{background-color:#fff}body.home section.blue{background-color:#291b95}body.home section h2{font-size:28px;font-weight:700;margin:0;padding:0;text-transform:uppercase}body.home section.white h2{color:#291b95}body.home section.blue h2{color:#fff}body.home section hr{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:50px;background-color:#e1e1e1;border:0}body.home section hr:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px}body.home section.white hr:before{background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}body.home section.blue hr:before{background:transparent url(../images/home/forme_soustitre_bleu.jpg) 0 0 no-repeat}body.home section .lot{position:relative;display:block;float:left;width:100%;padding:30px 0;-webkit-transition:box-shadow .1s ease-out;transition:box-shadow .1s ease-out}body.home section .lot:hover{box-shadow:inset 0 0 0 4px #291b95}body.home section .lot .visuel{display:block;float:left;width:60%}body.home section .lot .visuel .img-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:319px;height:228px;margin-top:14px;margin-left:14px;background-color:#e1e1e1}body.home section.white .lot .visuel .img-container{-o-box-shadow:-14px -14px 0 0 #291b95;box-shadow:-14px -14px 0 0 #291b95;filter:progid:DXImageTransform.Microsoft.Shadow(color=#291b95,Direction=315,Strength=0)}body.home section.blue .lot .visuel .img-container{-o-box-shadow:-14px -14px 0 0 #fff;box-shadow:-14px -14px 0 0 #fff;filter:progid:DXImageTransform.Microsoft.Shadow(color=#ffffff,Direction=315,Strength=0)}body.home section .lot .infos{display:block;float:left;width:40%;height:242px;padding:0 28px;text-align:left}body.home section .lot .infos h3{margin:0;padding:0;font-weight:700;font-size:18px}body.home section.white .lot .infos h3{color:#291b95}body.home section.blue .lot .infos h3{color:#fff}body.home section .lot .infos h3:after{content:'';display:block;width:50px;height:3px;margin-top:10px}body.home section.white .lot .infos h3:after{background-color:#291b95}body.home section.blue .lot .infos h3:after{background-color:#fff}body.home section .lot .infos table{margin:5px 0 10px}body.home section .lot .infos table tr,body.home section .lot .infos table tr td,body.home section .lot .infos table tr th{border:0;padding:3px}body.home section .lot .infos table tr td,body.home section .lot .infos table tr th{font-weight:700;font-size:13px}body.home section .lot .infos table tr th{color:#999}body.home section.white .lot .infos table tr td{color:#291b95}body.home section.blue .lot .infos table tr td{color:#fff}body.home section a.btn.btn-bleu{position:absolute;bottom:30px}body.home section a.see-all{margin-top:50px}body.home section.blue a.btn.btn-bleu{color:#291b95;background-color:#fff}body.view_all_lots{text-align:center}body.view_all_lots main{padding:0}body.view_all_lots h1{color:#291b95;font-size:28px;font-weight:700;margin:0;margin-top:40px;padding:0;text-transform:uppercase}body.view_all_lots hr.hr-subtitle{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:50px;background-color:#e1e1e1;border:0}body.view_all_lots hr.hr-subtitle:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px;background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}body.view_all_lots .filters{position:relative;display:block;width:100%}body.view_all_lots .filters:before{content:'';position:absolute;left:0;top:50%;margin-top:-1px;width:100%;height:1px;line-height:0;background-color:#e1e1e1;z-index:-1}body.view_all_lots .filters .filters-container{display:inline-block;background-color:#fff;padding:0 40px;color:#202e39;font-size:13px;font-weight:700}body.view_all_lots .filters .filters-container a{margin:0 12px}body.view_all_lots .filters .filters-container a i{margin-left:20px}body.view_all_lots .filters .filters-container a.btn[disabled]{opacity:1;color:#f15025;border-color:#f15025;background:none}body.view_all_lots .lots{padding-top:40px;text-align:left}body.view_all_lots .lots .lot{width:100%;margin:10px 0;padding:10px 20px;border:1px solid #e1e1e1;-webkit-transition:box-shadow .1s ease-out;transition:box-shadow .1s ease-out}body.view_all_lots .lots .lot:hover{box-shadow:inset 0 0 0 4px #291b95}body.view_all_lots .lots .lot .visuel .img-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:139px;height:99px;margin-top:14px;margin-left:14px;background-color:#e1e1e1;box-shadow:-14px -14px 0 0 #291b95}body.view_all_lots .lots .lot .infos{padding:14px 0}body.view_all_lots .lots .lot .infos h2{margin:0;padding:0;color:#291b95;font-weight:700;font-size:18px}body.view_all_lots .lots .lot .infos p.date{margin:0;color:#999;font-weight:400;font-size:12px;font-style:italic}body.view_all_lots .lots .lot .infos hr{display:block;width:50px;height:3px;margin:10px 0;background-color:#291b95;border:0}body.view_all_lots .lots .lot .infos .infos-row{display:block;margin:5px 0}body.view_all_lots .lots .lot .infos .infos-row .info{display:inline-block;color:#291b95;font-weight:700;font-size:13px;margin-bottom:2px}body.view_all_lots .lots .lot .infos .infos-row .info:not(:last-child){padding-right:24px;margin-right:20px;border-right:2px solid #291b95}body.view_all_lots .lots .lot .infos .infos-row .info .title{color:#999;margin-right:5px}body.view_all_lots .lots .lot .action{height:113px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body.view_all_lots .pagination a,body.view_all_lots .pagination strong{margin:0 4px;padding:4px 8px;color:#fff;background-color:#291b95;-webkit-transition:background-color .1s ease-out;transition:background-color .1s ease-out}body.view_all_lots .pagination a:hover{background-color:#f15025}body.view_all_lots .pagination strong{color:#000;background-color:#e3e3e3}body.view_lot{text-align:center}body.view_lot main{padding:0}body.view_lot div.categorie-title{color:#291b95;font-size:28px;font-weight:700;margin:0;margin-top:40px;padding:0;text-transform:uppercase}body.view_lot hr.hr-subtitle{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:50px;background-color:#e1e1e1;border:0}body.view_lot hr.hr-subtitle:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px;background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}body.view_lot a.backlist{display:block;margin-bottom:40px;text-decoration:underline;color:#ff6400;font-size:13px;font-weight:700}body.view_lot .alert.alert-info{margin-bottom:40px}body.view_lot .fiche{text-align:left}body.view_lot .fiche .visuels .images-viewer .miniatures{position:relative;display:block;float:left;width:122px;margin-right:21px;z-index:20}body.view_lot .fiche .visuels .images-viewer .miniatures ul.thumb-nav{margin:0}body.view_lot .fiche .visuels .images-viewer .miniatures ul.thumb-nav li{border:0!important;display:block;margin:0 auto;cursor:pointer}body.view_lot .fiche .visuels .images-viewer .miniatures ul.thumb-nav li:focus{box-shadow:none;outline:0 none}body.view_lot .fiche .visuels .images-viewer .miniatures ul.thumb-nav li .img-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:122px;height:84px;margin:8px 0;background-color:#e1e1e1}body.view_lot .fiche .visuels .images-viewer .miniatures ul.thumb-nav li img{filter:saturate(0);-webkit-filter:saturate(0);-moz-filter:saturate(0);-o-filter:saturate(0);-ms-filter:saturate(0)}body.view_lot .fiche .visuels .images-viewer .miniatures ul.thumb-nav li.slick-current img{filter:saturate(100%);-webkit-filter:saturate(100%);-moz-filter:saturate(100%);-o-filter:saturate(100%);-ms-filter:saturate(100%)}body.view_lot .fiche .visuels .images-viewer .product-images{position:relative;margin-top:8px;z-index:10}body.view_lot .fiche .visuels .images-viewer .product-images .main-img-slider figure a{cursor:pointer;cursor:zoom-in}body.view_lot .fiche .visuels .images-viewer .product-images .main-img-slider figure a:focus{box-shadow:none;outline:0 none}body.view_lot .fiche .visuels .images-viewer .product-images figure a .img-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:398px;height:284px;margin-top:14px;margin-left:14px;background-color:#e1e1e1;box-shadow:-14px -14px 0 0 #291b95}body.view_lot .fiche .infos{margin:24px 0 12px;padding:12px 16px;border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1}body.view_lot .fiche .infos .infos-row{display:block;margin:5px 0}body.view_lot .fiche .infos .infos-row .info{display:inline-block;color:#291b95;font-weight:700;font-size:13px;margin-bottom:2px}body.view_lot .fiche .infos .infos-row .info:not(:last-child){padding-right:24px;margin-right:20px;border-right:2px solid #291b95}body.view_lot .fiche .infos .infos-row .info .title{color:#999;margin-right:5px}body.view_lot .fiche .complement{color:#291b95;font-weight:700;font-size:13px;margin:0;padding:12px 16px;border-bottom:1px solid #e1e1e1}body.view_lot .fiche .complement p.title{color:#999;margin:0 0 4px}body.view_lot .fiche .complement p{margin:6px 0}body.view_lot .fiche .details h1{margin:0;padding:0;color:#291b95;font-weight:700;font-size:24px}body.view_lot .fiche .details p.membre{margin:6px 0 0;color:#291b95;font-weight:700;font-size:13px}body.view_lot .fiche .details p.membre i.fa{color:#ff6400}body.view_lot .fiche .details p.membre .note{color:#ff6400;font-weight:400;font-size:11px;font-style:italic}body.view_lot .fiche .details p.date{margin:0;color:#999;font-weight:400;font-size:12px;font-style:italic}body.view_lot .fiche .details hr{display:inline-block;width:50px;height:3px;background-color:#291b95;border:0}body.view_lot .fiche .details .details-container{color:#291b95;font-weight:700;font-size:13px}body.view_lot .fiche .details .details-container p.title{color:#999;margin:0 0 4px}body.view_lot .fiche .details .details-container p{margin:6px 0}body.view_lot .fiche .details a.retirer,body.view_lot .fiche .details button.retirer{margin:22px 0}body.view_lot .aides{text-align:left;margin:30px 0}body.view_lot .aides-container{border-top:1px solid #e1e1e1}body.view_lot .aides-container .comment-ca-marche,body.view_lot .aides-container .paiement{border:1px solid #e1e1e1;margin:30px 0;padding:24px 12px;background-color:#f7f7f7}body.view_lot .aides-container .comment-ca-marche p.title,body.view_lot .aides-container .paiement p{font-size:13px;line-height:16px;font-weight:400}body.view_lot .aides-container .comment-ca-marche p.title,body.view_lot .aides-container .paiement p.title{font-size:13px;font-weight:700;color:#999;text-transform:uppercase}body.view_lot .aides-container .comment-ca-marche p.title i.fa,body.view_lot .aides-container .paiement p.title i.fa{font-size:26px;margin-right:6px}body.view_lot .aides-container .comment-ca-marche a,body.view_lot .aides-container .paiement a{color:#ff6400;font-size:13px;font-weight:700}body.connexion{text-align:center}body.connexion main{padding:0;padding-bottom:40px}body.connexion main h1{color:#291b95;font-size:28px;font-weight:700;margin:0;margin-top:40px;padding:0;text-transform:uppercase}body.connexion main hr.hr-subtitle{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:50px;background-color:#e1e1e1;border:0}body.connexion main hr.hr-subtitle:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px;background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}body.connexion main .connexion,body.connexion main .inscription{text-align:left}body.connexion main .connexion h2,body.connexion main .inscription h2{color:#291b95;font-size:20px;font-weight:700;margin:0;padding:0;text-transform:uppercase}body.connexion main .connexion hr,body.connexion main .inscription hr{display:inline-block;width:50px;height:3px;background-color:#291b95;border:0}body.connexion main .connexion a.forgot-password{float:right}body.connexion main .connexion a.forgot-password:focus,body.connexion main .connexion a.forgot-password:hover{text-decoration:underline}body.forgot-password{text-align:center}body.forgot-password main{padding:0;padding-bottom:40px}body.forgot-password main h1{color:#291b95;font-size:28px;font-weight:700;margin:0;margin-top:40px;padding:0;text-transform:uppercase}body.forgot-password main hr.hr-subtitle{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:50px;background-color:#e1e1e1;border:0}body.forgot-password main hr.hr-subtitle:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px;background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}body.forgot-password main .form-container{text-align:left}body.reset-password{text-align:center}body.reset-password main{padding:0;padding-bottom:40px}body.reset-password main h1{color:#291b95;font-size:28px;font-weight:700;margin:0;margin-top:40px;padding:0;text-transform:uppercase}body.reset-password main hr.hr-subtitle{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:50px;background-color:#e1e1e1;border:0}body.reset-password main hr.hr-subtitle:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px;background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}body.reset-password main .form-container{text-align:left}body.inscription{text-align:center}body.inscription main{padding:0;padding-bottom:40px}body.inscription main h1{color:#291b95;font-size:28px;font-weight:700;margin:0;margin-top:40px;padding:0;text-transform:uppercase}body.inscription main hr.hr-subtitle{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:50px;background-color:#e1e1e1;border:0}body.inscription main hr.hr-subtitle:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px;background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}body.inscription main .form-horizontal,body.inscription main .form-horizontal .control-label{text-align:left}body.inscription main .form-horizontal .control-label span.required{color:#f15025}body.inscription main .form-horizontal .control-label span.info{color:#393e41}body.inscription .form-group.submit-form-btn{margin-top:40px}body.inscription_confirmation{text-align:center}body.inscription_confirmation main{padding:0;padding-bottom:40px}body.inscription_confirmation main h1{color:#291b95;font-size:28px;font-weight:700;margin:0;margin-top:40px;padding:0;text-transform:uppercase}body.inscription_confirmation main hr.hr-subtitle{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:50px;background-color:#e1e1e1;border:0}body.inscription_confirmation main hr.hr-subtitle:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px;background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}body.inscription_confirmation main .alert.alert-warning{margin:20px 0}body.dashboard{text-align:center}body.dashboard main{padding:0;padding-bottom:40px}body.dashboard main h1{color:#291b95;font-size:28px;font-weight:700;margin:0;margin-top:40px;padding:0;text-transform:uppercase}body.dashboard main hr.hr-h1{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:50px;background-color:#e1e1e1;border:0}body.dashboard main hr.hr-h1:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px;background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}body.dashboard main .count{min-height:154px;color:#999;font-size:13px;font-weight:700;text-transform:uppercase;padding:12px 24px;border:4px solid #291b95}body.dashboard main .count span.nb{color:#291b95;display:block;font-size:48px}body.dashboard main .count span.cat{color:#291b95}body.dashboard main h2{color:#291b95;font-size:24px;font-weight:700;margin:0;padding:0;margin-top:46px;text-transform:uppercase}body.dashboard main hr.hr-h2{position:relative;display:inline-block;width:180px;height:1px;margin-bottom:50px;background-color:#e1e1e1;border:0}body.dashboard .users-list{text-align:left}body.dashboard .users-list table.table-users.table-striped>thead>tr>th{border-bottom:2px solid #8bd45a}body.dashboard .users-list table.table-users.table-striped>tbody>tr>td,body.dashboard .users-list table.table-users.table-striped>tbody>tr>th{border-top:1px solid #8bd45a}body.dashboard .users-list table.table-users.table-striped>tbody>tr:nth-of-type(odd){background-color:#efffe5}body.dashboard .users-list table.table-users.table-striped>tbody>tr.error{color:#fff;background-color:#ff6400}body.dashboard .users-list .table-users{text-align:left}body.dashboard_edit_user{text-align:center}body.dashboard_edit_user main{padding:0;padding-bottom:40px}body.dashboard_edit_user main h1{color:#291b95;font-size:28px;font-weight:700;margin:0;margin-top:40px;padding:0;text-transform:uppercase}body.dashboard_edit_user main h1 span.username{color:#f15025}body.dashboard_edit_user main hr.hr-h1{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:50px;background-color:#e1e1e1;border:0}body.dashboard_edit_user main hr.hr-h1:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px;background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}body.dashboard_edit_user main .alert{margin-bottom:50px}body.dashboard_edit_user main .credits{color:#999;font-size:13px;font-weight:700;text-transform:uppercase;padding:12px 20px;border:4px solid #291b95}body.dashboard_edit_user main .credits span.nb{color:#291b95;display:block;font-size:48px}body.dashboard_edit_user main .credits span.cat{color:#291b95}body.dashboard_edit_user main .credits.penalite{color:#d43f3a;border-color:#d43f3a}body.dashboard_edit_user main .credits.penalite span.cat,body.dashboard_edit_user main .credits.penalite span.nb{color:#d43f3a}body.dashboard_edit_user main .credits .actions{margin:12px 0 6px}body.dashboard_edit_user main .credits .actions button{width:100%;margin:4px 0;padding:6px 18px;font-size:14px}body.dashboard_edit_user main h2{color:#291b95;font-size:24px;font-weight:700;margin:0;padding:0;margin-top:46px;text-transform:uppercase}body.dashboard_edit_user main hr.hr-h2{position:relative;display:inline-block;width:180px;height:1px;margin-bottom:50px;background-color:#e1e1e1;border:0}body.dashboard_edit_user .lots{text-align:left}body.dashboard_edit_user .lots button{cursor:default}body.dashboard_edit_user .lots .lot{width:100%;margin:10px 0;padding:0 20px 10px;border:1px solid #e1e1e1;-webkit-transition:box-shadow .1s ease-out;transition:box-shadow .1s ease-out}body.dashboard_edit_user .lots .lot.echange{background:transparent url(../images/common/motif-rayures.jpg) 0 0 repeat}body.dashboard_edit_user .lots .lot:hover{box-shadow:inset 0 0 0 4px #291b95}body.dashboard_edit_user .lots .lot .visuel .img-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:139px;height:99px;margin-top:14px;margin-left:14px;background-color:#e1e1e1;box-shadow:-14px -14px 0 0 #291b95}body.dashboard_edit_user .lots .lot .infos{padding:20px 0}body.dashboard_edit_user .lots .lot .infos h3{margin:8px 0;padding:0;color:#291b95;font-weight:700;font-size:18px}body.dashboard_edit_user .lots .lot .infos h3:after{content:'';display:block;width:50px;height:3px;margin-top:10px;background-color:#291b95}body.dashboard_edit_user .lots .lot .infos .info{display:inline-block;color:#291b95;font-weight:700;font-size:13px;padding-right:24px;margin-bottom:2px;border-right:2px solid #291b95}body.dashboard_edit_user .lots .lot .infos .info:not(:last-child){margin-right:20px}body.dashboard_edit_user .lots .lot .infos .info .title{color:#999;margin-right:5px}body.dashboard_edit_user .lots .lot .actions{text-align:right}body.dashboard_edit_user .lots .lot .actions a{display:inline-block;padding:0 5px;line-height:normal;margin-top:54px}body.dashboard_edit_user .lots .lot .actions button{background:none;border:0;color:inherit;padding:0 5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}body.dashboard_edit_user .lots .lot .actions a i.fa.fa-exclamation-triangle{color:#d43f3a}body.dashboard_edit_user .user-status{width:100%;margin:10px 0;padding:0 20px 10px;border:1px solid #e1e1e1;-webkit-transition:box-shadow .1s ease-out;transition:box-shadow .1s ease-out}body.dashboard_edit_user .user-status:hover{box-shadow:inset 0 0 0 4px #291b95}body.dashboard_edit_user .user-status .user-status-info h3{color:#291b95;font-size:18px;font-weight:700;text-transform:uppercase}body.dashboard_edit_user .user-status .user-status-info h3.h3-status-ok i,body.dashboard_edit_user .user-status .user-status-info h3.h3-status-ok span{color:#8bd45a}body.dashboard_edit_user .user-status .user-status-info h3.h3-status-suspended i,body.dashboard_edit_user .user-status .user-status-info h3.h3-status-suspended span{color:#fec844}body.dashboard_edit_user .user-status .user-status-info h3.h3-status-banned i,body.dashboard_edit_user .user-status .user-status-info h3.h3-status-banned span{color:#d43f3a}body.dashboard_edit_user .user-status .user-status-actions{margin-top:10px}body.dashboard_edit_user .user-status .user-status-actions button.btn{display:inline-block;margin:5px 0}body.add_lot_select{text-align:center}body.add_lot_select main{padding:0;padding-bottom:40px}body.add_lot_select main h1{color:#291b95;font-size:28px;font-weight:700;margin:0;margin-top:40px;padding:0;text-transform:uppercase}body.add_lot_select main hr.hr-subtitle{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:50px;background-color:#e1e1e1;border:0}body.add_lot_select main hr.hr-subtitle:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px;background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}body.add_lot_select main h2{margin:20px 0}body.add_lot_select main .categorie a{width:100%;padding:12px 56px}body.add_lot,body.mod_lot{text-align:center}body.add_lot main,body.mod_lot main{padding:0;padding-bottom:40px}body.add_lot main h1,body.mod_lot main h1{color:#291b95;font-size:28px;font-weight:700;margin:0;margin-top:40px;padding:0;text-transform:uppercase}body.add_lot main hr.hr-subtitle,body.mod_lot main hr.hr-subtitle{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:50px;background-color:#e1e1e1;border:0}body.add_lot main hr.hr-subtitle:before,body.mod_lot main hr.hr-subtitle:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px;background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}body.add_lot main .row.intro{margin-bottom:20px}body.add_lot main .row.intro h2{margin:0}body.add_lot main .row.tuto{margin-bottom:20px}body.add_lot main .form-horizontal,body.add_lot main .form-horizontal .control-label,body.mod_lot main .form-horizontal,body.mod_lot main .form-horizontal .control-label{text-align:left}body.add_lot main .form-horizontal .control-label span.required,body.mod_lot main .form-horizontal .control-label span.required{color:#f15025}body.add_lot main .form-horizontal .control-label span.info,body.mod_lot main .form-horizontal .control-label span.info{color:#393e41}body.add_lot main .form-horizontal .control-label span.example,body.mod_lot main .form-horizontal .control-label span.example{color:#31808f;font-style:italic;font-weight:400}body.add_lot main .form-horizontal .char-counter p,body.mod_lot main .form-horizontal .char-counter p{margin:0}body.add_lot main .form-horizontal .char-counter p.limit,body.mod_lot main .form-horizontal .char-counter p.limit{color:#f15025}body.add_lot .dropzone,body.mod_lot .dropzone{border:2px dashed #8bd45a;border-radius:5px;background-color:#fff;text-align:center}body.add_lot .dropzone .dz-message,body.mod_lot .dropzone .dz-message{text-align:left;font-size:18px;font-weight:700;margin:50px 0;color:#45637b}body.add_lot .dropzone .dz-message span.note,body.mod_lot .dropzone .dz-message span.note{font-weight:400;font-size:13px}body.add_lot .dropzone .dz-preview .dz-image,body.mod_lot .dropzone .dz-preview .dz-image{width:160px;height:120px;border-radius:4px}body.add_lot .dropzone .dz-preview .dz-remove,body.mod_lot .dropzone .dz-preview .dz-remove{position:absolute;right:-12px;top:-12px;width:24px;height:24px;opacity:.8;border-radius:12px;background:#be2626;z-index:1000;text-indent:-9999px;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}body.add_lot .dropzone .dz-preview .dz-remove:hover,body.mod_lot .dropzone .dz-preview .dz-remove:hover{opacity:1}body.add_lot .dropzone .dz-preview .dz-remove:after,body.add_lot .dropzone .dz-preview .dz-remove:before,body.mod_lot .dropzone .dz-preview .dz-remove:after,body.mod_lot .dropzone .dz-preview .dz-remove:before{content:'';position:absolute;left:50%;top:50%;width:12px;height:2px;margin-left:-6px;border-radius:1px;background-color:#fff}body.add_lot .dropzone .dz-preview .dz-remove:before,body.mod_lot .dropzone .dz-preview .dz-remove:before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}body.add_lot .dropzone .dz-preview .dz-remove:after,body.mod_lot .dropzone .dz-preview .dz-remove:after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}body.add_lot .dropzone .dz-preview .dz-error-message,body.mod_lot .dropzone .dz-preview .dz-error-message{width:180px}body.add_lot .dropzone .dz-preview .dz-error-message:after,body.mod_lot .dropzone .dz-preview .dz-error-message:after{left:50%;margin-left:-3px}body.add_lot .form-group.submit-form-btn,body.mod_lot .form-group.submit-form-btn{margin-top:40px}body.confirm_add_lot{text-align:center}body.confirm_add_lot main{padding:0;padding-bottom:40px}body.confirm_add_lot main h1{color:#291b95;font-size:28px;font-weight:700;margin:0;margin-top:40px;padding:0;text-transform:uppercase}body.confirm_add_lot main hr.hr-subtitle{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:50px;background-color:#e1e1e1;border:0}body.confirm_add_lot main hr.hr-subtitle:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px;background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}body.confirm_add_lot main .alert a,body.confirm_add_lot main .alert a:hover{text-decoration:underline;font-weight:700}body.confirm_add_lot main .alert.alert-success a,body.confirm_add_lot main .alert.alert-success a:hover{color:#3c763d}body.confirm_add_lot main .alert.alert-warning a,body.confirm_add_lot main .alert.alert-warning a:hover{color:#8a6d3b}body.confirm_add_lot main .row-ctas{margin-top:20px}body.delete_lot{text-align:center}body.delete_lot main{padding:0;padding-bottom:40px}body.delete_lot main h1{color:#291b95;font-size:28px;font-weight:700;margin:0;margin-top:40px;padding:0;text-transform:uppercase}body.delete_lot main hr.hr-subtitle{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:50px;background-color:#e1e1e1;border:0}body.delete_lot main hr.hr-subtitle:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px;background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}body.delete_lot .lot{width:100%;margin:10px 0;padding:10px 20px;text-align:left;border:1px solid #e1e1e1;-webkit-transition:box-shadow .1s ease-out;transition:box-shadow .1s ease-out}body.delete_lot .lot:hover{box-shadow:inset 0 0 0 4px #291b95}body.delete_lot .lot .visuel .img-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:139px;height:99px;margin-top:14px;margin-left:14px;background-color:#e1e1e1;box-shadow:-14px -14px 0 0 #291b95}body.delete_lot .lot .infos{padding:14px 0}body.delete_lot .lot .infos h2{margin:0;padding:0;color:#291b95;font-weight:700;font-size:18px}body.delete_lot .lot .infos p.date{margin:0;color:#999;font-weight:400;font-size:12px;font-style:italic}body.delete_lot .lot .infos hr{display:block;width:50px;height:3px;margin:10px 0;background-color:#291b95;border:0}body.delete_lot .lot .infos .infos-row{display:block;margin:5px 0}body.delete_lot .lot .infos .infos-row:last-child{margin-bottom:0}body.delete_lot .lot .infos .infos-row .info{display:inline-block;color:#291b95;font-weight:700;font-size:13px;margin-bottom:2px}body.delete_lot .lot .infos .infos-row .info:not(:last-child){padding-right:24px;margin-right:20px;border-right:2px solid #291b95}body.delete_lot .lot .infos .infos-row .info .title{color:#999;margin-right:5px}body.delete_lot .lot .action{height:132px;line-height:132px;text-align:right}body.delete_lot .lot .action a.btn{display:inline-block;margin:0 2px}body.get_lot{text-align:center}body.get_lot main{padding:0;padding-bottom:40px}body.get_lot main h1{color:#291b95;font-size:28px;font-weight:700;margin:0;margin-top:40px;padding:0;text-transform:uppercase}body.get_lot main hr.hr-subtitle{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:50px;background-color:#e1e1e1;border:0}body.get_lot main hr.hr-subtitle:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px;background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}body.get_lot .lot{width:100%;margin:10px 0;padding:10px 20px;border:1px solid #e1e1e1;text-align:left;-webkit-transition:box-shadow .1s ease-out;transition:box-shadow .1s ease-out}body.get_lot .lot.echange{background:transparent url(../images/common/motif-rayures.jpg) 0 0 repeat}body.get_lot .lot:hover{box-shadow:inset 0 0 0 4px #291b95}body.get_lot .lot .visuel .img-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:139px;height:99px;margin-top:14px;margin-left:14px;background-color:#e1e1e1;box-shadow:-14px -14px 0 0 #291b95}body.get_lot .lot .infos{padding:14px 0}body.get_lot .lot .infos h3{margin:0;padding:0;color:#291b95;font-weight:700;font-size:18px}body.get_lot .lot .infos p.date{margin:0;color:#999;font-weight:400;font-size:12px;font-style:italic}body.get_lot .lot .infos hr{display:block;width:50px;height:3px;margin:10px 0;background-color:#291b95;border:0}body.get_lot .lot .infos .infos-row{display:block;margin:5px 0}body.get_lot .lot .infos .infos-row .info{display:inline-block;color:#291b95;font-weight:700;font-size:13px;margin-bottom:2px}body.get_lot .lot .infos .infos-row .info:not(:last-child){padding-right:24px;margin-right:20px;border-right:2px solid #291b95}body.get_lot .lot .infos .infos-row .info .title{color:#999;margin-right:5px}body.get_lot .lot .actions{text-align:right}body.get_lot .lot .actions a.btn{margin-top:54px}body.confirm_get_lot{text-align:center}body.confirm_get_lot main{padding:0;padding-bottom:40px}body.confirm_get_lot main h1{color:#291b95;font-size:28px;font-weight:700;margin:0;margin-top:40px;padding:0;text-transform:uppercase}body.confirm_get_lot main hr{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:50px;background-color:#e1e1e1;border:0}body.confirm_get_lot main hr:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px;background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}body.eval_echange{text-align:center}body.eval_echange main{padding:0;padding-bottom:40px}body.eval_echange main h1{color:#291b95;font-size:28px;font-weight:700;margin:0;margin-top:40px;padding:0;text-transform:uppercase}body.eval_echange main hr.hr-subtitle{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:50px;background-color:#e1e1e1;border:0}body.eval_echange main hr.hr-subtitle:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px;background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}body.eval_echange .lot{width:100%;margin:10px 0;padding:10px 20px;border:1px solid #e1e1e1;text-align:left;-webkit-transition:box-shadow .1s ease-out;transition:box-shadow .1s ease-out}body.eval_echange .lot:hover{box-shadow:inset 0 0 0 4px #291b95}body.eval_echange .lot .visuel .img-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:139px;height:99px;margin-top:14px;margin-left:14px;background-color:#e1e1e1;box-shadow:-14px -14px 0 0 #291b95}body.eval_echange .lot .infos{padding:14px 0}body.eval_echange .lot .infos h3{margin:0;padding:0;color:#291b95;font-weight:700;font-size:18px}body.eval_echange .lot .infos p.date{margin:0;color:#999;font-weight:400;font-size:12px;font-style:italic}body.eval_echange .lot .infos hr{display:block;width:50px;height:3px;margin:10px 0;background-color:#291b95;border:0}body.eval_echange .lot .infos .infos-row{display:block;margin:5px 0}body.eval_echange .lot .infos .infos-row .info{display:inline-block;color:#291b95;font-weight:700;font-size:13px;margin-bottom:2px}body.eval_echange .lot .infos .infos-row .info:not(:last-child){padding-right:24px;margin-right:20px;border-right:2px solid #291b95}body.eval_echange .lot .infos .infos-row .info .title{color:#999;margin-right:5px}body.eval_echange .lot .rating{text-align:center}body.eval_echange .lot .rating fieldset{margin-top:50px;font-size:0;unicode-bidi:bidi-override;direction:rtl}body.eval_echange .lot .rating fieldset>input{display:none}body.eval_echange .lot .rating fieldset>label:before{margin:5px;font-size:1.25em;font-family:FontAwesome;display:inline-block;content:"\f005"}body.eval_echange .lot .rating fieldset>label{color:#ddd;font-size:18px;cursor:pointer}body.eval_echange .lot .rating fieldset:not(:checked)>label:hover,body.eval_echange .lot .rating fieldset:not(:checked)>label:hover~label,body.eval_echange .lot .rating fieldset>input:checked~label{color:gold}body.eval_echange .lot .rating fieldset>input:checked+label:hover,body.eval_echange .lot .rating fieldset>input:checked~label:hover,body.eval_echange .lot .rating fieldset>input:checked~label:hover~label,body.eval_echange .lot .rating fieldset>label:hover~input:checked~label{color:#ffed85}body.eval_echange .lot .actions{text-align:right}body.eval_echange .lot .actions button.btn{margin-top:54px}body.abonnement{text-align:center}body.abonnement main{padding:0;padding-bottom:40px}body.abonnement main h1{color:#291b95;font-size:28px;font-weight:700;margin:0;margin-top:40px;padding:0;text-transform:uppercase}body.abonnement main hr.hr-subtitle{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:50px;background-color:#e1e1e1;border:0}body.abonnement main hr.hr-subtitle:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px;background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}body.abonnement main .description{margin-bottom:40px}body.abonnement main .description img{float:left;margin-right:20px}body.abonnement main .description{text-align:left}body.abonnement main .explications{margin-bottom:20px}body.abonnement main .explications img{display:block;max-width:100%;height:auto}body.abonnement main .creditcard,body.abonnement main .paypal{text-align:left}body.abonnement main .creditcard h2,body.abonnement main .paypal h2{color:#291b95;font-size:20px;font-weight:700;margin:0;padding:0;text-transform:uppercase}body.abonnement main .creditcard hr,body.abonnement main .paypal hr{display:inline-block;width:50px;height:3px;background-color:#291b95;border:0}body.abonnement main .cta a.paypal span{display:inline-block;vertical-align:middle;width:95px;height:26px;background:transparent url(../images/paypal.png) 0 0 no-repeat;text-indent:-9999px}body.confirm_abonnement{text-align:center}body.confirm_abonnement main{padding:0;padding-bottom:40px}body.confirm_abonnement main h1{color:#291b95;font-size:28px;font-weight:700;margin:0;margin-top:40px;padding:0;text-transform:uppercase}body.confirm_abonnement main hr.hr-subtitle{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:50px;background-color:#e1e1e1;border:0}body.confirm_abonnement main hr.hr-subtitle:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px;background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}body.annul_abonnement{text-align:center}body.annul_abonnement main{padding:0;padding-bottom:40px}body.annul_abonnement main h1{color:#291b95;font-size:28px;font-weight:700;margin:0;margin-top:40px;padding:0;text-transform:uppercase}body.annul_abonnement main hr.hr-subtitle{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:50px;background-color:#e1e1e1;border:0}body.annul_abonnement main hr.hr-subtitle:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px;background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}body.manage_lots{text-align:center}body.manage_lots main{padding:0;padding-bottom:40px}body.manage_lots main h1{color:#291b95;font-size:28px;font-weight:700;margin:0;margin-top:40px;padding:0;text-transform:uppercase}body.manage_lots main hr.hr-h1{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:50px;background-color:#e1e1e1;border:0}body.manage_lots main hr.hr-h1:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px;background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}body.manage_lots main .alert{margin-bottom:50px}body.manage_lots main .credits{color:#999;font-size:13px;font-weight:700;text-transform:uppercase;padding:12px 24px;border:4px solid #291b95}body.manage_lots main .credits span.nb{color:#291b95;display:block;font-size:48px}body.manage_lots main .credits span.cat{color:#291b95}body.manage_lots main .credits.penalite{color:#d43f3a;border-color:#d43f3a}body.manage_lots main .credits.penalite span.cat,body.manage_lots main .credits.penalite span.nb{color:#d43f3a}body.manage_lots main h2{color:#291b95;font-size:24px;font-weight:700;margin:0;padding:0;margin-top:46px;text-transform:uppercase}body.manage_lots main hr.hr-h2{position:relative;display:inline-block;width:180px;height:1px;margin-bottom:50px;background-color:#e1e1e1;border:0}body.manage_lots .lots{text-align:left}body.manage_lots .lots button{cursor:default}body.manage_lots .lots .lot{width:100%;margin:10px 0;padding:0 20px 10px;border:1px solid #e1e1e1;-webkit-transition:box-shadow .1s ease-out;transition:box-shadow .1s ease-out}body.manage_lots .lots .lot.echange{background:transparent url(../images/common/motif-rayures.jpg) 0 0 repeat}body.manage_lots .lots .lot:hover{box-shadow:inset 0 0 0 4px #291b95}body.manage_lots .lots .lot .visuel .img-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:139px;height:99px;margin-top:14px;margin-left:14px;background-color:#e1e1e1;box-shadow:-14px -14px 0 0 #291b95}body.manage_lots .lots .lot .infos{padding:20px 0}body.manage_lots .lots .lot .infos h3{margin:8px 0;padding:0;color:#291b95;font-weight:700;font-size:18px}body.manage_lots .lots .lot .infos h3:after{content:'';display:block;width:50px;height:3px;margin-top:10px;background-color:#291b95}body.manage_lots .lots .lot .infos .info{display:inline-block;color:#291b95;font-weight:700;font-size:13px;padding-right:24px;margin-bottom:2px;border-right:2px solid #291b95}body.manage_lots .lots .lot .infos .info:not(:last-child){margin-right:20px}body.manage_lots .lots .lot .infos .info .title{color:#999;margin-right:5px}body.manage_lots .lots .lot .actions{text-align:center}body.manage_lots .lots .lot .actions a{display:inline-block;padding:0 5px;line-height:normal;margin-top:54px}body.manage_lots .lots .lot .actions button{background:none;border:0;color:inherit;padding:0 5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}body.manage_lots .lots .lot .actions a i.fa.fa-exclamation-triangle{color:#d43f3a}body.profil{text-align:center}body.profil main{padding:0;padding-bottom:40px}body.profil main h1{color:#291b95;font-size:28px;font-weight:700;margin:0;margin-top:40px;padding:0;text-transform:uppercase}body.profil main hr.hr-subtitle{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:50px;background-color:#e1e1e1;border:0}body.profil main hr.hr-subtitle:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px;background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}body.profil main .form-horizontal,body.profil main .form-horizontal .control-label{text-align:left}body.profil main .form-horizontal .control-label span.required{color:#f15025}body.profil main .form-horizontal .control-label span.info{color:#393e41}body.profil .form-group.submit-form-btn{margin-top:40px}body.qui_sommes_nous{text-align:center}body.qui_sommes_nous main{padding:0;padding-bottom:40px}body.qui_sommes_nous h1{color:#291b95;font-size:28px;font-weight:700;margin:0;margin-top:40px;padding:0;text-transform:uppercase}body.qui_sommes_nous hr{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:50px;background-color:#e1e1e1;border:0}body.qui_sommes_nous hr:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px;background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}body.qui_sommes_nous .content{text-align:left}body.comment_ca_marche{text-align:center}body.comment_ca_marche main{padding:0;padding-bottom:40px}body.comment_ca_marche h1{color:#291b95;font-size:28px;font-weight:700;margin:0;margin-top:40px;padding:0;text-transform:uppercase}body.comment_ca_marche hr{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:30px;background-color:#e1e1e1;border:0}body.comment_ca_marche hr:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px;background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}body.comment_ca_marche .content{text-align:left}body.comment_ca_marche .content h2{margin:30px 0 20px;padding:0;font-weight:700;font-size:18px;color:#291b95}body.comment_ca_marche .content h2:after{content:'';display:block;width:50px;height:3px;margin-top:10px;background-color:#291b95}body.comment_ca_marche .content span.step{display:inline-block;font-weight:700;padding:6px 12px;color:#fff;background-color:#291b95}body.comment_ca_marche .content .exemple{font-style:italic}body.comment_ca_marche .content .resume{display:block;padding:14px 18px;margin-bottom:10px;color:#fff;background-color:#291b95;text-align:center}body.comment_ca_marche .content .resume h2{margin:0;margin-bottom:10px;padding:0;font-weight:700;font-size:18px;color:#fff}body.comment_ca_marche .content .resume h2:after{content:none}body.comment_ca_marche .content .video{margin-top:20px;text-align:center}body.cgu{text-align:center}body.cgu main{padding:0;padding-bottom:40px}body.cgu h1{color:#291b95;font-size:28px;font-weight:700;margin:0;margin-top:40px;padding:0;text-transform:uppercase}body.cgu hr{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:30px;background-color:#e1e1e1;border:0}body.cgu hr:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px;background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}body.cgu .content{text-align:left}body.cgu .content h2{margin:30px 0 20px;padding:0;font-weight:700;font-size:18px;color:#291b95}body.cgu .content h2:after{content:'';display:block;width:50px;height:3px;margin-top:10px;background-color:#291b95}body.cgu .content h3{margin:24px 0 16px;padding:0;font-weight:700;font-size:16px;color:#291b95}body.sitemap{text-align:center}body.sitemap main{padding:0;padding-bottom:40px}body.sitemap h1{color:#291b95;font-size:28px;font-weight:700;margin:0;margin-top:40px;padding:0;text-transform:uppercase}body.sitemap hr.hr-subtitle{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:30px;background-color:#e1e1e1;border:0}body.sitemap hr.hr-subtitle:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px;background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}body.sitemap .content{text-align:left}body.sitemap .content h2{margin:30px 0 20px;padding:0;font-weight:700;font-size:18px;color:#291b95}body.sitemap .content h2:after{content:'';display:block;width:50px;height:3px;margin-top:10px;background-color:#291b95}body.sitemap .content h3{margin:24px 0 16px;padding:0;font-weight:700;font-size:16px;color:#291b95}body.sitemap .content a{text-decoration:underline}body.mentions_legales{text-align:center}body.mentions_legales main{padding:0;padding-bottom:40px}body.mentions_legales h1{color:#291b95;font-size:28px;font-weight:700;margin:0;margin-top:40px;padding:0;text-transform:uppercase}body.mentions_legales hr{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:30px;background-color:#e1e1e1;border:0}body.mentions_legales hr:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px;background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}body.mentions_legales .content{text-align:left}body.mentions_legales .content h2{margin:30px 0 20px;padding:0;font-weight:700;font-size:18px;color:#291b95}body.mentions_legales .content h2:after{content:'';display:block;width:50px;height:3px;margin-top:10px;background-color:#291b95}body.mentions_legales .content h3{margin:24px 0 16px;padding:0;font-weight:700;font-size:16px;color:#291b95}body.contact{text-align:center}body.contact main{padding:0;padding-bottom:40px}body.contact h1{color:#291b95;font-size:28px;font-weight:700;margin:0;margin-top:40px;padding:0;text-transform:uppercase}body.contact hr{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:30px;background-color:#e1e1e1;border:0}body.contact hr:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px;background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}body.contact .content{text-align:left;margin-bottom:10px}body.contact main .form-horizontal,body.contact main .form-horizontal .control-label{text-align:left}body.contact main .form-horizontal .control-label span.required{color:#f15025}body.contact main .form-horizontal .control-label span.info{color:#393e41}body.contact_confirm{text-align:center}body.contact_confirm main{padding:0;padding-bottom:40px}body.contact_confirm h1{color:#291b95;font-size:28px;font-weight:700;margin:0;margin-top:40px;padding:0;text-transform:uppercase}body.contact_confirm hr{position:relative;display:inline-block;width:360px;height:1px;margin-bottom:30px;background-color:#e1e1e1;border:0}body.contact_confirm hr:before{content:'';position:absolute;left:50%;top:-3px;width:107px;height:7px;margin-left:-58px;background:transparent url(../images/home/forme_soustitre_blanc.jpg) 0 0 no-repeat}
/*# sourceMappingURL=main.css.map */



/* ============================================================
                    AFFICHAGE BANDEAU COOKIE
   ============================================================ */

#cookieNotice {
    position: fixed !important;
    bottom: 20px; /* ou top: 0 si tu le veux en haut */
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999 !important; /* passe au-dessus du header */
    background-color: #efffe5;
    border: 1px solid #bdf693;
    padding: 12px 54px;
    border-radius: 6px;
    font-size: 13px;
    color: #58ae1f;
    display: flex;
    align-items: center;
    gap: 10px;
}


/* ========================================================
                  FOOTER - BANDEAU
   ======================================================== */
   
   footer {
    border-top: none !important;   /*Suppression ligne verte */
}
   
  footer {
    padding: 5px 0 !important;  /* dimension hauteur bandeau - Ajuste la hauteur ici */
} 
   
   
/* TITRES dans le footer */
footer h4, 
footer .footer-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;        /* Réglable */
    margin-bottom: 10px;
   /* color: #8bc34a;  */       /* Vert actuel – réglable */
  color: inherit; /* ✅ n’impose plus la couleur => voir en bas de css pour les couleurs globales h4*/
}

/* LIENS dans le footer */
footer a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;        /* Réglable */
    color: #ffffff !important;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
}

/* Effet hover (optionnel mais plus pro) */
footer a:hover {
    color: #8bc34a !important;
}   
 




/****************   RENDRE LE PASSWORD VISIBLE DANS LE FORMULIARE DE CONNEXION ******************/
.password-wrapper {
    position: relative;
}

.password-wrapper .form-control {
    padding-right: 42px;
}

.toggle-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    opacity: 0.6;
    user-select: none;
}

.toggle-password:hover {
    opacity: 1;
}







/* ================================================================================================================================
                                                    FILTRES DÉROULANTS – CATÉGORIES
   ================================================================================================================================ */



/* ===================================================================
   🔍 BARRE DE RECHERCHE – position & centrage
====================================================================== */

/* =========================================================
   ⚠️ BLOC VALIDÉ – NE PAS REFACTOR
   Fonctionne en interaction avec le layout global
========================================================= */

.filters-search {
  display: flex;
  justify-content: center;    /* ✅ CENTRAGE HORIZONTAL */
  width: 100%;

  margin-top: -80px;         /* ⬆️ fait MONTER la recherche das le bandeau sticky*/
  margin-bottom: 20px;       /* espace avec les filtres */
}

.filters-search-input {
  width: 100%;
  max-width: 420px;          /* largeur élégante */
  padding: 8px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 999px;
}

/* =====================================================
   🔍 ICÔNE LOUPE DANS LA BARRE DE RECHERCHE (FILTERS)
===================================================== */

.filters-search {
  display: flex;
  justify-content: center;
  width: 100%;
}

.filters-search-wrapper {
  position: relative;
  width: 100%;
  max-width: 420px; /* cohérent avec ton design */
}

.filters-search-input {
  width: 100%;
  padding-left: 38px;
}

.filters-search-wrapper::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  opacity: 0.55;
  pointer-events: none;

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
}
/* ===================================================================
   2️⃣ LIGNE DE FILTRES
====================================================================== */

#filtersForm {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}

.filters-dropdowns {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  
}

#filtersForm {
  justify-content: flex-start;
}
  

.filters-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 30px; /* ⬅️ léger décalage à droite */
}

#filtersForm {
  display: flex;
  align-items: center;
  gap: 16px;

  margin: 0;
  justify-content: flex-start; /* filtres partent de la gauche */
}

/* =============================================
   BOUTONS    3️⃣ Boutons (base commune)
================================================ */

.filter-btn {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  padding: 6px 10px;  /* ↓ hauteur / largeur des boutons */
  border-radius: 999px;   /* discretion des boutons */
  font-size: 12px;   /*taille du texte */
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.filter-btn:hover {
  background: #eaeaea;
}
/* ==========================================================
   DROPDOWNS   4️⃣ Dropdowns (menu déroulant à cocher)
============================================================= */

.filter-dropdown {
  position: relative;
}

.filter-content {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 220px;
  max-height: 260px;
  overflow-y: auto;

  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;

  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  display: none;
  z-index: 2000;
}
/* ===============================
   CHECKBOX COMPACTES
================================ */

.filter-content input[type="checkbox"] {
  transform: scale(0.8);
  margin-right: 6px;
}

/*** Alignement propre texte check box ****/
.filter-content label {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.2;
}


/* ===============================
   LARGEUR DES DROPDOWNS
================================ */

.filter-content {
  min-width: 150px;   /* largeur mini */
  max-width: 160px;   /* largeur maxi */
  width: auto;        /* surtout pas 100% */
}


/* ===============================
   TEXTE NORMAL (PAS GRAS)
================================ */

.filter-content,
.filter-content label {
  font-weight: normal;
}

.filter-dropdown.open .filter-content {
  display: block;
}

.filter-content label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  padding: 4px 0;
  cursor: pointer;
}

.filter-content label:hover {
  background: #f7f7f7;
}
/* ================================================
   ACTIONS 5️⃣ Boutons d’action (Exécuter / RAZ)
=================================================== */

.filter-btn--apply {
  background: #0073e6;
  border-color: #0073e6;
  color: #fff;
}

.filter-btn--apply:hover {
  background: #005bb5;
}

.filter-btn--reset {
  background: ##f5f5f5;
  border-color: ##f5f5f5;
  color: #333;
  text-decoration: none;
}

.filter-btn--reset:hover {
  background: #f5f5f5;
}


/* ===============================================
   OUVERTURE DES DROPDOWNS AU SURVOL
================================================== */

/* désactiver l'ancien système JS */
.filter-content {
  display: none;
}

/* ouverture au survol */
.filter-dropdown:hover .filter-content {
  display: block;
}

/* zone de survol stable */
.filter-dropdown {
  position: relative;
}

/* ===============================
   FIX GAP HOVER DROPDOWN
================================ */

.filter-dropdown {
  position: relative;
}

/* zone tampon invisible entre bouton et menu */
.filter-dropdown::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px; /* ← zone anti-gap */
}

/* menu collé au bouton */
.filter-content {
  top: 100%;
  margin-top: 0;
}



/* =================================================================
   RESPONSIVE   6️⃣ Responsive (mobile → scroll horizontal)
==================================================================== */

/*@media (max-width: 992px) {

  #filtersForm {
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .filters-dropdowns,
  .filters-actions {
    flex-shrink: 0;
  }
}*/

/* ========================================
   LAYOUT BANDEAU : recherche + filtres
==========================================*/

.filters-sticky-inner {
  max-width: 1200px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  gap: 32px;              /* ⬅️ espace recherche ↔ filtres */
  padding: 20px 10px;     /* ⬅️ hauteur / largeur du bandeau */
}

/* Recherche */
.filters-search {
  flex: 0 0 auto;
  margin: 0;
  width: auto;
  display: flex;
  justify-content: flex-start;
}

.filters-search-wrapper {
  width: 280px;
  max-width: 280px;
}

/* Input focus clean */
.filters-search-input:focus {
  outline: none;
  border-color: #291b95;
  box-shadow: 0 0 0 2px rgba(41,27,149,0.15);
 
}

/* Filtres */
#filtersForm {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  justify-content: flex-start; /* ⬅️ filtres partent de la gauche */
}

.filters-dropdowns {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}

.filters-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 16px;
}

@media (max-width: 1024px) {
  .filters-sticky-inner {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px;
  }

  .filters-search-wrapper {
    width: 100%;
    max-width: 420px;
  }
}
/* =====================================================
   CATEGORIES – GRILLE LOTS CATÉGORIES – 3 PAR LIGNE
===================================================== */

/* =========================================================
   ⚠️ BLOC VALIDÉ – NE PAS REFACTOR
   Fonctionne en interaction avec le layout global
========================================================= */

/* =====================================================
   CATEGORIES – GRILLE LOTS CATÉGORIES – 3 PAR LIGNE
===================================================== */

body.view_all_lots .lots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;

  width: 100%;
  box-sizing: border-box;
}

body.view_all_lots .lots > .lot {
  min-width: 0;
}




/* =====================================================
   CATEGORIES – DÉSACTIVATION TOTALE DU L INVERSÉ
===================================================== */

.lots .lot .visuel .img-container {
  box-shadow: none !important;
}

/* =====================================================
   CATEGORIES – DÉSACTIVATION TOTALE DES HOVERS CADRES
===================================================== */

/* aucun effet au survol */
.lots .lot:hover,
.lots .lot:hover * {
  box-shadow: none !important;
  background: none !important;
  transform: none !important;
}

/* suppression des pseudo-éléments décoratifs */
.lots .lot::before,
.lots .lot::after {
  content: none !important;
}



/* =====================================================
   CATEGORIES – FIGER LE BOUTON "VOIR LE LOT"
===================================================== */

.lots .lot .action a.btn.btn-bleu,
.lots .lot .action a.btn.btn-bleu:hover,
.lots .lot .action a.btn.btn-bleu:focus,
.lots .lot .action a.btn.btn-bleu:active {
  background-color: #291b95 !important;
  color: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

/* supprimer toute animation de hover */
.lots .lot .action a.btn.btn-bleu {
  transition: none !important;
}



/* =====================================================
   CATEGORIES – NEUTRALISATION TOTALE DU HOVER DU LOT
   (y compris séparateurs / traits)
===================================================== */

/* aucun effet hover sur la carte */
.lots .lot:hover {
  background: none !important;
}

/* neutraliser TOUS les effets déclenchés par le hover */
.lots .lot:hover *,
.lots .lot:hover *::before,
.lots .lot:hover *::after {
  background: inherit !important;
  box-shadow: none !important;
  border-color: inherit !important;
}

/* figer les séparateurs (traits) */
.lots .lot hr,
.lots .lot hr:hover {
  background: inherit !important;
  border-color: inherit !important;
}



/* =====================================================
   CATEGORIES – FIGER LES SÉPARATEURS VERTICAUX (border-right)
===================================================== */

body.view_all_lots .lots .lot .infos .infos-row .info:not(:last-child),
body.view_all_lots .lots .lot:hover .infos .infos-row .info:not(:last-child) {
  border-right-color: #291b95 !important;
}



/* =====================================================
   CATEGORIES – SUPPRESSION DU CADRE GRIS DES VIGNETTES
===================================================== */

body.view_all_lots .lots .lot .visuel .img-container {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  background: none !important;
  display: block !important;
}



/* =================================================================
   LOTS – CENTRAGE IMAGES DANS CADRES GRIS & CONTENTION DES IMAGES
==================================================================== */

.lots .lot .visuel .img-container {
  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;        /* 🔑 empêche tout débordement */
  background: #f2f2f2;     /* cadre gris maîtrisé */
}

.lots .lot .visuel img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;     /* 🔑 image entière visible */
  display: block;
}



/* =====================================================
   CATEGORIES – SUPPRESSION DES SÉPARATEURS VERTICAUX
===================================================== */

body.view_all_lots .lots .lot .infos .infos-row .info:not(:last-child),
body.view_all_lots .lots .lot:hover .infos .infos-row .info:not(:last-child) {
  border-right: none !important;
  padding-right: 0;
  margin-right: 12px; /* espace léger entre infos */
}




/* =====================================================
   CATEGORIES – TEXTE SOUS L’IMAGE (FLUX VERTICAL PROPRE)
===================================================== */

body.view_all_lots .lots .lot .row {
  display: flex;
  flex-direction: column;
}

/* image */
body.view_all_lots .lots .lot .visuel {
  margin-bottom: 12px;
}

/* bloc texte */
body.view_all_lots .lots .lot .infos {
  position: static;
  text-align: center;
  padding: 0 12px;
}

/* titre */
body.view_all_lots .lots .lot .infos h2 {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 1.25;
}

/* date */
body.view_all_lots .lots .lot .infos .date {
  display: block;
  font-size: 12px;
  opacity: 0.7;
  margin-bottom: 10px;
}

/* infos (âge, sexe, etc.) */
body.view_all_lots .lots .lot .infos-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 12px;
}

/* bouton */
body.view_all_lots .lots .lot .action {
  margin-top: 16px;
  text-align: center;
}

/* ==================================================================================
   CATEGORIES – TEXTE & BOUTON (SPÉCIFICITÉ CORRIGÉE) ALIGNEMENT FIBNAL DES TEXTES
===================================================================================== */

/* structure générale */
body.view_all_lots .lots .lot .row {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* image */
body.view_all_lots .lots .lot .visuel {
  width: 100%;
  margin-bottom: 14px;
}

/* bloc infos */
body.view_all_lots .lots .lot .infos {
  width: 100%;
  max-width: 360px;
  text-align: center;
  padding: 0 12px;
}

/* TITRE */
body.view_all_lots .lots .lot .infos h2 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #291b95;
}



/* LIGNES INFOS (âge / sexe / saison / ville…) */
body.view_all_lots .lots .lot .infos .infos-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 6px;
}

/* CHAQUE INFO */
body.view_all_lots .lots .lot .infos .infos-row .info {
  font-size: 13px;
  font-weight: 600;
  color: #291b95;
  margin: 0;
}

/* bouton */
body.view_all_lots .lots .lot .action {
  width: 100%;
  margin-top: 18px;
  display: flex;
  justify-content: center;
}




/* =====================================================
   CATEGORIES – DATE : OVERRIDE DEFINITIF
===================================================== */

body.view_all_lots .lots .lot .infos p.date {
  display: block !important;
  margin: 0 0 10px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  font-style: italic !important;
  color: #999 !important;
  opacity: 1 !important; 
}


/* =====================================================
   CATEGORIES – SUPPRESSION ESPACE HR ENTRE DATE & INFOS
===================================================== */

body.view_all_lots .lots .lot .infos hr {
  display: none !important;
}

/* =====================================================
   CATEGORIES – RESSERRER ESPACE TEXTE / BOUTON
===================================================== */

/* neutraliser la colonne bootstrap du bouton */
body.view_all_lots .lots .lot .action {
  padding: 0 !important;
  margin: 4px 0 0 !important; /* ⬅️ espace réel contrôlé */
  width: 100%;
  display: flex;
  justify-content: center;
}

/* neutraliser marges internes du bouton */
body.view_all_lots .lots .lot .action .btn {
  margin: 0 !important;
}



/* =====================================================
   CATEGORIES – RESSERRER TEXTE ↔ BOUTON (FORCE)
===================================================== */

/* 1) On contrôle l'espace entre les lignes d'infos */
body.view_all_lots .lots .lot .infos .infos-row {
  margin: 0 0 2px !important;   /* espace entre lignes */
}

/* 2) Mais la dernière ligne ne doit PAS pousser le bouton */
body.view_all_lots .lots .lot .infos .infos-row:last-child {
  margin-bottom: 0 !important;
}

/* 3) On enlève aussi toute marge/padding qui pousserait le bouton */
body.view_all_lots .lots .lot .action {
  margin-top: -28px !important;   /* ajuste ici : 0 / 4 / 6 */
  padding-top: 0 !important;
}

/* 4) Et on neutralise les marges éventuelles du bouton lui-même */
body.view_all_lots .lots .lot .action a.btn,
body.view_all_lots .lots .lot .action button.btn {
  margin: 0 !important;
}


/* =====================================================
   CATEGORIES – BOUTON "VOIR CE LOT"
===================================================== */

body.view_all_lots .lots .lot .action .btn {
  font-size: 13px;          /* ⬅️ taille du texte */
  font-weight: 600;         /* gras du texte */
  padding: 6px 14px;        /* ⬅️ taille du bouton */
  border-radius: 4px;       /* arrondi (optionnel) */

  background-color: #291b95; /* ⬅️ couleur bouton */
  color: #ffffff;            /* ⬅️ couleur texte */

  border: none;
  line-height: 1.2;
  
  /*🔹 Bouton plus petit*/
 padding: 4px 12px;

}



/* =====================================================
   CATEGORIES – TYPOGRAPHIE (TAILLES · GRAS · COULEURS)
===================================================== */


/* Titre du lot – élément principal */
body.view_all_lots .lots .lot .infos h2 {
  font-size: 16px;        /* taille titre */
  font-weight: 600;       /* gras titre */
  color: #291b95;         /* couleur principale */
  line-height: 1.3;
}


/* Infos principales (âge, sexe, saison) */
body.view_all_lots .lots .lot .infos .infos-row:first-of-type .info {
  font-size: 13px;        /* taille infos principales */
  font-weight: 600;       /* semi-gras */
  color: #291b95;         /* même couleur que le titre */
}


/* Infos secondaires (ville, département) */
body.view_all_lots .lots .lot .infos .infos-row:last-of-type .info {
  font-size: 12px;        /* plus petit */
  font-weight: 400;       /* plus léger */
  color: #666666;         /* plus discret */
}

/* Bouton "Voir ce lot" – action */
body.view_all_lots .lots .lot .action .btn.btn-bleu:hover {
  font-size: 23px;        /* taille texte bouton */
  font-weight: 600;       /* lisible */
  color: #ffffff;         /* texte bouton */
  background-color: #291b95; /* fond bouton */
}


/* DATE – forcer (p.date ou .date) */
body.view_all_lots .lots .lot .infos p.date,
body.view_all_lots .lots .lot .infos .date {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #999999 !important;
  margin: 0 0 6px !important;
  line-height: 1.2 !important;
}

/* LABELS – uniquement si tu as <span class="label"> */
body.view_all_lots .lots .lot .infos .infos-row .info .title {
  font-size: 11px !important;
  font-weight: 500 !important;
  color: #888888 !important;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}



/* =====================================================
   CATEGORIES – BOUTON "VOIR CE LOT" (OVERRIDE FINAL)
===================================================== */

/* conteneur */
body.view_all_lots .lots .lot .action {
  width: 100%;
  padding: 0 !important;
  margin-top: -26px !important;
  display: flex !important;
  justify-content: center !important;
}

/* bouton */
body.view_all_lots .lots .lot .action a.btn.btn-bleu {
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 6px 14px !important;

  background-color: #291b95 !important;
  color: #ffffff !important;

  border: none !important;
  border-radius: 4px;
  line-height: 1.2;
  text-decoration: none !important;
}


/* =====================================================
   HOVER SUR LE LOT – PAGES CATÉGORIES
===================================================== */

body.view_all_lots .lots .lot:hover h2 {
  text-decoration: underline;
}

body.view_all_lots .lots .lot:hover .visuel img {
  filter: brightness(1.05);
}  





/* ========================================
   BANDEAU STICKY – CATÉGORIES (FINAL)
==========================================*/

.filters-sticky {
  position: sticky;
  top: 0px;               /* hauteur réelle du header */
  z-index: 900;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  margin-top: 0;
}


/*========================================================================================================================================================
                    CODES DE DEBUG TABLEAU DE BORD ET PAGE GERER MES LOTS (suite passage grille 3 images sue les page catégories)
==========================================================================================================================================================*/										

/* =====================================================
   ISOLATION – DASHBOARD (neutralisation visuelle)
===================================================== */

body.dashboard_edit_user .lots .lot,
body.dashboard_edit_user .lots .lot:hover,
body.dashboard_edit_user .lots .lot:hover * {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

body.dashboard_edit_user .lots .lot::before,
body.dashboard_edit_user .lots .lot::after,
body.dashboard_edit_user .lots .lot:hover::before,
body.dashboard_edit_user .lots .lot:hover::after {
  content: none !important;
  display: none !important;
}


/* =====================================================
   DASHBOARD – DÉSACTIVER LE HOVER DES LOTS
   (préserver les traits et séparateurs normaux)
===================================================== */

body.dashboard_edit_user .lots .lot:hover,
body.dashboard_edit_user .lots .lot:hover * {
  background: inherit !important;
  box-shadow: inherit !important;
  border-color: inherit !important;
}

/* =====================================================
   DASHBOARD – FORCER LA VISIBILITÉ DES SÉPARATEURS AU HOVER
===================================================== */

/* 1️⃣ Trait sous le titre */
body.dashboard_edit_user .lots .lot h3,
body.dashboard_edit_user .lots .lot:hover h3 {
  opacity: 1 !important;
  visibility: visible !important;
}

/* si le trait est un pseudo-élément */
body.dashboard_edit_user .lots .lot h3::after,
body.dashboard_edit_user .lots .lot:hover h3::after {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

/* 2️⃣ Séparateurs verticaux entre labels */
body.dashboard_edit_user .lots .lot .info,
body.dashboard_edit_user .lots .lot:hover .info {
  opacity: 1 !important;
  visibility: visible !important;
}

/* si les séparateurs sont des border-right */
body.dashboard_edit_user .lots .lot .info:not(:last-child),
body.dashboard_edit_user .lots .lot:hover .info:not(:last-child) {
  border-right-style: solid !important;
  border-right-width: 1px !important;
}

/* DASHBOARD – verrouiller trait sous le titre */
body.dashboard_edit_user .lots .lot h3,
body.dashboard_edit_user .lots .lot:hover h3 {
  border-bottom-color: inherit !important;
}

body.dashboard_edit_user .lots .lot h3::after,
body.dashboard_edit_user .lots .lot:hover h3::after {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}


/* =====================================================
   DASHBOARD – LOTS : HOVER D’ENCADREMENT (FINAL)
===================================================== */

/* structure liste */
body.dashboard_edit_user .lots {
  display: block;
}

/* état normal du lot */
body.dashboard_edit_user .lots .lot {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

/* hover : encadrement du lot complet */
body.dashboard_edit_user .lots .lot:hover {
  background: #fafafa;
  box-shadow: 0 0 0 1px #d0d0d0;
}

/* préserver le cadre image */
body.dashboard_edit_user .lots .lot .visuel .img-container {
  background: #f2f2f2;
}

/* empêcher toute disparition d’éléments au hover */
body.dashboard_edit_user .lots .lot:hover *,
body.dashboard_edit_user .lots .lot:hover *::before,
body.dashboard_edit_user .lots .lot:hover *::after {
  opacity: 1;
  visibility: visible;
}



/* =====================================================
   DASHBOARD – SUPPRESSION DU TRAIT DÉCORATIF SOUS TITRE
===================================================== */

body.dashboard_edit_user .lots .lot .infos h3::after {
  content: none !important;
}

/* =====================================================
   DASHBOARD – SUPPRESSION DU TRAIT DÉCORATIF SOUS TITRE
===================================================== */

body.dashboard_edit_user .lots .lot .infos h3::after {
  content: none !important;
}

/* =====================================================
   DASHBOARD – FIX DERNIER TRAIT VERTICAL (FINAL)
===================================================== */

/* supprimer le séparateur FINAL à droite */
body.dashboard_edit_user .lots .lot .infos .info:last-child {
  border-right: none !important;
}

/* sécurité si le trait est généré via pseudo-élément */
body.dashboard_edit_user .lots .lot .infos .info:last-child::after,
body.dashboard_edit_user .lots .lot .infos .info:last-child::before {
  content: none !important;
}


/* =====================================================
   DASHBOARD – NE PAS ÉCRASER LE TOOLTIP DES ICÔNES
===================================================== */

body.dashboard_edit_user .lots .lot:hover .actions .tooltip,
body.dashboard_edit_user .lots .lot:hover .actions .label {
  background-color: #f28c28 !important;
}

/* =====================================================
   MANAGE LOTS – FOND ORANGE ICÔNES (COMME TDB)
===================================================== */

body.manage_lots .lots .lot:hover .actions .tooltip,
body.manage_lots .lots .lot:hover .actions .label {
  background-color: #f28c28 !important;
}

/* =====================================================
   HOVER SUR LE LOT – DASHBOARD
===================================================== */

body.dashboard_edit_user .lots .lot:hover .infos h3 {
  text-decoration: underline;
}

body.dashboard_edit_user .lots .lot:hover .visuel img {
  filter: brightness(1.05);
}



.btn-admin-mail {
    display: inline-block;
    padding: 8px 14px;
    background: #291b95;
    color: red;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
}

.btn-admin-mail:hover {
    background: #1e136e;
    color: #fff;
}

/*===============================================================================================================================================*/
 /* ****************   DEBUG PAGE GERER MES LOTS SUITE PASSAGE PAGES CATEGORIES AVEC  GRILLES IMAGES X 3 *****************************************/ 
 /*===============================================================================================================================================*/
 
 body.manage_lots hr.hr-h1,
body.manage_lots hr.hr-h2 {
  display: none;
}
body.manage_lots .lots .lot,
body.manage_lots .lots .lot * {
  background-image: none !important;
}
  
  body.manage_lots .lots .lot * {
  border-left: none !important;
  border-right: none !important;
}
 

 /*Lignes grises */
 body.manage_lots hr {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* =====================================================
   ISOLATION – MANAGE LOTS (test point 1)
===================================================== */

body.manage_lots .lots .lot.row,
body.manage_lots .lots .lot.row:hover,
body.manage_lots .lots .lot.row:hover * {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* ===========================================================
   MANAGE LOTS – SUPPRESSION DU TRAIT DÉCORATIF SOUS TITRE
============================================================== */

body.manage_lots .lots .lot .infos h3::after {
  content: none !important;
}

/* =====================================================
   MANAGE LOTS – SUPPRESSION DU HOVER DÉCORATIF IMAGE
===================================================== */

body.manage_lots .lots .lot .visuel .img-container {
  background: transparent !important;
  box-shadow: none !important;
}

/* =====================================================
                HOVER SUR LE LOT "GERER MES LOTS"
===================================================== */

body.manage_lots .lots .lot:hover .infos h3 {
  text-decoration: underline;
}

body.manage_lots .lots .lot:hover .visuel img {
  filter: brightness(1.05);
}





/* =====================================================
            RESPONSIVE
===================================================== */

@media (max-width: 992px) {
  .lots {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .lots {
    grid-template-columns: 1fr;
  }
}





/* =======================================================================================================================================================
                                           FORMULAIRE DE RECLAMATION: Sticky footer + scroll naturel
                                             (évite le footer "au milieu" quand le contenu est court)
   ================================================================================================================================================== */

html, body {
  height: 100%;
}

/* On transforme la page réclamation en layout colonne */
/*body.reclamation-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}*/

/* IMPORTANT : il faut cibler le conteneur principal de contenu
   (celui qui contient ton formulaire, mais PAS le footer)
   -> adapte UN des sélecteurs ci-dessous selon ton HTML.
*/
/* Layout colonne SANS casser les selects */
/*body.reclamation-page main {
  min-height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
}*/
/* Essai 1 (le plus fréquent) */
body.reclamation-page main {
  flex: 1 0 auto;
}

/* Essai 2 (si ton thème n'a pas <main>) */
body.reclamation-page .main {
  flex: 1 0 auto;
}
body.reclamation-page .content {
  flex: 1 0 auto;
}
body.reclamation-page #content {
  flex: 1 0 auto;
}

/* Le footer reste en bas */
body.reclamation-page footer {
  flex: 0 0 auto;
  margin-top: auto;
}

 /* Page réclamation : dégager le titre du header */
body.reclamation-page h1.page-title,
body.reclamation-page h1 {
    margin-top: 0px;
  font-weight: 700;    /* gras */
}

/* Page réclamation : réduire la taille du titre */
body.reclamation-page h1.page-title,
body.reclamation-page h1 {
    font-size: 26px;      /* ajuste si besoin */
    line-height: 1.2;
}
/* Page réclamation : centrer le titre par rapport au formulaire */
body.reclamation-page h1.page-title,
body.reclamation-page h1 {
    text-align: center;
}

/* ===============================
   PAGE RÉCLAMATION – LAYOUT UX
   =============================== */

/* ===============================
   PAGE RÉCLAMATION – LAYOUT UX FIX
   =============================== */

body.reclamation-page .reclamation-section {
    padding-top: 50px;
    padding-bottom: 80px;
}

body.reclamation-page .reclamation-form {
    margin-top: 40px;
}



/* =============================================================================================================================
                                                   PAGE ACHAT CREDIT  VIA PAYPAL
   ============================================================================================================================== */
/* titre et header */
.page-buy-credit {
    margin-top: 60px !important;
}

.page-buy-credit h1 {
    text-align: center;
}

/* Bouton bleu "Acheter 1 crédit via PayPal" */
.buy-credit-cta {
    margin-top: 40px;     /* espace AU-DESSUS du bouton */
    margin-bottom: 80px;  /* espace AVANT le footer */
}





/* ================================
   Paiement valide
================================ */

.nk-buy-credit-success {
    margin-top: 40px;
    margin-bottom: 80px;
}

.nk-success-card {
    max-width: 720px;
    margin: 0 auto;
    padding: 30px 35px;
    background: #f9f9f9;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}

.nk-success-title {
    text-align: center;
    color: #2f9e44;
    margin-bottom: 25px;
}

.nk-success-alert {
    background: #e6f4ea;
    border: 1px solid #c3e6cb;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.nk-success-main {
    font-weight: bold;
    margin-bottom: 8px;
}

.nk-success-strong {
    font-weight: bold;
    color: #2f9e44;
}

.nk-success-info {
    text-align: center;
    margin-bottom: 30px;
}

.nk-success-actions {
    text-align: center;
}

.nk-success-actions .btn {
    padding: 10px 24px;
}



/***************** BOUTONS DANS RETRAIT DE LOT => COMMENT OBTENIR UN CREDIT  ******************/
/* ================================
   Menu local - Obtenir un credit
================================ */

/* ===================================================
   MENU CREDITS LOCAL (hors header) — reuse style
=================================================== */

.nk-local-credits {
    position: relative;
    display: inline-block;
}

.nk-credits-panel--local {
    top: 100%;
    margin-top: 10px;     /* au lieu de 58px */
    right: 0;
    transform: none;
}

.nk-credits-panel--local {
    top: 100%;           /* toujours sous le bouton */
    bottom: auto;        /* IMPORTANT : annule tout ancrage haut */
    margin-top: 8px;     /* espace sous le bouton */
}

.nk-credits-panel--local {
    min-width: 840px;    /* ajuste ici */
    max-width: 580px;    /* optionnel */
}

/* Centrage du contenu du menu crédits local */
.nk-credits-panel--local {
    text-align: center;
}







 /* =========================================
   BOUTON DEMANDE D'INFO (dans retrait article)
========================================= */  
   
a.btn.btn-default.nk-btn-info-small{
  padding: 6px 10px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  height: auto !important;
  min-height: 0 !important;
}

/* Centre le bouton "Demande d’info" au-dessus de Retirer */
.details a.btn.btn-default.nk-btn-info-small{
  display: block !important;
  width: fit-content !important;
  margin: 8px auto 10px auto !important; /* top | auto-centre | bottom */
}

/* Aligner "Demande d'info" sur la même largeur que "Retirer" */
.details a.btn.btn-default.nk-btn-info-small{
  display: block !important;
  width: 320px !important;      /* même max-width que ton Retirer */
  margin: 8px 0 10px 0 !important; /* pas auto: on s'aligne sur le flux */
  text-align: center !important;
}




/*** ENVELOPPE MESSAGE INFO DANS HEADER **/
/*.nk-header-messages {
  display: flex;
  align-items: center;
  margin-left: 10px; /* ajuste si besoin */
/*}

.nk-header-messages a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #6a4c93; /* cohérent avec tes icônes */
 /* text-decoration: none;
}

.nk-header-messages a:hover {
  background: rgba(106, 76, 147, 0.08);
}

.nk-messages-icon {
  display: block;
}

/* Badge au-dessus de l’enveloppe */
/*.nk-header-messages a{
  position: relative !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nk-header-messages a{
  position: relative !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nk-header-messages .nk-msg-badge{
  position: absolute !important;
  top: -8px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;

  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #e53935;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  font-weight: 700;
  z-index: 10;
}

.table-conversations .conv-title{
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.table-conversations tr.is-unread .conv-title{
  font-weight: 800;
}

.conv-meta{
  font-size: 12px;
  opacity: .7;
  margin-top: 2px;
}

.conv-badge{
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  padding: 4px 7px;
  border-radius: 999px;
  background: #e53935;
  color: #fff;
  font-weight: 700;
}

.table-conversations .conv-action{
  text-align: right;
}   */



/* Page lot : centrer les boutons "Demande d'info" + "Retirer" sous 1151px */
@media (max-width: 1151px){
  .details{
    text-align: center;
  }

  /* boutons */
  .details a.btn.retirer,
  .details a.btn.nk-btn-info-small,
  .details button.btn.retirer{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
}


/*Titre page mes messages */
@media (max-width:1024px){

  body.messages-info .container{
    padding-top:90px;   /* ajuste si nécessaire */
  }

}










/* ================================================================
   CONTACT — STRUCTURE DESKTOP REPARATION DES MARGES
================================================================ */

body.contact main {
  padding: 40px 0;
}

body.contact #contactForm {
  max-width: 720px;        /* largeur lisible */
  margin: 40px auto 0;     /* centrage + respiration */
}

body.contact #contactForm .form-group {
  margin-bottom: 20px;     /* espace entre champs */
}

/* Texte d’intro */
body.contact .content {
  max-width: 720px;
  margin: 0 auto 24px;
}





/* ================================
   HOME — HERO SAFE (ANTI-EFFONDREMENT)
================================ */

body.home .home-banner {
    position: relative;
    min-height: 420px; /* ajuste si besoin */
}

body.home .home-banner img {
    display: block;F
    width: 100%;
    height: auto;
}

/* ===================================
   HOME — SAFE MOBILE PREP
=================================== */

@media (max-width: 576px) {

  body.home {
    overflow-x: hidden;
  }

  body.home .home-banner {
    min-height: 260px;
  }

 /*body.home .home-category-menu {
    transform: scale(0.9);  
  }*/
  

}


/*======================================================================================================================================================
                                            ADAPTATION OU REMPLACEMENT V1 EN CSS V2 POUR RESPONSIVE
========================================================================================================================================================*/
/* ==============================
   DESKTOP
============================== */
@media (min-width: 1025px) {
  .nk-header-tablet {
    display: none !important;
  }
}

/* ==============================
   TABLETTE
============================== */
@media (max-width: 1024px) {
  .nk-header {
    display: none !important;
  }
}

/* =====================================================
   FIX VISIBILITÉ — ICÔNES MAISON & BURGER
   (NOUVEAU HEADER)
===================================================== */

/* Le bloc gauche devient le repère */
.nk-header__left {
    position: relative;
}

/* Icône maison */
.nk-header__left .nav-home {
    position: relative;
    left: 0;
    top: 0;
}

/* Menu burger */
.nk-header__left .nk-menu-wrapper {
    position: relative;
}

.nk-header__left {
    display: flex;
    align-items: center;
    gap: 14px;
}



/*=========================================================
1️⃣ HEADER FIXE — STRUCTURE GLOBALE
=========================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;

  background: #ffffff;
  border-bottom: 2px solid #eae7dd;
}

body {
  padding-top: 90px;
}

/*=========================================================
2️⃣ CONTENEUR PRINCIPAL DU HEADER
=========================================================*/
.nk-header {
  width: 100%;
}

/*.nk-header__inner {
  max-width: 1280px;
  height: 90px;

  margin: 0 auto;
  padding: 0 24px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}*/

.nk-header__inner {
  max-width: 1280px;
  min-height: 90px;   /* ← clé */
  
  margin: 0 auto;
  padding: 0 24px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*=========================================================
3️⃣ ZONES DU HEADER (GAUCHE / CENTRE / DROITE)
=========================================================*/
.nk-header__left,
.nk-header__center,
.nk-header__right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nk-header__center {
  flex-direction: column;
  align-items: center;
  line-height: 1.1;
}

/*=========================================================
4️⃣ LOGO NIPPEKIDS (DÉCO IDENTIQUE)
=========================================================*/
.nk-logo a {
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -2px;
  text-decoration: none;
}

.nk-l1,
.nk-l2,
.nk-l3,
.nk-l4,
.nk-l5,
.nk-l6 
.nk-l7 {
   color: #291b95;  /* color: #34c924;*/
}


.nk-l8
 {
  color: #fff;
}

.nk-l9,
.nk-20
 {
  color: #291b95;
}

.nk-21
 {
  color: #fff;
}


.nk-22,
.nk-23,
.nk-24,
.nk-25
 {
  color: #291b95;
}




.nk-logo-subline {
  margin-top: 6px;
  font-size: 13px;
  color: #34c924;
  white-space: nowrap;
}

.nk-logo-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nk-logo {
  text-align: center;
}

.nk-logo-subline {
  margin-top: 6px;
  font-size: 13px;
  color: #34c924;
  white-space: nowrap;
  text-align: center;
}



/* POSITIONNEMENT DU SLOGAN PRINCIPAL  sous le logo : uniquement "Échangez en toute simplicité !" */
body.home header .nk-slogan-main {
  display: inline;
  font-weight: 400;
  color: #291b95; /* bleu nippekids*/
}

body.home header .nk-slogan-secondary {
  display: none !important;
}


/* POSITIONNEMENT DU SLOGAN SECONDAIRE  sous l'image bébés : uniquement "Économique, Écologique et Convivial" */
/*body.home .home-hero-image::after {
  content: "Économique, Écologique et Convivial";
  display: block;
  margin-top: 12px;
  text-align: center;

  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #34c924; /*vert Nippekids */
/*}*/



/* Slogan principal sous le logo – partout */
header .nk-slogan-main {
  display: block;
   font-weight: 400;
  color: #291b95;
}

header .nk-slogan-secondary {
  display: none;
}


@media (max-width: 838px) and (min-width: 750px) {
    body.home .home-hero-image::after {
        margin-top: 50px; /* ajuste la valeur */
    }
}





/*=========================================================
5️⃣   OPTION PHRASE "ICI CHACUN PEUT ......." SUR IMAGE BEBES - OPTION A DECOMMENTER SI NECESSAIRE
=========================================================*/
/*.home-banner {
  position: relative;
}

.home-banner-text {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  max-width: 750px;
  text-align: center;

  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;

  text-decoration: none;

  text-shadow: 0 3px 12px rgba(0,0,0,0.6);
  padding: 0 20px;

  z-index: 2;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.home-banner-text:hover {
  transform: translate(-50%, -50%) scale(1.03);
  opacity: 0.9;
}

@media (max-width: 1024px) {
  .home-banner-text {
    display: none;
  }
}*/







/***** IMAGE "UNE HISTOIRE DE PARTAGE" *****/
.home-banner {
  position: relative;
}

.home-banner-overlay {
  position: absolute;
  top: 20%;        /* position verticale */
  left: 50%;       /* position horizontale */
  transform: translate(-50%, -50%);
  z-index: 3;
  display: block;
}

.home-banner-overlay-img {
  width: 300px;     /* taille réglable */
  max-width: 80vw;  /* sécurité responsive */
  height: auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
}

.home-banner-overlay:hover .home-banner-overlay-img {
  transform: scale(1.05);
  opacity: 0.9;
}

@media (max-width: 500px) {
    .home-banner-overlay {
        display: none;
    }
}


/* Invisible par défaut */
.home-banner-mobile-link {
    display: none;
}


/**** LIEN "A DECOUVRIR" SUR IMAGE MOBILE ECRAN ACCUEIL ****/

/* Par défaut (desktop) → caché */
.hero-decouvrir-link {
  display: none;
}

@media (max-width: 500px) {

  .hero-decouvrir-link {
    position: relative;
    display: block;
    text-align: center;
    margin-top: -40px; /* ajuste selon hauteur souhaitée */
    z-index: 10;

    color: #ffffff;
    text-decoration: underline;
    font-weight: 400;
  }

}


/*=========================================================
5️⃣ ICÔNE MAISON
=========================================================*/
.nav-home a {
  border: none;
}

.nav-home a::before,
.nav-home a::after {
  content: none;
}

.nav-home svg {
  width: 25px !important;
  height: 25px !important;
    margin-top: 14px;   /* 🔧 ajuste ici : 2px, 3px, 4px */
}
/* Suppression de l'ancien fond Nippekids sous la Maison */
.nav-container {
    background: transparent !important;
    border: none !important;
}


/* SUPPRESSION DU TRAIT HOVER SUR L’ICÔNE MAISON */

.nav-home a,
.nav-home a:hover {
  border: none !important;
}

/*=========================================================
6️⃣ MENU BURGER CATÉGORIES (BURGER — HOVER DESKTOP)
=========================================================*/
.nk-menu-wrapper {
  position: relative;
}

/* 🔧 Réglage horizontal de l’icône burger */
.nk-menu-wrapper {
  left: -10px;   /* ➜ vers la droite */
    top: 0px;   /* vertical */
}

.nk-menu-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.nk-menu-toggle svg {
  stroke: #6a4c93;
  stroke-width: 2;
}

.nk-menu-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;

  background: #ffffff;
  border-radius: 8px;
  padding: 12px 16px;
  min-width: 200px;

  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.nk-menu-wrapper:hover .nk-menu-panel {
  display: block;
}

.nk-menu-panel a {
  display: block;
  padding: 6px 0;
  text-decoration: none;
  color: #444;
  font-weight: 500;
}

.nk-menu-panel a:hover {
  color: #6a4c93;
}

.nk-menu-panel a[href*="deposer"] {
  font-weight: 700;
  color: #6a4c93;
}



.nk-menu-panel a {
  font-size: 13px;
  line-height: 1.35;
}




/* =====================================================
   MENU BURGER — TRAITS SÉPARATEURS (IDENTIQUES À MON COMPTE)
===================================================== */

.nk-menu-panel a + a {
    border-top: 1px solid #eee;
}
/*=========================================================
1️⃣1️⃣ ICÔNE AIDE — COMMENT ÇA MARCHE
========================================================= */
.nk-header-help a {
  background: none;
  text-decoration: none;
}

.nk-help-icon {
  width: 24px;
  height: 24px;
  color: #291b95;
}


/* ===================================================
   BLOC CRÉDITS – HEADER (MANUEL, DÉCO INCHANGÉE)
=================================================== */

/* 📌 Conteneur global crédits (repère maître) */
.nk-header-credits {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    position: absolute;          /* 🔑 position manuelle assumée */
    right: 165px;                /* 🔧 RÉGLAGE HORIZONTAL (← →) */
    top: 22px;                   /* 🔧 RÉGLAGE VERTICAL (↑ ↓) */

    gap: 8px;
    line-height: 1.1;

    font-size: 13px;
    white-space: nowrap;
    color: #000;

    z-index: 1500;
}

/* Ligne "Tu possèdes X crédits" */

      /* Crédits – forcer une graisse plus fine */
.user-name {
  font-weight: 100; /* normal */
}



/* Titre / labels */
.nk-credits-heading,
.nk-credits-label {
    font-weight: 600;
	color : rgb(41, 27, 149);
}

/* Espacement texte */
.nk-credits-label {
    margin-right: 4px;
}

/* Bouton texte "Les crédits, comment ça marche ?" */
.nk-credits-toggle {
    all: unset;
    cursor: pointer;

    font-size: 12px;
    line-height: 1;
    color: #291b95;
}




/*REGALGE D'ALIGNEMENT DES ICONES DU BLOC GAUCHE)*/

.nk-header svg {
  height: 22px;
  width: auto;
}

.nk-header__left,
.nk-header__right {
  display: flex;
  align-items: center;
}
.nk-header svg {
  transform: translateY(1px);
}


/* ===================================================
   MENU DÉROULANT CRÉDITS — SIMPLE & RÉGLABLE
=================================================== */

.nk-credits-panel {
    display: none;
    position: absolute;
	

    /* ===============================
       🔒 ANCRAGE (NE PLUS TOUCHER)
       Le menu est positionné par rapport
       au bloc .nk-header-credits
    =============================== */
    top: 150%;
    left: -1050%;
    transform: translateX(-50%);

    /* ===============================
       🔧 RÉGLAGES UTILISATEUR
    =============================== */
    margin-top: 14px;        /* ↑ ↓ hauteur du menu */
    max-width: 520px;        /* largeur max du fond */
    padding: 16px 20px;      /* confort intérieur */

    /* ===============================
       🎨 VISUEL
    =============================== */
    background: #f3eef8;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
    box-sizing: border-box;

    /* Le fond s’adapte au contenu */
       width: auto;

    z-index: 2000;
}

.nk-credits-panel {
  white-space: normal;
}

/* Affichage du menu */
.nk-credits-panel.open {
    display: block;
}

.nk-credits-panel * {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

/* =====================================================
   BOUTON "ACHETER UN CRÉDIT" (DÉCO IDENTIQUE)
===================================================== */

.nk-buy-credit-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-top: 8px;

    background-color: transparent;
    color: #000;

    font-size: 13px;
    font-weight: 600;
    text-decoration: none;

    border: 1px solid #2f9e44;
    border-radius: 4px;

    transition: background-color 0.2s ease, color 0.2s ease;
	text-align: center;
}

.nk-buy-credit-btn:hover {
    background-color: #2f9e44;
    color: #291b95;
    text-decoration: none;
}

/* =====================================================
   ÉTAT DÉSACTIVÉ + TOOLTIP (INCHANGÉ)
===================================================== */

.nk-buy-credit-btn.disabled {
    opacity: 0.45;
    cursor: not-allowed;
    position: relative;
}

/* Tooltip */
.nk-buy-credit-btn.has-tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: #222;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 1000;
}

/* Flèche */
.nk-buy-credit-btn.has-tooltip::before {
    content: '';
    position: absolute;
    bottom: 110%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #222 transparent transparent transparent;
    opacity: 0;
    transition: opacity 0.2s ease;
}

/* Apparition au survol */
.nk-buy-credit-btn.has-tooltip:hover::after,
.nk-buy-credit-btn.has-tooltip:hover::before {
    opacity: 1;
}


/* ==================================================
   ICÔNE INFO ACHAT CREDIT — CERCLE BLANC (CRÉDITS)
===================================================== */

.nk-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    /* Taille du cercle */
    width: 20px;
    height: 20px;

    /* Cercle */
    background: #ffffff;
    border: 1.5px solid #6a4c93;
    border-radius: 50%;

    /* Texte "i" */
    font-size: 12px;
    font-weight: 800;
    font-family: Arial, sans-serif;
    line-height: 1;
    color: #6a4c93;

    /* Interaction */
    cursor: pointer;
    user-select: none;

    /* 🔧 ESPACEMENT FIN */
    margin-left: 6px;   /* espace avec le texte */
    margin-top: 0;      /* neutralisé → stabilité */

    /* Sécurité */
    box-sizing: border-box;
}

/* Hover discret */
.nk-info-icon:hover {
    background: #f4f0fa;
}




/* =====================================================
   PANEL CRÉDITS HEADER DESKTOP – VERSION AÉRÉE & PLUS LÉGÈRE
   ===================================================== */

.nk-credits-panel {
    background: #fafafa;
    padding: 24px 28px;
    border-radius: 8px;
    color: #333;                 /* noir adouci */
    line-height: 1.6;
    font-size: 14px;
}

/* Titre principal du panel */
.nk-credits-panel strong {
    display: block;
    font-weight: 600;            /* moins gras que 700 */
    font-size: 15px;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
    color: #222;                 /* légèrement plus contrasté */
}

/* Paragraphes */
.nk-credits-panel p {
    margin-bottom: 12px;
}

/* Séparer les sections visuellement */
.nk-credits-panel p + p {
    margin-top: 6px;
}

/* Bouton achat crédit */
.nk-credits-panel .btn,
.nk-credits-panel button {
    margin-top: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding: 8px 16px;
    border-radius: 6px;
}

/* Légère ombre douce pour moderniser */
.nk-credits-panel {
    box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}










/* =========================================================
   MON COMPTE — POSITION FIXE DE L’ICÔNE (NE BOUGE JAMAIS)
========================================================= */


/* Conteneur global */
.nk-compte-wrapper {
  position: absolute;
  right: 75px;     /* 🔧 réglage horizontal global */
  top: 17px;       /* 🔧 réglage vertical global */
  width: 60px;     /* largeur fixe → stabilité */
  text-align: center;
}

/* Toggle = repère */
.nk-compte-toggle {
  position: relative;
  height: 52px;    /* hauteur FIXE */
}

.nk-compte-toggle svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

  width: 25px;      /* 🔧 augmente ici */
  height: 25px;     /* 🔧 idem */
}


/* TEXTE (prénom / se connecter) */
.user-name {
  display: block;
  font-size: 1.1rem;
  line-height: 1;
  margin-bottom: 4px;
  white-space: nowrap;
}

/* ICÔNE — SORTIE DU FLUX */
.nk-compte-toggle svg {
  position: absolute;
  bottom: 0;       /* 🔒 ANCRAGE */
  left: 50%;
  transform: translateX(-50%);
}

/* MENU DÉROULANT */
.nk-compte-panel {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 170px;
  background: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
  z-index: 2000;
}

.nk-compte-panel.open {
  display: block;
}

.nk-compte-panel a[href*="deposer"] {
  font-weight: 700;
  color: #6a4c93;
}



/*Positionnement du prénom */
.nk-compte-toggle {
  position: relative;
  height: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

/* Prénom */
.user-name {
  font-size: 1.1rem;
  line-height: 1.1;
  margin-bottom: 6px;
  white-space: nowrap;
}

/*réglage hauteur du prénom */
.nk-compte-toggle .user-name {
  margin-top: 8px;   /* ajuste : 1px, 2px, 3px */
}


.nk-compte-wrapper:hover .nk-compte-panel {
  display: block;
}

/* 🔗 PONT DE HOVER ENTRE TOGGLE ET MENU */
.nk-compte-wrapper::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 30px;          /* 🔧 ajuste : 8–16px */
}

/* =====================================================
   MENU MON COMPTE — STYLE IDENTIQUE AU MENU BURGER
===================================================== */

.nk-compte-panel a {
    display: block;
    padding: 8px 0;          /* même rythme que le burger */
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

/* Hover identique burger */
.nk-compte-panel a:hover {
    color: #291b95;
}

/* Espacement régulier entre les entrées */
.nk-compte-panel a + a {
    border-top: 1px solid #eee;
}



/* =====================================================
   MON COMPTE — ALIGNEMENT TYPO AVEC MENU BURGER
===================================================== */

.nk-compte-panel a {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18.5714px;
  color: rgb(68, 68, 68);
}

/* =====================================================
   MON COMPTE — PRÉNOM ALIGNÉ SUR STYLE "CRÉDIT"
===================================================== */

.nk-compte-toggle .user-name {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 12.1px;
  color: rgb(0, 0, 0);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
}


/* =====================================================
   HEADER DESKTOP — CENTRAGE RÉEL DU LOGO (isolé de tablette)
   ===================================================== */
@media (min-width: 1025px) {

  /* base de référence */
  .nk-header__inner {
    position: relative;
  }

  /* bloc central : logo + slogan */
  .nk-header__center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;

    /* sécurité visuelle */
    white-space: nowrap;
    pointer-events: auto;
  }

}


/* ============================================================
   IMAGE BÉBÉS — HOME PAGE (DESKTOP)
   ============================================================ */
/*.home-banner {
    width: 100%;
    height: 88vh;
    min-height: 480px;
    max-height: 700px;
    overflow: hidden;
    position: relative;  */
}

/* Image pilotée manuellement */
/*.home-banner img {
    position: absolute;
    top: -180px;           /* 🔼 coupe le haut */
  /*  left: 0;
  /*  width: 100%;
    height: auto;          /* respect du ratio */
 /*   display: block;
}   */




/* ============================================================
   IMAGE HOME — AFFICHAGE RÉEL (SANS RECADRAGE CSS)
   ============================================================ */

 .home-banner{
    width: 100%;
    position: relative;
}

.home-banner img {
    display: block;
    width: 100%;
    height: auto;
}



/* ============================================================
   BLOC CATÉGORIES AVEC ŒIL — HOME PAGE (DESKTOP)
   ============================================================ */

/* Conteneur du menu (rattaché au hero) */
.home-banner {
    position: relative; /* ancrage sûr */
}

.home-hero-menu {
    position: absolute;
    bottom: 90px;              /* ↔️ position stable depuis le bas          108*/
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
}

/* --- Œil --- */
.hero-search-icon {
    margin-bottom: 12px;
}

/* Style général de l'œil */
.icon-eye {
    width: 28px;
    height: 28px;
    stroke: #ffffff;
    stroke-width: 2;
}


/* --- Catégories --- */
.hero-categories {
    white-space: nowrap;
}

.hero-categories a {
    display: inline-block;
    margin: 0 18px;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
}

/* Hover volontaire, discret */
.hero-categories a:hover {
    text-decoration: underline;
}


/****************************
 STABILISATION DES ICÔNES HEADER
 (Desktop – base propre pour responsive)
****************************/

/* Empêche les déplacements verticaux entre pages */
html {
    overflow-y: scroll;
}

/* Wrapper du bouton "Mon compte" : zone stable */
.nk-compte-wrapper {
    display: flex;
    justify-content: center;   /* centre dans sa colonne */
    align-items: center;
}

/* Bouton interne : largeur et alignement stables */
.nk-compte-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 120px;          /* stabilité visuelle */
    white-space: nowrap;      /* empêche retour à la ligne */
}





/*=================================================================================================
  PAGES HOME PRÉSENTATION
  VÊTEMENTS – JEUX & JOUETS – LIVRES & MÉDIAS – ÉQUIPEMENTS
===================================================================================================*/

/* =====================================================
   CATEGORIES – TITRE
===================================================== */

/* Supprimer le trait sous le titre */
body.view_all_lots hr.hr-subtitle {
    display: none;
}

/* Titre de page catégories */
body.view_all_lots h1 {
    margin-top: 58px;
    margin-bottom: 16px; /* espace maîtrisé avant la grille */
}


 /* ======================================================================================================
          STYLISATION DES CADRES DE PRESENTATION DES CATEGORIES DES LOTS (sous l'image homepage)
   ======================================================================================================= */ 

          /*********SECTION BLANCHE (telle que référencée en classe dans le home.php) **************/

 body.home section.vetements.white {                 
    background-color: #f8f8f8  !important;   /*Gérer couleur de fond de la section #f8f8f8  */
    padding: 60px 0;    /*Marge du titre catégorie */
} 
   
  body.home section.vetements.white h2 {
    color: #6a4c93 ! inherit;;    /*Gérer la couleur des TITRES catégories uniquement*/
} 

body.home section.vetements.white .row,
body.home section.vetements.white .row * {
    color: #6a4c93 !important;   /* Gérer la couleur du TEXTE interne */
     font-weight: 480; /* Epaisseur du texte interne 300 = fin, 400 = normal, 500 = medium, 600 = semi-bold */
}

body.home section .btn-gris.see-all {
    color: #291b55 !important;                 /*Styliser les boutons VOIR TOUS LES LOTS DE VETEMENTS séparément */
    background: white !important;
}

 body.home section.vetements.white .btn-gris.see-all {
    color: #291b55 !important;         /*Styliser les boutons VOIR TOUS LES LOTS DE VETEMENTS séparément */
	background: white !important;
	
}  
   
/* Changer uniquement la couleur de la bordure au survol bouton VOIR TOUS LES LOTS*/
body.home section.vetements.white .btn-gris.see-all:hover {
    border-color: #291b55 !important; /* Nouvelle couleur de bordure au hover */
}

/* L inversé dans les sections blanches */
/*body.home section.white .lot .visuel .img-container {
    box-shadow: -10px -10px 0 0 #7A5FFF !important; */  /* épaisseur + couleur */
/*}*/
   
/* L inversé inhibé */
body.home section.white .lot .visuel .img-container {
    box-shadow: none;
}
   
   
     /*******************SECTION BLEUE (telle que référencée en classe dans le home.php) *********************/
						
body.home section.jeux-et-jouets.blue {
    background-color: #f8f8f8 !important;  /*Gérer couleur de fond de la section #f8f8f8*/
    padding: 60px 0;  /*Marge du titre catégorie */
}   
   
 body.home section.jeux-et-jouets.blue h2 {
    color: #6a4c93 ! inherit;;        /*Gérer la couleur des TITRES catégories uniquement*/
}  
   
body.home section.jeux-et-jouets.blue .row,
body.home section.jeux-et-jouets.blue .row * {
    color: #6a4c93 !important;   /* /* Gérer la couleur du TEXTE interne */
	  font-weight: 480; /* Epaisseur du texte interne 300 = fin, 400 = normal, 500 = medium, 600 = semi-bold */
}   
   
 body.home section.jeux-et-jouets.blue .btn-gris.see-all {
    color: #291b55 !important;         /*Styliser les boutons VOIR TOUS LES LOTS DE VETEMENTS séparément */
	background: white !important;
}  
   
 /* Changer uniquement la couleur de la bordure au survol bouton VOIR TOUS LES LOTS*/
body.home section.jeux-et-jouets.blue .btn-gris.see-all:hover {
    border-color: #6a4c93 !important; /* Nouvelle couleur de bordure au hover */
}  

/* L inversé dans les sections bleues */
/*body.home section.blue .lot .visuel .img-container { */
  /*  box-shadow: -10px -10px 0 0 #000000 !important;*/ /* exemple : blanc */
/*}*/

/* L inversé inhibé */
body.home section.blue .lot .visuel .img-container {
    box-shadow: none;
}
   






/* DESKTOP — cadre gris image home */
body.home .lot,
body.home .lot .visuel {
  background: transparent !important;
}

body.home .lot .img-container {
  width: 100%;
  max-width: 260px;

  aspect-ratio: 1 / 1;
  background: #eee;

  display: flex;
  justify-content: center;
  align-items: center;

  margin: 0 auto 12px;
  overflow: hidden;
}

body.home .lot .img-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}















/************************* REGLAGE COMMUNS AUX 2 SECTIONS BANCS ET BLEUS *************************/

/*Suppression ligne sous le titre catégorie + réglage hauteur du titre h2 de catégorie  */

body.home section hr {
    display: none !important;
}

body.home section h2 {
    margin-bottom: 20px !important; /* tu peux mettre 0 */
    padding-bottom: 0 !important;
}

/* Modification du petit trait sous les titres h3 des lots sur la home */
body.home .infos h3::after {
    background-color: #291b55 !important; /* couleur du trait */
    height: 1px !important;               /* épaisseur */
    width: 40px !important;               /* longueur du trait */
}


/* Bouton "Voir ce lot" dans les blocs (infos) de la home */

/* État normal + visité (sans le hover)*/
body.home .infos .btn-bleu,
body.home .infos .btn-bleu:visited {
    color: #ffffff !important;      /* <- couleur du texte */
    background-color: #291b95 !important;  /* fond par défaut si tu veux #6a4c93*/
}

/* Bouton "voir ce lot" avec le Hover (survol) */
body.home .infos .btn-bleu:hover {
    color: #ffffff !important;      /* couleur du texte au survol */
    background-color: #34c924 !important;  /* fond au survol   #4a2ea7 */
}

/*--- Bouton voir ce lot -Couleur du texte  ---- */
body.home .lot .infos a.btn.btn-bleu,
body.home .lot .infos a.btn.btn-bleu * {
    color: #ffffff !important;      /* couleur du texte */	
	 position: relative;
    top: 12px;
}




/* Cadre détaché autour du lot au survol */
/*body.home section .lot:hover { */
 /*   box-shadow: inset 0 0 0 1px #291b55 !important; */ /* Épaisseur + couleur */
/*}*/

/*Hover cadre détaché autour des image désactivé ! */
body.home section .lot:hover {
    box-shadow: none;
}


/* ===================================================
   MENU CREDITS LOCAL (hors header) — SAFE RESPONSIVE => EN PLUS DU CODE V1 D2BUT CSS
=================================================== */

.nk-local-credits {
    position: relative;
    display: inline-block;
}

.nk-credits-panel--local {
    top: 100%;
    right: 0;
    bottom: auto;
    margin-top: 8px;

    width: 100%;
    max-width: 580px;    /* largeur desktop */
    min-width: 280px;    /* sécurité mobile */

    text-align: center;
}
@media (max-width: 1024px) {
    .nk-credits-panel--local {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}




/* ===================================================
  DEBUG  NK LOCAL CREDITS – POSITIONNEMENT CORRIGÉ
=================================================== */

.nk-credits-panel--local {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;

  z-index: 9999;
  max-width: 580px;
  width: calc(100% - 40px);

  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  border-radius: 6px;
  padding: 20px;
}


/* ==================================================================================================================================
                                      LOT DÉTAIL — suppression définitive
                                       du bloc "Paiement sécurisé" dans la page retrait du lot
   ================================================================================================================================= */
/*Suppression du bloc gris */
body.view_lot .aides-container .paiement {
  display: none !important;
}

/* =========================================================
   VIEW LOT — RESET STRUCTUREL BLOC AIDES (DESKTOP INCLUS)
========================================================= */

/* 1. La row devient un conteneur unique */
body.view_lot .aides-container .row {
  display: block !important;
}

/* 2. TOUTES les colonnes passent en pleine largeur */
body.view_lot .aides-container .col-xs-6 {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* 3. Supprimer physiquement la colonne vide */
body.view_lot .aides-container .col-xs-6:empty {
  display: none !important;
}

/* 4. Centrage réel du bloc gris */
body.view_lot .aides-container .comment-ca-marche {
  margin: 0 auto !important;
  max-width: 420px; /* ajuste si besoin */
}



/* =====================================================
   PAGE LOT — corriger séparation fantôme (margin-collapse)
   ===================================================== */

/* NOTE (2026-02)
   Ligne grise fine visible sous le header sur la page lot.
   Investigations complètes effectuées (éléments, pseudo, shadow, margins).
   Aucun rattachement CSS fiable identifié.
   Artefact de rendu (Chrome / fixed header / sous-pixel).
   Décision : laisser en l’état (non bloquant).
*/






/* Supprimer le soulignement du titre de lot au hover */
body.view_all_lots .lots .lot h2,
body.view_all_lots .lots .lot h2 a {
  text-decoration: none;
}

body.view_all_lots .lots .lot:hover h2,
body.view_all_lots .lots .lot:hover h2 a {
  text-decoration: none;
}





/* Alignement du "Proposé par.... " sous le titre du lot */

body.view_lot .fiche .details h1,
body.view_lot .fiche .details p.membre {
  text-align: left;
}

body.view_lot .fiche .details p.membre {
  margin: 6px 0 0 0;
}

/*Alignement Publié le ...  */
body.view_lot .fiche .details p.membre,
body.view_lot .fiche .details p.date {
  text-align: left;
  margin-left: 0;
  padding-left: 0;
}



/* ==================================================================================================================================
                                               PAGE GERER MES ARTICLES 
											          DESKTOP
   ================================================================================================================================= */

/* Remonter le titre h1 */
body.manage_lots main h1 {
  margin-top: 20px; /* remonte le titre */
}


/*Créer un espace entre le titre h1 et ke cadre du  dessous  */
body.manage_lots main h1 {
  margin-top: 20px;
  margin-bottom: 30px; /* espace vers le cadre */
}



/* =====================================================
   GÉRER MES ARTICLES — Masquer le compteur global
===================================================== */

body.manage_lots .credits.total-credits {
  display: none;
}




/* =====================================================
   GÉRER MES ARTICLES — TRAIT ET COULEURS DE SEPARATIONS ENTRE LES LOTS
===================================================== */

/***** MES LOTS PROPOSES *****/
body.manage_lots .lots-proposes .lot > .col-md-12 {
    background: rgba(76, 175, 80, 0.05) !important; /* vert très doux */
    border-radius: 8px;
    padding: 20px;
}

body.manage_lots .lots-proposes .lot.row {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

body.manage_lots .lots-proposes .lot.row::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(41,27,149,0.2); 
}

body.manage_lots .lots-proposes .lot > .col-md-12 {
    border-bottom: 1px solid rgba(0,0,0,0.2) !important;  /* rendre letrait de séparation entre articles plus foncé => agir sur le 0.2 */
    padding-bottom: 25px;
    margin-bottom: 25px;
}





/***** MES LOTS RETIRES *****/


body.manage_lots .lots-retires .lot > .col-md-12 {
    background: rgba(41,27,149,0.05) !important;
    border-radius: 8px;
    padding: 20px;
}


body.manage_lots .lots-retires .lot.row {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

body.manage_lots .lots-retires .lot.row::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(41,27,149,0.2); 
}

body.manage_lots .lots-retires .lot > .col-md-12 {
    border-bottom: 1px solid rgba(0,0,0,0.2) !important;  /* rendre letrait de séparation entre articles plus foncé => agir sur le 0.2 */
    padding-bottom: 25px;
    margin-bottom: 25px;
}


/***********************************************************************************************************************************************
*                                                                                                                                              *
*                                                           TABLETTE     RESPONSIVE                                                            *
*                                                                                                                                              * 
************************************************************************************************************************************************/   


/* =============================================================================================================================================
                                      PAGES LINÉAIRES — RESPONSIVE SAFE
================================================================================================================================================ */


/* =====================================================
   PAGE LINÉAIRE — COMMENT CA MARCHE (RESPONSIVE SAFE)
===================================================== */

body.comment_ca_marche main { 
  margin-top: 0 !important;
}
body.comment_ca_marche {
  overflow-x: hidden;
}

/* On travaille UNIQUEMENT dans le contenu */
body.comment_ca_marche main {
  overflow-x: hidden;
}

/* Container fluide */
body.comment_ca_marche main .container {
  width: 100%;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

/* Neutralisation Bootstrap locale (contenu seulement) */
body.comment_ca_marche main .row {
  margin-left: 0;
  margin-right: 0;
}

body.comment_ca_marche main [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

body.comment_ca_marche h1 {
    margin-top: 0px;   /* ou 0 si tu veux très tendu */
}

body.comment_ca_marche {
  padding-top: 0 !important;
}

/* Typographie mobile */
@media (max-width: 576px) {

  body.comment_ca_marche main h1 {
    font-size: 1.6rem;
  }

  body.comment_ca_marche main h2 {
    font-size: 1.3rem;
  }

  body.comment_ca_marche main p,
  body.comment_ca_marche main li {
    font-size: 0.95rem;
    line-height: 1.5;
  }

}


/* Respiration header → titre (tablette large et desktop) */
@media (min-width: 1024px) {
  body.comment_ca_marche main > .container {
    padding-top: 155px; /* ajuste si besoin : 40–56px */
  }
}

/* Comment ça marche — compensation header tablette */
@media (max-width: 1023px) {
  body.comment_ca_marche main > .container {
    padding-top: 95px;
  }
}
/* =====================================================
   PAGE LINÉAIRE — CGU (RESPONSIVE SAFE)
===================================================== */

body.cgu {
  overflow-x: hidden;
}

body.cgu main {
  overflow-x: hidden;
}

/* Container fluide */
body.cgu main .container {
  width: 100%;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

/* Neutralisation Bootstrap locale */
body.cgu main .row {
  margin-left: 0;
  margin-right: 0;
}

body.cgu main [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/* Typographie mobile + padding sécurité */
@media (max-width: 576px) {

  body.cgu main {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.cgu main h1 {
    font-size: 1.6rem;
  }

  body.cgu main h2 {
    font-size: 1.3rem;
  }

  body.cgu main p,
  body.cgu main li {
    font-size: 0.95rem;
    line-height: 1.5;
  }

}


@media (max-width: 1023px){
  body.cgu main .container > h1{
    margin-top: 60px !important;
  }
}

/* =====================================================
   PAGE LINÉAIRE — QUI SOMMES-NOUS (RESPONSIVE SAFE)
===================================================== */

body.qui_sommes_nous main .container {
    padding-top: 1px;
}


body.qui_sommes_nous {
  overflow-x: hidden;
}

body.qui_sommes_nous main {
  overflow-x: hidden;
}

/* Container fluide */
body.qui_sommes_nous main .container {
  width: 100%;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

/* Neutralisation Bootstrap locale */
body.qui_sommes_nous main .row {
  margin-left: 0;
  margin-right: 0;
}

body.qui_sommes_nous main [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/* Sécurité padding mobile (structure legacy) */
@media (max-width: 576px) {

  body.qui_sommes_nous main {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.qui_sommes_nous main h1 {
    font-size: 1.6rem;
  }

  body.qui_sommes_nous main h2 {
    font-size: 1.3rem;
  }

  body.qui_sommes_nous main p,
  body.qui_sommes_nous main li {
    font-size: 0.95rem;
    line-height: 1.5;
  }

}

body.qui_sommes_nous {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.qui_sommes_nous main {
  flex: 1;
}




/* Compensation header tablette */
@media (max-width: 1024px) {
  body.qui_sommes_nous main > .container {
    padding-top: 60px;
  }
}


/* =====================================================
   PAGE LINÉAIRE — POLITIQUE DE CONFIDENTIALITÉ
===================================================== */

body.politique_confidentialite main .container {
    padding-top: 1px;
}

body.politique_confidentialite {
  overflow-x: hidden;
}

body.politique_confidentialite main {
  overflow-x: hidden;
}

/* Container fluide */
body.politique_confidentialite main .container {
  width: 100%;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

/* Neutralisation Bootstrap locale */
body.politique_confidentialite main .row {
  margin-left: 0;
  margin-right: 0;
}

body.politique_confidentialite main [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}


/*Marge sous le bouton "Retour à l'accueil" */
body.account-deleted .btn-bleu {
    margin-bottom: 90px;
}


/* Marge sous le bouton suppression en mobile */
@media (max-width: 480px) {
  body.profil .submit-form-btn button.btn.btn-danger {
    margin-bottom: 20px !important;
  }
}

/*Réglage du bouton "Supprimer définitivement mon compte" */


@media (max-width: 480px) {

  body.profil .col-xs-12.text-center > a.btn-danger {
    width: auto;                 /* plus 100% */
    display: inline-block;       /* permet centrage */
    margin: 20px auto 0 auto;    /* espace au-dessus */
    padding: 8px 16px;           /* réduit la hauteur */
    font-size: 10px;             /* plus petit */
  }

}


/* Sécurité padding mobile (structure legacy) */
@media (max-width: 576px) {

  body.politique_confidentialite main {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.politique_confidentialite main h1 {
    font-size: 1.6rem;
  }

  body.politique_confidentialite main h2 {
    font-size: 1.3rem;
  }

  body.politique_confidentialite main p,
  body.politique_confidentialite main li {
    font-size: 0.95rem;
    line-height: 1.5;
  }

}

/* Footer collé en bas */
body.politique_confidentialite {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.politique_confidentialite main {
  flex: 1;
}

/* Compensation header tablette */
@media (max-width: 1024px) {
  body.politique_confidentialite main > .container {
    padding-top: 70px;
  }
}

body.politique_confidentialite main h1{
  text-align: center;
  font-weight: 650; /* ou 800 si tu veux plus gras */
}


/* =====================================================
   PAGE LINÉAIRE — MENTIONS LÉGALES / COOKIES (RESPONSIVE SAFE)
===================================================== */

body.mentions_legales {
  overflow-x: hidden;
}

body.mentions_legales main {
  overflow-x: hidden;
}

/* Container fluide */
body.mentions_legales main .container {
  width: 100%;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

/* Neutralisation Bootstrap locale */
body.mentions_legales main .row {
  margin-left: 0;
  margin-right: 0;
}

body.mentions_legales main [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/* Sécurité mobile (structure legacy) */
@media (max-width: 576px) {

  body.mentions_legales main {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.mentions_legales main h1 {
    font-size: 1.6rem;
  }

  body.mentions_legales main h2 {
    font-size: 1.3rem;
  }

  body.mentions_legales main p,
  body.mentions_legales main li {
    font-size: 0.95rem;
    line-height: 1.5;
  }

}

/* Compensation header tablette */

@media (max-width: 1023px){
  body.mentions_legales main .container > h1{
    margin-top: 70px !important;
  }
}



/* =====================================================
   PAGE LINÉAIRE — PLAN DU SITE (RESPONSIVE SAFE)
===================================================== */

body.sitemap {
  overflow-x: hidden;
}

body.sitemap main {
  overflow-x: hidden;
}

/* Container fluide */
body.sitemap main .container {
  width: 100%;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

/* Neutralisation Bootstrap locale */
body.sitemap main .row {
  margin-left: 0;
  margin-right: 0;
}

body.sitemap main [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/* Listes : lisibles en mobile */
body.sitemap main ul {
  padding-left: 18px;
}

body.sitemap main ul ul {
  padding-left: 16px;
}

/* Sécurité mobile (structure legacy) */
@media (max-width: 576px) {

  body.sitemap main {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.sitemap main h1 {
    font-size: 1.6rem;
  }

  body.sitemap main h2 {
    font-size: 1.3rem;
  }

  body.sitemap main li,
  body.sitemap main p {
    font-size: 0.95rem;
    line-height: 1.5;
  }

}

/* Compensation header tablette */
@media (max-width: 1023px) {
    body.sitemap main .container > h1 {
        margin-top: 70px !important;
    }
}

/* =====================================================
   PAGE LINÉAIRE — CONTACT (RESPONSIVE FINAL)
===================================================== */

/* Base : neutralisation header */
body.contact {
  padding-top: 0 !important;
}

/* Position du contenu (desktop) */
body.contact main > .container {
  padding-top: 40px;
}


/* =========================================
   CONTACT — container maîtrisé
========================================= */

body.contact main > .container {
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
/* =========================
   MOBILE (≤ 576px)
========================= */
@media (max-width: 576px) {

  body.contact main h1 {
    font-size: 1.6rem;
  }

  body.contact main p {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  body.contact #contactForm {
    max-width: 100%;
    margin-top: 24px;
  }

  body.contact #contactForm .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
  }

  body.contact #contactForm .control-label {
    margin-bottom: 6px;
    text-align: left;
    font-size: 0.85rem;
  }

  body.contact #contactForm .col-xs-5,
  body.contact #contactForm .col-xs-7,
  body.contact #contactForm .col-xs-12 {
    float: none !important;
    width: 100% !important;
  }

  body.contact input.form-control,
  body.contact textarea.form-control {
    width: 100%;
    font-size: 0.95rem;
  }

  body.contact .submit-form-btn {
    margin-top: 20px;
  }
}

/* =========================
   TABLETTE & SMALL DESKTOP (≤ 991px)
========================= */
@media (max-width: 991px) {

  /* Neutralisation Bootstrap */
  body.contact main .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.contact #contactForm .col-xs-5,
  body.contact #contactForm .col-xs-7,
  body.contact #contactForm .col-xs-12 {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.contact .form-horizontal .control-label,
  body.contact .form-horizontal .form-group > div {
    float: none !important;
    width: 100% !important;
    text-align: left !important;
  }

  /* Cadre du formulaire */
  body.contact #contactForm {
    max-width: 680px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  /* Titre centré */
  body.contact main h1 {
    text-align: center;
  }
}

/* CONTACT — recentrage container desktop large */
@media (min-width: 1180px) {
  body.contact main > .container {
    margin-left: auto;
    margin-right: auto;
  }
}


}
/* CONTACT — recentrer le bloc texte sous le titre (≤ 991px) */
@media (max-width: 991px) {

  body.contact .content.row {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

}
/* CONTACT — container fluide sous 1180px */
@media (max-width: 1180px) {

  body.contact main > .container {
    width: 100% !important;
    max-width: 100% !important;
  }

}





/* =====================================================
   PAGE LINÉAIRE — FORMULAIRE DE CONTACT
===================================================== */


.info-retrait {
  background: #fff8e1;
  padding: 14px 18px;
  border-left: 4px solid #ff9800;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.5;
}

.info-icon {
  margin-right: 8px;
}

.highlight-red {
  color: #d32f2f;
  font-weight: 700;
}






/* =====================================================
   PAGE LINÉAIRE — CONFIRMATION CONTACT ENVOYE
===================================================== */

/* CONTACT — page confirmation : pousser le footer en bas */
body.contact_confirm main {
  min-height: calc(100vh - 240px);
}

/* CONTACT — correction centrage container sous 1180px */
@media (max-width: 1180px) {

  body.contact_confirm main > .container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }

}



/* =====================================================
   PAGE RÉCLAMATION FORMULAIRE— FIX OFFSET & CENTRAGE
===================================================== */


/* =====================================================
   MESSAGE DE CONFIRMATION MAIL DE RECLAMATION
===================================================== */
.nk-alert-success {
  background: #eaf6ef;
  border-left: 5px solid #2e8b57;
  padding: 16px 20px;
  margin: 20px 0;
  border-radius: 6px;
  font-size: 15px;
}



/* Autoriser les dropdowns (select) */
body.reclamation-page .reclamation-section,
body.reclamation-page .row,
body.reclamation-page .well {
  overflow: visible !important;
}


/* SUPPRIMER L’OFFSET BOOTSTRAP (cause du glissement) */
@media (max-width: 1199px) {

  body.reclamation-page .col-md-offset-2 {
    margin-left: 0 !important;
  }

}

/* =========================================
   RÉCLAMATION — Augmenter l’espace sous le H1 (desktop)
========================================= */

@media (min-width: 1025px) {

  body.reclamation-page h1.page-title {
    margin-bottom: 32px; /* ajuste : 24 / 32 / 40 */
  }

}


/* Recentrage propre du bloc */
@media (max-width: 1199px) {

  body.reclamation-page .container {
    width: 100%;
    max-width: 100%;
  }

  body.reclamation-page .row {
    display: flex;
    justify-content: center;
  }

}


/* =========================================
   RÉCLAMATION — COMPENSATION HEADER FIXED
========================================= */

/* Desktop + tablette */
body.reclamation-page {
  padding-top: 120px; /* valeur stable */
}

/* Ajustement tablette */
@media (max-width: 1024px) {
  body.reclamation-page {
    padding-top: 140px; /* header plus haut ici */
  }
}



/* =========================================
   RÉCLAMATION — DÉCOLLER LA SECTION DU HEADER
   (même logique que le formulaire)
========================================= */

@media (max-width: 1025px) {

  body.reclamation-page .reclamation-section {
    padding-top: 140px; /* ajuste 120–160 si besoin */
  }

}


/* =========================================
   RÉCLAMATION — Réduire le H1 ≤ 600px
========================================= */

@media (max-width: 600px) {

  body.reclamation-page h1.page-title {
    font-size: 24px;     /* ajuste : 18 / 20 / 22 */
    line-height: 1.25;
  }

}


/* =========================================
   RÉCLAMATION — Plus d’espace sous le H1 ≤ 1025px
========================================= */

@media (max-width: 1025px) {

  body.reclamation-page h1.page-title {
    margin-bottom: 42px; /* ajuste : 24 / 32 / 40 */
  }

}













/* ===================================================
              PAGE CONNEXION
   ================================================= */


  /* CONTAINER — FLUIDE SOUS 1200px*/
 

@media (max-width: 1199px) {
  html body .container {
    width: auto;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}



  /* LAYOUT GLOBAL — STICKY FOOTER*/


html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
}

/*AJUSTEMENT TITRE H1*/


@media (max-width: 1024px) {
  body.connexion main h1 {
    margin-top: 60px;
  }
}

/*ESPACE AVANT H2*/
   

@media (max-width: 992px) {
  body.connexion main .connexion h2,
  body.connexion main .inscription h2 {
    margin-top: 20px;
  }
}

/*  H1 PLUS PETIT EN MOBILE*/
  

@media (max-width: 700px) {
  body.connexion main h1 {
    font-size: 22px;
    line-height: 1.3;
  }
}

/* H2 PLUS PETIT EN MOBILE */

@media (max-width: 700px) {
  body.connexion main .connexion h2,
  body.connexion main .inscription h2 {
    font-size: 18px;
    line-height: 1.3;
  }
}

/* BOUTONS PLUS COMPACTS */

@media (max-width: 600px) {
  body.connexion a.btn.btn-orange,
  body.connexion button.btn.btn-bleu {
    font-size: 16px;
    padding: 6px 18px;
  }
}


/* ===========================================================================================================
                                    PAGE INSCRIPTION / CREER UN COMPTE
   =============================================================================================================*/
   
   /* CONTAINER FLUIDE ET CENTRÉ */

@media (max-width: 1200px) {
  body.inscription main > .container {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* CONTAINER RESPONSIVE */

@media (max-width: 1200px) {

  html body.inscription main > .container {
    width: auto !important;
    max-width: 100% !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    box-sizing: border-box;
  }

}


/*  AJUSTEMENT MARGE TITRE H1 */

@media (max-width: 1024px) {
  body.inscription main h1 {
    margin-top: 60px;
  }
}


/* H1 PLUS PETIT EN MOBILE */

@media (max-width: 700px) {
  body.inscription main h1 {
    font-size: 22px;
    line-height: 1.3;
  }
}

/* MASQUER SLASH + INFOS (MOBILE */

/*@media (max-width: 600px) {

  /* On neutralise tout le label */
 /* body.inscription main .form-horizontal .control-label {
    font-size: 0;
  }

  /* On réaffiche uniquement "Champ obligatoire" */
 /* body.inscription main .form-horizontal .control-label span.required {
    font-size: 13px;
    display: inline-block;
  }

  /* Sécurité : cacher explicitement les infos */
  /*body.inscription main .form-horizontal .control-label span.info {
    display: none;
  }
} */

/* =========================================
   INSCRIPTION — MENTIONS SOUS LES CHAMPS
   ≤ 509px
========================================= */

@media (max-width: 509px) {

  body.inscription form.form-horizontal .form-group > .col-xs-7,
  body.inscription form.form-horizontal .form-group > .col-xs-5 {
    float: none;
    width: 100%;
  }

  /* Mention sous le champ */
  body.inscription form.form-horizontal .form-group > .col-xs-5 {
    margin-top: 6px;
    padding-left: 0;
    text-align: left;
    font-size: 12px;
    line-height: 1.3;
  }

}

/* =========================================
   INSCRIPTION — ALIGNER LES MENTIONS SOUS LE CHAMP
   ≤ 509px
========================================= */

@media (max-width: 509px) {

  body.inscription form.form-horizontal
  .form-group > label.col-xs-5.control-label {
    padding-left: 15px;   /* alignement Bootstrap */
    margin-left: 0;
  }

}



/* BOUTONS RADIOS PLEINE LARGEUR
   (sans casser les champs + labels à droite) */

@media (max-width: 1024px) {

  /* Annuler les marges Bootstrap uniquement pour le groupe radios */
  body.inscription main
  .form-group:has(.label-for-radio-inline) {
    margin-left: 0;
    margin-right: 0;
  }

  /* Le conteneur des radios prend toute la largeur */
  body.inscription main
  .form-group:has(.label-for-radio-inline) > .col-xs-7 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

}



/* =========================================================================================================================
                                                 PAGE GERER MES ARTICLES
   ========================================================================================================================*/

/****** Forcer le passage du texte sous l'image *****/

@media (min-width: 992px) and (max-width: 1130px) {

  body.manage_lots .lot .row {
    display: flex;
    flex-wrap: wrap;
  }

  body.manage_lots .lot .visual,
  body.manage_lots .lot .infos {
    width: 100%;
  }

  body.manage_lots .lot .infos {
    padding-top: 10px;
  }

}


/**** Faire réapparaitre le titre h1 *****/

@media (max-width: 1024px) {

  /* 1) On NE change pas le layout : on revient en flow normal */
  body.manage_lots main,
  body.manage_lots main > .container {
    display: block !important;
  }

  /* 2) On réserve l'espace du header fixe */
  body.manage_lots main {
    padding-top: 120px !important; /* ajuste 100/120/140 */
  }

  /* 3) On force le titre à être visible et au-dessus */
  body.manage_lots main h1 {
    display: block !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 2 !important;
    margin: 0 0 20px !important;  /* espace sous le titre */
  }

  /* 4) On descend le cadre sous le titre (sans le remonter sous le header) */
  body.manage_lots .nk-credits-panel,
  body.manage_lots .credits-panel,
  body.manage_lots .credits-box,
  body.manage_lots .row {
    position: relative;
    z-index: 1;
    margin-top: 0 !important;
  }

}

/**** Réduire les titres h2 ****/

@media (max-width: 600px) {
  body.manage_lots main h1 {
    font-size: 22px;   /* ajuste : 16 / 18 / 20 */
    margin-top: 16px;  /* optionnel : réduit aussi l’air vertical */
  }
}

@media (max-width: 600px) {
  body.manage_lots main h2 {
    font-size: 18px;   /* ajuste : 16 / 18 / 20 */
    margin-top: 20px;  /* optionnel : réduit aussi l’air vertical */
  }
}

/* =====================================================
   MANAGE LOTS — RÉDUIRE ESPACE INFOS / ACTIONS
   < 1131px
===================================================== */
@media (max-width: 1130px) {

  body.manage_lots .lots .lot .actions {
    margin-top: -44px;
	 margin-bottom: 44px;
    padding-top: 0;
  }

}

/* =====================================================
   MANAGE LOTS — Icônes actions plus petites en mobile
   ===================================================== */
@media (max-width: 600px) {

  body.manage_lots .lots .lot .actions i.fa {
    font-size: 1.6em; /* au lieu de 2em */
  }

}


/* =====================================================
   MANAGE LOTS — Hauteur titre h1
===================================================== */
/* =====================================================
   MANAGE LOTS — Remonter H1 dès 800px
   (surcharge du padding-top:120px !important)
===================================================== */
@media (max-width: 800px) {

  body.manage_lots main {
    padding-top: 80px !important;  /* ajuste: 70 / 80 / 90 */
  }

  body.manage_lots main h1 {
    margin-top: 0 !important;
    margin-bottom: 16px !important; /* optionnel */
  }

}





/* =====================================================
   MANAGE LOTS — Déplacer le bloc icônes < 500px
===================================================== */
@media (max-width: 992px) {

  body.manage_lots .lots .lot .actions {
    width: 100% !important;
    max-width: 100% !important;

    margin-top: 8px;
    margin-left: 0;

    display: flex;
    justify-content: flex-start;
    padding-left: 22px;
  }

}

/* =====================================================
   MANAGE LOTS — Remonter le bloc icônes
   ≤ 991px
===================================================== */
@media (max-width: 992px) {

  body.manage_lots .lots .lot .actions {
    margin-top: 0px;   /* ajuste : -12 / -16 / -20 / -24 */
  }

}


/* =====================================================
   MANAGE LOTS — Icônes plus fines ≤ 992px
===================================================== */
@media (max-width: 992px) {

  body.manage_lots .lots .lot .actions i.fa {
    font-size: 1.7em !important; /* écrase fa-2x (2em) */
    opacity: 0.85;
  }

}

/* =====================================================
   MANAGE LOTS — Empeche décalage étoile vers le haut ≤ 992px
===================================================== */
@media (max-width: 992px) {

  body.manage_lots .lots .lot .actions a,
  body.manage_lots .lots .lot .actions button {
    margin: 0 6px; /* espace gauche / droite */
  }

}



/* =====================================================
   MANAGE LOTS — Déplacer le bloc icônes < 500px
===================================================== */
@media (max-width: 500px) {

  body.manage_lots .lots .lot .actions {
    width: 100% !important;
    max-width: 100% !important;

    margin-top: 8px;
    margin-left: 0;

    display: flex;
    justify-content: flex-start;
    padding-left: 12px;
  }

}

/* =====================================================
   MANAGE LOTS — Remonter le bloc icônes
   ≤ 991px
===================================================== */
@media (max-width: 500px) {

  body.manage_lots .lots .lot .actions {
    margin-top: 0px;   /* ajuste : -12 / -16 / -20 / -24 */
  }

}


/* =====================================================
   MANAGE LOTS — Icônes plus fines ≤ 992px
===================================================== */
@media (max-width: 500px) {

  body.manage_lots .lots .lot .actions i.fa {
    font-size: 1.4em !important; /* écrase fa-2x (2em) */
    opacity: 0.85;
  }

}


/* =====================================================
   MANAGE LOTS — Gérer les couleurs des icones
===================================================== */


/* 🔍 Voir l'article */
body.manage_lots .lots .lot .actions i.fa-search {
  color: #291b95;
}

/* ✏️ Modifier */
body.manage_lots .lots .lot .actions i.fa-pencil {
  color: #291b95;
}

/* 🗑️ Supprimer */
body.manage_lots .lots .lot .actions i.fa-trash {
  color: #291b95;
}

/* ⭐ Notation */
body.manage_lots .lots .lot .actions i.fa-star {
  color: #291b95;
}

/* ⚠️ Signalement */
body.manage_lots .lots .lot .actions i.fa-exclamation-triangle {
  color: red;
}



/* ====================================================================================== */
/*                             PAGE MOT DE PASSE OUBLIE                                   */
/* ====================================================================================== */
/* Compensation header mobile */
@media (max-width: 1024px) {
  body.forgot-password .forgot-offset {
    padding-top: 90px !important;
  }
}


/* ============================= */
/* PAGE MOT DE PASSE OUBLIE — LAYOUT PROPRE */
/* ============================= */

body.forgot-password {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.forgot-password main {
  flex: 1 0 auto;
}

body.forgot-password footer {
  margin-top: auto;
}


/* Titre H1 */
@media (max-width: 600px) {

  body.forgot-password main h1 {
    font-size: 22px !important;  /* ajuste si besoin */
  }

}


/* Bouton */
@media (max-width: 600px) {

  body.forgot-password .btn-bleu {
    font-size: 14px !important;    /* texte plus petit */
    padding: 10px 18px !important; /* moins haut et moins large */
  }

}


@media (max-width: 600px) {

  body.forgot-password .form-container {
    padding-left: 15px;
    padding-right: 15px;
  }

}


/* ======================================================================== */
/*                            PAGE COMPTE SUPPRIMÉ                          */
/* ========================================================================= */

/* ============================= */
/* PAGE COMPTE SUPPRIMÉ — LAYOUT PROPRE */
/* ============================= */

body.account-deleted {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.account-deleted main {
  flex: 1 0 auto;
}

body.account-deleted footer {
  margin-top: auto;
}

@media (max-width: 1024px) {
  body.account-deleted .account-offset {
    padding-top: 90px !important;
  }
}



@media (max-width: 867px) {

  body.account-deleted {
    min-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
  }

  body.account-deleted main {
    flex: 1 0 auto !important;
  }

  body.account-deleted footer {
    margin-top: auto !important;
  }

}
/* Titre H1 */
@media (max-width: 600px) {

  body.account-deleted main h1 {
    font-size: 22px !important;  /* ajuste si besoin */
    line-height: 1.25;
  }

}

/*Bouton Retour à l'accueil  */
@media (max-width: 600px) {

  body.account-deleted .btn-bleu {
    font-size: 14px !important;
    padding: 10px 18px !important;
  }

}


/* ============================================================================================================
                                                 PAGE MODIFIER UN ARTICLE
   ========================================================================================================== */

/* =========================================
   MODIFIER UN ARTICLE — CONTAINER FLUIDE
   ========================================= */

@media (max-width: 1200px) {
  body.mod_lot main > .container {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
    box-sizing: border-box;
  }
}

/* =========================================
   MODIFIER UN ARTICLE — MARGE CONFORT
   ========================================= */

@media (max-width: 1200px) {
  body.mod_lot main > .container {
    margin-left: 16px;
    margin-right: 16px;
  }
}

/* =========================================
   MODIFIER UN ARTICLE — ESPACE H1 / HEADER
   ========================================= */

@media (max-width: 1024px) {
  body.mod_lot main h1 {
    margin-top: 90px;
  }
}

/* =========================================
   MODIFIER UN ARTICLE — H1 PLUS PETIT MOBILE
   ========================================= */

@media (max-width: 600px) {
  body.mod_lot main h1 {
    font-size: 22px;
    line-height: 1.3;
  }
}

/* =========================================
   MODIFIER ARTICLE — MENTIONS SOUS LES CHAMPS
   ≤ 509px
========================================= */

@media (max-width: 603px) {

  body.mod_lot form.form-horizontal .form-group > .col-xs-7,
  body.mod_lot form.form-horizontal .form-group > .col-xs-5 {
    float: none;
    width: 100%;
  }

  /* Mention sous le champ */
  body.mod_lot form.form-horizontal .form-group > .col-xs-5 {
    margin-top: 6px;
    padding-left: 0;
    text-align: left;
    font-size: 12px;
    line-height: 1.3;
  }

}

/* =========================================
   MODIFIER ARTICLE — ALIGNER PILE SOUS LE CADRE
   ≤ 509px
========================================= */

@media (max-width: 603px) {

  body.mod_lot form.form-horizontal
  .form-group > label.col-xs-5.control-label {
    padding-left: 15px;   /* 🔑 aligne visuellement avec le champ */
    margin-left: 0;
  }

}

/* =========================================
   MODIFIER ARTICLE — INFOS IMAGES SOUS CADRE
========================================= */

@media (max-width: 450px) {

  /* Le groupe images devient une colonne */
  body.mod_lot main
  .form-group:has(#imagesInputContainer) {
    display: flex;
    flex-direction: column;
  }

  /* Cadre images en premier */
  body.mod_lot main
  #imagesInputContainer {
    width: 100%;
    order: 1;
    margin-bottom: 12px;
  }

  /* Bloc infos (nb photos / poids) en dessous */
  body.mod_lot main
  .form-group:has(#imagesInputContainer) > .control-label {
    width: 100%;
    order: 2;
    padding-left: 0;
    margin-bottom: 16px;
  }

}

/* =========================================
   MODIFIER ARTICLE — INFOS IMAGES CENTRÉES
========================================= */

@media (max-width: 450px) {

  body.mod_lot main
  .form-group:has(#imagesInputContainer) {
    display: flex;
    flex-direction: column;
    align-items: center; /* 🔑 centrage horizontal */
  }

  /* Cadre images */
  body.mod_lot main
  #imagesInputContainer {
    width: 100%;
    order: 1;
    margin-bottom: 12px;
  }

  /* Bloc infos images centré */
  body.mod_lot main
  .form-group:has(#imagesInputContainer) > .control-label {
    width: auto;              /* 🔑 ne plus forcer 100% */
    max-width: 90%;
    order: 2;
    padding: 10px 12px;
    margin: 0 auto 16px;
    text-align: center;
  }

}


/* =========================================
   MODIFIER ARTICLE — BOUTON PLUS PETIT MOBILE
========================================= */

@media (max-width: 550px) {

  body.mod_lot main button.btn.btn-bleu {
    font-size: 15px;        /* ↓ texte */
    padding: 6px 20px;      /* ↓ hauteur + largeur */
    font-weight: 600;       /* un peu moins massif */
  }

}


   
/* =========================================
   SUPPRIMER ARTICLE — DÉCOLLER LE TITRE
========================================= */

@media (max-width: 1024px) {
  body.delete_lot main h1 {
    margin-top: 90px;
  }
}

/* SUPPRESSION DES SEPARATEURS BLEUS ******/
@media (max-width: 1025px) {
  body.delete_lot .infos-row .info {
    border-right: none !important;
    margin-right: 0;
    padding-right: 0;
  }
}




/**** PASSAGE DES BOUTONS SOUS LE TEXTE ET IMAGE ********/

@media (max-width: 1100px) {

  body.delete_lot .lot .row {
    display: flex;
    flex-wrap: wrap;
  }

  body.delete_lot .lot .visual,
  body.delete_lot .lot .infos {
    width: 100%;
  }

  body.delete_lot .lot .action {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}

/*** AUGNTER MARGE EN IMAGE ET BLOC TEXTE ****/

@media (min-width: 1101px) {
  body.delete_lot .lot .infos {
    padding-left: 24px;
  }
}


/*** TAILLE DU TITRE H1 ******/
@media (max-width: 600px) {
  body.delete_lot main h1 {
    font-size: 22px;
    line-height: 1.25;
  }
}


/*** TAILLE DES BOUTONS ******/
@media (max-width: 600px) {
  body.delete_lot .btn {
    font-size: 14px;
    padding: 6px 16px;
  }
}


/*** ESPACE VERTICAL ENTRE LES DEUX BOUTONS *****/
@media (max-width: 418px) {
  body.delete_lot .lot .action a.btn {
    display: block;
    margin: 9px auto;
  }
}


/* ====================================================================================
                          PAGE RETIRER UN ARTICLE
   ==================================================================================== */
   
  /* =========================================
   RETIRER ARTICLE — DÉCOLLER LE TITRE
========================================= */

@media (max-width: 1024px) {
  body.get_lot main h1 {
    margin-top: 90px; /* ajuste si besoin */
  }
}
   
/* =========================================
   RETIRER ARTICLE — Boutons sous l’image
   ≤ 1100px
========================================= */

/* =========================================
   RETIRER ARTICLE — Boutons sous image,
   texte conservé à droite
   ≤ 1100px
========================================= */

@media (max-width: 1100px) {

  body.get_lot .lot .row {
    display: flex;
    flex-wrap: wrap;
  }

  /* Image + texte restent côte à côte */
  body.get_lot .lot .visuel {
    width: auto;
  }

  body.get_lot .lot .infos {
    width: auto;
  }

  /* Boutons passent en dessous */
  body.get_lot .lot .actions {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }

}

/* =========================================
   RETIRER ARTICLE — Conserver espace image / texte
   ≤ 1200px
========================================= */

@media (max-width: 1200px) {

  body.get_lot .lot .infos {
    padding-left: 20px;   /* ajuste : 16 / 20 / 24 */
  }

}

/* =========================================
   RETIRER ARTICLE — Supprimer séparateurs
   Layout vertical < 1025px
========================================= */

@media (max-width: 1025px) {

  body.get_lot .infos-row .info {
    border-right: none !important;
    margin-right: 0;
    padding-right: 0;
  }

}

/* =========================================
   RETIRER ARTICLE — Garder texte à droite
   jusqu’à 500px
========================================= */

@media (min-width: 993px) {

  body.get_lot .lot.row {
    display: flex;
    align-items: flex-start;
  }

  /* Image à gauche */
  body.get_lot .lot.row > .visuel {
    flex: 0 0 140px;        /* largeur image maîtrisée */
  }

  /* Texte à droite */
  body.get_lot .lot.row > .infos {
    flex: 1 1 auto;
    padding-left: 20px;
    min-width: 0;
  }

  /* Boutons restent en dessous */
  body.get_lot .lot.row > .actions {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }

}

@media (max-width: 600px) {

  body.get_lot main h1 {
    font-size: 22px;      /* ajuste : 20 / 22 / 24 */
    line-height: 1.25;
    margin-bottom: 16px;
  }

}

/* =========================================
   RETIRER ARTICLE — Boutons plus petits
   ≤ 600px
========================================= */

@media (max-width: 600px) {

  body.get_lot .btn {
    font-size: 14px;      /* ajuste : 13 / 14 / 15 */
    padding: 6px 16px;    /* ajuste si besoin */
  }

}



/* =========================================
   RETIRER ARTICLE — ALERTES AVEC MARGES
   ≤ 1200px
========================================= */

@media (max-width: 1200px) {

  body.get_lot .row > .alert {
    margin-left: 15px;
    margin-right: 15px;
  }

}

/* ====================================================================================
                          PAGE CONFIRMATION RETRAIT D'UN ARTICLE
   ==================================================================================== */


/* =========================================
   CONFIRMATION RETRAIT — CONSERVER LES MARGES
   ≤ 1200px
========================================= */

@media (max-width: 1200px) {

  body.confirm_get_lot .row {
    margin-left: 0;
    margin-right: 0;
  }

}

/* =========================================
   CONFIRMATION RETRAIT — DÉCOLLER LE TITRE
   ≤ 1024px
========================================= */

@media (max-width: 1024px) {

  body.confirm_get_lot main h1 {
    margin-top: 90px;
  }

}
/* =========================================
   CONFIRMATION RETRAIT — H1 PLUS PETIT MOBILE
   ≤ 600px
========================================= */

@media (max-width: 600px) {

  body.confirm_get_lot main h1 {
    font-size: 22px;
    line-height: 1.3;
  }

}
/* =========================================
   CONFIRMATION RETRAIT — REMONTER LE H1
   ≤ 500px
========================================= */

@media (max-width: 500px) {

  body.confirm_get_lot main h1 {
    margin-top: 60px;   /* 🔑 au lieu de 90px */
  }

}

/* =========================================
   CONFIRMATION RETRAIT — ESPACE AU-DESSUS
   DU CADRE JAUNE
   ≤ 500px
========================================= */

@media (max-width: 500px) {

  body.confirm_get_lot .alert.alert-warning {
    margin-top: 20px;   /* 🔑 ajuste si besoin (16–24px) */
  }

}



/* ====================================================================================
                          PAGE EVALUER UN RETRAIT
   ==================================================================================== */

/* =========================================
   EVALUER UN ECHANGE — ESPACE SOUS HEADER
   ≤ 1024px  TITRE H1
========================================= */

@media (max-width: 1024px) {

  body.eval_echange main h1 {
    margin-top: 120px;
  }

}


/* =====================================================
   EVALUATION ÉCHANGE — TEXTE SOUS IMAGE
   ≤ 1166px
===================================================== */

@media (max-width: 1166px) {

  /* 1️⃣ Le vrai conteneur devient flex */
  body.eval_echange .lot form.form-horizontal {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  /* 2️⃣ Image reste à gauche */
  body.eval_echange .lot .visual {
    width: 120px;           /* ajuste si besoin */
    flex: 0 0 auto;
  }

  /* 3️⃣ TEXTE passe SOUS l’image */
  body.eval_echange .lot .infos {
    order: 10;              /* après l’image */
    width: 100%;
    padding-top: 28px;
    padding-left: 0;
  }

  /* 4️⃣ Étoiles restent à droite */
  body.eval_echange .lot .rating {
    order: 2;
    flex: 1 1 auto;
    text-align: center;
  }

  /* 5️⃣ Bouton reste à droite */
  body.eval_echange .lot .actions {
    order: 3;
    flex: 0 0 auto;
  }

}


/* Ajustement du texte par rapport au début de l'image */
@media (max-width: 1166px) {

  body.eval_echange .lot .infos {
    padding-left: 12px;  /* 👈 aligne sous l’image */
  }

}


/* SUPPRESSION DES SÉPARATEURS BLEUS — EVALUER UN ÉCHANGE */
@media (max-width: 1025px) {
  body.eval_echange .infos-row .info {
    border-right: none !important;
    margin-right: 0;
    padding-right: 0;
  }
}


/* =========================================
   EVALUER UN ÉCHANGE — REMONTER LE H1
   ≤ 1024px
========================================= */

@media (max-width: 1024px) {

  body.eval_echange main h1 {
    margin-top: 80px;   /* ajuste si besoin : 50 / 55 / 65 */
  }

}

/* =========================================
   EVALUER UN ÉCHANGE — H1 PLUS PETIT
   ≤ 900px
========================================= */

@media (max-width: 900px) {

  body.eval_echange main h1 {
    font-size: 24px;
    line-height: 1.3;
  }

}

/* =========================================
   EVALUER UN ÉCHANGE — Bouton plus petit
   ≤ 700px
========================================= */

@media (max-width: 700px) {

  body.eval_echange .lot .actions .btn.btn-orange {
    font-size: 15px;        /* au lieu de 18px */
    padding: 6px 18px;      /* réduit largeur + hauteur */
  }

}

/* ============================================================
   EVALUER LE RETRAIT / GÉRER MES ARTICLES — Bandeau vert VALIDATION NOTATION
   Rétablir marges ≤ 1200px
=============================================================== */

@media (max-width: 1200px) {

  body.manage_lots .alert {
    margin-left: 15px;
    margin-right: 15px;
  }

}







/* ====================================================================================
                          PAGE DEPOSER UN ARTICLE - ETAPE 1
   ==================================================================================== */

/* =========================================
   DEPOSER UN ARTICLE — Stabiliser padding boutons
   ≤ 1200px
========================================= */

@media (max-width: 1200px) {

  body.add_lot_select main .categorie a.btn {
    padding-left: 32px;
    padding-right: 32px;
  }

}

/* =========================================
   DEPOSER UN ARTICLE — 2 boutons par ligne
   ≤ 755px
========================================= */

@media (max-width: 755px) {

  body.add_lot_select .categorie {
    width: 50%;
    float: left;
    margin-bottom: 16px;
  }

}

/* =========================================
   DEPOSER UN ARTICLE — Boutons plus compacts
   ≤ 700px
========================================= */

@media (max-width: 700px) {

  body.add_lot_select .categorie a.btn {
    font-size: 15px;
    padding: 10px 24px;
  }

}

/* =========================================
   DEPOSER UN ARTICLE — Décoller le h1
   ≤ 1024px
========================================= */

@media (max-width: 1024px) {

  body.add_lot_select main h1 {
    margin-top: 90px;
  }

}

/* =========================================
   DEPOSER UN ARTICLE — h1 plus petit
   ≤ 600px
========================================= */

@media (max-width: 600px) {

  body.add_lot_select main h1 {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 16px;
  }

}

/* =========================================
   DEPOSER UN ARTICLE — h2 plus compact
   ≤ 550px
========================================= */

@media (max-width: 550px) {

  body.add_lot_select main h2 {
    font-size: 17px;
    line-height: 1.25;
    margin-top: 14px;
    margin-bottom: 26px;
  }

}

/* =========================================
   DEPOSER UN ARTICLE — Boutons plus compacts
   ≤ 450px
========================================= */

@media (max-width: 450px) {

  body.add_lot_select .categorie a.btn {
    font-size: 14px;
    padding: 8px 20px;
  }

}

/* =========================================
   DEPOSER UN ARTICLE — Boutons empilés
   ≤ 420px
========================================= */

@media (max-width: 420px) {

  body.add_lot_select .categorie {
    width: 100%;
    float: none;
    padding-left: 70px;
    padding-right: 70px;
    box-sizing: border-box;
    margin-bottom: 14px;
  }

}

/* =========================================
   DEPOSER UN ARTICLE — Aérer h2 mobile étroit
   ≤ 500px
========================================= */

@media (max-width: 500px) {

  body.add_lot_select main h2 {
    padding-left: 16px;
    padding-right: 16px;
  }

}


/* =====================================================
   DÉPOSER UN ARTICLE — TABLETTE & MOBILE (SVG inline)
   ===================================================== */

/* Desktop : icônes masquées */
.cat-icon {
  display: none;
}


@media (max-width: 950px) {

  body.add_lot_select .cat-icon svg {
    stroke: #291b95;
    color: #291b95;
  }

}


@media (max-width: 950px) {

  body.add_lot_select main .categorie a.btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;

    background: transparent !important;
    border: none !important;
    box-shadow: none !important;

    padding: 10px 12px;
    font-size: 14px;
    font-weight: 500;
    color: #291b95;
  }

  .cat-icon {
    display: flex;
    flex-shrink: 0;
  }

}


@media (max-width: 950px) {

  body.add_lot_select .categorie a.btn.btn-bleu {
    color: #291b95 !important;
  }

  body.add_lot_select .cat-label {
    color: #291b95 !important;
  }

}






/* Déplacement bloc icone et texte Equipement */
@media (max-width: 950px) {
  body.add_lot_select .categorie:nth-child(4) a.btn {
    transform: translateX(-5px);
  }
}


/*Surlignage des texte catégories*/
@media (max-width: 950px) {

  body.add_lot_select main .categorie a.btn:hover .cat-label {
    text-decoration: underline;
  }

}

/*Déplacement label Equipement (pour le rapprocher de son icone)*/
@media (max-width: 950px) {

  body.add_lot_select .categorie:nth-child(4) .cat-label {
    margin-left: -10px;
  }

}
/* ====================================================================================
                          PAGE DEPOSER UN ARTICLE - ETAPE 2
   ==================================================================================== */

/

/* =========================================
   DEPOSER — ETAPE 2 (form) : empêcher rognage < 1200px
========================================= */

@media (max-width: 1200px) {

  /* 1) Rendre le container vraiment fluide (écrase le max-width:none !important global) */
  body.add_lot main .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box;
  }

  /* 2) Neutraliser le débordement créé par les .row Bootstrap (marges négatives) */
  body.add_lot main .container .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

}

/* =========================================
   DEPOSER — ETAPE 2 : marge latérale propre < 1200px
========================================= */

@media (max-width: 1200px) {

  /* Container fluide avec vraie marge */
  body.add_lot main .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 24px !important;   /* ← marge visible */
    padding-right: 24px !important;  /* ← marge visible */
    box-sizing: border-box;
  }

  /* Neutraliser le débordement Bootstrap */
  body.add_lot main .container .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

}

/* =========================================
   DEPOSER — Infos photos sous le cadre
   ≤ 900px
========================================= */

@media (max-width: 900px) {

  /* Le form-group des images uniquement */
  body.add_lot main #imagesInputContainer
  {
    width: 100% !important;
  }

  body.add_lot main #imagesInputContainer + label.control-label,
  body.add_lot main label.control-label[for="images"]
  {
    display: block;
    width: 100% !important;
    margin-top: 12px;
    padding-left: 0;
    text-align: center;
  }

}

/* =========================================
   DEPOSER UN ARTICLE — Décoller le titre
   ≤ 1024px
========================================= */

@media (max-width: 1024px) {

  /* On revient en flow normal */
  body.add_lot main,
  body.add_lot main > .container {
    display: block !important;
  }

  /* Réserver l’espace du header fixe */
  body.add_lot main {
    padding-top: 90px !important; /* ajuste si besoin : 100 / 120 / 140 */
  }

  /* Forcer le titre visible et bien positionné */
  body.add_lot main h1 {
    display: block !important;
    position: relative !important;
    z-index: 2 !important;
    margin: 0 0 24px !important;
  }

}

/* =========================================
   DEPOSER UN ARTICLE — Réduction du H1
   ≤ 600px
========================================= */

@media (max-width: 600px) {

  body.add_lot main h1 {
    font-size: 22px;      /* ajuste si besoin : 20 / 21 / 22 */
    line-height: 1.25;
    margin-bottom: 20px; /* garde de l’air avant la suite */
  }

}

/* =========================================
   DEPOSER UN ARTICLE — Réduction du H2
   ≤ 600px
========================================= */

@media (max-width: 600px) {

  body.add_lot main h2 {
    font-size: 17px;      /* équilibre avec H1 à 22px */
    line-height: 1.3;
    margin-top: 14px;
    margin-bottom: 22px; /* espace avant les boutons */
  }

}

/* =========================================
   DEPOSER UN ARTICLE — Bouton submit mobile
   ≤ 600px
========================================= */

@media (max-width: 600px) {

  body.add_lot button.btn.btn-bleu {
    font-size: 15px;
    padding: 8px 18px;
  }

}



/* =========================================
   ADD LOT — MENTIONS SOUS LES CHAMPS
   ≤ 509px
========================================= */

@media (max-width: 603px) {

  body.add_lot form.form-horizontal .form-group > .col-xs-7,
  body.add_lot form.form-horizontal .form-group > .col-xs-5 {
    float: none;
    width: 100%;
  }

  /* Mention sous le champ */
  body.add_lot form.form-horizontal .form-group > .col-xs-5 {
    margin-top: 6px;
    padding-left: 0;
    text-align: left;
    font-size: 12px;
    line-height: 1.3;
  }

}

/* =========================================
   ADD LOT — ALIGNER LES MENTIONS SOUS LE CHAMP
   ≤ 509px
========================================= */

@media (max-width: 603px) {

  body.add_lot form.form-horizontal
  .form-group > label.col-xs-5.control-label {
    padding-left: 15px;   /* alignement Bootstrap canonique */
    margin-left: 0;
  }

}

/* =========================================
   ADD LOT — MENTIONS SUR UNE SEULE LIGNE
   ≤ 509px
========================================= */

@media (max-width: 603px) {

  body.add_lot form.form-horizontal
  .form-group > label.col-xs-5.control-label span {
    display: inline;
    white-space: nowrap;
  }

}



/* ====================================================================================
               PAGE DEPOSER UN ARTICLE CONFIRMATION ENREGISTREMENT DU LOT DEPOSE
   ==================================================================================== */

/* =====================================================
   CONFIRMATION DEPOT — redescendre le H1 sous le header
   ≤ 1024px
===================================================== */

@media (max-width: 1024px) {

  /* 1) On repasse en flow normal */
  body.confirm_add_lot main,
  body.confirm_add_lot main > .container {
    display: block !important;
  }

  /* 2) On réserve la hauteur du header fixe */
  body.confirm_add_lot main {
    padding-top: 120px !important; /* ajuste si besoin : 100 / 120 / 140 */
  }

  /* 3) H1 visible, bien positionné */
  body.confirm_add_lot main h1 {
    position: relative !important;
    z-index: 2;
    margin: 0 0 20px;
  }

}

/* =====================================================
   CONFIRMATION DEPOT — réduire taille du H1
   ≤ 800px
===================================================== */

@media (max-width: 800px) {

  body.confirm_add_lot main h1 {
    font-size: 22px;      /* ajuste si besoin : 20 / 22 / 24 */
    line-height: 1.25;
    margin-bottom: 16px; /* garde de l’air sous le titre */
  }

}

/* =====================================================
   TAILLE CONFIRMATION DEPOT — Boutons CTA mobile
===================================================== */

@media (max-width: 600px) {

  /* Neutraliser l'effet Bootstrap de .row */
  body.confirm_add_lot main .row.row-ctas {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Boutons CTA */
  body.confirm_add_lot main .row.row-ctas > a.btn.btn-bleu {
    font-size: 14px !important;
    padding: 6px 14px !important;
    min-width: 0 !important;
  }

}

/* =====================================================
   CONFIRMATION DEPOT — Empilement des CTA
   ≤ 450px
===================================================== */

@media (max-width: 450px) {

  body.confirm_add_lot main .row.row-ctas {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  body.confirm_add_lot main .row.row-ctas > a.btn.btn-bleu {
    display: block;
    width: 100%;
    max-width: 320px; /* largeur confortable, ajustable */
    margin-bottom: 12px;
    text-align: center;
  }

  /* supprimer l'espace inutile après le dernier bouton */
  body.confirm_add_lot main .row.row-ctas > a.btn.btn-bleu:last-child {
    margin-bottom: 0;
  }

}






/* ====================================================================================
                          PAGE MODIFIER MON PROFIL
   ==================================================================================== */


/* ===================================================================
   PAGE PROFIL — CONTAINER FLUIDE
=================================================================== */

@media (max-width: 1200px) {
  body.profil main > .container {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
    box-sizing: border-box;
  }
}

@media (max-width: 1200px) {
  body.profil main > .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* =========================================
   PROFIL — ESPACE H1 / HEADER
========================================= */

@media (max-width: 1024px) {
  body.profil main h1 {
    margin-top: 90px;
  }
}

/* =========================================
   PROFIL — H1 MOBILE
========================================= */

@media (max-width: 600px) {
  body.profil main h1 {
    font-size: 22px;
    line-height: 1.3;
  }
}


/* =========================================
   PROFIL — BOUTON MOBILE
========================================= */

@media (max-width: 550px) {
  body.profil main button.btn {
    font-size: 15px;
    padding: 6px 20px;
    font-weight: 600;
  }
}



/* =========================================
   PROFIL — MENTIONS SOUS LES CHAMPS
   ≤ 509px
========================================= */

@media (max-width: 509px) {

  body.profil form.form-horizontal .form-group > .col-xs-7,
  body.profil form.form-horizontal .form-group > .col-xs-5 {
    float: none;
    width: 100%;
  }

  /* Mention sous le champ */
  body.profil form.form-horizontal .form-group > .col-xs-5 {
    margin-top: 6px;
    padding-left: 0;
    text-align: left;
    font-size: 12px;       /* optionnel mais conseillé */
    line-height: 1.3;
  }

}
/* =========================================
   PROFIL — ALIGNER LES MENTIONS SOUS LE CHAMP
   ≤ 509px
========================================= */

@media (max-width: 509px) {

  body.profil form.form-horizontal
  .form-group > label.col-xs-5.control-label {
    padding-left: 15px;   /* 🔑 aligne avec l’input */
    margin-left: 0;
  }

}





/* ====================================================================================
                          PAGE ACHAT CREDI - SUCCES PAIEMENT
   ==================================================================================== */

/* =========================================
   PAIEMENT VALIDÉ — RÉDUIRE LE TITRE
   ≤ 600px
========================================= */

@media (max-width: 600px) {

  body.buy-credit h1.nk-success-title {
    font-size: 28px;
    line-height: 1.3;
  }

}

/* =========================================
   PAIEMENT VALIDÉ — FOOTER EN BAS D'ÉCRAN
========================================= */

body.buy-credit {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.buy-credit main {
  flex: 1 0 auto;
}

body.buy-credit footer {
  margin-top: auto;
}








/* ==================================================================================================================================
                                                       HEADER RESPONSIVE    FIX — SUPPRESSION ESPACE HEADER LEGACY
   ======================================================================================================================================= */
@media (max-width: 1024px) {

  .nk-header-placeholder,
  .nk-sticky-top {
    display: none !important;
    height: 0 !important;
  }

  body,
  main {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

/* =====================================================
   FIX — OVERFLOW HORIZONTAL
   ===================================================== */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}




/*********🔧 3. Sécuriser le header tablette (important)

Ajoute ceci pour éviter tout débordement :  *********/


@media (max-width: 1024px) {
  .nk-header-tablet {
    width: 100%;
    box-sizing: border-box;
  }

  .nk-header-tablet__top {
    width: 100%;
    box-sizing: border-box;
  }
}


/* ===== TABLETTE ===== */
@media (max-width: 1024px) {

  /* -------------------------------------------------
     CONTENEUR HEADER TABLETTE
  -------------------------------------------------- */
  .nk-header-tablet {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #ffffff;
    border-bottom: 1px solid #e2e2e2;
  }

  /* -------------------------------------------------
     BARRE PRINCIPALE
  -------------------------------------------------- */
  .nk-header-tablet__top {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    white-space: nowrap;
  }
  
  /*BLOCS DE GAUCHE ET DROITE - MARGE */
  @media (max-width: 1024px) {

  .nk-header-tablet__top {
    padding-left: 22px; /* ← ajuste : 16 / 18 / 20 */
	padding-right: 22px; /* ← ajuste : 16 / 18 / 20 */
  }
}

  /* ---------------------------------------------------------------
     CENTRAGE DS LABELS DNS LES PANELS MENUS BURGER ET MON COMPTE
  ----------------------------------------------------------------- */

@media (max-width: 1024px) {

  .nk-header-tablet .nk-ht-panel {
    text-align: center;
  }

  .nk-header-tablet .nk-ht-panel a {
    text-align: center;
  }

}

  /* -------------------------------------------------
     BOUTONS / ICÔNES
  -------------------------------------------------- */
  .nk-header-tablet .nk-ht-icon {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 500;
    color: #6a4c93;
    background: none;
    border: none;
    cursor: pointer;
  }

  .nk-header-tablet .nk-ht-icon svg {
    display: block;
  }

  /* -------------------------------------------------
     LOGO
  -------------------------------------------------- */

  .nk-header-tablet .nk-ht-logo {
  display: block;
  margin: 0 auto;
  text-align: center;

  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #291b55;
  text-decoration: none;
}
  
  
    /* -------------------------------------------------
     SLOGAN
  -------------------------------------------------- */
  
@media (max-width: 1024px) {

  /* bloc central logo + slogan */
  .nk-header-tablet__top .nk-ht-center {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .nk-header-tablet .nk-ht-slogan {
    margin-top: 2px;
    font-size: 12px;
    font-weight: 500;
    color: #6a4c93;
    line-height: 1.3;
    text-align: center;
    white-space: normal;
  }

}
  
  /* -------------------------------------------------
     PANELS GENERAL (menus déroulants)
  -------------------------------------------------- */
  .nk-header-tablet .nk-ht-panel {
    display: none;
    padding: 14px 16px;
    background: #ffffff;
    border-top: 1px solid #ddd;
  }

  .nk-header-tablet .nk-ht-panel.active {
    display: block;
  }

  .nk-header-tablet .nk-ht-panel a {
    display: block;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 500;
    color: #291b55;
    text-decoration: none;
  }

  .nk-header-tablet .nk-ht-panel p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #333;
  }

  /* -------------------------------------------------
     BOUTON ACHAT CRÉDIT
  -------------------------------------------------- */
  /*.nk-header-tablet .nk-buy-credit-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 12px;
    border-radius: 6px;
    background: #6a4c93;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
  }  */

  .nk-header-tablet .nk-buy-credit-btn.disabled {
    background: #bbbbbb;
    cursor: not-allowed;
  }
}

/*variable crédit au dessus de l'icone */
@media (max-width: 1024px) {

  /* Crédit : texte au-dessus, icône en dessous */
  .nk-header-tablet button[data-target="credits"] {
    flex-direction: column-reverse;
    align-items: center;
    gap: 2px;
    text-align: center;
  }

  .nk-header-tablet button[data-target="credits"] span {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
  }

}

/*marge entre bouton et variable */

@media (max-width: 1024px) {

  .nk-header-tablet button[data-target="credits"] span {
    margin-bottom: 4px; /* ajuste ici */
  }

}

@media (hover: hover) and (pointer: fine) {

  .nk-buy-credit-btn:hover {
    background-color: #4caf50; /* ← ton vert desktop exact */
  }

}



.nk-burger-4 {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  fill: none;
  shape-rendering: geometricPrecision;
}



  /* -------------------------------------------------
     BOUTON MON COMPTE
  -------------------------------------------------- */

@media (max-width: 1024px) {

  /* Mon compte : prénom au-dessus de l’icône */
  .nk-header-tablet .nk-ht-account-btn {
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-align: center;
  }

  .nk-header-tablet .nk-ht-account-btn .nk-ht-account-name {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
  }

}



  /* -------------------------------------------------
     MODIFICATION DU HEADER A PARTIR DE 500 px
  -------------------------------------------------- */
@media (max-width: 500px) {
  .nk-ht-slogan {
    display: none !important;
  }
}




/*  Déplacement du slogan sous l'image bébés */

/*@media (max-width: 500px) {

  .home-banner {
    position: relative;
  }

  .home-banner::after {
    content: "Échangez en toute simplicité !";
    display: block;
    margin-top: 10px;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #6A4C93;
    line-height: 1.3;
  }

} */

/* Réduction taille du logo */
@media (max-width: 500px) {

  .nk-ht-logo {
    font-size: 18px;   /* ajuste si besoin : 17–19 */
    letter-spacing: 0.5px;
  }

}


/* =====================================================
   HEADER TABLETTE / MOBILE — AJUSTEMENT ICÔNES MAISON ET BURGER
   Actif à partir de 500px
   ===================================================== */
@media (max-width: 600px) {

  /* ===================================================
     ICÔNE MAISON — Accueil
     =================================================== */
  .nk-header-tablet a[aria-label="Accueil"] {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nk-header-tablet a[aria-label="Accueil"] svg {
    width: 26px;
    height: 26px;
  }

  /* ===================================================
     ICÔNE MENU — Burger catégories
     =================================================== */
  .nk-header-tablet button[aria-label="Menu catégories"] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nk-header-tablet button[aria-label="Menu catégories"] svg {
    width: 18px;
    height: 18px;
  }



  /* ===================================================
     AJUSTEMENT GLOBAL — Alignement & respiration
     =================================================== */
  .nk-header-tablet_top {
    gap: 8px;           /* espace entre icônes */
    min-height: 44px;   /* confort tactile */
  }

}



/* =====================================================
   HEADER — ICÔNES CRÉDITS & MON COMPTE (mobile étroit)
   Cible uniquement :
   - bouton[data-target="credits"]
   - bouton[data-target="account"]
===================================================== */

@media (max-width: 500px) {

  /* ---------- Conteneur bouton ---------- */
  .nk-header-tablet
  button[data-target="credits"],
  .nk-header-tablet
  button[data-target="account"] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 4px 6px;
    gap: 2px;

    min-height: 44px;   /* contrôle hauteur globale */
    line-height: 1.1;
  }

  /* ---------- Icône SVG ---------- */
  .nk-header-tablet
  button[data-target="credits"] svg,
  .nk-header-tablet
  button[data-target="account"] svg {
    width: 18px;
    height: 18px;
    margin: 0;
  }

  /* ---------- Texte (variables) ---------- */
  .nk-header-tablet
  button[data-target="credits"] span,
  .nk-header-tablet
  button[data-target="account"] span {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 1px;
    text-align: center;
  }

  /* ---------- Ajustement vertical fin ---------- */
  .nk-header-tablet
  button[data-target="credits"],
  .nk-header-tablet
  button[data-target="account"] {
    transform: translateY(-1px);
  }

}


/* =====================================================
   HEADER — ICÔNE CRÉDITS : TEXTE AU-DESSUS DE L’ICÔNE
===================================================== */

@media (max-width: 500px) {

  /* Crédits : inversion verticale */
  .nk-header-tablet
  button[data-target="credits"] {
    flex-direction: column-reverse;
  }

  /* Ajustement fin espacement */
  .nk-header-tablet
  button[data-target="credits"] span {
    margin-bottom: 2px;
    margin-top: 0;
  }

}



/* =====================================================
   HEADER — ICÔNE "MON COMPTE" : AGRANDISSEMENT SEUL
===================================================== */

@media (max-width: 500px) {

  /* Icône Mon compte uniquement */
  .nk-header-tablet
  button[data-target="account"] svg {
    width: 22px;   /* ← ajuste ici */
    height: 22px;
  }

}



/* =====================================================
   HEADER TABLET / MOBILE — UNIFORMISER CRÉDITS & COMPTE
   <= 500px
===================================================== */
@media (max-width: 500px) {

  /* Texte "2 crédits" + texte "gilles" */
  .nk-header-tablet button[data-target="credits"] span,
  .nk-header-tablet button[data-target="account"] .nk-ht-account-name {
    font-size: 11px;
    font-weight: 500;   /* ← même graisse pour les deux */
    line-height: 1.1;
    text-align: center;
  }

}


/* ================================================================================================================================
                                                         TABLETTE – BANDEAU STICKY SOUS HEADER
================================================================================================================================*/
@media (max-width: 1024px) {

  .filters-sticky {
    top: 75px; /* ← hauteur réelle du header tablette */
  }

}


/* =================================================================================================================================
                                            RESPONSIVE HOME PAGE  TABLETTE /  MOBILE 
                                                      
   =================================================================================================================================== */

/**********************************************************************************************************************************************************************
*                                                                                                                                                                     *
*                                            RESPONSIVE             IMAGE BEBES                                                                      *                                                                                 *
*                                                                                                                                                                     *
************************************************************************************************************************************************************************/




/* ============================================================
   HOME — désactiver COMPLETEMENT le sticky sur la home page
   =========================================================== */
body.home .filters-sticky {
  display: none;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* =========================================
   HOME — compensation header fixe (tablette)
   ========================================= */
@media (max-width: 1024px) {
  body.home .home-banner {
    margin-top: 96px; /* hauteur réelle du header à 1024 */
  }
}


/* =========================================
   HOME — Augmentation de la marge sous le texte Economique Ecologique ...
   ========================================= */

@media (max-width: 397px) {
  body.home .home-hero-image::after {
    margin-bottom: 40px; /* ajuste la valeur si besoin */
  }
}


/* =========================================
   HOME — TEXTE SOUS ECONOMIQUE, ECOLOGIQUE ET CONVIVIAL
   ========================================= */


/*@media (max-width: 400px) {

  body.home .home-hero-image::before {
    content: 'Ici, chacun peut proposer des articles qu\'il n\'utilise plus et en récupérer d\'autres !';
    display: block;
    margin-top: 12px;
	  font-family: Montserrat, sans-serif;
	    font-weight: 450;

    font-size: 12px;
    line-height: 1.4;
    color: rgb(106, 76, 147);
    text-align: center;

    padding: 0 20px;
  }

}  */



@media (max-width: 500px) {
	
	  /* On supprime le slogan violet injecté sur home-banner */
  body.home .home-banner::after {
    content: none !important;
  }

  /* 1ère phrase en bleu */
 /* body.home .home-hero-image::before {
    content: "Échangez en toute simplicité !";
    display: block;
    margin-top: 30px;

   /* font-family: cursive;*/
  /*  font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;

    color: #291b95;
    padding: 0 20px;
  }  */

  /* 2ème + 3ème phrase */
  /*body.home .home-hero-image::after {
	 
    content: "Ici chacun peut gratuitement déposer des articles pour enfants qu'il n'utilise plus et en récupérer d'autres !\A\A Économique, Écologique et Convivial";
    white-space: pre-line;

    display: block;
    margin-top: 8px;

  
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;

    color: #6A4C93; /* couleur de la phrase du milieu */
  /*  padding: 0 20px;
	 font-family: Montserrat, sans-serif;
	/*  font-family: cursive;*/
 /* }  */

  /* On recolore seulement la dernière ligne en vert */
  body.home .home-hero-image::after {
    background: linear-gradient(
      to bottom,
      #6A4C93 0%,
      #6A4C93 65%,
      #34c924 65%,
      #34c924 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

}


/**********************************************************************************************************************************************************************
*                                                                                                                                                                     *
*                                                         OEIL ET LIENS CATEGORIES     HOME PAGE                                                                      *                                                                                 *
*                                                                                                                                                                     *
************************************************************************************************************************************************************************/


/* SORTIE DU MENU DE L’IMAGE
   Le menu quitte le hero et devient un bandeau bleu indépendant */
@media (max-width: 1200px) {

    /* Le menu quitte l’image */
    .home-category-menu {
        position: static;
     /*   background: #34c924; */ /* même teinte que ton bandeau actuel */
       padding: 46px 0;
        pointer-events: auto;
    }

    /* Le menu redevient un bloc normal */
   .home-hero-menu {
        position: static;class
        transform: none;
        margin: 0 auto;
    }


}  

/* COULEURS DES LIENS ET ICONE OEL */
@media (max-width: 1200px) {


	   /* couleur des liens textes catégories */
	body.home .hero-categories a {
  color: #6a4c93;  
  
}
/* Couleur du hover des liens */
body.home .hero-categories a:hover,
body.home .hero-categories a:focus {
  color: #6a4c93;   /* bleu foncé Nippekids */
}

/* Couleur de l'oeil */
body.home .icon-eye {
  stroke: #6a4c93;
}

}  

/* RECENTRAGE DES LIENS
   Les catégories sont recentrées horizontalement dans le bandeau */
@media (max-width: 1200px) {

  .home-hero-menu {
    position: relative;
  }

  .hero-categories {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    width: max-content;
    text-align: center;
  }

}



/* Emeche le retour à la ligne des liens  */
@media (max-width: 750px) {
  body.home .hero-categories {
    display: flex;
    flex-wrap: nowrap;        /* ⛔ empêche le retour à la ligne */
    justify-content: center;
    gap: 16px;
  }

  body.home .hero-categories a {
    white-space: nowrap;     /* ⛔ empêche le retour à la ligne du texte */
    font-size: 12px;         /* optionnel : aide à tenir sur une ligne */
  }
}


/* SUPPRESSION DE L’ICÔNE ŒIL
   L’icône n’est plus affichée en version tablette/mobile */
 @media (max-width: 750px) {

  .home-hero-menu .hero-search-icon,
  .home-hero-menu svg.icon-eye {
    display: none;
  }

} 


/* STRUCTURE FLEX DU BANDEAU BLEU
   Le bandeau devient un conteneur flex centré */
@media (max-width: 1200px) {

  .home-category-menu {
    display: flex;
    justify-content: center;   /* centre horizontalement */
    align-items: center;       /* centre verticalement */
    gap: 24px;                 /* espace régulier entre liens */
    text-align: center;
  }

}


/* HAUTEUR ET ALIGNEMENT FINAL DU BANDEAU
   Gestion précise de l’espace au-dessus et sous les liens */
@media (max-width: 1200px) {

  /* Le bandeau des liens (bleu) devient un vrai conteneur */
  body.home .home-category-menu{
    display: flex;
    justify-content: center;
    align-items: center;

  /* padding-top: 12px;     /* espace au-dessus des liens */
    padding-bottom: 30px;  /* hauteur BLEUE sous les liens */
  }

  /* IMPORTANT : on annule le positionnement desktop */
  body.home .home-hero-menu{
    position: static;      /* au lieu de absolute */
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
  }

  /* Les liens se centrent vraiment */
  body.home .home-hero-menu .hero-categories{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    width: 100%;
    flex-wrap: wrap;       /* au cas où ça ne tient pas */
    row-gap: 8px;
  }

}


/* MOBILE ≤ 645px — NETTOYAGE DU HERO DUSPARITION DU BANDEAU CATEGORIES
   Suppression des hauteurs forcées devenues inutiles */
@media (max-width: 500px) {
  body.home .home-category-menu {
    display: none !important;
  }
}





/* MOBILE ≤ 645px — REDUCTION MARGE ENTRE IMAGE ET TITRE H3 */

@media (max-width: 1100px) {

  body.home .home-banner {
    min-height: auto;   /* ⬅️ libère la hauteur */
  }

}



/* Diminution des espaces entre les liens */

@media (max-width: 550px) {
  body.home .home-hero-menu .hero-categories {
    flex-wrap: nowrap;
    gap: 6px !important;
  }

  body.home .home-hero-menu .hero-categories a {
    padding: 0 4px;
    white-space: nowrap;
    font-size: 11.5px;
    letter-spacing: -0.8px; /* 🔥 clé pour les liens du milieu */
  }
}





/**********************************************************************************************************************************************************************
*                                                                                                                                                                     *
*                                                         AJUSTEMENT TEXTE HOME PAGE IMAGES CATEGORIE EN DESKTOP                                                      *                                                                                 *
*                                                                                                                                                                     *
************************************************************************************************************************************************************************/


/***** TITRE H2 CLICABLE ****/

body.home section.white h2 a,
body.home section.blue h2 a {
    text-decoration: none;
    color: inherit;
    position: relative;
}

/* Soulignage léger au repos */
body.home section.white h2 a::after,
body.home section.blue h2 a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;              /* 👈 léger soulignage partiel */
    height: 1px;             /* 👈 très fin */
    background: currentColor;
    opacity: 0.4;            /* 👈 discret */
    transition: width 0.25s ease, opacity 0.25s ease;
}

/* Disparaît au hover */
body.home section.white h2 a:hover::after,
body.home section.blue h2 a:hover::after {
    width: 0;
    opacity: 0;
}



/* =====================================================
   DESKTOP — Tronquer le TITRE du lot à 3 lignes
   (évite la casse du layout en desktop)
===================================================== */

@media (min-width: 1144px) {

  body.home .lot .infos h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

    overflow: hidden;
    min-width: 0; /* indispensable en flex */

    line-height: 1.35;
    max-height: calc(3 * 1.35em); /* sécurité anti 4e ligne */
  }

}



/* =====================================================
   DESKTOP — Tronquer la VILLE à 1 ligne (…)
   ===================================================== */

@media (min-width: 1144px) {

  body.home .lot .infos table tr:nth-child(4) td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

}



/**********************************************************************************************************************************************************************
*                                                                                                                                                                     *
*                                                            IMAGES CATEGORIES HOME PAGE RESPONSIVE                                                                   *                                                                                 *
*                                                                                                                                                                     *
************************************************************************************************************************************************************************/


 /* =====================================================
   HOME — LAYOUT TABLETTE / MOBILE (≤1143px)
   - Bloc STRUCTURANT commun (sections blanches + bleues)
   - Gère la grille (2 lots / ligne), le positionnement image,
     et le texte sous l’image
   - Impacte images + conteneur texte uniquement
   - Ne touche PAS aux labels / variables / tableaux
   → Bloc SAIN, à conserver tel quel
===================================================== */

@media (max-width: 1143px) {

  /* =========================
     CONTAINER
     ========================= */
  body.home .container {
    max-width: 100%;
  }

  /* =========================
     GRILLE : 2 lots par ligne
     ========================= */
  body.home .row > .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* =========================
     IMAGE
     ➜ vignette maîtrisée
     ========================= */
  body.home .lot-image {
    max-width: 220px;
    margin: 0 auto 10px;
  }

  body.home .lot-image img {
    display: block;
    width: 100%;
    max-height: 180px;
    object-fit: contain;
  }

  /* =========================
     TEXTE
     ➜ FORCÉ SOUS L’IMAGE
     ========================= */
  body.home .lot-content {
    display: block;
    width: 100%;
    margin-top: 6px;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
  }
}

/* =====================================================
   HOME — LAYOUT TABLETTE (≤1143px)
   - Bloc STRUCTUREL commun (sections blanches + bleues)
   - Neutralise la grille Bootstrap locale
   - Force image au-dessus / texte en dessous
   - Agit sur la disposition, PAS sur le contenu texte
   → Bloc SAIN, à conserver tel quel
===================================================== */

@media (max-width: 1143px) {

  /* La row du lot devient verticale */
  body.home .lot > .row {
    display: flex;
    flex-direction: column;
  }

  /* Les colonnes prennent toute la largeur */
  body.home .lot > .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


 /* =====================================================
   HOME — LAYOUT TABLETTE (≤1143px)
   - Bloc STRUCTUREL commun (sections blanches + bleues)
   - Neutralise la grille Bootstrap locale
   - Force image au-dessus / texte en dessous
   - Agit sur la disposition, PAS sur le contenu
   → Bloc SAIN, à conserver tel quel
===================================================== */

@media (max-width: 1143px) {

  /* Le lot repasse en flux vertical normal */
  body.home .lot {
    display: block;
  }

  /* NEUTRALISE tout float / inline legacy */
  body.home .lot .visuel,
  body.home .lot .infos {
    float: none !important;
    width: 100% !important;
    display: block !important;
  }

  /* Image maîtrisée */
  body.home .lot .img-container {
    max-width: 220px;
    margin: 0 auto 10px;
  }

  body.home .lot .img-container img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: contain;
  }

  /* Texte bien en dessous */
  body.home .lot .infos {
    margin-top: 6px;
    text-align: left;
  }
}

/* =====================================================
   HOME — CENTRAGE DES LOTS (≤1143px)
   - Bloc STRUCTUREL commun (sections blanches + bleues)
   - Centre chaque lot dans sa colonne
   - Limite la largeur visuelle du lot
   - Aligne image, texte et bouton sous l’image
   - Force 2 lots par ligne jusqu’à 1143px
   → Bloc SAIN, à conserver tel quel
===================================================== */

@media (max-width: 1143px) {

  /* Centre le contenu du lot dans la colonne */
  body.home .col-md-6 {
    display: flex;
    justify-content: center;
  }

  /* Largeur visuelle maîtrisée du lot */
  body.home .lot {
    width: 100%;
    max-width: 360px; /* ajuste si besoin : 320–380 */
  }

  /* Image déjà centrée (sécurité) */
  body.home .lot .visuel {
    text-align: center;
  }

  /* Texte aligné proprement sous l’image */
  body.home .lot .infos {
    text-align: left;
  }

  /* Bouton centré visuellement */
  body.home .lot .btn {
    display: inline-block;
    margin: 10px auto 0;
  }
}

@media (max-width: 1143px) {

  /* Force 2 lots par ligne, même sous 992px */
  body.home .row {
    display: flex;
    flex-wrap: wrap;
  }

  body.home .row > .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* =====================================================
   HOME — STABILISATION TYPO (≤1143px)
   - Bloc TYPOGRAPHIQUE commun (sections blanches + bleues)
   - Uniformise la taille de police des infos et tableaux
   - Stabilise l’échelle visuelle en tablette
   - N’affecte ni le layout ni les largeurs
   → Bloc SAIN, à conserver tel quel
===================================================== */

@media (max-width: 1143px) {

  body.home .lot .infos,
  body.home .lot .infos table,
  body.home .lot .infos th,
  body.home .lot .infos td {
    font-size: 14px !important;
    line-height: 1.4;
  }

  body.home .lot .infos h3 {
    font-size: 15px !important;
  }
}

/* =====================================================
   STABILISATION ÉCHELLE VISUELLE (GLOBAL)
   - Bloc GLOBAL (html / body)
   - Neutralise zoom et transform hérités
   - Sécurise le calcul des largeurs et des ellipsis
   - Prévient des bugs de rendu image / texte
   → Bloc SAIN et PROTECTEUR, à conserver
===================================================== */

html, body {
  zoom: 1 !important;
  transform: none !important;
}

/* =====================================================
   HOME — STABILISATION LAYOUT & UX MOBILE
   - Bloc STRUCTUREL commun (sections blanches + bleues)
   - Gère centrage, débordements et confort mobile
   - Concerne images + texte (via structure)
   - Aucun ciblage white / blue
   → Bloc globalement SAIN, à conserver
===================================================== */

@media (max-width: 1143px) {

  /* Neutralise les micro-sauts liés aux marges négatives Bootstrap */
  body.home .row {
    margin-left: 0;
    margin-right: 0;
  }

  body.home .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
}




@media (max-width: 1143px) {

  /* Empêche le centrage de dépasser la colonne */
  body.home .lot {
    margin-left: 0;
    margin-right: 0;
  }

  /* Centre le contenu sans décalage */
  body.home .lot {
    margin-inline: auto;
  }
}

@media (max-width: 1143px) {
  body.home main {
    overflow-x: visible;
  }
}

/*body.home .container {
  outline: 4px solid red;
}  */

@media (max-width: 1200px) {
  body.home .container {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

/*@media (max-width: 575px) {

  /* Le lot repasse en colonne */
 /* body.home .lot {
    display: flex;
    flex-direction: column;
    align-items: center;
  } */
  
  
  
  
  
  
  
  
  
  
  
  
  

  /* Visuel pleine largeur */
  body.home .lot .visuel,
  body.home .lot .img-container {
    width: 100%;
    max-width: 100%;
  }

  body.home .lot img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Texte sous l’image */
  body.home .lot .infos {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 12px;
  }
}

@media (max-width: 575px) {

  /* Bloc infos centré */
  body.home .lot .infos {
    text-align: center;
  }

  /* Bouton CTA – version mobile compacte */
  body.home .lot .infos .btn,
  body.home .lot .infos a.btn {
    display: inline-block;
    width: auto;
    max-width: 90%;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
    margin: 10px auto 0;
  }
}


@media (max-width: 575px) {

  body.home .lot .img-container {
    max-height: none;
    overflow: visible;
  }

  body.home .lot .img-container img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: unset;
    display: block;
  }
}







@media (max-width: 575px) {

  body.home .lot .img-container {
    max-width: 280px;
    aspect-ratio: 1 / 1;     /* 🔑 clé absolue */
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  body.home .lot .img-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

}








/*@media (max-width: 575px) {
  body.home .lot .visuel,
  body.home .lot .img-container {
    background: none !important;
    min-height: unset !important;
  }
}*/

@media (max-width: 575px) {

  /* Titre et bouton centrés */
  body.home .lot .infos h3,
  body.home .lot .infos .btn {
    text-align: center;
  }

  /* Tableau reste lisible */
  body.home .lot .infos table {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

@media (max-width: 575px) {

  body.home .lot .infos h3 {
    text-align: center;
  }

  /* Si le trait est un ::after */
  body.home .lot .infos h3::after {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {

  body.home .lot .infos table {
    margin-left: auto;
    margin-right: auto;
  }

  body.home .lot .infos th,
  body.home .lot .infos td {
    text-align: center;
  }
}

@media (max-width: 575px) {

  body.home .lot .infos {
    text-align: center;
  }

  /* micro-correction optique */
  body.home .lot .infos {
    transform: translateX(4px);
  }
}
@media (max-width: 575px) {

  body.home .lot .infos table {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
  }

  body.home .lot .infos th,
  body.home .lot .infos td {
    padding-left: 4px
    padding-right: 4px;
  }
}

@media (max-width: 575px) {

  /* Centre tout le bloc infos */
  body.home .lot .infos {
    text-align: center;
  }

  /* Centre le bouton sous le texte */
  body.home .lot .infos .btn,
  body.home .lot .infos a.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;

    margin: 12px auto 0;
  }
}

/* HOME – mobile (<575px) : remonter le bouton "Voir tous les lots…" */
@media (max-width: 575px) {

  body.home a.btn.btn-gris.see-all {
    margin-top: 0px !important;   /* réduit l'espace au-dessus */
    margin-bottom: 0 !important;   /* évite de pousser le contenu suivant */
  }

  /* réduit aussi l'espace bas de la section si nécessaire */
  body.home section {
    padding-bottom: 52px !important;
  } 
}


@media (max-width: 575px) {

  body.home a.btn.btn-gris.see-all {
    display: inline-flex;
    justify-content: center;
    align-items: center;

    padding-left: 16px !important;
    padding-right: 16px !important;

    text-align: center !important;
    box-sizing: border-box;
  }

}


/* =====================================================
   HOME — TRONCATURE DU TITRE (≤707px)
   - Bloc TYPOGRAPHIQUE commun (sections blanches + bleues)
   - Tronque le titre (h3) à 2 lignes max
   - Stabilise la hauteur des cartes
   - Implémentation maîtrisée (min-width + max-height)
   → Bloc SAIN, à conserver tel quel
===================================================== */

@media (max-width: 707px) {

  body.home section .lot .infos h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    overflow: hidden;
    min-width: 0; /* indispensable */

    line-height: 1.25;
    max-height: calc(2 * 1.25em); /* sécurité anti 3e ligne */
  }

}


/* =====================================================
   HOME — AJUSTEMENTS CTA & TEXTE MOBILE
   ⚠️ Ce bloc contient deux logiques distinctes :
   - Ajustement du bouton "Voir cet article" (SAIN)
   - Tentative legacy d’élargissement Ville/Dépt (PROBLÉMATIQUE)
===================================================== */


/* -----------------------------------------------------
   MOBILE (<574px)
   Ajustement vertical du bouton "Voir cet article"
   - Réserve de l’espace dans .infos
   - Améliore l’UX mobile
   → Bloc SAIN
----------------------------------------------------- */

@media (max-width: 574px) {

  /* On redonne de la hauteur au bloc infos */
  body.home .lot .infos {
    padding-bottom: 60px; /* réserve de place pour le bouton */
  }

  /* On ajuste la position du bouton */
  body.home .lot .infos a.btn.btn-bleu {
    bottom: 20px; /* au lieu de coller au texte */
  }

}


/* -----------------------------------------------------
   ⚠️ LEGACY — Ville & Département en pleine largeur
   - Appliqué UNIQUEMENT à la section blanche
   - Utilise nth-child() + display:block sur <td>
   - CASSE la structure du tableau
   - Source des différences blanc / bleu
   → Bloc PROBLÉMATIQUE (à supprimer / neutraliser)
----------------------------------------------------- */

/*@media (max-width: 600px) { */

  /* HOME — Ville & Dépt prennent toute la largeur */
  /*body.home section.vetements.white
  .lot .infos table tr:nth-child(4) td,
  body.home section.vetements.white
  .lot .infos table tr:nth-child(5) td {

    display: block;
    width: 100%;

    margin-left: 0;
    padding-left: 0;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

}*/


/* =====================================================
   HOME — AJUSTEMENTS MOBILE (VILLE & CTA)
   ⚠️ Ce bloc contient deux logiques distinctes :
   - Troncature multi-lignes des variables (PROBLÉMATIQUE)
   - Ajustement du bouton CTA (SAIN)
===================================================== */




/* -----------------------------------------------------
   ⚠️ LEGACY — Troncature VILLE sur 2 lignes
   - Appliquée UNIQUEMENT à la section blanche
   - Utilise display:-webkit-box sur <td>
   - CASSE la structure du tableau
   - Source principale des bugs blanc / bleu
   → Bloc PROBLÉMATIQUE À SUPPRIMER
----------------------------------------------------- */

/*@media (max-width: 580px) {

  body.home section.white .lot .infos table tr td {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    overflow: hidden;
    min-width: 0;*/ /* indispensable */

  /*  line-height: 1.3;
    max-height: calc(2 * 1.3em); */      /* sécurité anti 3e ligne */
 /* }

}*/

/* -----------------------------------------------------
   MOBILE (<700px)
   Ajustement du bouton "Voir cet article"
   - Réduction de la taille et du padding
   - Améliore l’UX mobile
   → Bloc SAIN
----------------------------------------------------- */

@media (max-width: 700px) {

  body.home .lot .infos a.btn.btn-bleu {
    font-size: 11.5px;
    padding: 5px 9px;
    border-radius: 4px;
  }

}


/* =====================================================
   HOME — ALIGNEMENT TABLEAU (≤600px)
   - Bloc TABULAIRE de référence (Jeux & Jouets)
   - Appliqué explicitement aux sections blanches et bleues
   - Stabilise l’alignement labels / valeurs
   - Troncature maîtrisée (1 ligne, ellipsis)
   → Bloc SAIN, À CONSERVER
===================================================== */


@media (max-width: 600px) {

  body.home section.white .lot .infos table,
  body.home section.blue  .lot .infos table {
    table-layout: fixed;
    width: 100%;
  }

  body.home section.white .lot .infos table th,
  body.home section.blue  .lot .infos table th {
    width: 40%;
    white-space: nowrap;
  }

  body.home section.white .lot .infos table td,
  body.home section.blue  .lot .infos table td {
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

}



/* =====================================================
   HOME — TRONCATURE DES VALEURS (≤600px)
   - Bloc TEXTE de référence (sections blanches + bleues)
   - Force une troncature sur 1 ligne (ellipsis)
   - Interdit tout retour à la ligne dans les variables
   - Suppose un tableau sain (pas de display:block / box)
   → Bloc SAIN, À CONSERVER
===================================================== */
@media (max-width: 600px) {

  body.home section.white .lot .infos table tr td,
  body.home section.blue  .lot .infos table tr td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

}
/* =====================================================
   HOME — ALIGNEMENT FINAL DU TABLEAU (≤600px)
   - Bloc TABULAIRE de référence (Jeux & Jouets)
   - Appliqué explicitement aux sections blanches et bleues
   - Fixe le ratio labels / valeurs (40% / 60%)
   - Troncature maîtrisée sur 1 ligne (ellipsis)
   - Supposé fonctionner sur un tableau sain
   → Bloc SAIN, À CONSERVER COMME RÉFÉRENCE
===================================================== */
@media (max-width: 600px) {

  body.home section.white .lot .infos table,
  body.home section.blue  .lot .infos table {
    table-layout: fixed;
    width: 100%;
  }

  body.home section.white .lot .infos table th,
  body.home section.blue  .lot .infos table th {
    width: 40%;
    white-space: nowrap;
  }

  body.home section.white .lot .infos table td,
  body.home section.blue  .lot .infos table td {
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

}


/* =====================================================
   FIX — Décalage tableau section blanche VÊTEMENTS (<575px)
   - Annule le faux centrage ligne sur deux
   - Neutralise l'effet du text-align + transform
   - Ne touche PAS aux images
===================================================== */
@media (max-width: 575px) {

  body.home section.vetements.white .lot .infos table {
    margin-left: 0;
    margin-right: 0;
  }

  body.home section.vetements.white .lot .infos th,
  body.home section.vetements.white .lot .infos td {
    text-align: left;
    transform: none;
  }
}



/* =====================================================
   FIX — Décalage texte section BLEUE (<575px)
   - Annule le faux centrage ligne par ligne
   - Stabilise l’alignement des labels / valeurs
===================================================== */
@media (max-width: 575px) {

  body.home section.blue .lot .infos table {
    margin-left: 0;
    margin-right: 0;
  }

  body.home section.blue .lot .infos th,
  body.home section.blue .lot .infos td {
    text-align: left;
  }
}


/* =====================================================
   TABLETTE — Titre du lot
   2 lignes + … + gras
===================================================== */

@media (max-width: 1143px) {

  body.home .lot .infos h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    overflow: hidden;
    min-width: 0;

    font-weight: 600;
    line-height: 1.3;
    max-height: calc(2 * 1.3em);
  }

}


/* =====================================================
   HOME — ≤575px
   Etablir la couleur grise du texte (sections white + blue)
===================================================== */

/*@media (max-width: 575px) {

  body.home section.white .lot .infos table th,
  body.home section.white .lot .infos table td,
  body.home section.blue  .lot .infos table th,
  body.home section.blue  .lot .infos table td {
    color: #666 !important;
  }

}*/



/* Reduction de la taille des titres catégories */
@media (max-width: 650px) {

  body.home section.white h2,
  body.home section.blue h2 {
    font-size: 22px;   /* ajuste si besoin : 21–24px */
    line-height: 1.2;
  }

}


/* =====================================================
   HOME — mobile ≤ 500px
   N’afficher qu’UN SEUL LOT (blanc + bleu)
   Sans toucher au bouton "Voir tous les articles"
===================================================== */
@media (max-width: 565px) {

  /* Cacher tous les blocs de lot */
  body.home section.white .row > .col-md-6,
  body.home section.blue  .row > .col-md-6 {
    display: none !important;
  }

  /* Réafficher uniquement le PREMIER lot */
  body.home section.white .row > .col-md-6:first-of-type,
  body.home section.blue  .row > .col-md-6:first-of-type {
    display: block !important;
  }

}

/* =========================================
   HOME — réduire la taille de l’image du lot ≤ 500px
   ========================================= */

@media (max-width: 565px) {

  body.home .lot .img-container {
    max-width: 260px;   /* 👈 ajuste ici (240–280 selon goût) */
    margin-left: auto;
    margin-right: auto;
  }

  body.home .lot .img-container img {
    width: 100%;
    height: auto;
    display: block;
  }

}



/* =========================================
   HOME — centrer le lot unique ≤ 500px
   ========================================= */
@media (max-width: 565px) {

  /* Le lot (col Bootstrap) */
  body.home section.vetements .row > [class*="col-"],
  body.home section.jeux-et-jouets .row > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* Centrage du contenu interne (image + texte) */
  body.home section.vetements .row > [class*="col-"] > *,
  body.home section.jeux-et-jouets .row > [class*="col-"] > * {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

}

/* =========================================
   HOME — compensation titre vs infos (mobile)
   ========================================= */
@media (max-width: 565px) {

  /* Décalage optique du bloc infos */
  body.home section .lot .infos {
    transform: translateX(52px);
  }

  /* Compensation inverse UNIQUEMENT sur le titre */
  body.home section .lot .infos > h3 {
    transform: translateX(-52px);
  }

}


@media (max-width: 565px) {

  body.home section .lot .infos > h3 {
    margin-bottom: 20px; /* ajuste : 16 / 18 / 22 si besoin */
  }

}

/* =========================================
   HOME — compensation bouton voir cet article (mobile)
   ========================================= */
@media (max-width: 565px) {



  /* Compensation inverse sur le bouton */
  body.home section .lot .infos > a.btn.btn-bleu {
    display: block;
    width: fit-content;
    margin: 16px auto 0;
    transform: translateX(15px); /* régler ici la position horizontale du bouton */
  }

}

/* =========================================
   HOME — bouton "Voir tous les lots" orange
   Tablette + mobile uniquement
   ========================================= */
@media (max-width: 1024px) {

  body.home a.btn.see-all {
    color: #fff !important;
    background-color: #ff6400 !important;
    border-color: #34c924 !important;
	
  }

  body.home a.btn.see-all:hover,
  body.home a.btn.see-all:focus {
    color: #fff !important;
 
    border-color: #34c924 !important;

  }
}


/* =====================================================
   HOME — Sous 1143px : ne garder QUE le titre (ultra strict)
===================================================== */
@media (max-width: 1142px) {

  /* Tout masquer dans .infos... */
  body.home section.white .lot .infos > *,
  body.home section.blue  .lot .infos > * {
    display: none !important;
  }

  /* ... sauf le titre (souvent h3) */
  body.home section.white .lot .infos h3,
  body.home section.blue  .lot .infos h3 {
    display: block !important;
  }

}



/* =====================================================
   FAIRE APPARAITRE "PUBLIE LE...."(non prévu sur la home page)
===================================================== */

@media (max-width: 1142px) {

  /* Fallback UNIQUEMENT si aucune vraie date n’existe */
  body.home section .lot .infos:not(:has(.date))::after {
    content: "Publié récemment";
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #999;
    font-style: italic;
  }

}





/* =====================================================
   HOME — réduire bouton "Voir tous les articles"
   ≤ 450px
===================================================== */
@media (max-width: 450px) {

  body.home .see-all-wrapper .btn.see-all {
    font-size: 13px;          /* texte plus petit */
    padding: 6px 12px;        /* bouton plus compact */
    line-height: 1.2;
    white-space: normal;      /* autorise le retour à la ligne */
  }

}



/* =====================================================
   HOME — Tablette : libérer la hauteur des infos lot
   (cause réelle du bouton trop bas)
   ≤ 1143px
===================================================== */
@media (max-width: 1142px) {

  body.home section.white .lot .infos,
  body.home section.blue  .lot .infos {
    height: auto !important;
    min-height: 0 !important;
  }

}


/* =====================================================
   HOME — Tablette : remonter légèrement le bouton Voir tous les 	articles
   ≤ 1142px
===================================================== */
@media (max-width: 1142px) {

  body.home section.white .see-all,
  body.home section.blue  .see-all {
    margin-top: 8px !important; /* ajuste ici si besoin */
  }

}

/* =====================================================
   HOME — remonter le bouton "Voir tous les articles"
   Mobile étroit (≤ 565px)
   Sections blanches + bleues
===================================================== */
@media (max-width: 565px) {

  body.home section.white .see-all-wrapper,
  body.home section.blue  .see-all-wrapper {
    margin-top: -24px;   /* ajuste : -16 / -20 / -28 si besoin */
  }

}


/* =====================================================
   HOME — recentrer le bouton "Voir tous les articles"
   Mobile étroit (≤ 416px)
   Sections blanches + bleues
===================================================== */
@media (max-width: 416px) {

  body.home section.white .see-all-wrapper,
  body.home section.blue  .see-all-wrapper {
    display: flex;
    justify-content: center;
  }

}





/* =====================================================
   FIX FINAL — MOBILE ≤575px
   Empêcher le cadre gris global
   + forcer 1 cadre gris PAR image
===================================================== */

/*@media (max-width: 1300px) {

  /* 🔴 1. Supprimer TOUT fond au-dessus des images */
/*  body.home .lot,
 /* body.home .lot .visuel {
    background: transparent !important;
  }

  /* 🟢 2. Cadre gris UNIQUEMENT sur chaque image */
 /* body.home .lot .img-container {
    width: 100%;
    max-width: 260px;

    aspect-ratio: 1 / 1;
    background: #eee;

    display: flex;
    justify-content: center;
    align-items: center;

    margin: 0 auto 12px;
    overflow: hidden;
  }

  body.home .lot .img-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
  }

} */













/**********************************************************************************************************************************************************************
*                                                                                                                                                                     *
*                                                            PAGES VOIR TOUS LES LOTS / CATEGORIES                                                                    *                                                                                 *
*                                                                                                                                                                     *
************************************************************************************************************************************************************************/

/*RENDRE LE TITRE DU LOT CLICABLE */
.lot-title a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}





/*** RENDRE CLICABLES IMAGES REPRESENTANT LES CATEGORIES SAUF EN DESKTOP **/

.lot-category-thumb { display:block; }
.lot-category-thumb img { display:block; }
.lot-category-thumb:hover { cursor: pointer; }


/* Desktop : image NON cliquable */
@media (min-width: 1143px) {
    .lot-category-thumb {
        pointer-events: none;
        cursor: default;
    }
}

/* Mobile / tablette : image cliquable */
@media (max-width: 1143px) {
    .lot-category-thumb {
        pointer-events: auto;
        cursor: pointer;
    }
}






/* =========================================
   DEBUG RESPONSIVE – PAGE CATEGORIE
   ========================================= */


/* =========================================
   CATEGORIES – FIX DECALAGE < 1145px
   ========================================= */
@media (max-width: 1144px) {

  body.view_all_lots {
    text-align: initial; /* ou left */
  }

  body.view_all_lots .container {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

}

@media (max-width: 1144px) {

  body.view_all_lots h1 {
    text-align: center;
  }

}


/* =========================================
   CATEGORIES — TYPOGRAPHIE MOBILE
   ========================================= */
@media (max-width: 560px) {

  /* Titre du lot */
  body.view_all_lots .lot h3,
  body.view_all_lots .lot h4 {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 6px;
  }

  /* Méta infos (âge, sexe, ville, date…) */
  body.view_all_lots .lot .meta,
  body.view_all_lots .lot p,
  body.view_all_lots .lot span {
    font-size: 12px;
    line-height: 1.25;
  }

  /* Étiquettes type AGE / SEXE */
  body.view_all_lots .lot strong {
    font-size: 11px;
  }

}
/* =========================================
   CATEGORIES — TYPOGRAPHIE MOBILE ÉTROIT
   ========================================= */
@media (max-width: 545px) {

  /* Titre du lot */
  body.view_all_lots .lot h3,
  body.view_all_lots .lot h4 {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 4px;
  }

  /* Texte secondaire */
  body.view_all_lots .lot p,
  body.view_all_lots .lot span {
    font-size: 11px;
    line-height: 1.2;
  }

  body.view_all_lots .lot strong {
    font-size: 10px;
    font-weight: 600;
  }

  /* Espacements verticaux plus compacts */
  body.view_all_lots .lot {
    padding-bottom: 12px;
  }

}
/* =========================================
   CATEGORIES — TITRES LOTS MOBILE
   ========================================= */
@media (max-width: 560px) {

  body.view_all_lots .lots .lot .infos h2 {
    font-size: 14px;
    line-height: 1.25;
  }

}
/* =========================================
   CATEGORIES — mobile étroit : masquer TOUS les labels
   (Âge, Sexe, Ville, Dpt)
   ========================================= */
@media (max-width: 545px) {

  body.view_all_lots .lots .lot .infos .infos-row .info .title {
    display: none !important;
  }

}

/* =========================================
   CATEGORIES — masquer date (Publié le …)
   ========================================= */
@media (max-width: 731px) {
  body.view_all_lots .lots .lot .infos p.date {
    display: none !important;
  }
}
/* =========================================
   CATEGORIES — TITRES LOTS MOBILE TRÈS ÉTROIT
   ========================================= */
@media (max-width: 493px) {

  body.view_all_lots .lots .lot .infos h2 {
    font-size: 13px;
    line-height: 1.15;
  }

}

/* =========================================
   CATEGORIES — BOUTON "VOIR CET ARTICLE" MOBILE
   ========================================= */
@media (max-width: 500px) {

  body.view_all_lots .lots .lot .action a.btn.btn-bleu {
    font-size: 8px !important;
    padding: 5px 10px !important;
    line-height: 1.2;
    border-radius: 3px;
  }

}



/* =========================================
   LOTS — TABLETTE (≤1024px)
   VILLE : limiter à 2 lignes (sécurisé)
   ========================================= */

@media (max-width: 1024px) {

  .infos-row .info {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    overflow: hidden;
    min-width: 0;

    line-height: 1.3;
    max-height: calc(2 * 1.3em); /* 🔐 bloque physiquement à 2 lignes */
  }

}

/* =========================================
   LOTS — TABLETTE (≤1024px)
   Tronquer TITRE + VILLE à 2 lignes
   ========================================= */

@media (max-width: 1024px) {

  /* TITRE DU LOT */
  .infos h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    overflow: hidden;

    line-height: 1.25;
    max-height: calc(2 * 1.25em); /* sécurité anti 3e ligne */
  }

  /* LABEL VILLE */
 /* .infos-row .info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    overflow: hidden;
    min-width: 0;      

    line-height: 1.3;
    max-height: calc(2 * 1.3em);
  }

}  */


/* =========================================
   CATEGORIES — neutralisation Bootstrap mobile
   ========================================= */
@media (max-width: 700px) {

  body.view_all_lots .lots .lot .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

}
@media (max-width: 700px) {

  body.view_all_lots .lots .lot [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

}
/* =========================================
   CATEGORIES — CONTAINER FULL WIDTH MOBILE
   ========================================= */


@media (max-width: 560px) {

  body.view_all_lots main .container {
    max-width: none !important;
    width: 100% !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

}
@media (max-width: 560px) {

  body.view_all_lots .lots .lot {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 4px;
    padding-right: 4px;
  }

}
@media (max-width: 1024px) {
  .filters-sticky {
    top: 75px;
  }
}
@media (max-width: 1024px) {
  .filters-sticky {
    top: 60px;   /* au lieu de 75px */
  }
}



/******ALIGNEMENT DES BOUTONS VOIR CET ARTICLE ***************/


@media (min-width: 360px) and (max-width: 1024px) {

  /* zone infos : hauteur figée pour aligner les boutons */
  body.view_all_lots .lots .lot .infos {
    min-height: 120px;
  }

}
@media (min-width: 360px) and (max-width: 767px) {

  /* on fixe la hauteur de la colonne infos */
  body.view_all_lots .lots .lot .infos {
    min-height: 120px;
  }

}

/**** POLICE VARIABLES IDEM LABELS *********/
@media (max-width: 1200px) {

  body.view_all_lots .lots .lot .infos .infos-row .info,
  body.view_all_lots .lots .lot .infos .infos-row .info a {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    text-decoration: none;
  }

}
@media (max-width: 1200px) {

  body.view_all_lots .lots .lot .infos .infos-row:first-of-type .info,
  body.view_all_lots .lots .lot .infos .infos-row:first-of-type .info a {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #666 !important;
    text-decoration: none;
  }

}

/******* Reduction de la marge inférieure du cadre de lot ******/

@media (max-width: 520px) {
  body.view_all_lots .lots .lot {
    padding-bottom: 0px; /* ajuste à 6–10px selon ton goût */
  }
}
@media (max-width: 520px) {
  body.view_all_lots .lots .lot .action {
    margin-bottom: 0;
  }
}



/* =====================================================
   VIEW ALL LOTS — INFOS EN COLONNE (1 ligne par info)
   ≤ 550px
===================================================== */

@media (max-width: 850px) {

  body.view_all_lots .infos-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  body.view_all_lots .infos-row .info {
    display: block !important;
    width: 100% !important;
  }

}


/* =====================================================
   HOME — TABLETTE ÉTROITE (≤455px)
   Tronquer le label "Saison"
===================================================== */

@media (max-width: 455px) {

  /* Ligne "Saison" = 3e / 4e label selon ton tableau */
  body.home .lot .infos table tr:nth-child(3) th {
    max-width: 38px;      /* force la troncature */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

}



/* =====================================================
   MASQUER "VOIR CET ARTICLE"  => voir css viex_lot_desktop.css pour la mise en forme du bouton
   TABLETTE + MOBILE (TEST)
===================================================== */

@media (max-width: 1024px) {
  .lot .action a {
    display: none;
  }
}



/* =========================================================
   CORRECTION TABLETTE / MOBILE
   Header + Filtres fixes → on pousse le contenu
   ========================================================= */

@media (max-width: 1024px) {

  /* Hauteur totale = header + bandeau filtres */
  body.view_all_lots main {
    padding-top: 110px !important;
  }

}

/* =========================================================
   H1 plus petit en mobile étroit
   ========================================================= */

@media (max-width: 500px) {

  body.view_all_lots h1 {
    font-size: 22px !important;
    line-height: 1.2;
  }

}


/**********************************************************************************************************************************************************************
*                                                                                                                                                                     *
*                                             BARRE DE RECHERCHE-FILTRES CATEGORIES — COMPENSATION CONTENU SOUS BANDEAU STICKY                                        *                                                                                 *
*                                                                                                                                                                     *
************************************************************************************************************************************************************************/

@media (max-width: 1024px) {

  body.view_all_lots .container {
    padding-top: 60px;
  }

}

@media (max-width: 430px) {

  #filtersForm {
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .filters-actions {
    width: 100%;
    justify-content: flex-start;
  }

}


/* =========================================
   FILTRES — à partir de 992px et en dessous :
   on abandonne le scroll horizontal (qui casse les dropdowns)
   et on passe en wrap (2 lignes)
   ========================================= */
@media (max-width: 992px) {

  #filtersForm {
    overflow: visible !important;
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .filters-dropdowns {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  /* 🔑 clé : on enlève le width:100% */
  .filters-actions {
    width: auto;          /* au lieu de 100% */
    margin-left: 16px;    /* conserve l’espacement */
    white-space: nowrap;  /* évite le retour à la ligne interne */
  }
}




/* =====================================================
   FILTRES — Effacer = icône balai seule (mobile)
   ===================================================== */
/*@media (max-width: 410px) {

  body.view_all_lots .filters-actions .filter-btn--reset {
    background: none !important;
    border: none !important;
    padding: 0 !important;

    font-size: 0;           /* cache le texte */
 /*   text-decoration: none;
    cursor: pointer;
  }

  body.view_all_lots .filters-actions .filter-btn--reset::before {
    content: "🧹";
    font-size: 16px;        /* taille de l’icône */
/*    line-height: 1;
    color: #777;
  }

  body.view_all_lots .filters-actions .filter-btn--reset:hover::before {
    color: #291b95;         /* violet Nippekids */
 /* }

}

@media (max-width: 410px) {
  body.view_all_lots .filters-actions .filter-btn--reset {
    padding: 6px !important;
  }
}

/* =====================================================
   FILTRES — aligner le balai avec la search (mobile)
   ===================================================== */
@media (max-width: 410px) {

  /* Le conteneur global filtres */
  body.view_all_lots .filters-sticky-inner {
    display: flex;
    align-items: center;   /* 🔑 alignement vertical */
  }

  /* La search prend toute la largeur dispo */
  body.view_all_lots .filters-search {
    flex: 1;
  }

  /* Le lien balai */
  body.view_all_lots .filters-actions {
    display: flex;
    align-items: center;
    margin-left: 8px;      /* espace entre search et balai */
  }

  body.view_all_lots .filter-btn--reset {
    padding: 6px !important;
    line-height: 1;
  }

  body.view_all_lots .filter-btn--reset::before {
    font-size: 16px;
    display: block;
  }

}

/* =====================================================
   FILTRES — compacter UNIQUEMENT les boutons filtres
   ≤ 410px
===================================================== */
@media (max-width: 410px) {

  /* Boutons de filtres (PAS la search) */
  body.view_all_lots .filters-dropdowns .filter-btn:not(.filter-btn--reset) {
    font-size: 11px;      /* texte plus petit */
    padding: 4px 8px;     /* bouton plus compact */
    line-height: 1.2;
  }

  /* Réduire l’espace ENTRE les boutons */
  body.view_all_lots .filters-dropdowns {
    gap: 6px;
  }

}



/* =====================================================
   FILTRES — reset = flèche circulaire (mobile)
   ===================================================== */
/*@media (max-width: 410px) {

  body.view_all_lots .filters-actions .filter-btn--reset {
    background: none !important;
    border: none !important;
    padding: 6px !important;

    font-size: 0;      /* cache le texte "Effacer" */
 /*   cursor: pointer;
  }

  body.view_all_lots .filters-actions .filter-btn--reset::before {
    content: "↺";
    font-size: 22px;   /* ajuste : 16 / 18 / 20 */
/*    line-height: 1;
    color: #777;
    display: block;
  }

  body.view_all_lots .filters-actions .filter-btn--reset:hover::before {
    color: #291b95; /* violet Nippekids */
 /* }

}  


/**********************************************************************************************************************************************************************
*                                                                                                                                                                     *
*                                                           NUMEROS DES PAGES                                                                                         *
*                                                                                                                                                                     *
***********************************************************************************************************************************************************************/


/******* NUMEROS DE PAGES CENTRAGE ***********/


@media (max-width: 1143px) {
  body.view_all_lots div.pagination {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }

  body.view_all_lots div.pagination a,
  body.view_all_lots div.pagination strong {
    float: none !important;
    display: inline-block !important;
  }
}


/******* NUMEROS DE PAGES TAILLE ***********/
@media (max-width: 530px) {

  body.view_all_lots .pagination a,
  body.view_all_lots .pagination strong {
    font-size: 13px !important;
    padding: 2px 6px !important;
    min-width: 0 !important;
    line-height: 1.2 !important;
  }

}


/**********************************************************************************************************************************************************************
*                                                                                                                                                                     *
*                                                                      PAGE VOIR CET ARTICLE                                                                                       *
*                                                                                                                                                                     *
***********************************************************************************************************************************************************************/

/* =========================================
   LOT DÉTAIL — déverrouiller le container
   ========================================= */

@media (max-width: 1143px) {

  body.view_lot .container {
    width: 100% !important;
    max-width: 100% !important;
  }

}

@media (max-width: 1143px) {

  body.view_lot .lot-images img {
    max-width: 100%;
    height: auto;
    display: block;
  }

}

@media (max-width: 1143px) {

  body.view_lot .lot-details {
    padding-left: 0;
    padding-right: 0;
  }

}

/* =========================================
   LOT DÉTAIL — corriger débordement Bootstrap
   ========================================= */

@media (max-width: 1143px) {

  body.view_lot .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

}

/* ===========================================================================
   PAGE LOT — compenser le header fixe (éviter titre remonté sous le header
   =========================================================================== */

/* =========================================
   VIEW LOT — éviter que le titre (categorie-title)
   passe sous le header en dessous de 1025px
   ========================================= */

@media (max-width: 1024px) {

  body.view_lot main > .container {
    padding-top: 90px !important; /* ajuste si besoin */
  }

}


/* =========================================================================================
   VIEW LOT —         IMPORTANT !!!!!!!!!!   layout vertical UNIQUEMENT entre 1025 et 1150
   ========================================================================================== */
/* VOIR LE FICHIER CSS view-lot-desktop-fix (deuxieme fichier css avec appel dans head.php => pour déverrouiller les modif entre 1143 et 1025 px car priorité css minifié  */




/* =========================================================
   VIEW LOT — layout vertical dès 1143px
   PASSE LE BLOC TEST EN DESSOUS DE L'IMAGE
   ========================================================= */

@media (max-width: 1143px) {

  body.view_lot .fiche {
    display: block;
  }

  body.view_lot .visuels,
  body.view_lot .details {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.view_lot .visuels {
    margin-bottom: 20px;
  }

  body.view_lot .details h1 {
    white-space: normal;
    overflow-wrap: break-word;
  }
}





/* =========================================================
   VIEW LOT — centrer l’image entre 1150 et 1199
   ========================================================= */

@media (max-width: 1024px) {

  body.view_lot .visuels {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }

  /* sécurité si l’image a une largeur max */
  body.view_lot .visuels img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

/* =========================================================
   VIEW LOT — CENTRER L’IMAGE (SLIDER) ENTRE 1025 ET 1150
   ========================================================= */

@media (max-width: 1024px) {

  /* on neutralise le float du visuel */
  body.view_lot .fiche .visuels {
    float: none !important;
    width: 100% !important;
  }

  /* le conteneur réel du slider */
  body.view_lot .images-viewer,
  body.view_lot .product-images,
  body.view_lot .main-img-slider {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* le slide actif */
  body.view_lot .main-img-slider .slick-slide {
    display: flex !important;
    justify-content: center;
  }

  /* sécurité image */
  body.view_lot .main-img-slider img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

/* =========================================================
   VIEW LOT — RECENTRAGE FIN IMAGE (AJUSTEMENT MANUEL)
   1025 → 1150
   ========================================================= */

@media (max-width: 1024px) {

  body.view_lot .fiche .visuels .img-container {
    margin-left: auto !important;
    margin-right: auto !important;
  }

}

/* =========================================================
   VIEW LOT — AJUSTEMENT OPTIQUE IMAGE (PIXEL FIX)
   1025 → 1150
   ========================================================= */

@media (max-width: 1024px) {

  body.view_lot .fiche .visuels .img-container {
    margin-left: auto !important;
    margin-right: auto !important;
    transform: translateX(-57px); /* ← ajuste ici */
  }

}

/* =========================================================
   VIEW LOT — CENTRAGE DU BLOC TEXTE SOUS IMAGE
   1025 → 1150
   ========================================================= */

@media (max-width: 1024px) {

  /* conteneur texte */
  body.view_lot .fiche .details {
    width: 100%;
    max-width: 720px;          /* ajuste si besoin */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  /* titre */
  body.view_lot .fiche .details h1 {
    text-align: center;
  }

  /* meta (auteur, étoiles, date) */
  body.view_lot .fiche .details .membre,
  body.view_lot .fiche .details .date {
    justify-content: center;
    text-align: center;
  }

  /* boutons */
  body.view_lot .fiche .details .btn,
  body.view_lot .fiche .details .backlist {
    display: inline-block;
  }

}


/* Centrage du bouton Retirer cet article */

@media (max-width: 1024px) {

  body.view_lot .fiche .details .details-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
  }

  body.view_lot .fiche .details .details-container a.backlist {
    margin: 0 !important;
  }

}

/* Retrait du lien "retour à la liste" bas de page */
@media (max-width: 1024px) {
  body.view_lot .fiche .details a.backlist {
    display: none !important;
  }
}



/* =====================================================
   PAGE LOT — supprimer séparateurs infos en tablette/mobile
   ===================================================== */

@media (max-width: 1024px) {

  body.view_lot .fiche .infos .infos-row .info:not(:last-child) {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }

}




/*==========================================================================================================================================================
                                    LOT — VIGNETTES / IMAGE / TYPO
   Vue : view_mobile.php  (lot-page-mobile)
   Objectif : garder la DISPOSITION intacte, et te donner des "zones" de réglages typographiques.
============================================================================================================================================================== */

/* ================================================================================================
   1) DISPOSITION (NE PAS CASSER)
   --------------------------------------------------------------------------------
   -> On ne touche pas aux flex, gaps, margins, tailles d’images, etc.
================================================================================================ */



/* Image principale — anti-rognage */
body.view_lot .lot-page-mobile .lot-main-image,
body.view_lot .lot-page-mobile .img-container {
  height: auto;
  overflow: visible;
}

body.view_lot .lot-page-mobile .lot-main-image {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

body.view_lot .lot-page-mobile .lot-main-image img {
  width: auto;
  max-width: 92%;
  height: auto;
  max-height: 320px;
  object-fit: contain;
  display: block;
}

/* Vignettes */
body.view_lot .lot-page-mobile .lot-thumbs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

body.view_lot .lot-page-mobile .lot-thumb {
  padding: 0;
  border: none;
  background: none;
}

body.view_lot .lot-page-mobile .lot-thumb img {
  height: 38px;
  width: auto;
  display: block;
}





/* ================================================================================================
   2) TYPO — BASE COMMUNE (toutes largeurs)
   --------------------------------------------------------------------------------
   -> Base neutre + couleurs.
   -> Ici tu règles la “charte” générale.
================================================================================================ */

body.view_lot .lot-page-mobile {
  font-size: 16px;      /* base texte */
  line-height: 1.55;    /* base interligne */
  color: #333;          /* base couleur texte */
}

/* --- H1 (Titre du lot) : réglage générique (sera affiné par media queries) --- */
body.view_lot .lot-page-mobile h1 {
  font-size: 2px;     /* valeur de base (sera surchargée selon zone) */
  line-height: 1.25;
  font-weight: 600;
  margin: 16px 0 8px;
  text-align: center;
  color: #291b95;        /* couleur titre (modifiable) */
}

/* --- Sous-titres : Proposé par / Date --- */
body.view_lot .lot-page-mobile .membre,
body.view_lot .lot-page-mobile .date {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-bottom: 6px;
}

/* --- Infos (âge, sexe, ville…) : bloc + lignes --- */
body.view_lot .lot-page-mobile .infos {
  margin: 12px 0;
  font-size: 16px;
  color: #555;
}

body.view_lot .lot-page-mobile .infos-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 6px;
}

/* --- Variables (valeurs) --- */
body.view_lot .lot-page-mobile .info {
  white-space: nowrap;
  color: #555;           /* couleur valeur (modifiable) */
}

/* --- Labels (titres) --- */
body.view_lot .lot-page-mobile .info .title {
  font-weight: 600;      /* gras label */
  margin-right: 4px;
  color: #333;           /* couleur label */
}

/* --- Complément --- */
body.view_lot .lot-page-mobile .complement {
  margin-top: 14px;
  font-size: 16px; 
  line-height: 1.45;
  color: #333;
}



body.view_lot .lot-page-mobile .complement .title {
  font-weight: 700;
  color: #1f2b3a;
}

/* --- Détails --- */
body.view_lot .lot-page-mobile .details-container {
  font-size: 16px;
  line-height: 1.55;
  margin-top: 12px;
  color: #333;
}

body.view_lot .lot-page-mobile .details-container .title {
  font-weight: 700;
  margin-bottom: 6px;
  color: #1f2b3a;
}

/* Bouton retirer */
body.view_lot .lot-page-mobile .btn.retirer {
  margin-top: 20px;
}

/* Supprimer le backlist du bas */
body.view_lot .lot-page-mobile .details .backlist {
  display: none;
}


/* DEBUG BASE — doit être VIOLET par défaut */
/*body.view_lot .lot-page-mobile h1 {
  color: purple !important;
}*/

/* ================================================================================================
   3) ZONE TABLETTE LARGE : 1143px → 1025px
   --------------------------------------------------------------------------------
   -> Ici tu règles le rendu “au-dessus de 1024” sans casser le layout.
   -> Exemples typiques : H1 plus grand, labels un peu plus gros, couleurs, gras…
================================================================================================ */



/* ================================================================================================
   4) ZONE 1024px ET DESSOUS
   --------------------------------------------------------------------------------
   -> Ici tu appliques ton “style mobile” (typo, couleurs) pour ≤ 1024.
   -> C’est ici que tu harmonises le rendu mobile/tablette.
================================================================================================ */


  body.view_lot .lot-page-mobile h1 {
    font-size: 24px;       /* 👈 H1 ≤1024 */
    font-weight: 600;
   /* color: #1f2b3a; */
  }

  body.view_lot .lot-page-mobile .membre,
  body.view_lot .lot-page-mobile .date {
    font-size: 15px; 
   /* color: #666; */
  }

 @media (max-width: 1024px) {
  body.view_lot .lot-page-mobile .infos .info { /* labels et variables */
    font-size: 18px;
  
  }
}


  body.view_lot .lot-page-mobile .info .title {
    font-weight: 600;
   /* color: #333; */
  }

  body.view_lot .lot-page-mobile .info {
   /* color: #555;*/
  }

  body.view_lot .lot-page-mobile .complement,
  body.view_lot .lot-page-mobile .details-container {
    font-size: 17px; 
    color: #333;
  }



  body.view_lot .lot-page-mobile .complement .title,
  body.view_lot .lot-page-mobile .details-container .title {
    font-weight: 700;
	 font-size: 20px; 
   /* color: #1f2b3a; */
  }
}

/* DEBUG ≤ 1024 — VERT */
/*@media (max-width: 1024px) {
  body.view_lot .lot-page-mobile h1 {
    color: green !important;
  }
}*/

/* ================================================================================================
   LOT — MOBILE ÉTROIT (≤ 750px)
================================================================================================ */

@media (max-width: 750px) {

  /* Base texte */
  body.view_lot .lot-page-mobile {
    font-size: 15px;
    line-height: 1.55;
  }

  /* Titre principal */
  body.view_lot .lot-page-mobile h1 {
    font-size: 22px;
    line-height: 1.25;
    font-weight: 600;
    text-align: center;
  }

  /* Membre / date */
  body.view_lot .lot-page-mobile .membre,
  body.view_lot .lot-page-mobile .date {
    font-size: 13px;
  }

  /* =============================
     INFOS (Âge, Sexe, Ville…)
     ============================= */

  /* VARIABLES → 8 ans, mixte, etc. */
  body.view_lot .lot-page-mobile .infos .info {
    font-size: 14px;     /* 👈 ICI */
    line-height: 1.35;
   /* color: red;      */    /* TEST */
  }

  /* LABELS → Âge, Sexe, Saison */
  body.view_lot .lot-page-mobile .infos .info .title {
    font-size: 14px;
    font-weight: 600;
    margin-right: 4px;
  }

  /* Complément */
  body.view_lot .lot-page-mobile .complement {
    font-size: 14px;
    line-height: 1.45;
  }

  body.view_lot .lot-page-mobile .complement .title {
    font-size: 15px;
    font-weight: 700;
  }

  /* Détails */
  body.view_lot .lot-page-mobile .details-container {
    font-size: 14px;
    line-height: 1.5;
  }

  body.view_lot .lot-page-mobile .details-container .title {
    font-size: 15px;
    font-weight: 700;
  }

  /* Image */
  body.view_lot .lot-page-mobile .lot-main-image img {
    max-height: 280px;
  }
}


/* ================================================================================================
   LOT — BOUTON “RETIRER CET ARTICLE” (≤ 600px)
================================================================================================ */

@media (max-width: 600px) {

  body.view_lot .btn.retirer {
    font-size: 13px;          /* texte plus petit */
    padding: 8px 14px;        /* bouton plus compact */
    line-height: 1.2;
    border-radius: 4px;       /* un peu plus discret */
  }

}


/* =========================================
   LOT — ESPACE IMAGE / VIGNETTES
   (galerie mobile, jusqu'à 1025)
   ========================================= */

body.view_lot .lot-gallery-mobile .lot-main-image {
  margin-bottom: 16px;
}





/* ============================================================================================================================================
                                                 DASHBOARD — MODIF USER
============================================================================================================================================== */

/* =====================================================
   DASHBOARD — autoriser scroll horizontal
===================================================== */

@media (max-width: 1024px) {

  body.dashboard main .container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.dashboard table {
    min-width: 1100px; /* AJUSTE si besoin */
  }

}

/* =====================================================
   DASHBOARD / USER — correction chevauchement à ≤1024px
===================================================== */

/* =====================================================
   DASHBOARD / EDIT USER — Forcer infos sous l'image
   (zone critique 992px → 1130px)
===================================================== */

/****** DASHBOARD / EDIT USER — Forcer le texte sous l'image ******/

@media (min-width: 992px) and (max-width: 1130px) {

  body.dashboard_edit_user .lot .row,
  body.dashboard .lot .row {
    display: flex;
    flex-wrap: wrap;
  }

  body.dashboard_edit_user .lot .visuel,
  body.dashboard_edit_user .lot .infos,
  body.dashboard_edit_user .lot .actions,
  body.dashboard .lot .visuel,
  body.dashboard .lot .infos,
  body.dashboard .lot .actions {
    width: 100% !important;
    float: none !important;
  }

  body.dashboard_edit_user .lot .infos,
  body.dashboard .lot .infos {
    padding-top: 10px;
  }

}

/****** DASHBOARD / EDIT USER — Sécuriser le flux principal ******/

@media (max-width: 1024px) {

  body.dashboard_edit_user main,
  body.dashboard_edit_user main > .container,
  body.dashboard main,
  body.dashboard main > .container {
    display: block !important;
  }

}

/****** DASHBOARD / EDIT USER — Ajustement titres ******/

@media (max-width: 1024px) {

  body.dashboard_edit_user main h1,
  body.dashboard main h1 {
    font-size: 22px;
    margin-top: 50px;
  }

  body.dashboard_edit_user main h2,
  body.dashboard main h2 {
    font-size: 18px;
    margin-top: 20px;
  }

}

/* =====================================================
   DASHBOARD / EDIT USER — Réduire espace infos / actions
   < 1131px
===================================================== */

@media (max-width: 1130px) {

  body.dashboard_edit_user .lots .lot .actions,
  body.dashboard .lots .lot .actions {
    margin-top: -44px;
    margin-bottom: 44px;
    padding-top: 0;
  }

}

/* =====================================================
   DASHBOARD / EDIT USER — Icônes actions plus petites
===================================================== */

@media (max-width: 600px) {

  body.dashboard_edit_user .lots .lot .actions i.fa,
  body.dashboard .lots .lot .actions i.fa {
    font-size: 1.6em;
  }

}

/* =====================================================
   DASHBOARD EDIT USER — Fix h1 sous header (≤1024)
===================================================== */

@media (max-width: 1024px) {

  /* 1) Revenir à un flux normal */
  body.dashboard_edit_user main,
  body.dashboard_edit_user main > .container {
    display: block !important;
  }

  /* 2) Réserver l’espace du header fixe */
  body.dashboard_edit_user main {
    padding-top: 120px !important; /* ajuste si besoin : 100 / 120 / 140 */
  }

  /* 3) Forcer le h1 à rester visible */
  body.dashboard_edit_user main h1 {
    display: block !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 2 !important;
    margin: 0 0 20px !important;
  }

  /* 4) S’assurer que le contenu reste sous le titre */
  body.dashboard_edit_user .row,
  body.dashboard_edit_user .nk-credits-panel,
  body.dashboard_edit_user .credits-panel,
  body.dashboard_edit_user .credits-box {
    position: relative;
    z-index: 1;
    margin-top: 0 !important;
  }

}

/* =====================================================
   DASHBOARD EDIT USER — Dilution h1 + variable ≤700px
===================================================== */

@media (max-width: 700px) {

  body.dashboard_edit_user main h1 {
    font-size: 22px;        /* au lieu de 28px */
    line-height: 1.25;
    margin-bottom: 16px;
  }

  /* Variable (nom utilisateur dans le h1) */
  body.dashboard_edit_user main h1 span,
  body.dashboard_edit_user main h1 .user-name {
    font-size: 22px;        /* légèrement plus petit */
    font-weight: 600;       /* garde la hiérarchie */
  }

}

/* =====================================================
   DASHBOARD EDIT USER — Variable sous h1 ≤500px
===================================================== */

@media (max-width: 500px) {

  body.dashboard_edit_user main h1 {
    display: block;
    text-align: center;   /* optionnel */
  }

  body.dashboard_edit_user main h1 span,
  body.dashboard_edit_user main h1 .user-name {
    display: block;
    margin-top: 6px;
    font-size: 17px;      /* ajuste si besoin */
    font-weight: 600;
  }

}


/* =========================================================
   VIEW ALL LOTS — SUPPRESSION DU BOUTON RETIRER CET ARTICLE DESKTOP
   ========================================================= */
@media (min-width: 1025px) {
  body.view_all_lots .lots .lot .action a.btn.btn-bleu {
    display: none !important;
  }
}




/* =========================================================
   PANNEL MESSAGE ACHAT CREDIT
   ========================================================= */

@media (max-width: 550px) {

  .has-tooltip::after {
    white-space: normal;      /* autorise le retour à la ligne */
    max-width: 240px;         /* limite largeur */
    width: max-content;
    text-align: center;
    word-break: break-word;   /* casse si trop long */
  }

}
/* Empêche le tooltip d'être coupé par le panel tablette */
.nk-tooltip-wrapper {
  position: relative;
  display: inline-block;
}

.nk-tooltip-box {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  max-width: 85vw;
  background: #333;
  color: #fff;
  padding: 8px 10px;
  font-size: 13px;
  border-radius: 6px;
  text-align: center;
  line-height: 1.4;
  z-index: 9999;
}

.nk-tooltip-wrapper:hover .nk-tooltip-box {
  display: block;
}




/*=======================================================================================================================================
                                        DEPANNAGE DOUBLE SCROLLE SUITE  HEADER TROP LARGE
========================================================================================================================================= */

/* =========================================================
   🔒 HEADER SYSTEM — VERROU FINAL
   À COLLER TOUT EN BAS DU CSS
========================================================= */

/* 1️⃣ Variable unique de référence */
/*:root {
  --header-height-desktop: 90px;
}

/* 2️⃣ HEADER DESKTOP FIXE */
/*media (min-width: 1025px) {

  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #ffffff;
  }   */

  /* Compensation UNIQUEMENT quand le header desktop est actif */
 /* body {
    padding-top: var(--header-height-desktop);
  }

}  */

/* 3️⃣ HEADER TABLETTE / MOBILE — PAS DE FIXE */
/*@media (max-width: 1024px) {

  header {
    position: static;
  }

  body {
    padding-top: 0;
  }

} */

/* 4️⃣ BANDEAU FILTRES STICKY — RELATIF AU HEADER DESKTOP */
/*@media (min-width: 1025px) {

  .filters-sticky {
    position: sticky;
    top: var(--header-height-desktop);
    z-index: 900;
  }

}  */

/* 5️⃣ BANDEAU FILTRES — NORMAL EN TABLETTE */
/*@media (max-width: 1024px) {

  .filters-sticky {
    position: static;
    top: auto;
  }

}*/




/*===================================================================================================================================
*
*                              DEPANNAGE PROB DE SCROLLE HEADER ET AJUSTEMENT HAUTEUR BANDEAU FILTRES                                
*=====================================================================================================================================*



/* REPARATION DOUBLE SCROLLE SOUS HEADER*/
html {
  height: auto !important;
  overflow-y: auto !important;
}

body {
  height: auto !important;
  min-height: 100% !important;
  overflow-y: visible !important;
}


/*REPARATION SCROLLE DU BANDEAU FILTRE*/

.filters-sticky {
  position: fixed;
  top: 90px;          /* hauteur exacte du header */
  left: 0;
  right: 0;
  z-index: 999;       /* juste sous le header */
  background: #ffffff;
}





/*REGLAGE DU BANDEAU DE FILTRES */

/* Desktop */
.filters-sticky {
  position: fixed;
  top: 90px; /* hauteur header desktop */
  z-index: 900;
}

/* Tablette / mobile */
@media (max-width: 1024px) {
  .filters-sticky {
    top: 65px; /* ajuste à la vraie hauteur du header */
  }
}





/* ==================================================================================================================++++++=================================
                                                   

												   1️⃣ VARIABLES GLOBALES DU SITE
												   
												   
   
   ===================================================================================================================+++++++++============================ */


/* ============================================================
   COULEUR DE FOND DES PAGES
   (les sections blanches / bleues de la home restent prioritaires)
   ============================================================ */

/* Fond par défaut de toutes les pages */
body {
    background-color: #fff;;
}

/* Home page : fond spécifique */
body.home {
    background-color: #f8f8f8;;  /*couleur du petit bandeau de liens sur image en mode tablette  #f8f8f8;*/
}


/*Page spécifique tous les lots */
body.view_all_lots main{
  background-color: #ededed;  /*ededed*/
}


/*=========================================================
1️⃣ HEADER DESKTOP — COULEUR DE FOND
=========================================================*/
header {

  border-bottom: 2px solid #eae7dd;
}

.nk-header {
  background: #000;
}


/*=========================================================
1️⃣ CARTE DES LOTS : COULEUR DE FOND
===========================================================*/
body.view_all_lots .lots .lot{
  background: #F7F7F7;       /* mets ta couleur ici */
  border-radius: 12px;    /* optionnel */
}


/*=========================================================
1️⃣ BANDEAU STICKY FILTRES/RECHERCHE
=========================================================*/

/*** FOND DU BANDEAU ***/

.filters-sticky {
    background: #fff;
}


/*** BOUTONS DE FILTRES ***/
/*.filters-sticky .btn,
.filters-sticky button {
    background: #f5f5f5 !important;
    border: 1px solid #291B9540 !important; 
    color: #333 !important;
    border-radius: 25px;
    padding: 8px 18px;
    transition: all 0.2s ease;
}  */



/*** BOUTONS EFFACER ***/

/*.filters-sticky .btn-effacer,
.filter-btn--reset {
    background: #f5f5f5 !important;
    border: 1px solid rgba(41,27,149,0.25) !important;
    color: #333 !important;
    border-radius: 25px;
    padding: 8px 18px;
    transition: all 0.2s ease;
}  */


/*=========================================================
1️⃣   SECTIONS BLEUES ET BLANCHES MOBILE-GESTION DES COULEURS 
=========================================================*/

/********* SECTION BLANCHE — DESKTOP *********/
body.home section.vetements.white {                 
  background-color: #f8f8f8 !important;
  padding: 60px 0;
}

/********* SECTION BLANCHE — ≤1024px *********/
@media (max-width: 499px) {
  body.home section.vetements.white {
    background-color: #ededed !important;
    padding: 60px 0; /* ou ajuste si tu veux */
  }
}




/*=========================================================
1️⃣   Marge top des titres h1 – règle commune 
=========================================================*/
body.add_lot main > .container,
body.add_lot_select main > .container,
body.mod_lot main > .container,
body.manage_lots main > .container,
body.dashboard main > .container,
body.profil main > .container,
body.connexion main > .container,
body.cgu main > .container,
body.mentions_legales main > .container,
body.sitemap main > .container,
body.confirm_add_lot main > .container,
body.delete_lot main > .container,
body.inscription main > .container,
body.get_lot main > .container,
body.confirm_get_lot main > .container,
body.eval_echange main > .container,
body.contact_confirm main > .container,
body.inscription_confirmation main > .container {
    padding-top: 30px;
}


/*TITRES H1 PAGES CATEGORIES */
body.view_all_lots main {
  padding-top: 50px;
}





/* =========================================================
   NIPPEKIDS – TITRES SECONDAIRES (PRÉPARATION)
   ========================================================= */

body.dashboard_edit_user .lots .lot .infos h3 {
  color: #000000 !inherit; /* mets ici la couleur voulue */
}
/* =========================================================
   NIPPEKIDS – TITRES GLOBAUX
   ========================================================= */   
h1 { color: #291b95 !important; }   
h2 { color: #291b95 !important; }   
h3 { color: #291b95 !important; }
h4 { color: #8bc34a !important; }
h5 { color: #444444 !important; }
h6 { color: #555555 !important; }




/* FIX : couleur des titres dans le TDB - gérer utilisateur */
.admin-user-page h3 {
    color: #333;
}



/*FORMULAIRE DE RECLAMATION */
body.reclamation-page h1.page-title {
    margin-top: -30px;   /* ajuste : -10 / -15 / -20 */
  }
 


/* =====================================================
   Titre h1 home page "enfants de 0 à 12 ans"
===================================================== */

.home-main-title {
  text-align: center;
  font-size: 18px;
  margin: 15px 10px;
  font-weight: 600;
}

/* Masquer le H1 en mobile */
/*@media (max-width: 800px) {
  .home-main-title {

    display: none;
  }
}*/
 
 
 @media (max-width: 768px) {
  .home-main-title {
    font-size: 12px;
    margin: 30px 15px;
    line-height: 1.4;
  }
}

/* =====================================================
   Titre h2 PAGE GÉRER MES ARTICLES — Couleur des titres H2
===================================================== */

/*body.manage_lots main h2 {
  color: #34c924; /* mets la couleur que tu veux */
/*}*/

/* =========================================
  Titre h2 PAGE HOME – SECTION BLEUE – TITRES h2
========================================= */
body.home section.jeux-et-jouets.blue h2 {
  color: #6a4c93; /* ou ta variable exacte */
}



/* =====================================================
   BOUTON ORANGE/BLANC GLOBAL (Retirer cet article)
======================================================= */

a.btn.btn-orange,
button.btn.btn-orange {
    background-color: #291b95;   /* nouvelle couleur fond */
    color: #ffffff;              /* couleur texte */
    border: none;
    transition: all 0.3s ease;
}

/* HOVER */
a.btn.btn-orange:hover,
button.btn.btn-orange:hover {
    background-color: #34c924;   /* couleur au hover */
    color: #ffffff;
}


/*BORDURE DU BOUTON*/
a.btn.btn-orange:hover,
button.btn.btn-orange:hover {
	 box-shadow: 0 0 0 3px rgba(74, 46, 167, 0.25) !important;  
	   /* box-shadow: none !important;*/   /* pour supprimer la bordure*/
}











/* ============================================
   BOUTONS BLEUS/ORANGE GLOBAL INSCRIPTION
=============================================== */

a.btn.btn-bleu,
button.btn.btn-bleu {
    background-color: #291b95 !important;
    color: #ffffff !important;
  /*  border: 2px solid #291b95 !important; */  /*Petite bprdure supp à l'intérieur du bouton */
    box-shadow: none !important;
    transition: all .2s ease;
}

/* Hover */
a.btn.btn-bleu:hover,
button.btn.btn-bleu:hover {
    background-color: #34c924 !important;
    color: #ffffff !important;
    border-color: #4a2ea7 !important; 
   box-shadow: 0 0 0 3px rgba(74, 46, 167, 0.25) !important;  
}

/* Active */
a.btn.btn-bleu:active,
button.btn.btn-bleu:active {
    background-color: #1e1270 !important;
    border-color: #4a2ea7 !important; 
} 




/* ============================================
   BOUTON SUBMIT FORMULAIRE DE RECLAMATION
=============================================== */

button.btn-danger,
a.btn-danger {

    background-color: #291b95 !important;   /* fond */
    color: #ffffff !important;              /* texte */
    border: 1px solid #291b95 !important;   /* bordure */
}

/* Hover */
button.btn-danger:hover,
a.btn-danger:hover {
    background-color: #34c924 !important;
    color: #ffffff !important;
    border-color: #4a2ea7 !important; 
   box-shadow: 0 0 0 3px rgba(74, 46, 167, 0.25) !important;  
}



/* =========================
   Lien ORANGE "Retour à la liste"
========================= */

body.view_lot a.backlist {
    color: #291b95 !important;   /* couleur texte */
	    margin-top: 15px;
}

/* Hover */
body.view_lot a.backlist:hover {
    color: #34c924 !important;
}


/* ============================
   LIEN ORANGE "Comment ça marche"
============================ */

body.view_lot .comment-ca-marche a {
    color: #291b95 !important;        /* couleur normale */
    text-decoration: none;
    transition: color .2s ease, text-decoration .2s ease;
}

/* Hover */
body.view_lot .comment-ca-marche a:hover {
    color: #4a2ea7 !important;        /* couleur au survol */
    text-decoration: underline;
}









/* ========================================================================================================
                             IMAGE BEBE HOME PAGE VERSION ARMOIRE
   ========================================================================================================= */

/* EFFET DE TRANSPARENCE */
/*body.home .home-banner img {
    opacity: 1; /* 1 = normal, 0.5 = très transparent */
}


/* =====================================================
   ZONES CLIQUABLES IMAGE HOME
===================================================== */

/*.home-banner {
    position: relative;
}

.home-zone {
    position: absolute;
    display: block;
    z-index: 5;
    transition: background 0.3s ease;
}

/* Effet léger au hover */
/*.home-zone:hover {
    background: rgba(0,0,0,0.1);
    cursor: pointer;
}

/* ======================
   POSITIONNEMENT
   (À AJUSTER VISUELLEMENT)
====================== */

/* VÊTEMENTS - armoire gauche haut */
/*.zone-vetements {
 /*   top: 1%;  /* diminur la valeur pour remonter la zone clicable */
 /*   left: 1%; /*Déplace la zone clicable vers la gauche en diùinuant la valeur */
  /*  width: 44%; /* Augmente la larger de la zone clicable */
 /*   height: 13%; /*Diminuer la valeur pour réduite la taille verticale de la zone clicable */
/*}
/* JOUETS - bas gauche */
/*.zone-jouets {
    bottom: 75%;
    left: 2%;
    width: 43%;
    height: 10%;
}

/* LIVRES - étagère centre haut */
/*.zone-livres {
    top: 1%;
    left: 46%;
    width: 53%;
    height: 7%;
}

/* ÉQUIPEMENTS - centre bas (poussette) */
/*.zone-equipements {
    bottom: 75%;
    left: 47%;
    width: 50%;
    height: 16%;
}


/*VISUALISER LES ZONES CLICABLES POUR REGLAGE EN POSITIONS*/
/*.home-zone {
    background: rgba(255, 0, 0, 0.3);
    border: 2px solid red;
}*/


/*Pour éviter que la zone ne dépasse sur mobile */
/*@media (max-width: 800px) {
    .zone-vetements {
        top: 1%;
        left: 4%;
        width: 40%;
        height: 10%;
    }
}    */




/* ============================= */
/* HERO FULLSCREEN MOBILE        */
/* ============================= */

/*.home-banner {
  position: relative;
  overflow: hidden;
}

.home-banner picture,
.home-banner img {
  display: block;
  width: 100%;
}

@media (max-width: 768px) {

  body.home .home-banner {
    height: 100svh;
  }

  body.home .home-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

}

.home-banner {
  border: 3px solid red;
}*/






/******************************************  MODIF CARNETS DU GARD  ************************************************/

.nk-header-tablet .nk-ht-panel a.nk-tablet-deposer-link {
  color: red !important;
  background: yellow !important;  }

@media (min-width: 1025px) {
    body.view_lot .fiche .complement {
        padding: 12px 0;
    }
}


/** taille du texte de la carte dans la home **/
body.home section.vetements.white .lot .infos h3 {
    font-size: 18px;
    line-height: 1.1;
}


/** alignement choix dans bouton de filtre Départ  **/

.filter-content {
    text-align: left;
}

.filter-content label {
    display: block;
    text-align: left;
}

.filter-content label {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    text-align: left;
}



/*** Style bouton sur home page "VOIR TOUTES LES ...."  ***/

@media (max-width: 575px) {

    body.home .see-all-wrapper {
        text-align: center;
        margin-top: 18px;
        margin-bottom: 10px;
    }

    body.home a.btn.btn-gris.see-all,
    body.home a.btn.btn-vert.see-all,
    body.home a.btn.see-all {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 280px;
        min-height: 86px;
        padding: 16px 18px !important;
        text-align: center !important;
        line-height: 1.15;
        font-size: 18px;
        font-weight: 500;
        border: 2px solid #39d12f;
        border-radius: 16px;
        background: #fff;
        color: #2d2a86 !important;
        box-sizing: border-box;
        white-space: normal;
        text-decoration: none;
        margin: 0 auto;
    }
}









/***** HEADER DESKTOP — CARNETS DU GARD *****/
/***** HEADER DESKTOP — CARNETS DU GARD *****/

.nk-header {
  display: flex;
  flex-direction: column;
  background: #f7f7f5;
}

.nk-header__inner {
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  align-items: center;
  width: 100%;
  min-height: 110px;
  padding: 0 28px;
  box-sizing: border-box;
}

.nk-header__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.nk-header__center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.nk-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.nk-header-topo {
  width: 100%;
  height: 72px;
  overflow: hidden;
  background: transparent;
  margin-top: -30px; /* ajuste si besoin */
}

.nk-header-topo svg {
  display: block;
  width: 100%;
  height: 100%;
}

.nk-header-topo {
  background: #fff;
}

.nk-header {
  background: #fff;
}


/*Icone maison */
.nk-header__left {
  padding-left: 0;
}
.nk-header .nav-home a:hover {
  background: transparent !important;
}



/* Icone burger  */
.nk-menu-wrapper {
  transform: translateX(-48px);
  
}

/*Taille hauteur header */
.nk-header__inner {
  min-height: 90px;
}

/*Icone aide */
.nk-header-help {
  transform: translateX(-42px);
}




/*** ENVELOPPE MESSAGE INFO DANS HEADER — BLOC DROIT ***/
.nk-header-messages {
  display: flex;
  align-items: center;
  margin-right: 10px; /* ajuste si besoin, ou supprime */
}

.nk-header-messages a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #6a4c93;
  text-decoration: none;
}

.nk-header-messages a:hover {
  background: rgba(106, 76, 147, 0.08);
}

.nk-messages-icon {
  display: block;
}

/* Badge au-dessus de l’enveloppe */
.nk-header-messages .nk-msg-badge {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #e53935;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  font-weight: 700;
  z-index: 10;
}



/*****  Header tablette ***/
.nk-header-tablet {
  position: relative;
  background: #fff;
  z-index: 9999;
}

.nk-header-tablet__top {
  display: grid;
  grid-template-columns: 44px 44px 1fr 44px;
  align-items: center;
  gap: 8px;
  padding: 10px 14px 6px;
}

.nk-ht-center--brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  text-align: center;
}

.nk-ht-logo--carnets {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #6a4c93;
  font-size: 20px;
}

.nk-ht-slogan {
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.2;
  color: #5f5f5f;
  font-family: 'Indie Flower', cursive;
  white-space: nowrap;
}

.nk-header-tablet__topo {
  width: 100%;
  line-height: 0;
  margin-top: 2px;
}

.nk-header-tablet__topo svg {
  display: block;
  width: 100%;
  height: 28px;
}

.nk-ht-home,
.nk-ht-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nk-ht-account-btn {
  color: #6a4c93;
  background: transparent;
  border: 0;
  padding: 0;
}

.nk-burger-4 line {
  stroke: #6a4c93;
  stroke-width: 4;
  stroke-linecap: round;
}









.nk-header-tablet__topo {
  margin-top: -6px;
}

.nk-header-tablet__topo svg {
  display: block;
  width: 100%;
  height: 18px;
}





