@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,700&subset=latin,latin-ext);

@font-face {
    font-family: 'icon-fff';
    src:    url('../fonts/icon-fff.eot?stx91m');
    src:    url('../fonts/icon-fff.eot?stx91m#iefix') format('embedded-opentype'),
        url('../fonts/icon-fff.ttf?stx91m') format('truetype'),
        url('../fonts/icon-fff.woff?stx91m') format('woff'),
        url('../fonts/icon-fff.svg?stx91m#icon-fff') format('svg');
    font-weight: 300;
    font-style: normal;
}


.icon, a.lien_externe::before, .jd_download_url:before  {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icon-fff' !important;
    speak: none;
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-bottom: 2px;
    display: inline-block;
    vertical-align: middle;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    opacity:0.999;
}

/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.slider.slider-horizontal {
    width: 210px;
    width: 100% !important;
    height: 20px;
}
.slider.slider-horizontal .slider-track {
    height: 6px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0;
}
.slider.slider-horizontal .slider-selection {
    height: 100%;
    top: 0;
    bottom: 0;
}
.slider.slider-horizontal .slider-handle {
    margin-left: -10px;
    margin-top: -7px;
    text-align: center;
    color: #fff
}
.slider.slider-horizontal .slider-handle.triangle {
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0;
}
.slider.slider-vertical {
    height: 210px;
    width: 20px;
}
.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    margin-left: -5px;
    left: 50%;
    top: 0;
}
.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}
.slider.slider-vertical .slider-handle {
    margin-left: -5px;
    margin-top: -10px;
}
.slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #0480be;
    margin-left: 0;
}
.slider input {
    display: none;
}
.slider .tooltip-inner {
    white-space: nowrap;
}
.slider-track {
    position: absolute;
    cursor: pointer;
    background-color: #E4E4E4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.slider-selection {
    position: absolute;
    background-color: #fe9915;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #821c80;
    opacity: 1;
    border: 0px solid transparent;
}
.slider-handle.round {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.slider-handle.triangle {
    background: transparent none;
}

.owl-experts {
    margin: auto;
    max-width: 250px;
}
/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    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; }
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    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; }





.icon-ico-f:before {
    content: "\e900";
}
.icon-ico-slider-left:before {
    content: "\e901";
}
.icon-ico-slider-right:before {
    content: "\e902";
}
.icon-ico-slider-left-hover:before {
    content: "\e919";
}
.icon-ico-slider-down-hover:before {
    content: "\e903";
}
.icon-ico-slider-right-hover:before {
    content: "\e904";
}
.icon-ico-nav-press-left:before {
    content: "\e905";
}
.icon-ico-nav-press-right:before {
    content: "\e906";
}
.icon-ico-play:before {
    content: "\e91a";
}
.icon-ico-plus-o:before {
    content: "\e907";
}
.icon-ico-plus:before {
    content: "\e91b";
}
.icon-ico-cta-missions:before {
    content: "\e908";
}
.icon-ico-follow-o:before {
    content: "\e909";
}
.icon-ico-cta-follow:before {
    content: "\e90a";
}
.icon-ico-follow2-o:before {
    content: "\e91c";
}
.icon-ico-up-o:before {
    content: "\e91d";
}
.icon-ico-follow2:before {
    content: "\e91e";
}
.icon-ico-cta-blog:before {
    content: "\e90b";
}
.icon-ico-cta-rezo:before {
    content: "\e90c";
}
.icon-ico-cta-salons:before {
    content: "\e90d";
}
.icon-ico-img:before {
    content: "\e90e";
}
.icon-ico-id:before {
    content: "\e90f";
}
.icon-ico-folder:before {
    content: "\e910";
}
.icon-ico-subfolder:before {
    content: "\e911";
}
.icon-ico-file:before {
    content: "\e912";
}
.icon-ico-file-vid:before {
    content: "\e913";
}
.icon-ico-experts:before {
    content: "\e914";
}
.icon-ico-dl:before, .jd_download_url:before {
    content: "\e915";
}
.icon-ico-cta-offres:before {
    content: "\e916";
}
.icon-ico-adherent:before {
    content: "\e917";
}
.icon-ico-offres:before {
    content: "\e918";
}
.icon-ico-sujet:before {
    content: "\e91f";
}
.icon-ico-sujet-o:before {
    content: "\e920";
}
.icon-ico-share:before {
    content: "\e921";
}
.icon-ico-print:before {
    content: "\e922";
}
.icon-ico-partners-hands:before {
    content: "\e923";
}
.icon-ico-eye:before {
    content: "\e924";
}

.icon-ico-plus-o2:before {
    content: "\e925";
}

.icon-ico-search:before {
    content: "\e927";
}

.icon-ico-reseaux:before {
    content: "\e928";
}
.icon-ico-reseaux-2:before {
    content: "\e929";
}
.icon-ico-out:before, a.lien_externe:before {
    content: "\e92a";
}

.icon-ico-dl-doc:before {
    content: "\e92b";
}


html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 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;
    max-width: 100%;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #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;
}
.clear {
    clear:both;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon, .icon-calendar {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    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, .icon-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;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Roboto", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #f2f2f2;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #fe9915;
    text-decoration: none;
}

a.lien_externe {
    padding: 4px 0;
    color: #773274;
}

a.lien_externe::before {
    border-left: 2px solid #f2f2f2;
    display: block;
    float: left;
    font-size: 20px;
    padding: 0 4px;
}
a:hover,
a:focus {

    text-decoration: none;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
.vmiddle {
    vertical-align: middle;
}
img {
    vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
}


.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    min-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 0px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #f2f2f2;
    border: 1px solid #dddddd;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
hr {
    margin-top: 18px;
    /* margin-bottom: 18px; */
    border: 0;
    border-top: 1px solid #eeeeee;
}

.footer-site hr {
    margin-top: 18px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid rgba(255,255,255, .2);
}

.footer-site .row {
    display: flex
}

.footer-site .row > div {
    flex: 1
}

.footer-site .row ul {
    text-transform: uppercase;
    color: #fe9915;
}

.footer-site .row > div a{
    color: #fff !important;
    text-transform: none
}

.footer-site .row > div a:hover {
    color: #fe9915 !important;
    text-transform: none;
}

.footer-site .mentions{
    padding: 40px 0px 100px
}

a.social{
    color: #fff
}

.footer-site.footer-accordion .panel-heading{
    text-transform: uppercase;
    background: #3c243e;
    color: #ddd;
    border-bottom: 2px solid rgba(255,255,255,.2);
    cursor: pointer
}



.footer-site.footer-accordion .panel-default .panel-body {
    border-top-color: transparent !important;
    padding: 20px;
    background: rgba(255,255,255,.2) !important;
}




.sr-only {
    position: relative;
    width: 100px;
    height: 120px;
    padding-top: 50px;
    border: 0;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
.jaune {
    color: #fe9915 !important;
}
.violet {
    color: #821c80 !important;
}

.blue {
    color: #00acee !important;
}

.bluef {
    color: #3B5998 !important;
}
.dk-blue {
    color: #025371 !important;
}
.dk-violet {
    color: #3c243e !important;
}
.serif {
    text-transform: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 300;
    line-height: 1;
    color: inherit;

}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: inherit;
    line-height: 1.6;
    display: block;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 35px;
    margin-bottom: 8px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 57%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 9px;
    margin-bottom: 9px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}
h1,
.h1 {
    font-size: 28px;
}
h2,
.h2 {
    font-size: 27px;
}
h3,
.h3 {
    font-size: 23px;
}
h4,
.h4 {
    font-size: 17px;
}
h5,
.h5 {
    font-size: 13px;
}
h6,
.h6 {
    font-size: 12px;
}

h1 > img{
    margin-left: 30px;
    margin-top: 0px;
    float: left
}

.h1.ico-experts{
    background:url('../img/ico-experts.png')no-repeat left center;
    padding-left: 40px
}

p {
    margin: 0 0 9px;
}
.lead {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 18px;
    }
}
small,
.small {
    font-size: 76%;
}
mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777777;
}
.text-primary {
    color: #fe9915;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #df7f01;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}
.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;
    background-color: #fe9915;
}
.infos_maj i {
    color: #fff;
    font-size:17px;
    font-weight:bold;
}
.infos_maj {
    padding:5px 10px;
    background-color: red;
}
a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #df7f01;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}
.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: 8px;
    margin: 36px 0 18px;
    border-bottom: 1px solid #eeeeee;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 0px;
}
ul ul,
ol ul,
ul ol,
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-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 18px;
}
dt,
dd {
    line-height: 1.42857143;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@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;
    border-bottom: 1px dotted #777777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 9px 18px;
    margin: 0 0 18px;
    font-size: 16.25px;
    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.42857143;
    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;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}
address {
    margin-bottom: 18px;
    font-style: normal;
    line-height: 1.42857143;
}
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: 0px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 0px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}
pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 0px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 768px) {
    .container {
        width: 760px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 980px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1180px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.row {
    margin-left: -20px;
    margin-right: -20px;
}
.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-left: 20px;
    padding-right: 20px;
}
.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-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@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-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@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-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@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-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    /*   border-top: 1px solid #dddddd; */
}
.table > thead > tr > th {
    vertical-align: bottom;
    /*   border-bottom: 2px solid #dddddd; */
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table .table {
    background-color: #f2f2f2;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}
.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 col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.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: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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 {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 13.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .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 > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
    font-size: 19.5px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555555;
}
.controls select {

}
.form-control, .controls input[type="text"], .controls input[type="email"], .controls input[type="password"], 
.controls select, .chzn-container-single .chzn-single, .chzn-container-multi .chzn-choices, .controls textarea {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 11px;
    line-height: 1.42857143;
    color: #821c80;
    background: transparent;

    *text-transform: uppercase;
    border: 2px solid #821c80;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.chzn-container-single .chzn-single {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.chzn-container-single .chzn-single div {
    position: relative;
}
.controls textarea {

    height: 140px;
}
.invalid, .controls input[type="text"].invalid, .controls input[type="email"].invalid, .controls input[type="password"].invalid, .controls select.invalid, .controls textarea.invalid {
    border-color: #ff0000;
}
select.invalid + .chzn-container > a {
    border-color: #ff0000; 
}
fieldset.radio.invalid label {
    color: #ff0000;
}
.form-control:focus, .controls input[type="text"]:focus, .controls input[type="email"]:focus, .controls input[type="password"]:focus, .controls select.invalid:focus, .controls textarea.invalid:focus {
    border-color: #66afe9;
    outline: 0;
}
.form-control::-moz-placeholder, .controls input[type="text"]::-moz-placeholder, .controls input[type="email"]::-moz-placeholder , .controls input[type="password"]::-moz-placeholder {
    color: #821c80;
    opacity: 1;
}
.form-control:-ms-input-placeholder, .controls input[type="text"]:-ms-input-placeholder, .controls input[type="email"]:-ms-input-placeholder, .controls input[type="password"]:-ms-input-placeholder {
    color: #821c80;
}
.form-control::-webkit-input-placeholder, .controls input[type="text"]::-webkit-input-placeholder, .controls input[type="email"]::-webkit-input-placeholder, .controls input[type="password"]::-webkit-input-placeholder {
    color: #821c80;
}
.form-control::-ms-expand, .controls input[type="text"]::-ms-expand, .controls input[type="email"]::-ms-expand, .controls input[type="password"]::-ms-expand {
    border: 0;
    background-color: transparent;
}


.form-control.search {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 0px 10px 10px;
    font-size: 13px;
    width: 200px;
    line-height: 1.42857143;
    color: #821c80;
    background-color: #d9d9d9;
    background-image: none;
    text-transform: uppercase;
    border: 2px solid #d9d9d9;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.form-control.search:focus {
    border-color: #d9d9d9;
    outline: 0;
    text-transform: none
}
.form-control.search::-moz-placeholder {
    color: #821c80;
    opacity: 1;
    text-transform: none
}
.form-control.search:-ms-input-placeholder {
    color: #821c80;
    text-transform: none
}
.form-control.search::-webkit-input-placeholder {
    color: #821c80;
    text-transform: none
}




.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;
}
input[type="search"] {
    -webkit-appearance: none;
}
@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: 32px;
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 47px;
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 55px;
    }
}

@media (min-width: 768px) {

    .form-group, .control-group {
        display: flex;
    }
}
.form-group, .control-group {
    margin-bottom: 15px;
    align-items: center;
}
.form-group .control-group {
    display: block;
    margin-bottom: 0;
}
.control-group .btn {
    background-color: #fe9915;
    border-color: #fe9915;
    color: #ffffff;
    display: block;
    margin: 15px auto 0;
    min-width: 150px;
}
#jform_date_dispo_img, #jform_date_dispo_img:hover, #jform_debut_publication_img, #jform_debut_publication_img:hover, #jform_fin_publication_img, #jform_fin_publication_img:hover {
    background: #821c80 none repeat scroll 0 0;
    border: 0 none;
    height: 40px;
    margin: 0;
    min-width: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    color: #ffffff;
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    min-height: 18px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 31px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}
.input-sm {
    height: 47px;
    padding: 15px 10px;
    font-size: 10px;
}
select.input-sm {
    height: 47px;
    line-height: 47px;
}
textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 47px;
    padding: 15px 10px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 0px;
}
.form-group-sm select.form-control {
    height: 47px;
    line-height: 47px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 47px;
    min-height: 28px;
    padding: 16px 10px;
    font-size: 10px;
    line-height: 1.5;
}
.input-lg {
    height: 55px;
    padding: 15px 16px;
    font-size: 17px;
}
select.input-lg {
    height: 55px;
    line-height: 55px;
}
textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 55px;
    padding: 15px 16px;
    font-size: 17px;
    line-height: 1.3333333;
    border-radius: 0px;
}
.form-group-lg select.form-control {
    height: 55px;
    line-height: 55px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 55px;
    min-height: 35px;
    padding: 16px 16px;
    font-size: 17px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 40px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 55px;
    height: 55px;
    line-height: 55px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 47px;
    height: 47px;
    line-height: 47px;
}
.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: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
}
.has-success .form-control:focus {
    border-color: #2b542c;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.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;
}
.has-warning .form-control:focus {
    border-color: #66512c;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.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;
}
.has-error .form-control:focus {
    border-color: #843534;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 23px;
}
.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 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 25px;
}
.form-horizontal .form-group {
    margin-left: -20px;
    margin-right: -20px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
        margin-bottom: 0;
        padding-top: 7px;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 20px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 16px;
        font-size: 17px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 16px;
        font-size: 10px;
    }
}
.btn, ul.flexbox > li > a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 5px 12px;
    font-size: 12px;
    letter-spacing: .049em;
    line-height: 0;
    border-radius: 0px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -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,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-default .badge {
    color: #ffffff;
    background-color: #333333;
}
.btn-primary, ul.flexbox > li > a {
    color: #ffffff;
    background-color: #fe9915;
    border-color: #fe9915;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff;
    background-color: #df7f01;
    border-color: #df7f01;
}
.btn-primary:hover, ul.flexbox > li > a:hover {
    color: #ffffff;
    background-color: #df7f01;
    border-color: #df7f01;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #df7f01;
    border-color: #df7f01;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: #df7f01;
    border-color: #df7f01;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #fe9915;
    border-color: #f88d01;
}
.btn-primary .badge {
    color: #fe9915;
    background-color: #ffffff;
}
.btn-violet {
    color: #ffffff;
    background-color: #821c80;
    border-color: #821c80;
}
.btn-violet:focus,
.btn-violet.focus {
    color: #ffffff;
    background-color: #581357;
    border-color: #581357;
}
.btn-violet:hover {
    color: #ffffff;
    background-color: #581357;
    border-color: #581357;
}
.btn-violet:active,
.btn-violet.active,
.open > .dropdown-toggle.btn-violet {
    color: #ffffff;
    background-color: #581357;
    border-color: #581357;
}
.btn-violet:active:hover,
.btn-violet.active:hover,
.open > .dropdown-toggle.btn-violet:hover,
.btn-violet:active:focus,
.btn-violet.active:focus,
.open > .dropdown-toggle.btn-violet:focus,
.btn-violet:active.focus,
.btn-violet.active.focus,
.open > .dropdown-toggle.btn-violet.focus {
    color: #ffffff;
    background-color: #3b0d3a;
    border-color: #3b0d3a;
}
.btn-violet:active,
.btn-violet.active,
.open > .dropdown-toggle.btn-violet {
    background-image: none;
}
.btn-violet.disabled:hover,
.btn-violet[disabled]:hover,
fieldset[disabled] .btn-violet:hover,
.btn-violet.disabled:focus,
.btn-violet[disabled]:focus,
fieldset[disabled] .btn-violet:focus,
.btn-violet.disabled.focus,
.btn-violet[disabled].focus,
fieldset[disabled] .btn-violet.focus {
    background-color: #821c80;
    border-color: #6d176b;
}
.btn-violet .badge {
    color: #821c80;
    background-color: #ffffff;
}
.btn-dk-violet {
    color: #ffffff;
    background-color: #3c243e;
    border-color: #3c243e;
}
.btn-dk-violet:focus,
.btn-dk-violet.focus {
    color: #ffffff;
    background-color: #1d111e;
    border-color: #1d111e;
}
.btn-dk-violet:hover {
    color: #ffffff;
    background-color: #1d111e;
    border-color: #1d111e;;
}
.btn-dk-violet:active,
.btn-dk-violet.active,
.open > .dropdown-toggle.btn-dk-violet {
    color: #ffffff;
    background-color: #1d111e;
    border-color: #1d111e;
}
.btn-dk-violet:active:hover,
.btn-dk-violet.active:hover,
.open > .dropdown-toggle.btn-dk-violet:hover,
.btn-dk-violet:active:focus,
.btn-dk-violet.active:focus,
.open > .dropdown-toggle.btn-dk-violet:focus,
.btn-dk-violet:active.focus,
.btn-dk-violet.active.focus,
.open > .dropdown-toggle.btn-dk-violet.focus {
    color: #ffffff;
    background-color: #1d111e;
    border-color: #1d111e;
}
.btn-dk-violet:active,
.btn-dk-violet.active,
.open > .dropdown-toggle.btn-dk-violet {
    background-image: none;
}
.btn-dk-violet.disabled:hover,
.btn-dk-violet[disabled]:hover,
fieldset[disabled] .btn-dk-violet:hover,
.btn-dk-violet.disabled:focus,
.btn-dk-violet[disabled]:focus,
fieldset[disabled] .btn-dk-violet:focus,
.btn-dk-violet.disabled.focus,
.btn-dk-violet[disabled].focus,
fieldset[disabled] .btn-dk-violet.focus {
    background-color: #3c243e;
    border-color: #2c1b2e;
}
.btn-dk-violet .badge {
    color: #3c243e;
    background-color: #ffffff;
}

.btn-blue {
    color: #ffffff;
    background-color: #025371;
    border-color: #025371;
    z-index: 3
}
.btn-blue:focus,
.btn-blue.focus {
    color: #ffffff;
    background-color: #1d111e;
    border-color: #000000;
}
.btn-blue:hover {
    color: #ffffff;
    background-color: #1d111e;
    border-color: #070407;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
    color: #ffffff;
    background-color: #1d111e;
    border-color: #070407;
}
.btn-blue:active:hover,
.btn-blue.active:hover,
.open > .dropdown-toggle.btn-blue:hover,
.btn-blue:active:focus,
.btn-blue.active:focus,
.open > .dropdown-toggle.btn-blue:focus,
.btn-blue:active.focus,
.btn-blue.active.focus,
.open > .dropdown-toggle.btn-blue.focus {
    color: #ffffff;
    background-color: #070407;
    border-color: #000000;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
    background-image: none;
}
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled.focus,
.btn-blue[disabled].focus,
fieldset[disabled] .btn-blue.focus {
    background-color: #3c243e;
    border-color: #2c1b2e;
}
.btn-blue .badge {
    color: #3c243e;
    background-color: #ffffff;
}


.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
    color: #ffffff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #ffffff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
}
.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info:hover {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
}
.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning:hover {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #ffffff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
}
.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger:hover {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #ffffff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
}
.btn-link {
    color: #fe9915;
    font-weight: normal;
    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: #c67001;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 15px 16px;
    font-size: 17px;
    line-height: 0;
    border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn, ul.flexbox > li > a {
    padding: 15px 10px;
    font-size: 12px;
    line-height: 0;
    border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 5px 5px;
    font-size: 10px;
    line-height: 0;
    border-radius: 0px;
}
.btn-block, ul.flexbox > li > a {
    display: block;
    width: 100%;
    font-weight: 700;
    height: 40px;
    line-height: 0px;
    position: relative
}
a.btn-block {
    line-height: 30px;
}
ul.flexbox > li {
    padding: 0 5px 10px;
}
ul.flexbox > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
}
.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;
    -o-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, .icon-arrow-down-3, .icon-arrow-up-3 {
    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: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #f2f2f2;

    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #fe9915;
}
.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;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 10px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret, .icon-arrow-up-3  {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        /*left: auto; */
        right: 0;
    }
    .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,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 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 {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control:focus {
    z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 55px;
    padding: 15px 16px;
    font-size: 17px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 55px;
    line-height: 55px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 47px;
    padding: 15px 10px;
    font-size: 10px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 47px;
    line-height: 47px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.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: 13px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #821c80;
    border-radius: 0px;
}
.input-group-addon.input-sm {
    padding: 15px 10px;
    font-size: 10px;
    border-radius: 0px;
}
.input-group-addon.input-lg {
    padding: 15px 16px;
    font-size: 17px;
    border-radius: 0px;
}
.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,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-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,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-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 {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 0px 0px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    color: #fe9915;
    /*       background-color: @nav-link-hover-bg;
  */
}
.nav > li.disabled > a {
    color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #f2f2f2;
    border-color: #fe9915;
}
.nav .nav-divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #dddddd;
    border-bottom: 4px solid #821c80;
    display: flex;

}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    flex: 1;
    text-align: center;
    font-size: 18px
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0;
    font-weight: 400;
    color: #ccc
}
.nav-tabs > li > a:hover {

}

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #821c80;
    border-bottom-color: transparent;
    cursor: default;
    position: relative;
    font-weight: 600
}

.nav-tabs > li.active > a:after,
.nav-tabs > li.active > a:hover:after,
.nav-tabs > li.active > a:focus:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(130, 28, 128, 0);
    border-top-color: #821c80;
    border-width: 20px;
    margin-left: -20px;
}


.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 0px 0px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #f2f2f2;
    }
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 0px;
}
.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: #ffffff;
    background-color: #fe9915;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #dddddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 0px 0px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #f2f2f2;
    }
}
.tab-content > .tab-pane {
    display: none;
    padding: 30px 20px
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
}
.header-mobile {
    display: flex;
    justify-content: space-between;
}
@media (min-width: 990px) {
    .navbar {
        border-radius: 0px;
    }
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 20px;
    padding-left: 20px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 990px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.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;
    }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -20px;
    margin-left: -20px;
}
@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .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-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@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;
}
.navbar-brand {
    float: left;
    padding: 16px 20px;
    font-size: 17px;
    line-height: 18px;
    height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand > img {
    display: inline-block;
}
body .navbar-brand > .logo1{
    display:none;
}
@media (max-width: 1360px) {
    body .navbar-brand > .logopart2{
        display:none;
    }
    body .navbar-brand > .logo1{
        display:block;
        margin-top: 13px;
    }
    body .navbar-brand > .logo2{
        display:none;
    }
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -20px;
    }
}

@media (max-width: 880px) {
    .search-form-top2{
        display:none;
    }
}

/*
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
*/

.navbar-toggle {
    position: relative;
    float: left;
    margin-right: 0px;
    padding: 16px 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #fe9915;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    height: 100%;
    z-index: 1;
}

.c-hamburger--htx .icon-bar {
    display: block;
    width: 26px;
    height: 1px;
    border-radius: 1px;
    margin: 8px auto;
}


.c-hamburger--htx .icon-bar:nth-of-type(3) {
    width: 26px;
}

.c-hamburger--htx:focus {
    outline: 0;
}

.c-hamburger--htx .icon-bar + .icon-bar {
    margin-top: 4px;
}

.c-hamburger--htx .icon-bar::before,
.c-hamburger--htx .icon-bar::after {
    position: absolute;
    display: block;
    left: 18px;
    width: 20px;
    height: 1px;
    background-color: #fff;
    content: "";
}

.c-hamburger--htx .icon-bar::before {
    top: 15px;
}

.c-hamburger--htx .icon-bar::after {
    bottom: 15px;
}


.c-hamburger--htx .icon-bar {
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
}

.c-hamburger--htx .icon-bar::before,
.c-hamburger--htx .icon-bar::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
}

.c-hamburger--htx .icon-bar::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.c-hamburger--htx .icon-bar::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx[aria-expanded="true"] {
    background-color: #fe9915;
}

.c-hamburger--htx[aria-expanded="true"] .icon-bar {
    background: none;
}


.c-hamburger--htx[aria-expanded="true"] .icon-bar::before {
    top: 50%;

    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-hamburger--htx[aria-expanded="true"] .icon-bar::after {
    bottom: 50%;

    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.c-hamburger--htx[aria-expanded="true"] .icon-bar::before,
.c-hamburger--htx[aria-expanded="true"] .icon-bar::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}


#profile > .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

#profile > .row img {
    max-height:120px;
}

@media (min-width: 990px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 8px -20px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px;
}
@media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0 !important;
        background-color: #f2f2f2;
        border: 0;
        box-shadow: none;
        text-align: center
    }
    .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: 18px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }

    .navbar ul.nav li.dropdown ul li {
        text-transform: uppercase;
        text-align: center !important;
        border: none !important;
        border-left: none;
        text-transform: none;
        font-size: 13px;
        padding: 10px 0
    }


}
@media (min-width: 990px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}
.navbar-form {
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 0;
    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: 9px;
    margin-bottom: 9px;
}
@media (min-width: 990px) {
    .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: 990px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 15px;
        padding-bottom: 13px  ;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
        margin: 0;

    }

    .navbar-form .block-search {
        display: none;
        position: absolute;
        top: 0;
        width: 0%;
        margin-top: 0px;
        background: #fff;
        padding: 19px 23px;
        z-index: 10;
        margin-left: -20px;
        right: 0;
        width: 0px;
        transition: all .2s ease
    }



    .navbar-form:hover .block-search {
        width: 260px;
        display: block;
        left: 30px;
        border-right: 1px solid #f2f2f2
    }

    .navbar-form:hover ~ .hideonsearch{
        display:none;
    }

    .input-group-addon, .input-group-btn {
        width: auto;
        white-space: nowrap;
        vertical-align: middle;
    }



    .nav-search{

    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 9px;
    margin-bottom: 9px;
}
.navbar-btn.btn-sm {
    margin-top: 1.5px;
    margin-bottom: 1.5px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 16px;
    margin-bottom: 16px;
}
@media (min-width: 990px) {
    .navbar-text {
        float: left;
        margin-left: 20px;
        margin-right: 20px;
    }
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -20px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #ffffff;
    border-color: #eeeeee;
}
.navbar-default .navbar-brand {
    color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    /*
        color: @navbar-default-brand-hover-color;
        background-color: @navbar-default-brand-hover-bg;
    */
}
.navbar-default .navbar-text {
    color: #777777;
}
.navbar-default .navbar-nav > li > a {
    color: #fe9915;;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    /*
          color: @navbar-default-link-hover-color;
          background-color: @navbar-default-link-hover-bg;
    */
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    /*
          color: @navbar-default-link-active-color;
          background-color: @navbar-default-link-active-bg;
    */
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    /*   background-color: #dddddd; */
}
.c-hamburger--htx .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #f2f2f2;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #f2f2f2;
    color: #555555;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333333;
        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: #555555;
        background-color: #eeeeee;
    }
    .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: #cccccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777777;
}
.navbar-default .navbar-link:hover {
    color: #333333;
}
.navbar-default .btn-link {
    color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #cccccc;
}
.navbar-inverse {
    background-color: #222222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    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: #ffffff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #080808;
    color: #ffffff;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .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: #ffffff;
        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: #ffffff;
        background-color: #080808;
    }
    .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: #444444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #ffffff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444444;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    *padding: 8px 15px;
    *margin-bottom: 18px;
    list-style: none;
    *background-color: #f5f5f5;
    *border-radius: 0px;
}
.breadcrumb > li {
    display: inline-block;
}
/*
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 18px 0;
    border-radius: 0px;
    *width:100%;
    text-align:left;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #fe9915;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #c67001;
    background-color: #eeeeee;
    border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #fe9915;
    border-color: #fe9915;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 15px 16px;
    font-size: 17px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 15px 10px;
    font-size: 10px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.pager {
    padding-left: 0;
    margin: 18px 0;
    list-style: none;
    text-align: center;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    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;
    background-color: #ffffff;
    cursor: not-allowed;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
a.label:hover,
a.label:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #fe9915;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #df7f01;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #fe9915;
    background-color: #ffffff;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.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: 20px;
    font-weight: 200;
}
.jumbotron > hr {
    border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 0px;
    padding-left: 20px;
    padding-right: 20px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 59px;
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 18px;
    line-height: 1.42857143;
    background-color: #f2f2f2;
    border: 1px solid #dddddd;
    border-radius: 0px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
    margin-left: auto;
    margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #fe9915;
}
.thumbnail .caption {
    padding: 9px;
    color: #333333;
}
.alert {
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 0px;
}
.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 {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    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 {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-color: #f5f5f5;
    border-radius: 0px;
    -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: 10px;
    line-height: 18px;
    color: #ffffff;
    text-align: center;
    background-color: #fe9915;
    -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;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-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-image: -o-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-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;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, 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-image: -o-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-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: -webkit-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-image: -o-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-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: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-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-image: -o-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-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: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-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-image: -o-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-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 {
    zoom: 1;
    overflow: hidden;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-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 {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}
.list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
a.list-group-item,
button.list-group-item {
    color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    text-decoration: none;
    color: #555555;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}
.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: #ffffff;
    background-color: #fe9915;
    border-color: #fe9915;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .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: #fff2e0;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
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,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
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,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
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;
}

@media (min-width: 992px) {
    .block-panel {
        display: flex;
    }
    .panel {
        bottom: 40px;
        background-color: transparent;
        position: relative;
        height: 100%;
        padding-bottom: 40px;
    }
    .panel  > a, .btn-facebook, .btn-twitter{
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%;
    }
}
.panel-body {
    padding: 0;
    overflow: hidden;

}
.panel-heading {
    padding: 18px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px;
}

.panel-accordion .panel-heading{
    padding: 10px 15px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-file{
    margin-bottom: 20px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}
.panel-footer {
    padding: 20px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px;
}
.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: -1px;
    border-bottom-left-radius: -1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-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-left: 15px;
    padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: -1px;
    border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .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 > tbody:first-child > tr:first-child {
    border-top-left-radius: -1px;
    border-top-right-radius: -1px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: -1px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .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 > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1px;
    border-bottom-right-radius: -1px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: -1px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #dddddd;
}
.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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 18px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}
.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 #dddddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}
.panel-default {
    border-color: #dddddd;
}
.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #dddddd;
}
.panel-accordion {
    border-color: #ffffff;
}
.panel-accordion > .panel-heading {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
}
.panel-accordion > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ffffff;
}
.panel-accordion > .panel-heading .badge {
    color: #ffffff;
    background-color: #000000;
}
.panel-accordion > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ffffff;
}
.panel-primary {
    border-color: #fe9915;
}
.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #fe9915;
    border-color: #fe9915;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #fe9915;
}
.panel-primary > .panel-heading .badge {
    color: #fe9915;
    background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #fe9915;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    -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: 0px;
}
.well-sm {
    padding: 9px;
    border-radius: 0px;
}
.close {
    float: right;
    font-size: 100px;
    font-weight: 100;
    line-height: 0;
    color: #000000;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-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: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    background-clip: padding-box;
    outline: 0;

    padding: 0 30px 30px
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #fff;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 0 0 15px 0;
    *border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {

    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 700px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Roboto", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 0px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.adhesion {
    min-width:150px;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Roboto", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 13px;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    -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-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 13px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1px -1px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    border-width: 10px;
    content: "";
}
.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff;
}
.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}
.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 {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-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;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control.left span.sr-only, .carousel-control.right span.sr-only{
    font-size: 0;
}
.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-ico-slider-left,
.carousel-control .icon-ico-slider-left-hover,
.carousel-control .icon-ico-slider-right,
.carousel-control .icon-ico-slider-right-hover {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
    font-size: 40px
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-ico-slider-left,
.carousel-control .icon-ico-slider-left-hover {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-ico-slider-right,
.carousel-control .icon-ico-slider-right-hover {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: '\2039';
}
.carousel-control .icon-next:before {
    content: '\203a';
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
}
.carousel-caption .btn {
    text-shadow: none;
}

.jd_categories_title_v46, .jd_categories_title {
    font-weight: bold;
}


@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 {
        left: 20%;
        right: 20%;

    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.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;
    }
}



/* CUSTOM CSS */

#contain-page{
    margin-bottom: 100px
}
/* centered columns styles */
.row-centered {
    text-align: center;
}
.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

.panel-1, .panel-2, .panel-3{
    padding: 10px 25px 15px;
    transition: all .2s ease
}

.panel-1 .step, .panel-2 .step, .panel-3 .step{
    color: #fff
}

.panel-1 .link, .panel-2 .link, .panel-3 .link{
    margin-top: 25px;
    transition: all .1s ease
}

.panel-1{
    border-bottom: 4px solid #821c80;
}
.panel-2{
    border-bottom: 4px solid #fe9915;
}
.panel-3{
    border-bottom: 4px solid #3c243e;
}

.panel-1:hover{
    background: #821c80;
    color: #fff;
    border-bottom: 4px solid #3c243e;
    transition: all .2s ease
}

.panel-2:hover{
    background: #fe9915;
    color: #fff;
    border-bottom: 4px solid #c67001;
    transition: all .2s ease
}

.panel-3:hover{
    background: #3c243e;
    color: #fff;
    border-bottom: 4px solid #1d111e;
    transition: all .2s ease
}


.panel-1:hover *,.panel-2:hover *,.panel-3:hover *{
    color: #fff !important;
    transition: all .1s ease
}

.panel-1:hover .link, .panel-2:hover .link, .panel-3:hover .link{
    margin-top: 18px;
    transition: all .1s ease
}

.panel-title span {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 11px;
    line-height: 11px;
    color: inherit;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    letter-spacing: .075em;
}
.panel-title span:after {
    position: absolute;
    top: 45%;
    left: -25px;
    content: " ";
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 22px;
    display: block;
}
.panel-title span:before {
    position: absolute;
    top: 45%;
    right: -25px;
    content: " ";
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 22px;
    display: block;
}

.btn-play {
    position: relative;
}

.btn-play:before {
    position: absolute;
    top: 49%;
    left: -5px;
    content: " ";
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 25px;
    display: block;
    background: #fe9915;
}

.btn-play:after {
    position: absolute;
    top: 49%;
    right: -5px;
    content: " ";
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 25px;
    display: block;
    background: #fe9915;
}


.thin {
    font-weight: 100;
}

.light {
    font-weight: 300;
}

.normal {
    font-weight: 400;
}
.bold {
    font-weight: 600;
}

.italic {
    font-style: italic
}


select{
    /*  background: url('../img/caret-down.png')no-repeat right 15px center; */
    background-size: 10px 10px;
    adding-right: 35px;
}

select:focus{
    outline: none
}


/* template-contact */
.map{
    position: relative;
    /* margin-right: 20px  */
}

.textarea-contact{
    height: 205px !important;
}

.map .map-info{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 65%;
    padding: 15px 20px 20px 137px;
    background: url('../img/bg-map.png')no-repeat top left;
    color: #fff
}

.map .map-info ul{
    margin-top: 20px;
    margin-left: -39px
}


.map .map-info ul li{
    margin: 10px 0;
    font-size: 14px
}

.team{
    margin-bottom: 80px
}


/* template Contact mobile */
@media screen and (max-width: 767px) {

    .map-info{
        padding: 20px;
        background: #821c80;
        color: #fff
    }

    .map-info ul{
        margin-top: 0px;
        margin-left: 0px
    }


    .map-info ul li{
        margin: 10px 0;
        font-size: 14px
    }



}



.bg-fff {
    background: #fff;
    color: #000000;
}
.bg-jaune {
    background: #fe9915;
    color: #ffffff !important;
}
.bg-jaune * {
    color: #ffffff !important;
}
.bg-violet {
    background: #821c80;
    color: #ffffff !important;
}
.bg-violet * {
    color: #ffffff !important;
}

.bg-violet .modal-content {
    background: transparent;
}
.bg-violet .modal-header {
    padding: 0px;
    border: none
}

.bg-violet .header-modal {
    font-size: 26px
}
.bg-blue {
    background: #00acee;
}
.bg-facebook {
    background: #3B5998;
}
.panel-twitter .bg-blue {
    color: #ffffff;
    *padding: 15px 20px 5px;
    height:auto;
    overflow:hidden;
}
.panel-facebook .bg-facebook {
    color: #ffffff;
    padding: 0;
    height:auto;
    overflow:hidden;
}
.twitter-text,
.fb-statut {
    padding: 10px 20px;
}

.panel-twitter .twitter-titre,
.panel-facebook .facebook-titre {
    padding: 10px 20px;
    background: #fff none repeat scroll 0 0;
}

.bg-dk-blue {
    background: #025371 !important;
    color: #ffffff;
}

.owl-nav-twitter.bg-blue{
    padding: 10px 20px;
}
.owl-nav-facebook.bg-facebook{
    padding: 10px 20px;
}
.facebook-carousel {
    min-height:100px;
    padding:15px 10px 0;
}
.facebook-carousel .owl-item{
    min-height:100px;
}
.owl-nav-twitter > *,
.owl-nav-facebook > *{
    display: inline-block
}
.events-carousel .owl-controls {
    background-color: #821c80;
    color: white;
}
.owl-nav-events > *{
    display: inline-block;
}
.owl-nav-events {
    padding: 10px 20px;
}

.bg-dk-violet {
    background: #3c243e;
    color: #ffffff;
}
.bg-dk-violet {
    background: #3c243e;
    color: #ffffff;
}
.v-padding {
    padding-top: 35px;
    padding-bottom: 35px;
}
.actu-blog .v-padding {
    display:flex;
}
.v-margin {
    margin-top: 35px;
    margin-bottom: 35px;
}
.blog {
    color: #fe9915;
}
.twitter {
    color: #025371;
}
.date {
    display: flex;
    justify-content: center;
    align-items: center;
}
.date .jour {
    font-size: 55px;
    font-weight: 100;
    line-height: 1em;
}
.date .mois {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    padding: 5px;
    line-height: 1em;
}
.panel-event .panel-title {
    color: #000000;
}
.panel-event {
    color: #821c80;
}
.panel-event .panel-title:before,
.panel-event .panel-title:after {
    border-color: #000000;
}

.legende p {margin-bottom: 15px; line-height: 1.2em}
.bg-fff2{
    background: #fff none repeat scroll 0 0;
}
.bg-violet2 {
    background: #821c80 none repeat scroll 0 0;
}
.panel-event .legende{
    padding: 10px 20px;
    margin-top: 10px;
}
.panel-blog .panel-title,
.panel-blog .panel-link {
    color: #fe9915;
}

.panel-blog .legende{
    background: #fff;
    color: #000;
    padding: 0px 20px 25px
}

.panel-blog .panel-title:before,
.panel-event .panel-title:after,
.panel-blog .panel-link:before,
.panel-blog .panel-link:after {
    border-color: #fe9915;
}

.panel-twitter,
.panel-facebook {
    position: relative;
    height: 100%;
    padding-bottom: 40px;
}

.widget img.img-responsive.img-logo-adh {
    margin:0 10% 20px;
    max-width: 80%;
}
.top-padding-20 {
    display: block;
    padding-top: 20px;
}

.owl-controls   {
}
.owl-controls .icon  {
    cursor:pointer;
}


.panel-twitter .block-facebook,
.panel-facebook .block-twitter {
    position: absolute;
    display: table-cell;
    top: 0;;
    width: 64px;
    height: 56px;
    background-color: #f2f2f2;
    right: 0;
    text-align: center;
    border-left: 1px solid #e9e8e9;
    border-bottom: 1px solid #e9e8e9;
    padding: 15px;
    cursor:pointer;
}
.panel-twitter .block-facebook,
.panel-facebook .block-twitter{
    color: #aab5ce !important;
}
.panel-twitter .block-facebook:hover {
    color: #3b5998  !important;
}
.panel-facebook .block-twitter:hover {
    color: #00acee  !important;
}

.panel-twitter .panel-title {
    color: #00acee;
}

.panel-facebook .panel-title {
    color: #3B5998;
}


.panel-twitter .panel-title:before,
.panel-event .panel-title:after {
    border-bottom-color: #00acee;
}
.panel-newsletter .panel-title {
    color: #ffffff;
}
.panel-newsletter .panel-title:before,
.panel-newsletter .panel-title:after {
    border-bottom-color: #ffffff;
}
.panel-newsletter {
    background: #fe9915;
    color: #fff;
}
.panel-accordion .panel-body {
    background: rgba(255, 255, 255, 0.4);
    padding: 0 60px;
}
.panel-accordion .icon {
    margin-right: 15px;
}

.panel-accordion ul {
    padding: 0px;
    margin-top: 25px;
}
.panel-accordion ul li ul li {
    padding: 20px 0;
    margin: 0 0 0 50px;
    border-top: 1px solid #dddddd;
}
.panel-accordion ul > li.list-titre {
    border-top: 1px solid #dddddd;
}

.panel-link {
    font-size: 10px
}


.bloc-franchise{padding: 30px 0; height: 303px}


.carousel-inner {
    height: 100%;
}
hr.sm {
    width: 20px;
    text-align: center;
}
hr.md {
    width: 50%;
    text-align: center;
}

hr.violet {
    border-top: 1px solid #821c80;
}

hr.jaune {
    border-top: 1px solid #fe9915;
}

.list {
    align-items: center;
    display: flex;
}

.list li {
    flex-grow: 1;
    position: relative;
}
.list > li + li:before {
    content: '';
    width: 2px;
    height: 40px;
    display: inline-block;
    background: #f2f2f2;
    position: absolute;
    left: 0;
    margin-left: -1px;
    top: 50%;
    margin-top: -20px;
}


.bg-dk-violet .list > li + li:before {
    content: '';
    width: 2px;
    height: 100%;
    display: inline-block;
    background: rgba(255,255,255,.17);
    position: absolute;
    left: 0;
    margin-left: -1px;
    top: 0;
    margin-top: 0

}

.bg-dk-violet .list > * + *:before {
    content: '';
    width: 1px;
    height: 100%;
    display: inline-block;
    background: rgba(255,255,255,.17);
    position: absolute;
    left: 0;
    margin-left: -1px;
    top: 0;
    margin-top: 0

}

.bg-dk-violet .list > * {
    padding: 20px

}


.bg-dk-violet .list > * a {
    color:  #fff;
    text-decoration: none
}


.bg-dk-violet .list > *:hover a {
    color:  #fe9915;
    margin-top: -20px
}


.outils{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #452b47;
}

.outils ul{
    display: block;

    height: auto;
    margin: 0
}

.outils li{

    height: 60px;
    vertical-align: middle;
    text-align: center;
    background-color: #452b47;
}

.outils li a{
    color: #FFF;
    display: table;
    position: relative
}

.outils li a > *:first-of-type{
    text-align: left;
    width: auto;
    height: 60px;
    position: absolute;
    right: -170px;
    top: 0;
    z-index: -1;
    background: #452b47;

    font-size: 12px;;
    line-height: 20px;
    padding: 20px 20px;
    text-transform: uppercase;
    transition: right .3s ease;
    white-space: nowrap;
}

.sousmenu_topmenu2b img {
    height: auto !important;
    max-height: 120px;
    max-width: 200px !important;
    width: auto !important;
}
.logo-90, .logo-100 {
    width: auto;
    height: auto;
}
.logo-90 {
    max-height: 90px;
    max-width: 90px;
}
.logo-100 {
    max-height: 100px;
    max-width: 100px;
}


.outils li a:hover > *:first-of-type {
    text-align: left;
    width: 190px;
    height: 60px;
    position: absolute;

    right: 100%;
    top: 0;
    z-index: -1;
    background: #452b47;
}

.outils li a > *:last-of-type {
    z-index: 2;
    text-align: center;
    width: 80px;
}

.outils li a > * > span.ico {
    font-size: 2em;
    padding: 10px 0;
    text-align: center;
    width: 40px;
    line-height: 40px;
}

.outils li a > * > span.what {
    font-size: .7692307692em;
    text-align: center;
    margin-top: -16px;
    display: block;
    width: 80px;
}

.outils li + li span.fa {
    border-top: 1px solid rgba(255,255,255,.4)
}



.bloc-heading{
    padding: 35px 0;
}

.bloc-heading h1{
    margin: 0;
    text-transform: uppercase
}

.bloc-heading > div{
    display: table;
    vertical-align: middle;
    margin: 0 auto
}

.bloc-heading > div > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px
}

.table-brand{
    padding: 0 30px;
}

.table-brand > div{

    display: table;
    width: 100%
}

.table-brand > div > div {
    padding: 5px;
    display: table-cell;
    width: 50%
}

.table-brand > div > div img{
    width: 100%;
    max-width: 200px;
}

.bandeau{
    min-height: 265px;
    background: #3b233d;
    background-size:cover!important;
    color: #fff;
    position: relative;
    padding-top: 100px;

}


.bandeau span, .bandeau .h1{
    font-size: 48px;
    font-weight: 100;
    line-height: 60px;
    letter-spacing: .03em;
    display: inline;
    margin: 0;
}

.col-left-experts{
    padding-bottom: 136px
}




.sidebar {
    background: #d9d9d9;
}
.item-doc {
    padding-top: 20px;
    padding-bottom: 20px;
    *border-bottom: 1px solid #dddddd;
}


@media screen and (min-width: 767px) {


    .item-cal {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .item-cal > div {
        display: flex;
        position: relative
    }

    .bloc-date .date {
        display: block;
        margin: auto;
    }

    .bloc-date .date .jour {
        font-size: 26px;
        color: #fff;
        font-weight: 100;
        line-height: 1em;
        display: block;
    }

    .bloc-date .date .mois {
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
        text-align: left;
        padding: 10px;
        line-height: 2em;
    }
    .bloc-date {
        z-index: 2;
        display: flex;
        padding: 0
    }
    .bloc-date:after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-width: 10px;
        margin-top: -10px;
        border-left-color: #fff;
    }
    .bloc-info {
        background-color: rgba(217,217,217, .5);
        padding: 20px 30px;
        color: #3d3d3d;
    }
    .item-cal .bloc-info h4 {
        color: #000;
    }

    .item-cal .bloc-info .btn-xs {
        padding: 10px 5px
    }
    .item-cal ul li {
        padding: 5px 20px 5px 0
    }

    .item-cal ul i {
        border-right: 2px solid #fff;
        margin-right: 5px
    }

    .item-cal.formation .bloc-date {
        background: #4a1858;
    }
    .item-cal.formation .bloc-date:after {
        border-left-color: #4a1858;
    }
    .item-cal.formation .bloc-info .btn {
        color: #fff;
        background-color: #4a1858;
    }
    .item-cal.formation .bloc-info h4,
    .item-cal.formation i {
        color: #4a1858;
    }

    .item-cal.salon .bloc-date {
        background: #b3365a;
    }
    .item-cal.salon .bloc-date:after {
        border-left-color: #b3365a;
    }
    .item-cal.salon .bloc-info .btn {
        color: #fff;
        background-color: #b3365a;
    }
    .item-cal.salon .bloc-info h4,
    .item-cal.salon i {
        color: #b3365a;
    }
    .item-cal.forum .bloc-date {
        background: #662058;
    }
    .item-cal.forum .bloc-date:after {
        border-left-color: #662058;
    }
    .item-cal.forum .bloc-info .btn {
        color: #fff;
        background-color: #662058;
    }
    .item-cal.forum .bloc-info h4,
    .item-cal.forum i {
        color: #662058;
    }
    .item-cal.reunion .bloc-date {
        background: #ec5165;
    }
    .item-cal.reunion .bloc-date:after {
        border-left-color: #ec5165;
    }
    .item-cal.reunion .bloc-info .btn {
        color: #fff;
        background-color: #ec5165;
    }
    .item-cal.reunion .bloc-info h4,
    .item-cal.reunion i {
        color: #ec5165;
    }
    .item-cal.event .bloc-date {
        background: #952d59;
    }
    .item-cal.event .bloc-date:after {
        border-left-color: #952d59;
    }
    .item-cal.event .bloc-info .btn {
        color: #fff !important;
        background-color: #952d59;
    }
    .item-cal.event .bloc-info h4,
    .item-cal.event i {
        color: #952d59;
    }
    .header-cal {
        font-size: 34px;
        color: #d9d9d9;
        letter-spacing: 0.05em;
        margin: 10px 0 5px 0
    }

}


@media screen and (max-width: 767px) {

    .form-flex {
        display: flex;
        align-items: stretch !important;

    }


    .item-cal {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .item-cal > div {
        display: flex;
        position: relative;
        flex-direction: column;
        text-align: center
    }

    .bloc-date .date {
        display: inline-block;
        margin: auto;
    }

    .bloc-date .date .jour {
        font-size: 16px;
        color: #fff;
        font-weight: 100;
        line-height: 1em;
        display: inline-block;
    }

    .bloc-date .date .mois {
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
        text-align: left;
        padding: 10px;
        line-height: 2em;
    }
    .bloc-date {
        z-index: 2;
        display: flex;
        padding: 10px 0
    }
    .bloc-date:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-width: 10px;
        margin-top: 0px;
        margin-left: -10px;
        border-left-color: transparent;
    }
    .bloc-info {
        background-color: rgba(217,217,217, .5);
        padding: 20px 30px;
        color: #3d3d3d;
    }
    .item-cal .bloc-info h4 {
        color: #000;
    }

    .item-cal .bloc-info .btn-xs {
        padding: 10px 5px;
        margin: 10px auto
    }
    .item-cal ul {
        margin-top: 20px
    }

    .item-cal ul li {
        padding: 5px 10px;
        display: block;
        text-align: center
    }

    .item-cal ul i {
        border-right: none;
        margin: 5px auto;
        display: block;
        font-size: 20px
    }

    .item-cal.event .bloc-info h4{
        margin: 10px 0 20px
    }

    .item-cal.formation .bloc-date {
        background: #4a1858;
    }
    .item-cal.formation .bloc-date:after {
        border-left-color: transparent;
        border-top-color: #4a1858;
    }
    .item-cal.formation .bloc-info .btn {
        color: #fff;
        background-color: #4a1858;
    }
    .item-cal.formation .bloc-info h4,
    .item-cal.formation i {
        color: #4a1858;
    }

    .item-cal.salon .bloc-date {
        background: #b3365a;
    }
    .item-cal.salon .bloc-date:after {
        border-left-color: transparent;
        border-top-color: #b3365a;
    }
    .item-cal.salon .bloc-info .btn {
        color: #fff;
        background-color: #b3365a;
    }
    .item-cal.salon .bloc-info h4,
    .item-cal.salon i {
        color: #b3365a;
    }
    .item-cal.forum .bloc-date {
        background: #662058;
    }
    .item-cal.forum .bloc-date:after {
        border-left-color: transparent;
        border-top-color: #662058;
    }
    .item-cal.forum .bloc-info .btn {
        color: #fff;
        background-color: #662058;
    }
    .item-cal.forum .bloc-info h4,
    .item-cal.forum i {
        color: #662058;
    }
    .item-cal.reunion .bloc-date {
        background: #ec5165;
    }
    .item-cal.reunion .bloc-date:after {
        border-left-color: transparent;
        border-top-color: #ec5165;
    }
    .item-cal.reunion .bloc-info .btn {
        color: #fff;
        background-color: #ec5165;
    }
    .item-cal.reunion .bloc-info h4,
    .item-cal.reunion i {
        color: #ec5165;
    }
    .item-cal.event .bloc-date {
        background: #952d59;
    }
    .item-cal.event .bloc-date:after {
        border-left-color: transparent;
        border-top-color: #952d59;
    }
    .item-cal.event .bloc-info .btn {
        color: #fff !important;
        background-color: #952d59;
    }
    .item-cal.event .bloc-info h4,
    .item-cal.event i {
        color: #952d59;
    }
    .header-cal {
        font-size: 30px;
        color: #d9d9d9;
        text-align: left !important;
        letter-spacing: 0.05em;
        margin: 10px 0 5px 0
    }

}

.section-job + .section-job {
    margin-top: 40px;
}
.section-job button {
    font-size: 11px;
    letter-spacing: .05em;
    background: #fe9915;
    color: #fff;
    border: none;
    text-transform: uppercase;
    padding: 5px 8px 2px;
}
.section-job header {
    color: #3d3d3d;
    /* text color */
    font-family: "Roboto";
    font-size: 12px;
    font-style: italic;
    margin-bottom: 5px;
}
.section-job .bloc-job-info,
.section-job .bloc-job-detail {

    padding: 20px;
}
.section-job .bloc-job-info p {
    color: #959595;
    font-size: 16px;
}
.section-job .bloc-job-detail {
    background: rgba(255, 255, 255, 0.4);
}
.section-job .bloc-job-detail ul i,
.section-job header span {
    color: #821c80;
    margin-right: 5px;
}
.input-search {
    width: 406px;
    height: 64px;
    opacity: .7;
    /* layer alpha */
    background-color: #d9d9d9;
    /* layer fill content */
}
.widget {
    padding-bottom: 30px;
}

.widget img.img-responsive {
    max-width: 100%
}

@media screen and (min-width: 992px) {
    .widget + .widget {
        border-top: 2px solid #fff;
        padding-top: 30px;
    }
}

.widget-job,
.widget-doc {
    padding: 0px 10px 30px;
}


.widget-job ul{
    margin: 10px 0 20px;
}

.widget-doc ul{
    margin: 0px 5px;
}

.widget-doc ul li{
    position: relative;
    padding: 7px 30px 7px 0;
}

.widget-doc ul li:after{
    font-family: icon-fff !important;
    position: absolute;
    top: 0;
    right: 0;
    content: '\e915';
    font-size: 2.5em;
    color:#fe9915;

}

.widget-doc ul li + li{
    border-top: 1px solid #eee
}

.widget-experts,
.widget-presse {
    padding: 0px 10px 0px;
}

.widget-job header,
.widget-experts header,
.widget-presse header,
.widget-doc header{
    padding: 20px 0px 10px;
}


.widget-article {
    font-size: 11px;
    height: 100%;
    overflow: hidden;
    padding: 0 0 40px;
    position: relative;

}

.widget-article > a{
    position:absolute;
    bottom:0;
    left:0;
    width: 100%;
}
.widget-article .definition {
    margin: 20px 0;
}

.widget-article p {
    margin: 16px 20px 20px;
}


.widget-article .definition span {
    padding: 0px 10px;
}
.widget-article .definition span + span {
    border-left: 1px solid #821c80;
}

.widget-simple {
    padding: 0px;
    font-size: 11px;
    position: relative
}

.widget-simple + .widget-simple {
    margin-top: 25px
}


.widget-simple:before {
    content:'';
    display: block;
    position: absolute;
    width: 52px;
    height: 10px;
    left: 10px;
    top: -5px;
    background: #fe9915;
    z-index: 2;

}

.widget-simple:hover:before {
    content:'';
    display: block;
    position: absolute;
    width: 52px;
    height: 10px;
    left: 10px;
    top: -5px;
    background: #821c80

}



.widget-simple-button{
    border-top: 1px solid #f2f2f2
}

.widget-simple-button small{
    text-transform: none
}

.widget-simple-button div:first-of-type{
    float: left; height: 60px; width: 60px; border-right: 1px solid #f2f2f2; line-height: 60px; color: #fe9915
}

.widget-simple-button div:last-of-type{
    float: left; padding-left: 20px; color: #fe9915;font-weight:bold;
}

.widget-simple:hover .widget-simple-button div {

    color: #821c80 !important

}


.fa-fw {
    width: 2em !important;
    text-align: center;
}
.widget-job ul li {
    padding: 5px 0;
}
.widget-job ul i {
    color: #821c80;
}

.widget-job p {
    padding: 10px
}


.widget-job button,
.widget-article button,
.widget-experts button {
    font-size: 11px;
    letter-spacing: .05em;
    background: #fe9915;
    color: #fff;
    border: none;
    text-transform: uppercase;
    padding: 5px 10px 3px;
}


.widget-job button.btn-sm,
.widget-article button.btn-sm,
.widget-experts button.btn-sm{
    font-size: 11px;
    letter-spacing: .05em;
    background: #fe9915;
    color: #fff;
    border: none;
    text-transform: uppercase;
    padding: 10px 10px;
}


.widget-partenaire h4,
.widget-suivez h4{
    margin: 0;
    line-height: 0;
}

.widget-partenaire img.img-partners {
    /* display: inline-block; */
    margin: 1px 0 0 1px;
    padding: 0;
    display: table-cell;
    width: 110px;
    float: left;
    padding: 5px 15px;
}

.widget-partenaire img.img-partners:nth-of-type(1) {
    border-right: 1px solid transparent;
    border-bottom: 1px solid #ddd
}

.widget-partenaire img.img-partners:nth-of-type(2) {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.widget-partenaire img.img-partners:nth-of-type(3) {
    border-right: 1px solid transparent;
    border-top: 1px solid transparent
}

.widget-partenaire img.img-partners:nth-of-type(4) {
    border-left: 1px solid #ddd;
    border-top: 1px solid transparent
}

/* Template Documents mobile */
@media screen and (min-width: 767px) and (max-width: 992px) {

    .widget-partenaire img.img-partners:nth-of-type(1) {
        border-right: 1px solid transparent;
        border-bottom: 1px solid transparent
    }

    .widget-partenaire img.img-partners:nth-of-type(2) {
        border-left: 1px solid #ddd;
        border-bottom: 1px solid transparent
    }

    .widget-partenaire img.img-partners:nth-of-type(3) {
        border-left: 1px solid #ddd;
        border-right: 1px solid transparent;
        border-top: 1px solid transparent
    }

    .widget-partenaire img.img-partners:nth-of-type(4) {
        border-left: 1px solid #ddd;
        border-top: 1px solid transparent
    }

}


.widget-partenaire .list-partenaires {
    margin-top: 10px;
}

.widget-suivez > div > * {
    display: table-cell;
    vertical-align: middle;
}


.widget-suivez > div {
    margin-top: 20px; padding: 10px 0
}

.widget-suivez img{
    width: 75px; margin-right: 10px
}


/* NAVBAR */
.navbar {
    background: #ffffff;
}


.navbar .nav.desktop-nav  {
    -webkit-display: flex !important;
    -webkit-flex-flow: row wrap !important;
    -webkit-justify-content: space-around;

    display: flex !important;
    flex-flow: row wrap !important;
    justify-content: space-around;
}

.navbar .nav.desktop-nav li{
    flex: 1
}


.navbar-form .btn[type="submit"] {
    margin-top: 15px
}

.display-form{
    background: #fff;
    color: #ddd;
}

.navbar ul.nav li {
    text-transform: uppercase;
    text-align: center;
    border-bottom: 4px solid transparent;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .033em;
    border-left: 1px solid #eeeeee;
}
.navbar .sousmenu_top2  ul.nav li{
    border-bottom: 1px solid #CCC;

}
.navbar ul.nav li:first-of-type {
    /*  border-left: 1px solid #fff */
}
.navbar ul.nav > li a {
    padding:20px 20px 18px;
}


.navbar ul.nav li:hover {
    text-transform: uppercase;
    text-align: center;
    /* border-bottom: 4px solid #fe9915; */
}

.navbar ul.nav li.dropdown.open {

    border-bottom: 4px solid #f2f2f2;
}

@media (min-width: 990px) {
    .navbar ul.nav li.dropdown ul {
        padding: 0;
        margin-top: 4px
    }
}

.navbar ul.nav li.dropdown ul li {
    text-transform: uppercase;
    text-align: center;
    border: none;
    border-left: 4px solid #cbc9c9;
    text-transform: none;
    text-align: left;
    font-size: 13px
}


.navbar ul.nav li.dropdown ul li:hover {
    text-transform: none;
    text-align: center;
    border:none;
    border-left: 4px solid #fe9915 !important;
    text-align: left

}

.navbar ul.nav li.dropdown ul li a:hover {
    color:  #fe9915;
    background: #fff
}


.navbar ul.nav li small {
    display: block;
    color: #999698;
    text-transform: none;
    font-size: 11px;
    font-weight: 300;
}

#top-nav{
    height: 36px;
    overflow: hidden;
}
@media (max-width:950px){
    .nav > li.menu-mediation-consommateurs,
    .nav > li > .hide920{
        *display:none;
    }
}
#top-nav ul {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin-left: auto;
}
#top-nav li {
    padding: 10px 4px;
    text-transform: uppercase;
    font-size: 11px;
    *letter-spacing: 0.025em;
    text-align: center
}


.navbar-brand {
    float: left;
    padding: 0 0px 0 20px;
    font-size: 17px;
    line-height: 18px;
    height: auto;
}

@media (max-width: 957px) {
    .navbar-brand {
        float: left;
        padding: 0 0 0 5px;
        font-size: 17px;
        line-height: 18px;
        height: auto;
    }
}


@media (min-width: 987px) and (max-width: 1086px) {
    .navbar-brand {
        float: left;
        padding: 0 0px 0 20px;
        font-size: 17px;
        line-height: 18px;
        height: auto;
    }

    .navbar ul.nav > li a {
        padding: 20px 20px 18px;
    }
}

@media (min-width: 1087px) and (max-width: 1166px) {
    .navbar-brand {
        float: left;
        padding: 0 0px 0 20px;
        font-size: 17px;
        line-height: 18px;
        height: auto;
    }

    .navbar ul.nav > li a {
        padding: 20px 25px 18px;
    }
}

@media (min-width: 1167px) and (max-width: 1256px) {
    .navbar-brand {
        float: left;
        padding: 0 0px 0 40px;
        font-size: 17px;
        line-height: 18px;
        height: auto;
    }

    .navbar ul.nav > li a {
        padding: 20px 30px 18px;
    }
}

@media (min-width: 1257px) {
    .navbar-brand {
        float: left;
        padding: 0 0px 0 70px;
        font-size: 17px;
        line-height: 18px;
        height: auto;
    }

    .navbar ul.nav > li a {
        padding: 20px 45px 18px;
    }
}


@media (min-width: 1334px) {
    #top-nav li {
        *padding: 10px 30px;
    }



    .navbar ul.nav > li a {
        padding: 20px 40px 18px;
    }
}

@media (min-width: 1440px){
    .navbar ul.nav > li a {
        padding: 20px 50px 18px;
    }
}

@media (min-width: 1670px){

    .navbar-brand {
        float: left;
        padding: 0 0px 0 100px;
        font-size: 17px;
        line-height: 18px;
        height: auto;
    }

    #top-nav li {
        *padding: 10px 40px;
    }




    .navbar ul.nav > li a {
        padding: 20px 60px 18px;
    }
}

@media (min-width: 1770px){

    .navbar-brand {
        float: left;
        *padding: 12px 0 12px 150px;
        padding: 0 0 0 150px;
        font-size: 17px;
        line-height: 18px;
        height: auto;

    }

    #top-nav li {
        *padding: 10px 40px;
    }




    .navbar ul.nav > li a {
        padding: 20px 70px 18px;
    }
}


#top-nav li a{
    color: #fff;
    text-decoration: none
}

#top-nav li a:hover{
    color: #fe9915;
    text-decoration: none
}


#menu-nav {
    padding-right: 0px;
}


.adhesion .btn-table{
    display: table; margin: 0 auto
}
.adhesion .btn-table > *{
    display: table-cell;  vertical-align: middle; padding: 0 2px
}

.adhesion a{
    display: table;
    margin: 0 auto
}




.art-int{
    border-left: 1px solid #eee;
}
.art-int header{
    color: #821c80;
    font-size: 23px;
    font-weight: 300;
    margin:0 0 30px;
    line-height: 50px;
}

.art-int article{
    margin-bottom: 30px;
}

.art-int article p{
    margin-bottom: 1em;
}

.dl-button{
    float: left;
    margin-left: -30px;
    margin-right: 30px;

}

.dl-button small{
    font-size: 50%
}


.numb{
    width: 50px; height: 50px; background: #fff; border: 1px solid #eee; border-radius: 50%;
    float: left; margin-left: -45px;
    margin-right: 40px
}



.expert{
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 30px 0
}


.list-experts .expert-info{
    font-size: 16px
}

.list-experts .expert-plus{

    text-transform: uppercase;
    letter-spacing: .05em;
    cursor: pointer;
    font-size: .8em
}

.list-experts article .picto-expert,
.list-experts article img.img-circle{
    margin: 10px 30px 10px 0;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.list-experts article .picto-expert {
    background: #fe9915;
    padding: 5px;
}

.list-experts article > p{
    margin: 10px 0 0 0
}


.form-experts{
    padding: 10px 0 00px
}


.communique{
    padding: 30px 0
}


.modal-expert-contain ul li{
    padding: 5px 0;
}

.modal-nav{
    margin-top: 150px
}


/* Template presse large */
@media screen and (min-width: 992px) {
    .communique > *{
        padding: 0 20px 0 0 !important;
    }
}
.communique button{
    margin-top: 20px
}

.communique + .communique{

    border-top: 1px solid #d9d9d9;
}


.owl-presse{padding: 30px 20px}

.owl-presse .owl-item{
    padding: 0px;
    font-size: 14px;
    text-align: center;
    height: 120px
}

.owl-presse .owl-item{
    position: relative
}

.owl-presse .owl-item .item{
    height: 100%
}

.owl-presse .owl-item img{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    width: 30px
}

.owl-presse .owl-item.center{
    border-left: 1px solid #821c80;
    border-right: 1px solid #821c80;
}

.owl-presse .owl-controls{
    margin-top: -75px;
    padding-bottom: 30px;
}

.table-presse td{
    width: 33.33333%;
    text-align: left
}

.textarea-presse{
    height: 260px !important;
}


.btn-search {
    color: #821c80;
    background-color: #d9d9d9;
    border-color: #d9d9d9;
    padding:5px 8px 5px;
    font-size: 26px;
    line-height: 0;
    border-radius: 0px;
    margin-left: -4px;


}


.enseignesadherentes-formlist .btn-search {

    margin-left: 10px;
}
.btn-search:focus,
.btn-search.focus {
    color: #ffffff;
    background-color:#d9d9d9;
    border-color: #d9d9d9;
}
.btn-danger:hover {
    color: #ffffff;
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}

.bloc-reseau{
    margin-top: -70px;
    padding-bottom: 40px;
}


.form-flex.reseaux input,
.form-flex.reseaux select
{
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.42857143;
    color: #000;
    background-color: transparent;
    background-image: none;
    text-transform: none;
    text-align: left;
    border: none;
    border-bottom: 2px solid #ddd;
    margin: 2px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-flex.reseaux select{
    background: url('../img/caret-down.png')no-repeat right 15px center;
    background-size: 10px 10px
}


.form-flex.reseaux input:focus {
    border-bottom: 2px solid #821c80;
    outline: 0;
}
.form-control::-moz-placeholder {
    color: #821c80;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #821c80;
}
.form-control::-webkit-input-placeholder {
    color: #821c80;
}
.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.input-flex{
    flex: 1;
    margin: 10px;
    text-align: left
}

.form-flex {
    display: flex;
    align-items: center !important;

}

.form-flex.reseaux .btn-search{
    background: #821c80;
    border: 4px solid #821c80;
    color: #fff;
}

.form-flex.reseaux{ display: flex; align-items:flex-end; padding: 0 40px}

.form-flex.reseaux .input-flex{
    position: relative
}

.form-flex.reseaux .input-flex label{
    position: absolute;
    top: 0;
    margin-top: 15px;
    color: #cacaca;
    transition: all .2s ease
}

.form-flex.reseaux .input-flex *:focus ~ label,
.form-flex.reseaux .input-flex .input_rempli{
    position: absolute;
    top: 0;
    margin-top: -15px;
    color: #000;
}

.form-flex.reseaux .btn-search{
    background: transparent;
    border: none;
    border-bottom: 4px solid #821c80;
    margin-left: 5px;
    color: #821c80;
    margin-bottom: 5px;
    margin-left: 5px;
}

.form-flex.reseaux .btn-search{
    background: #821c80;
    border: 4px solid #fff;
    color: #fff;
}


.form-flex.form-cal .btn-search{
    background: transparent;
    border: none;
    border-bottom: 4px solid #821c80;
    margin-left: 5px;
    color: #821c80;
    margin-bottom: 5px;
    margin-left: 5px;
}


.btn-search:hover{color: #fff}

/* Cachons la case � cocher */
.form-experts input[type="checkbox"]:not(:checked),
.form-experts input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

/* on pr�pare le label */
.form-experts input[type="checkbox"]:not(:checked) + label{
    color:#a3a3a3;
    width: 40px;
    height: 50px;
}
.form-experts input[type="checkbox"]:nth-of-type(6):not(:checked) + label{
    color:#a3a3a3;
    width: 120px;
    height: 50px;
}

.form-experts input[type="checkbox"]:not(:checked) + label,
.form-experts input[type="checkbox"]:checked + label {
    position: relative; /* permet de positionner les pseudo-�l�ments */
    padding: 10px; /* fait un peu d'espace pour notre case � venir */
    cursor: pointer;    /* affiche un curseur adapt� */
    top: -10px;
    border-right:1px solid #a3a3a3;
    margin-left: -3px;
}
.form-experts input[type="checkbox"]:checked + label, .form-experts input[type="checkbox"]:not(:checked) + label:hover{
    background:#fe9915;
    color: #fff;
    width: 40px;
    height: 50px;
}

.form-experts input[type="checkbox"]:nth-of-type(6):checked + label, .form-experts input[type="checkbox"]:nth-of-type(6):not(:checked) + label:hover{
    background: none;
    color: #fff;
    width: 120px;
    height: 50px;
}

/* Aspect des checkboxes */
/* :before sert � cr�er la case � cocher */
.form-experts input[type="checkbox"]:not(:checked) + label:before,
.form-experts input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left:0; top: 0;
    width: 32px; height: 28px; /* dim. de la case */
    border: none;
}

/* Aspect g�n�ral de la coche */
.form-experts input[type="checkbox"]:not(:checked) + label:after,
.form-experts input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 10px; left: 0; right: 0;
    width: 32px; height: 28px; /* dim. de la case */
    transition: all .2s; /* on pr�voit une animation */
    margin: 0 auto;
}
/* Aspect si "pas coch�e" */
.form-experts input[type="checkbox"]:nth-of-type(1):not(:checked) + label:after {
    background: url('../img/tpl-experts/experts-cat1.png')no-repeat center;
    background-position: bottom center
}
/* Aspect si "coch�e" */
.form-experts input[type="checkbox"]:nth-of-type(1):checked + label:after, .form-experts input[type="checkbox"]:nth-of-type(1):not(:checked) + label:hover:after {
    background: url('../img/tpl-experts/experts-cat1.png')no-repeat center;
    background-position: top center
}

/* Aspect si "pas coch�e" */
.form-experts input[type="checkbox"]:nth-of-type(2):not(:checked) + label:after {
    background: url('../img/tpl-experts/experts-cat2.png')no-repeat center;
    background-position: bottom center
}
/* Aspect si "coch�e" */
.form-experts input[type="checkbox"]:nth-of-type(2):checked + label:after, .form-experts input[type="checkbox"]:nth-of-type(2):not(:checked) + label:hover:after {
    background: url('../img/tpl-experts/experts-cat2.png')no-repeat center;
    background-position: top center
}

/* Aspect si "pas coch�e" */
.form-experts input[type="checkbox"]:nth-of-type(3):not(:checked) + label:after {
    background: url('../img/tpl-experts/experts-cat3.png')no-repeat center;
    background-position: bottom center
}
/* Aspect si "coch�e" */
.form-experts input[type="checkbox"]:nth-of-type(3):checked + label:after, .form-experts input[type="checkbox"]:nth-of-type(3):not(:checked) + label:hover:after {
    background: url('../img/tpl-experts/experts-cat3.png')no-repeat center;
    background-position: top center
}

/* Aspect si "pas coch�e" */
.form-experts input[type="checkbox"]:nth-of-type(4):not(:checked) + label:after {
    background: url('../img/tpl-experts/experts-cat4.png')no-repeat center;
    background-position: bottom center
}
/* Aspect si "coch�e" */
.form-experts input[type="checkbox"]:nth-of-type(4):checked + label:after, .form-experts input[type="checkbox"]:nth-of-type(4):not(:checked) + label:hover:after {
    background: url('../img/tpl-experts/experts-cat4.png')no-repeat center;
    background-position: top center
}

/* Aspect si "pas coch�e" */
.form-experts input[type="checkbox"]:nth-of-type(5):not(:checked) + label:after {
    background: url('../img/tpl-experts/experts-cat5.png')no-repeat center;
    background-size: 32px;
    background-position: bottom center;
    height: 23px;
    top: 12px;
    background-position: bottom center;

}
/* Aspect si "coch�e" */
.form-experts input[type="checkbox"]:nth-of-type(5):checked + label:after, .form-experts input[type="checkbox"]:nth-of-type(5):not(:checked) + label:hover:after {
    background: url('../img/tpl-experts/experts-cat5.png')no-repeat center;
    background-size: 32px;
    background-position: bottom center;
    height: 23px;
    top: 12px;
    background-position: top center;

}
.form-experts input[type="checkbox"]:nth-of-type(6):not(:checked) + label,
.form-experts input[type="checkbox"]:nth-of-type(6):checked + label {
    margin-left:-4px;
    border-right: 0;
}

/* aspect d�sactiv�e */
.form-experts input[type="checkbox"]:disabled:not(:checked) + label:before,
.form-experts input[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
/* styles de la coche (si coch�e/d�sactiv�e) */
.form-experts input[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
/* on style aussi le label quand d�sactiv� */
.form-experts input[type="checkbox"]:disabled + label {
    color: #aaa;
}
.sr-clean {
    display: block;
    color: #333;
    height: 120px;
    text-align: center;
}

/*disable select activités*/
.listedesexperts-formlist .js-stools-container-filters >div:first-child{
    display: none;
}
#filter_ville{
    width: 230px;
    max-width: 230px;
    float: right;
    margin-top: 5px;
}


.switch input {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.switch.cal {
    margin: 0px 5px;
    position: relative;
    flex: 1
}

.switch.cal label {
    padding: 10px;
    background: #f2f2f2;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.switch label {
    width: 100%;
    *height: 100%;
    position: relative;
    display: block;
}

.switch.cal.formation{
    color: #4a1858;
}
.switch.cal.formation input:checked ~ label{
    border-top: 4px solid #4a1858;
    border-right: 4px solid #4a1858;
    border-bottom: 4px solid #4a1858;
    border-left: 4px solid #4a1858;
    margin-top: 0px
}
.switch.cal.formation label {
    border-top: none;
    border-right: none;
    border-bottom: 4px solid #4a1858;
    border-left: none;
    margin-top: 4px

}


.switch.cal.salon{
    color: #b3365a;
}
.switch.cal.salon input:checked ~ label{
    border-top: 4px solid #b3365a;
    border-right: 4px solid #b3365a;
    border-bottom: 4px solid #b3365a;
    border-left: 4px solid #b3365a;
    margin-top: 0px
}
.switch.cal.salon label {
    border-top: none;
    border-right: none;
    border-bottom: 4px solid #b3365a;
    border-left: none;
    margin-top: 4px
}

.switch.cal.forum{
    color: #662058;
}
.switch.cal.forum input:checked ~ label{
    border-top: 4px solid #662058;
    border-right: 4px solid #662058;
    border-bottom: 4px solid #662058;
    border-left: 4px solid #662058;
    margin-top: 0px
}
.switch.cal.forum label {
    border-top: none;
    border-right: none;
    border-bottom: 4px solid #662058;
    border-left: none;
    margin-top: 4px
}

.switch.cal.reunion{
    color: #ec5165;
}
.switch.cal.reunion input:checked ~ label{
    border-top: 4px solid #ec5165;
    border-right: 4px solid #ec5165;
    border-bottom: 4px solid #ec5165;
    border-left: 4px solid #ec5165;
    margin-top: 0px
}
.switch.cal.reunion label {
    border-top: none;
    border-right: none;
    border-bottom: 4px solid #ec5165;
    border-left: none;
    margin-top: 4px
}

.switch.cal.event{
    color: #952d59;
}
.switch.cal.event input:checked ~ label{
    border-top: 4px solid #952d59;
    border-right: 4px solid #952d59;
    border-bottom: 4px solid #952d59;
    border-left: 4px solid #952d59;
    margin-top: 0px
}
.switch.cal.event label {
    border-top: none;
    border-right: none;
    border-bottom: 4px solid #952d59;
    border-left: none;
    margin-top: 4px
}

.switch.cal.all{
    color: #821c80;
}
.switch.cal.all input:checked ~ label{
    border-top: 4px solid #821c80;
    border-right: 4px solid #821c80;
    border-bottom: 4px solid #821c80;
    border-left: 4px solid #821c80;
    margin-top: 0px
}
.switch.cal.all label {
    border-top: none;
    border-right: none;
    border-bottom: 4px solid #821c80;
    border-left: none;
    margin-top: 4px
}


.btn-block.btn-follow:after{
    font-family: icon-fff;
    font-weight: 300;
    content: "\e90a";
    height: 40px;
    position: absolute;
    top: 0;
    font-size: 1.8em;
    text-align: left;
    right: 15px;
    line-height: 39px;

}

.btn-block.btn-follow2:after{
    font-family: icon-fff;
    font-weight: 300;
    content: "\e91e";
    height: 40px;
    position: absolute;
    top: 0;
    font-size: 1.8em;
    text-align: left;
    right: 15px;
    line-height: 39px;

}

.btn-block.btn-blog:after{
    font-family: icon-fff;
    font-weight: 300;
    content: "\e90b";
    height: 40px;
    position: absolute;
    top: 0;
    font-size: 1.8em;
    text-align: left;
    right: 15px;
    line-height: 39px;

}

.btn-block.btn-plus:after{
    font-family: icon-fff;
    font-weight: 300;
    content: "\e91b";
    height: 40px;
    position: absolute;
    top: 0;
    font-size: 1.8em;
    text-align: left;
    right: 15px;
    line-height: 39px;

}

.btn-block.btn-missions:after{
    font-family: icon-fff;
    font-weight: 300;
    content: '\e908';
    height: 40px;
    position: absolute;
    top: 0;
    font-size: 1.8em;
    text-align: left;
    right: 15px;
    line-height: 39px;

}

.btn-block.btn-salons:after{
    font-family: icon-fff;
    font-weight: 300;
    content: '\e90d';
    height: 40px;
    position: absolute;
    top: 0;
    font-size: 1.8em;
    text-align: left;
    right: 15px;
    line-height: 39px;

}

.btn-block.btn-offres:after{
    font-family: icon-fff;
    font-weight: 300;
    content: '\e916';
    height: 40px;
    position: absolute;
    top: 0;
    font-size: 1.8em;
    text-align: left;
    right: 15px;
    line-height: 39px;

}

.btn-block.btn-rezo:after{
    font-family: icon-fff;
    font-weight: 300;
    content: '\e90c';
    height: 40px;
    position: absolute;
    top: 0;
    font-size: 1.8em;
    text-align: left;
    right: 15px;
    line-height: 39px;

}

.btn-block.btn-cal:after{
    font-family: FontAwesome;
    font-weight: 300;
    content: url('../img/icones/ico-cta-calendrier.png');
    height: 40px;
    position: absolute;
    top: 0;
    font-size: 1.8em;
    text-align: left;
    right: 15px;
    line-height: 39px;

}

.btn-block.btn-twitter:after{
    font-family: FontAwesome;
    font-weight: 300;
    content: '\f099';
    height: 40px;
    position: absolute;
    top: 0;
    font-size: 1.8em;
    text-align: left;
    right: 15px;
    line-height: 39px;
}


.btn-facebook{
    color: #ffffff;
    background-color: #3B5998;
    border-color: #3B5998;
}

.btn-block.btn-facebook:after{
    font-family: FontAwesome;
    font-weight: 300;
    content: '\f230';
    height: 40px;
    position: absolute;
    top: 0;
    font-size: 1.8em;
    text-align: left;
    right: 15px;
    line-height: 39px;
}


.btn-block.btn-expert:after{
    font-family: icon-fff;
    font-weight: 300;
    content: '\e914';
    height: 40px;
    position: absolute;
    top: 0;
    font-size: 1.8em;
    text-align: left;
    right: 15px;
    line-height: 39px;

}

.btn-block.btn-job:after{
    font-family: icon-fff;
    font-weight: 300;
    content: '\e916';
    height: 40px;
    position: absolute;
    top: 0;
    font-size: 1.8em;
    text-align: left;
    right: 15px;
    line-height: 39px;
}

.flex-caption{
    color: #000;
}

.flex-caption:hover{
    color: #fe9915;
}

.flex-caption span{
    *color: #d9d9d9;
    font-size: 4em;
    display: block
}

.panel-link > span{
    text-transform: uppercase;
    position: relative
}

.panel-link > span:before {
    position: absolute;
    top: 45%;
    right: -19px;
    content: " ";
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 22px;
    display: block;
}



.panel-link > span:after {
    position: absolute;
    top: 45%;
    left: -25px;
    content: " ";
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 22px;
    display: block;
}

.panel-experts figcaption{
    padding-top: 15px
}

.panel-experts .expert-center{
    position: relative
}

.panel-experts .expert-card > .icon{
    position: absolute;
    top: 0;
    right: 48px;
    z-index: 1;}

.panel-missions .panel-heading{
    padding: 27px 15px;
}

.panel-missions .panel-body{
    padding: 32px 20px;
    color: #000 !important;
}


.panel-missions  .panel-body.bg-jaune{
    padding: 0px 20px 25px;
    color: #000 !important;
    position: relative;
    overflow: hidden
}


.panel-missions .panel-body.bg-jaune * {
    color: #000 !important;
}

.panel-missions .panel-body.bg-jaune .h1 {
    margin: 0px auto 15px;
    border: 3px solid #000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: block;
    padding-top: 14px;
    font-weight: 400;
    background: #fe9915;
}

.slide-missions2 > .panel-body.bg-jaune:after,
.slide-missions1 > .panel-body.bg-jaune:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 3px;
    background: #000;
    top: 28px;
    right: -30px;
}


.slide-missions2 > .panel-body.bg-jaune:before,
.slide-missions3 > .panel-body.bg-jaune:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 3px;
    background: #000;
    top: 28px;
    left: -30px;
}

.panel-missions .owl-controls {
    margin-bottom: 20px
}

.owl-theme.missions-carousel .owl-dots .owl-dot.active span, .owl-theme.missions-carousel .owl-dots .owl-dot:hover span {
    background: #821c80;
}



.flexbox{
    display: flex;
    justify-content: space-around;
}



img.grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}


.franchise-link{
    margin-top: -62px;
}

.section-franchise header{
    padding-bottom: 120px
}

.section-franchise article .h1{
    margin: 0
}

.section-franchise article > .container {
    margin-top: -113px
}

.chapter{
    margin: 27px 0;
}

.chapter span{
    font-size: 70px; font-weight: 100; line-height: 1em
}

.chapter h1{
    letter-spacing: .035em; color: #271b28; font-weigh: 100;
}


.search-toggle,
.connect-toggle{
    float: right;
    height: 100%;
    background: #fff;
    color: #ddd;
    padding: 12px 10px 7px;
    outline: none
}

.search-toggle{
    font-size: 1.1em
}

.search-toggle:focus,
.connect-toggle:focus{

    outline: none
}


/* template event */


.agenda-header-info{
    display: table;
    margin: 0 auto;
    padding: 3em
}

.agenda-header-info > *{
    display: table-cell;
    padding: 0 3em;
    position: relative
}

.agenda-header-info > .time:before{
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content:'\f073';
    color: #fe9915;
    font-size: 1.5em
}

.agenda-header-info > .local:before{
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content:'\f041';
    color: #fe9915;
    font-size: 2em
}

.agenda-header-section{
    margin-top: -70px
}

.agenda-header-section > *{
    margin-bottom: 40px
}

.form-event{
    padding: 30px 0 0
}


.form-event .input-flex{
    position: relative;
    margin: 32px 30px
}

.form-event > div:first-of-type{
    padding: 0 30px
}

.form-event .myinput  input{
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.42857143;
    color: #000;
    background-color: transparent;
    background-image: none;
    text-transform: none;
    text-align: left;
    border: none;
    border-bottom: 2px solid #3c243e;
    margin: 2px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-event .myinput input:focus {
    border-bottom: 2px solid #3c243e;
    outline: 0;
}

.form-event .mylabel label{
    top: 0;
    margin-top: -15px;
    color: #3c243e;
    transition: all .2s ease;
    position:absolute;

}

.form-event *:focus ~ label, .form-event .input_rempli {


    color: #000;
}
.form-event input[type=radio]
{
    margin:0;
}


.prob-event{
    padding: 30px;
    min-height: 334px;
}

.prob-event > div:first-of-type{
    padding-bottom: 2em
}



.prob-event ul {
    padding: 1em 0 0
}

.prob-event ul li{
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #fe9915;
    position: relative;
    padding-bottom: 1em;
}

.prob-event ul li:last-of-type{
    border-left: none;

}

.prob-event ul li:before{
    position: absolute;
    top: 0px;
    left: -5px;
    width: 10px;
    height: 10px;
    border: 1px solid #fe9915;
    border-radius: 50%;
    background: #fff;
    display: block;
    content: '';
}

.map-block{
    padding: 10px 20px 40px
}

.map-block .h3{
    padding-bottom: 1em
}

.agenda-event ul{
    padding: 2em 0;
    font-size: 15px
}

.agenda-event ul li{
    padding-left: 20px;
    margin-left: 0px;
    position: relative;
    padding-bottom: 1em;
}

.agenda-event ul li:before{
    position: absolute;
    top: 0px;
    left: -30px;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #f2f2f2;
    display: block;
    content: '';
}

.agenda-time{
    font-size: 16px;
    margin-bottom: 5px
}

.actu-blog h1{ color: #505050 !important}
.actu-blog .widget + .widget{
    border-top: none;
    padding-top: 0;
}

/* template event mobile */
@media screen and (max-width: 767px) {
    .agenda-event ul li {
        padding-left: 0px;
        margin-left: 0px;
        position: relative;
        padding-bottom: 1em;
    }

    .agenda-event ul li:before{
        position: absolute;
        top: 0px;
        left: -30px;
        width: 20px;
        height: 20px;
        border: 1px solid #ddd;
        border-radius: 50%;
        background: #f2f2f2;
        display: none;
        content: '';
    }
}


.is_nouvelle_franchise, .bandeau span.is_nouvelle_franchise {
    background: #821c80 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 10px 20px 5px;
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 15px;
}
.is_nouvelle_franchise::before {
    background: #fe9915 none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 8px;
    left: 50%;
    margin: -4px 0 0 -25px;
    position: absolute;
    top: 0;
    width: 50px;
}
.bandeau span.is_nouvelle_franchise {
    position: absolute;
    right: -140px;
    top: -25px;
}
/* template home  */
.partenaires .panel-title{
    *color: #ddd
}

.partenaires .row > div{
    padding: 30px;
}

.panel-rezo img {
    max-width: 90%;
}


.panel-experts .owl-controls {

    width: 100%;
    padding: 0 10px;
}

.panel-experts .owl-controls .owl-nav > div {
    display: inline-block;
}

.socialTab{
    position: relative;
}

.socialTab .twitter-tab{
    padding-bottom: 0;

}
.socialTab .facebook-tab{
    display: none;
    padding-bottom: 0;

}

.owl-carousel.owl-experts .owl-item img {
    display: block;
    width: auto !important;
    margin: 0 auto;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */

}

.owl-carousel.owl-experts .owl-item {
    opacity: .8;
    transition: opacity .2s ease
}

.owl-carousel.owl-experts .owl-item figcaption,
.owl-carousel.owl-experts .owl-item .icon {
    opacity: 0;
    transition: opacity .2s ease
}


.owl-carousel.owl-experts .owl-item.center {
    opacity: 1
}

.owl-carousel.owl-experts .owl-item.center .icon  {
    cursor:pointer;
}
.owl-carousel.owl-experts .owl-item.center img {
    display: block;
    width: auto !important;
    margin: 0 auto;
    filter: none; /* IE6-9 */
    -webkit-filter: none; /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    cursor:pointer;
}

.owl-carousel.owl-experts .owl-item.center figcaption,
.owl-carousel.owl-experts .owl-item.center .icon {
    opacity: 1
}




.owl-job .slide-job{
    position: relative;
}
.owl-carousel .owl-item .slide-job img{
    position: relative;
}
.panel-carousel {
    bottom: 0;
    padding-bottom: 0;
    padding-top: 20px;
    *min-height: 400px;
}
.panel-carousel h4 {
    min-height: 40px;
}
.panel-img {
    align-items: center;
    display: flex;
    font-size: 0;
    height: 100px;
    padding: 0 20px 20px;
    text-align: center;
    justify-content: center;
}
.owl-carousel .owl-item .caption-job  {
    padding-top: 10px;
}
.owl-carousel .owl-item .caption-job img {
    margin: 5px 10% 15px;
    max-width: 80%;
    width: auto;
}
.owl-carousel .owl-item .panel-carousel img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    text-align: center;
    width: auto;
}
.owl-job .owl-item .slide-job .caption-job{
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eee
}


.owl-job .owl-item.center .slide-job .caption-job{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    opacity: 0;
    z-index: -1
}

.owl-job .owl-item{
    transform: scale(0.8,0.8);
    opacity: .5;
    transition: transform .2s ease, opacity .2s ease
}

.owl-job .owl-item.center{
    transform: scale(1.2,1.2);
    font-size: 10px;
    opacity: 1;
    margin-top: 30px;
    z-index: 10

}

.owl-job .owl-item.center .slide-job{
    box-shadow: 0 1px 10px rgba(0,0,0,.2);
}

.owl-job .owl-item.center h4{
    font-size: 14px
}

.owl-job .slide-job .panel-body > *{
    padding: 15px 20px
}

.owl-job .slide-job .panel-body > .legende .panel-link {
    top: -15px;
    position: relative;
}


.owl-theme.owl-job .owl-dots .owl-dot.active span, .owl-theme.owl-job .owl-dots .owl-dot:hover span {
    background: #821c80;
}


/* template page */

.appro-sujet{
    margin-top: -136px
}

.appro-sujet .list a{
    font-size: 16px;
    color: #fe9915;
}

.appro-sujet .list a span{
    opacity: 0;
    transition: all .2s ease
}

.appro-sujet .list > div{
    padding-top: 10px;
    padding-bottom: 0px;
    transition: all .2s ease
}

.appro-sujet .list > div:hover{
    padding-top: 0;
    padding-bottom: 10px
}

.appro-sujet .list > div:hover span{
    opacity: 1
}

.actu-blog{
    padding: 30px 0
}

/* template page mobile */
@media screen and (max-width: 767px) {
    #page-int{
        background: #f2f2f2 !important
    }
}

/* template franchise */

.view-switch{
    padding: 5px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex;
    width: 100%;
    vertical-align: middle;
    align-items: center;
    justify-content: flex-end;

}

.view-switch .nav-tabs {
    border-bottom: none;
    display: inline-block;
}

.view-switch .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    flex: 1;
    text-align: center;
    font-size: 18px;
    margin-left: 10px;
}

.view-switch .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    font-weight: 400;
    color: #fff;
    font-weight: 400;
    border-radius: 50%;
    padding: 3px 6px !important;
    background: #ddd
}

.widget-article-img {
    align-items: center;
    display: flex;
    height: 300px;
    overflow: hidden;
}
.flex {
    display: flex;
}
.flex-center {
    display: flex;
    align-items:center;
}
.flex-around {
    display: flex;
    justify-content: space-around;
}
.flex-between {
    display: flex;
    justify-content: space-between;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.flex-around .readon {
    width: 220px;
}
#login-form .btn {
    width: 150px;
    margin:0;
}
.navbar-collapse #login-form,
.navbar-collapse #searchmob  {
    margin-top: 20px;
}
#navbar-collapse-1 .navbar-nav {
    margin: 0 -20px;
}
.header-mobile .navbar-brand {
    position: absolute;
    width: 100%;
    text-align: center; 

    padding: 0;
    z-index: 0;
}

#navbar-collapse-1 .navbar-nav li {
    border-left:0;
}
#navbar-collapse-1 .navbar-nav li.fede,
#navbar-collapse-1 .navbar-nav li.fede.open .dropdown-menu,
.navbar-default .navbar-nav > .fede.open > a, .navbar-default .navbar-nav > .fede.open > a:hover, .navbar-default .navbar-nav > .fede.open > a:focus
 {
    background: #3c243e;
}
#navbar-collapse-1 .navbar-nav li.fede a {
    color: #fff;
}
#login-form ul.flex {
    align-items: center;
    justify-content: space-around;
    list-style-type: none;
    flex-wrap: wrap;
}
.view-switch .nav-tabs > li.active > a,
.view-switch .nav-tabs > li.active > a:hover,
.view-switch .nav-tabs > li.active > a:focus {
    color: #fff;
    background: #fe9915;
    border-bottom-color: transparent;
    cursor: default;
    position: relative;
    font-weight: 400;
}

.view-switch .nav-tabs > li > a,
.view-switch .nav-tabs > li.active > a,
.view-switch .nav-tabs > li.active > a:hover,
.view-switch .nav-tabs > li.active > a:focus {
    border-radius: 30px;
    padding: 6px 6px !important;
    width: 36px;
    height: 30px;
    display: block;
    line-height: 24px;
}
.view-switch .nav-tabs > li.active > a:after,
.view-switch .nav-tabs > li.active > a:hover:after,
.view-switch .nav-tabs > li.active > a:focus:after {
    display: none
}


.table-head th{
    vertical-align: middle !important;
    text-align: center
}

.tr-brand + .tr-brand{
    border-top: 1px solid #ddd
}

.tr-brand td, .table > tbody > tr.tr-brand > td{
    vertical-align: middle !important;
    text-align: center;
    cursor: pointer;
    padding:15px 8px;
}


@media screen and (min-width: 757px){
    .tr-brand:hover td{
        background: #821c80;
        color: transparent;
    }

    .tr-brand:hover td:nth-of-type(3){
        background: url('../img/icones/ico-plus.png')no-repeat center #821c80;
    }
}

.tr-brand td:nth-of-type(3){
    text-transform: uppercase
}


.tab-content > .tab-pane.tab-pane-brand {
    padding:0px 20px;
}

.tab-pane-brand > .row > div{
    padding: 5px;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    align-items: center;
    display: flex;
    justify-content: center;
}

.tab-pane-brand > .row > div:nth-of-type(4n){

    border-right: none;

}

.tab-pane-brand .thumbnail {
    position: relative;
    display: block;
    padding: 0px;
    margin-bottom: 0px;
    line-height: 1.42857143;
    background-color: #f2f2f2;
    border: none;
    border-radius: 0px;
    text-align: center;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.tab-pane-brand .thumbnail .caption{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(130,28,128,.9);
    color: #fff
}

.tab-pane-brand .thumbnail:hover .caption,
.tab-pane-brand .thumbnail:focus .caption{
    opacity: 1
}

.tab-pane-brand .thumbnail .caption a{
    color: #fff !important
}

.tab-pane-brand .thumbnail .caption h3{
    color: #fe9915 !important
}




/* template enseignes mobile */
@media screen and (max-width: 767px) {

    .table-head{display: none}
    .table-brand.large-only{
        display: none
    }

    .st-head-row{
        text-align: center;
        border-top: 1px solid #ddd;

    }


    .tr-brand + .tr-brand{
        border-top:none
    }

    .tr-brand td.st-key{
        text-align: right;
        font-weight: 600
    }

    .tr-brand td.st-val{
        text-align: left
    }

    .tab-pane-brand > .row > div{
        padding: 5px;
        border-right: none;
        border-top: 1px solid #ddd
    }
    .tab-pane-brand .thumbnail img,.brand-listing .table-brand th a img,.table-brand  .st-val img{
        margin:25px auto;
        max-width: 70%!important;
        max-height:40px!important;
        display:block;
    }
    .tab-pane-brand .thumbnail img.landscape{
        max-height:50px!important;width:auto!important;max-width:70%!important;
    }
    .tab-pane-brand .thumbnail img.portrait{
        max-width:50px!important;height:auto!important;max-height:none!important;
    }


    #page .tab-pane-brand .thumbnail .caption h3{
        font-size:15px;
        margin-top: 8px;
        margin-bottom: 0px;
    }
    #page .tab-pane-brand .thumbnail .caption p{
        line-height:15px;
        font-size:11px;
    }


}
#page .tab-pane-brand .thumbnail .caption h3{
    color:white!important;
}

.dl-horizontal > .field {
    display: flex;
}


/* template franchise */
.carousel.slide .carousel-caption{
    top: 50px;
}

.carousel.slide .carousel-caption h1{
    font-size: 52px;
    font-weight: 300;
    letter-spacing: .035em;
}

.carousel.slide .carousel-caption h3, .carousel.slide .carousel-caption p , .carousel.slide .carousel-caption p a {
    font-weight: 400;
}
.carousel.slide .carousel-caption p a {
    font-weight: 600;
}

.franchise-txt{
    padding: 30px 40px
}


.temoin{
    position: relative
}

.temoin .caption{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 90px 0;
}

.temoin .caption h4{
    color: #fff !important
}
.relative {
    position: relative;
}
.enseignebto {
    position: absolute;
    width: 50px;
    right: -60px;
    bottom: 0;
    /*
    margin:-10px 0 0 0;
      color: #fe9915;
    font-weight:bold;
    */
}

.fright{
    float:right;
}

/* template documentation */

.item-doc .doc-collapse{
    padding-right: 80px
}

.item-doc .doc-collapse[aria-expanded="false"]{
    background: url('../img/collapse-false.png')no-repeat right 40px center;
    background-size: 20px
}

.item-doc .doc-collapse[aria-expanded="true"]{
    background: url('../img/collapse-true.png')no-repeat right 40px center;
    background-size: 20px
}

.item-doc .panel-accordion > .panel-heading[aria-expanded="false"]{
    background: url('../img/collapse-false.png')no-repeat right 20px center #fff;
    background-size: 20px
}

.item-doc .panel-accordion > .panel-heading[aria-expanded="true"]{
    background: url('../img/collapse-true.png')no-repeat right 20px center #fff;
    background-size: 20px
}

/* template documentation mobile */
@media screen and (max-width: 767px) {
    .item-doc .doc-collapse{
        padding-right: 60px
    }

    .item-doc .doc-collapse[aria-expanded="false"]{
        background: url('../img/collapse-false.png')no-repeat right 20px center;
        background-size: 20px
    }

    .item-doc .doc-collapse[aria-expanded="true"]{
        background: url('../img/collapse-true.png')no-repeat right 20px center;
        background-size: 20px
    }

    .item-doc .panel-accordion > .panel-heading[aria-expanded="false"]{
        background: url('../img/collapse-false.png')no-repeat right 20px center #fff;
        background-size: 20px
    }

    .item-doc .panel-accordion > .panel-heading[aria-expanded="true"]{
        background: url('../img/collapse-true.png')no-repeat right 20px center #fff;
        background-size: 20px
    }

    .panel-accordion .panel-body {
        background: rgba(255, 255, 255, 0.4);
        padding: 0 20px;
    }

    .panel-accordion .panel-body .icon{
        font-size: 1.5em
    }

    .panel-accordion ul li ul li {
        padding: 20px 0;
        margin: 0;
        border-top: 1px solid #dddddd;
    }

    .item-doc > .row > .col-md-11 > .collapse {
        margin-bottom: 18px;
        margin-left: -20px;
        margin-right: -20px;
    }



}

/* template franchise mobile */
@media screen and (max-width: 767px) {
    .section-franchise article > .container {
        margin-top: -110px;
    }


    .franchise-link{
        margin-top: -62px;
    }

    .section-franchise header{
        padding-bottom: 120px
    }

    .section-franchise article .h1{
        margin: 0
    }

    .franchise-txt{
        padding: 20px
    }
    .chapter{
        margin: 27px 0;
    }

    .chapter span{
        font-size: 50px; font-weight: 100; line-height: 1em
    }

    .chapter h1{
        letter-spacing: .035em; color: #271b28; font-weigh: 100; font-size: 24px
    }


    #projet-franchise .bloc-heading h1,
    #choix-franchise .bloc-heading h1,
    #suivre-franchise .bloc-heading h1 {
        font-size: 22px
    }


    .temoin .caption{
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 30px 0;
    }

}

iframe {
    max-width: 100%;
}
/* template enseignes mobile */
@media screen and (max-width: 400px) {
    .carousel.slide .carousel-caption p {
        margin-bottom: 20px
    }
}

/* template Home mobile */
@media screen and (max-width: 767px) {

    .block-panel {
        margin-top: -80px !important
    }

    .carousel.slide .carousel-caption h1 {
        font-size: 30px;
        font-weight: 100;
        letter-spacing: .035em;
    }

    .carousel.slide .carousel-caption p {
        margin-bottom: 40px
    }

    .carousel.slide .carousel-caption a span {
        font-size: 5em
    }




    .bloc-franchise {
        padding: 30px 0;
        height: 400px;
    }

    .bloc-franchise button{
        margin: 5px 0 15px
    }

    .bloc-reseau {
        margin-top: -60px;
        padding-bottom: 40px;
    }

    #homepage .bloc-heading > div > div {
        display: block;
        vertical-align: middle;
        padding: 0 10px;
        text-align: center;
    }

    #homepage .bloc-heading > div > div + div{
        margin-top: 10px;
    }

    .panel {
        margin-bottom: 20px;

    }

    .panel-twitter .panel-body{
        padding: 0px 10px 20px 100px
    }

    .panel-twitter .panel-body p{
        text-align: left;
        line-height: 1.2em
    }

    .panel-twitter .twitter-titre,
    .panel-twitter .facebook-titre {
        padding: 0px;
    }

    .panel-twitter .panel-body .twitter-titre p,
    .panel-facebook .panel-body .facebook-titre p{
        line-height: 1.2em;
        font-size: 12px
    }

    .panel-twitter .block-facebook {
        position: absolute;
        display: table-cell;
        bottom: 40px !important;
        top: auto;
        width: 80px;
        height: 50px;
        background-color: #fff;
        left: 0;
        right: auto;
        z-index: 3;
        text-align: center;
        border: none;
        border-right: 1px solid #e9e8e9;
        border-top: 1px solid #e9e8e9;
        padding: 12px;
    }

    .panel-twitter .block-twitter {
        position: absolute;
        display: table-cell;
        bottom: 0px !important;
        top: auto;
        width: 80px;
        height: 100%;
        background-color: #00abee;
        color: #fff;
        left: 0;
        right: auto;
        z-index: 0;
        text-align: center;
        border-left: none;
        border-bottom: none;
        padding: 35px 15px;
    }

    .panel-facebook .block-twitter {
        position: absolute;
        display: table-cell;
        bottom: 40px !important;
        top: auto;
        width: 80px;
        height: 50px;
        background-color: #fff;
        left: 0;
        right: auto;
        z-index: 3;
        text-align: center;
        border: none;
        border-right: 1px solid #e9e8e9;
        border-top: 1px solid #e9e8e9;
        padding: 12px;
    }

    .panel-facebook .block-facebook {
        position: absolute;
        display: table-cell;
        bottom: 0px !important;
        top: auto;
        width: 80px;
        height: 100%;
        background-color: #3B5998;
        color: #fff;
        left: 0;
        right: auto;
        z-index: 0;
        text-align: center;
        border-left: none;
        border-bottom: none;
        padding: 35px 15px;
    }

    .list-brand-mobile{
        margin-bottom: 20px;
    }

    .list-brand-mobile > div > div{
        /*
        padding: 20px;
        text-align: center;
        position: relative;
        height: 150px;
        display: table-cell;
        vertical-align: middle
        */
        padding: 20px;
        text-align: center;
        position: relative;
        height: 150px;
        display: flex;
        vertical-align: middle;
        align-content: center;
        align-items: center;
        justify-content: center;
    }

    .list-brand-mobile > div > div img{
        *max-width: 100px
    }

    .list-brand-mobile > div > div:nth-of-type(odd) > div:after{
        position: absolute;
        top: 50%;
        margin-top: -30px;
        right: 0;
        width: 1px;
        height: 60px;
        background: #eee;
        display: block;
        content: ''
    }

    .panel-experts .expert-card > .icon{
        position: absolute;
        top: 0;
        right: 32px;
        z-index: 1;}



    .owl-job .owl-item.center {
        transform: scale(1,1);
        font-size: 10px;
        opacity: 1;
        margin-top: 0px;
        z-index: 10;
        padding: 0 20px;
        box-shadow: none
    }

    .owl-job .owl-item.center .slide-job{
        box-shadow: none
    }

    .owl-job .owl-item .slide-job .panel{
        margin-bottom: 0
    }

    .owl-job .owl-controls{
        margin: 20px
    }

}

/* template page mobile */
@media screen and (max-width: 767px) {

    .numb {
        width: 30px;
        height: 30px;
        background: #821c80;
        border:none;
        border-radius: 15px;
        float: none;
        margin: 20px auto;
        padding-top: 0px
    }



    .numb > div {
        font-size: 14px;
        color: #fff;
        font-weight: 600;
        margin: 0px;
    }

    .art-int header{
        text-align: center;
        line-height: 1.2em
    }

    .art-int .dl-button-xs{
        display: table !important;
        width: 100%;
        vertical-align: middle;
        margin: 20px auto;
        padding: 20px;
        border-bottom: 1px solid #821c80;
    }

    .art-int .dl-button-xs > span{
        display: table-cell;
        vertical-align: middle;
        padding: 0;

    }

    .art-int .dl-button-xs .h4{
        font-size: 24px
    }

    .page-liee{
        margin-bottom: 20px

    }

    .page-liee h3{
        margin-top: 0

    }

    .page-liee ul{
        margin: 30px 0

    }
    .page-liee ul li{
        font-size: 16px;
        margin-top: 18px
    }


    .widget-simple:before {
        content: '';
        display: none;

    }

    .adherent-link{
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%
    }

    .adherent-link .h2{
        color: #fff !important
    }

    .widget {
        padding-bottom: 0px;
        margin-bottom: 20px
    }

    .widget-adherent{}

    #filter_ville{
        float: none;
    }

}

/* template emploi mobile */
@media screen and (max-width: 767px) {

    .bloc-job-detail ul{
        display: block;
        padding: 5px 0 10px
    }

    .bloc-job-detail ul li{
        display: block;
        padding: 5px 0
    }

    .widget-job ul li{
        text-align: center
    }

}

/* template calendrier */
.form-flex.form-cal{
    align-items: flex-end !important;
}


.block-search-cal{
    position: relative;
    z-index: 1000
}


.block-search-cal .form-group{
    margin: 0 !important
}


.block-search-cal input{
    float: left !important;
    position: absolute !important;
    top: 2px !important;
    left: -195px !important;
    background: #F2F2F2 !important;
    border: none !important;
    border-bottom: 4px solid !important;
    display: none !important
}

.block-search-cal:hover input{
    display: block !important
}

.block-search-cal button{
    float: left !important;
}



/* template calendrier mobile */
@media screen and (max-width: 767px) {

    .bloc-job-detail ul{
        display: block;
        padding: 5px 0 10px
    }

    .bloc-job-detail ul li{
        display: block;
        padding: 5px 0
    }

    .widget-job ul li{
        text-align: center;
    }

    .form-flex.form-cal{
        align-items: stretch !important;
    }

    .block-search-cal input{
        float: none !important;
        position:static !important;
        top: 0px !important;
        left: 0px !important;
        background: #F2F2F2 !important;
        border: none !important;
        border-bottom: 4px solid !important;
        display: block !important
    }

}



/* template form-flex mobile */
@media screen and (max-width: 767px) {
    .form-flex {
        flex-direction: column
    }

    .form-flex .input-flex{
        width: 100%;
        margin-left:0;
        margin-right:0;
    }

    p{font-size: 15px;
      line-height: 25px;
      font-weight: 300
    }
}



.img-right{float: right; margin: 10px 0 10px 10px; width: 350px}


/* template experts mobile */
@media screen and (max-width: 767px) {
    .expert button {
        margin-top: 20px
    }

    .list-experts article img {
        margin: 10px auto;
        float: none;
        width: 50px;
        height: 50px;
    }

    .form-experts .form-group > * + * {
        margin-top: 15px
    }

    .img-right{float: none; margin: 10px 0 10px 0px;}

    .close {

        font-size: 80px;

    }

}




/* template presse mobile */
@media screen and (max-width: 767px) {

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 0px !important;
    }


    .table-presse tr{
        border-top: 1px solid #ddd
    }
    .table-presse td{
        display: block;
        width: 100%;
        text-align: center !important
    }

    .owl-presse .owl-item.center{
        border: none
    }

    .text-justify-sm {
        text-align: justify
    }

    .text-center-sm {
        text-align: center
    }

    .list-experts {
        text-align: center
    }

    .widget-article {
        padding: 10px 10px 30px;
        font-size: 11px;
    }

    .bg-violet .header-modal {
        font-size: 20px;
        margin: 0 0 20px

    }

    .bg-violet .modal-header {
        padding: 0px 20px;
        border: none;
    }

    .bg-violet .modal-content {
        background: transparent;
        padding: 0 0px 10px;
    }


    .modal-nav{
        margin-top: 20px
    }


}


.scrollable .jaune, .bg-violet .jaune{color: #fe9915 !important;}


/* COMPOSANTS */

/* BOURSE AUX EMPLOIS */
.js-stools .js-stools-field-filter{
    width:100%;
}
.js-stools-field-filter select{
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 11px;
    line-height: 1.42857143;
    color: #821c80;
    background-color: transparent;
    text-transform: uppercase;
    border: 2px solid #821c80;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background: url('../img/caret-down.png')no-repeat right 15px center;
    background-size: 10px 10px;
}
.listecv_page label,.mesoffresdemploi label{display:none;}
#filter_search{
    display: block;
    width: 60%;

    height: 40px;
    padding: 10px 0px 10px 10px;
    font-size: 13px;

    line-height: 1.42857143;
    color: #821c80;
    background-color: #d9d9d9;
    background-image: none;
    text-transform: uppercase;
    border: 2px solid #d9d9d9;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
    max-width: 200px;
    width:200px;
}
.js-stools-container-list,.js-stools-btn-clear{
    display:none;
}

#filter_ville{
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 11px;
    line-height: 1.42857143;
    color: #821c80;
    background-color: transparent;
    text-transform: uppercase;
    border: 2px solid #821c80;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.js-stools-container-bar
{
    float:left;
}

.input-append
{    position: relative;
     width:100%;
}

body .js-stools .btn-wrapper {
    display: block;
    margin:0;
}
body .input-group{
    margin-top: -4px;

}
input{    max-width: 100%;}

body .label{
    color : #821c80;
}
.control-group
{
    /*min-height:40px;*/
}

/* PAGE ARTICLE */
.item-page h2{
    color: #821c80;
    font-size: 23px;
    font-weight: 300;
    margin: 30px 0px;
    line-height: auto;
}
.item-page .pull-left{
    float: none !important;
    margin: auto;
    text-align: center;
    margin-bottom: 25px;

}


.item-page img{
    max-width:500px;
    height:auto;
}

.item-page p{
    *margin-left:13%;
}
.item-page ul{
    *margin-left: 5%;
    margin-left: 20px;
}
ul.flexbox{
    padding: 0;
    list-style:none;
    margin: 20px 0 29px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fff_article .pagenav{
    display:none;
}

.appro-sujet a{
    font-size:150%;
}
/* LOCAUX */

.locauxdisponibles #filter_search{

}


/* BLOG */

.blog .pull-left{
    margin-right: 20px;

}

.blog p{
    color:black;
}

.sousmenu_lien{
    height:168px;
}


/* offre demp^loi */

.custom_tableau .field{
    margin-bottom:20px;
}

.custom_tableau .label{
    float: left;
    width: 30%;
    text-align: left;
    font-size: 100%;
    padding: 0;
}

.custom_tableau .value{

    float: left;
    width: 65%;
}

/*base doc */
.jd_footer{display:none;}
.jd_content_wrapper{display:none;}


/* enseignes */
.pagination-list .disabled{
    display:none;
}
.pagination-list li,.pagination li{
    display:inline-block;
    margin-right:20px;
}


/* rechercher */
.only{
    display: none;
}


/* contact */
.masklabel label{display:none;}
.masklabel .control-label{display:none;}

.fffcontactform input[type="text"],.fffcontactform input[type="email"]{
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 11px;
    line-height: 1.42857143;
    color: #821c80;
    background-color: transparent;
    text-transform: uppercase;
    border: 2px solid #821c80;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#jform_contact_message{
    height: 205px !important;
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 11px;
    line-height: 1.42857143;
    color: #821c80;
    background-color: transparent;
    text-transform: uppercase;
    border: 2px solid #821c80;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.element-invisible{
    display:none;
}

/* MENUS */

.topmenu1 ul{
    *float:right;
    *display:inline-block;
}
.topmenu1 li{
    display:inline-block;

}

.result-category .small{display:none;}

#system-message-container{
    background: white;
    margin: 0 30px;
}

.jd_top_navi_item img{display:none;}

.jd_cat_description {
    /* padding: 5px; */
    /* box-sizing: border-box; */
    display: inline-block;
    width: 100%;
    font-size: 11px;
    margin-top: -21px;
    margin-left: 51px;
    margin-bottom: 28px;
    /* position: absolute; */
    padding: 0;
    color: orange;
}
.jd_cat_description p {margin:0; padding:0;
                       margin: 0;
                       padding: 0;
                       color: #333;
                       padding-left: 29px;
                       font-size: 13px;
}
.jd_categories_title {
    padding:0;
    height:32px;
    box-sizing: border-box;
    float: left;
    font-weight: bold;
    vertical-align: top;
}

.jd_categories_title .col-md-1 {
    position: relative;
}

.jd_categories_title .glyphicon {
    bottom: 8px;
    color: #fff;
    display: block;
    position: absolute;
    right: -14px;
    top: auto;
}

/* SEARCH */
#searchForm{
    margin-left:-20px;
}
#searchForm label{
    margin-left: 20px;
}
#bloc-recherche {
    margin-bottom:40px;
}
.partenaires > .row > p {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.partenaires img
{
    width:auto;
    margin-right:10px;
    max-width: 100% !important;
    height:auto;
}

.sousmenu_helper{
    position: absolute;
    background: #f2f2f2;
    z-index: 33;
    top: 75px;
    display:none;
    border-bottom:2px solid #fe9915;
    min-height:192px;
    overflow:hidden;
    border-left: 4px solid #CCC;
}
.sousmenu_helper a,.sousmenu_helper li{
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    text-align:left;
}



.navbar .sousmenu_helper .sousmenu_picture,.navbar .sousmenu_helper .sousmenu_picture2{
    position: absolute;
    margin: 0 15px;
    padding: 15px 0;
    z-index:35;
    text-align: center;
    width:250px;
    background-color: #f2f2f2;
    height: 1000px;
    border-left: 4px solid #CCC;
}
/*
.navbar .sousmenu_helper .sousmenu_picture2{
    width:360px;
    text-align:left;
    padding-left:15px;

}
*/


.image-title{
    display: block;
    margin-top: 10px;

}

.sousmenu_top2{
    display:none;
    /*  overflow:hidden; */
}








.jd_summary_title{
    display:none;
}



.modal-header .close{
    height: 75px;
}

.blog .item-image {
    width:60%;
}

.blog .item-image img{
    width:100%;
}

.modal_video_menu,.modal_video_menu iframe,.modal_video_menu .modal-content,.modal_video_menu .modal-body{
    width: 100%;
    height: 100%;
}
#modal_videocontent{
    height:100%;
}
#mymodal_video div,#mymodal_video .modal-content
{
    margin:0;
    padding:0;
}

#page{

}

.side_rs h2{
    color: #821c80;
}

.enseignelogo {
    display: block;
    float: left;
    position: relative;
    text-align: right;
    top: -40px;
    width: 20%;
}
.headerenseigne {
    float: left;
    position: relative;
}
.enseignelogobg {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    content: " ";
    display: block;
    float: right;
    height: 140px;
    line-height: 140px;
    right: 0;
    text-align: center;
    top: 0;
    width: 140px;
    z-index: 0;
}
.enseignelogo img {
    display: inline-block;
    margin: 0;
    max-height: 90px;
    max-width: 90px;
    position: relative;
    vertical-align: middle;
    width: auto;
    height: auto;
    z-index: 1;
}
.pointer {
    cursor:pointer;
}
.img-slide {
    height: 400px;
    position: relative;
    width: 100%;
    opacity: 0.6;
}
.headerenseigne{
    text-align:left;
    margin-left:50px;
}
.headerenseigne h1{
    font-size : 45px;
    margin-top: -25px;
}
.enseignecontact{
    margin-top: 30px;

}
.enseignecontact a {
    color: white;
    text-decoration: underline;
}

.enseigne_undertitle{
    font-size: 18px;
    color: #7b156b;
    width: 100%;
    text-align:center;
}
.enseigne_data{
    font-size: 40px;
    text-align:center;
    width: 100%;
    color:#fe9915;
}
.enseigne_data span {
    font-size: 30px;
    text-align:center;
    width: 100%;
    color:#fe9915;
    line-height: 1em;
    display: inline-table;
    top: -8px;
    position: relative;
}

.dataenseigne .col-sm-3{
    padding:0;
    margin-bottom:20px;
}

.dataenseigne .col-sm-3:after{
    content: '';
    display: block;
    position: absolute;
    width: 19px;
    height: 4px;
    left: 45%;
    top: 111px;
    background: #fe9915;
    z-index: 2;
}

.pageenseigne h2{
    color: #7b156b;
    margin-left: 20%;
}
.pageenseigne p{
    margin-left: 20%;    
    margin-top: 20px;
}
.pageenseigne .affichage th{
    text-align:right;
    /*  color: #7b156b;*/
    font-weight: bold;
    vertical-align:top;
    padding-top:20px;
}
.pageenseigne td{
    vertical-align:top;
    padding-left:20px;
    padding-top:20px;
}

.enseignecontacform{
    margin-left: 20%;
    background-color: #f2f2f2;
    *height: 300px;
    padding-top: 17px;
    padding-bottom: 17px;
}
.enseignecontacform label
{
    display:none;
}

.enseignecontacform .form-control{
    background:white;
    border:none;
    width:100%;
}

.enseigneformmessage{
    padding-left: 41px;
    /* padding-bottom: 20px; */
    color: #701063;
    font-weight: bold;
    /* font-variant: small-caps; */
    text-transform: uppercase;
    padding-top: 10px;
    height: 39px;
    background: #f2f2f2;

}
.enseigneformtel{
    color: white;
    font-weight: bold;
    /* font-variant: small-caps; */
    text-transform: uppercase;
    background: #fe9915;

    padding: 10px;
}
.formenseigneheader{
    padding:0;
    margin:0;
    margin-left:20%;
    margin-top:20px;

}
.enseignesunites{
    border:none;
}
.enseignesunites td{
    height: 50px;
    padding: 0 15px;
    vertical-align: middle;
    border:none;
    font-weight:bold;

}
.enseignesunites th{
    padding-left: 20px;
    padding-right: 20px;
    border:none;
}

.france{
    color: #701063;

}

.etranger{  color: #fe9915;}
.unitesbleu td, .unitesbleu th{
    background: #f2f2f2;
}
.enseignesphotos .col-sm-4{
    padding: 30px 3px 0px;
}
.enseignesphotos img{
    width:100%;
    height:auto;
}
.eventinfo{
    margin: 20px 30px;
}

.top-buffer{
    margin-top:20px;
}

#HomeCarousel{
    height: 400px;
    background:black;
}

#HomeCarousel .item img{
    opacity: 0.6;
}

.pagination .active a
{
    color:#701063;
}

.front-navbar{

}

#mymodal_video .bg-violet .modal-header {
    padding: 0px;
    border: none;
    float: right;
    margin: 0;
    position: absolute;
    z-index: 3333;
    width: 100%;
}

.article_link .col-md-4 {


}

.links_onpage{
    display:inline-block;
    margin:auto;
}

.jd_top_navi{
    display:none;
}

.jd_files_subheader,.jd_subcats_title_text,.jd_top_navi_catbox{
    display:none;
}

.jd_categories_title a, .jd_categories_title span.message-lock  {
    margin-left: 40px;
    /* margin-top: 15px; */
    line-height: 43px;
    color:#333;
    font-size:15px;
}

.jd_sum_files_cat{
    display: none;
}

.jd_cat_main{
    border-bottom: 1px solid #f5f5f5;
    display: block;
    height: 65px;
    border-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20Px;
}

.jd_sum_subcats{
    display:none;
}

.basedocmain #contain{
    background:rgb(242, 242, 242);
}

.basedocmain .panel {
    margin-bottom: 5px;
    background-color: transparent;
}

.ariane{
    color: #a7a7a7;
    padding: 10px;
    margin-left: 10%;
}
#page h3, #page h2 b ,#page h2 strong{
    box-sizing: border-box;
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1;
    margin-top: 18px;
    margin-bottom: 9px;
    font-size: 23px;
    color: #821c80 !important;
}
#page img {
    max-width: 100%;
    height: auto;
}

.listedesexperts-formlist button[type=submit]{
    background-color: #d9d9d9;
    border-color: #d9d9d9;
    width: 100px;
    font-family: 'icon-fff' !important;
    speak: none;
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 25px;
    margin-bottom: 2px;
    display: inline-block;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    opacity: 0.999;
    width: 40px;
    height: 40px;
    content:"";
}
.listedesexperts-formlist button[type=submit]:before{
    content: "\e927";
}

.expertsfilter .js-stools-container-list{
    display:none;
}
#sharebulle{
    background-image: url(../img/share/bulle.jpg);
    width: 150px;
    height: 66px;
    position: absolute;
    left: 50%;
    top: -72px;
    z-index: 666;
    display: none;
    padding: 11px 18px;
}

.invalid {
    *background-color:#fe9915!important;
}
label.invalid {
    *background-color:transparent!important;
}
.listecv_page #filter_search{
    width:100%;
}

.pageenseigne p.nomargh {
    margin-left:0;
    margin-right:0;
}
.surleblog{

}
#top-nav li.connect {
    padding:10px ;
}

.scroll-table {
    overflow: auto;
    margin-bottom:20px;
    width: 100%;
}
.item-page table {
    margin-bottom:20px;
}

.contacthead .text-right {
    display:block;
    clear:both;
}
#page .contacthead h3 {
    font-size: 24px;
}
.contacthead h3  .fright {
    font-size: 20px;
}

@media (max-width: 1400px) {
    .carousel.slide .carousel-caption h1{
        font-size: 45px;
    }
    .enseignesadherentes-formlist .input-flex{
        width: 28%;
        flex: unset;
    }
    .v-padding {
        padding: 20px;
    }
    .contacthead .fright {
        *float:none;
        display:block;
        clear:both;
        margin: 20px 0 0;
    }
    .contacthead .text-right {
        *text-align: left;
    }
}

@media (max-width: 1200px) {
    .carousel.slide .carousel-caption h1{
        font-size: 35px;
    }
}
@media (max-width: 992px) {
    .carousel.slide .carousel-caption h1{
        font-size: 30px;
    }
    .enseignelogo {
        width: 25%;
    }
    .headerenseigne {
    }

    .sidebar {
        height:auto !important;
    }
    .pageenseigne .affichage th {
        width:auto;
    }
    .formenseigneheader, .enseignecontacform {
        margin-left:0;
    }
    .sidebar  .flex-wrap > div {
        margin: 0 0 20px 0;
        width: 48%;
    }
}



/* loaderajax */
#loaderajax {
    display: none;
}
.loadmoreajax {
    display: block;
}
.loadmoreajax #fountainG {
    display: block;
    margin: -7px auto auto;
    position: relative;
    top: 50%;
}
.loadmoreajax {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.5;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9;
}

.section-cal .loadmoreajax {
    background: transparent none repeat scroll 0 0;
    margin: 40px auto;
    position: relative;
}


#ajaxrace .loadmoreajax {
    height: auto;
    top: auto;
    bottom: -30px;
}
#fountainG {
    height: 14px;
    margin: auto;
    position: relative;
    width: 120px;
}


#fountainG{
    position:relative;
    width:120px;
    height:14px;
    margin:auto;
}

.fountainG{
    background-color: #fe9915;
    position:absolute;
    top:0;
    /*background-color:#599c9d;*/
    width:14px;
    height:14px;
    animation-name:bounce_fountainG;
    -o-animation-name:bounce_fountainG;
    -ms-animation-name:bounce_fountainG;
    -webkit-animation-name:bounce_fountainG;
    -moz-animation-name:bounce_fountainG;
    animation-duration:1.105s;
    -o-animation-duration:1.105s;
    -ms-animation-duration:1.105s;
    -webkit-animation-duration:1.105s;
    -moz-animation-duration:1.105s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
    transform:scale(.3);
    -o-transform:scale(.3);
    -ms-transform:scale(.3);
    -webkit-transform:scale(.3);
    -moz-transform:scale(.3);
    border-radius:9px;
    -o-border-radius:9px;
    -ms-border-radius:9px;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
}

#fountainG_1{
    left:0;
    animation-delay:0.446s;
    -o-animation-delay:0.446s;
    -ms-animation-delay:0.446s;
    -webkit-animation-delay:0.446s;
    -moz-animation-delay:0.446s;
}

#fountainG_2{
    left:15px;
    animation-delay:0.5525s;
    -o-animation-delay:0.5525s;
    -ms-animation-delay:0.5525s;
    -webkit-animation-delay:0.5525s;
    -moz-animation-delay:0.5525s;
}

#fountainG_3{
    left:30px;
    animation-delay:0.659s;
    -o-animation-delay:0.659s;
    -ms-animation-delay:0.659s;
    -webkit-animation-delay:0.659s;
    -moz-animation-delay:0.659s;
}

#fountainG_4{
    left:45px;
    animation-delay:0.7755s;
    -o-animation-delay:0.7755s;
    -ms-animation-delay:0.7755s;
    -webkit-animation-delay:0.7755s;
    -moz-animation-delay:0.7755s;
}

#fountainG_5{
    left:60px;
    animation-delay:0.882s;
    -o-animation-delay:0.882s;
    -ms-animation-delay:0.882s;
    -webkit-animation-delay:0.882s;
    -moz-animation-delay:0.882s;
}

#fountainG_6{
    left:75px;
    animation-delay:0.9985s;
    -o-animation-delay:0.9985s;
    -ms-animation-delay:0.9985s;
    -webkit-animation-delay:0.9985s;
    -moz-animation-delay:0.9985s;
}

#fountainG_7{
    left:90px;
    animation-delay:1.105s;
    -o-animation-delay:1.105s;
    -ms-animation-delay:1.105s;
    -webkit-animation-delay:1.105s;
    -moz-animation-delay:1.105s;
}

#fountainG_8{
    left:105px;
    animation-delay:1.2115s;
    -o-animation-delay:1.2115s;
    -ms-animation-delay:1.2115s;
    -webkit-animation-delay:1.2115s;
    -moz-animation-delay:1.2115s;
}

.tel-experts {
    display: inline-block;
}


@media screen and (min-width: 768px) and (max-width: 992px) {
    .navbar ul.nav > li a {
        padding: 20px 14px 18px;
    }
}


@media screen and (min-width: 768px) and (max-width: 792px) {
    .navbar ul.nav > li a {
        padding: 20px 8px 18px;
    }
}

@keyframes bounce_fountainG{
    0%{
        transform:scale(1);

    }

    100%{
        transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-o-keyframes bounce_fountainG{
    0%{
        -o-transform:scale(1);

    }

    100%{
        -o-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-ms-keyframes bounce_fountainG{
    0%{
        -ms-transform:scale(1);

    }

    100%{
        -ms-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes bounce_fountainG{
    0%{
        -webkit-transform:scale(1);

    }

    100%{
        -webkit-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-moz-keyframes bounce_fountainG{
    0%{
        -moz-transform:scale(1);

    }

    100%{
        -moz-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}



/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent ;
        color: #000 ;
        box-shadow: none ;
        text-shadow: none ;
    }
    .hide-print, .sidebar, footer, .partenaires, .ariane, #top-nav, #ca_banner, .footer-site, .outils, section.bg-fff  {
        display: none!important;
    }
    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 28px;
    }
    .headerenseigne h1 {
        line-height: 48px;
        margin-top: 0px;
    }
    .dataenseigne .col-sm-3 {
        margin-bottom: 0;
    }
    .headerenseigne h2 {
        margin-top: 0px;
    }
    .enseignelogobg {
        height: auto;
        width: auto;
        line-height:90px;
        margin-top: 15px;
    }
    #contain.pageenseigne {
        margin-top: 0;
    }
    .bandeau {
        min-height: 5px;
        padding-top: 0;
    }
    .v-padding {
        padding-bottom: 0;
        padding-top: 0;
    }
    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% ;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 ;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse ;
    }
    .table td,
    .table th {
        background-color: #fff ;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd ;
    }
}
.sr-only {
    display: none;
}


/* ie fix */
#card-table {
    table-layout:fixed;
}

.readmore-clic {
    margin-top: 1em;
    text-align: center;
}
#contain #page #unsubpage .unsuboptions {
    padding-left: 10px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 0 auto 40px auto;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#ajoutoffredemploi-form .mce-panel.mce-tinymce.mce-container {
    width: 99.9%;
}
/* corona */
.page-corona .uppercase {
    text-transform:  uppercase;
}
.page-corona .bolded {
    font-weight: bold;
}
.page-corona .black {
    color: black;
}
.item-page h2.corona-title {
    font-size:  30px;
    margin-bottom:  10px;
}
.flash.coronavirus {

}
.item-page .flash.coronavirus h2 {
    margin: 0 0 10px 0;
}
.flash.coronavirus p {
    color: #3c243e;
}
.flash.coronavirus a {
    color: #fe9915;
}
.bordered {
    border: 3px solid #821c80;
}
.p-4 {
    padding: 30px;
}
.border-left {
    border-left: 2px solid #821c80;
}
.modal-xl {
    width:  90%;
    height:  90%;
}
.modal-xl .modal-body, .modal-xl .modal-content {
    padding: 0;
}
.modal-xl .modal-body {
    padding: 0;
}
body.ajax #top-nav,
body.ajax .front-navbar,
body.ajax .navbar,
body.ajax .ariane,
body.ajax .actu-blog,
body.ajax .partenaires,
body.ajax .footer-site,
body.ajax .outils,
body.ajax .blog {
    display: none !important;
}
ul.flexbox > li.solidaire > a {
    background-color: #821c80;
    border-color: #821c80;
}
ul.flexbox > li.solidaire > a:hover {
    background-color: #6e196c;
    border-color: #6e196c;
}