@charset "UTF-8";
.gray { color: #4e555e !important; }

.grey { color: #90979b !important; }

.white { color: #ffffff; }

.red { color: #d04119 !important; }

.green { color: #afca0b; }

.blue { color: #039ca9; }

.bg-pending { background-color: #ffedb6 !important; }

.bg-accepted { background-color: #caffcd !important; }

.accepted { color: #56ca5b !important; }

.bg-white { background-color: #fff; }

.bg-red { background-color: #d04119 !important; }

.bg-blue { background-color: #039ca9 !important; }

.bg-green { background-color: #afca0b !important; }

.bg-gray { background-color: #4e555e; }

.bg-dark { background-color: #282a2b !important; }

.severity-critical { background-color: rgba(223, 142, 142, 0.33) !important; }

.severity-serious { background-color: rgba(223, 191, 142, 0.33) !important; }

.severity-medium { background-color: rgba(222, 223, 142, 0.33) !important; }

.text-bold { font-weight: bold; color: inherit !important; }

.alert { font-size: 14px; padding: 15px; margin-bottom: 20px; border-radius: 8px; }

.alert h4 { margin-top: 0; color: inherit; }

.alert .alert-link { font-weight: bold; }

.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 { color: #3c763d !important; background-color: #dff0d8; border-color: #d6e9c6; }

.alert-success hr { border-top-color: #c9e2b3; }

.alert-success .alert-link { color: #2b542c; }

.alert-info { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; }

.alert-info hr { border-top-color: #a6e1ec; }

.alert-info .alert-link { color: #245269; }

.alert-warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; }

.alert-warning hr { border-top-color: #f7e1b5; }

.alert-warning .alert-link { color: #66512c; }

.alert-danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }

.alert-danger hr { border-top-color: #e4b9c0; }

.alert-danger .alert-link { color: #843534; }

.img-responsive img { max-width: 100%; height: auto; display: block; text-align: center; width: 90%; padding: 0px 2%; margin-left: auto; margin-right: auto; }

.img-responsive.fit img { width: 100%; padding: 0; }

.table-responsive { width: 100%; }

@media (min-width: 300px) { .xxs-max-width-300 { max-width: 300px !important; } }

.inside { margin-top: 20px; margin-bottom: 20px; background: #ededed; background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%); }

.inside-full-height { /* // if you want to give content full height give him height: 100%; // with content full height you can't apply margins to the content // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100 */ height: 100%; margin-top: 0; margin-bottom: 0 !important; }

/* columns of same height styles */
.row-height { display: table; table-layout: fixed; height: 100%; width: 100%; }

.col-height { display: table-cell; float: none; height: 100%; }

.col-top { vertical-align: top; }

.col-middle { vertical-align: middle; }

.col-bottom { vertical-align: bottom; }

@media (min-width: 480px) { .row-xs-height { display: table; table-layout: fixed; height: 100%; width: 100%; }
  .col-xs-height { display: table-cell; float: none; height: 100%; }
  .col-xs-top { vertical-align: top; }
  .col-xs-middle { vertical-align: middle; }
  .col-xs-bottom { vertical-align: bottom; } }

@media (min-width: 768px) { .row-sm-height { display: table; table-layout: fixed; height: 100%; width: 100%; }
  .col-sm-height { display: table-cell; float: none; height: 100%; }
  .col-sm-top { vertical-align: top; }
  .col-sm-middle { vertical-align: middle; }
  .col-sm-bottom { vertical-align: bottom; } }

@media (min-width: 992px) { .row-md-height { display: table; table-layout: fixed; height: 100%; width: 100%; }
  .col-md-height { display: table-cell; float: none; height: 100%; }
  .col-md-top { vertical-align: top; }
  .col-md-middle { vertical-align: middle; }
  .col-md-bottom { vertical-align: bottom; } }

@media (min-width: 1200px) { .row-lg-height { display: table; table-layout: fixed; height: 100%; width: 100%; }
  .col-lg-height { display: table-cell; float: none; height: 100%; }
  .col-lg-top { vertical-align: top; }
  .col-lg-middle { vertical-align: middle; }
  .col-lg-bottom { vertical-align: bottom; } }

.embeddedContent { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; -webkit-box-shadow: 0px 3px 12px; box-shadow: 0px 3px 12px; margin-bottom: 20px; border-radius: 5px; background-color: #000; }

.embeddedContent iframe, .embeddedContent object, .embeddedContent embed { position: absolute; top: 1%; left: 2%; width: 96%; height: 96%; }

.divider-v30 { margin-bottom: 30px; }

.row.grid > div { margin-top: 15px; margin-bottom: 15px; }

.clear-left { clear: left; }

.clear-right { clear: right; }

.clear { clear: both; }

.text-center { text-align: center !important; }

/*! Bootstrap v3.4.1 (https://getbootstrap.com/) Copyright 2011-2019 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: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

h1 { font-size: 2em; margin: 0.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: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 1em 40px; }

hr { -webkit-box-sizing: content-box; 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"] { -webkit-box-sizing: border-box; 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; -webkit-box-sizing: content-box; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

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 { *, *:before, *:after { color: #000 !important; text-shadow: none !important; background: transparent !important; -webkit-box-shadow: none !important; box-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: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  .navbar { display: none; }
  .btn > .caret, .wcc-btn-big a > .caret, .btn-big > .caret, .dropup > .btn > .caret, .wcc-btn-big .dropup > a > .caret, .dropup > .btn-big > .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 th, .table-bordered td { border: 1px solid #ddd !important; } }

@font-face { font-family: "Glyphicons Halflings"; src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot"); src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/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-euro:before, .glyphicon-eur: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 { content: "\e227"; }

.glyphicon-btc:before { content: "\e227"; }

.glyphicon-xbt:before { content: "\e227"; }

.glyphicon-yen:before { content: "\00a5"; }

.glyphicon-jpy:before { content: "\00a5"; }

.glyphicon-ruble:before { content: "\20bd"; }

.glyphicon-rub: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"; }

* { -webkit-box-sizing: border-box; box-sizing: border-box; }

*:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857; color: #333333; background-color: #fff; }

input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }

a { color: #d04119; text-decoration: none; }

a:hover, a:focus { color: #8c2c11; text-decoration: underline; }

a:focus { 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.42857; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.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 #eeeeee; }

.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; }

[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: #777777; }

h1, .h1, h2, .h2, h3, .h3 { margin-top: 20px; margin-bottom: 10px; }

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small { font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 { margin-top: 10px; margin-bottom: 10px; }

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .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; } }

mark, .mark { padding: .2em; background-color: #fcf8e3; }

.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; }

.text-uppercase, .initialism { text-transform: uppercase; }

.text-capitalize { text-transform: capitalize; }

.text-muted { color: #777777; }

.text-primary { color: #0c4a70; }

a.text-primary:hover, a.text-primary:focus { color: #072c42; }

.text-success { color: #afca0b; }

a.text-success:hover, a.text-success:focus { color: #859a08; }

.text-info { color: #31708f; }

a.text-info:hover, a.text-info:focus { color: #245269; }

.text-warning { color: #8a6d3b; }

a.text-warning:hover, a.text-warning:focus { color: #66512c; }

.text-danger { color: #a94442; }

a.text-danger:hover, a.text-danger:focus { color: #843534; }

.bg-primary { color: #fff; }

.bg-primary { background-color: #0c4a70; }

a.bg-primary:hover, a.bg-primary:focus { background-color: #072c42; }

.bg-success { background-color: #dff0d8; }

a.bg-success:hover, a.bg-success:focus { background-color: #c1e2b3; }

.bg-info { background-color: #239de7; }

a.bg-info:hover, a.bg-info:focus { background-color: #1581c3; }

.bg-warning { background-color: #fcf8e3; }

a.bg-warning:hover, a.bg-warning:focus { background-color: #f7ecb5; }

.bg-danger { background-color: #f2dede; }

a.bg-danger:hover, a.bg-danger:focus { background-color: #e4b9b9; }

.page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eeeeee; }

ul, ol { margin-top: 0; margin-bottom: 10px; }

ul ul, ul ol, ol ul, ol ol { margin-bottom: 0; }

.list-unstyled { padding-left: 0; list-style: none; }

.list-inline { padding-left: 0; list-style: none; margin-left: -5px; }

.list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; }

dl { margin-top: 0; margin-bottom: 20px; }

dt, dd { line-height: 1.42857; }

dt { font-weight: 700; }

dd { margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after { display: table; content: " "; }

.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[title], abbr[data-original-title] { cursor: help; }

.initialism { font-size: 90%; }

blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eeeeee; }

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; }

blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.42857; color: #777777; }

blockquote footer:before, blockquote small:before, blockquote .small:before { content: "\2014 \00A0"; }

.blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; text-align: right; border-right: 5px solid #eeeeee; border-left: 0; }

.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before { content: ""; }

.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after { content: "\00A0 \2014"; }

address { margin-bottom: 20px; font-style: normal; line-height: 1.42857; }

code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 4px; }

kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 3px; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd { padding: 0; font-size: 100%; font-weight: 700; -webkit-box-shadow: none; box-shadow: none; }

pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.42857; color: #333333; word-break: break-all; word-wrap: break-word; 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 { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }

.container:before, .container:after { display: table; content: " "; }

.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 { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }

.container-fluid:before, .container-fluid:after { display: table; content: " "; }

.container-fluid:after { clear: both; }

.row { margin-right: -15px; margin-left: -15px; }

.row:before, .row:after { display: table; content: " "; }

.row:after { clear: both; }

.row-no-gutters { margin-right: 0; margin-left: 0; }

.row-no-gutters [class*="col-"] { padding-right: 0; padding-left: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 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.33333%; }

.col-xs-2 { width: 16.66667%; }

.col-xs-3 { width: 25%; }

.col-xs-4 { width: 33.33333%; }

.col-xs-5 { width: 41.66667%; }

.col-xs-6 { width: 50%; }

.col-xs-7 { width: 58.33333%; }

.col-xs-8 { width: 66.66667%; }

.col-xs-9 { width: 75%; }

.col-xs-10 { width: 83.33333%; }

.col-xs-11 { width: 91.66667%; }

.col-xs-12 { width: 100%; }

.col-xs-pull-0 { right: auto; }

.col-xs-pull-1 { right: 8.33333%; }

.col-xs-pull-2 { right: 16.66667%; }

.col-xs-pull-3 { right: 25%; }

.col-xs-pull-4 { right: 33.33333%; }

.col-xs-pull-5 { right: 41.66667%; }

.col-xs-pull-6 { right: 50%; }

.col-xs-pull-7 { right: 58.33333%; }

.col-xs-pull-8 { right: 66.66667%; }

.col-xs-pull-9 { right: 75%; }

.col-xs-pull-10 { right: 83.33333%; }

.col-xs-pull-11 { right: 91.66667%; }

.col-xs-pull-12 { right: 100%; }

.col-xs-push-0 { left: auto; }

.col-xs-push-1 { left: 8.33333%; }

.col-xs-push-2 { left: 16.66667%; }

.col-xs-push-3 { left: 25%; }

.col-xs-push-4 { left: 33.33333%; }

.col-xs-push-5 { left: 41.66667%; }

.col-xs-push-6 { left: 50%; }

.col-xs-push-7 { left: 58.33333%; }

.col-xs-push-8 { left: 66.66667%; }

.col-xs-push-9 { left: 75%; }

.col-xs-push-10 { left: 83.33333%; }

.col-xs-push-11 { left: 91.66667%; }

.col-xs-push-12 { left: 100%; }

.col-xs-offset-0 { margin-left: 0%; }

.col-xs-offset-1 { margin-left: 8.33333%; }

.col-xs-offset-2 { margin-left: 16.66667%; }

.col-xs-offset-3 { margin-left: 25%; }

.col-xs-offset-4 { margin-left: 33.33333%; }

.col-xs-offset-5 { margin-left: 41.66667%; }

.col-xs-offset-6 { margin-left: 50%; }

.col-xs-offset-7 { margin-left: 58.33333%; }

.col-xs-offset-8 { margin-left: 66.66667%; }

.col-xs-offset-9 { margin-left: 75%; }

.col-xs-offset-10 { margin-left: 83.33333%; }

.col-xs-offset-11 { margin-left: 91.66667%; }

.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.33333%; }
  .col-sm-2 { width: 16.66667%; }
  .col-sm-3 { width: 25%; }
  .col-sm-4 { width: 33.33333%; }
  .col-sm-5 { width: 41.66667%; }
  .col-sm-6 { width: 50%; }
  .col-sm-7 { width: 58.33333%; }
  .col-sm-8 { width: 66.66667%; }
  .col-sm-9 { width: 75%; }
  .col-sm-10 { width: 83.33333%; }
  .col-sm-11 { width: 91.66667%; }
  .col-sm-12 { width: 100%; }
  .col-sm-pull-0 { right: auto; }
  .col-sm-pull-1 { right: 8.33333%; }
  .col-sm-pull-2 { right: 16.66667%; }
  .col-sm-pull-3 { right: 25%; }
  .col-sm-pull-4 { right: 33.33333%; }
  .col-sm-pull-5 { right: 41.66667%; }
  .col-sm-pull-6 { right: 50%; }
  .col-sm-pull-7 { right: 58.33333%; }
  .col-sm-pull-8 { right: 66.66667%; }
  .col-sm-pull-9 { right: 75%; }
  .col-sm-pull-10 { right: 83.33333%; }
  .col-sm-pull-11 { right: 91.66667%; }
  .col-sm-pull-12 { right: 100%; }
  .col-sm-push-0 { left: auto; }
  .col-sm-push-1 { left: 8.33333%; }
  .col-sm-push-2 { left: 16.66667%; }
  .col-sm-push-3 { left: 25%; }
  .col-sm-push-4 { left: 33.33333%; }
  .col-sm-push-5 { left: 41.66667%; }
  .col-sm-push-6 { left: 50%; }
  .col-sm-push-7 { left: 58.33333%; }
  .col-sm-push-8 { left: 66.66667%; }
  .col-sm-push-9 { left: 75%; }
  .col-sm-push-10 { left: 83.33333%; }
  .col-sm-push-11 { left: 91.66667%; }
  .col-sm-push-12 { left: 100%; }
  .col-sm-offset-0 { margin-left: 0%; }
  .col-sm-offset-1 { margin-left: 8.33333%; }
  .col-sm-offset-2 { margin-left: 16.66667%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-4 { margin-left: 33.33333%; }
  .col-sm-offset-5 { margin-left: 41.66667%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-7 { margin-left: 58.33333%; }
  .col-sm-offset-8 { margin-left: 66.66667%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-10 { margin-left: 83.33333%; }
  .col-sm-offset-11 { margin-left: 91.66667%; }
  .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.33333%; }
  .col-md-2 { width: 16.66667%; }
  .col-md-3 { width: 25%; }
  .col-md-4 { width: 33.33333%; }
  .col-md-5 { width: 41.66667%; }
  .col-md-6 { width: 50%; }
  .col-md-7 { width: 58.33333%; }
  .col-md-8 { width: 66.66667%; }
  .col-md-9 { width: 75%; }
  .col-md-10 { width: 83.33333%; }
  .col-md-11 { width: 91.66667%; }
  .col-md-12 { width: 100%; }
  .col-md-pull-0 { right: auto; }
  .col-md-pull-1 { right: 8.33333%; }
  .col-md-pull-2 { right: 16.66667%; }
  .col-md-pull-3 { right: 25%; }
  .col-md-pull-4 { right: 33.33333%; }
  .col-md-pull-5 { right: 41.66667%; }
  .col-md-pull-6 { right: 50%; }
  .col-md-pull-7 { right: 58.33333%; }
  .col-md-pull-8 { right: 66.66667%; }
  .col-md-pull-9 { right: 75%; }
  .col-md-pull-10 { right: 83.33333%; }
  .col-md-pull-11 { right: 91.66667%; }
  .col-md-pull-12 { right: 100%; }
  .col-md-push-0 { left: auto; }
  .col-md-push-1 { left: 8.33333%; }
  .col-md-push-2 { left: 16.66667%; }
  .col-md-push-3 { left: 25%; }
  .col-md-push-4 { left: 33.33333%; }
  .col-md-push-5 { left: 41.66667%; }
  .col-md-push-6 { left: 50%; }
  .col-md-push-7 { left: 58.33333%; }
  .col-md-push-8 { left: 66.66667%; }
  .col-md-push-9 { left: 75%; }
  .col-md-push-10 { left: 83.33333%; }
  .col-md-push-11 { left: 91.66667%; }
  .col-md-push-12 { left: 100%; }
  .col-md-offset-0 { margin-left: 0%; }
  .col-md-offset-1 { margin-left: 8.33333%; }
  .col-md-offset-2 { margin-left: 16.66667%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-4 { margin-left: 33.33333%; }
  .col-md-offset-5 { margin-left: 41.66667%; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-offset-7 { margin-left: 58.33333%; }
  .col-md-offset-8 { margin-left: 66.66667%; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-offset-10 { margin-left: 83.33333%; }
  .col-md-offset-11 { margin-left: 91.66667%; }
  .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.33333%; }
  .col-lg-2 { width: 16.66667%; }
  .col-lg-3 { width: 25%; }
  .col-lg-4 { width: 33.33333%; }
  .col-lg-5 { width: 41.66667%; }
  .col-lg-6 { width: 50%; }
  .col-lg-7 { width: 58.33333%; }
  .col-lg-8 { width: 66.66667%; }
  .col-lg-9 { width: 75%; }
  .col-lg-10 { width: 83.33333%; }
  .col-lg-11 { width: 91.66667%; }
  .col-lg-12 { width: 100%; }
  .col-lg-pull-0 { right: auto; }
  .col-lg-pull-1 { right: 8.33333%; }
  .col-lg-pull-2 { right: 16.66667%; }
  .col-lg-pull-3 { right: 25%; }
  .col-lg-pull-4 { right: 33.33333%; }
  .col-lg-pull-5 { right: 41.66667%; }
  .col-lg-pull-6 { right: 50%; }
  .col-lg-pull-7 { right: 58.33333%; }
  .col-lg-pull-8 { right: 66.66667%; }
  .col-lg-pull-9 { right: 75%; }
  .col-lg-pull-10 { right: 83.33333%; }
  .col-lg-pull-11 { right: 91.66667%; }
  .col-lg-pull-12 { right: 100%; }
  .col-lg-push-0 { left: auto; }
  .col-lg-push-1 { left: 8.33333%; }
  .col-lg-push-2 { left: 16.66667%; }
  .col-lg-push-3 { left: 25%; }
  .col-lg-push-4 { left: 33.33333%; }
  .col-lg-push-5 { left: 41.66667%; }
  .col-lg-push-6 { left: 50%; }
  .col-lg-push-7 { left: 58.33333%; }
  .col-lg-push-8 { left: 66.66667%; }
  .col-lg-push-9 { left: 75%; }
  .col-lg-push-10 { left: 83.33333%; }
  .col-lg-push-11 { left: 91.66667%; }
  .col-lg-push-12 { left: 100%; }
  .col-lg-offset-0 { margin-left: 0%; }
  .col-lg-offset-1 { margin-left: 8.33333%; }
  .col-lg-offset-2 { margin-left: 16.66667%; }
  .col-lg-offset-3 { margin-left: 25%; }
  .col-lg-offset-4 { margin-left: 33.33333%; }
  .col-lg-offset-5 { margin-left: 41.66667%; }
  .col-lg-offset-6 { margin-left: 50%; }
  .col-lg-offset-7 { margin-left: 58.33333%; }
  .col-lg-offset-8 { margin-left: 66.66667%; }
  .col-lg-offset-9 { margin-left: 75%; }
  .col-lg-offset-10 { margin-left: 83.33333%; }
  .col-lg-offset-11 { margin-left: 91.66667%; }
  .col-lg-offset-12 { margin-left: 100%; } }

table { background-color: transparent; }

table col[class*="col-"] { position: static; display: table-column; float: none; }

table td[class*="col-"], table th[class*="col-"] { position: static; display: table-cell; float: none; }

caption { padding-top: 8px; padding-bottom: 8px; color: #777777; text-align: left; }

th { text-align: left; }

.table { width: 100%; max-width: 100%; margin-bottom: 20px; }

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857; 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 > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td { border-top: 0; }

.table > tbody + tbody { border-top: 2px solid #ddd; }

.table .table { background-color: #fff; }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td { padding: 5px; }

.table-bordered { border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; }

.table-hover > tbody > tr:hover { background-color: #f5f5f5; }

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th { background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; }

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th { background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; }

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th { background-color: #239de7; }

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #1790da; }

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th { background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; }

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th { background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; }

.table-responsive { min-height: .01%; overflow-x: auto; }

@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 > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; }
  .table-responsive > .table-bordered { border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } }

fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }

legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; }

label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 700; }

input[type="search"] { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; }

input[type="file"] { display: block; }

input[type="range"] { display: block; width: 100%; }

select[multiple], select[size] { height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857; color: #555555; }

.form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }

.form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.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 { background-color: transparent; border: 0; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eeeeee; opacity: 1; }

.form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; }

textarea.form-control { height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"], .input-group-sm > input.input-group-addon[type="date"], .input-group-sm > .input-group-btn > input.btn[type="date"], .input-group-sm > .input-group-btn > input.btn-big[type="date"], .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input.form-control[type="time"], .input-group-sm > input.input-group-addon[type="time"], .input-group-sm > .input-group-btn > input.btn[type="time"], .input-group-sm > .input-group-btn > input.btn-big[type="time"], .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input.form-control[type="datetime-local"], .input-group-sm > input.input-group-addon[type="datetime-local"], .input-group-sm > .input-group-btn > input.btn[type="datetime-local"], .input-group-sm > .input-group-btn > input.btn-big[type="datetime-local"], .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input.form-control[type="month"], .input-group-sm > input.input-group-addon[type="month"], .input-group-sm > .input-group-btn > input.btn[type="month"], .input-group-sm > .input-group-btn > input.btn-big[type="month"], .input-group-sm input[type="month"] { line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"], .input-group-lg > input.input-group-addon[type="date"], .input-group-lg > .input-group-btn > input.btn[type="date"], .input-group-lg > .input-group-btn > input.btn-big[type="date"], .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input.form-control[type="time"], .input-group-lg > input.input-group-addon[type="time"], .input-group-lg > .input-group-btn > input.btn[type="time"], .input-group-lg > .input-group-btn > input.btn-big[type="time"], .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input.form-control[type="datetime-local"], .input-group-lg > input.input-group-addon[type="datetime-local"], .input-group-lg > .input-group-btn > input.btn[type="datetime-local"], .input-group-lg > .input-group-btn > input.btn-big[type="datetime-local"], .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input.form-control[type="month"], .input-group-lg > input.input-group-addon[type="month"], .input-group-lg > .input-group-btn > input.btn[type="month"], .input-group-lg > .input-group-btn > input.btn-big[type="month"], .input-group-lg input[type="month"] { line-height: 46px; } }

.form-group { margin-bottom: 15px; }

.radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; }

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label { cursor: not-allowed; }

.radio label, .checkbox label { min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: 400; cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-top: 4px \9; margin-left: -20px; }

.radio + .radio, .checkbox + .checkbox { margin-top: -5px; }

.radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; font-weight: 400; vertical-align: middle; cursor: pointer; }

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline { cursor: not-allowed; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; }

.form-control-static { min-height: 34px; padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; }

.form-control-static.input-lg, .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, .wcc-btn-big .input-group-lg > .input-group-btn > a.form-control-static, .input-group-lg > .input-group-btn > .form-control-static.btn-big, .form-control-static.input-sm, .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, .wcc-btn-big .input-group-sm > .input-group-btn > a.form-control-static, .input-group-sm > .input-group-btn > .form-control-static.btn-big { padding-right: 0; padding-left: 0; }

.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .wcc-btn-big .input-group-sm > .input-group-btn > a, .input-group-sm > .input-group-btn > .btn-big { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn, .input-group-sm > .input-group-btn > select.btn-big { height: 30px; line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > .input-group-btn > textarea.btn-big, select[multiple].input-sm, .input-group-sm > select.form-control[multiple], .input-group-sm > select.input-group-addon[multiple], .input-group-sm > .input-group-btn > select.btn[multiple], .input-group-sm > .input-group-btn > select.btn-big[multiple] { 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 textarea.form-control, .form-group-sm select[multiple].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-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .wcc-btn-big .input-group-lg > .input-group-btn > a, .input-group-lg > .input-group-btn > .btn-big { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33333; border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn, .input-group-lg > .input-group-btn > select.btn-big { height: 46px; line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > .input-group-btn > textarea.btn-big, select[multiple].input-lg, .input-group-lg > select.form-control[multiple], .input-group-lg > select.input-group-addon[multiple], .input-group-lg > .input-group-btn > select.btn[multiple], .input-group-lg > .input-group-btn > select.btn-big[multiple] { height: auto; }

.form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33333; border-radius: 6px; }

.form-group-lg select.form-control { height: 46px; line-height: 46px; }

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; }

.form-group-lg .form-control-static { height: 46px; min-height: 38px; padding: 11px 16px; font-size: 18px; line-height: 1.33333; }

.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; }

.input-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, .wcc-btn-big .input-group-lg > .input-group-btn > a + .form-control-feedback, .input-group-lg > .input-group-btn > .btn-big + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; }

.input-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, .wcc-btn-big .input-group-sm > .input-group-btn > a + .form-control-feedback, .input-group-sm > .input-group-btn > .btn-big + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #afca0b; }

.has-success .form-control { border-color: #afca0b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus { border-color: #859a08; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dcf546; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dcf546; }

.has-success .input-group-addon { color: #afca0b; background-color: #dff0d8; border-color: #afca0b; }

.has-success .form-control-feedback { color: #afca0b; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; }

.has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon { color: #8a6d3b; background-color: #fcf8e3; border-color: #8a6d3b; }

.has-warning .form-control-feedback { color: #8a6d3b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; }

.has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon { color: #a94442; background-color: #f2dede; border-color: #a94442; }

.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 .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; }
  .form-inline .input-group > .form-control { width: 100%; }
  .form-inline .control-label { margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback { top: 0; } }

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { padding-top: 7px; margin-top: 0; margin-bottom: 0; }

.form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px; }

.form-horizontal .form-group { margin-right: -15px; margin-left: -15px; }

.form-horizontal .form-group:before, .form-horizontal .form-group:after { display: table; content: " "; }

.form-horizontal .form-group:after { clear: both; }

@media (min-width: 768px) { .form-horizontal .control-label { padding-top: 7px; margin-bottom: 0; text-align: right; } }

.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, .wcc-btn-big a, .btn-big { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; padding: 6px 12px; font-size: 14px; line-height: 1.42857; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.btn:focus, .wcc-btn-big a:focus, .btn-big:focus, .btn.focus, .wcc-btn-big a.focus, .focus.btn-big, .btn:active:focus, .wcc-btn-big a:active:focus, .btn-big:active:focus, .btn:active.focus, .wcc-btn-big a:active.focus, .btn-big:active.focus, .btn.active:focus, .wcc-btn-big a.active:focus, .active.btn-big:focus, .btn.active.focus, .wcc-btn-big a.active.focus, .active.focus.btn-big { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

.btn:hover, .wcc-btn-big a:hover, .btn-big:hover, .btn:focus, .wcc-btn-big a:focus, .btn-big:focus, .btn.focus, .wcc-btn-big a.focus, .focus.btn-big { color: #333; text-decoration: none; }

.btn:active, .wcc-btn-big a:active, .btn-big:active, .btn.active, .wcc-btn-big a.active, .active.btn-big { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .wcc-btn-big a.disabled, .disabled.btn-big, .btn[disabled], .wcc-btn-big a[disabled], .btn-big[disabled], fieldset[disabled] .btn, fieldset[disabled] .wcc-btn-big a, .wcc-btn-big fieldset[disabled] a, fieldset[disabled] .btn-big { cursor: not-allowed; opacity: .65; -webkit-box-shadow: none; box-shadow: none; }

a.btn.disabled, .wcc-btn-big a.disabled, a.disabled.btn-big, fieldset[disabled] a.btn, fieldset[disabled] .wcc-btn-big a, .wcc-btn-big fieldset[disabled] a, fieldset[disabled] a.btn-big { 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:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; }

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { color: #333; background-color: #e6e6e6; background-image: none; border-color: #adadad; }

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; }

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus { background-color: #fff; border-color: #ccc; }

.btn-default .badge { color: #fff; background-color: #333; }

.btn-primary { color: #fff; background-color: #0c4a70; border-color: #0c4a70; }

.btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #072c42; border-color: black; }

.btn-primary:hover { color: #fff; background-color: #072c42; border-color: #062539; }

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { color: #fff; background-color: #072c42; background-image: none; border-color: #062539; }

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus { color: #fff; background-color: #041622; border-color: black; }

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus { background-color: #0c4a70; border-color: #0c4a70; }

.btn-primary .badge { color: #0c4a70; background-color: #fff; }

.btn-success { color: #fff; background-color: #4e555e; border-color: #4e555e; }

.btn-success:focus, .btn-success.focus { color: #fff; background-color: #373c42; border-color: #141618; }

.btn-success:hover { color: #fff; background-color: #373c42; border-color: #32373d; }

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { color: #fff; background-color: #373c42; background-image: none; border-color: #32373d; }

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus { color: #fff; background-color: #272a2f; border-color: #141618; }

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus { background-color: #4e555e; border-color: #4e555e; }

.btn-success .badge { color: #4e555e; 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:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; }

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { color: #fff; background-color: #31b0d5; background-image: none; border-color: #269abc; }

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; }

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus { background-color: #5bc0de; border-color: #46b8da; }

.btn-info .badge { color: #5bc0de; background-color: #fff; }

.btn-warning { color: #fff; background-color: #d04119; border-color: #d04119; }

.btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #a23314; border-color: #5e1d0b; }

.btn-warning:hover { color: #fff; background-color: #a23314; border-color: #993012; }

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { color: #fff; background-color: #a23314; background-image: none; border-color: #993012; }

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus { color: #fff; background-color: #832910; border-color: #5e1d0b; }

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus { background-color: #d04119; border-color: #d04119; }

.btn-warning .badge { color: #d04119; background-color: #fff; }

.btn-danger { color: #fff; background-color: #d04119; border-color: #d04119; }

.btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #a23314; border-color: #5e1d0b; }

.btn-danger:hover { color: #fff; background-color: #a23314; border-color: #993012; }

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { color: #fff; background-color: #a23314; background-image: none; border-color: #993012; }

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus { color: #fff; background-color: #832910; border-color: #5e1d0b; }

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus { background-color: #d04119; border-color: #d04119; }

.btn-danger .badge { color: #d04119; background-color: #fff; }

.btn-link { font-weight: 400; color: #d04119; border-radius: 0; }

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; }

.btn-link:hover, .btn-link:focus { color: #8c2c11; text-decoration: underline; background-color: transparent; }

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus { color: #777777; text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .wcc-btn-big .btn-group-lg > a, .btn-group-lg > .btn-big { padding: 10px 16px; font-size: 18px; line-height: 1.33333; border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn, .wcc-btn-big .btn-group-sm > a, .btn-group-sm > .btn-big { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn, .wcc-btn-big .btn-group-xs > a, .btn-group-xs > .btn-big { 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="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; }

.fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.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: 0.35s; transition-duration: 0.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; }

.dropup, .dropdown { 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; font-size: 14px; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.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.42857; color: #333333; white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { color: #262626; text-decoration: none; background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; background-color: #0c4a70; outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; cursor: not-allowed; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu { display: block; }

.open > a { outline: 0; }

.dropdown-menu-right { right: 0; left: auto; }

.dropdown-menu-left { right: auto; left: 0; }

.dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857; color: #777777; white-space: nowrap; }

.dropdown-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 990; }

.pull-right > .dropdown-menu { right: 0; left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret { content: ""; border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid \9; }

.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 > .btn, .wcc-btn-big .btn-group > a, .btn-group > .btn-big, .btn-group-vertical > .btn, .wcc-btn-big .btn-group-vertical > a, .btn-group-vertical > .btn-big { position: relative; float: left; }

.btn-group > .btn:hover, .wcc-btn-big .btn-group > a:hover, .btn-group > .btn-big:hover, .btn-group > .btn:focus, .wcc-btn-big .btn-group > a:focus, .btn-group > .btn-big:focus, .btn-group > .btn:active, .wcc-btn-big .btn-group > a:active, .btn-group > .btn-big:active, .btn-group > .btn.active, .wcc-btn-big .btn-group > a.active, .btn-group > .active.btn-big, .btn-group-vertical > .btn:hover, .wcc-btn-big .btn-group-vertical > a:hover, .btn-group-vertical > .btn-big:hover, .btn-group-vertical > .btn:focus, .wcc-btn-big .btn-group-vertical > a:focus, .btn-group-vertical > .btn-big:focus, .btn-group-vertical > .btn:active, .wcc-btn-big .btn-group-vertical > a:active, .btn-group-vertical > .btn-big:active, .btn-group-vertical > .btn.active, .wcc-btn-big .btn-group-vertical > a.active, .btn-group-vertical > .active.btn-big { z-index: 2; }

.btn-group .btn + .btn, .btn-group .wcc-btn-big a + .btn, .wcc-btn-big .btn-group a + .btn, .btn-group .btn-big + .btn, .btn-group .wcc-btn-big .btn + a, .wcc-btn-big .btn-group .btn + a, .btn-group .wcc-btn-big a + a, .wcc-btn-big .btn-group a + a, .btn-group .wcc-btn-big .btn-big + a, .wcc-btn-big .btn-group .btn-big + a, .btn-group .btn + .btn-big, .btn-group .wcc-btn-big a + .btn-big, .wcc-btn-big .btn-group a + .btn-big, .btn-group .btn-big + .btn-big, .btn-group .btn + .btn-group, .btn-group .wcc-btn-big a + .btn-group, .wcc-btn-big .btn-group a + .btn-group, .btn-group .btn-big + .btn-group, .btn-group .btn-group + .btn, .btn-group .wcc-btn-big .btn-group + a, .wcc-btn-big .btn-group .btn-group + a, .btn-group .btn-group + .btn-big, .btn-group .btn-group + .btn-group { margin-left: -1px; }

.btn-toolbar { margin-left: -5px; }

.btn-toolbar:before, .btn-toolbar:after { display: table; content: " "; }

.btn-toolbar:after { clear: both; }

.btn-toolbar .btn, .btn-toolbar .wcc-btn-big a, .wcc-btn-big .btn-toolbar a, .btn-toolbar .btn-big, .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; }

.btn-toolbar > .btn, .wcc-btn-big .btn-toolbar > a, .btn-toolbar > .btn-big, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .wcc-btn-big .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .btn-big:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; }

.btn-group > .btn:first-child, .wcc-btn-big .btn-group > a:first-child, .btn-group > .btn-big:first-child { margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .wcc-btn-big .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-big:first-child:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .wcc-btn-big .btn-group > a:last-child:not(:first-child), .btn-group > .btn-big:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; }

.btn-group > .btn-group { float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .wcc-btn-big .btn-group > .btn-group:not(:first-child):not(:last-child) > a, .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-big { border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .wcc-btn-big .btn-group > .btn-group:first-child:not(:last-child) > a:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .btn-big:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-top-right-radius: 0; border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .wcc-btn-big .btn-group > .btn-group:last-child:not(:first-child) > a:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .btn-big:first-child { border-top-left-radius: 0; border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; }

.btn-group > .btn + .dropdown-toggle, .wcc-btn-big .btn-group > a + .dropdown-toggle, .btn-group > .btn-big + .dropdown-toggle { padding-right: 8px; padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .wcc-btn-big .btn-group-lg.btn-group > a + .dropdown-toggle, .btn-group-lg.btn-group > .btn-big + .dropdown-toggle { padding-right: 12px; padding-left: 12px; }

.btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; }

.btn .caret, .wcc-btn-big a .caret, .btn-big .caret { margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .wcc-btn-big .btn-group-lg > a .caret, .btn-group-lg > .btn-big .caret { border-width: 5px 5px 0; border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .wcc-btn-big .btn-group-lg > a .caret, .wcc-btn-big .dropup .btn-group-lg > a .caret, .dropup .btn-group-lg > .btn-big .caret { border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .wcc-btn-big .btn-group-vertical > a, .btn-group-vertical > .btn-big, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn, .wcc-btn-big .btn-group-vertical > .btn-group > a, .btn-group-vertical > .btn-group > .btn-big { display: block; float: none; width: 100%; max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after { display: table; content: " "; }

.btn-group-vertical > .btn-group:after { clear: both; }

.btn-group-vertical > .btn-group > .btn, .wcc-btn-big .btn-group-vertical > .btn-group > a, .btn-group-vertical > .btn-group > .btn-big { float: none; }

.btn-group-vertical > .btn + .btn, .wcc-btn-big .btn-group-vertical > a + .btn, .btn-group-vertical > .btn-big + .btn, .wcc-btn-big .btn-group-vertical > .btn + a, .wcc-btn-big .btn-group-vertical > a + a, .wcc-btn-big .btn-group-vertical > .btn-big + a, .btn-group-vertical > .btn + .btn-big, .wcc-btn-big .btn-group-vertical > a + .btn-big, .btn-group-vertical > .btn-big + .btn-big, .btn-group-vertical > .btn + .btn-group, .wcc-btn-big .btn-group-vertical > a + .btn-group, .btn-group-vertical > .btn-big + .btn-group, .btn-group-vertical > .btn-group + .btn, .wcc-btn-big .btn-group-vertical > .btn-group + a, .btn-group-vertical > .btn-group + .btn-big, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .wcc-btn-big .btn-group-vertical > a:not(:first-child):not(:last-child), .btn-group-vertical > .btn-big:not(:first-child):not(:last-child) { border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .wcc-btn-big .btn-group-vertical > a:first-child:not(:last-child), .btn-group-vertical > .btn-big:first-child:not(:last-child) { border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .wcc-btn-big .btn-group-vertical > a:last-child:not(:first-child), .btn-group-vertical > .btn-big:last-child:not(:first-child) { border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .wcc-btn-big .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-big { border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .wcc-btn-big .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-big: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, .wcc-btn-big .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-big:first-child { border-top-left-radius: 0; border-top-right-radius: 0; }

.btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; }

.btn-group-justified > .btn, .wcc-btn-big .btn-group-justified > a, .btn-group-justified > .btn-big, .btn-group-justified > .btn-group { display: table-cell; float: none; width: 1%; }

.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .wcc-btn-big a, .wcc-btn-big .btn-group-justified > .btn-group a, .btn-group-justified > .btn-group .btn-big { width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu { left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], .wcc-btn-big [data-toggle="buttons"] > a input[type="radio"], [data-toggle="buttons"] > .btn-big input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], .wcc-btn-big [data-toggle="buttons"] > a input[type="checkbox"], [data-toggle="buttons"] > .btn-big input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], .wcc-btn-big [data-toggle="buttons"] > .btn-group > a input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn-big input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], .wcc-btn-big [data-toggle="buttons"] > .btn-group > a input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn-big input[type="checkbox"] { 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-right: 0; padding-left: 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: #555555; text-align: center; background-color: #eeeeee; 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, .wcc-btn-big .input-group-sm > .input-group-btn > a.input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn-big { 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, .wcc-btn-big .input-group-lg > .input-group-btn > a.input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn-big { padding: 10px 16px; font-size: 18px; border-radius: 6px; }

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .wcc-btn-big .input-group-btn:first-child > a, .input-group-btn:first-child > .btn-big, .input-group-btn:first-child > .btn-group > .btn, .wcc-btn-big .input-group-btn:first-child > .btn-group > a, .input-group-btn:first-child > .btn-group > .btn-big, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .wcc-btn-big .input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-big:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .wcc-btn-big .input-group-btn:last-child > .btn-group:not(:last-child) > a, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn-big { border-top-right-radius: 0; border-bottom-right-radius: 0; }

.input-group-addon:first-child { border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .wcc-btn-big .input-group-btn:last-child > a, .input-group-btn:last-child > .btn-big, .input-group-btn:last-child > .btn-group > .btn, .wcc-btn-big .input-group-btn:last-child > .btn-group > a, .input-group-btn:last-child > .btn-group > .btn-big, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .wcc-btn-big .input-group-btn:first-child > a:not(:first-child), .input-group-btn:first-child > .btn-big:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .wcc-btn-big .input-group-btn:first-child > .btn-group:not(:first-child) > a, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-big { border-top-left-radius: 0; border-bottom-left-radius: 0; }

.input-group-addon:last-child { border-left: 0; }

.input-group-btn { position: relative; font-size: 0; white-space: nowrap; }

.input-group-btn > .btn, .wcc-btn-big .input-group-btn > a, .input-group-btn > .btn-big { position: relative; }

.input-group-btn > .btn + .btn, .wcc-btn-big .input-group-btn > a + .btn, .input-group-btn > .btn-big + .btn, .wcc-btn-big .input-group-btn > .btn + a, .wcc-btn-big .input-group-btn > a + a, .wcc-btn-big .input-group-btn > .btn-big + a, .input-group-btn > .btn + .btn-big, .wcc-btn-big .input-group-btn > a + .btn-big, .input-group-btn > .btn-big + .btn-big { margin-left: -1px; }

.input-group-btn > .btn:hover, .wcc-btn-big .input-group-btn > a:hover, .input-group-btn > .btn-big:hover, .input-group-btn > .btn:focus, .wcc-btn-big .input-group-btn > a:focus, .input-group-btn > .btn-big:focus, .input-group-btn > .btn:active, .wcc-btn-big .input-group-btn > a:active, .input-group-btn > .btn-big:active { z-index: 2; }

.input-group-btn:first-child > .btn, .wcc-btn-big .input-group-btn:first-child > a, .input-group-btn:first-child > .btn-big, .input-group-btn:first-child > .btn-group { margin-right: -1px; }

.input-group-btn:last-child > .btn, .wcc-btn-big .input-group-btn:last-child > a, .input-group-btn:last-child > .btn-big, .input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px; }

.nav { padding-left: 0; margin-bottom: 0; list-style: none; }

.nav:before, .nav:after { display: table; content: " "; }

.nav:after { clear: both; }

.nav > li { position: relative; display: block; }

.nav > li > a { position: relative; display: block; padding: 10px 15px; }

.nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; }

.nav > li.disabled > a { color: #777777; }

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #777777; text-decoration: none; cursor: not-allowed; background-color: transparent; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; border-color: #d04119; }

.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.42857; border: 1px solid transparent; border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; cursor: default; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; }

.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:hover, .nav-pills > li.active > a:focus { color: #fff; background-color: #0c4a70; }

.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 { margin-bottom: 5px; text-align: center; }

.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.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { 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.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; } }

.tab-content > .tab-pane { display: none; }

.tab-content > .active { display: block; }

.nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; }

.navbar { position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; }

.navbar:before, .navbar:after { display: table; content: " "; }

.navbar:after { clear: both; }

@media (min-width: 768px) { .navbar { border-radius: 4px; } }

.navbar-header:before, .navbar-header:after { display: table; content: " "; }

.navbar-header:after { clear: both; }

@media (min-width: 768px) { .navbar-header { float: left; } }

.navbar-collapse { padding-right: 15px; padding-left: 15px; overflow-x: visible; border-top: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; }

.navbar-collapse:before, .navbar-collapse:after { display: table; content: " "; }

.navbar-collapse:after { clear: both; }

.navbar-collapse.in { overflow-y: auto; }

@media (min-width: 768px) { .navbar-collapse { width: auto; border-top: 0; -webkit-box-shadow: none; 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-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-right: 0; padding-left: 0; } }

.navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; }

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } }

@media (min-width: 768px) { .navbar-fixed-top, .navbar-fixed-bottom { 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; }

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse { margin-right: -15px; margin-left: -15px; }

@media (min-width: 768px) { .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse { 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-brand { float: left; height: 50px; padding: 15px 15px; font-size: 18px; line-height: 20px; }

.navbar-brand:hover, .navbar-brand:focus { text-decoration: none; }

.navbar-brand > img { display: block; }

@media (min-width: 768px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: -15px; } }

.navbar-toggle { position: relative; float: right; padding: 9px 10px; margin-right: 15px; 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; -webkit-box-shadow: none; box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a { line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { 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 { padding: 10px 15px; margin-right: -15px; margin-left: -15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: 8px; margin-bottom: 8px; }

@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 .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control { width: auto; }
  .navbar-form .input-group > .form-control { width: 100%; }
  .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; }
  .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; }
  .navbar-form .radio label, .navbar-form .checkbox label { padding-left: 0; }
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { 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; padding-top: 0; padding-bottom: 0; margin-right: 0; margin-left: 0; border: 0; -webkit-box-shadow: none; box-shadow: none; } }

.navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-left-radius: 0; border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { margin-bottom: 0; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

.navbar-btn { margin-top: 8px; margin-bottom: 8px; }

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .wcc-btn-big .btn-group-sm > a.navbar-btn, .btn-group-sm > .navbar-btn.btn-big { margin-top: 10px; margin-bottom: 10px; }

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .wcc-btn-big .btn-group-xs > a.navbar-btn, .btn-group-xs > .navbar-btn.btn-big { margin-top: 14px; margin-bottom: 14px; }

.navbar-text { margin-top: 15px; margin-bottom: 15px; }

@media (min-width: 768px) { .navbar-text { float: left; margin-right: 15px; margin-left: 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:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; }

.navbar-default .navbar-text { color: #777; }

.navbar-default .navbar-nav > li > a { color: #777; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333; background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555; background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #555; background-color: #e7e7e7; }

@media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555; background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ccc; background-color: transparent; } }

.navbar-default .navbar-toggle { border-color: #ddd; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { 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-link { color: #777; }

.navbar-default .navbar-link:hover { color: #333; }

.navbar-default .btn-link { color: #777; }

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333; }

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc; }

.navbar-inverse { background-color: #222; border-color: #090909; }

.navbar-inverse .navbar-brand { color: #9d9d9d; }

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; }

.navbar-inverse .navbar-text { color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a { color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #090909; }

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444; background-color: transparent; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { color: #fff; background-color: #090909; }

@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:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444; background-color: transparent; } }

.navbar-inverse .navbar-toggle { border-color: #333; }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { 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-link { color: #9d9d9d; }

.navbar-inverse .navbar-link:hover { color: #fff; }

.navbar-inverse .btn-link { color: #9d9d9d; }

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color: #fff; }

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus { 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 { padding: 0 5px; color: #ccc; content: "/ "; }

.breadcrumb > .active { color: #777777; }

.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; margin-left: -1px; line-height: 1.42857; color: #d04119; text-decoration: none; background-color: #fff; border: 1px solid #ddd; }

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus { z-index: 2; color: #8c2c11; background-color: #eeeeee; border-color: #ddd; }

.pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus { z-index: 3; color: #fff; cursor: default; background-color: #0c4a70; border-color: #0c4a70; }

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777777; cursor: not-allowed; background-color: #fff; border-color: #ddd; }

.pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; line-height: 1.33333; }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-top-left-radius: 6px; border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-top-right-radius: 6px; border-bottom-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-top-left-radius: 3px; border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-top-right-radius: 3px; border-bottom-right-radius: 3px; }

.pager { padding-left: 0; margin: 20px 0; text-align: center; list-style: none; }

.pager:before, .pager:after { display: table; content: " "; }

.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:hover, .pager li > a:focus { text-decoration: none; background-color: #eeeeee; }

.pager .next > a, .pager .next > span { float: right; }

.pager .previous > a, .pager .previous > span { float: left; }

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #777777; cursor: not-allowed; background-color: #fff; }

.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, .wcc-btn-big a .label, .btn-big .label { position: relative; top: -1px; }

a.label:hover, a.label:focus { color: #fff; text-decoration: none; cursor: pointer; }

.label-default { background-color: #777777; }

.label-default[href]:hover, .label-default[href]:focus { background-color: #5e5e5e; }

.label-primary { background-color: #0c4a70; }

.label-primary[href]:hover, .label-primary[href]:focus { background-color: #072c42; }

.label-success { background-color: #4e555e; }

.label-success[href]:hover, .label-success[href]:focus { background-color: #373c42; }

.label-info { background-color: #5bc0de; }

.label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; }

.label-warning { background-color: #d04119; }

.label-warning[href]:hover, .label-warning[href]:focus { background-color: #a23314; }

.label-danger { background-color: #d04119; }

.label-danger[href]:hover, .label-danger[href]:focus { background-color: #a23314; }

.badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: middle; background-color: #777777; border-radius: 10px; }

.badge:empty { display: none; }

.btn .badge, .wcc-btn-big a .badge, .btn-big .badge { position: relative; top: -1px; }

.btn-xs .badge, .btn-group-xs > .btn .badge, .wcc-btn-big .btn-group-xs > a .badge, .btn-group-xs > .btn-big .badge, .btn-group-xs > .btn .badge, .wcc-btn-big .btn-group-xs > a .badge, .btn-group-xs > .btn-big .badge { top: 0; padding: 1px 5px; }

.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #d04119; 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:hover, a.badge:focus { color: #fff; text-decoration: none; cursor: pointer; }

.jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #eeeeee; }

.jumbotron h1, .jumbotron .h1 { color: inherit; }

.jumbotron p { margin-bottom: 15px; font-size: 21px; font-weight: 200; }

.jumbotron > hr { border-top-color: #d5d5d5; }

.container .jumbotron, .container-fluid .jumbotron { padding-right: 15px; padding-left: 15px; border-radius: 6px; }

.jumbotron .container { max-width: 100%; }

@media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; }
  .container .jumbotron, .container-fluid .jumbotron { padding-right: 60px; padding-left: 60px; }
  .jumbotron h1, .jumbotron .h1 { font-size: 63px; } }

.thumbnail { display: block; padding: 4px; margin-bottom: 20px; line-height: 1.42857; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: border 0.2s ease-in-out; transition: border 0.2s ease-in-out; }

.thumbnail > img, .thumbnail a > img { display: block; max-width: 100%; height: auto; margin-right: auto; margin-left: auto; }

.thumbnail .caption { padding: 9px; color: #333333; }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #d04119; }

.alert { padding: 10px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; }

.alert h4 { margin-top: 0; color: inherit; }

.alert .alert-link { font-weight: bold; }

.alert > p, .alert > ul { margin-bottom: 0; }

.alert > p + p { margin-top: 5px; }

.alert-dismissable, .alert-dismissible { padding-right: 30px; }

.alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; }

.alert-success { color: #afca0b; background-color: #dff0d8; border-color: #d6e9c6; }

.alert-success hr { border-top-color: #c9e2b3; }

.alert-success .alert-link { color: #859a08; }

.alert-info { color: #31708f; background-color: #D9E0E4; border-color: #16a9d1; }

.alert-info hr { border-top-color: #1496ba; }

.alert-info .alert-link { color: #245269; }

.alert-warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; }

.alert-warning hr { border-top-color: #f7e1b5; }

.alert-warning .alert-link { color: #66512c; }

.alert-danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }

.alert-danger hr { border-top-color: #e4b9c0; }

.alert-danger .alert-link { color: #843534; }

@-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; }
  to { background-position: 0 0; } }

@keyframes progress-bar-stripes { from { background-position: 40px 0; }
  to { background-position: 0 0; } }

.progress { height: 20px; margin-bottom: 20px; overflow: hidden; background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 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: #0c4a70; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; transition: width 0.6s ease; }

.progress-striped .progress-bar, .progress-bar-striped { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px; }

.progress.active .progress-bar, .progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success { background-color: #4e555e; }

.progress-striped .progress-bar-success { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info { background-color: #5bc0de; }

.progress-striped .progress-bar-info { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning { background-color: #d04119; }

.progress-striped .progress-bar-warning { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger { background-color: #d04119; }

.progress-striped .progress-bar-danger { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media { margin-top: 15px; }

.media:first-child { margin-top: 0; }

.media, .media-body { overflow: hidden; zoom: 1; }

.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-left, .media-right, .media-body { 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 { padding-left: 0; margin-bottom: 20px; }

.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-left-radius: 4px; border-top-right-radius: 4px; }

.list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { color: #777777; cursor: not-allowed; background-color: #eeeeee; }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading { color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text { color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; color: #fff; background-color: #0c4a70; border-color: #0c4a70; }

.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: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, .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 { color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { color: #5bb6ed; }

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:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus { color: #555; text-decoration: none; background-color: #f5f5f5; }

button.list-group-item { width: 100%; text-align: left; }

.list-group-item-success { color: #afca0b; background-color: #dff0d8; }

a.list-group-item-success, button.list-group-item-success { color: #afca0b; }

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:hover, a.list-group-item-success:focus, button.list-group-item-success:hover, button.list-group-item-success:focus { color: #afca0b; background-color: #d0e9c6; }

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.list-group-item-success.active:focus { color: #fff; background-color: #afca0b; border-color: #afca0b; }

.list-group-item-info { color: #31708f; background-color: #239de7; }

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:hover, a.list-group-item-info:focus, button.list-group-item-info:hover, button.list-group-item-info:focus { color: #31708f; background-color: #1790da; }

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.list-group-item-info.active:focus { 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:hover, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; }

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus { 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:hover, a.list-group-item-danger:focus, button.list-group-item-danger:hover, button.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus { 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; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body { padding: 15px; }

.panel-body:before, .panel-body:after { display: table; content: " "; }

.panel-body:after { clear: both; }

.panel-heading { padding: 8px 15px; border-bottom: 1px solid transparent; border-top-left-radius: 3px; border-top-right-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle { color: inherit; }

.panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; color: inherit; }

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a { color: inherit; }

.panel-footer { padding: 8px 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-left-radius: 3px; border-top-right-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-left-radius: 0; border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; }

.list-group + .panel-footer { border-top-width: 0; }

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table { margin-bottom: 0; }

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption { padding-right: 15px; padding-left: 15px; }

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .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-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; }

.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, .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-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-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 { border-top-left-radius: 3px; }

.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, .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-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-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 { border-top-right-radius: 3px; }

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr: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 { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }

.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, .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 { border-bottom-left-radius: 3px; }

.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, .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 { 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 th, .panel > .table > tbody:first-child > tr:first-child td { border-top: 0; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0; }

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .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 { border-bottom: 0; }

.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-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 { border-bottom: 0; }

.panel > .table-responsive { margin-bottom: 0; border: 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 > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group { 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: #fff; background-color: #11689e; border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ddd; }

.panel-default > .panel-heading .badge { color: #11689e; background-color: #fff; }

.panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ddd; }

.panel-primary { border-color: #0c4a70; }

.panel-primary > .panel-heading { color: #fff; background-color: #0c4a70; border-color: #0c4a70; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #0c4a70; }

.panel-primary > .panel-heading .badge { color: #0c4a70; background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #0c4a70; }

.panel-success { border-color: #d6e9c6; }

.panel-success > .panel-heading { color: #afca0b; 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: #afca0b; }

.panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d6e9c6; }

.panel-info { border-color: #16a9d1; }

.panel-info > .panel-heading { color: #fff; background-color: #63a5d3; border-color: #16a9d1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #16a9d1; }

.panel-info > .panel-heading .badge { color: #63a5d3; background-color: #fff; }

.panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #16a9d1; }

.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 iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 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; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote { border-color: #ddd; border-color: rgba(0, 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: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .2; }

.close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; opacity: .5; }

button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.modal-open { overflow: hidden; }

.modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0; }

.modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; transition: -webkit-transform 0.3s ease-out; transition: transform 0.3s ease-out; transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.modal.in .modal-dialog { -webkit-transform: translate(0, 0); transform: translate(0, 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; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); 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; }

.modal-backdrop.in { opacity: 0.5; }

.modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; }

.modal-header:before, .modal-header:after { display: table; content: " "; }

.modal-header:after { clear: both; }

.modal-header .close { margin-top: -2px; }

.modal-title { margin: 0; line-height: 1.42857; }

.modal-body { position: relative; padding: 15px; }

.modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; }

.modal-footer:before, .modal-footer:after { display: table; content: " "; }

.modal-footer:after { clear: both; }

.modal-footer .btn + .btn, .modal-footer .wcc-btn-big a + .btn, .wcc-btn-big .modal-footer a + .btn, .modal-footer .btn-big + .btn, .modal-footer .wcc-btn-big .btn + a, .wcc-btn-big .modal-footer .btn + a, .modal-footer .wcc-btn-big a + a, .wcc-btn-big .modal-footer a + a, .modal-footer .wcc-btn-big .btn-big + a, .wcc-btn-big .modal-footer .btn-big + a, .modal-footer .btn + .btn-big, .modal-footer .wcc-btn-big a + .btn-big, .wcc-btn-big .modal-footer a + .btn-big, .modal-footer .btn-big + .btn-big { margin-bottom: 0; margin-left: 5px; }

.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .wcc-btn-big a + .btn, .wcc-btn-big .modal-footer .btn-group a + .btn, .modal-footer .btn-group .btn-big + .btn, .modal-footer .btn-group .wcc-btn-big .btn + a, .wcc-btn-big .modal-footer .btn-group .btn + a, .modal-footer .btn-group .wcc-btn-big a + a, .wcc-btn-big .modal-footer .btn-group a + a, .modal-footer .btn-group .wcc-btn-big .btn-big + a, .wcc-btn-big .modal-footer .btn-group .btn-big + a, .modal-footer .btn-group .btn + .btn-big, .modal-footer .btn-group .wcc-btn-big a + .btn-big, .wcc-btn-big .modal-footer .btn-group a + .btn-big, .modal-footer .btn-group .btn-big + .btn-big { 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 { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 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; line-height: 1.42857; line-break: auto; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; word-wrap: normal; white-space: normal; font-size: 12px; opacity: 0; }

.tooltip.in { opacity: 0.9; }

.tooltip.top { padding: 5px 0; margin-top: -3px; }

.tooltip.right { padding: 0 5px; margin-left: 3px; }

.tooltip.bottom { padding: 5px 0; margin-top: 3px; }

.tooltip.left { padding: 0 5px; margin-left: -3px; }

.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; bottom: 0; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; }

.tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; }

.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; }

.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; }

.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; line-height: 1.42857; line-break: auto; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; word-wrap: normal; white-space: normal; font-size: 14px; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 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 > .arrow { border-width: 11px; }

.popover > .arrow, .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; }

.popover > .arrow:after { content: ""; border-width: 10px; }

.popover.top > .arrow { bottom: -11px; left: 50%; margin-left: -11px; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); border-bottom-width: 0; }

.popover.top > .arrow:after { bottom: 1px; margin-left: -10px; content: " "; border-top-color: #fff; border-bottom-width: 0; }

.popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); border-left-width: 0; }

.popover.right > .arrow:after { bottom: -10px; left: 1px; content: " "; border-right-color: #fff; border-left-width: 0; }

.popover.bottom > .arrow { top: -11px; left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after { top: 1px; margin-left: -10px; content: " "; 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: #999999; border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after { right: 1px; bottom: -10px; content: " "; border-right-width: 0; border-left-color: #fff; }

.popover-title { padding: 8px 14px; margin: 0; font-size: 14px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; }

.popover-content { padding: 9px 14px; }

.carousel { position: relative; }

.carousel-inner { position: relative; width: 100%; overflow: hidden; }

.carousel-inner > .item { position: relative; display: none; -webkit-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) { .carousel-inner > .item { -webkit-transition: -webkit-transform 0.6s ease-in-out; transition: -webkit-transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; perspective: 1000px; }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); left: 0; }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); left: 0; }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 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; bottom: 0; left: 0; width: 15%; font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); background-color: rgba(0, 0, 0, 0); opacity: 0.5; }

.carousel-control.left { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); background-repeat: repeat-x; }

.carousel-control.right { right: 0; left: auto; background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); background-repeat: repeat-x; }

.carousel-control:hover, .carousel-control:focus { color: #fff; text-decoration: none; outline: 0; opacity: .9; }

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; z-index: 5; display: inline-block; margin-top: -10px; }

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px; }

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px; }

.carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; font-family: serif; line-height: 1; }

.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%; padding-left: 0; margin-left: -30%; text-align: center; list-style: none; }

.carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); border: 1px solid #fff; border-radius: 10px; }

.carousel-indicators .active { width: 12px; height: 12px; margin: 0; background-color: #fff; }

.carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn, .carousel-caption .wcc-btn-big a, .wcc-btn-big .carousel-caption a, .carousel-caption .btn-big { text-shadow: none; }

@media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { 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 { right: 20%; left: 20%; padding-bottom: 30px; }
  .carousel-indicators { bottom: 20px; } }

.clearfix:before, .clearfix:after { display: table; content: " "; }

.clearfix:after { clear: both; }

.center-block { display: block; margin-right: auto; margin-left: 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-xs { display: none !important; }

.visible-sm { display: none !important; }

.visible-md { display: none !important; }

.visible-lg { display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-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; }
  th.visible-xs, td.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; }
  th.visible-sm, td.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; }
  th.visible-md, td.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; }
  th.visible-lg, td.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; }
  th.visible-print, td.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; } }

* { margin: 0; padding: 0; outline: none; }

html { font-size: 62.5%; }

@media (min-width: 1280px) { html { font-size: 70%; } }

html, body { width: 100%; height: 100%; font-family: Roboto, "sans-serif"; font-weight: 300; color: #222; }

html, html a { text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important; }

h1, h2, h3 { color: #4e555e; }

h1 { font-weight: 700; }

body { font-size: 1.4rem; line-height: 2rem; background: #ffffff; }

body.home h1 { color: #ffffff; }

h2, h3 { font-size: 2rem; font-weight: 600; }

@media (min-width: 1024px) { h2, h3 { font-size: 2.2rem; } }

strong { font-weight: 700; }

a { cursor: pointer; text-decoration: none; }

optgroup { font-style: italic; }

img { border: none; }

ul, li { list-style-position: inside; }

p { margin-bottom: 10px; }

.clear { display: block; clear: both; }

.none { display: none; }

.hidden { display: none; }

table { border-collapse: collapse; }

.lkme { cursor: pointer; }

.formulaire .contain-field { margin-bottom: 7px; }

.formulaire .contain-field input, .formulaire .contain-field textarea, .formulaire .contain-field select { padding: 3px 2%; float: left; border: 1px solid #d8d8d8; font-size: 1.1em; border-radius: 5px; background-color: #ffffff; }

.formulaire .contain-field label { margin-top: 3px; text-align: right; float: left; display: block; font-family: 'Roboto', 'Arial'; font-size: 1.2em; color: #3c3c3c; text-transform: none; }

.formulaire .contain-field label strong { color: #ff0000; font-weight: normal; }

.formulaire .contain-field.w25 label { width: 27%; padding-right: 1%; }

.formulaire .contain-field.w25 input, .formulaire .contain-field.w25 textarea, .formulaire .contain-field.w25 select { width: 67%; }

.formulaire .contain-field.w50 label { width: 40%; padding-right: 1%; }

.formulaire .contain-field.w50 input, .formulaire .contain-field.w50 textarea { width: 35%; }

.formulaire .contain-field.w50 select { width: 40%; }

.formulaire .contain-field.checkbox label { text-align: left; width: 58%; margin: 0; }

.formulaire .contain-field.checkbox .contain-chk { float: left; text-align: right; width: 24px; padding-right: 1%; }

.formulaire .contain-field.checkbox .contain-chk input { float: right; width: auto; }

.formulaire .contain-field.checkbox .contain-chk .checkbox label { width: 100%; }

.btn-cta { border-radius: 5px; min-width: 100px; margin: 12px auto; color: #ffffff !important; font-weight: bold; font-size: 12px !important; text-align: center; padding: 3px 10px; text-shadow: 1px 1px 1px #4e555e; background-color: #afca0b; border: 1px solid #afca0b; cursor: pointer; }

.form-warning { width: 100%; margin-bottom: 20px; }

.form-warning li { margin-bottom: 5px; }

.form-warning .error, .form-warning li { border-radius: 5px; color: red; font-size: 1.3em; font-family: 'Roboto', 'Arial'; text-align: center; padding: 3px 0; display: block; }

.form-warning .ok { border-radius: 5px; color: #22ac43; font-size: 1.4em; font-family: 'Roboto', 'Arial'; text-align: center; padding: 3px 0; display: block; }

.arianne-panier { width: 240px; margin: 20px auto; }

.arianne-panier .separation { float: left; width: 18px; height: 19px; padding: 26px 14px; background: url("../img/arrow-split.png") center center no-repeat; }

.arianne-panier .step { float: left; background-color: #fff; font-size: 13px; font-family: 'bebasneue', 'arial'; text-transform: uppercase; text-align: center; color: #a7a7a7; width: 60px; padding: 16px 0; border-radius: 50px; border: 4px solid #f0f0f0; }

.arianne-panier .step.selected { border: 4px solid #ff8b00; color: #ff8b00; margin: 0; }

.communo_sprite { background-image: url(../img/spritesheet_communo.png); background-repeat: no-repeat; display: block; }

.communo_sprite.communo_sprite-facebook { background-position: -10px -10px; width: 36px; height: 36px; }

.communo_sprite.communo_sprite-facebook:hover, .communo_sprite.communo_sprite-facebook_h { background-position: -62px -10px; width: 36px; height: 36px; }

.communo_sprite.communo_sprite-linkedin { background-position: -10px -63px; width: 36px; height: 36px; }

.communo_sprite.communo_sprite-linkedin:hover, .communo_sprite.communo_sprite-linkedin_h { background-position: -62px -63px; width: 36px; height: 36px; }

.communo_sprite.communo_sprite-twitter { background-position: -114px -10px; width: 36px; height: 36px; }

.communo_sprite.communo_sprite-twitter:hover, .communo_sprite.communo_sprite-twitter_h { background-position: -114px -63px; width: 36px; height: 36px; }

.communo_sprite.communo_sprite-youtube { background-position: -10px -116px; width: 36px; height: 36px; }

.communo_sprite.communo_sprite-youtube:hover, .communo_sprite.communo_sprite-youtube_h { background-position: -62px -116px; width: 36px; height: 36px; }

input[type=text], textarea { -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out; outline: none; border: 1px solid #DDDDDD; }

input[type=text]:focus, textarea:focus { -webkit-box-shadow: 0 0 5px #d04119; box-shadow: 0 0 5px #d04119; border: 1px solid #d04119; }

.dashboard { margin: inherit !important; margin-left: 25px !important; }

.dashboard > div { float: left; position: relative; margin-right: 20px; border: 3px solid #c8c8c8; border-radius: 20px; text-align: center; overflow: hidden; margin-bottom: 20px; }

.dashboard > div a { display: block; padding: 40px 25px 25px 25px; width: 160px; height: 160px; font-size: 14px; }

.dashboard > div a .fa { font-size: 70px; color: #abb1b5; }

.dashboard > div a span { margin-top: 5px; display: block; font-family: "Roboto Condensed", "sans-serif"; text-transform: uppercase; }

.dashboard > div a b { position: absolute; top: 5px; left: 15px; font-size: 25px; }

.dashboard > div a:hover { text-decoration: none; background-color: #ffffff; }

.dashboard > div a:hover .fa { color: #90989d; }

.dashboard.front > div a b { position: absolute; top: 5px; left: 15px; font-size: 25px; }

.dev-rubber-alert { position: fixed; display: none; z-index: 1000; top: 0; left: 0; right: 0; height: 24px; font-size: 11px; font-family: Roboto, "sans-serif"; font-weight: 700; text-transform: uppercase; list-style-type: none; padding: 0; color: #333; background-color: #90989d; border-bottom: 3px solid red; }

@media (min-width: 420px) { .dev-rubber-alert { display: block; } }

.dev-rubber-alert .dev { color: #fff; }

.dev-rubber-alert li { display: inline-block; padding: 1px 10px; line-height: 20px; text-align: center; min-width: 50px; border-right: 1px solid #90989d; vertical-align: middle; }

.dev-rubber-alert li a { vertical-align: middle; color: #E9E9E9; }

.dev-rubber-alert li a:hover { color: #fff; text-decoration: none; }

.dev-rubber-alert .js-error { color: #fff; background-color: #a94442; -webkit-animation: blinker .5s linear infinite; animation: blinker .5s linear infinite; }

.dev-rubber-alert .info { background-color: #8ebaf0; }

.dev-rubber-alert .fa { vertical-align: sub; font-size: 16px !important; }

.dev-rubber-alert .text-danger { color: #a94442; }

.dev-mode .dev-rubber-alert { border-bottom: 3px solid transparent; }

@-webkit-keyframes blinker { 50% { opacity: 0.0; } }

@keyframes blinker { 50% { opacity: 0.0; } }

.formulaire .contain-field:before, .formulaire .contain-field.checkbox .contain-chk:before, .arianne-panier:before, .cont_homepage .contain-homepage .col-right .menus:before, .cont_actualite .contain-actualite .col-right .menus:before, .cont_productsheet .contain-productsheet .col-right .menus:before, .cont_account .contain-account .col-right .menus:before, .cont_search .contain-actualites:before, .cont_search .contain-search:before, .cont_actualites .contain-actualites:before, .cont_actualites .contain-search:before, .formulaire .contain-field:after, .formulaire .contain-field.checkbox .contain-chk:after, .arianne-panier:after, .cont_homepage .contain-homepage .col-right .menus:after, .cont_actualite .contain-actualite .col-right .menus:after, .cont_productsheet .contain-productsheet .col-right .menus:after, .cont_account .contain-account .col-right .menus:after, .cont_search .contain-actualites:after, .cont_search .contain-search:after, .cont_actualites .contain-actualites:after, .cont_actualites .contain-search:after { content: ""; display: table; }

.formulaire .contain-field:after, .formulaire .contain-field.checkbox .contain-chk:after, .arianne-panier:after, .cont_homepage .contain-homepage .col-right .menus:after, .cont_actualite .contain-actualite .col-right .menus:after, .cont_productsheet .contain-productsheet .col-right .menus:after, .cont_account .contain-account .col-right .menus:after, .cont_search .contain-actualites:after, .cont_search .contain-search:after, .cont_actualites .contain-actualites:after, .cont_actualites .contain-search:after { clear: both; }

[class*="icon-before-"]::before, [class*="icon-after-"]::after { display: inline-block; font-family: 'fontawesome'; margin: 0 0.5em; font-weight: normal; font-size: 1.25em; speak: none; }

[class*="icon-before-angle-down"]::before, [class*="icon-after-angle-down"]::after { content: ""; }

[class*="icon-before-angle-left"]::before, [class*="icon-after-angle-left"]::after { content: ""; }

[class*="icon-before-angle-right"]::before, [class*="icon-after-angle-right"]::after { content: ""; }

[class*="icon-before-angle-up"]::before, [class*="icon-after-angle-up"]::after { content: ""; }

[class*="icon-before-angle-double-down"]::before, [class*="icon-after-angle-double-down"]::after { content: ""; }

[class*="icon-before-angle-double-left"]::before, [class*="icon-after-angle-double-left"]::after { content: ""; }

[class*="icon-before-angle-double-right"]::before, [class*="icon-after-angle-double-right"]::after { content: ""; }

[class*="icon-before-angle-double-up"]::before, [class*="icon-after-angle-double-up"]::after { content: ""; }

[class*="icon-before-archive"]::before, [class*="icon-after-archive"]::after { content: ""; }

[class*="icon-before-bars"]::before, [class*="icon-after-bars"]::after { content: ""; }

[class*="icon-before-barcode"]::before, [class*="icon-after-barcode"]::after { content: ""; }

[class*="icon-before-calendar"]::before, [class*="icon-after-calendar"]::after { content: ""; }

[class*="icon-before-caret-down"]::before, [class*="icon-after-caret-down"]::after { content: ""; }

[class*="icon-before-caret-left"]::before, [class*="icon-after-caret-left"]::after { content: ""; }

[class*="icon-before-caret-right"]::before, [class*="icon-after-caret-right"]::after { content: ""; }

[class*="icon-before-caret-up"]::before, [class*="icon-after-caret-up"]::after { content: ""; }

[class*="icon-before-crop"]::before, [class*="icon-after-crop"]::after { content: ""; }

[class*="icon-before-chain-broken"]::before, [class*="icon-after-chain-broken"]::after { content: ""; }

[class*="icon-before-check"]::before, [class*="icon-after-check"]::after { content: ""; }

[class*="icon-before-check-square-o"]::before, [class*="icon-after-check-square-o"]::after { content: ""; }

[class*="icon-before-chevron-down"]::before, [class*="icon-after-chevron-down"]::after { content: ""; }

[class*="icon-before-chevron-left"]::before, [class*="icon-after-chevron-left"]::after { content: ""; }

[class*="icon-before-chevron-right"]::before, [class*="icon-after-chevron-right"]::after { content: ""; }

[class*="icon-before-chevron-up"]::before, [class*="icon-after-chevron-up"]::after { content: ""; }

[class*="icon-before-cogs"]::before, [class*="icon-after-cogs"]::after { content: ""; }

[class*="icon-before-comment"]::before, [class*="icon-after-comment"]::after { content: ""; }

[class*="icon-before-copyright"]::before, [class*="icon-after-copyright"]::after { content: ""; }

[class*="icon-before-cubes"]::before, [class*="icon-after-cubes"]::after { content: ""; }

[class*="icon-before-download"]::before, [class*="icon-after-download"]::after { content: ""; }

[class*="icon-before-envelope"]::before, [class*="icon-after-envelope"]::after { content: ""; }

[class*="icon-before-envelope-line"]::before, [class*="icon-after-envelope-line"]::after { content: ""; }

[class*="icon-before-file"]::before, [class*="icon-after-file"]::after { content: ""; }

[class*="icon-before-folder"]::before, [class*="icon-after-folder"]::after { content: ""; }

[class*="icon-before-folder-open"]::before, [class*="icon-after-folder-open"]::after { content: ""; }

[class*="icon-before-gift"]::before, [class*="icon-after-gift"]::after { content: ""; }

[class*="icon-before-group"]::before, [class*="icon-after-group"]::after { content: ""; }

[class*="icon-before-home"]::before, [class*="icon-after-home"]::after { content: ""; }

[class*="icon-before-info"]::before, [class*="icon-after-info"]::after { content: ""; }

[class*="icon-before-login"]::before, [class*="icon-after-login"]::after { content: ""; }

[class*="icon-before-logout"]::before, [class*="icon-after-logout"]::after { content: ""; }

[class*="icon-before-link"]::before, [class*="icon-after-link"]::after { content: ""; }

[class*="icon-before-marker"]::before, [class*="icon-after-marker"]::after { content: ""; }

[class*="icon-before-minus-circle"]::before, [class*="icon-after-minus-circle"]::after { content: ""; }

[class*="icon-before-news"]::before, [class*="icon-after-news"]::after { content: ""; }

[class*="icon-before-pencil"]::before, [class*="icon-after-pencil"]::after { content: ""; }

[class*="icon-before-phone"]::before, [class*="icon-after-phone"]::after { content: ""; }

[class*="icon-before-picture"]::before, [class*="icon-after-picture"]::after { content: ""; }

[class*="icon-before-plus-circle"]::before, [class*="icon-after-plus-circle"]::after { content: ""; }

[class*="icon-before-plus"]::before, [class*="icon-after-plus"]::after { content: ""; }

[class*="icon-before-print"]::before, [class*="icon-after-print"]::after { content: ""; }

[class*="icon-before-question-circle"]::before, [class*="icon-after-question-circle"]::after { content: ""; }

[class*="icon-before-refresh"]::before, [class*="icon-after-refresh"]::after { content: ""; }

[class*="icon-before-repeat"]::before, [class*="icon-after-repeat"]::after { content: ""; }

[class*="icon-before-retweet"]::before, [class*="icon-after-retweet"]::after { content: ""; }

[class*="icon-before-search"]::before, [class*="icon-after-search"]::after { content: ""; }

[class*="icon-before-signout"]::before, [class*="icon-after-signout"]::after { content: ""; }

[class*="icon-before-sitemap"]::before, [class*="icon-after-sitemap"]::after { content: ""; }

[class*="icon-before-square-o"]::before, [class*="icon-after-square-o"]::after { content: ""; }

[class*="icon-before-tag"]::before, [class*="icon-after-tag"]::after { content: ""; }

[class*="icon-before-tags"]::before, [class*="icon-after-tags"]::after { content: ""; }

[class*="icon-before-times"]::before, [class*="icon-after-times"]::after { content: ""; }

[class*="icon-before-tasks"]::before, [class*="icon-after-tasks"]::after { content: ""; }

[class*="icon-before-text-width"]::before, [class*="icon-after-text-width"]::after { content: ""; }

[class*="icon-before-trash"]::before, [class*="icon-after-trash"]::after { content: ""; }

[class*="icon-before-warning"]::before, [class*="icon-after-warning"]::after { content: ""; }

blockquote { font-size: 14px; }

ul { padding: 0; list-style: none; }

ul li { margin-left: 0; list-style: none; }

ul.list, ul.list-left { list-style: disc; }

ul.list li, ul.list-left li { margin-left: 20px; padding-left: 3px; list-style: disc; list-style-image: url("../img/puce-default.png"); }

ul.list { display: table; margin: 0 auto; }

ul.list-left { float: left; }

.helpers, .tips, .warn { padding: 15px 10px 15px 40px; margin: 10px 0; text-align: left; font-weight: bold; }

.helpers a, .tips a, .warn a { padding: 6px 15px; margin: 0 5px; color: #FFF; font-weight: bold; }

.tips { border: 1px solid #112c83; background: #b8c6ed url("../img/tips.png") no-repeat 10px center; color: #112c83; }

.tips a { border: 6px solid #112c83; background-color: #112c83; }

.tips a:hover { background-color: #0b1d56; }

.warn { border: 1px solid #ff0000; background: #ffcccc url("../img/warn.png") no-repeat 10px center; color: #ff0000; }

.warn a { border: 6px solid #ff0000; background-color: #ff0000; }

.warn a:hover { background-color: #cc0000; }

a.discret { color: #90989d !important; }

.tips_ok, .tips_erreur { padding: 15px; font-size: 1.4em; color: #ffffff; background-color: #de0600; margin-bottom: 15px; text-align: center; }

.tips_ok a, .tips_erreur a { float: right; text-decoration: none; color: #ffffff; }

.tips_ok { background-color: #000253; }

.row.edito { margin-bottom: 30px; }

.row.edito h3 { margin-top: 0; }

.cke_contents { min-height: 500px; }

.section { display: block; }

.dotted { border-bottom: 1px dotted #90989d !important; padding-bottom: 15px !important; }

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.boxed { -webkit-box-shadow: 1px 3px 5px #90989d; box-shadow: 1px 3px 5px #90989d; }

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus { border: 1px solid #ccc; -webkit-text-fill-color: #000; -webkit-box-shadow: 0 0 0px 1000px #fff inset; -webkit-transition: background-color 5000s ease-in-out 0s; transition: background-color 5000s ease-in-out 0s; }

.back-to-top { position: fixed; bottom: 30px; right: 30px; width: 38px; height: 36px; background-color: #a23314; background-color: rgba(163, 52, 21, 0.5); border-radius: 4px; color: #fff; cursor: pointer; }

.back-to-top i { position: absolute; top: 5px; left: 7px; font-size: 24px; }

.back-to-top:hover { opacity: 1; }

.modal .panel { border: 0; -webkit-box-shadow: none; box-shadow: none; padding: 0 15px; }

.modal .help-block { font-size: 12px; }

.modal-title { font-family: Montserrat, "sans-serif"; font-size: 28px; line-height: 20px; padding-top: 10px; }

.modal-header { border: 0; padding-left: 30px; }

.modal-header span.info { font-size: 13px; text-transform: uppercase; }

.modal-footer { border: 0; }

.alert-default { border: 1px solid #90989d; }

.alert-default.well { background-color: #fcfcfc; border-radius: 10px; border-color: #ccc; padding: 20px; -webkit-box-shadow: 1px 1px 12px #ccc; box-shadow: 1px 1px 12px #ccc; }

.bs-callout { padding: 20px; margin: 20px 0; border: 1px solid #eee; border-left-width: 5px; border-radius: 3px; font-size: 14px; font-weight: 400; }

.bs-callout h4 { margin-top: 0; margin-bottom: 5px; }

.bs-callout p:last-child { margin-bottom: 0; }

.bs-callout code { border-radius: 3px; }

.bs-callout + .bs-callout { margin-top: -5px; }

.bs-callout-default { border-left-color: #555555 !important; }

.bs-callout-default h4 { color: #555555; }

.bs-callout-primary { border-left-color: #0c4a70 !important; }

.bs-callout-primary h4 { color: #0c4a70; }

.bs-callout-info { border-left-color: #5bc0de !important; }

.bs-callout-info h4 { color: #5bc0de; }

.bs-callout-danger { border-left-color: #d04119 !important; }

.bs-callout-danger h4 { color: #d04119; }

.bs-callout-warning { border-left-color: #d04119 !important; }

.bs-callout-warning h4 { color: #d04119; }

.bs-callout-success { border-left-color: #d04119 !important; }

.bs-callout-success h4 { color: #d04119; }

#cookies_notification { background-color: #fff; font-size: 18px; color: #185079; font-family: 'Roboto Condensed', sans-serif; text-align: center; padding: 15px; bottom: 0 !important; -webkit-box-shadow: 0 0 12px #90989d; box-shadow: 0 0 12px #90989d; }

#cookies_notification .btn, #cookies_notification .wcc-btn-big a, .wcc-btn-big #cookies_notification a, #cookies_notification .btn-big { font-family: Roboto; }

.cc_banner-wrapper { z-index: 9001; position: relative; }

.cc_container .cc_btn { cursor: pointer; text-align: center; font-size: 0.6em; -webkit-transition: font-size 200ms; transition: font-size 200ms; line-height: 1em; }

.cc_container .cc_message { font-size: 0.6em; -webkit-transition: font-size 200ms; transition: font-size 200ms; margin: 0; padding: 0; line-height: 1.5em; }

.cc_container .cc_logo { display: none; }

.cc_container .cc_logo:hover, .cc_container .cc_logo:active { opacity: 1; }

@media screen and (min-width: 500px) { .cc_container .cc_btn { font-size: 0.8em; }
  .cc_container .cc_message { font-size: 0.8em; } }

@media screen and (min-width: 768px) { .cc_container .cc_btn { font-size: 1em; }
  .cc_container .cc_message { font-size: 1em; line-height: 1em; } }

@media screen and (min-width: 992px) { .cc_container .cc_message { font-size: 1em; } }

@media print { .cc_banner-wrapper, .cc_container { display: none; } }

.cc_container { position: fixed; left: 0; right: 0; bottom: 0; overflow: hidden; padding: 10px; }

.cc_container .cc_btn { padding: 8px 10px; background-color: #afca0b; cursor: pointer; -webkit-transition: font-size 200ms; transition: font-size 200ms; text-align: center; font-size: 0.6em; display: block; width: 33%; margin-left: 10px; float: right; max-width: 120px; }

.cc_container .cc_message { -webkit-transition: font-size 200ms; transition: font-size 200ms; font-size: 0.6em; display: block; }

@media screen and (min-width: 500px) { .cc_container .cc_btn { font-size: 0.8em; }
  .cc_container .cc_message { margin-top: 0.5em; font-size: 0.8em; } }

@media screen and (min-width: 768px) { .cc_container { padding: 15px 30px 15px; }
  .cc_container .cc_btn { font-size: 1em; padding: 8px 15px; }
  .cc_container .cc_message { font-size: 1em; } }

@media screen and (min-width: 992px) { .cc_container .cc_message { font-size: 1em; } }

.cc_container { background: #fff; color: #185079; font-size: 18px; font-family: "Roboto Condensed", "sans-serif"; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #ccc; }

.cc_container ::-moz-selection { background: #63a5d3; color: #fff; text-shadow: none; }

.cc_container .cc_btn, .cc_container .cc_btn:visited { color: #fff; background-color: #afca0b; -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,-webkit-box-shadow 200ms ease-in-out; transition: background 200ms ease-in-out,color 200ms ease-in-out,-webkit-box-shadow 200ms ease-in-out; transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out; transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out,-webkit-box-shadow 200ms ease-in-out; -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out; border-radius: 5px; -webkit-border-radius: 5px; }

.cc_container .cc_btn:hover, .cc_container .cc_btn:active { background-color: #afca0b; color: #fff; }

.cc_container a, .cc_container a:visited { text-decoration: none; color: #fff; -webkit-transition: 200ms color; transition: 200ms color; }

.cc_container a:hover, .cc_container a:active { color: #555; }

@-webkit-keyframes slideUp { 0% { -webkit-transform: translateY(66px);
    transform: translateY(66px); }
  100% { -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideUp { 0% { -webkit-transform: translateY(66px);
    transform: translateY(66px); }
  100% { -webkit-transform: translateY(0);
    transform: translateY(0); } }

.cc_container, .cc_message, .cc_btn { animation-duration: 0.8s; -webkit-animation-duration: 0.8s; -moz-animation-duration: 0.8s; -o-animation-duration: 0.8s; -webkit-animation-name: slideUp; animation-name: slideUp; }

.tooltip { text-align: center; color: #fff; background-color: #90989d; position: absolute; z-index: 2000; padding: 5px 10px; border-radius: 5px; -webkit-box-shadow: #90989d, 2px, 2px, 6px; box-shadow: #90989d, 2px, 2px, 6px; opacity: .8; font-size: 14px; font-family: 'Roboto Condensed', sans-serif; font-weight: 400; }

.tooltip:after { width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #90989d; content: ''; position: absolute; left: 48%; bottom: -6px; margin-left: -10px; }

.tooltip.top:after { border-top-color: transparent; border-bottom: 10px solid #111; top: -20px; bottom: auto; }

.tooltip.left:after { left: 10px; margin: 0; }

.tooltip.right:after { right: 10px; left: auto; margin: 0; }

.contain-header { font-family: Roboto, "sans-serif"; width: 100%; height: auto; max-height: none; -webkit-transition: background 0.35s linear, height 0.35s ease-in; transition: background 0.35s linear, height 0.35s ease-in; }

@media (min-width: 768px) { .contain-header { min-height: 80px; } }

.contain-header.full { height: 100%; background: #000; background: rgba(0, 0, 0, 0.7); -webkit-transition: background 0.35s linear, height 0.35s ease-in 200ms; transition: background 0.35s linear, height 0.35s ease-in 200ms; }

.contain-header a { color: #4e555e; font-size: 1.4rem; }

.row_header { width: 100%; height: 100%; background: #fff; }

.row_header .le-fil { background-color: #fff; padding-top: 5px; padding-bottom: 2px; display: none; float: left; }

.row_header .le-fil strong { font-family: Roboto, sans-serif, arial; }

.row_header .le-fil i.fa { margin-right: 5px; }

.row_header .le-fil i.fa:not(:first-child) { margin-left: 5px; }

.row_header.bg-dark #mainMenu > li a { color: #bbc0c3 !important; }

@media (min-width: 1025px) { @-webkit-keyframes header_slidefromtop { 100% { top: 0px; } } @keyframes header_slidefromtop { 100% { top: 0px; } }
  .row_header.fixed { position: fixed; height: 80px; -webkit-box-shadow: 0 0 7px #999; box-shadow: 0 0 7px #999; top: -110px; z-index: 2; -webkit-animation: header_slidefromtop 0.5s forwards; animation: header_slidefromtop 0.5s forwards; -webkit-animation-delay: .2s; animation-delay: .2s; }
  .row_header.fixed .le-fil { display: block; } }

.header { z-index: 9; min-height: 80px; margin: 0 auto; }

.header .header-logo { padding: 0; }

@media (min-width: 768px) { .header .header-logo { float: left; } }

.header .header-logo a { display: block; width: 100%; height: 80px; max-width: 180px; min-width: 124px; background-size: contain; background-position: 50%; background-repeat: no-repeat; }

.header .header-menu { float: left; }

.header .header-menu .brand-menu { float: left; }

.header .header-menu .brand-menu li { float: left; }

.header .header-menu .brand-menu li a { display: block; width: 67px; height: 67px; opacity: .9; }

.header .header-menu .brand-menu li a.apt { background-image: url("../img/picto/apt.png"); }

.header .header-menu .brand-menu li a.ecreso { background-image: url("../img/picto/ecreso.png"); }

.header .header-menu .brand-menu li a.audemat { background-image: url("../img/picto/audemat.png"); }

.header .header-menu .brand-menu li a:hover { opacity: 1; }

@media (max-width: 992px) { .header .header-menu .brand-menu { display: none; } }

.header .header-menu #mainMenu { margin: 28px 0 0 0; width: 100%; }

.header .header-menu #mainMenu li:nth-child(2) { -webkit-transition-delay: 300ms, 300ms; transition-delay: 300ms, 300ms; }

.header .header-menu #mainMenu .fa-bars { font-size: 2.5rem; }

.header .header-menu #mainMenu.open { display: block !important; }

.header .header-menu #mainMenu li a { font-family: Roboto, "sans-serif"; font-size: 1.2rem; font-weight: 400; }

.header .header-menu #mainMenu > li { list-style: none; position: relative; padding: 0px !important; z-index: 2; }

.header .header-menu #mainMenu > li a { display: block; text-transform: uppercase; padding: 0px; z-index: 3; }

.header .header-menu #mainMenu > li a:hover { font-weight: 400; text-decoration: none !important; }

.header .header-menu #mainMenu > li > a { line-height: 2em; }

.header .header-menu #mainMenu > li > a i.fa-sign-out { color: #d04119; }

.header .header-menu #mainMenu > li > a span.circle { display: inline-block; font-size: 1.3rem; text-align: center; line-height: 22px; width: 24px; height: 24px; vertical-align: middle; border: 1px solid; border-radius: 50%; overflow: hidden; margin-right: 2px; overflow: hidden; }

.header .header-menu #mainMenu > li > a span.circle i { opacity: .75; font-size: 2.2rem; }

.header .header-menu #mainMenu > li > a span.circle i:before { position: relative; top: 0px; left: 0px; }

.header .header-menu #mainMenu > li > a span.circle i.fa-search { font-size: 1.5rem; }

.header .header-menu #mainMenu > li > a span.circle i.fa-search:before { top: -2px; }

@media (min-width: 1280px) { .header .header-menu #mainMenu > li > a span.circle i.fa-search { font-size: 1.3rem; } }

@media (min-width: 1280px) { .header .header-menu #mainMenu > li > a span.circle i { font-size: 2.0rem; } }

@media (min-width: 1280px) { .header .header-menu #mainMenu > li > a span.circle { font-size: 1.1rem; } }

.header .header-menu #mainMenu > li > a span.username { color: #555; }

.header .header-menu #mainMenu > li span.item { padding: 0 .8em; border-right: 1px dotted #9d9d9d; }

@media (min-width: 1024px) { .header .header-menu #mainMenu > li span.item { padding: 0 .5em; } }

.header .header-menu #mainMenu > li:first-child span.item { border-left: 1px dotted #9d9d9d; }

.header .header-menu #mainMenu > li.header-search { position: relative; line-height: 18px; width: 40px; text-align: center; }

.header .header-menu #mainMenu > li.header-search ul { width: 330px !important; left: inherit !important; padding: 6px 6px; right: 0; }

.header .header-menu #mainMenu > li.header-search .search-trigger { display: block; font-size: 1.2rem; }

.header .header-menu #mainMenu > li.header-search form { padding: 0px; }

.header .header-menu #mainMenu > li.header-search form input[type="text"] { color: #888888; font-size: 16px; font-weight: 400; float: left; width: 288px; padding: 5px 10px; }

.header .header-menu #mainMenu > li.header-search form button { color: #d04119; float: right; padding: 1px 7px; font-size: 16px; line-height: 24px; cursor: pointer; border-left: 0; border-radius: 0px 3px 3px 0px; }

.header .header-menu #mainMenu > li.header-search form button::before { display: inline-block; font-family: 'fontawesome'; margin-right: 0.5em; font-weight: normal; font-size: 1em; speak: none; content: ""; vertical-align: middle; }

.header .header-menu #mainMenu > li.header-search form button::before { margin: 0; }

.header .header-menu #mainMenu > li.user { margin-left: 5px; }

.header .header-menu #mainMenu > li.user a { display: inline-block; }

.header .header-menu #mainMenu > li.user span.item { border-right: 0; }

.header .header-menu #mainMenu > li.user span.circle span i:before { left: 3px; }

.header .header-menu #mainMenu > li.user.logout a:not(:first-child) { border: 1px solid #80858b; border-radius: 50%; width: 26px; height: 26px; line-height: 22px; text-align: center; padding-left: 2px; }

.header .header-menu #mainMenu > li.user.logout:hover a { border-bottom: 1px solid #80858b; }

.header .header-menu #mainMenu > li.active > a { border-bottom: 5px solid #d04119; padding-bottom: 22px; }

.header .header-menu #mainMenu > li.selected > a { border-bottom: 5px solid #d04119; }

.header .header-menu #mainMenu > li.selected ul { display: block; }

.header .header-menu #mainMenu > li.langues { width: 40px; text-align: center; position: relative; }

.header .header-menu #mainMenu > li.langues ul { width: 100% !important; background: #fcfcfc; padding: 0 10px !important; position: absolute; right: 0px !important; z-index: 2; border: 1px dotted #ccc; border-top: 0; border-radius: 0 0 5px 5px; display: none; }

.header .header-menu #mainMenu > li.langues ul li { text-align: right; padding: 2px 0 0 0; display: block; }

.header .header-menu #mainMenu > li.langues ul li a { display: block; text-align: left; }

.header .header-menu #mainMenu > li.langues ul li a:hover { border-color: #fff !important; }

.header .header-menu #mainMenu > li.langues ul li a span { border: 0 !important; }

.header .header-menu #mainMenu > li.ddwn-menu { width: 40px; text-align: right; cursor: pointer; }

.header .header-menu #mainMenu > li.ddwn-menu i { margin-top: 1px; }

@media (max-width: 767px) { .header .header-menu #mainMenu > li .visible-xs { display: none !important; }
  .header .header-menu #mainMenu > li.open > a { border-bottom: 4px solid #d04119; }
  .header .header-menu #mainMenu > li.open ul { display: block !important; } }

@media (min-width: 768px) { .header .header-menu #mainMenu > li { float: left; }
  .header .header-menu #mainMenu > li:hover > a { padding-bottom: 22px; }
  .header .header-menu #mainMenu > li:hover:not(.active) > a { border-bottom: 5px solid #90979b; }
  .header .header-menu #mainMenu > li:hover ul { display: block; }
  .header .header-menu #mainMenu > li a { text-transform: none; } }

.header .header-menu #mainMenu > li ul { display: none; font-family: Roboto, arial; margin-top: 80px; background-color: #ffffff !important; position: absolute; margin-top: 0; right: 11px; width: 200%; z-index: 3; padding: 5px 15px; border-top: 1px solid #cdd1d3; -webkit-box-shadow: 0px 4px 6px #4e555e; box-shadow: 0px 4px 6px #4e555e; border-radius: 0 0 5px 5px; }

.header .header-menu #mainMenu > li ul li.cat { color: #696969; font-family: "Roboto Condensed", "sans-serif"; font-weight: 400; font-size: 1.5rem; text-transform: uppercase; padding-top: 10px; margin-bottom: 5px; }

.header .header-menu #mainMenu > li ul a { padding: 5px 0; font-weight: 400; text-transform: none; color: #90989d; display: block; border-bottom: 4px solid #fff; }

.header .header-menu #mainMenu > li ul a:hover { background-color: #fff; text-decoration: none; border-bottom: 4px solid #d04119; }

@media (min-width: 768px) { .header .header-menu #mainMenu > li ul { width: 330px; } }

@media (min-width: 1280px) { .header .header-menu #mainMenu > li ul { width: 450px; } }

.header .header-menu #mainMenu > li ul.submenu_h { position: absolute; left: 0; top: inherit; }

.header .header-menu #mainMenu > li ul.submenu_h li:not(:first-child) { border-top: 1px solid #cdd1d3; }

.header .header-menu #mainMenu > li ul.submenu_h li a { height: auto; line-height: 20px; border: 0 !important; padding: 10px 0; }

.header .header-menu #mainMenu > li ul.submenu_h li:hover a { color: #d04119; }

@media (min-width: 768px) { .header .header-menu #mainMenu { float: left; } }

.header #mobile-menu { margin: 0; height: 0; overflow: hidden; float: none; -webkit-transition: height 0.5s; transition: height 0.5s; font-family: "Roboto Condensed", "sans-serif"; }

.header #mobile-menu.open { -webkit-transition: height 0.5s; transition: height 0.5s; height: auto; }

.header #mobile-menu li { line-height: 18px; margin-bottom: 10px; }

.header #mobile-menu li span { background-color: #4e555e; color: #ffffff; font-weight: 700; display: block; border-bottom: 1px solid #ccc; padding: 5px 15px; margin-bottom: 5px; }

.header #mobile-menu li a { display: block; font-size: 1.8rem; line-height: 3rem; }

.header #mobile-menu li a:hover { text-decoration: none; color: #d04119; }

.header #mobile-menu li ul li a { font-weight: 300; }

@media (max-width: 767px) { .header #mainMenu li:not(.open) li:hover > a { border-bottom: 5px solid #0d4c72; }
  .header #mainMenu li:not(.open) li:hover > a[rel=broadcast-networks] { border-bottom: 5px solid #039ca9; }
  .header #mainMenu li:not(.open) li:hover > a[rel=connected-industries] { border-bottom: 5px solid #afca0b; }
  .header #mainMenu li:not(.open) li:hover ul { display: block; } }

.header #btResponsiveMenu { display: none; float: right; margin-top: 32px; margin-right: 10px; text-align: center; color: #000000; font-size: 3rem; }

.header #btResponsiveMenu::after { display: inline-block; font-family: 'fontawesome'; margin-left: 0.5em; font-weight: normal; font-size: 1em; speak: none; content: ""; vertical-align: middle; }

@media only screen and (min-width: 561px) and (max-width: 959px), only screen and (max-width: 560px) { .header #btResponsiveMenu { display: block; } }

@media only screen and (max-width: 560px) { .header #btResponsiveMenu { margin-top: 20px; } }

.mobile-search { height: 45px; padding: 5px; }

.mobile-search form { padding: 0px; }

.mobile-search form input[type="text"] { color: #888888; font-size: 16px; font-weight: 400; float: left; width: calc(100% - 34px); padding: 6px 10px; }

.mobile-search form button { width: 34px; height: 34px; color: #d04119; float: right; padding: 1px 7px; font-size: 16px; line-height: 28px; cursor: pointer; border-width: 0; border-radius: 0px 3px 3px 0px; }

.mobile-search form button::before { display: inline-block; font-family: 'fontawesome'; margin-right: 0.5em; font-weight: normal; font-size: 1em; speak: none; content: ""; vertical-align: middle; }

.mobile-search form button::before { margin: 0; }

body.home .subheader .bigmenu, body.productsheet_produit .subheader .bigmenu { position: relative; top: 0; left: 0; -webkit-box-shadow: 0 3px 10px #555; box-shadow: 0 3px 10px #555; }

.subheader { position: relative; z-index: 2; opacity: .98; width: 100%; }

@media (min-width: 768px) { .subheader { position: absolute; } }

.subheader .bigmenu { display: none; overflow: hidden; background-color: #f3f3f3; width: 100%; }

.subheader .bigmenu .container { margin: 0 auto; padding: 10px 0; font-size: 1.4rem; min-height: 20px; position: relative; }

.subheader .bigmenu ul, .subheader .bigmenu li { display: block; list-style: none; }

.subheader .bigmenu li, .subheader .bigmenu a { font-family: Roboto, "sans-serif"; font-weight: normal; }

.subheader .bigmenu ul { background-color: transparent; background-repeat: no-repeat; background-position: top right; }

@media (min-width: 768px) { .subheader .bigmenu ul { min-height: 20px; } }

.subheader .bigmenu ul li.cat { font-size: 1.6rem; font-weight: 700; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; padding-top: 10px; margin-bottom: 5px; }

.subheader .bigmenu ul li.cat ul { min-height: inherit; }

.subheader .bigmenu ul li.pad { border-left: 1px dotted #fff; height: 30px; }

.subheader .bigmenu ul li.prod { font-family: Roboto, sans-serif; -webkit-transition: margin-top 0.25s linear; -webkit-transition: margin-top 0.25s; transition: margin-top 0.25s; }

.subheader .bigmenu ul li.prod a { display: block; color: #90989d; text-transform: capitalize; }

.subheader .bigmenu ul li.prod a:hover { background-color: #fcfcfc; text-decoration: none; }

.subheader .bigmenu ul li.prod:hover { margin-top: -2px; }

.subheader .bigmenu ul.submenu_h { margin-top: 10px; }

.subheader .bigmenu ul.submenu_h li { margin-right: 20px; padding: 5px 0px; }

.subheader .bigmenu ul.submenu_h li a { padding: 0 10px; }

@media (min-width: 768px) { .subheader .bigmenu ul.submenu_h { float: left; }
  .subheader .bigmenu ul.submenu_h li { float: left; margin-right: 20px; } }

.subheader .bigmenu .cateImg { height: 240px; max-width: 240px; margin-left: 10px; background-repeat: no-repeat; background-position: center center; background-size: contain; text-align: center; }

.subheader .bigmenu .cateImg a { display: block; }

.subheader .bigmenu .cateImg img { border: 0; max-width: 100%; }

.subheader .bigmenu .img-tip-info > div { height: 250px; width: 210px; border-radius: 5px; padding: 10px; overflow: hidden; }

.subheader .bigmenu .img-tip-info > div p { margin-bottom: 0; line-height: 16px; text-align: center; font-size: 1.3rem; }

.subheader .bigmenu .img-tip-info > div .ref { text-align: center; text-transform: uppercase; font-family: 'Roboto Condensed', sans-serif; font-weight: 400; font-size: 1.5rem; height: 35px; vertical-align: bottom; }

.subheader .bigmenu .img-tip-info > div .img { height: 150px; background-repeat: no-repeat; background-position: center center; background-size: contain; margin-bottom: 5px; }

.subheader .bigmenu.bigmenu_broadcast-networks { background-color: #039ca9; }

.subheader .bigmenu.bigmenu_broadcast-networks ul li.cat { color: #04cadb; }

.subheader .bigmenu.bigmenu_broadcast-networks ul li.prod a { color: #fff; }

.subheader .bigmenu.bigmenu_broadcast-networks ul li.prod a:hover { background-color: #03a5b3; font-weight: 700; }

.subheader .bigmenu.bigmenu_broadcast-networks .img-tip-info > div { background-color: #fff; border: 1px solid #e6e6e6; }

.subheader .bigmenu.bigmenu_connected-industries { background-color: #afca0b; }

.subheader .bigmenu.bigmenu_connected-industries ul li.cat { color: #d3f216; }

.subheader .bigmenu.bigmenu_connected-industries ul li.prod a { color: #fff; border-radius: 3px; }

.subheader .bigmenu.bigmenu_connected-industries ul li.prod a:hover { background-color: #b7d40c; font-weight: 700; }

.subheader .bigmenu.bigmenu_connected-industries .img-tip-info > div { background-color: #fff; border: 1px solid #e6e6e6; }

.subheader .bigmenu.bigmenu_media { background-color: #f3f3f3; }

.subheader .bigmenu.bigmenu_media ul li.cat { color: #4e555e; }

.subheader .bigmenu.bigmenu_media ul li.prod a { color: #4e555e; border-radius: 3px; }

.subheader .bigmenu.bigmenu_media ul li.prod a:hover { background-color: #d9441a; color: #fff; font-weight: 700; }

.subheader .bigmenu.bigmenu_media .img-tip-info > div { background-color: #fff; border: 1px solid #e6e6e6; }

.subheader .bigmenu.bigmenu_company { background-color: #f3f3f3; }

.subheader .bigmenu.bigmenu_company ul li.cat { color: #4e555e; }

.subheader .bigmenu.bigmenu_company ul li.prod a { color: #4e555e; border-radius: 3px; }

.subheader .bigmenu.bigmenu_company ul li.prod a:hover { background-color: #d9441a; color: #fff; font-weight: 700; }

.subheader .bigmenu.bigmenu_company .img-tip-info > div { background-color: #fff; border: 1px solid #e6e6e6; }

.subheader .bigmenu.dropdown { background-color: transparent !important; margin-top: -33px !important; -webkit-box-shadow: none !important; box-shadow: none !important; }

.subheader .bigmenu.dropdown > div { background-color: transparent; min-height: auto; padding: 0; }

.subheader .bigmenu.dropdown > div ul { width: 250px; padding: 15px; background-image: none; background-color: #ffffff !important; border-top: 1px solid #cdd1d3; -webkit-box-shadow: 0px 1px 3px #e4e6e7; box-shadow: 0px 1px 3px #e4e6e7; border-radius: 0 0 5px 5px; min-height: auto; }

.subheader .bigmenu.dropdown > div ul li.cat { padding-top: 0; }

.subheader .bigmenu.dropdown > div ul li.cat:not(:first-child) { margin-top: 10px; }

.username { font-size: 14px; color: #555; font-family: 'Roboto Condensed', Sans-Serif, Arial; font-weight: 700; text-transform: none; }

body, html, main { /* important */ height: 100%; }

.section { display: block; clear: both; position: relative; }

.section > .section-row { padding: 4rem 0 0; }

#meeting-form { overflow: hidden; }

.container-full { width: 100%; position: relative; }

.section-title { padding-right: 0; }

.section-title h2 { position: relative; padding: 0px 0 10px 0; margin-top: 20px; }

.section-title h2:before { position: absolute; top: -20px; content: ""; width: 70%; max-width: 180px; border-top: 5px solid; }

.scrolling-bg { min-height: 100%; }

.bg-image { background-repeat: no-repeat; background-position: 25% 100%; background-size: cover; }

@media (min-width: 768px) { .bg-image { background-size: cover; background-position: 50% 50%; } }

@media (min-width: 1200px) { .bg-image { background-size: 100%; background-position: 50% 30%; } }

.bg-wired { height: 300px; background-attachment: scroll; background-repeat: no-repeat; }

.bg-company { background-position: 26% -52px !important; }

@media (min-width: 1280px) { .bg-company { background-position: 50% 0; } }

.fixed-bg { background-attachment: scroll; background-size: cover !important; background-position: 50% !important; }

.fixed-bg.bg-company { background-position: 50% 0% !important; }

.fixed-bg.bg-wired { background-position: 50% 50% !important; }

.fixed-bg.scroll-bg { background-attachment: scroll; }

@media (min-width: 768px) { .fixed-bg { background-attachment: fixed; } }

.container-wide { position: relative; margin: 0 auto; width: 96%; }

.container-wide.w90 { width: 90% !important; }

@media (min-width: 768px) { .container-wide { display: table; } }

@media (min-width: 1024px) { .container-wide { width: 80%; }
  .container-wide.left { width: 90%; margin-left: 0; }
  .container-wide.left .col-sm-6 { width: 45%; }
  .container-wide.left .col-sm-6:first-child { padding-left: 30px !important; }
  .container-wide.left .col-sm-6:last-child { width: 55%; }
  .container-wide.right { width: 90%; margin-right: 0; }
  .container-wide.right .col-sm-6 { width: 55%; }
  .container-wide.right .col-sm-6:first-child { width: 45%; padding-left: 30px !important; } }

.section-row.row { margin-left: 0; margin-right: 0; }

.section-middle { margin-left: 0; margin-right: 0; }

.section-middle.header { margin-left: 0; padding-left: 0; }

@media (min-width: 960px) { .bg-image { background-size: cover; height: 660px; }
  .bg-image.first { margin-top: 0; }
  .bg-wired { height: 315px; } }

@media (min-width: 1280px) { .bg-image.first { margin-top: 0; }
  .bg-wired { height: 400px; } }

a.editable[data-href]:before { content: "\f14b"; font-size: 3rem; font-family: FontAwesome; position: absolute; top: 5px; right: 5px; color: #d04119; background-color: #ffffff; border-radius: 5px; height: 27px; width: 27px; text-align: center; line-height: 26px; }

@media (min-width: 768px) { .big { bottom: 165px; } }

@media (min-width: 1200px) { .big { bottom: 180px; } }

@media (min-width: 1440px) { .big { bottom: 200px; } }

.margin-bottom { margin-bottom: 4rem !important; }

.back .inliner-container { padding: 15px; border: 1px solid #ccc; }

.back [data-piece="group"], .back [data-piece="cell"], .back [data-piece="element"] { position: relative; }

.back [data-piece="group"] :focus, .back [data-piece="cell"] :focus, .back [data-piece="element"] :focus { outline: none; }

.back [data-piece="group"]:before, .back [data-piece="cell"]:before, .back [data-piece="element"]:before { position: absolute; outline: 1px dotted transparent; left: 0px; right: 0px; top: 0px; bottom: 0px; content: " "; pointer-events: none; z-index: 0; -webkit-transition: outline .1s linear; transition: outline .1s linear; display: block; }

.back [data-piece="group"]:after, .back [data-piece="cell"]:after, .back [data-piece="element"]:after { display: block; content: " "; clear: both; }

.back [data-piece="group"] > [data-piece="toolbox"], .back [data-piece="cell"] > [data-piece="toolbox"], .back [data-piece="element"] > [data-piece="toolbox"] { opacity: .3; position: absolute; margin: 0; height: 26px; width: auto; font-size: 12px; line-height: 12px; display: none; background-color: #4e555e; color: #fff; padding: 3px !important; border: 0; border-radius: 3px 3px 0 0; z-index: 1; -webkit-box-shadow: 1px 1px 6px #ccc; box-shadow: 1px 1px 6px #ccc; cursor: initial; -webkit-transition: opacity .1s linear; transition: opacity .1s linear; }

.back [data-piece="group"] > [data-piece="toolbox"]:hover, .back [data-piece="cell"] > [data-piece="toolbox"]:hover, .back [data-piece="element"] > [data-piece="toolbox"]:hover { opacity: 1; }

.back [data-piece="group"] > [data-piece="toolbox"] > div, .back [data-piece="cell"] > [data-piece="toolbox"] > div, .back [data-piece="element"] > [data-piece="toolbox"] > div { display: inline-block; width: 20px; height: 20px; font-size: 14px; line-height: 20px; text-align: center; margin: 0 3px; cursor: pointer; background-color: transparent; padding: 0 !important; }

.back [data-piece="group"] > [data-piece="toolbox"] > div .fa, .back [data-piece="cell"] > [data-piece="toolbox"] > div .fa, .back [data-piece="element"] > [data-piece="toolbox"] > div .fa { vertical-align: inherit !important; }

.back [data-piece="group"] > [data-piece="toolbox"] > div.active, .back [data-piece="cell"] > [data-piece="toolbox"] > div.active, .back [data-piece="element"] > [data-piece="toolbox"] > div.active { color: #afca0b; }

.back [data-piece="group"] > [data-piece="toolbox"] > div:hover, .back [data-piece="cell"] > [data-piece="toolbox"] > div:hover, .back [data-piece="element"] > [data-piece="toolbox"] > div:hover { color: #FCDD4C; }

.back [data-piece="group"] > [data-piece="toolbox"] > div[data-piece="input"], .back [data-piece="cell"] > [data-piece="toolbox"] > div[data-piece="input"], .back [data-piece="element"] > [data-piece="toolbox"] > div[data-piece="input"] { position: absolute; right: 175px; bottom: -20px; background-color: #fff; }

.back [data-piece="group"] > [data-piece="toolbox"] > div[data-piece="input"] input, .back [data-piece="cell"] > [data-piece="toolbox"] > div[data-piece="input"] input, .back [data-piece="element"] > [data-piece="toolbox"] > div[data-piece="input"] input { width: 200px; border: 3px solid #4e555e; color: #d04119; padding: 3px 5px; top: -17px; right: 10px; }

.back [data-piece="group"]:hover > [data-piece="toolbox"], .back [data-piece="group"]:focus-within > [data-piece="toolbox"], .back [data-piece="cell"]:hover > [data-piece="toolbox"], .back [data-piece="cell"]:focus-within > [data-piece="toolbox"], .back [data-piece="element"]:hover > [data-piece="toolbox"], .back [data-piece="element"]:focus-within > [data-piece="toolbox"] { display: block; }

.back [data-piece="group"] { margin: 15px 0px; }

.back [data-piece="group"]:before { top: 0px; left: -5px; right: -5px; bottom: -5px; }

.back [data-piece="group"]:hover:before, .back [data-piece="group"]:focus-within:before { outline-color: #4e555e; }

.back [data-piece="group"]:after { content: " "; display: table; clear: both; height: 20px; }

.back [data-piece="group"] > [data-piece="toolbox"] { top: -25px; left: -6px; }

.back [data-piece="group"] > [data-piece="toolbox"] > div[data-piece="input"] { left: 0; right: auto; }

.back [data-piece="group"] > [data-piece="toolbox"] > div[data-piece="input"] input { left: 10px; right: auto; }

.back [data-piece="group"]:hover { border-radius: 0 5px 0 0; }

.back [data-piece="group"]:hover [data-piece="element"], .back [data-piece="group"]:hover [contenteditable="true"] { opacity: .3; }

.back [data-piece="group"] [data-piece="cell"] { padding: 0 5px; }

.back [data-piece="group"] [data-piece="cell"] > [data-piece="toolbox"] { bottom: -26px; right: -1px; border-radius: 0 0 3px 3px; }

.back [data-piece="group"] [data-piece="cell"]:hover [contenteditable="true"] { opacity: .7; }

.back [data-piece="group"] [data-piece="cell"]:hover:before, .back [data-piece="group"] [data-piece="cell"]:focus-within:before { outline-color: #039ca9; }

.back [data-piece="group"] [contenteditable="true"] { position: relative; text-decoration: none !important; }

.back [data-piece="group"] [contenteditable="true"]:hover { opacity: 1 !important; }

.back [data-piece="group"] [contenteditable="true"]:hover [data-piece="element"] { opacity: 1; }

.back [data-piece="group"] [data-piece="element"] > [data-piece="toolbox"] { top: -26px; right: -1px; }

.back [data-piece="group"] [data-piece="element"]:hover:before, .back [data-piece="group"] [data-piece="element"]:focus-within:before { outline-color: #d04119; }

.back [data-piece="group"] [data-piece="element"]:focus, .back [data-piece="group"] [data-piece="element"]:focus-within { -webkit-column-count: auto !important; column-count: auto !important; }

.front div.cell-link, .front div.cell-link a { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }

#modal-box { display: table; position: fixed; width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; z-index: 10000; background-color: rgba(0, 0, 0, 0.5); }

#modal-box h1, #modal-box h2, #modal-box h3, #modal-box h4 { font-family: "Roboto Condensed", "sans-serif"; padding: 0; }

#modal-box #modal-container { display: table-cell; vertical-align: middle; }

#modal-box #modal-container #modal-inner { margin: 0 auto; width: 95%; max-width: 480px; background-color: #fff; border-radius: 5px; -webkit-box-shadow: 1px 2px 15px #333333; box-shadow: 1px 2px 15px #333333; }

#modal-box #modal-container #modal-inner .modal-header { padding: 15px; text-align: center; border-bottom: 1px solid #e5e5e5; }

#modal-box #modal-container #modal-inner .modal-body { font-size: 16px; }

#modal-box #modal-container #modal-inner .modal-footer { padding: 15px; border-top: 1px solid #e5e5e5; }

body.productsheet_apt .footer { background-color: #042a44; }

body.productsheet_ecreso .footer { background-color: #525252; }

body.productsheet_audemat .footer { background-color: #236089; }

body.productsheet_apt .footer .logos, body.productsheet_ecreso .footer .logos, body.productsheet_audemat .footer .logos { display: none; }

.footer-sep { clear: both; height: 40px; }

.footer { background-color: #d04119; width: 100%; margin: 0; padding: 0; padding-bottom: 50px; font-size: 12px; display: table; }

.footer a { color: #ffffff; }

.footer .footer-logo-nn { display: block; background-size: contain; background-repeat: no-repeat; background-position: 7px -1px; background-image: url(../img/logo_NN_red.jpg); width: 60px; height: 50px; }

.footer .footer-content > div { margin-bottom: 30px; }

.footer .logos { background: #ffffff; text-align: center; padding: 10px 0; }

.footer .container { padding: 35px 0; }

.footer .container > div > div { margin-bottom: 30px; padding-bottom: 10px; }

@media (max-width: 990px) { .footer .container > div > div:not(:last-child) { border-bottom: 1px dotted #919191; } }

.footer .title { display: block; margin-bottom: 10px; color: #fff; text-transform: uppercase; font-size: 12px; font-weight: 500; font-family: Montserrat, "sans-serif"; }

@media only screen and (max-width: 560px) { .footer .title { text-align: center; } }

.footer .line { margin: 0 0 20px 0; color: #fff; font-size: 12px; }

.footer .line a { color: #fff; font-size: 12px; }

.footer ul, .footer li { margin: 0; padding: 0; list-style: none; display: block; }

.footer ul li { font-size: 12px; color: #fff; }

@media only screen and (max-width: 560px) { .footer ul li, .footer .line { text-align: center; } }

.footer ul li a, .footer .line a { text-decoration: none; color: #fff; font-size: 12px; font-family: 'Roboto', 'Arial'; }

.footer ul li a:hover, .footer .line a:hover { text-decoration: underline; }

@media only screen and (max-width: 560px) { .footer .col-followus { text-align: center; border: 0; } }

.footer .col-followus li { display: inline-block; margin-right: 10px; }

@media only screen and (max-width: 560px) { .footer .col-followus li { margin-right: 10px; margin-left: 10px; } }

.footer .col-followus li a { display: block; width: 32px; height: 32px; color: #d04119 !important; background-color: #ffffff; border-radius: 50%; text-align: center; }

.footer .col-followus li a i { font-size: 20px; line-height: 32px; }

.footer .col-menu { margin-bottom: 10px; }

@media only screen and (max-width: 560px) { .footer .col-menu { text-align: center; } }

.footer .col-menu a { display: block; }

@media only screen and (max-width: 560px) { .footer .col-menu a { text-align: center; } }

.footer .col-menu span { display: block; font-size: 12px; }

@media only screen and (max-width: 560px) { .footer .col-menu span { text-align: center; } }

.footer .col-menu span.titre { color: #ffffff; }

.footer .col-menu span.date { color: #919191; }

.section-offer { background-color: #d04119; padding: 5rem 0; margin-bottom: 5rem; }

.section-offer > div { margin-bottom: 0; }

.section-offer .offer_infos { color: white; }

.section-offer .offer_infos .required::after { color: black; }

.offer { float: left; background-color: #ececec; width: 100%; max-width: 330px; }

.offer > div { padding: 1rem 2rem; float: left; width: 100%; }

.offer h3 { border-bottom: 2px solid #d04119; padding: 1rem 1rem 2rem; margin: 1rem; }

.offer h3 em { font-style: normal; color: #d04119; }

.offer .pricing { min-height: 90px; }

.offer .pricing strong em { font-size: x-large; font-style: normal; }

.offer a, .offer input { min-width: 15rem; }

.offer a.btn-big, .offer input.btn-big { border-radius: 0.25rem; color: white; }

.offer a.btn-big:hover, .offer input.btn-big:hover { background-color: #737373; }

.offer .description { margin-top: 2rem; float: left; background-color: #d8d8d8; padding: 1rem; border-radius: 5px; width: 100%; height: 100%; min-height: 20rem; }

.offer .description > p { padding-left: 4px; }

.offer .description li { font-size: 1.3rem; }

.offer .description strong em { color: #d04119; font-style: normal; }

.offer.on-premise { border: 0; background-color: #4e555e; }

.offer.on-premise h3, .offer.on-premise .pricing { color: white; }

.offer.on-premise a.btn, .offer.on-premise .wcc-btn-big a, .wcc-btn-big .offer.on-premise a, .offer.on-premise a.btn-big { background-color: white; color: #282a2b; }

form[name="saas_offer"] .description a { text-decoration: none; color: initial; }

.striked { position: relative; }

.striked:after { content: ' '; position: absolute; height: 4px; top: 12px; left: -3px; right: -3px; -webkit-transform: rotate(-20deg); transform: rotate(-20deg); background-color: #d04119; opacity: 0.9; }

.striked--sm:after { top: 6px; height: 2px; }

.striked--white:after { background-color: #ffffff; }

.saas-subdomain { color: #282a2b; padding-right: 1rem; text-align: right; font-weight: normal; font-size: 1.4rem; }

.offer_infos { position: relative; margin-top: 1rem; text-align: left; float: left; font-size: 1.2rem; }

.offer_infos .required { padding-right: 1.3rem; }

.offer_infos .required::after { position: absolute; font-size: larger; font-weight: bolder; }

.cont_productsheet.broadcast-network .contain-slider { background-color: #039ca9; }

.cont_productsheet.broadcast-network .contain-slider .slider .center-slider .left .title h3 strong { color: #9d420a; }

.cont_productsheet.broadcast-network .contain-slider .puces a { border: 1px solid #039ca9; }

.cont_productsheet.connected-industries .contain-slider { background-color: #afca0b; }

.cont_productsheet.connected-industries .contain-slider .slider .center-slider .left .title h3 strong { color: #9d420a; }

.cont_productsheet.connected-industries .contain-slider .puces a { border: 1px solid #afca0b; }

.cont_productsheet li h4 { margin: 0 0 5px 0 !important; font-weight: bold !important; }

.cont_homepage .contain-homepage .col-left, .cont_actualite .contain-actualite .col-left, .cont_productsheet .contain-productsheet .col-left, .cont_account .contain-account .col-left { top: -60px; -webkit-animation: none; animation: none; }

.cont_homepage .contain-homepage .col-left > div, .cont_actualite .contain-actualite .col-left > div, .cont_productsheet .contain-productsheet .col-left > div, .cont_account .contain-account .col-left > div { width: 100%; top: -20px; }

@-webkit-keyframes col_left_slidefromtop { 100% { top: 120px; } }

@keyframes col_left_slidefromtop { 100% { top: 120px; } }

@media (min-width: 768px) { .cont_homepage .contain-homepage .col-left.fixed, .cont_homepage .contain-homepage .col-left.is_stuck, .cont_actualite .contain-actualite .col-left.fixed, .cont_actualite .contain-actualite .col-left.is_stuck, .cont_productsheet .contain-productsheet .col-left.fixed, .cont_productsheet .contain-productsheet .col-left.is_stuck, .cont_account .contain-account .col-left.fixed, .cont_account .contain-account .col-left.is_stuck { -webkit-animation: col_left_slidefromtop 0.5s forwards; animation: col_left_slidefromtop 0.5s forwards; -webkit-animation-delay: .2s; animation-delay: .2s; top: -38px; }
  .cont_homepage .contain-homepage .col-left.fixed h3, .cont_homepage .contain-homepage .col-left.is_stuck h3, .cont_actualite .contain-actualite .col-left.fixed h3, .cont_actualite .contain-actualite .col-left.is_stuck h3, .cont_productsheet .contain-productsheet .col-left.fixed h3, .cont_productsheet .contain-productsheet .col-left.is_stuck h3, .cont_account .contain-account .col-left.fixed h3, .cont_account .contain-account .col-left.is_stuck h3 { visibility: visible; }
  .cont_homepage .contain-homepage .col-left.release, .cont_actualite .contain-actualite .col-left.release, .cont_productsheet .contain-productsheet .col-left.release, .cont_account .contain-account .col-left.release { -webkit-animation: none; animation: none; position: absolute !important; top: auto !important; bottom: 0; } }

.cont_homepage .contain-homepage .col-left .advert, .cont_actualite .contain-actualite .col-left .advert, .cont_productsheet .contain-productsheet .col-left .advert, .cont_account .contain-account .col-left .advert { display: block; margin-top: 15px; margin-bottom: 25px; border-radius: 10px; text-align: center; overflow: hidden; text-align: center; }

.cont_homepage .contain-homepage .col-left .advert img, .cont_actualite .contain-actualite .col-left .advert img, .cont_productsheet .contain-productsheet .col-left .advert img, .cont_account .contain-account .col-left .advert img { width: 100%; max-width: 255px; }

.cont_homepage .contain-homepage .col-left .contain-pages, .cont_actualite .contain-actualite .col-left .contain-pages, .cont_productsheet .contain-productsheet .col-left .contain-pages, .cont_account .contain-account .col-left .contain-pages { margin-bottom: 25px; }

.cont_homepage .contain-homepage .col-left h3, .cont_actualite .contain-actualite .col-left h3, .cont_productsheet .contain-productsheet .col-left h3, .cont_account .contain-account .col-left h3 { visibility: hidden; font-family: 'Roboto Condensed', 'Arial'; font-weight: 400; font-size: 20px; border-bottom: 1px dotted #c1c1c1; padding-bottom: 5px; }

.cont_homepage .contain-homepage .contain-pages > ul, .cont_homepage .contain-homepage .contain-cross-selling > ul, .cont_homepage .contain-homepage .nav_menu > ul, .cont_actualite .contain-actualite .contain-pages > ul, .cont_actualite .contain-actualite .contain-cross-selling > ul, .cont_actualite .contain-actualite .nav_menu > ul, .cont_productsheet .contain-productsheet .contain-pages > ul, .cont_productsheet .contain-productsheet .contain-cross-selling > ul, .cont_productsheet .contain-productsheet .nav_menu > ul, .cont_account .contain-account .contain-pages > ul, .cont_account .contain-account .contain-cross-selling > ul, .cont_account .contain-account .nav_menu > ul { width: 100%; }

.cont_homepage .contain-homepage .contain-pages > ul > li, .cont_homepage .contain-homepage .contain-cross-selling > ul > li, .cont_homepage .contain-homepage .nav_menu > ul > li, .cont_actualite .contain-actualite .contain-pages > ul > li, .cont_actualite .contain-actualite .contain-cross-selling > ul > li, .cont_actualite .contain-actualite .nav_menu > ul > li, .cont_productsheet .contain-productsheet .contain-pages > ul > li, .cont_productsheet .contain-productsheet .contain-cross-selling > ul > li, .cont_productsheet .contain-productsheet .nav_menu > ul > li, .cont_account .contain-account .contain-pages > ul > li, .cont_account .contain-account .contain-cross-selling > ul > li, .cont_account .contain-account .nav_menu > ul > li { border-bottom: 1px dotted #c1c1c1; padding: 0; }

.cont_homepage .contain-homepage .contain-pages > ul > li a, .cont_homepage .contain-homepage .contain-cross-selling > ul > li a, .cont_homepage .contain-homepage .nav_menu > ul > li a, .cont_actualite .contain-actualite .contain-pages > ul > li a, .cont_actualite .contain-actualite .contain-cross-selling > ul > li a, .cont_actualite .contain-actualite .nav_menu > ul > li a, .cont_productsheet .contain-productsheet .contain-pages > ul > li a, .cont_productsheet .contain-productsheet .contain-cross-selling > ul > li a, .cont_productsheet .contain-productsheet .nav_menu > ul > li a, .cont_account .contain-account .contain-pages > ul > li a, .cont_account .contain-account .contain-cross-selling > ul > li a, .cont_account .contain-account .nav_menu > ul > li a { color: #78858e; font-size: 14px; font-family: "Roboto Condensed", "sans-serif"; font-weight: normal; display: block; padding: 12px 0; }

.cont_homepage .contain-homepage .contain-pages > ul > li a.selected, .cont_homepage .contain-homepage .contain-pages > ul > li a:hover, .cont_homepage .contain-homepage .contain-cross-selling > ul > li a.selected, .cont_homepage .contain-homepage .contain-cross-selling > ul > li a:hover, .cont_homepage .contain-homepage .nav_menu > ul > li a.selected, .cont_homepage .contain-homepage .nav_menu > ul > li a:hover, .cont_actualite .contain-actualite .contain-pages > ul > li a.selected, .cont_actualite .contain-actualite .contain-pages > ul > li a:hover, .cont_actualite .contain-actualite .contain-cross-selling > ul > li a.selected, .cont_actualite .contain-actualite .contain-cross-selling > ul > li a:hover, .cont_actualite .contain-actualite .nav_menu > ul > li a.selected, .cont_actualite .contain-actualite .nav_menu > ul > li a:hover, .cont_productsheet .contain-productsheet .contain-pages > ul > li a.selected, .cont_productsheet .contain-productsheet .contain-pages > ul > li a:hover, .cont_productsheet .contain-productsheet .contain-cross-selling > ul > li a.selected, .cont_productsheet .contain-productsheet .contain-cross-selling > ul > li a:hover, .cont_productsheet .contain-productsheet .nav_menu > ul > li a.selected, .cont_productsheet .contain-productsheet .nav_menu > ul > li a:hover, .cont_account .contain-account .contain-pages > ul > li a.selected, .cont_account .contain-account .contain-pages > ul > li a:hover, .cont_account .contain-account .contain-cross-selling > ul > li a.selected, .cont_account .contain-account .contain-cross-selling > ul > li a:hover, .cont_account .contain-account .nav_menu > ul > li a.selected, .cont_account .contain-account .nav_menu > ul > li a:hover { color: #d04119; }

.cont_homepage .contain-homepage .contain-pages > ul > li a .date, .cont_homepage .contain-homepage .contain-cross-selling > ul > li a .date, .cont_homepage .contain-homepage .nav_menu > ul > li a .date, .cont_actualite .contain-actualite .contain-pages > ul > li a .date, .cont_actualite .contain-actualite .contain-cross-selling > ul > li a .date, .cont_actualite .contain-actualite .nav_menu > ul > li a .date, .cont_productsheet .contain-productsheet .contain-pages > ul > li a .date, .cont_productsheet .contain-productsheet .contain-cross-selling > ul > li a .date, .cont_productsheet .contain-productsheet .nav_menu > ul > li a .date, .cont_account .contain-account .contain-pages > ul > li a .date, .cont_account .contain-account .contain-cross-selling > ul > li a .date, .cont_account .contain-account .nav_menu > ul > li a .date { display: block; font-size: 0.8em; color: #333333; }

.cont_homepage .contain-homepage .contain-pages > ul > li a .fa, .cont_homepage .contain-homepage .contain-cross-selling > ul > li a .fa, .cont_homepage .contain-homepage .nav_menu > ul > li a .fa, .cont_actualite .contain-actualite .contain-pages > ul > li a .fa, .cont_actualite .contain-actualite .contain-cross-selling > ul > li a .fa, .cont_actualite .contain-actualite .nav_menu > ul > li a .fa, .cont_productsheet .contain-productsheet .contain-pages > ul > li a .fa, .cont_productsheet .contain-productsheet .contain-cross-selling > ul > li a .fa, .cont_productsheet .contain-productsheet .nav_menu > ul > li a .fa, .cont_account .contain-account .contain-pages > ul > li a .fa, .cont_account .contain-account .contain-cross-selling > ul > li a .fa, .cont_account .contain-account .nav_menu > ul > li a .fa { width: 25px; }

.cont_homepage .contain-homepage .contain-pages > ul > li ul, .cont_homepage .contain-homepage .contain-cross-selling > ul > li ul, .cont_homepage .contain-homepage .nav_menu > ul > li ul, .cont_actualite .contain-actualite .contain-pages > ul > li ul, .cont_actualite .contain-actualite .contain-cross-selling > ul > li ul, .cont_actualite .contain-actualite .nav_menu > ul > li ul, .cont_productsheet .contain-productsheet .contain-pages > ul > li ul, .cont_productsheet .contain-productsheet .contain-cross-selling > ul > li ul, .cont_productsheet .contain-productsheet .nav_menu > ul > li ul, .cont_account .contain-account .contain-pages > ul > li ul, .cont_account .contain-account .contain-cross-selling > ul > li ul, .cont_account .contain-account .nav_menu > ul > li ul { padding-left: 40px; margin-top: -12px; }

.cont_homepage .contain-homepage .contain-pages > ul > li ul li a, .cont_homepage .contain-homepage .contain-cross-selling > ul > li ul li a, .cont_homepage .contain-homepage .nav_menu > ul > li ul li a, .cont_actualite .contain-actualite .contain-pages > ul > li ul li a, .cont_actualite .contain-actualite .contain-cross-selling > ul > li ul li a, .cont_actualite .contain-actualite .nav_menu > ul > li ul li a, .cont_productsheet .contain-productsheet .contain-pages > ul > li ul li a, .cont_productsheet .contain-productsheet .contain-cross-selling > ul > li ul li a, .cont_productsheet .contain-productsheet .nav_menu > ul > li ul li a, .cont_account .contain-account .contain-pages > ul > li ul li a, .cont_account .contain-account .contain-cross-selling > ul > li ul li a, .cont_account .contain-account .nav_menu > ul > li ul li a { padding: 0 0 2px 0; font-family: Roboto, "sans-serif"; font-size: 13px; color: #d04119; }

.cont_homepage .contain-homepage .contain-pages ul li a, .cont_actualite .contain-actualite .contain-pages ul li a, .cont_productsheet .contain-productsheet .contain-pages ul li a, .cont_account .contain-account .contain-pages ul li a { text-transform: uppercase; }

.cont_homepage .contain-homepage .col-right, .cont_actualite .contain-actualite .col-right, .cont_productsheet .contain-productsheet .col-right, .cont_account .contain-account .col-right { margin-bottom: 15px; }

.cont_homepage .contain-homepage .col-right.content.section_nav_fixed, .cont_actualite .contain-actualite .col-right.content.section_nav_fixed, .cont_productsheet .contain-productsheet .col-right.content.section_nav_fixed, .cont_account .contain-account .col-right.content.section_nav_fixed { margin-top: 106px; }

.cont_homepage .contain-homepage .col-right .header-content .title, .cont_actualite .contain-actualite .col-right .header-content .title, .cont_productsheet .contain-productsheet .col-right .header-content .title, .cont_account .contain-account .col-right .header-content .title { float: left; }

.cont_homepage .contain-homepage .col-right .header-content .title h1, .cont_actualite .contain-actualite .col-right .header-content .title h1, .cont_productsheet .contain-productsheet .col-right .header-content .title h1, .cont_account .contain-account .col-right .header-content .title h1 { font-size: 32px; font-family: Roboto, "sans-serif"; font-weight: '400'; }

.cont_homepage .contain-homepage .col-right .header-content .title h1 strong, .cont_actualite .contain-actualite .col-right .header-content .title h1 strong, .cont_productsheet .contain-productsheet .col-right .header-content .title h1 strong, .cont_account .contain-account .col-right .header-content .title h1 strong { font-weight: bold; }

.cont_homepage .contain-homepage .col-right .header-content .title h1 em, .cont_actualite .contain-actualite .col-right .header-content .title h1 em, .cont_productsheet .contain-productsheet .col-right .header-content .title h1 em, .cont_account .contain-account .col-right .header-content .title h1 em { font-size: 28px; font-style: normal; color: #90989d; font-family: "Roboto Condensed", "sans-serif"; }

.cont_homepage .contain-homepage .col-right .header-content .title.actu h1, .cont_actualite .contain-actualite .col-right .header-content .title.actu h1, .cont_productsheet .contain-productsheet .col-right .header-content .title.actu h1, .cont_account .contain-account .col-right .header-content .title.actu h1 { font-size: 36px; margin-bottom: 0; }

.cont_homepage .contain-homepage .col-right .header-content .title .date, .cont_actualite .contain-actualite .col-right .header-content .title .date, .cont_productsheet .contain-productsheet .col-right .header-content .title .date, .cont_account .contain-account .col-right .header-content .title .date { display: block; font-size: 13px; margin-bottom: 30px; color: #919191; font-family: "Roboto", "Arial"; }

.cont_homepage .contain-homepage .col-right .header-content .buttons, .cont_actualite .contain-actualite .col-right .header-content .buttons, .cont_productsheet .contain-productsheet .col-right .header-content .buttons, .cont_account .contain-account .col-right .header-content .buttons { float: right; }

.cont_homepage .contain-homepage .col-right .header-content .buttons > div, .cont_actualite .contain-actualite .col-right .header-content .buttons > div, .cont_productsheet .contain-productsheet .col-right .header-content .buttons > div, .cont_account .contain-account .col-right .header-content .buttons > div { float: left; margin-left: 10px; margin-bottom: 10px; height: 100px; width: 100px; background-color: #fff; border-radius: 50%; -webkit-box-shadow: 1px 2px 15px 0 #e5e7e9; -o-box-shadow: 1px 2px 15px 0 #e5e7e9; box-shadow: 1px 2px 15px 0 #e5e7e9; }

@media (min-width: 1200px) { .cont_homepage .contain-homepage .col-right .header-content .buttons > div, .cont_actualite .contain-actualite .col-right .header-content .buttons > div, .cont_productsheet .contain-productsheet .col-right .header-content .buttons > div, .cont_account .contain-account .col-right .header-content .buttons > div { float: right; } }

.cont_homepage .contain-homepage .col-right .header-content .buttons > div a, .cont_actualite .contain-actualite .col-right .header-content .buttons > div a, .cont_productsheet .contain-productsheet .col-right .header-content .buttons > div a, .cont_account .contain-account .col-right .header-content .buttons > div a { display: block; width: 100%; padding-top: 50px; overflow: hidden; font-family: Roboto, "sans-serif"; color: #787878; text-align: center; }

.cont_homepage .contain-homepage .col-right .header-content .buttons > div a b, .cont_actualite .contain-actualite .col-right .header-content .buttons > div a b, .cont_productsheet .contain-productsheet .col-right .header-content .buttons > div a b, .cont_account .contain-account .col-right .header-content .buttons > div a b { text-transform: uppercase; }

.cont_homepage .contain-homepage .col-right .header-content .buttons > div a.brochure, .cont_actualite .contain-actualite .col-right .header-content .buttons > div a.brochure, .cont_productsheet .contain-productsheet .col-right .header-content .buttons > div a.brochure, .cont_account .contain-account .col-right .header-content .buttons > div a.brochure { background-position: center 13px; background-repeat: no-repeat; }

.cont_homepage .contain-homepage .col-right .header-content .buttons > div a.videos, .cont_actualite .contain-actualite .col-right .header-content .buttons > div a.videos, .cont_productsheet .contain-productsheet .col-right .header-content .buttons > div a.videos, .cont_account .contain-account .col-right .header-content .buttons > div a.videos { background-position: center 18px; background-repeat: no-repeat; }

.cont_homepage .contain-homepage .col-right .header-content .buttons > div a.request, .cont_actualite .contain-actualite .col-right .header-content .buttons > div a.request, .cont_productsheet .contain-productsheet .col-right .header-content .buttons > div a.request, .cont_account .contain-account .col-right .header-content .buttons > div a.request { background-position: 55% 10px; background-repeat: no-repeat; }

.cont_homepage .contain-homepage .col-right .tab-menus, .cont_actualite .contain-actualite .col-right .tab-menus, .cont_productsheet .contain-productsheet .col-right .tab-menus, .cont_account .contain-account .col-right .tab-menus { padding-bottom: 0px; margin-top: 15px; margin-bottom: 0; float: left; width: 100%; }

.cont_homepage .contain-homepage .col-right .tab-content, .cont_actualite .contain-actualite .col-right .tab-content, .cont_productsheet .contain-productsheet .col-right .tab-content, .cont_account .contain-account .col-right .tab-content { float: left; width: 100%; background-color: #ffffff; padding-top: 15px; padding-bottom: 15px; }

.cont_homepage .contain-homepage .col-right .menus, .cont_actualite .contain-actualite .col-right .menus, .cont_productsheet .contain-productsheet .col-right .menus, .cont_account .contain-account .col-right .menus { width: 100%; margin-bottom: 0px; }

.cont_homepage .contain-homepage .col-right .menus li, .cont_actualite .contain-actualite .col-right .menus li, .cont_productsheet .contain-productsheet .col-right .menus li, .cont_account .contain-account .col-right .menus li { list-style: none; float: left; padding-right: 35px; margin-top: 10px; }

.cont_homepage .contain-homepage .col-right .menus li a, .cont_actualite .contain-actualite .col-right .menus li a, .cont_productsheet .contain-productsheet .col-right .menus li a, .cont_account .contain-account .col-right .menus li a { display: block; font-size: 1.5em; font-weight: bold; padding-bottom: 13px; }

.cont_homepage .contain-homepage .col-right .menus li a.selected, .cont_actualite .contain-actualite .col-right .menus li a.selected, .cont_productsheet .contain-productsheet .col-right .menus li a.selected, .cont_account .contain-account .col-right .menus li a.selected { background: url("../img/productsheet-menu-decoche.png") bottom center no-repeat; border-bottom: 5px solid #898989; color: #898989; padding-bottom: 8px; }

.cont_homepage .contain-homepage .col-right .section:nth-child(even), .cont_homepage .contain-homepage .col-right .section.even, .cont_homepage .contain-homepage .col-right .zebra:nth-child(even), .cont_homepage .contain-homepage .col-right .zebra.even, .cont_actualite .contain-actualite .col-right .section:nth-child(even), .cont_actualite .contain-actualite .col-right .section.even, .cont_actualite .contain-actualite .col-right .zebra:nth-child(even), .cont_actualite .contain-actualite .col-right .zebra.even, .cont_productsheet .contain-productsheet .col-right .section:nth-child(even), .cont_productsheet .contain-productsheet .col-right .section.even, .cont_productsheet .contain-productsheet .col-right .zebra:nth-child(even), .cont_productsheet .contain-productsheet .col-right .zebra.even, .cont_account .contain-account .col-right .section:nth-child(even), .cont_account .contain-account .col-right .section.even, .cont_account .contain-account .col-right .zebra:nth-child(even), .cont_account .contain-account .col-right .zebra.even { background-color: #f3f3f3; }

.cont_homepage .contain-homepage .col-right .editorial, .cont_actualite .contain-actualite .col-right .editorial, .cont_productsheet .contain-productsheet .col-right .editorial, .cont_account .contain-account .col-right .editorial { padding-bottom: 30px; }

.cont_homepage .contain-homepage .col-right .editorial .btn, .cont_homepage .contain-homepage .col-right .editorial .wcc-btn-big a, .wcc-btn-big .cont_homepage .contain-homepage .col-right .editorial a, .cont_homepage .contain-homepage .col-right .editorial .btn-big, .cont_actualite .contain-actualite .col-right .editorial .btn, .cont_actualite .contain-actualite .col-right .editorial .wcc-btn-big a, .wcc-btn-big .cont_actualite .contain-actualite .col-right .editorial a, .cont_actualite .contain-actualite .col-right .editorial .btn-big, .cont_productsheet .contain-productsheet .col-right .editorial .btn, .cont_productsheet .contain-productsheet .col-right .editorial .wcc-btn-big a, .wcc-btn-big .cont_productsheet .contain-productsheet .col-right .editorial a, .cont_productsheet .contain-productsheet .col-right .editorial .btn-big, .cont_account .contain-account .col-right .editorial .btn, .cont_account .contain-account .col-right .editorial .wcc-btn-big a, .wcc-btn-big .cont_account .contain-account .col-right .editorial a, .cont_account .contain-account .col-right .editorial .btn-big { margin-right: 10px; }

.cont_homepage .contain-homepage .col-right .editorial h2, .cont_actualite .contain-actualite .col-right .editorial h2, .cont_productsheet .contain-productsheet .col-right .editorial h2, .cont_account .contain-account .col-right .editorial h2 { font-size: 24px; font-family: Roboto, "sans-serif"; font-weight: '400'; margin-bottom: 30px; color: #d04119; }

.cont_homepage .contain-homepage .col-right .editorial h2 strong, .cont_actualite .contain-actualite .col-right .editorial h2 strong, .cont_productsheet .contain-productsheet .col-right .editorial h2 strong, .cont_account .contain-account .col-right .editorial h2 strong { display: block; font-weight: bold; }

.cont_homepage .contain-homepage .col-right .editorial h3, .cont_homepage .contain-homepage .col-right .editorial h4, .cont_actualite .contain-actualite .col-right .editorial h3, .cont_actualite .contain-actualite .col-right .editorial h4, .cont_productsheet .contain-productsheet .col-right .editorial h3, .cont_productsheet .contain-productsheet .col-right .editorial h4, .cont_account .contain-account .col-right .editorial h3, .cont_account .contain-account .col-right .editorial h4 { text-transform: uppercase; font-family: Roboto, "sans-serif"; margin: 15px 0; }

.cont_homepage .contain-homepage .col-right .editorial h3 strong, .cont_homepage .contain-homepage .col-right .editorial h4 strong, .cont_actualite .contain-actualite .col-right .editorial h3 strong, .cont_actualite .contain-actualite .col-right .editorial h4 strong, .cont_productsheet .contain-productsheet .col-right .editorial h3 strong, .cont_productsheet .contain-productsheet .col-right .editorial h4 strong, .cont_account .contain-account .col-right .editorial h3 strong, .cont_account .contain-account .col-right .editorial h4 strong { display: block; font-weight: bold; }

.cont_homepage .contain-homepage .col-right .editorial h3, .cont_actualite .contain-actualite .col-right .editorial h3, .cont_productsheet .contain-productsheet .col-right .editorial h3, .cont_account .contain-account .col-right .editorial h3 { font-size: 20px; font-weight: bold; border-bottom: 1px dotted #4e555e; padding-bottom: 15px; }

.cont_homepage .contain-homepage .col-right .editorial h4, .cont_actualite .contain-actualite .col-right .editorial h4, .cont_productsheet .contain-productsheet .col-right .editorial h4, .cont_account .contain-account .col-right .editorial h4 { font-size: 14px; font-weight: 400; text-transform: none; margin-bottom: 25px; }

.cont_homepage .contain-homepage .col-right .editorial p, .cont_actualite .contain-actualite .col-right .editorial p, .cont_productsheet .contain-productsheet .col-right .editorial p, .cont_account .contain-account .col-right .editorial p { font-family: Roboto, "sans-serif"; padding: 0; margin: 0; margin-bottom: 20px; }

.cont_homepage .contain-homepage .col-right .editorial ol, .cont_homepage .contain-homepage .col-right .editorial ul, .cont_actualite .contain-actualite .col-right .editorial ol, .cont_actualite .contain-actualite .col-right .editorial ul, .cont_productsheet .contain-productsheet .col-right .editorial ol, .cont_productsheet .contain-productsheet .col-right .editorial ul, .cont_account .contain-account .col-right .editorial ol, .cont_account .contain-account .col-right .editorial ul { margin-bottom: 15px; }

.cont_homepage .contain-homepage .col-right .editorial ol li, .cont_homepage .contain-homepage .col-right .editorial ul li, .cont_actualite .contain-actualite .col-right .editorial ol li, .cont_actualite .contain-actualite .col-right .editorial ul li, .cont_productsheet .contain-productsheet .col-right .editorial ol li, .cont_productsheet .contain-productsheet .col-right .editorial ul li, .cont_account .contain-account .col-right .editorial ol li, .cont_account .contain-account .col-right .editorial ul li { padding: 0; margin: 0; font-family: Roboto, "sans-serif"; }

.cont_homepage .contain-homepage .col-right .editorial ol.list, .cont_homepage .contain-homepage .col-right .editorial ol.list-left, .cont_homepage .contain-homepage .col-right .editorial ul.list, .cont_homepage .contain-homepage .col-right .editorial ul.list-left, .cont_actualite .contain-actualite .col-right .editorial ol.list, .cont_actualite .contain-actualite .col-right .editorial ol.list-left, .cont_actualite .contain-actualite .col-right .editorial ul.list, .cont_actualite .contain-actualite .col-right .editorial ul.list-left, .cont_productsheet .contain-productsheet .col-right .editorial ol.list, .cont_productsheet .contain-productsheet .col-right .editorial ol.list-left, .cont_productsheet .contain-productsheet .col-right .editorial ul.list, .cont_productsheet .contain-productsheet .col-right .editorial ul.list-left, .cont_account .contain-account .col-right .editorial ol.list, .cont_account .contain-account .col-right .editorial ol.list-left, .cont_account .contain-account .col-right .editorial ul.list, .cont_account .contain-account .col-right .editorial ul.list-left { list-style: disc; }

.cont_homepage .contain-homepage .col-right .editorial ol.list li, .cont_homepage .contain-homepage .col-right .editorial ol.list-left li, .cont_homepage .contain-homepage .col-right .editorial ul.list li, .cont_homepage .contain-homepage .col-right .editorial ul.list-left li, .cont_actualite .contain-actualite .col-right .editorial ol.list li, .cont_actualite .contain-actualite .col-right .editorial ol.list-left li, .cont_actualite .contain-actualite .col-right .editorial ul.list li, .cont_actualite .contain-actualite .col-right .editorial ul.list-left li, .cont_productsheet .contain-productsheet .col-right .editorial ol.list li, .cont_productsheet .contain-productsheet .col-right .editorial ol.list-left li, .cont_productsheet .contain-productsheet .col-right .editorial ul.list li, .cont_productsheet .contain-productsheet .col-right .editorial ul.list-left li, .cont_account .contain-account .col-right .editorial ol.list li, .cont_account .contain-account .col-right .editorial ol.list-left li, .cont_account .contain-account .col-right .editorial ul.list li, .cont_account .contain-account .col-right .editorial ul.list-left li { margin-left: 20px; }

.cont_homepage .contain-homepage .col-right .editorial p, .cont_homepage .contain-homepage .col-right .editorial li, .cont_actualite .contain-actualite .col-right .editorial p, .cont_actualite .contain-actualite .col-right .editorial li, .cont_productsheet .contain-productsheet .col-right .editorial p, .cont_productsheet .contain-productsheet .col-right .editorial li, .cont_account .contain-account .col-right .editorial p, .cont_account .contain-account .col-right .editorial li { color: #696969; }

.cont_homepage .contain-homepage .col-right .editorial p a:not(.btn):not( .btn-big), .cont_homepage .contain-homepage .col-right .editorial li a:not(.btn):not( .btn-big), .cont_actualite .contain-actualite .col-right .editorial p a:not(.btn):not( .btn-big), .cont_actualite .contain-actualite .col-right .editorial li a:not(.btn):not( .btn-big), .cont_productsheet .contain-productsheet .col-right .editorial p a:not(.btn):not( .btn-big), .cont_productsheet .contain-productsheet .col-right .editorial li a:not(.btn):not( .btn-big), .cont_account .contain-account .col-right .editorial p a:not(.btn):not( .btn-big), .cont_account .contain-account .col-right .editorial li a:not(.btn):not( .btn-big) { color: #112c83; }

.cont_homepage .contain-homepage .col-right .editorial table, .cont_actualite .contain-actualite .col-right .editorial table, .cont_productsheet .contain-productsheet .col-right .editorial table, .cont_account .contain-account .col-right .editorial table { width: 100%; }

.cont_homepage .contain-homepage .col-right .editorial table tr td, .cont_actualite .contain-actualite .col-right .editorial table tr td, .cont_productsheet .contain-productsheet .col-right .editorial table tr td, .cont_account .contain-account .col-right .editorial table tr td { vertical-align: top; padding: 5px; font-family: Roboto, "sans-serif"; font-size: 14px; }

.cont_homepage .contain-homepage .col-right .editorial table tr td p, .cont_actualite .contain-actualite .col-right .editorial table tr td p, .cont_productsheet .contain-productsheet .col-right .editorial table tr td p, .cont_account .contain-account .col-right .editorial table tr td p { font-size: 1em; }

.cont_homepage .contain-homepage .col-right .editorial table th, .cont_actualite .contain-actualite .col-right .editorial table th, .cont_productsheet .contain-productsheet .col-right .editorial table th, .cont_account .contain-account .col-right .editorial table th { font-family: "Roboto Condensed", "sans-serif"; font-weight: 700; }

.cont_homepage .contain-homepage .col-right .editorial hr, .cont_actualite .contain-actualite .col-right .editorial hr, .cont_productsheet .contain-productsheet .col-right .editorial hr, .cont_account .contain-account .col-right .editorial hr { display: block; border: 0; width: 100%; margin: 0 0 15px 0; padding: 0; height: 16px; overflow: hidden; background: transparent url(../img/hr.png) no-repeat center bottom; }

.cont_homepage .contain-homepage .col-right .editorial hr .dotted, .cont_actualite .contain-actualite .col-right .editorial hr .dotted, .cont_productsheet .contain-productsheet .col-right .editorial hr .dotted, .cont_account .contain-account .col-right .editorial hr .dotted { border-bottom: 1px dotted #90989d; background: transparent; }

.cont_homepage .contain-homepage .col-right .editorial .technos, .cont_actualite .contain-actualite .col-right .editorial .technos, .cont_productsheet .contain-productsheet .col-right .editorial .technos, .cont_account .contain-account .col-right .editorial .technos { float: left; margin-top: 30px; }

.cont_homepage .contain-homepage .col-right .editorial .user-report, .cont_homepage .contain-homepage .col-right .editorial .contacts, .cont_actualite .contain-actualite .col-right .editorial .user-report, .cont_actualite .contain-actualite .col-right .editorial .contacts, .cont_productsheet .contain-productsheet .col-right .editorial .user-report, .cont_productsheet .contain-productsheet .col-right .editorial .contacts, .cont_account .contain-account .col-right .editorial .user-report, .cont_account .contain-account .col-right .editorial .contacts { margin-top: 30px; background-image: url(../img/striures_team_card.gif); background-repeat: repeat-x; background-position: top left; border-top: 2px dotted #90989d; border-bottom: 2px dotted #90989d; overflow: hidden; z-index: 0; }

.cont_homepage .contain-homepage .col-right .editorial .user-report h3, .cont_homepage .contain-homepage .col-right .editorial .contacts h3, .cont_actualite .contain-actualite .col-right .editorial .user-report h3, .cont_actualite .contain-actualite .col-right .editorial .contacts h3, .cont_productsheet .contain-productsheet .col-right .editorial .user-report h3, .cont_productsheet .contain-productsheet .col-right .editorial .contacts h3, .cont_account .contain-account .col-right .editorial .user-report h3, .cont_account .contain-account .col-right .editorial .contacts h3 { margin-top: -25px; margin-bottom: 20px; font-size: 18px; font-weight: 400; }

.cont_homepage .contain-homepage .col-right .editorial .user-report .summary, .cont_homepage .contain-homepage .col-right .editorial .user-report .description, .cont_homepage .contain-homepage .col-right .editorial .contacts .summary, .cont_homepage .contain-homepage .col-right .editorial .contacts .description, .cont_actualite .contain-actualite .col-right .editorial .user-report .summary, .cont_actualite .contain-actualite .col-right .editorial .user-report .description, .cont_actualite .contain-actualite .col-right .editorial .contacts .summary, .cont_actualite .contain-actualite .col-right .editorial .contacts .description, .cont_productsheet .contain-productsheet .col-right .editorial .user-report .summary, .cont_productsheet .contain-productsheet .col-right .editorial .user-report .description, .cont_productsheet .contain-productsheet .col-right .editorial .contacts .summary, .cont_productsheet .contain-productsheet .col-right .editorial .contacts .description, .cont_account .contain-account .col-right .editorial .user-report .summary, .cont_account .contain-account .col-right .editorial .user-report .description, .cont_account .contain-account .col-right .editorial .contacts .summary, .cont_account .contain-account .col-right .editorial .contacts .description { border-top: 3px solid #a1a1a1; background-image: url(../img/lignes_striures_team_card.png); background-repeat: repeat-x; background-position: top left; margin-top: -80px; margin-left: 70px; padding-left: 30px; font-size: 14px; width: 85%; z-index: -1; }

.cont_homepage .contain-homepage .col-right .editorial .user-report .summary strong, .cont_homepage .contain-homepage .col-right .editorial .user-report .description strong, .cont_homepage .contain-homepage .col-right .editorial .contacts .summary strong, .cont_homepage .contain-homepage .col-right .editorial .contacts .description strong, .cont_actualite .contain-actualite .col-right .editorial .user-report .summary strong, .cont_actualite .contain-actualite .col-right .editorial .user-report .description strong, .cont_actualite .contain-actualite .col-right .editorial .contacts .summary strong, .cont_actualite .contain-actualite .col-right .editorial .contacts .description strong, .cont_productsheet .contain-productsheet .col-right .editorial .user-report .summary strong, .cont_productsheet .contain-productsheet .col-right .editorial .user-report .description strong, .cont_productsheet .contain-productsheet .col-right .editorial .contacts .summary strong, .cont_productsheet .contain-productsheet .col-right .editorial .contacts .description strong, .cont_account .contain-account .col-right .editorial .user-report .summary strong, .cont_account .contain-account .col-right .editorial .user-report .description strong, .cont_account .contain-account .col-right .editorial .contacts .summary strong, .cont_account .contain-account .col-right .editorial .contacts .description strong { font-family: Roboto, sans-serif, arial; font-weight: bold; font-size: 14px; }

@media (min-width: 768px) { .cont_homepage .contain-homepage .col-right .editorial .user-report img.thumb, .cont_homepage .contain-homepage .col-right .editorial .contacts img.thumb, .cont_actualite .contain-actualite .col-right .editorial .user-report img.thumb, .cont_actualite .contain-actualite .col-right .editorial .contacts img.thumb, .cont_productsheet .contain-productsheet .col-right .editorial .user-report img.thumb, .cont_productsheet .contain-productsheet .col-right .editorial .contacts img.thumb, .cont_account .contain-account .col-right .editorial .user-report img.thumb, .cont_account .contain-account .col-right .editorial .contacts img.thumb { width: 140px; height: 140px; }
  .cont_homepage .contain-homepage .col-right .editorial .user-report .summary, .cont_homepage .contain-homepage .col-right .editorial .user-report .description, .cont_homepage .contain-homepage .col-right .editorial .contacts .summary, .cont_homepage .contain-homepage .col-right .editorial .contacts .description, .cont_actualite .contain-actualite .col-right .editorial .user-report .summary, .cont_actualite .contain-actualite .col-right .editorial .user-report .description, .cont_actualite .contain-actualite .col-right .editorial .contacts .summary, .cont_actualite .contain-actualite .col-right .editorial .contacts .description, .cont_productsheet .contain-productsheet .col-right .editorial .user-report .summary, .cont_productsheet .contain-productsheet .col-right .editorial .user-report .description, .cont_productsheet .contain-productsheet .col-right .editorial .contacts .summary, .cont_productsheet .contain-productsheet .col-right .editorial .contacts .description, .cont_account .contain-account .col-right .editorial .user-report .summary, .cont_account .contain-account .col-right .editorial .user-report .description, .cont_account .contain-account .col-right .editorial .contacts .summary, .cont_account .contain-account .col-right .editorial .contacts .description { margin-top: -110px; margin-left: 135px; width: 80%; } }

.cont_productsheet .contain-productsheet .col-right .editorial .download, .cont_productsheet .contain-account .col-right .editorial .download, .cont_account .contain-productsheet .col-right .editorial .download, .cont_account .contain-account .col-right .editorial .download { border-radius: 5px; }

.cont_productsheet .contain-productsheet .col-right .editorial .download h3, .cont_productsheet .contain-account .col-right .editorial .download h3, .cont_account .contain-productsheet .col-right .editorial .download h3, .cont_account .contain-account .col-right .editorial .download h3 { border-bottom: 1px dotted #ccc; }

.cont_productsheet .contain-productsheet .col-right .editorial .download ul, .cont_productsheet .contain-productsheet .col-right .editorial .download li, .cont_productsheet .contain-account .col-right .editorial .download ul, .cont_productsheet .contain-account .col-right .editorial .download li, .cont_account .contain-productsheet .col-right .editorial .download ul, .cont_account .contain-productsheet .col-right .editorial .download li, .cont_account .contain-account .col-right .editorial .download ul, .cont_account .contain-account .col-right .editorial .download li { margin: 0; display: block; padding: 0; }

.cont_productsheet .contain-productsheet .col-right .editorial .download ul.doc_files .thumb, .cont_productsheet .contain-account .col-right .editorial .download ul.doc_files .thumb, .cont_account .contain-productsheet .col-right .editorial .download ul.doc_files .thumb, .cont_account .contain-account .col-right .editorial .download ul.doc_files .thumb { float: left; width: 100px; margin-bottom: 10px; }

.cont_productsheet .contain-productsheet .col-right .editorial .download ul.doc_files .thumb img, .cont_productsheet .contain-account .col-right .editorial .download ul.doc_files .thumb img, .cont_account .contain-productsheet .col-right .editorial .download ul.doc_files .thumb img, .cont_account .contain-account .col-right .editorial .download ul.doc_files .thumb img { width: auto; height: 120px; vertical-align: bottom; -webkit-box-shadow: 1px 3px 5px #90989d; box-shadow: 1px 3px 5px #90989d; margin-right: 10px; display: block; }

@media (min-width: 768px) { .cont_productsheet .contain-productsheet .col-right .editorial .download ul.doc_files .thumb, .cont_productsheet .contain-account .col-right .editorial .download ul.doc_files .thumb, .cont_account .contain-productsheet .col-right .editorial .download ul.doc_files .thumb, .cont_account .contain-account .col-right .editorial .download ul.doc_files .thumb { width: 160px; }
  .cont_productsheet .contain-productsheet .col-right .editorial .download ul.doc_files .thumb img, .cont_productsheet .contain-account .col-right .editorial .download ul.doc_files .thumb img, .cont_account .contain-productsheet .col-right .editorial .download ul.doc_files .thumb img, .cont_account .contain-account .col-right .editorial .download ul.doc_files .thumb img { height: 180px; } }

.cont_productsheet .contain-productsheet .col-right .editorial .download ul.doc_files h4, .cont_productsheet .contain-account .col-right .editorial .download ul.doc_files h4, .cont_account .contain-productsheet .col-right .editorial .download ul.doc_files h4, .cont_account .contain-account .col-right .editorial .download ul.doc_files h4 { font-size: 14px; margin-bottom: 0; min-height: 40px; }

.cont_productsheet .contain-productsheet .col-right .editorial .download ul.doc_files li, .cont_productsheet .contain-account .col-right .editorial .download ul.doc_files li, .cont_account .contain-productsheet .col-right .editorial .download ul.doc_files li, .cont_account .contain-account .col-right .editorial .download ul.doc_files li { display: inline-block; border: 0; padding: 0 5px 10px 0; }

.cont_productsheet .contain-productsheet .col-right .editorial .download ul.doc_files a, .cont_productsheet .contain-account .col-right .editorial .download ul.doc_files a, .cont_account .contain-productsheet .col-right .editorial .download ul.doc_files a, .cont_account .contain-account .col-right .editorial .download ul.doc_files a { width: 40px; color: #fff; background-color: #90989d; text-transform: uppercase; border: 0; }

.cont_productsheet .contain-productsheet .col-right .editorial .download ul.doc_files a:hover, .cont_productsheet .contain-account .col-right .editorial .download ul.doc_files a:hover, .cont_account .contain-productsheet .col-right .editorial .download ul.doc_files a:hover, .cont_account .contain-account .col-right .editorial .download ul.doc_files a:hover { background-color: #757f85; }

.cont_productsheet .contain-productsheet .col-right .editorial .download ul.doc_files a.current, .cont_productsheet .contain-account .col-right .editorial .download ul.doc_files a.current, .cont_account .contain-productsheet .col-right .editorial .download ul.doc_files a.current, .cont_account .contain-account .col-right .editorial .download ul.doc_files a.current { background-color: #d04119; }

.cont_productsheet .contain-productsheet .col-right .editorial .download ul.doc_files a.current:hover, .cont_productsheet .contain-account .col-right .editorial .download ul.doc_files a.current:hover, .cont_account .contain-productsheet .col-right .editorial .download ul.doc_files a.current:hover, .cont_account .contain-account .col-right .editorial .download ul.doc_files a.current:hover { background-color: #a23314; }

.cont_productsheet .contain-productsheet .col-right .editorial .download ul.doc_files a.ged-locked, .cont_productsheet .contain-account .col-right .editorial .download ul.doc_files a.ged-locked, .cont_account .contain-productsheet .col-right .editorial .download ul.doc_files a.ged-locked, .cont_account .contain-account .col-right .editorial .download ul.doc_files a.ged-locked { padding: 5px 0; }

.cont_productsheet .contain-productsheet .col-right .editorial .download ul.doc_files a.ged-locked .fa, .cont_productsheet .contain-account .col-right .editorial .download ul.doc_files a.ged-locked .fa, .cont_account .contain-productsheet .col-right .editorial .download ul.doc_files a.ged-locked .fa, .cont_account .contain-account .col-right .editorial .download ul.doc_files a.ged-locked .fa { margin-right: 2px; font-size: 18px; }

.cont_productsheet .contain-productsheet .col-right .editorial .download ul.doc_files a.btn-larger, .cont_productsheet .contain-account .col-right .editorial .download ul.doc_files a.btn-larger, .cont_account .contain-productsheet .col-right .editorial .download ul.doc_files a.btn-larger, .cont_account .contain-account .col-right .editorial .download ul.doc_files a.btn-larger { width: 60px; }

.cont_productsheet .contain-productsheet .col-right .editorial .download > ul > li, .cont_productsheet .contain-account .col-right .editorial .download > ul > li, .cont_account .contain-productsheet .col-right .editorial .download > ul > li, .cont_account .contain-account .col-right .editorial .download > ul > li { margin-bottom: 5px; padding: 10px; background: transparent; font-size: 10px; }

.cont_productsheet .contain-productsheet .col-right .editorial .download > ul > li.locale, .cont_productsheet .contain-account .col-right .editorial .download > ul > li.locale, .cont_account .contain-productsheet .col-right .editorial .download > ul > li.locale, .cont_account .contain-account .col-right .editorial .download > ul > li.locale { background-color: #EAEAEA; }

.cont_productsheet .contain-productsheet .col-right .editorial .download > ul > li:hover, .cont_productsheet .contain-account .col-right .editorial .download > ul > li:hover, .cont_account .contain-productsheet .col-right .editorial .download > ul > li:hover, .cont_account .contain-account .col-right .editorial .download > ul > li:hover { background-color: #FFF3DE; }

.cont_productsheet .contain-productsheet .col-right .editorial .download > ul > li .fichier-datecrea, .cont_productsheet .contain-account .col-right .editorial .download > ul > li .fichier-datecrea, .cont_account .contain-productsheet .col-right .editorial .download > ul > li .fichier-datecrea, .cont_account .contain-account .col-right .editorial .download > ul > li .fichier-datecrea { font-family: 'Roboto Condensed', sans-serif; font-size: 14px; color: #90989d; margin-bottom: 10px; }

.cont_productsheet .contain-productsheet .col-right .editorial .download > ul > li .fichier-datecrea span, .cont_productsheet .contain-account .col-right .editorial .download > ul > li .fichier-datecrea span, .cont_account .contain-productsheet .col-right .editorial .download > ul > li .fichier-datecrea span, .cont_account .contain-account .col-right .editorial .download > ul > li .fichier-datecrea span { color: #d04119; }

.cont_productsheet .contain-productsheet .col-right .editorial .download > ul > li .fichier-contenu, .cont_productsheet .contain-account .col-right .editorial .download > ul > li .fichier-contenu, .cont_account .contain-productsheet .col-right .editorial .download > ul > li .fichier-contenu, .cont_account .contain-account .col-right .editorial .download > ul > li .fichier-contenu { font-size: 12px; }

.cont_productsheet .contain-productsheet .col-right .editorial .download > ul > li .fichier-contenu strong, .cont_productsheet .contain-account .col-right .editorial .download > ul > li .fichier-contenu strong, .cont_account .contain-productsheet .col-right .editorial .download > ul > li .fichier-contenu strong, .cont_account .contain-account .col-right .editorial .download > ul > li .fichier-contenu strong { color: #185079; font-weight: bold; font-family: Roboto, Arial; }

.cont_productsheet .contain-productsheet .col-right .editorial .download > ul > li .fichier-contenu p, .cont_productsheet .contain-account .col-right .editorial .download > ul > li .fichier-contenu p, .cont_account .contain-productsheet .col-right .editorial .download > ul > li .fichier-contenu p, .cont_account .contain-account .col-right .editorial .download > ul > li .fichier-contenu p { font-size: 11px; margin-bottom: 0; line-height: 8px; }

.mib_drivers .section { color: #d04119; font-family: Roboto, sans-serif, arial; font-size: 12px; text-align: left; background-color: #EFEFEF; padding: 3px 15px; border-radius: 4px; }

.mib_drivers ul { min-width: 240px; }

.sections_btn .alert { position: absolute; height: 70px; width: 300px; top: 0px; right: -230px; z-index: -1; }

.sections_btn ul.fixed .alert { -webkit-animation-name: sections_nav_alert_slideformright; animation-name: sections_nav_alert_slideformright; -webkit-animation-timing-function: cubic-bezier(0.595, -0.43, 0.355, 1.435); animation-timing-function: cubic-bezier(0.595, -0.43, 0.355, 1.435); -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 2s; animation-delay: 2s; }

@-webkit-keyframes sections_nav_alert_slideformright { 100% { right: 50px; } }

@keyframes sections_nav_alert_slideformright { 100% { right: 50px; } }

.optin { background-color: #d5d2d2; border-radius: 7px; -webkit-box-shadow: 0px 0px 12px #fff; box-shadow: 0px 0px 12px #fff; text-align: left; padding: 3px 10px 10px 25px; font-family: 'Roboto Condensed', sans-serif; font-size: 20px; line-height: 24px; color: #fff; font-weight: 700; }

.optin p { font-size: 14px; padding: 0; line-height: 17px !important; display: block; color: #1a1919; font-weight: normal; }

.optin a { color: inherit; }

.optin a:hover, .optin a:visited { color: inherit; text-decoration: none; }

.optin a:focus { outline: none; text-decoration: none; }

.optin a.close { opacity: 0.5; left: 7px; top: 2px; position: absolute; width: 16px; }

.optin.apt { background-color: #185079; }

.optin.apt span { color: #fcfcfc; }

.optin.ecreso { background-color: #f29425; }

.optin.audemat { background-color: #63a5d3; }

.optin.broadcast-network { background-color: #039ca9; }

.optin.connected-industries { background-color: #afca0b; }

.sections_nav, .sections_btn { margin-bottom: 20px; }

.sections_nav ul, .sections_btn ul { top: 50px; margin-bottom: 20px; -webkit-animation: sections_nav_slideformleftback 0.5s forwards; animation: sections_nav_slideformleftback 0.5s forwards; -webkit-animation-delay: .2s; animation-delay: .2s; }

.sections_nav ul li, .sections_btn ul li { width: 90px; height: 90px; margin: 0; margin-right: 5px; display: inline-block; background-color: #90989d; border-radius: 10px; overflow: hidden; }

.sections_nav ul li:hover, .sections_btn ul li:hover { background-color: #757f85; }

.sections_nav ul li.active, .sections_btn ul li.active { background-color: #4e555e !important; }

.sections_nav ul:last-child, .sections_btn ul:last-child { margin-right: 0; }

.sections_nav ul .picto, .sections_btn ul .picto { display: block; position: relative; width: 90px; height: 90px; background-repeat: no-repeat; background-position: 50% 40%; margin-right: 5px; overflow: hidden; color: #fff; font-family: "Roboto Condensed", sans-serif, arial; }

.sections_nav ul .picto span, .sections_btn ul .picto span { position: absolute; display: block; bottom: 6px; left: 0; right: 0; color: #fff; font-size: 12px; text-align: center; line-height: 12px; }

.sections_nav ul .picto.overview, .sections_btn ul .picto.overview { background-image: url(../img/picto/overview.png); }

.sections_nav ul .picto.features, .sections_btn ul .picto.features { background-image: url(../img/picto/features.png); }

.sections_nav ul .picto.interfaces, .sections_btn ul .picto.interfaces { background-image: url(../img/picto/interfaces.png); }

.sections_nav ul .picto.faq, .sections_btn ul .picto.faq { background-image: url(../img/picto/faq.png); }

.sections_nav ul .picto.applications, .sections_btn ul .picto.applications { background-image: url(../img/picto/applications.png); }

.sections_nav ul .picto.order_infos, .sections_btn ul .picto.order_infos { background-image: url(../img/picto/order.png); }

.sections_nav ul .picto.download, .sections_btn ul .picto.download { background-image: url(../img/picto/download.png); }

.sections_nav ul .picto.video, .sections_btn ul .picto.video { background-image: url(../img/picto/video.png); }

.sections_nav ul .picto.request_quote, .sections_btn ul .picto.request_quote { background-image: url(../img/picto/request_quote.png); background-position: 57% 30%; }

.sections_nav ul.fixed, .sections_btn ul.fixed { position: fixed; display: none; top: 150px; /* Set the top position of pinned element */ left: -72px; z-index: 1; -webkit-animation: sections_nav_slideformleft 0.5s forwards; animation: sections_nav_slideformleft 0.5s forwards; -webkit-animation-delay: .2s; animation-delay: .2s; }

@media (min-width: 768px) { .sections_nav ul.fixed.visible, .sections_btn ul.fixed.visible { display: block; } }

.sections_nav ul.fixed li, .sections_btn ul.fixed li { display: block; margin-right: 0; margin-bottom: 3px; width: 85px; height: 70px; border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 10px; border-bottom-right-radius: 10px; margin-left: -4px; -webkit-transition: margin ease 0.1s; transition: margin ease 0.1s; }

.sections_nav ul.fixed li:hover, .sections_btn ul.fixed li:hover { -webkit-transition: margin ease 0.1s; transition: margin ease 0.1s; margin-left: 0; }

.sections_nav ul.fixed li.active, .sections_btn ul.fixed li.active { margin-left: 0 !important; }

.sections_nav ul.fixed li > div, .sections_btn ul.fixed li > div { margin-left: 10px; }

.sections_nav ul.fixed .picto, .sections_btn ul.fixed .picto { width: 70px; height: 70px; }

.sections_nav ul.fixed .picto span, .sections_btn ul.fixed .picto span { bottom: 5px; color: #fff; font-size: 11px; line-height: 11px; }

.sections_nav ul.fixed .picto.overview, .sections_btn ul.fixed .picto.overview { background-image: url(../img/picto/overview_sm.png); }

.sections_nav ul.fixed .picto.features, .sections_btn ul.fixed .picto.features { background-image: url(../img/picto/features_sm.png); }

.sections_nav ul.fixed .picto.interfaces, .sections_btn ul.fixed .picto.interfaces { background-image: url(../img/picto/interfaces_sm.png); }

.sections_nav ul.fixed .picto.faq, .sections_btn ul.fixed .picto.faq { background-image: url(../img/picto/faq_sm.png); }

.sections_nav ul.fixed .picto.applications, .sections_btn ul.fixed .picto.applications { background-image: url(../img/picto/applications_sm.png); }

.sections_nav ul.fixed .picto.order_infos, .sections_btn ul.fixed .picto.order_infos { background-image: url(../img/picto/order_sm.png); }

.sections_nav ul.fixed .picto.download, .sections_btn ul.fixed .picto.download { background-image: url(../img/picto/download_sm.png); }

.sections_nav ul.fixed .picto.video, .sections_btn ul.fixed .picto.video { background-image: url(../img/picto/video_sm.png); }

.sections_nav ul.fixed .picto.request_quote, .sections_btn ul.fixed .picto.request_quote { background-position: 57% 25%; }

.sections_nav.broadcast-network li, .sections_btn.broadcast-network li { background-color: #03afbd; }

.sections_nav.broadcast-network li:hover, .sections_btn.broadcast-network li:hover { background-color: #026e77; }

.sections_nav.connected-industries li, .sections_btn.connected-industries li { background-color: #c0dd0c; }

.sections_nav.connected-industries li:hover, .sections_btn.connected-industries li:hover { background-color: #859a08; }

@-webkit-keyframes sections_nav_slideformleft { 100% { left: -2px; } }

@keyframes sections_nav_slideformleft { 100% { left: -2px; } }

@-webkit-keyframes sections_nav_slideformleftback { 100% { left: 72px; } }

@keyframes sections_nav_slideformleftback { 100% { left: 72px; } }

.sections_btn { text-align: right; }

.sections_btn .img { float: right; vertical-align: top; margin-right: 30px; font-size: 11px; }

.sections_btn .img img, .sections_btn .img input[type=image] { height: 150px; width: auto; -webkit-box-shadow: 1px 3px 5px #90989d; box-shadow: 1px 3px 5px #90989d; margin-bottom: 5px; }

@media (min-width: 992px) { .sections_btn .img img, .sections_btn .img input[type=image] { margin-top: -40px; } }

.sections_btn ul { display: none; float: right; }

.sections_btn ul.fixed { display: block; left: auto; right: -74px; -webkit-animation: sections_nav_slideformright 0.5s forwards; animation: sections_nav_slideformright 0.5s forwards; }

@-webkit-keyframes sections_nav_slideformright { 100% { right: -6px; } }

@keyframes sections_nav_slideformright { 100% { right: -6px; } }

.sections_btn ul.fixed li { border-top-left-radius: 10px; border-bottom-left-radius: 10px; border-top-right-radius: 0; border-bottom-right-radius: 0; -webkit-transition: margin ease 0.1s; transition: margin ease 0.1s; }

.sections_btn ul.fixed li > div { margin-left: 0; margin-right: 10px; }

.sections_btn ul.fixed li:hover { -webkit-transition: margin ease 0.1s; transition: margin ease 0.1s; margin-right: 0; margin-left: inherit; }

.sections_btn ul.fixed li .picto { margin-left: inherit; margin-right: -4px; }

.sections_btn ul.fixed li .picto span { text-transform: uppercase; }

g.map { cursor: pointer; }

#vmap { width: 100%; height: 100%; min-height: 480px; border: 1px solid #cfcfcf; border-radius: 10px; margin-bottom: 15px; }

#sales_contacts h2 { margin-bottom: 0; }

.dropdown-lg { font-size: 20px; font-family: "Roboto Condensed", sans-serif, arial; text-transform: uppercase; font-weight: 400; }

.trombi { margin-top: 15px; z-index: 1; }

.trombi h3 { font-size: 1.8rem; font-weight: 700 !important; }

.trombi h4 { font-size: 1.6rem !important; font-weight: 400 !important; text-transform: none !important; }

.trombi .summary, .trombi .description { padding-left: 15px; padding-right: 0px; font-size: 1.2rem; font-weight: 500; line-height: 1.6rem; }

.trombi .summary ul, .trombi .description ul { margin-top: 0 !important; }

.trombi .summary .fa, .trombi .description .fa { font-size: 20px; width: 20px; }

.trombi .summary .fa.fa-mobile, .trombi .description .fa.fa-mobile { font-size: 26px; }

.trombi .summary strong, .trombi .description strong { font-family: Roboto, "sans-serif"; font-weight: bold; font-size: 14px; }

.trombi .summary .bs-callout, .trombi .description .bs-callout { background-color: #fcfcfc; }

#front_account .trombi { background-image: none !important; border: none !important; margin-top: 0 !important; padding: 0 !important; }

#front_account .trombi div.thumb { background-color: #ffffff; overflow: hidden; }

#front_account .trombi .description { height: 80px; width: 100% !important; }

#front_account .trombi .description .fa-envelope-o { margin-bottom: 4px; }

#front_account .table-tender td .fa { font-size: 15px !important; margin-right: 8px; }

.calendar { width: 50px; background-color: #90989d; height: 50px; color: #fff; border-radius: 5px; padding: 5px; text-align: center; font-size: 18px; line-height: 19px; margin-right: 10px; margin-bottom: 5px; float: left; }

.calendar b { font-size: 16px; font-weight: 700; font-family: 'Roboto Condensed', sans-serif; }

.cal { font-size: 14px; }

.cal i { color: #656e7a; font-size: 14px; }

.cal i.fa-map-marker { font-size: 18px; margin-left: 2px; }

#download_multi a.list-group-item:hover { background-color: #d04119 !important; color: #ffffff !important; }

.video-filters { margin-bottom: 15px; }

.video-filters .input-group .form-control:focus { z-index: 0; }

.video-filters .btn, .video-filters .wcc-btn-big a, .wcc-btn-big .video-filters a, .video-filters .btn-big { margin-right: 0 !important; z-index: 0 !important; }

.video-filters .btn.broadcast-network, .video-filters .wcc-btn-big a.broadcast-network, .wcc-btn-big .video-filters a.broadcast-network, .video-filters .broadcast-network.btn-big { color: #039ca9 !important; }

.video-filters .btn.connected-industries, .video-filters .wcc-btn-big a.connected-industries, .wcc-btn-big .video-filters a.connected-industries, .video-filters .connected-industries.btn-big { color: #afca0b !important; }

.video-filters .btn.active, .video-filters .wcc-btn-big a.active, .wcc-btn-big .video-filters a.active, .video-filters .active.btn-big { color: #555 !important; background-color: #eee; }

.video-filters .btn.active.broadcast-network, .video-filters .wcc-btn-big a.active.broadcast-network, .wcc-btn-big .video-filters a.active.broadcast-network, .video-filters .active.broadcast-network.btn-big { color: #fff !important; background-color: #039ca9 !important; }

.video-filters .btn.active.connected-industries, .video-filters .wcc-btn-big a.active.connected-industries, .wcc-btn-big .video-filters a.active.connected-industries, .video-filters .active.connected-industries.btn-big { color: #fff !important; background-color: #afca0b !important; }

.video-grid h3 { padding: 0px 15px 10px; border-bottom: 1px solid #ccc; }

.video-grid h4 { font-size: 14px !important; }

.video-grid a { font-size: 12px; text-transform: uppercase; }

.video-grid a .fa { font-size: 12px; }

.video-grid .video-overlay { position: absolute; display: block; top: 0; bottom: 0; left: 0; right: 0; width: 100% !important; opacity: .5 !important; cursor: pointer; text-align: center; vertical-align: middle; }

.home h1 { position: absolute; bottom: 35%; left: 0; right: 0; width: 100%; padding: 0 30px; font-weight: bold; text-align: center; text-shadow: 1px 1px 10px #000; z-index: 1; -webkit-transition: bottom, font-size 250ms; transition: bottom, font-size 250ms; }

@media (min-width: 768px) { .home h1 { bottom: 30%; } }

.home .animated { -webkit-animation: blurFadeIn 500ms linear; animation: blurFadeIn 500ms linear; }

.home .summary { position: absolute; bottom: 0; top: 0; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.33); z-index: 1; }

.home .summary > div { position: absolute; bottom: 5%; top: auto; left: 0; right: 0; min-height: 60%; padding: 0 30px; }

.home .summary > div .container-wide { width: 100%; }

.home .summary > div .margin-bottom { margin-bottom: 1.5rem !important; }

.home .summary > div h1 { position: relative; bottom: auto; text-align: left; padding: 0; font-size: 2.2rem !important; }

.home .summary > div > div { color: #ffffff; font-size: 1.6rem; font-weight: 500; }

.home .summary > div > div p { text-align: left; }

.home .summary > div > div > div a.btn-big { margin-top: 20px; color: #ffffff; border-color: #ffffff; margin-left: auto; margin-right: auto; }

@media (min-width: 768px) { .home .summary { left: 10%; right: 50%; }
  .home .summary > div { font-size: 1.8rem; }
  .home .summary > div h1 { text-align: left; } }

@media (min-width: 1024px) { .home .summary > div .margin-bottom { margin-bottom: 3rem !important; }
  .home .summary > div h1 { font-size: 3.8rem !important; } }

@media (min-width: 1200px) { .home .summary > div .margin-bottom { margin-bottom: 4rem !important; }
  .home .summary > div h1 { font-size: 4.0rem !important; } }

.home .section-body h3 { margin-top: -5px; }

@-webkit-keyframes blurFadeIn { 0% { opacity: 0;
    text-shadow: 0px 0px 40px #000;
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% { opacity: 0.5;
    text-shadow: 0px 0px 30px #000;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% { opacity: 1;
    text-shadow: 0px 0px 10px #000;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes blurFadeIn { 0% { opacity: 0;
    text-shadow: 0px 0px 40px #000;
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% { opacity: 0.5;
    text-shadow: 0px 0px 30px #000;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% { opacity: 1;
    text-shadow: 0px 0px 10px #000;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.logo-container { position: relative; height: 300px; }

@media (min-width: 768px) { .logo-container { height: 450px; } }

@media (min-width: 1024px) { .logo-container { height: calc(100% - 110px); } }

.logo-container .slider-container { height: 100%; }

.logo-container .slider-container .owl-carousel { height: 100%; }

.logo-container .slider-container .owl-carousel .owl-stage-outer { height: 100%; }

.logo-container .slider-container .owl-carousel .owl-stage-outer .owl-stage { height: 100%; }

.logo-container .slider-container .owl-carousel .owl-stage-outer .owl-stage .owl-item { height: 100%; }

.logo-container .slider-container .owl-carousel .owl-stage-outer .owl-stage .owl-item .item { height: 100%; }

.logo-container .bg-image { height: 100%; }

.logo-container .wcc-h-big { margin-bottom: 0; }

.logo-container .btn-contact { position: absolute; bottom: 15%; width: 100%; text-align: center; z-index: 2; }

.logo-container .btn-contact a.btn-big { background-color: rgba(0, 0, 0, 0.3); color: #ffffff; border: 2px solid; }

.logo-container .btn-contact a.btn-big:hover { background-color: rgba(0, 0, 0, 0.6); }

.logo-container .wcm-big-logo { position: absolute; left: 0; top: 0; right: 0; bottom: 25px; }

.logo-container .wcm-big-logo > div { height: 100%; text-align: center; margin-top: 260px; }

.logo-container .wcm-big-logo > div a { background-color: rgba(0, 0, 0, 0.3); color: #ffffff; border: 2px solid; }

@media (min-width: 768px) { .logo-container .wcm-big-logo > div { margin-top: inherit; }
  .logo-container .wcm-big-logo > div a { position: absolute; bottom: 10px; } }

.cont_homepage .news { display: block; font-size: 1.2rem; margin-top: 15px; margin-bottom: 4em; padding: 0 15px; border-radius: 5px; }

.cont_homepage .news > div div.owl-item { position: relative; overflow: hidden; border-radius: 5px; }

.cont_homepage .news > div div.owl-item .img { height: 124px; background-color: #f5f6f6; background-repeat: no-repeat; background-position: 50%; background-size: contain; border-radius: 5px; }

@media (min-width: 1480px) { .cont_homepage .news > div div.owl-item .img { height: 130px; } }

.cont_homepage .news > div div.owl-item .txt { padding: 5px; height: 110px; overflow: hidden; }

.cont_homepage .news > div div.owl-item .txt h2 { font-family: "Roboto Condensed", "sans-serif"; font-weight: 400; font-size: 2.0rem; margin: 5px; text-align: left; }

.cont_homepage .news > div div.owl-item .txt p { text-align: justify; margin: 0 5px; }

.our_customers { -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 4em; }

.our_customers div { text-align: center; padding-bottom: 10px; }

.our_customers img { max-width: 200px; }

@media (min-width: 768px) { .our_customers { display: -webkit-box; display: -ms-flexbox; display: flex; } }

.cont_search .contain-actualites, .cont_search .contain-search, .cont_actualites .contain-actualites, .cont_actualites .contain-search { margin: 30px auto; }

.cont_search .contain-actualites .title, .cont_search .contain-search .title, .cont_actualites .contain-actualites .title, .cont_actualites .contain-search .title { display: block; margin-bottom: 30px; }

.cont_search .contain-actualites .title h1, .cont_search .contain-search .title h1, .cont_actualites .contain-actualites .title h1, .cont_actualites .contain-search .title h1 { font-family: Roboto, "sans-serif"; font-size: 2.0rem; font-weight: bold; color: #0d4c72; }

.cont_search .contain-actualites .title h1 .v, .cont_search .contain-search .title h1 .v, .cont_actualites .contain-actualites .title h1 .v, .cont_actualites .contain-search .title h1 .v { color: #f36d00; font-size: 0.8em; }

.cont_search .contain-actualites .title h1 .list, .cont_search .contain-search .title h1 .list, .cont_actualites .contain-actualites .title h1 .list, .cont_actualites .contain-search .title h1 .list { font-size: 3.6rem; }

.cont_search .contain-actualites .title h2, .cont_search .contain-search .title h2, .cont_actualites .contain-actualites .title h2, .cont_actualites .contain-search .title h2 { border-bottom: 1px dotted #4e555e; padding-bottom: 10px; font-size: 1.8rem; }

.ls-productsheet, .ls-actualite { display: block; border-bottom: 1px dotted #C1C1C1; padding-bottom: 15px; margin-bottom: 15px; }

.ls-productsheet .ls-visuel, .ls-actualite .ls-visuel { text-decoration: none; height: auto; max-height: 156px; margin-bottom: 15px; background-repeat: no-repeat; background-position: left top; background-size: contain; }

.ls-productsheet .ls-visuel img, .ls-actualite .ls-visuel img { height: auto; width: auto; max-width: 100%; max-height: 140px; border-radius: 10px; margin-left: 0; }

@media (max-width: 767px) { .ls-productsheet .ls-visuel, .ls-actualite .ls-visuel { height: 156px; max-width: 100%; } }

.ls-productsheet .ls-content, .ls-actualite .ls-content { margin-bottom: 15px; }

.ls-productsheet .ls-content p, .ls-actualite .ls-content p { font-family: Roboto, "sans-serif"; padding: 0; margin: 0; text-align: justify; }

.ls-productsheet .ls-footer, .ls-actualite .ls-footer { padding: 10px; background-color: #ffffff; color: #919191; font-size: 1.2rem; }

.ls-productsheet .ls-footer a, .ls-actualite .ls-footer a { font-family: "Roboto Condensed", "sans-serif"; text-decoration: none; }

.ls-productsheet .ls-footer a:hover, .ls-actualite .ls-footer a:hover { text-decoration: underline; }

.ls-actualite { padding-bottom: 20px; margin-bottom: 20px; margin-left: 0; }

.ls-actualite h1, .ls-actualite h2, .ls-actualite h3 { color: #d04119; font-family: Roboto, "sans-serif"; }

.ls-actualite .section-title { padding-bottom: 10px; color: #4e555e; font-weight: bold; margin-bottom: 15px; padding-top: 15px; }

.ls-actualite .section-title:before { position: absolute; top: 0; content: ""; width: 180px; border-top: 5px solid; }

.ls-actualite .section-title:not(:first-child) { margin-top: 15px; }

.ls-actualite h2 { padding-bottom: 10px; font-size: 1.8rem; }

.ls-actualite h3 { font-size: 1.6rem; }

.ls-actualite h3 a { color: #565656; }

.ls-actualite .cal { margin-bottom: 10px; }

.ls-actualite .trombi { background-image: none !important; border: none !important; margin-top: 0 !important; padding: 0 !important; }

.ls-actualite .trombi div.thumb { background-color: #ffffff; width: 100px; height: 100px; margin-bottom: 0; margin-top: 5px; overflow: hidden; border: 1px dotted #4e555e; }

.ls-actualite .trombi div.thumb img { width: 100%; height: 100%; }

.ls-actualite .trombi h3 { margin-bottom: 0px; padding-left: 10px; }

.ls-actualite .trombi .description { background-image: none !important; border: 0; height: 80px; width: 100% !important; margin-top: -40px; margin-left: 66px; }

.ls-actualite .trombi .description .fa-envelope-o { margin-bottom: 4px; }

.ls-actualite .trombi .description h3 { color: #4e555e; }

.ls-actualite .trombi .description .jobtitle { border-top: 1px dotted #4e555e; padding: 0 10px; display: inline-block; min-width: 256px; }

@media (min-width: 768px) { .ls-actualite .trombi img.thumb { width: 100px; height: 100px; }
  .ls-actualite .trombi .summary, .ls-actualite .trombi .description { margin-top: -55px; margin-left: 68px; width: 100%; } }

.ls-actualite .meeting-form { margin-top: 20px; }

.ls-actualite .meeting-form h2 { margin-bottom: 15px; }

@media (max-width: 767px) { .ls-actualite { margin-bottom: 15px; border: 0; }
  .ls-actualite > div { margin-bottom: 15px; border-bottom: 1px dotted #c1c1c1; } }

.kpn_pagination { padding-top: 20px; margin-bottom: 15px; font-size: 1.4em; color: #696969; }

.kpn_pagination .pagination { text-align: center; }

.kpn_pagination .pagination span { display: inline-block; width: 32px; border: 1px solid #C1C1C1; background-color: #fff; text-align: center; text-decoration: none; }

.kpn_pagination .pagination span.current, .kpn_pagination .pagination span a { color: #0d4c72; padding: 10px 0; }

.kpn_pagination .pagination span a { display: block; }

.kpn_pagination .pagination span:hover, .kpn_pagination .pagination span.current { color: #fff; background-color: #0d4c72; border-color: #0d4c72; }

.kpn_pagination .pagination span:hover a, .kpn_pagination .pagination span.current a { color: #ffffff; text-decoration: none; }

.breadcrumb > .active { color: #d04119; }

.breadcrumb .breadcrumb-item a { color: #4e555e; text-decoration: underline; }

.account-menu li.current a { font-family: arialnb, sans-serif, arial !important; color: #185079 !important; }

.upload-zone { margin-top: 15px; }

.upload-zone label[for=files] { margin-bottom: 15px; }

.upload-zone #upload-btn { margin-left: 15px; margin-bottom: 15px; }

.upload-zone #upload-btn, .upload-zone #upload_alert_msg { -webkit-transition: all 500ms linear; transition: all 500ms linear; }

.upload-zone i { font-size: 24px; }

.upload-zone input[type="file"], .upload-zone label[for="files"] { line-height: 14px; font-size: 14px; cursor: pointer; font-weight: normal; }

.upload-zone input[type="file"]:hover i, .upload-zone label[for="files"]:hover i { color: #d04119; }

.upload-zone .alert { margin: 15px 0 5px 0; }

.upload-zone #dropbox { border: 3px dashed #dedede; border-radius: 5px; min-height: 100px; margin-top: 10px; margin-bottom: 15px; }

.upload-zone #dropbox > div { position: relative; height: 150px; width: 180px; margin: 10px 0px 40px 0px; padding: 5px; font-size: 10px; display: inline-block; min-height: 50px; text-align: center; vertical-align: top; }

.upload-zone #dropbox > div span { display: block; word-break: break-all; }

.upload-zone #dropbox > div span.fileinfo { line-height: 15px; }

.upload-zone #dropbox > div img { height: 100%; width: 100%; padding: 5px; border: 0; border-radius: 3px; display: block; -o-object-fit: contain; object-fit: contain; overflow: hidden; }

.upload-zone #dropbox > div img:after { content: ""; top: calc(50% - 10px); position: absolute; left: calc(50% - 20px); text-transform: uppercase; font-weight: 700; font-size: 20px; opacity: .5; }

.upload-zone #dropbox > div i { position: absolute; width: 34px; height: 34px; top: calc(50% - 17px); left: calc(50% - 17px); display: none; color: #dedede; background-color: #fff; border-radius: 50%; padding: 5px; color: #d04119; z-index: 1; }

.upload-zone #dropbox > div i:before { opacity: .7; }

.upload-zone #dropbox > div:hover i { display: block; -webkit-box-shadow: 1px 2px 5px #909090; box-shadow: 1px 2px 5px #909090; }

.upload-zone #dropbox > div:hover i:hover { cursor: pointer; }

.upload-zone #dropbox > div:hover i:hover:before { opacity: 1; }

.upload-zone #dropbox.drag { border-color: #d04119; }

.progress-circle { position: absolute; display: block; margin: 1rem; width: 40px; height: 40px; border-radius: 50%; top: 15px; left: 15px; background-color: transparent; }

.progress-circle.uploading { background-color: #f0f0f0; }

.progress-circle.uploading span { background-color: #4e555e; }

.progress-circle:after { content: ''; display: inline-block; width: 100%; height: 100%; border-radius: 50%; }

.progress-circle span { color: #fff; position: absolute; left: 50%; top: 50%; display: block; width: 30px; height: 30px; line-height: 30px; margin-left: -15px; margin-top: -15px; text-align: center; border-radius: 50%; background-color: transparent; z-index: 1; }

.progress-circle span:after { content: ""; font-weight: 600; color: #4e555e; }

.progress-circle span.fa-check { font-size: 20px; }

.progress-circle span.fa-check:after { content: ""; }

.progress-circle.progress-0:after { background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f0f0f0), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, #d04119), color-stop(50%, #f0f0f0), to(#f0f0f0)); background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(90deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-1:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(93.6deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-2:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(97.2deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-3:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(100.8deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-4:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(104.4deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-5:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(108deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-6:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(111.6deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-7:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(115.2deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-8:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(118.8deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-9:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(122.4deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-10:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(126deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-11:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(129.6deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-12:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(133.2deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-13:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(136.8deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-14:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(140.4deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-15:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(129.6deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-16:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(133.2deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-17:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(136.8deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-18:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(140.4deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-19:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(144deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-20:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(151.2deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-21:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(158.6deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-22:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(161.2deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-23:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(165.6deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-24:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(169.2deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-25:after { background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f0f0f0), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #d04119), color-stop(50%, #f0f0f0), to(#f0f0f0)); background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(180deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-26:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(183.6deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-27:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(187.2deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-28:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(190.8deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-29:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(194.4deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-30:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(198deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-31:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(201.6deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-32:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(205.2deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-33:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(208.8deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-34:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(212.4deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-35:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(216deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-40:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(234deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-36:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(219.6deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-37:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(223.2deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-38:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(226.8deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-39:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(230.4deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-41:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(237.6deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-42:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(241.2deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-43:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(244.8deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-44:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(248.4deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-45:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(252deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-46:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(255.6deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-47:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(259.2deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-48:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(262.8deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-49:after { background-image: linear-gradient(90deg, #f0f0f0 50%, transparent 50%, transparent), linear-gradient(266.4deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-50:after { background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #d04119), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #d04119), color-stop(50%, #f0f0f0), to(#f0f0f0)); background-image: linear-gradient(-90deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-51:after { background-image: linear-gradient(-86.4deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-52:after { background-image: linear-gradient(-82.6deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-53:after { background-image: linear-gradient(-79.2deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-54:after { background-image: linear-gradient(-75.6deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-55:after { background-image: linear-gradient(-72deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-56:after { background-image: linear-gradient(-68.4deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-57:after { background-image: linear-gradient(-64.8deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-58:after { background-image: linear-gradient(-61.2deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-59:after { background-image: linear-gradient(-57.6deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-60:after { background-image: linear-gradient(-54deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-61:after { background-image: linear-gradient(-50.4deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-62:after { background-image: linear-gradient(-46.8deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-63:after { background-image: linear-gradient(-43.2deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-64:after { background-image: linear-gradient(-39.6deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-65:after { background-image: linear-gradient(-36deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-66:after { background-image: linear-gradient(-32.4deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-67:after { background-image: linear-gradient(-28.8deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-68:after { background-image: linear-gradient(-25.2deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-69:after { background-image: linear-gradient(-21.6deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-70:after { background-image: linear-gradient(-18deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-71:after { background-image: linear-gradient(-14.4deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-72:after { background-image: linear-gradient(-10.8deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-73:after { background-image: linear-gradient(-7.2deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-74:after { background-image: linear-gradient(-3.6deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-75:after { background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #d04119), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #d04119), color-stop(50%, #f0f0f0), to(#f0f0f0)); background-image: linear-gradient(0deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-76:after { background-image: linear-gradient(3.6deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-77:after { background-image: linear-gradient(7.2deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-78:after { background-image: linear-gradient(10.8deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-79:after { background-image: linear-gradient(14.4deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-80:after { background-image: linear-gradient(18deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-81:after { background-image: linear-gradient(21.6deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-82:after { background-image: linear-gradient(25.2deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-83:after { background-image: linear-gradient(28.8deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-84:after { background-image: linear-gradient(32.4deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-85:after { background-image: linear-gradient(36deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-86:after { background-image: linear-gradient(39.2deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-87:after { background-image: linear-gradient(43.2deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-88:after { background-image: linear-gradient(46.8deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-89:after { background-image: linear-gradient(50.4deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-90:after { background-image: linear-gradient(54deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-91:after { background-image: linear-gradient(57.6deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-92:after { background-image: linear-gradient(61.2deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-93:after { background-image: linear-gradient(64.8deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-94:after { background-image: linear-gradient(68.4deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-95:after { background-image: linear-gradient(72deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-96:after { background-image: linear-gradient(75.6deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-97:after { background-image: linear-gradient(79.2deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-98:after { background-image: linear-gradient(82.8deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-99:after { background-image: linear-gradient(86.4deg, #d04119 50%, transparent 50%, transparent), linear-gradient(270deg, #d04119 50%, #f0f0f0 50%, #f0f0f0); }

.progress-circle.progress-100:after { background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #afca0b), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #afca0b), color-stop(50%, #f0f0f0), to(#f0f0f0)); background-image: linear-gradient(90deg, #afca0b 50%, transparent 50%, transparent), linear-gradient(270deg, #afca0b 50%, #f0f0f0 50%, #f0f0f0); }

.contain-account h1 { font-size: 30px; }

.cont_account .fa { font-size: 20px; }

.cont_account ul { margin-top: inherit !important; }

.account-menu .fa, .panel-title .fa, a.editable .fa { font-size: 28px; text-align: center; }

#front_account .well-info { background-color: #f5fafe; border: 5px solid #fff; }

#front_account .panel-heading a.btn, #front_account .panel-heading .wcc-btn-big a, .wcc-btn-big #front_account .panel-heading a, #front_account .panel-heading a.btn-big { margin-right: 6px; }

#front_account .panel-heading a.btn .fa, #front_account .panel-heading .wcc-btn-big a .fa, .wcc-btn-big #front_account .panel-heading a .fa, #front_account .panel-heading a.btn-big .fa { font-size: 20px; }

#front_account .panel-heading.editable { width: 100%; padding: 0; position: relative; margin-bottom: 45px; }

#front_account .panel-heading.editable h3 { float: left; text-align: left; width: 100%; }

#front_account .panel-heading.editable a { display: block; text-align: left; padding: 10px 0; border: 1px solid transparent; }

#front_account .panel-heading.editable a .fa.fa-edit { float: right; margin-right: 10px; }

#front_account .panel-heading.editable a:hover { background-color: transparent !important; border-radius: 4px; }

#front_account td .fa { font-size: 20px !important; }

#front_account .table-tender td .fa { font-size: 15px !important; margin-right: 8px; }

.panel-heading.editable h3 a.editable .fa.fa-edit, a.list-group-item.editable .fa.fa-edit { float: right; color: #f29425; margin-left: 20px; }

.panel-heading.editable h3 a:hover, a.list-group-item:hover { text-decoration: none !important; }

.panel-heading.editable h3 a:hover .fa.fa-edit, a.list-group-item:hover .fa.fa-edit { color: #63a5d3; }

.form-control[disabled], fieldset[disabled] .form-control { cursor: default; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] { cursor: default; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: transparent; opacity: 1; border: 0; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; border-left: 3px solid #fff; padding: 0 0 3px 15px; }

#front_account .panel { padding-top: 15px; }

#front_account .panel-heading { padding-left: 0px; position: inherit; top: 0; left: 0; }

#front_account .panel-heading h3 { text-align: left; }

#front_account table { font-family: "Roboto Condensed", "sans-serif"; }

#front_account table thead th { font-size: 12px !important; background-color: #90989d; }

#front_account table td { position: relative; border-bottom: 1px solid #abbcc6; }

#front_account table td .btn, #front_account table td .wcc-btn-big a, .wcc-btn-big #front_account table td a, #front_account table td .btn-big { padding: 5px; }

#front_account table td i.fa-check i, #front_account table td i.fa-times i { visibility: hidden; }

#front_account table td .accepted { position: absolute; top: -4px; left: 32px; }

#front_account table td.glue-right { text-align: right; padding-right: 0; }

.no-page-break-inside { page-break-inside: avoid; }

.page-break-before { page-break-before: always; }

.page-break-after { page-break-after: always; }

.form-read span { display: block; padding: 7px; border: 1px solid #efefef; border-radius: 5px; }

.ticket-details { border: 0 !important; -webkit-box-shadow: inherit !important; box-shadow: inherit !important; }

.ticket-details .msg { font-weight: 300; }

.ticket-details .msg .fa { font-size: 16px; opacity: .6; color: #cccccc; margin: 0 5px; vertical-align: inherit; }

.ticket-details .msg .fa[title], .ticket-details .msg .fa[data-toggle] { opacity: .8; cursor: pointer; font-size: 20px; }

.ticket-details .msg .fa[title]:hover, .ticket-details .msg .fa[data-toggle]:hover { opacity: 1; }

.ticket-details .msg .fa.xhr { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; }

.ticket-details .msg .fa.xhr:before { content: "\f021"; }

.ticket-details .msg p { text-align: left; background-color: #ececec; border-radius: 5px; margin-bottom: 10px; padding: 10px; border: 1px solid #e6e6e6; }

.ticket-details .msg:hover p { background-color: #e6e6e6; }

.ticket-details .msg.pull-right p { background-color: #afca0b; border: 1px solid #d2d2d2; }

.ticket-details .msg.pull-right:hover p { background-color: #d2d2d2; }

.ticket-details .msg.unread .fa { color: #d04119; }

.ticket-details .msg.unread .fa[title], .ticket-details .msg.unread .fa[data-toggle] { -webkit-animation-name: unread-transition; animation-name: unread-transition; -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-direction: alternate; animation-direction: alternate; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; }

.ticket-details .msg.comment p:before { font-family: FontAwesome; content: "\f0e5"; font-size: 30px; margin-right: 10px; color: #bbb; }

@-webkit-keyframes unread-transition { 0% { color: #d04119; }
  100% { color: #90979b; } }

@keyframes unread-transition { 0% { color: #d04119; }
  100% { color: #90979b; } }

.panel-tender { margin-bottom: 15px !important; width: 100%; }

.panel-tender td, .panel-tender th { font-size: 14px; }

.panel-tender .trombi .description { height: auto !important; }

.panel-tender .trombi.light h3 { margin-bottom: 0; }

.panel-tender .trombi.light .thumb { opacity: 0; }

.panel-tender .trombi.light .description { border-top: 0; background-image: none; }

.panel-tender table.devis { margin-bottom: 0 !important; }

.panel-tender table.devis[data-hd="0"] thead tr th:nth-child(5), .panel-tender table.devis[data-hd="0"] thead tr th:nth-child(6) { display: none; }

.panel-tender table.devis[data-hd="0"] tbody tr td:nth-child(6), .panel-tender table.devis[data-hd="0"] tbody tr td:nth-child(7) { display: none; }

.panel-tender table.devis caption { font-family: "Roboto Condensed", "sans-serif"; font-weight: normal; }

.panel-tender table.devis a { color: #185079; }

.panel-tender table.devis a i { display: inline-block; }

.panel-tender table.devis thead, .panel-tender table.devis tbody.thead { display: table-header-group; }

.panel-tender table.devis thead tr, .panel-tender table.devis tbody.thead tr { border-left: 5px solid #90989d; }

.panel-tender table.devis thead tr th, .panel-tender table.devis tbody.thead tr th { font-family: "Roboto Condensed", "sans-serif"; border-bottom: 0 !important; text-align: center; background-color: #90989d; padding: 5px; text-align: center; font-size: 12px; line-height: 15px !important; vertical-align: middle; }

.panel-tender table.devis thead tr th.border-left, .panel-tender table.devis tbody.thead tr th.border-left { border-left: 5px solid #90989d; }

.panel-tender table.devis thead tr th.border-right, .panel-tender table.devis tbody.thead tr th.border-right { border-right: 5px solid #90989d !important; }

.panel-tender table.devis tbody tr { page-break-inside: avoid; }

.panel-tender table.devis tbody tr th { height: 26px !important; font-family: "Roboto Condensed", "sans-serif"; }

.panel-tender table.devis tbody tr td { text-align: right; font-size: 14px; padding: 5px 0; font-family: "Roboto Condensed", "sans-serif"; }

.panel-tender table.devis tbody tr td:nth-child(-n+3) { text-align: left; }

.panel-tender table.devis tbody tr td:first-child { padding-left: 10px; }

.panel-tender table.devis tbody tr td:last-child b { color: #4e555e; font-size: 16px !important; }

.panel-tender table.devis tbody tr td h3, .panel-tender table.devis tbody tr td.h3 { font-size: 16px; color: #90989d; text-transform: uppercase; padding: 15px 10px 0px 0px !important; font-weight: 700; }

.panel-tender table.devis tbody tr td.h3_total { color: #90989d; text-transform: uppercase; padding: 5px 15px !important; font-weight: 700; border-right: 1px solid #abbcc6; text-align: right; padding-right: 10px; }

.panel-tender table.devis tbody tr td p { line-height: 16px; color: #90989d; float: none !important; padding: 0 0 5px 0; margin: 0; font-size: 12px; }

.panel-tender table.devis tbody tr td p em { color: #185079; }

.panel-tender table.devis tbody tr.vspace td { padding: 0; line-height: 10px !important; border: 0; }

.panel-tender table.devis tbody tr.option th.border-right { border-right: 5px solid #e7e7e7 !important; }

.panel-tender table.devis tbody tr.option td { border-bottom: 0 !important; }

.panel-tender table.devis tbody tr.option td:nth-child(2) { padding: 5px 0; }

.panel-tender table.devis tbody tr.option td:last-child { border-right: 5px solid #e7e7e7; padding: 0 5px !important; }

.panel-tender table.devis tbody tr.option td:last-child span { display: block; padding: 0px 10px; }

.panel-tender table.devis tbody tr.subtotal { border-top: 0; }

.panel-tender table.devis tbody tr.subtotal td { border-bottom: 0 !important; padding-bottom: 10px !important; }

.panel-tender table.devis tbody tr.subtotal td:last-child { padding-right: 6px !important; }

.panel-tender table.devis tbody tr.subtotal td b { color: #4e555e; font-size: 16px; }

.panel-tender table.devis tbody tr.subtotal td:not(:first-child) { border-top: 5px solid #e7e7e7; }

.panel-tender table.devis tbody tr.total { border-top: 2px solid #90989d; }

.panel-tender table.devis tbody tr.total td { font-size: 16px; }

.panel-tender table.devis tbody tr.total td b { font-size: 18px; }

.panel-tender table.devis tbody tr.total td:last-child b { color: #d04119; }

.panel-tender table.devis tbody tr.separator { border: 0 !important; }

.panel-tender table.devis tbody tr.separator td { border-bottom: 0 !important; border-top: 0px !important; line-height: 10px !important; }

.panel-tender table.devis tbody tr.caption td { padding: 5px; }

.panel-tender table.devis tbody tr.caption td b { font-size: 14px; }

.panel-tender table.devis tbody.has_options tr:last-child td { padding-bottom: 10px; }

.panel-tender table.devis.devis-header tbody tr.option th { padding: 0px 10px; }

.panel-tender table.devis.devis-header tbody tr.option td { text-align: left; padding: 5px !important; line-height: 18px !important; }

.panel-tender table.devis.devis-header tbody tr.option td:first-child, .panel-tender table.devis.devis-header tbody tr.option td:nth-child(3) { padding: 5px 0 !important; }

.panel-tender table.devis.devis-header tbody tr.option td:nth-child(3) { border-left: 5px solid #e7e7e7; }

.panel-tender table.devis.devis-header tbody tr td span { display: block; padding: 0px 5px; line-height: 18px !important; }

.panel-tender td.empty { border: 0 !important; border-left: 1px solid #e7e7e7 !important; }

.panel-tender td.trombi { background-color: #ffffff; }

.panel-tender td.group { background-color: #ffffff; border: 0 !important; width: 10px; border-left: 5px solid #ffffff; }

.panel-tender td.group.group-1 { border-left: 5px solid #b6bbc2 !important; }

.panel-tender td.group.group-2 { border-left: 5px solid #7e8894 !important; }

.panel-tender .color-group-1 { color: #b6bbc2 !important; }

.panel-tender .color-group-2 { color: #7e8894 !important; }

.panel-tender .border-left { border-left: 5px solid #e7e7e7; }

.panel-tender .border-right { border-right: 1px solid #e7e7e7; }

.panel-tender .border-bottom { border-bottom: 1px solid #e7e7e7; }

.panel-tender .no-border { border: 0 !important; }

.panel-tender .panel-heading { position: relative; top: 0px; left: 0px; background-color: transparent; border: 0; }

.panel-tender .panel-heading h2, .panel-tender .panel-heading h3 { line-height: 40px; margin: 0 0 5px 48px; }

.panel-tender .panel-heading h2.resume, .panel-tender .panel-heading h3.resume { margin-left: 0; }

.panel-tender .well-info { background-color: #f5f5f5; }

.panel-tender > h3, .panel-tender div.tender-list h3, .panel-tender h4, .panel-tender h5, .panel-tender h6 { margin: 0px; padding: 5px; float: left; width: 100%; font-family: "Roboto Condensed", "sans-serif"; font-size: 14px; text-transform: uppercase; cursor: pointer; border-bottom: 1px dotted #cccccc; }

.panel-tender > h3 .fa, .panel-tender div.tender-list h3 .fa, .panel-tender h4 .fa, .panel-tender h5 .fa, .panel-tender h6 .fa { font-size: 16px; color: #282a2b; }

.panel-tender > h3, .panel-tender div.tender-list h3, .panel-tender div.tender-list .h3 { background-color: #90989d !important; color: #282a2b; }

.panel-tender h4 { background-color: #ffffff !important; color: #f29425; font-weight: 700; }

.panel-tender div.tender-list { float: left; width: 100%; font-size: 14px; }

.panel-tender div.tender-list .item { padding: 5px; border-top: 1px solid #cccccc; }

.panel-tender div.tender-list .item .fa { font-size: 15px !important; margin-right: 8px; }

.panel-tender div.tender-list.products > .panel { padding-top: 15px !important; }

.panel-tender div.tender-list.products h3, .panel-tender div.tender-list.products div.h3 { width: 100% !important; font-size: 20px; font-weight: normal; color: #ffffff !important; padding: 5px 10px; margin: 0; }

.panel-tender div.tender-list.products h3 b, .panel-tender div.tender-list.products div.h3 b { font-weight: 700; }

.panel-tender div.tender-list.products h3.apt, .panel-tender div.tender-list.products div.h3.apt { background-color: #185079 !important; }

.panel-tender div.tender-list.products h3.ecreso, .panel-tender div.tender-list.products div.h3.ecreso { background-color: #f29425 !important; }

.panel-tender div.tender-list.products h3.audemat, .panel-tender div.tender-list.products div.h3.audemat { background-color: #63a5d3 !important; }

.panel-tender div.tender-list.products u { display: block; font-size: 16px !important; color: #90989d; font-weight: normal; font-family: "Roboto Condensed", "sans-serif"; font-size: 14px; padding-bottom: 7px; margin-bottom: 5px; border-bottom: 1px dotted #ccc; text-decoration: none; }

.panel-tender div.tender-list.products p { padding: 5px; font-size: 14px; font-family: "Roboto Condensed", "sans-serif"; }

.panel-tender div.tender-list.products .devis p { font-size: inherit; }

.panel-tender div.tender-list.products img { margin: 15px; }

.panel-tender div.tender-list.products .brochure { float: right; width: 80px; color: #90989d; }

.panel-tender div.tender-list.products .brochure img { width: 100%; margin: 0; border: 5px solid #ffffff; }

.panel-tender div.tender-list.products .brochure .fa-download { margin-right: 30px; }

.panel-tender div.tender-list.products .link { position: absolute; right: 30px; top: 3px; color: #90989d; }

.panel-tender div.item:nth-child(even) { background-color: #f9f9f9; }

.panel-tender img.picto { width: 40px; height: 40px; }

.panel-tender img.logo { max-height: 100px; max-width: 300px; width: auto; margin-left: -15px; margin-bottom: 5px; }

.panel-tender .trombi { margin-top: 0px; background-image: none; border: 0; }

.panel-tender .trombi h3 { margin-top: 0px; margin-bottom: 0px; }

.panel-tender .trombi .thumb { position: absolute; left: -100px; top: 0; height: 90px !important; width: 90px !important; margin: 0; overflow: hidden; }

.panel-tender .trombi .thumb img { position: relative; top: 0px; left: -30%; width: 170% !important; height: auto !important; }

.panel-tender .trombi .description { min-height: 100px; padding: 0; }

.panel-tender .trombi .description a { margin-right: 5px; }

.panel-tender .trombi .description ul { margin-left: 0px; }

.panel-tender .trombi .description ul li { margin-left: 0; list-style: none; }

.panel-tender .trombi .fa { font-size: 20px !important; }

.cgv table { margin-bottom: 0; }

.cgv table td { font-size: 10px; border: none !important; padding: 0 !important; }

.cgv table td:first-child { padding-right: 10px !important; }

.cgv table td:last-child { padding-left: 10px !important; }

.cgv table td > div { font-family: "Roboto Condensed", "sans-serif"; font-size: 12px; margin: 0 0 2px 0; text-transform: uppercase; font-weight: 700; line-height: 15px; }

.cgv table td p { color: #90989d; text-align: justify; line-height: 13px; margin-bottom: 5px; }

.pdf a { color: #d04119 !important; }

.pdf h2, .pdf .h2 { font-family: "Roboto Condensed", "sans-serif"; margin-top: 0; border-bottom: 1px solid #eaeaea; padding-bottom: 10px; font-size: 24px; float: left; clear: left; width: 100%; }

.pdf .panel { border: 2px solid #d8d8d8; -webkit-box-shadow: none; box-shadow: none; padding: 0; }

.pdf .panel .panel-heading { padding: 0; left: 0; }

.pdf .panel .panel-heading h3 { color: #90989d; }

.pdf .panel-tender { color: #333; }

.pdf .panel-tender .alert, .pdf .panel-tender td, .pdf .panel-tender a { font-size: 14px; }

.pdf table.devis tbody:hover tr { background-color: #eef9ff !important; }

.pdf table.devis tr td { font-family: "Roboto Condensed", "sans-serif"; font-size: 14px; padding: 0 !important; }

.pdf table.devis tr.option { border-left: 5px solid #e7e7e7; }

.pdf table.devis tr.option td:first-child { padding: 0; }

.pdf table.devis tr.total td { font-size: 16px; padding: 0 6px !important; }

.pdf table.devis tr.total_tva td { font-size: 14px; padding: 0 6px !important; }

.pdf .devis-comment { padding: 10px; margin-top: 10px; font-family: "Roboto Condensed", "sans-serif"; font-size: 12px; }

.pdf .devis-comment h3 { margin: 0; font-size: 14px; font-weight: 700; padding-left: 10px; }

.pdf .devis-comment p { font-size: 14px; padding: 5px 0; margin: 0; color: #90989d; }

.spare-part { position: relative; display: block; margin-right: 5px; margin-bottom: 5px; text-transform: uppercase; text-align: left; clear: both; }

.spare-part b { font-weight: 700; font-size: 14px; }

.spare-part i.fa { position: absolute; display: none; top: 3px; padding-left: 5px; padding-right: 5px; cursor: pointer; opacity: .7; }

.spare-part i.fa.fa-minus-circle { right: 30px; color: #f29425; border-right: 1px solid #ccc; }

.spare-part i.fa.fa-plus-circle { right: 0px; color: #185079; }

.spare-part i.fa:hover { opacity: 1; }

.spare-part.edit:hover { background-color: inherit; }

.spare-part.edit:hover i.fa { display: block; }

@-webkit-keyframes flash { 0% { background-color: #abe48a; }
  100% { background-color: #ffffff; } }

@keyframes flash { 0% { background-color: #abe48a; }
  100% { background-color: #ffffff; } }

.flash { background-color: #abe48a; -webkit-animation-name: flash; animation-name: flash; -webkit-animation-duration: 2000ms; animation-duration: 2000ms; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-direction: alternate; animation-direction: alternate; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }

table.container { border: 0; width: 100%; }

table.container thead, table.container tbody, table.container tr, table.container th, table.container td { border: 0; }

table.container td { overflow: hidden; }

.table { font-size: 14px; background-color: #fff; border: 1px solid #fff; }

.table.fit { width: calc(100% - 10px); }

.table caption { font-weight: bold; padding: 0; }

.table th { background-color: transparent; color: #90989d; }

.table thead tr th { background-color: #d04119; color: #fff; border: none; border-right: 1px solid #f3f3f3; }

.table thead tr.head th { background-color: #90989d !important; }

.table .fa.fa-circle, .table .fa.fa-circle-o { font-size: 9px; }

.table.stripped-col td:nth-child(even) { background-color: rgba(99, 165, 211, 0.09); }

.table.data-sheet th { font-weight: 400; font-family: "Roboto Condensed", "sans-serif"; }

table.resultat_table thead tr th { font-size: 12px; font-weight: normal; background-color: #90989d; color: #eee; text-align: left; }

table.resultat_table thead tr th a { color: #8bbcde; }

table.resultat_table thead tr th a.desc::before { display: inline-block; font-family: 'fontawesome'; margin-right: 0.5em; font-weight: normal; font-size: 1em; speak: none; content: ""; vertical-align: middle; margin-right: 5px; }

table.resultat_table thead tr th a.asc::before { display: inline-block; font-family: 'fontawesome'; margin-right: 0.5em; font-weight: normal; font-size: 1em; speak: none; content: ""; vertical-align: middle; margin-right: 5px; }

table.resultat_table thead th { text-align: center !important; }

table.resultat_table tr td { cursor: default; }

table.resultat_table tr td .fa:not(.text-success) { color: #ccc; }

table.resultat_table tr td .fa-pencil, table.resultat_table tr td .fa-trash, table.resultat_table tr td .fa-tags, table.resultat_table tr td .fa-info-circle { font-size: 18px; }

table.resultat_table tr td .text-danger { color: #a94442; }

table.resultat_table tr th.ordre { width: 50px; }

table.resultat_table tr th.action { width: 40px; }

table.resultat_table tr th.action2 { width: 86px; }

table.resultat_table tr th.action3 { width: 115px; }

table.resultat_table tr th.action4 { width: 150px; }

table.resultat_table tr th.action5 { width: 250px; }

table.resultat_table td { border-left: 1px dotted #ccc !important; }

table.resultat_table td ul.roles, table.resultat_table td ul.roles li { list-style: none; margin: 0; padding: 0; }

table.resultat_table td ul.roles li { display: inline; margin-bottom: 1px; background-color: #efefef; padding: 5px; font-size: 0.8em; }

.table-hover > tbody > tr:hover { background-color: #fff1da !important; }

.table-tender { margin-bottom: 0 !important; }

.table-tender tr.indent0 > th { background-color: #90989d !important; color: #fff; }

.table-tender tr.indent1 > th { background-color: #ffffff !important; color: #f29425; }

.table-tender tr.indent1 th:first-child { padding-left: 15px; }

.table-tender tr.indent1 td:first-child { padding-left: 15px; }

.table-tender tr.indent2 th:first-child { padding-left: 30px; }

.table-tender tr.indent2 td:first-child { padding-left: 15px; }

.table-tender tr.indent3 th:first-child, .table-tender tr.indent3 td:first-child { padding-left: 45px; }

.table-tender tr.indent4 th:first-child, .table-tender tr.indent4 td:first-child { padding-left: 60px; }

.tablesorter { font-family: "Roboto Condensed", "sans-serif"; }

.tablesorter .form-control { height: 25px; font-size: 12px; }

.tablesorter .form-control[disabled] { opacity: 0.3; }

.tablesorter.table-condensed > thead > tr > th { padding: 0; }

.tablesorter.tablesorter-stickyHeader { margin-top: 34px !important; }

.tablesorter.tablesorter-stickyHeader thead { border-bottom: 1px solid #90989d; -webkit-box-shadow: 0px 2px 5px #aaa; box-shadow: 0px 2px 5px #aaa; }

.tablesorter.fixed-sm tbody { table-layout: fixed; overflow: auto; height: 20rem; }

.front .tablesorter-stickyHeader { margin-top: 62px !important; }

.tablesorter-bootstrap thead th { font-family: "Roboto Condensed", "sans-serif" !important; }

.tablesorter-bootstrap thead tr { background-color: #63a5d3 !important; }

.tablesorter-bootstrap tfoot td, .tablesorter-bootstrap tfoot th, .tablesorter-bootstrap thead td, .tablesorter-bootstrap thead th { color: #fff !important; border: 1px solid #fff !important; font-size: inherit !important; font-weight: inherit !important; padding: inherit !important; margin: inherit !important; }

.tablesorter-bootstrap .tablesorter-header-inner { padding-right: 14px; }

.tablesorter-bootstrap .tablesorter-filter-row input.tablesorter-filter, .tablesorter-bootstrap .tablesorter-filter-row select.tablesorter-filter { height: 24px; margin: 3px 1px; }

th.linkTo { width: 85px; }

td.linkTo { padding: 0 !important; }

td.linkTo > div { float: right; }

td.linkTo a { position: relative; display: inline-block; color: #ffffff; width: 38px; height: 40px; text-align: center; padding: 8px 0; background-color: #f6b76d; }

td.linkTo a:hover { background-color: #f29425; }

td.linkTo a.inactif { background-color: #90989d; }

td.linkTo a.add { margin-right: 1px; }

td.linkTo a.add::before { display: inline-block; font-family: 'fontawesome'; margin-right: 0.5em; font-weight: normal; font-size: 1em; speak: none; content: ""; vertical-align: middle; margin: 0; }

td.linkTo a.children { background-color: #9fc7e4; }

td.linkTo a.children:hover { background-color: #63a5d3; }

td.linkTo a i { color: #fff !important; font-size: 15px; }

td.linkTo a i span { font-family: Roboto, "sans-serif"; font-size: 12px; color: #678; position: absolute; right: 4px; bottom: 0px; }

tr.user_generared { background-color: rgba(238, 214, 29, 0.14) !important; }

td div.icons { border-bottom: 1px solid #ddd; padding-bottom: 5px; width: 100%; }

td div.icons.w150 { min-width: 150px; }

td div.icons.w200 { min-width: 200px; }

tr.severity, td.severity { border-color: #fff; border-width: 0 5px !important; border-style: solid; }

tr.severity.critical, td.severity.critical { border-color: #fff #ff3800; }

tr.severity.serious, td.severity.serious { border-color: #fff #ff9800; }

tr.severity.medium, td.severity.medium { border-color: #fff #ffeb3b; }

td.severity { border-width: 0 5px 0 0; }

.panel-title { font-size: 14px; text-align: center; text-transform: uppercase; font-weight: normal; }

.panel { font-size: 14px; font-family: Roboto, "sans-serif"; border: 1px solid #eaeaea; border-radius: 5px; padding: 30px 15px 15px 15px; margin-bottom: 12px; position: relative; -webkit-box-shadow: 0 0px 2px #0A3B59; box-shadow: 0 0px 2px #0A3B59; }

.panel .panel-heading { position: absolute; top: 10px; left: 10px; padding: 0 10px; background-color: #FFF; background-color: transparent; border-color: transparent; }

.panel .panel-heading h3 { color: #d04119; font-size: 1.5em; font-family: "Roboto Condensed", "sans-serif"; font-weight: 500; }

.panel .panel-heading .lang-flag { position: absolute; top: -3px; left: -26px; }

.panel .panel-heading.sub-heading { position: relative; top: 0; left: 0; }

.panel .panel-heading.sub-heading h3 { text-align: left; }

.panel.selected { -webkit-box-shadow: 0 0 12px #d04119; box-shadow: 0 0 12px #d04119; }

.panel.buttons .btn, .panel.buttons .wcc-btn-big a, .wcc-btn-big .panel.buttons a, .panel.buttons .btn-big { margin-right: 10px; }

.faq .panel { padding: 15px !important; }

.faq .panel-heading { position: relative; top: auto !important; left: auto !important; }

.panel-group .panel { -webkit-box-shadow: none; box-shadow: none; }

.panel-group .panel:nth-child(odd) { background-color: #FDFDFD; }

.panel-group .panel .panel-title { font-size: 15px; text-align: left; }

.panel-group .panel .panel-title > a, .panel-group .panel .panel-title > small, .panel-group .panel .panel-title > .small, .panel-group .panel .panel-title > small > a, .panel-group .panel .panel-title > .small > a { color: #90989d; text-transform: none; text-decoration: none; }

.panel-group .panel .panel-title > a:focus, .panel-group .panel .panel-title > small:focus, .panel-group .panel .panel-title > .small:focus, .panel-group .panel .panel-title > small > a:focus, .panel-group .panel .panel-title > .small > a:focus { text-decoration: none; }

.panel-group .panel .panel-title > a:hover, .panel-group .panel .panel-title > small:hover, .panel-group .panel .panel-title > .small:hover, .panel-group .panel .panel-title > small > a:hover, .panel-group .panel .panel-title > .small > a:hover { border-bottom: 1px solid #d04119 !important; }

.panel-group .panel .panel-title > a span, .panel-group .panel .panel-title > small span, .panel-group .panel .panel-title > .small span, .panel-group .panel .panel-title > small > a span, .panel-group .panel .panel-title > .small > a span { color: #63a5d3; text-decoration: none !important; }

.panel-group .panel div.collapse.in .panel-body { -webkit-box-shadow: 0 0 3px #d04119; box-shadow: 0 0 3px #d04119; }

#accordion_mib .panel { padding: 12px; border: 0; }

#accordion_mib .panel div.collapse.in .panel-body { -webkit-box-shadow: none; box-shadow: none; }

#accordion_mib a .fa { font-size: 14px; vertical-align: inherit; }

#accordion_mib a:hover { text-decoration: none; }

#accordion_mib .panel-heading { top: 5px; }

#accordion_mib .panel-body { padding: 5px 10px 0; margin-top: 15px; }

#accordion_mib .panel-body li { text-align: left; padding: 0; }

#accordion_mib .panel-body li strong { font-size: 12px; color: #333; font-weight: 400; }

.form-group { margin-bottom: 5px; }

input[type="checkbox"], input[type="radio"] { font-size: 20px; }

button[type='submit'] .fa, a .fa { font-size: 20px; vertical-align: middle; }

.input-number { max-width: 5rem; margin-left: 1rem; padding-left: 5px; font-size: larger; }

/* LABEL */
.form-horizontal .control-label { color: #90989d; font-size: 13px; padding-left: 0; padding-right: 0; font-weight: 600; }

.well { position: relative; }

.well a.trash { position: absolute; top: 5px; right: 10px; }

h3.panel-title { font-family: Roboto, "sans-serif"; font-weight: normal; }

.form-control { font-family: Roboto, "sans-serif"; border-width: 0; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; border-color: #b9b9b9; border-width: 0px 0px 1px 0px; margin-bottom: 4px !important; }

.col-force-width.col-xs-11 { width: 89% !important; margin-right: 1%; }

.col-force-width.col-xs-1 { width: 10% !important; }

label.control-label { font-family: Roboto, "sans-serif"; font-size: 13px; font-weight: normal; color: #90989d; }

label.control-label.label-inline span { line-height: 24px; margin-left: 7px; }

.checkbox label, .radio label { font-family: Roboto, sans-serif; font-size: 14px; line-height: 24px; }

input[type='text'], input[type='number'], textarea, select { -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; outline: none; border-radius: 0; border-width: 0 0 1px 0; }

select, textarea { border-width: 1px 1px 1px 1px !important; }

.form-control:focus, input[type='text']:focus, textarea:focus, select:focus { -webkit-box-shadow: none; box-shadow: none; outline: none; border: 1px solid #adadad; border-radius: 0; }

button:focus { -webkit-box-shadow: none; box-shadow: none; outline: none !important; }

.btn-group.multiselect { padding: 0; display: inline; min-width: 200px; }

.btn-group.multiselect .dropdown-toggle { text-align: left; }

.btn-group.multiselect .dropdown-toggle .caret { position: absolute; top: 15px; right: 5px; }

.btn-group.multiselect .dropdown-toggle .form-control { height: inherit; }

.btn-group.multiselect .multiselect-container { width: 100%; }

.btn-group.multiselect .multiselect-container .dropdown-menu { z-index: 3000; }

.multiselect-search { min-width: 240px; }

.multiselect.required { -webkit-box-shadow: 0px 0px 3px #d04119 inset; box-shadow: 0px 0px 3px #d04119 inset; }

.required:after { content: '*'; margin-left: 3px; color: #d04119; }

.form-error { border-left: 2px solid #d04119; padding-left: 1rem; font-size: 1.1rem; }

.form-error li { color: #d04119; }

.form-error .fa { font-size: 1.3rem; }

[required]:not(:invalid) { border-color: #dddddd; }

input:invalid, textarea:invalid { border-color: rgba(208, 65, 25, 0.5); }

select:invalid { border-width: 1px 1px 1px 1px; border-color: rgba(208, 65, 25, 0.5); }

.input-group .form-control, .input-group-btn:last-child > .btn, .wcc-btn-big .input-group-btn:last-child > a, .input-group-btn:last-child > .btn-big, .input-group-btn:last-child > .btn-group { z-index: inherit; }

textarea.form-control { height: inherit; }

.ss-main { position: relative; display: inline-table; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; color: #333333; width: 100%; padding: 0; border: 0; }

.ss-main .ss-single-selected { display: -webkit-box; display: -ms-flexbox; display: flex; cursor: pointer; width: 100%; height: 32px; padding: 3.75px 7.5px; border: 1px solid #dcdee2; border-radius: 4px; background-color: #ffffff; outline: 0; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: background-color .2s; transition: background-color .2s; }

.ss-main .ss-single-selected.ss-disabled { background-color: #dcdee2; cursor: not-allowed; }

.ss-main .ss-single-selected.ss-open-above { border-top-left-radius: 0px; border-top-right-radius: 0px; }

.ss-main .ss-single-selected.ss-open-below { border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }

.ss-main .ss-single-selected .placeholder { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: left; width: calc(100% - 30px); line-height: 1em; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.ss-main .ss-single-selected .placeholder * { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: auto; }

.ss-main .ss-single-selected .placeholder .ss-disabled { color: #185079; font-size: 1.3rem; }

.ss-main .ss-single-selected .ss-deselect { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; margin: 0 6px 0 6px; font-weight: bold; }

.ss-main .ss-single-selected .ss-deselect.ss-hide { display: none; }

.ss-main .ss-single-selected .ss-arrow { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; margin: 0 6px 0 6px; }

.ss-main .ss-single-selected .ss-arrow span { border: solid #333333; border-width: 0 2px 2px 0; display: inline-block; padding: 3px; -webkit-transition: margin .2s, -webkit-transform .2s; transition: margin .2s, -webkit-transform .2s; transition: transform .2s, margin .2s; transition: transform .2s, margin .2s, -webkit-transform .2s; }

.ss-main .ss-single-selected .ss-arrow span.arrow-up { -webkit-transform: rotate(-135deg); transform: rotate(-135deg); margin: 3px 0 0 0; }

.ss-main .ss-single-selected .ss-arrow span.arrow-down { -webkit-transform: rotate(45deg); transform: rotate(45deg); margin: -3px 0 0 0; }

.ss-main .ss-multi-selected { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; cursor: pointer; min-height: 32px; width: 100%; padding: 0 0 0 3px; border: 1px solid #dcdee2; border-radius: 4px; background-color: #ffffff; outline: 0; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: background-color .2s; transition: background-color .2s; }

.ss-main .ss-multi-selected.ss-disabled { background-color: #dcdee2; cursor: not-allowed; }

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled { color: #63a5d3; font-size: 1.2rem; }

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete { cursor: not-allowed; }

.ss-main .ss-multi-selected.ss-open-above { border-top-left-radius: 0px; border-top-right-radius: 0px; }

.ss-main .ss-multi-selected.ss-open-below { border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }

.ss-main .ss-multi-selected .ss-values { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; width: calc(100% - 30px); }

.ss-main .ss-multi-selected .ss-values .ss-disabled { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 4px 5px; margin: 2px 0px; line-height: 1em; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; color: #185079; font-size: 1.3rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

@-webkit-keyframes scaleIn { 0% { -webkit-transform: scale(0); transform: scale(0);
    opacity: 0; }
  100% { -webkit-transform: scale(1); transform: scale(1);
    opacity: 1; } }

@keyframes scaleIn { 0% { -webkit-transform: scale(0); transform: scale(0);
    opacity: 0; }
  100% { -webkit-transform: scale(1); transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes scaleOut { 0% { -webkit-transform: scale(1); transform: scale(1);
    opacity: 1; }
  100% { -webkit-transform: scale(0); transform: scale(0);
    opacity: 0; } }

@keyframes scaleOut { 0% { -webkit-transform: scale(1); transform: scale(1);
    opacity: 1; }
  100% { -webkit-transform: scale(0); transform: scale(0);
    opacity: 0; } }

.ss-main .ss-multi-selected .ss-values .ss-value { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 12px; padding: 3px 5px; margin: 3px 5px 3px 0px; color: #ffffff; background-color: #63a5d3; border-radius: 4px; -webkit-animation-name: scaleIn; animation-name: scaleIn; -webkit-animation-duration: .2s; animation-duration: .2s; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.ss-main .ss-multi-selected .ss-values .ss-value.ss-out { -webkit-animation-name: scaleOut; animation-name: scaleOut; -webkit-animation-duration: .2s; animation-duration: .2s; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }

.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete { margin: 0 0 0 5px; cursor: pointer; }

.ss-main .ss-multi-selected .ss-add { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 1 3px; flex: 0 1 3px; margin: 9px 12px 0 5px; }

.ss-main .ss-multi-selected .ss-add .ss-plus { 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; background: #333333; position: relative; height: 10px; width: 2px; -webkit-transition: -webkit-transform .2s; transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; }

.ss-main .ss-multi-selected .ss-add .ss-plus:after { background: #333333; content: ""; position: absolute; height: 2px; width: 10px; left: -4px; top: 4px; }

.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross { -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.ss-content { position: absolute; width: 100%; margin: -1px 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; border: solid 1px #dcdee2; z-index: 1010; background-color: #ffffff; -webkit-transform-origin: center top; transform-origin: center top; -webkit-transition: opacity .2s, -webkit-transform .2s; transition: opacity .2s, -webkit-transform .2s; transition: transform .2s, opacity .2s; transition: transform .2s, opacity .2s, -webkit-transform .2s; opacity: 0; -webkit-transform: scaleY(0); transform: scaleY(0); }

.ss-content.ss-open { display: block; opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1); }

.ss-content .ss-search { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; padding: 8px 8px 6px 8px; }

.ss-content .ss-search.ss-hide { height: 0px; opacity: 0; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }

.ss-content .ss-search.ss-hide input { height: 0px; opacity: 0; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }

.ss-content .ss-search input { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; font-size: inherit; line-height: inherit; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; width: 100%; min-width: 0px; height: 30px; padding: 6px 8px; margin: 0; border: 1px solid #dcdee2; border-radius: 4px; background-color: #ffffff; outline: 0; text-align: left; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-appearance: textfield; }

.ss-content .ss-search input::-webkit-input-placeholder { color: #8a8a8a; vertical-align: middle; }

.ss-content .ss-search input:-ms-input-placeholder { color: #8a8a8a; vertical-align: middle; }

.ss-content .ss-search input::-ms-input-placeholder { color: #8a8a8a; vertical-align: middle; }

.ss-content .ss-search input::placeholder { color: #8a8a8a; vertical-align: middle; }

.ss-content .ss-search input:focus { -webkit-box-shadow: 0 0 5px #63a5d3; box-shadow: 0 0 5px #63a5d3; }

.ss-content .ss-search .ss-addable { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; font-size: 22px; font-weight: bold; -webkit-box-flex: 0; -ms-flex: 0 0 30px; flex: 0 0 30px; height: 30px; margin: 0 0 0 8px; border: 1px solid #dcdee2; border-radius: 4px; -webkit-box-sizing: border-box; box-sizing: border-box; }

.ss-content .ss-addable { padding-top: 0px; }

.ss-content .ss-list { max-height: 200px; overflow-x: hidden; overflow-y: auto; text-align: left; }

.ss-content .ss-list .ss-optgroup .ss-optgroup-label { padding: 6px 10px 6px 10px; font-weight: bold; }

.ss-content .ss-list .ss-optgroup .ss-option { padding: 6px 6px 6px 25px; }

.ss-content .ss-list .ss-optgroup-label-selectable { cursor: pointer; }

.ss-content .ss-list .ss-optgroup-label-selectable:hover { color: #ffffff; background-color: #63a5d3; }

.ss-content .ss-list .ss-option { padding: 6px 10px 6px 10px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.ss-content .ss-list .ss-option * { display: inline-block; }

.ss-content .ss-list .ss-option:hover, .ss-content .ss-list .ss-option.ss-highlighted { color: #ffffff; background-color: #63a5d3; }

.ss-content .ss-list .ss-option.ss-disabled { cursor: not-allowed; color: #185079; background-color: #ffffff; }

.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected { color: #333333; background-color: rgba(99, 165, 211, 0.1); }

.ss-content .ss-list .ss-option.ss-hide { display: none; }

.ss-content .ss-list .ss-option .ss-search-highlight { background-color: #fffb8c; }

/* Default theme - Owl Carousel CSS File */
.owl-theme .owl-nav { position: absolute; left: 0; right: 0; top: 0; bottom: 55%; z-index: 1; margin-top: 10px; -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] { position: absolute; bottom: 0; color: #D6D6D6; font-family: "FontAwesome"; font-size: 1.8rem; margin: 5px; padding: 4px 7px; background: transparent; display: inline-block; cursor: pointer; border-radius: 3px; border: 0; }

.owl-theme .owl-nav [class*='owl-'].owl-prev { left: -6px; }

.owl-theme .owl-nav [class*='owl-'].owl-next { right: -6px; }

@media (min-width: 768px) { .owl-theme .owl-nav [class*='owl-'].owl-prev { left: 15px; }
  .owl-theme .owl-nav [class*='owl-'].owl-next { right: 15px; } }

.owl-theme .owl-nav [class*='owl-']:hover { background: #869791; color: #ffffff; text-decoration: none; }

.owl-theme .owl-nav .disabled { opacity: 0.5; cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots { margin-top: 10px; }

.owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; margin-top: 5px; }

.owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline; border: 0; background-color: transparent; }

.owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 7px; background: #D6D6D6; display: block; -webkit-backface-visibility: visible; -webkit-transition: opacity 200ms ease; transition: opacity 200ms ease; border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #869791; }

.owl-theme .owl-nav { position: absolute; left: 0; right: 0; top: 0; bottom: 55%; z-index: 1; margin-top: 10px; -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] { position: absolute; bottom: 0; color: #D6D6D6; font-family: "FontAwesome"; font-size: 1.8rem; margin: 5px; padding: 4px 7px; background: transparent; display: inline-block; cursor: pointer; border-radius: 3px; border: 0; }

.owl-theme .owl-nav [class*='owl-'].owl-prev { left: -6px; }

.owl-theme .owl-nav [class*='owl-'].owl-next { right: -6px; }

@media (min-width: 768px) { .owl-theme .owl-nav [class*='owl-'].owl-prev { left: 15px; }
  .owl-theme .owl-nav [class*='owl-'].owl-next { right: 15px; } }

.owl-theme .owl-nav [class*='owl-']:hover { background: #869791; color: #ffffff; text-decoration: none; }

.owl-theme .owl-nav .disabled { opacity: 0.5; cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots { margin-top: 10px; }

.owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; margin-top: 5px; }

.owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline; border: 0; background-color: transparent; }

.owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 7px; background: #D6D6D6; display: block; -webkit-backface-visibility: visible; -webkit-transition: opacity 200ms ease; transition: opacity 200ms ease; border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #869791; }

/* Owl Carousel - Core */
.owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */ position: relative; z-index: 1; }

.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; /* fix for flashing background */ -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }

.owl-carousel .owl-item img { display: block; width: 100%; -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot { cursor: pointer; cursor: hand; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.owl-carousel.owl-loaded { display: block; }

.owl-carousel.owl-loading { opacity: 0; display: block; }

.owl-carousel.owl-hidden { opacity: 0; }

.owl-carousel.owl-refresh .owl-item { display: none; }

.owl-carousel.owl-drag .owl-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.owl-carousel.owl-grab { cursor: move; cursor: -webkit-grab; cursor: grab; }

.owl-carousel.owl-rtl { direction: rtl; }

.owl-carousel.owl-rtl .owl-item { float: right; }

/* No Js */
.no-js .owl-carousel { display: block; }

/* Owl Carousel - Animate Plugin */
.owl-carousel .animated { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.owl-carousel .owl-animated-in { z-index: 0; }

.owl-carousel .owl-animated-out { z-index: 1; }

.owl-carousel .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }

@-webkit-keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }

@keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }

/* Owl Carousel - Auto Height Plugin */
.owl-height { -webkit-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }

/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }

/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; }

.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url("owl.video.play.png") no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; -webkit-transition: -webkit-transform 100ms ease; transition: -webkit-transform 100ms ease; transition: transform 100ms ease; transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover { -webkit-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; }

.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100%; }

/*! Lightbox for Bootstrap 3 by @ashleydw https://github.com/ashleydw/lightbox License: https://github.com/ashleydw/lightbox/blob/master/LICENSE */
.ekko-lightbox-container { position: relative; }

.ekko-lightbox-nav-overlay { position: absolute; top: 0; left: 0; z-index: 100; width: 100%; height: 100%; }

.ekko-lightbox-nav-overlay a { z-index: 100; display: block; width: 49%; height: 100%; opacity: 0; }

.ekko-lightbox-nav-overlay a .fa { font-size: 30px !important; }

.ekko-lightbox-nav-overlay a:empty { width: 49%; }

.ekko-lightbox a:hover { text-decoration: none; opacity: 1; }

.ekko-lightbox .chevron-left { left: 0; float: left; text-align: left; font-size: 30px !important; }

.ekko-lightbox .chevron-right { right: 0; float: right; text-align: right; font-size: 30px !important; }

.ekko-lightbox .modal-footer { text-align: left; }

[data-toggle="lightbox"] { display: block; position: relative; text-align: center; }

[data-toggle="lightbox"]:hover .fa { opacity: 1; }

[data-toggle="lightbox"]:hover .fa.fa-play { background-color: #d04119; }

[data-toggle="lightbox"] > .fa { position: absolute; background-image: url(../img/zoom.png); background-repeat: no-repeat; left: -15px; top: -15px; opacity: .7; width: 24px; height: 24px; }

[data-toggle="lightbox"] > .fa.fa-play { left: 41%; top: 43%; background-image: none; background-color: #555; color: #fff; padding: 6px; width: 33px; height: 28px; text-align: center; border: 2px solid; border-radius: 5px; }

[data-toggle="lightbox"] img { border-radius: 3px; border: 4px solid rgba(0, 0, 0, 0); -webkit-box-shadow: 0 0 12px #cbcbcb; box-shadow: 0 0 12px #cbcbcb; padding: 0; width: 100%; }

/* DARK */
.banner.full { height: 250px; }

@media (min-width: 768px) { .banner.full { height: 350px; } }

@media (min-width: 1024px) { .banner.full { height: calc(100% - 450px); } }

.banner.full .bg-image { height: 100%; }

.banner a div:nth-child(2) { position: absolute; left: 0; top: 0; bottom: 0; right: 0; }

.banner .summary { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.8); }

.banner .summary.dark { background-color: rgba(0, 0, 0, 0.5); }

.banner .summary.dark h1, .banner .summary.dark h2, .banner .summary.dark p, .banner .summary.dark a { color: #ffffff; }

.banner .summary.dark .btn, .banner .summary.dark .wcc-btn-big a, .wcc-btn-big .banner .summary.dark a, .banner .summary.dark .btn-big { border-color: #ffffff; }

.banner .summary > div { width: 100%; position: absolute; min-height: 100%; padding: 4rem; font-weight: 500; }

@media (min-width: 768px) { .banner .summary { width: auto; left: 10%; right: 50%; }
  .banner .summary > div { min-height: 70%; padding: 30px; bottom: 5%; }
  .banner .summary > div .container-wide { width: 100%; } }

.slider-container { overflow: hidden; position: relative; }

.slider-container .item { margin: 0 auto; }

.slider-container .item .slogan { position: absolute; top: 15%; float: left; width: 45%; padding-left: 6%; }

.slider-container .item .slogan p { color: #90989d; font-family: 'Roboto', 'Arial'; font-size: 16px; margin: 0; }

.slider-container .item .slogan .title p { font-family: 'Roboto', 'Arial'; font-size: 20px; color: #90989d; line-height: 1em; }

.slider-container .item .slogan .title p strong { font-family: 'Roboto', 'Arial'; font-weight: normal; }

.slider-container .item .slogan .title p i, .slider-container .item .slogan .title p em { font-family: 'MyriadProIt', 'Arial'; font-style: normal; }

.slider-container .item .slogan .title h3 { font-family: 'bebasneue', arial; font-size: 2.5em; font-weight: normal; color: #90989d; line-height: 1em; }

.slider-container .item .slogan .title h3 strong { font-size: 2.3em; line-height: 1em; }

.slider-container .item .slogan a { text-transform: uppercase; font-family: 'Roboto', 'Arial'; font-size: 1.4em; display: inline-block; padding: 10px 10px; margin-top: 5px; }

@media (min-width: 768px) { .slider-container .item .slogan p { font-size: 20px; }
  .slider-container .item .slogan .title p { font-size: 32px; } }

@media (min-width: 992px) { .slider-container .item .slogan p { font-size: 24px; }
  .slider-container .item .slogan .title p { font-size: 40px; } }

.slider-container, .owl-dots { display: block; }

@media (min-width: 700px) { .slider-container, .owl-dots { display: block; } }

.slider-container .optin { position: absolute; height: 70px; width: 300px; bottom: 0%; z-index: 1; left: 4%; }

.timeline ul { padding: 50px 0; }

.timeline ul li { list-style-type: none; position: relative; width: 3px; margin: 0 auto; padding-top: 15px; background: #e4e4e4; }

.timeline ul li h3 { margin: 0; }

.timeline ul li .date { display: block; margin-bottom: 15px; text-transform: uppercase; }

.timeline ul li::after { content: ''; position: absolute; left: 50%; bottom: 17px; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 15px; height: 15px; border-radius: 50%; background: inherit; }

.timeline ul li div { position: relative; bottom: 0; width: 400px; padding: 15px; background: #e4e4e4; }

.timeline ul li div::before { content: ''; position: absolute; bottom: 17px; width: 0; height: 0; border-style: solid; }

.timeline ul li:nth-child(odd) div { left: 45px; }

.timeline ul li:nth-child(odd) div::before { left: -15px; border-width: 8px 16px 8px 0; border-color: transparent #e4e4e4 transparent transparent; }

.timeline ul li:nth-child(even) div { left: -439px; }

.timeline ul li:nth-child(even) div::before { right: -15px; border-width: 8px 0 8px 16px; border-color: transparent transparent transparent #e4e4e4; }

.timeline ul li::after { -webkit-transition: background .5s ease-in-out; transition: background .5s ease-in-out; }

.timeline ul li.in-view::after { background: #d04119; }

.timeline ul li div { visibility: hidden; opacity: 0; -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }

.timeline ul li:nth-child(odd) div { -webkit-transform: translate3d(200px, 0, 0); transform: translate3d(200px, 0, 0); }

.timeline ul li:nth-child(even) div { -webkit-transform: translate3d(-200px, 0, 0); transform: translate3d(-200px, 0, 0); }

.timeline ul li.in-view div { -webkit-transform: none; transform: none; visibility: visible; opacity: 1; }

@media screen and (max-width: 900px) { .timeline ul li div { width: 250px; }
  .timeline ul li:nth-child(even) div { left: -289px; /*250+45-6*/ } }

@media screen and (max-width: 600px) { .timeline ul li { margin-left: 20px; }
  .timeline ul li div { width: calc(100vw - 91px); }
  .timeline ul li:nth-child(even) div { left: 45px; }
  .timeline ul li:nth-child(even) div::before { left: -15px; border-width: 8px 16px 8px 0; border-color: transparent #e4e4e4 transparent transparent; } }

.wcc-h-big { margin-bottom: 2em; }

.wcc-h-big.margin-top { margin-top: 2em; }

.wcc-h-big h1, .wcc-h-big h2 { text-align: center; margin: 0; margin-bottom: 0 !important; font-size: 3rem; font-weight: 700; margin-bottom: 4rem; }

@media (min-width: 768px) { .wcc-h-big h1, .wcc-h-big h2 { font-size: 3.8rem; } }

@media (min-width: 1200px) { .wcc-h-big h1, .wcc-h-big h2 { font-size: 4.0rem; } }

@media (min-width: 1440px) { .wcc-h-big h1, .wcc-h-big h2 { font-size: 4.5rem; } }

.wcc-btn-big a, .btn-big { border-color: #586069; border-radius: 50px; padding: 10px 20px; color: #586069; font-weight: 700; font-size: 2rem; line-height: 2rem; -webkit-transition: all .3s; transition: all .3s; }

.wcc-btn-big a:hover, .btn-big:hover { background-color: rgba(0, 0, 0, 0.1); }

.section-row .section-body-content + .wcc-h-big { margin: 0; }

@media (min-width: 768px) { .wcc-pg { margin-bottom: 30px; } }

.wcc-pg .hop { margin: 0 !important; padding: 0 !important; height: 0 !important; border: 0 !important; }

.wcc-pg > div { margin-bottom: 15px; }

.wcc-pg > div > div { padding: 0 30px 0 15px; }

@media (min-width: 768px) { .wcc-pg > div > div { padding-left: 0; } }

.wcc-pg > div > div h2 { margin-top: 0; }

.wcc-pg > div > div > div { padding: 0; }

.wcc-pg > div > div > div p { margin-bottom: 15px; }

.wcc-pg > div > div > div ul { padding-left: 23px; }

.wcc-pg > div > div > div ul li { list-style-image: url(../img/picto/nn16.png); padding-bottom: 15px; }

@media (min-width: 768px) { .wcc-pg > div > div > div { padding: 0; } }

.wcc-pg > div.wide > div { padding-left: 10%; }

.wcc-pg > div.img-left > div { padding: 0 15px 0 30px; float: right; }

@media (min-width: 768px) { .wcc-pg > div.img-left > div { padding-right: 0; } }

.wcc-pg > div.img-left.wide > div:first-child { padding: 0 10% 0 30px; }

.wcc-pg > div h3 { padding: 0 15px; }

@media (min-width: 768px) { .wcc-pg > div h3 { padding: 0; } }

.wcc-pg > div.h2-grey h2 { color: #90979b; }

.wcc-pg > div.h2-gray h2 { color: #4e555e; }

.wcc-pg > div.h2-red h2 { color: #d04119; }

.wcc-pg > div.h2-green h2 { color: #afca0b; }

.wcc-pg > div.h2-blue h2 { color: #039ca9; }

@media (min-width: 768px) { .wcc-pg.wcc-pg-v3 > div > div { padding: 0 15px 0 0; }
  .wcc-pg.wcc-pg-v3 > div.img-left > div { padding: 0 0 0 15px; } }

.wcc-pg.wcc-pg-v4 h3 { margin-top: 0; }

.wcc-pg.wcc-pg-b.wcc-pg-v4 > div, .wcc-pg.wcc-pg-b.wcc-pg-v5 > div { margin-bottom: 0; }

.wcc-pg.wcc-pg-b.wcc-pg-v4 > div:not([class*="col-"]), .wcc-pg.wcc-pg-b.wcc-pg-v5 > div:not([class*="col-"]) { width: 100%; }

.wcc-pg.wcc-pg-b.wcc-pg-v4 > div > div, .wcc-pg.wcc-pg-b.wcc-pg-v5 > div > div { padding-left: 30px; }

.wcc-pg.wcc-pg-b.wcc-pg-v4 h2, .wcc-pg.wcc-pg-b.wcc-pg-v5 h2 { padding: 30px 0 10px 0; }

.wcc-pg.wcc-pg-b.wcc-pg-v4 h2:before, .wcc-pg.wcc-pg-b.wcc-pg-v5 h2:before { position: absolute; top: 0; content: " "; width: 40%; max-width: 180px; border-top: 5px solid; }

.wcc-pg.wcc-pg-b.wcc-pg-v5 p { text-align: left; }

.wcc-pg.wcc-pg-b.wcc-pg-v5 .img-responsive img { margin-left: 0; }

.wcc-pg .img-responsive { padding: 0 !important; margin-bottom: 0; max-height: 450px; overflow: hidden; }

@media (min-width: 768px) { .wcc-pg .img-responsive { margin-bottom: 30px; } }

.wcc-pg .img-responsive img { width: 100%; padding: 0; }

.wcc-pg .img-responsive.height img { width: 80%; margin-left: 0; }

.wcc-cards:after { content: ""; display: table; clear: both; }

.wcc-cards > div { padding-left: 0; padding-right: 0; }

@media (min-width: 768px) { .wcc-cards > div { padding-left: 15px; padding-right: 15px; } }

.wcc-cards > div .card { margin-bottom: 2rem; height: 100%; }

.wcc-cards > div .card > div img { width: 100%; padding: 0; }

.wcc-cards > div .card > div h3 { font-weight: 700; color: #4e555e; padding: 30px 15px 20px; margin: 0; min-height: 10rem; }

.wcc-cards > div .card > div > div { font-weight: 300; }

.wcc-cards > div .card > div > div p { color: #4e555e; padding: 0 15px 30px 15px; }

@media (min-width: 768px) { .wcc-cards.wcc-cards-v1 { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 3rem; } }

.wcc-cards.wcc-cards-v1 > div.boxed { -webkit-box-shadow: none; box-shadow: none; }

.wcc-cards.wcc-cards-v1 > div.boxed .card { background-color: #ffffff; }

.wcc-cards.wcc-cards-v1 > div .card > div h3 { position: relative; margin-bottom: 20px; }

.wcc-cards.wcc-cards-v1 > div .card > div h3:after { position: absolute; bottom: 0; content: " "; right: 15px; left: 15px; height: 1px; background-color: rgba(0, 0, 0, 0.3); }

.wcc-cards.wcc-cards-v2 > div .card > div { background-color: #e4e4e4; -webkit-transition: all 250ms linear; transition: all 250ms linear; border-bottom: 5px solid transparent; }

.wcc-cards.wcc-cards-v2 > div .card > div img { width: 100%; }

.wcc-cards.wcc-cards-v2 > div .card > div h3 { padding-left: 30px; padding-right: 30px; border-top: 5px solid transparent; }

.wcc-cards.wcc-cards-v2 > div .card > div > div { padding-left: 15px; padding-right: 15px; }

.wcc-cards.wcc-cards-v2 > div[data-link] .card { background-color: #4e555e; }

.wcc-cards.wcc-cards-v2 > div[data-link] .card:hover { cursor: pointer; }

.wcc-cards.wcc-cards-v2 > div[data-link] .card:hover > div { opacity: 0.8; }

.wcc-cards.wcc-cards-v2 > div[data-link] .card:hover > div h3 { border-top-color: #d04119; }

@media (min-width: 768px) { .wcc-cards.wcc-cards-v2 > div:first-child { padding-left: 0; }
  .wcc-cards.wcc-cards-v2 > div:last-child { padding-right: 0; }
  .wcc-cards.wcc-cards-v2 > div .card > div > div { min-height: 270px; } }

@media (min-width: 1200px) { .wcc-cards.wcc-cards-v3.container-wide { width: 960px; } }

.wcc-cards.wcc-cards-v3 > div { position: relative; margin-bottom: 30px; height: 450px; -webkit-perspective: 600px; perspective: 600px; }

.wcc-cards.wcc-cards-v3 > div .card { position: relative; height: 100%; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform-origin: center right; transform-origin: center right; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; width: 90%; margin-left: 5%; }

@media (min-width: 768px) { .wcc-cards.wcc-cards-v3 > div .card { width: 100%; margin-left: auto; } }

.wcc-cards.wcc-cards-v3 > div .card > div { position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; overflow: hidden; }

.wcc-cards.wcc-cards-v3 > div .card > div > div:first-child { max-height: 65%; overflow: hidden; }

.wcc-cards.wcc-cards-v3 > div .card > div.recto { background-color: #ffffff; }

.wcc-cards.wcc-cards-v3 > div .card > div h3 { padding-bottom: 15px; min-height: inherit; }

.wcc-cards.wcc-cards-v3 > div .card > div img { width: 60%; }

@media (min-width: 768px) { .wcc-cards.wcc-cards-v3 > div .card > div img { width: 100%; } }

.wcc-cards.wcc-cards-v3 > div .card.flip { cursor: pointer; }

.wcc-cards.wcc-cards-v3 > div .card.flip > div.verso { background-color: #4e555e; -webkit-transform: rotateY(180deg); transform: rotateY(180deg); }

.wcc-cards.wcc-cards-v3 > div .card.flip > div.verso h3, .wcc-cards.wcc-cards-v3 > div .card.flip > div.verso p { color: #ffffff; padding-left: 30px; padding-right: 30px; }

.wcc-cards.wcc-cards-v3 > div .card.flip:hover { -webkit-transform: translateX(0%) rotateY(-6deg); transform: translateX(0%) rotateY(-6deg); -webkit-box-shadow: 3px 2px 12px #ccc; box-shadow: 3px 2px 12px #ccc; }

.wcc-cards.wcc-cards-v3 > div .card.flip.flipped { -webkit-transform: translateX(-100%) rotateY(-180deg); transform: translateX(-100%) rotateY(-180deg); }

.wcc-cards.wcc-cards-v3b > div { height: 550px; }

.wcc-cards.wcc-cards-v3b > div:not(:last-child):after { content: " "; top: 35px; right: -8px; color: #ce4509; position: absolute; width: 25px; height: 25px; border: 3px solid; border-top: 0; border-left: 0; border-color: #ce4509; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); margin: 0 2px; }

.wcc-cards.wcc-cards-v3b > div.vtitle { height: 100%; width: 50px; position: absolute; top: 0; left: -10px; pointer-events: none; padding-top: 50px; }

.wcc-cards.wcc-cards-v3b > div.vtitle p { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); height: 50%; width: 200px; text-align: center; font-size: 1.8rem; font-weight: 700; }

.wcc-cards.wcc-cards-v3b > div.vtitle p:last-child { margin-top: -20px; }

.wcc-cards.wcc-cards-v3b > div.vtitle:after { display: none; }

.wcc-cards.wcc-cards-v3b > div .card > div > div img { width: auto; }

.wcc-cards.wcc-cards-v3b > div .card > div > div:first-child { max-height: none; }

.wcc-asset-youtube > div { margin-bottom: 50px; }

.wcc-asset-youtube a:after { content: "\f16a"; font-family: FontAwesome; font-size: 50px; height: 33px; line-height: 33px; color: #d04119; position: absolute; top: calc(50% - 16px); left: calc(50% - 15px); background-color: #fff; border-radius: 50%; width: 40px; opacity: .6; }

.wcc-asset-youtube a:hover { cursor: pointer; }

.wcc-asset-youtube a:hover:after { opacity: 1; }

.wcc-asset-youtube a img { width: 100%; padding: 0; -webkit-box-shadow: none; box-shadow: none; }

.wcc-testimonial { margin-bottom: 4em; }

.wcc-testimonial blockquote { font-size: inherit; border: 0; border-color: #d04119; }

.wcc-testimonial blockquote p { padding: 0 15px; }

.wcc-testimonial blockquote:before, .wcc-testimonial blockquote:after { font-family: FontAwesome; position: absolute; font-size: 3.5rem; color: #e4e4e4; }

.wcc-testimonial blockquote:before { content: "\f10d"; top: 20px; left: 5px; }

@media (min-width: 768px) { .wcc-testimonial blockquote:before { left: 0px; } }

.wcc-testimonial blockquote:after { content: "\f10e"; bottom: 33px; right: 5px; }

@media (min-width: 768px) { .wcc-testimonial blockquote:after { right: 0px; } }

.wcc-testimonial .author { text-align: center; }

@media (min-width: 768px) { .wcc-testimonial .author { text-align: left; padding-left: 30px; } }

.slideshow { margin-bottom: 30px; }

.slideshow a { text-align: center; }

.slideshow a span { display: block; font-size: 1.2rem; font-weight: 500; color: #4e555e; }

.banner .summary .wcc-pg.wcc-pg-v4 > div > div { padding-left: 0; }

.section .social-medias { padding: 0 10px 0 0 !important; text-align: right; bottom: 0; position: absolute; width: 100%; }

.section .social-medias img { width: auto !important; max-width: 100px; padding: 10px !important; }

.section .social-medias a:hover img { zoom: 1.2; }

.section.section-dark { background-color: #4e555e; color: #fff; }

.section.section-dark h2, .section.section-dark h3 { color: #fff; }

.section.section-dark .wcc-cards h3, .section.section-dark .wcc-cards p { color: #ffffff; }

.section.section-dark .wcc-cards > div .card h3:after { background-color: #ffffff; }

.section.section-dark .wcc-cards > div.boxed { -webkit-box-shadow: none; box-shadow: none; }

.section.section-dark .wcc-cards > div.boxed .card { background-color: #ffffff; }

.section.section-dark .wcc-cards > div.boxed .card h3, .section.section-dark .wcc-cards > div.boxed .card p { color: #4e555e; }

.section.section-dark .wcc-cards > div.boxed .card h3:after { background-color: #e4e4e4; }

.section.section-dark .wcc-btn-big a, .section.section-dark .btn-big { color: #ffffff; border-color: #ffffff; }

.section.section-light { background-color: #e4e4e4; }

.section.section-light blockquote:before, .section.section-light blockquote:after { color: #ffffff; }

.section.section-light .wcc-cards > div .card h3:after { background-color: #ffffff; }

.section.section-light .wcc-cards > div.boxed .card h3:after { background-color: #e4e4e4; }

.section.section-red { background-color: #d04119; color: #fff; }

.section.section-red h2, .section.section-red h3 { color: #fff; }

.section.section-red .wcc-cards h3, .section.section-red .wcc-cards p { color: #ffffff; }

.section.section-red .wcc-cards > div .card h3:after { background-color: #ffffff; }

.section.section-red .wcc-cards > div.boxed { -webkit-box-shadow: none; box-shadow: none; }

.section.section-red .wcc-cards > div.boxed .card { background-color: #ffffff; }

.section.section-red .wcc-cards > div.boxed .card h3, .section.section-red .wcc-cards > div.boxed .card p { color: #4e555e; }

.section.section-red .wcc-cards > div.boxed .card h3:after { background-color: #e4e4e4; }

.section.section-red .wcc-btn-big a, .section.section-red .btn-big { color: #ffffff; border-color: #ffffff; }

.section.section-green { background-color: #afca0b; }

.section.section-green h2 { color: #fff; }

.section.section-green .wcc-h-big h2 { color: #4e555e; }

.section.section-green .wcc-cards h3 { color: #ffffff; }

.section.section-green .wcc-cards > div .card h3:after { background-color: #ffffff; }

.section.section-green .wcc-cards > div.boxed { -webkit-box-shadow: none; box-shadow: none; }

.section.section-green .wcc-cards > div.boxed .card { background-color: #ffffff; }

.section.section-green .wcc-cards > div.boxed .card h3, .section.section-green .wcc-cards > div.boxed .card p { color: #4e555e; }

.section.section-green .wcc-cards > div.boxed .card h3:after { background-color: #e4e4e4; }

.section.section-blue { font-weight: 400; background-color: #039ca9; color: #fff; }

.section.section-blue h2, .section.section-blue h3 { color: #fff; }

.section.section-blue .wcc-cards h3, .section.section-blue .wcc-cards p { color: #ffffff; }

.section.section-blue .wcc-cards.wcc-cards-v3 h3, .section.section-blue .wcc-cards.wcc-cards-v3 p { color: #4e555e; }

.section.section-blue .wcc-cards > div .card h3:after { background-color: #ffffff; }

.section.section-blue .wcc-cards > div.boxed { -webkit-box-shadow: none; box-shadow: none; }

.section.section-blue .wcc-cards > div.boxed .card { background-color: #ffffff; }

.section.section-blue .wcc-cards > div.boxed .card h3, .section.section-blue .wcc-cards > div.boxed .card p { color: #4e555e; }

.section.section-blue .wcc-cards > div.boxed .card h3:after { background-color: #e4e4e4; }

.section.section-blue .wcc-btn-big a, .section.section-blue .btn-big { color: #ffffff; border-color: #ffffff; }

.section.section-banner-background { min-height: 450px; background-size: 100%; background-position: 50% 50%; background-repeat: no-repeat; }

.section.section-banner-background .section-row { position: absolute; bottom: 0; top: 0; left: 0; right: 0; background-color: rgba(255, 255, 255, 0.8); z-index: 1; }

.section.section-banner-background .section-row > div { position: absolute; bottom: 5%; top: auto; left: 0; right: 0; min-height: 60%; }

@media (min-width: 768px) { .section.section-banner-background .section-row { left: 10%; right: 50%; } }

@media (min-width: 420px) { body.dev-mode { padding-top: 20px; } }

body.dev-mode.ck-top { padding-top: 70px; }

body.dev-mode #ck-top { top: 20px; }

.header { position: relative; }

.fa i { display: none; }

.header-bg { position: relative; background-image: url(../img/wcc-bg_1.jpg); background-position: 0 0; background-size: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; }

.header-bg img { width: 100%; }

.header-bg span.tagline { position: absolute; display: block; margin-top: -27%; font-size: 24px; text-transform: uppercase; color: #4d535b; text-align: center; width: 100%; font-weight: bold; }

@media (max-width: 640px) { .header-bg img { width: 150%; margin-left: -25%; margin-top: -10%; }
  .header-bg span.tagline { font-size: 18px; margin-top: -40%; } }

footer { text-align: center; font-size: 11px; padding: 10px; }

#flash { background-color: #fcfcfc; }

.alert:first-child { margin-top: 10px; }

.alert .alert { margin-bottom: 5px; }

.alert.alert-edit { margin-bottom: 25px; -webkit-box-shadow: 0 0px 5px #FDA214; box-shadow: 0 0px 5px #FDA214; background-color: #FCFCFC; text-transform: uppercase; font-size: 18px; }

.alert .fa { font-size: 18px; }

[contenteditable="true"] { padding: 10px; outline: 1px dashed #d04119; margin-bottom: 15px; }

[contenteditable="true"]:focus { border: inherit; outline: 1px dashed #d04119; }

.cke_button_label.cke_button__inlinesave_label { display: inline; }

#ck-top { background-color: #90989d; }

#ck-top-content { margin-top: 4px; }

.no-padding { padding-left: 0; padding-right: 0; }

.cke_maximized { top: 42px !important; }

.modal-backdrop { z-index: 0; }

img.map, map area { outline: none; }

.modal { text-align: center; padding: 0 !important; }

.modal:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px; }

.modal-dialog { display: inline-block; text-align: left; vertical-align: middle; z-index: 10000; }

.modal-info { font-size: 14px; color: #185079; padding: 15px; }

.modal-body { font-size: 14px; }

.bs-callout { padding: 3px 15px; margin: 20px 0; border: 1px solid #eee; border-width: 0 0 0 4px; border-radius: 0; }

.bs-callout-info { border-left-color: #d04119; }

.btn.more, .wcc-btn-big a.more, .more.btn-big { position: absolute; bottom: 5px; right: 5px; }

.btn.more a, .wcc-btn-big a.more a, .more.btn-big a { color: #d04119; }

.btn.more .fa, .wcc-btn-big a.more .fa, .more.btn-big .fa { font-size: 11px; padding: 4px 5px; border-radius: 4px; margin-left: 3px; }

.g-recaptcha { transform: scale(0.77); -webkit-transform: scale(0.77); transform-origin: 0 0; -webkit-transform-origin: 0 0; }

.owl-item.animated { visibility: visible; }

.form-control { font-weight: 400; }

[data-after]:hover { cursor: default; }

[data-after]:hover:after { content: attr(data-after); position: absolute; bottom: -0.5rem; right: 1rem; border-top: 1px solid; font-size: x-small; padding: 0 .5rem; }

.panel-collapse > .panel-body { margin-top: 1.5rem; }

[data-ghost], select.multiselect { position: absolute; display: inline-block !important; height: 0 !important; width: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; border: 0 !important; margin: 0 !important; opacity: 0 !important; }
