/*rtl:raw:
@font-face {
  font-family: 'JF Flat';
  src: url('../fonts/jf_flat/JFFlat-Regular.eot');
  src: url('../fonts/jf_flat/JFFlat-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/jf_flat/JFFlat-Regular.woff2') format('woff2'),
    url('../fonts/jf_flat/JFFlat-Regular.woff') format('woff'),
    url('../fonts/jf_flat/JFFlat-Regular.ttf') format('truetype'),
    url('../fonts/jf_flat/JFFlat-Regular.svg#JFFlat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/

@charset "UTF-8";

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/**
 * selectize.css (v0.12.4)
 * Copyright (c) 2013â€“2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

.selectize-input>* {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input>div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input>div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

.selectize-input>input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}

.selectize-input>input::-ms-clear {
  display: none;
}

.selectize-input>input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input>input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

/*rtl:ignore*/
.owl-carousel.owl-rtl {
  direction: rtl;
}

/*rtl:ignore*/
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.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: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
  text-align: left;
}
section.agenda-section .owl-theme .owl-nav.disabled+.owl-dots {
  text-align: center;
  margin: -16px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.picker__input {
  cursor: default;
}

.picker__input.picker__input--active {
  border-color: #0089ec;
}

.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  transition: background .15s ease-out, transform 0s .15s;
  -webkit-backface-visibility: hidden;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
.picker__frame,
.picker__holder {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
}

.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all .15s ease-out;
}

.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }

  .picker__wrap {
    display: block;
  }
}

.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}

@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}

@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }

  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}

.picker--opened .picker__holder {
  transform: translateY(0);
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background .15s ease-out;
}

.picker--opened .picker__frame {
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}

.picker__footer,
.picker__header,
.picker__table {
  text-align: center;
}

.picker__day--highlighted,
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

.picker__box {
  padding: 0 1em;
}

.picker__header {
  position: relative;
  margin-top: .75em;
}

.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic;
}

.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}

.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__nav--next,
.picker__nav--prev {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -.25em;
}

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {

  .picker__select--month,
  .picker__select--year {
    margin-top: -.5em;
  }

  .picker__nav--next,
  .picker__nav--prev {
    top: -.33em;
  }

  .picker__nav--prev {
    padding-right: 1.5em;
  }

  .picker__nav--next {
    padding-left: 1.5em;
  }
}

.picker__nav--next:before,
.picker__nav--prev:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: .75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: .75em solid #000;
}

.picker__nav--next:hover,
.picker__nav--prev:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__nav--disabled,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover,
.picker__nav--disabled:hover {
  cursor: default;
  background: 0 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover,
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  color: #000;
  cursor: pointer;
  background: #b1dcfb;
}

.picker__table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}

.picker__table td {
  margin: 0;
  padding: 0;
}

.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500;
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}

.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: .5em solid #0059bc;
  border-left: .5em solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaa;
}

.picker__day--outfocus {
  color: #ddd;
}

.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
  background: #0089ec;
  color: #fff;
}

.picker--focused .picker__day--disabled,
.picker__day--disabled,
.picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}

.picker__button--clear,
.picker__button--close,
.picker__button--today {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: 700;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--clear:hover,
.picker__button--close:hover,
.picker__button--today:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--clear:focus,
.picker__button--close:focus,
.picker__button--today:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: 0;
}

.picker__button--clear:before,
.picker__button--close:before,
.picker__button--today:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--clear:before,
.picker__button--today:before {
  content: " ";
  margin-right: .45em;
}

.picker__button--today:before {
  top: -.05em;
  width: 0;
  border-top: .66em solid #0059bc;
  border-left: .66em solid transparent;
}

.picker__button--clear:before {
  top: -.25em;
  width: .66em;
  border-top: 3px solid #e20;
}

.picker__button--close:before {
  content: "\D7";
  top: -.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

@font-face {
  font-family: 'Noto Sans Tifinagh';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/tifinagh/NotoSansTifinagh-Regular.eot");
  src: url("../fonts/tifinagh/NotoSansTifinagh-Regular.eot?#iefi") format("embedded-opentype"), url("../fonts/tifinagh/NotoSansTifinagh-Regular.woff2") format("woff2"), url("../fonts/tifinagh/NotoSansTifinagh-Regular.woff") format("woff"), url("../fonts/tifinagh/NotoSansTifinagh-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Cochin-Normal';
  src: url("../fonts/cochin/normal/Cochin.eot?#iefix") format("embedded-opentype"), url("../fonts/cochin/normal/Cochin.woff") format("woff"), url("../fonts/cochin/normal/Cochin.ttf") format("truetype"), url("../fonts/cochin/normal/Cochin.svg#Cochin") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cochin-Bold';
  src: url("../fonts/cochin/bold/Cochin-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/cochin/bold/Cochin-Bold.woff") format("woff"), url("../fonts/cochin/bold/Cochin-Bold.ttf") format("truetype"), url("../fonts/cochin/bold/Cochin-Bold.svg#Cochin-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir-Heavy';
  src: url("../fonts/avenir/heavy/Avenir-Heavy.eot");
  src: local("Avenir 85 Heavy"), local("Avenir-Heavy"), url("../fonts/avenir/heavy/Avenir-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir/heavy/Avenir-Heavy.woff2") format("woff2"), url("../fonts/avenir/heavy/Avenir-Heavy.woff") format("woff"), url("../fonts/avenir/heavy/Avenir-Heavy.ttf") format("truetype"), url("../fonts/avenir/heavy/Avenir-Heavy.svg#Avenir-Heavy") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir-Roman';
  src: url("../fonts/avenir/roman/Avenir-Roman.eot");
  src: local("12 Avenir 55 Roman 05173"), local("Avenir-Roman"), url("../fonts/avenir/roman/Avenir-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir/roman/Avenir-Roman.woff2") format("woff2"), url("../fonts/avenir/roman/Avenir-Roman.woff") format("woff"), url("../fonts/avenir/roman/Avenir-Roman.ttf") format("truetype"), url("../fonts/avenir/roman/Avenir-Roman.svg#Avenir-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir-Medium';
  src: url("../fonts/avenir/medium/Avenir-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir/medium/Avenir-Medium.woff") format("woff"), url("../fonts/avenir/medium/Avenir-Medium.ttf") format("truetype"), url("../fonts/avenir/medium/Avenir-Medium.svg#Avenir-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir-Black';
  src: url("../fonts/avenir/black/Avenir-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir/black/Avenir-Black.woff") format("woff"), url("../fonts/avenir/black/Avenir-Black.ttf") format("truetype"), url("../fonts/avenir/black/Avenir-Black.svg#Avenir-Black") format("svg");
  font-weight: normal;
  font-style: normal;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

/* ------------------ */
/* == Variables       */
/* ------------------ */
/* Primary Colors */
/* icons font*/
/* Default value of helpers ( margin & padding) */
/* ------------------ */
/* == Mixins          */
/* ------------------ */
/* ------------------ */
/* == Global          */
/* ------------------ */
html {
  font-size: 9px;
}

html,
body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Avenir-Roman", sans-serif
    /*rtl:prepend:"JF Flat",*/
  ;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
  position: relative;
  color: #45525c;
  overflow-x: hidden;
  background-color: #ffffff;
}

.animated {
  animation-duration: .5s;
  animation-fill-mode: both;
}

p {
  font-size: 1.8rem;
}

a {
  font-family: "Avenir-Roman", sans-serif
    /*rtl:prepend:"JF Flat",*/
  ;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

button:focus {
  outline: none;
}

b,
strong {
  font-weight: bold;
}

small,
.small {
  font-size: 1.1rem;
}

em {
  font-style: italic;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}

ul li,
ol li {
  font-size: 1.6rem;
  color: #45525c;
}

.img-container {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.img-ratio {
  position: relative;
  overflow: hidden;
}

.img-ratio:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.img-ratio img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-border {
  border: 0 !important;
}

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

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-top-border {
  border-top: 0 !important;
}

.no-btm-border {
  border-bottom: 0 !important;
}

.align-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}


.justify-content-end {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-content-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

/* padding and margin helpers */
.pad-left-5,
.pad-5 {
  padding-left: 5px !important;
}

.pad-right-5,
.pad-5 {
  padding-right: 5px !important;
}

.pad-h-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.pad-top-5,
.pad-5 {
  padding-top: 5px !important;
}

.pad-bottom-5,
.pad-5 {
  padding-bottom: 5px !important;
}

.pad-v-5 {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

.mar-top-5,
.mar-5 {
  margin-top: 5px !important;
}

.mar-bottom-5,
.mar-5 {
  margin-bottom: 5px !important;
}

.mar-v-5 {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}

.mar-left-5,
.mar-5 {
  margin-left: 5px !important;
}

.mar-right-5,
.mar-5 {
  margin-right: 5px !important;
}

.mar-h-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

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

.pad-right-10,
.pad-10 {
  padding-right: 10px !important;
}

.pad-h-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.pad-top-10,
.pad-10 {
  padding-top: 10px !important;
}

.pad-bottom-10,
.pad-10 {
  padding-bottom: 10px !important;
}

.pad-v-10 {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

.mar-top-10,
.mar-10 {
  margin-top: 10px !important;
}

.mar-bottom-10,
.mar-10 {
  margin-bottom: 10px !important;
}

.mar-v-10 {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

.mar-left-10,
.mar-10 {
  margin-left: 10px !important;
}

.mar-right-10,
.mar-10 {
  margin-right: 10px !important;
}

.mar-h-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.pad-left-15,
.pad-15 {
  padding-left: 15px !important;
}

.pad-right-15,
.pad-15 {
  padding-right: 15px !important;
}

.pad-h-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.pad-top-15,
.pad-15 {
  padding-top: 15px !important;
}

.pad-bottom-15,
.pad-15 {
  padding-bottom: 15px !important;
}

.pad-v-15 {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}

.mar-top-15,
.mar-15 {
  margin-top: 15px !important;
}

.mar-bottom-15,
.mar-15 {
  margin-bottom: 15px !important;
}

.mar-v-15 {
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}

.mar-left-15,
.mar-15 {
  margin-left: 15px !important;
}

.mar-right-15,
.mar-15 {
  margin-right: 15px !important;
}

.mar-h-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

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

.pad-right-20,
.pad-20 {
  padding-right: 20px !important;
}

.pad-h-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.pad-top-20,
.pad-20 {
  padding-top: 20px !important;
}

.pad-bottom-20,
.pad-20 {
  padding-bottom: 20px !important;
}

.pad-v-20 {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

.mar-top-20,
.mar-20 {
  margin-top: 20px !important;
}

.mar-bottom-20,
.mar-20 {
  margin-bottom: 20px !important;
}

.mar-v-20 {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

.mar-left-20,
.mar-20 {
  margin-left: 20px !important;
}

.mar-right-20,
.mar-20 {
  margin-right: 20px !important;
}

.mar-h-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.pad-left-25,
.pad-25 {
  padding-left: 25px !important;
}

.pad-right-25,
.pad-25 {
  padding-right: 25px !important;
}

.pad-h-25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.pad-top-25,
.pad-25 {
  padding-top: 25px !important;
}

.pad-bottom-25,
.pad-25 {
  padding-bottom: 25px !important;
}

.pad-v-25 {
  padding-bottom: 25px !important;
  padding-top: 25px !important;
}

.mar-top-25,
.mar-25 {
  margin-top: 25px !important;
}

.mar-bottom-25,
.mar-25 {
  margin-bottom: 25px !important;
}

.mar-v-25 {
  margin-bottom: 25px !important;
  margin-top: 25px !important;
}

.mar-left-25,
.mar-25 {
  margin-left: 25px !important;
}

.mar-right-25,
.mar-25 {
  margin-right: 25px !important;
}

.mar-h-25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.pad-left-30,
.pad-30 {
  padding-left: 30px !important;
}

.pad-right-30,
.pad-30 {
  padding-right: 30px !important;
}

.pad-h-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.pad-top-30,
.pad-30 {
  padding-top: 30px !important;
}

.pad-bottom-30,
.pad-30 {
  padding-bottom: 30px !important;
}

.pad-v-30 {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}

.mar-top-30,
.mar-30 {
  margin-top: 30px !important;
}

.mar-bottom-30,
.mar-30 {
  margin-bottom: 30px !important;
}

.mar-v-30 {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}

.mar-left-30,
.mar-30 {
  margin-left: 30px !important;
}

.mar-right-30,
.mar-30 {
  margin-right: 30px !important;
}

.mar-h-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.pad-left-35,
.pad-35 {
  padding-left: 35px !important;
}

.pad-right-35,
.pad-35 {
  padding-right: 35px !important;
}

.pad-h-35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.pad-top-35,
.pad-35 {
  padding-top: 35px !important;
}

.pad-bottom-35,
.pad-35 {
  padding-bottom: 35px !important;
}

.pad-v-35 {
  padding-bottom: 35px !important;
  padding-top: 35px !important;
}

.mar-top-35,
.mar-35 {
  margin-top: 35px !important;
}

.mar-bottom-35,
.mar-35 {
  margin-bottom: 35px !important;
}

.mar-v-35 {
  margin-bottom: 35px !important;
  margin-top: 35px !important;
}

.mar-left-35,
.mar-35 {
  margin-left: 35px !important;
}

.mar-right-35,
.mar-35 {
  margin-right: 35px !important;
}

.mar-h-35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.pad-left-40,
.pad-40 {
  padding-left: 40px !important;
}

.pad-right-40,
.pad-40 {
  padding-right: 40px !important;
}

.pad-h-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.pad-top-40,
.pad-40 {
  padding-top: 40px !important;
}

.pad-bottom-40,
.pad-40 {
  padding-bottom: 40px !important;
}

.pad-v-40 {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}

.mar-top-40,
.mar-40 {
  margin-top: 40px !important;
}

.mar-bottom-40,
.mar-40 {
  margin-bottom: 40px !important;
}

.mar-v-40 {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}

.mar-left-40,
.mar-40 {
  margin-left: 40px !important;
}

.mar-right-40,
.mar-40 {
  margin-right: 40px !important;
}

.mar-h-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.pad-left-45,
.pad-45 {
  padding-left: 45px !important;
}

.pad-right-45,
.pad-45 {
  padding-right: 45px !important;
}

.pad-h-45 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}

.pad-top-45,
.pad-45 {
  padding-top: 45px !important;
}

.pad-bottom-45,
.pad-45 {
  padding-bottom: 45px !important;
}

.pad-v-45 {
  padding-bottom: 45px !important;
  padding-top: 45px !important;
}

.mar-top-45,
.mar-45 {
  margin-top: 45px !important;
}

.mar-bottom-45,
.mar-45 {
  margin-bottom: 45px !important;
}

.mar-v-45 {
  margin-bottom: 45px !important;
  margin-top: 45px !important;
}

.mar-left-45,
.mar-45 {
  margin-left: 45px !important;
}

.mar-right-45,
.mar-45 {
  margin-right: 45px !important;
}

.mar-h-45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.pad-left-50,
.pad-50 {
  padding-left: 50px !important;
}

.pad-right-50,
.pad-50 {
  padding-right: 50px !important;
}

.pad-h-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.pad-top-50,
.pad-50 {
  padding-top: 50px !important;
}

.pad-bottom-50,
.pad-50 {
  padding-bottom: 50px !important;
}

.pad-v-50 {
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}

.mar-top-50,
.mar-50 {
  margin-top: 50px !important;
}

.mar-bottom-50,
.mar-50 {
  margin-bottom: 50px !important;
}

.mar-v-50 {
  margin-bottom: 50px !important;
  margin-top: 50px !important;
}

.mar-left-50,
.mar-50 {
  margin-left: 50px !important;
}

.mar-right-50,
.mar-50 {
  margin-right: 50px !important;
}

.mar-h-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.pad-left-55,
.pad-55 {
  padding-left: 55px !important;
}

.pad-right-55,
.pad-55 {
  padding-right: 55px !important;
}

.pad-h-55 {
  padding-right: 55px !important;
  padding-left: 55px !important;
}

.pad-top-55,
.pad-55 {
  padding-top: 55px !important;
}

.pad-bottom-55,
.pad-55 {
  padding-bottom: 55px !important;
}

.pad-v-55 {
  padding-bottom: 55px !important;
  padding-top: 55px !important;
}

.mar-top-55,
.mar-55 {
  margin-top: 55px !important;
}

.mar-bottom-55,
.mar-55 {
  margin-bottom: 55px !important;
}

.mar-v-55 {
  margin-bottom: 55px !important;
  margin-top: 55px !important;
}

.mar-left-55,
.mar-55 {
  margin-left: 55px !important;
}

.mar-right-55,
.mar-55 {
  margin-right: 55px !important;
}

.mar-h-55 {
  margin-right: 55px !important;
  margin-left: 55px !important;
}

.pad-left-60,
.pad-60 {
  padding-left: 60px !important;
}

.pad-right-60,
.pad-60 {
  padding-right: 60px !important;
}

.pad-h-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.pad-top-60,
.pad-60 {
  padding-top: 60px !important;
}

.pad-bottom-60,
.pad-60 {
  padding-bottom: 60px !important;
}

.pad-v-60 {
  padding-bottom: 60px !important;
  padding-top: 60px !important;
}

.mar-top-60,
.mar-60 {
  margin-top: 60px !important;
}

.mar-bottom-60,
.mar-60 {
  margin-bottom: 60px !important;
}

.mar-v-60 {
  margin-bottom: 60px !important;
  margin-top: 60px !important;
}

.mar-left-60,
.mar-60 {
  margin-left: 60px !important;
}

.mar-right-60,
.mar-60 {
  margin-right: 60px !important;
}

.mar-h-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

@media only screen and (max-width: 767px) {
  .p-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.c-row:after {
  display: table;
  content: " ";
  clear: both;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.image-fit {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  /* IE10+ CSS styles go here */
  .cibles-section .column .image-fit {
    width: auto;
    max-width: auto;
  }
}

.transparent {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.avoid-clicks {
  pointer-events: none;
}

/* ------------------ */
/* == Typography      */
/* ------------------ */
h1,
h2,
h3,
h4 {
  font-family: "Avenir-Heavy", sans-serif
    /*rtl:prepend:"JF Flat",*/
  ;
  /*rtl:raw:
  font-weight: bold;
  */
}

h1.typo-section-content-title {
  color: #444444;
  font-weight: bold;
  font-size: 32px !important;
}

h2.typo-section-content-title {
  color: #444444;
  font-weight: bold;
  font-size: 28px !important;
}

h3.typo-section-content-title {
  color: #444444;
  font-weight: 600;
  font-size: 23px !important;
}

.typo-section-content,
.typo-section-content p {
  font-size: 18px;
  color: #45525c;
  font-weight: 400;
  line-height: 1.7em;
}

.typo-section-content h2,
.typo-section-content h3,
.typo-section-content h4 {
  margin: 30px 0 25px;
}

.typo-section-content h2.blue,
.typo-section-content h3.blue,
.typo-section-content h4.blue {
  color: #08569a;
}

.typo-section-content.bold {
  font-weight: bold;
}

.alert {
  color: #ffffff;
  border: none;
  border-radius: 2px;
}

.alert.alert-danger {
  background-color: #ec6a5c;
}

.alert.alert-info {
  background-color: #30a9de;
}

.alert.alert-success {
  background-color: #8cd790;
}

.alert .close {
  color: #ffffff;
  opacity: .5;
  text-shadow: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 14px;
  font-size: 18px;
}

.alert .close:hover {
  opacity: 1;
}

.white-link {
  color: #fff;
}

.white-link:hover {
  color: #fff;
  text-decoration: underline;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs36 {
  font-size: 36px;
}

.text .blue {
  color: #08569a;
}

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

.mt--1 {
  margin-top: -10px !important;
}

.mt--2 {
  margin-top: -20px !important;
}

.mt--3 {
  margin-top: -30px !important;
}

.mx--15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

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

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mt-7 {
  margin-top: 70px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pt-6 {
  padding-top: 60px !important;
}

.pt-7 {
  padding-top: 70px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.pb-6 {
  padding-bottom: 60px !important;
}

.pb-7 {
  padding-bottom: 70px !important;
}

@media only screen and (max-width: 767px) {
  .xs-mb-2 {
    margin-bottom: 20px !important;
  }

  .xs-mb-3 {
    margin-bottom: 30px !important;
  }

  .xs-mb-4 {
    margin-bottom: 40px !important;
  }
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

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

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

.pr-1 {
  padding-right: 10px !important;
}

.pr-2 {
  padding-right: 20px !important;
}

.pr-3 {
  padding-right: 30px !important;
}

.pr-4 {
  padding-right: 40px !important;
}

.pt-7 {
  padding-top: 70px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

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

.pr-2 {
  padding-right: 20px !important;
}

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

.uppercase {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.inline-block {
  display: inline-block !important;
}

.underline {
  text-decoration: underline;
}

.black {
  color: #000000;
}

.white {
  color: #ffffff !important;
}

.radius-8 {
  border-radius: 8px !important;
}

.radius-4 {
  border-radius: 4px !important;
}

.flex {
  display: -ms-flexbox;
  display: flex;
}

.flex-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
}

.order1 {
  -ms-flex-order: 1;
  order: 1;
}

.order2 {
  -ms-flex-order: 2;
  order: 2;
}

.justify-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.cochin {
  /*rtl:remove*/
  font-family: "Cochin-Normal", sans-serif
    /*rtl:prepend:"JF Flat",*/
  ;
}

.cochin.bold {
  /*rtl:remove*/
  font-family: "Cochin-Bold", sans-serif
    /*rtl:prepend:"JF Flat",*/
  ;
  /*rtl:raw:
  font-weight: bold;
  */
}

.avenir {
  /*rtl:remove*/
  font-family: "Avenir-Roman", sans-serif
    /*rtl:prepend:"JF Flat",*/
  ;
}

.avenir.bold {
  /*rtl:remove*/
  font-family: "Avenir-Heavy", sans-serif
    /*rtl:prepend:"JF Flat",*/
  ;
  /*rtl:raw:
  font-weight: bold;
  */
}

.avenir.bolder {
  /*rtl:remove*/
  font-family: "Avenir-Black", sans-serif
    /*rtl:prepend:"JF Flat",*/
  ;
  /*rtl:raw:
  font-weight: bold;
  */
}

.avenir.semi-bold {
  /*rtl:remove*/
  font-family: "Avenir-Medium", sans-serif
    /*rtl:prepend:"JF Flat",*/
  ;
}

.grey {
  color: #716f6f;
}

.blue {
  color: #08569a;
}

.yellow {
  color: #d9b747;
}

.blue-dark {
  color: #02425b;
}

.grey-light {
  color: #b6b6b6;
}

.bg-grey-lighter {
  background-color: #dce0e6;
}

.bg-eee {
  background-color: #eee;
}

.red {
  color: #8f1013;
}

.bg-red {
  background-color: #8f1013;
}

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

.bg-blue {
  background-color: #08569a;
}

.bg-grey {
  background-color: #595c5e;
}

.bg-taupe {
  background-color: #847272;
}

.bg-dore {
  background-color: #8a6d3b;
}

.bg-beige {
  background-color: #bfa981;
}

.bg-taupe2 {
  background-color: #b9b2b2;
}

.bg-beige2 {
  background-color: #caccbb;
}

.f12 {
  font-size: 1.2rem;
}

.f14 {
  font-size: 1.4rem !important;
}

.f16 {
  font-size: 1.6rem;
}

.f18 {
  font-size: 1.8rem;
}

.f20 {
  font-size: 2rem;
}

.f22 {
  font-size: 2.2rem;
}

.f24 {
  font-size: 2.4rem;
}

.f26 {
  font-size: 2.6rem;
}

.f30 {
  font-size: 3rem;
}

.f44 {
  font-size: 4.4rem;
}

.f50 {
  font-size: 5rem;
}

.f60 {
  font-size: 6rem;
}

.ov-hidden {
  overflow: hidden;
}

.display-block {
  display: block !important;
}

.box-shadow {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.parent-height {
  min-height: 100%;
}

.grid-container {
  display: -ms-grid;
  display: grid;
  grid-gap: 35px;
}

.grid-container.gap-25 {
  grid-gap: 25px;
}

.grid-container.gap-15 {
  grid-gap: 15px;
}

.grid-container.gap-10 {
  grid-gap: 10px;
}

@media only screen and (min-width: 768px) {
  .grid-container.two-columns {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 768px) {
  .grid-container.three-columns {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 992px) {
  .grid-container.three-columns {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.grid-container .row-span-2 {
  -ms-grid-row: span 2;
  grid-row: span 2;
}

@media only screen and (min-width: 768px) {
  .sm-mr--1 {
    margin-right: -10px;
  }
}

@media only screen and (max-width: 992px) {
  .mb-sm-2 {
    margin-bottom: 20px;
  }

  .sm-mb-1 {
    margin-bottom: 10px;
  }

  .button,
  .image-button {
    margin-left: 0em;
  }
}

strong {
  font-family: "Avenir-Black", sans-serif
    /*rtl:prepend:"JF Flat",*/
  ;
  /*rtl:raw:
  font-weight: bold;
  */
}

@media only screen and (max-width: 767px) {
  .xs-center {
    text-align: center;
  }

  .xs-flex-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 992px) {
  .sm-flex {
    display: -ms-flexbox;
    display: flex;
  }

  .sm-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?aqzty5");
  src: url("../fonts/icomoon.eot?aqzty5#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?aqzty5") format("truetype"), url("../fonts/icomoon.woff?aqzty5") format("woff"), url("../fonts/icomoon.svg?aqzty5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-circular-right:before {
  content: "\e900";
}

.icon-arrow-circular-down:before {
  content: "\e901";
}

.icon-calendar:before {
  content: "\e902";
}

.icon-clock:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-mail:before {
  content: "\e905";
}

.icon-marker:before {
  content: "\e906";
}

.icon-plus:before {
  content: "\e907";
}

.icon-search:before {
  content: "\e908";
}

.icon-ticket:before {
  content: "\e909";
}

.icon-twitter:before {
  content: "\e90a";
}

.icon-windows:before {
  content: "\e90b";
}

/* -------------- */
/* == Header      */
/* ---------------*/
.header {
  border-bottom: 1px solid #c5ccd6;
}

@media only screen and (min-width: 992px) {
  .header {
    padding-top: 25px;
  }
}

@media only screen and (max-width: 992px) {
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header .top-nav-container {
    margin-top: -70px;
  }

  .header .logo img {
    max-height: 64px;
    margin-top: 3px;
  }

  .header .hamburger {
    margin-top: 1px;
    display: block;
    position: absolute;
    right: 0;
    top: 16px;
    z-index: 2;
  }
}

.header .top-nav {
  margin-bottom: 10px;
}

.header .top-nav>.menu>.menu-item:not(.menu-item--expanded),
.header .top-nav>.menu>.menu-item.menu-item--expanded {
  display: inline-block;
  line-height: 40px;
  margin-top: 9px;
  padding-right: 20px;
}

.header .top-nav .menu .menu-item.menu-item--expanded {
  position: relative;
}

.header .top-nav .menu .menu-item.menu-item--expanded:hover>ul {
  display: block;
}

.header .top-nav .menu .menu-item.menu-item--expanded>a:after,
.header .top-nav .menu .menu-item.menu-item--expanded>span:after {
  content: '\f0dd';
  position: absolute;
  right: 8px;
  top: 0px;
  font-family: "FontAwesome";
  font-size: .8em;
}

.header .top-nav .menu .menu-item.menu-item--expanded ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 210px;
  padding: 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.header .top-nav .menu .menu-item.menu-item--expanded ul li:hover {
  background-color: #eee;
}

.header .top-nav .menu .menu-item.menu-item--expanded ul li a {
  padding: 0 15px;
  line-height: 26px;
  display: inline-block;
}

.header .top-nav ul li a,
.header .top-nav ul li span {
  font-size: 1.6rem;
  color: #81343a;
}

.header .top-nav ul li a:hover,
.header .top-nav ul li span:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 992px) {
  .header .top-nav {
    display: none;
  }
}

.header .search-form {
  position: relative;
  z-index: 10;
  width: 30px;
  line-height: 62px;
  transition: .3s all ease;
}

.header .search-form .fa {
  color: #8f1013;
  cursor: pointer;
}

.header .search-form form {
  position: absolute;
  right: 0;
  top: 100%;
  width: 350px;
  background-color: #8f1013;
  border-radius: 8px;
  padding: 21px 25px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}

.header .search-form form:not(.active) {
  display: none;
}

.header .search-form form.active {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@media only screen and (max-width: 530px) {
  .header .search-form form {
    right: -160px;
  }
}

@media only screen and (max-width: 380px) {
  .header .search-form form {
    padding: 7px 11px;
    width: 320px;
  }
}

.header .search-form input[type=text] {
  height: 55px;
  width: 100%;
  border-radius: 8px;
  outline: 0;
  border: 0;
  text-indent: 10px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
}

@media only screen and (max-width: 992px) {
  .header .search-form {
    margin-top: 7px;
    margin-right: 10px;
  }

  .header .search-form .show-search {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 992px) {
  .header .navigation {
    background: white;
    display: none;
    float: none !important;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .header .navigation {
    display: block !important;
    float: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .header .navigation>ul {
    display: table;
  }

  .header .navigation>ul>li {
    position: relative;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .header .navigation>ul>li {
    /*&:first-child {
              a {
                padding-left: 0;
              }
            }*/
  }

  .header .navigation>ul>li:before {
    content: "";
    position: absolute;
    left: 16px;
    bottom: 20px;
    width: 0;
    height: 2px;
    background-color: #8f1013;
    transition: all 0.3s;
  }

  .header .navigation>ul>li:hover:before {
    width: 70%;
  }
}

@media only screen and (min-width: 992px) {
  .header .navigation>ul>li.dropdown-submenu:after {
    right: 0px !important;
    top: 18% !important;
    transform: translateY(-50%);
  }
}

.header .navigation ul {
  margin: 0;
  padding: 0;
  min-width: 250px;
  box-shadow: none;
}

@media only screen and (max-width: 992px) {
  .header .navigation ul {
    padding: 10px;
  }
}

.header .navigation ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 992px) {
  .header .navigation ul li {
    padding-bottom: 25px;
  }
}

.header .navigation ul li.dropdown-submenu:after {
  content: '\f0dd';
  position: absolute;
  right: 10px;
  top: 12px;
  font-family: "FontAwesome";
}

@media only screen and (min-width: 992px) {
  .header .navigation ul li.dropdown-submenu:after {
    top: 8px;
  }
}

.header .navigation ul li ul li {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #c5ccd6;
}

.header .navigation ul li ul li a {
  text-transform: none;
  font-family: "Avenir-Heavy", sans-serif
    /*rtl:prepend:"JF Flat",*/
  ;
}

@media only screen and (max-width: 992px) {
  .header .navigation ul li ul li a {
    white-space: initial;
  }
}

.header .navigation ul li ul li:hover {
  background: #08569a !important;
  color: #ffffff;
}

.header .navigation ul li ul li:hover>a {
  background: transparent;
  color: #ffffff;
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  .header .navigation ul li.dropdown-submenu .dropdown-menu {
    position: relative;
    float: none;
    left: auto;
    top: auto;
    display: none;
    padding: 0;
  }
}

@media only screen and (min-width: 992px) {
  .header .navigation ul li.dropdown-submenu .dropdown-menu {
    position: absolute;
    left: 16px;
    top: 100%;
    display: none;
    padding-top: 2px;
    background-color: transparent;
  }

  .header .navigation ul li ul li {
    background-color: #fff;
  }
}

.header .navigation ul li.dropdown-submenu.dropdown-hover:hover>.dropdown-menu {
  border-radius: 0;
  border: 0;
}

@media only screen and (min-width: 992px) {
  .header .navigation ul li.dropdown-submenu.dropdown-hover:hover>.dropdown-menu {
    display: block;
  }
}

@media only screen and (max-width: 992px) {
  .header .navigation ul li.dropdown-submenu.dropdown-hover:hover>.dropdown-menu {
    background-color: #f1f1f1;
  }

  .header .navigation ul li.dropdown-submenu.dropdown-hover:hover>.dropdown-menu .dropdown-menu {
    background-color: #f9f9f9;
  }
}

@media only screen and (min-width: 992px) {
  .header .navigation ul li.dropdown-submenu.dropdown-hover:hover>.dropdown-menu .dropdown-menu {
    top: 0;
    left: calc(100% + 2px);
  }
}

@media only screen and (max-width: 992px) {
  .header .navigation ul li {
    display: block;
    text-align: center;
    border-bottom: 1px solid #eee;
  }

  .header .navigation ul li:last-child {
    border-bottom: 0;
  }

  .header .navigation ul li br {
    display: none;
  }
}

.header .navigation ul li a,
.header .navigation ul li span {
  font-family: "Avenir-Black", sans-serif
    /*rtl:prepend:"JF Flat",*/
  ;
  font-size: 1.8rem;
  color: #08569a;
  text-transform: uppercase;
  padding: 0 14px;
  display: block;
  font-weight: bold;
}

@media only screen and (max-width: 1199px) {

  .header .navigation ul li a,
  .header .navigation ul li span {
    padding: 0 12px;
  }
}

@media only screen and (max-width: 992px) {

  .header .navigation ul li a,
  .header .navigation ul li span {
    padding-top: 14px !important;
    padding-bottom: 12px !important;
  }
}

.header .navigation ul li a:hover,
.header .navigation ul li span:hover {
  color: rgba(8, 86, 154, 0.85);
  text-decoration: none;
}

.header .navbar-toggle {
  margin-top: 10px;
  margin-right: 0;
}

.header .navbar-toggle .icon-bar {
  background: #000000;
}

/* ------------------- */
/* == Content          */
/* ------------------- */
.wysiwyg {
  font-size: 1.8rem;
  color: #333333;
}

.wysiwyg p {
  text-align: justify;
  line-height: 1.6em;
}

.wysiwyg p,
.wysiwyg h2,
.wysiwyg h3 {
  margin: 0 0 25px;
}

.wysiwyg h2 {
  font-family: "Avenir-Black", sans-serif
    /*rtl:prepend:"JF Flat",*/
  ;
  color: #8f1013;
  font-size: 3rem;
}

.wysiwyg h3 {
  font-size: 2rem;
}

.wysiwyg strong {
  font-family: "Avenir-Black", sans-serif
    /*rtl:prepend:"JF Flat",*/
  ;
}

.wysiwyg .red-box {
  background-color: #8f1013;
  color: #ffffff;
  padding: 25px;
  margin-bottom: 25px;
}

.wysiwyg .red-box .title {
  color: #ffffff;
}

.wysiwyg .red-box p:last-child {
  margin-bottom: 0;
}

.content .text-formatted p {
  text-align: justify;
  line-height: 1.6em;
}

.sidebar.filters {
  padding: 25px 0 20px;
}

.sidebar.filters h3 {
  padding: 0 25px;
}

.sidebar.filters .categories li {
  line-height: 58px;
  padding: 0 25px;
}

.sidebar.filters .categories li:not(:last-child) {
  border-bottom: 1px solid #7b0e10;
}

.sidebar.filters .categories li.active,
.sidebar.filters .categories li:hover {
  background-color: #7e0d10;
  border-bottom-color: #6c0b0e;
}

/* ------------------ */
/* == Footer          */
/* ------------------ */
.footer {
  background: #4f4f4f;
  padding: 40px 0 0;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 20px;
  }
}

.footer h3,.footer h2 {
  font-family: "Avenir-Roman", sans-serif
    /*rtl:prepend:"JF Flat",*/
  ;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 25px;
  font-size: 2.6rem;
}

.footer ul {
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
nav.menu--liens-utiles ul {
  margin-left: 0;
}
.footer ul li {
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.footer ul li a {
  color: #ffffff;
}

.footer ul li a .fa {
  margin-right: 5px;
}

.footer ul li a:hover span {
  text-decoration: underline;
}

.footer .newsletter-bloc {
  position: relative;
}

.footer .newsletter-bloc h3 {
  line-height: 1.4em;
  /*rtl:ignore*/
  background: url("../images/envelope.png") no-repeat 97% center #8f1013;
  padding: 25px 30px 50px;
  margin-bottom: 0;
  font-size: 2rem;
}

.footer .newsletter-bloc form {
  width: 74%;
  margin-left: 13%;
  margin-top: -25px;
}

.footer .newsletter-bloc .form-control {
  padding-left: 15px;
  width: 100%;
  border: 0;
  color: #b7c6d1;
  text-transform: uppercase;
  border-radius: 0;
}

.footer .newsletter-bloc .input-group {
  width: 100%;
}

.footer .newsletter-bloc .input-group-addon {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
}

.footer .newsletter-bloc .input-group-addon:first-child {
  font-size: 1.6rem;
  color: #b9bcbe;
  text-align: right;
}

.footer .newsletter-bloc .input-group-addon button {
  border: 0;
  color: #5a8067;
  font-size: 2rem;
}

.footer .newsletter-bloc .form-group>.input-group-addon {
  position: absolute;
  right: 22px;
  top: 18px;
  padding: 0;
  z-index: 10;
  width: 24px;
}

.footer .newsletter-bloc input[type="submit"] {
  background: 0;
  border: 0;
  font-size: 0;
  text-indent: -9999px;
  width: 30px;
  height: 24px;
  /*rtl:ignore*/
  background: url(../images/sprite.png) no-repeat 0 -37px;
  padding-right: 0;
}

.footer .footer-bottom {
  background: #454545;
  padding: 28px 0;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom {
    margin-top: 20px;
  }
}

.footer .footer-bottom p {
  color: #ffffff;
  margin-bottom: 0;
}

/* ------------------ */
/* == Blocs           */
/* ------------------ */
#block-oc-branding {
  position: relative;
  z-index: 2;
}

.lang-switcher {
  position: relative;
  font-family: "Avenir-Heavy", sans-serif
    /*rtl:prepend:"JF Flat",*/
  ;
  color: #8f1013;
  font-size: 1.8rem;
  /*rtl:remove*/
  padding-top: 19px;
  margin-right: 65px;
  z-index: 9;
}

@media only screen and (max-width: 992px) {
  .lang-switcher {
    font-size: 2rem;
    padding-top: 25px;
  }
}

.lang-switcher:not(.active) .languages {
  display: none;
}

.lang-switcher .fa {
  font-size: 1.2rem;
}

.lang-switcher span {
  cursor: pointer;
}

.lang-switcher .languages {
  position: absolute;
  left: -5px;
  right: -5px;
  top: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.lang-switcher .languages a {
  font-family: "Avenir-Heavy", sans-serif
    /*rtl:prepend:"JF Flat",*/
  ;
  display: block;
  color: #595c5e;
  padding-left: 7px;
  padding-right: 7px;
  line-height: 2em;
}

.lang-switcher .languages a.active {
  pointer-events: none;
}

.lang-switcher .languages a:hover {
  background-color: #8f1013;
  color: #ffffff;
}

.home-main-section {
  position: relative;
  padding: 50px 0 100px 0;
  background-color: #c5ccd6;
  overflow: hidden;
}

.home-main-section h2 {
  font-family: "Avenir-Black", sans-serif
    /*rtl:prepend:"JF Flat",*/
  ;
  padding-bottom: 12px;
}

.home-main-section h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 2px;
  background-color: #8f1013;
}

.home-main-section .news-slider {
  background-color: rgba(220, 224, 230, 0.8);
}

.home-main-section .news-slider>.owl-carousel {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (min-width: 320px) {
  .home-main-section .news-slider {
    padding: 50px 15px 25px 0;
  }
}

@media only screen and (min-width: 1024px) {
  .home-main-section .news-slider {
    /*display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;*/
    padding-top: 60px;
    min-height: 372px;
  }
}

@media only screen and (min-width: 1280px) {
  .home-main-section .news-slider {
    padding-bottom: 0;
  }
}


.home-main-section .news-slider h4 {
  font-size: 3.6rem;
}

@media only screen and (min-width: 992px) {
  .home-main-section .news-slider:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 100vh;
    background-color: rgba(220, 224, 230, 0.8);
  }
}

@media only screen and (max-width: 992px) {
  .home-main-section .news-slider {
    padding-left: 15px;
    padding-top: 15px;
  }
}

.home-main-section .news-slider .read-more {
  margin-left: 20px;
  font-size: 1.4rem;
  top: -5px;
  cursor: pointer;
}

.home-main-section .news-slider>.read-more {
  display: none !important;
}

.home-main-section .links-box {
  padding: 15px;
  background-color: rgba(220, 224, 230, 0.8);
  overflow: hidden;
  /*display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;*/
}

@media only screen and (min-width: 320px) {
  .home-main-section .links-box {
    margin: 15px 15px 0;
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .home-main-section .links-box {
    position: absolute;
    left: 58%;
    top: 0;
    height: 372px;
    width: 40%;
    margin: 0;
  }
}

@media only screen and (min-width: 1280px) {
  .home-main-section .links-box {
    width: 47%;
  }
}

@media only screen and (min-width: 1420px) {
  .home-main-section .links-box {
    width: 53%;
  }
}

@media only screen and (min-width: 1440px) {
  .home-main-section .links-box {
    width: 54%;
  }
}

@media only screen and (min-width: 1600px) {
  .home-main-section .links-box {
    width: 61%;
  }

  /*.home-main-section .links-box a {
    -ms-flex: 1 1 300px !important;
        flex: 1 1 300px !important;
  }*/
}

@media only screen and (min-width: 1680px) {
  .home-main-section .links-box {
    width: 64%;
  }
}

@media only screen and (min-width: 1700px) {
  .home-main-section .links-box {
    width: 65%;
  }
}

@media only screen and (min-width: 1920px) {
  .home-main-section .links-box {
    width: 74%;
  }
}

/* .home-main-section .links-box a {
  display: -ms-flexbox;
  display: flex;
  font-size: 2.3rem;
  line-height: 1.2em;
  margin: 15px;
  -ms-flex: 1 1 180px;
      flex: 1 1 180px;
  padding: 15px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.3s;
} */
.home-main-section .links-box a {
  font-size: 2.3rem;
  line-height: 1.2em;
  padding: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {

  .home-main-section .links-box a {

    float: left;
    width: calc(50% - 7px);
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home-main-section .links-box a:nth-child(odd) {
    margin-right: 7px;
  }

  .home-main-section .links-box a:nth-child(even) {
    margin-left: 7px;
  }
}

@media only screen and (min-width: 992px) {
  .home-main-section .links-box a {
    min-height: calc(50% - 7px);
  }
}

@media only screen and (max-width: 768px) {

  .home-main-section {
    padding-bottom: 60px;
  }

  .home-main-section .links-box a {
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-main-section .links-box a:last-child {
    margin-bottom: 0;
  }

}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .home-main-section .links-box a {
    padding-top: 53px;
  }
}

.home-main-section .links-box a:hover {
  /*3background-color: $primaryBlue;
        color: $white;*/
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}

.owl-controls .owl-dots {
  text-align: left;
}

.owl-controls .owl-dots .owl-dot span,.owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  border-radius: 0;
  background-color: #8f1013;
  margin: 5px 2px;
}

.owl-controls .owl-dots .owl-dot.active span,
.owl-controls .owl-dots .owl-dot:hover span,.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: rgba(143, 16, 19, 0.4);
}

.wide-search-section {
  padding: 30px 0;
  background-color: #eee;
}

.wide-search-section form {
  position: relative;
  width: 100%;
}

.wide-search-section form input[type=text] {
  width: 100%;
  height: 60px;
  color: #08569a;
  font-size: 1.6rem;
  text-indent: 10px;
  border: 0;
  outline: 0;
}

.wide-search-section form .submit {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #08569a;
  width: 60px;
  height: 60px;
  text-align: center;
  padding-top: 13px;
}

.wide-search-section form input[type=submit] {
  width: 17px;
  height: 17px;
  border: 0;
  font-size: 0;
  /*rtl:ignore*/
  background: url("../images/sprite.png") no-repeat 0 -17px;
  padding: 0;
}

.cibles-section {
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .cibles-section.hover .column {
    width: 21.6666%;
    max-width: 21.6666%;
    flex: 0 0 21.6666%;
  }
}

.cibles-section .column {
  height: 583px;
  cursor: pointer;
  transition: all 0.3s;
}

@media only screen and (min-width: 992px) {
  .cibles-section .column.active {
    width: 35%;
    max-width: 35%;
    flex: 0 0 35%;
  }
}

.cibles-section .column h2 {
  font-size: 4.5rem;
  transition: all 0.3s;
}

.cibles-section .image {
  transition: all 0.3s;
}

.cibles-section .image img {
  position: absolute;
  left: 0;
  top: 0;
}

.cibles-section .anchors-container {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 70px 0 70px;
  background-color: #595c5e;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: all 0.3s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.cibles-section .anchors-container[data-target="column4"] {
  left: auto;
  right: 0;
}

.cibles-section .anchors-container.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.cibles-section .anchors-container.wide .list-column {
  opacity: 1 !important;
  display: block !important;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  /* IE10+ CSS styles go here */
  .cibles-section .anchors-container.wide .list-column {
    float: left !important;
    width: 47%;
    max-width: 47%;
  }

  .cibles-section .anchors-container.wide .list-column:not(:last-child) {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .cibles-section .anchors-container.wide {
    height: auto;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 992px) {
  .cibles-section .anchors-container.two-columns {
    width: 172%;
    max-width: 172%;
  }

  .cibles-section .anchors-container.two-columns>ul {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .cibles-section .anchors-container.two-columns[data-target="column3"] {
    margin-left: -10%;
  }

  .cibles-section .anchors-container.three-columns {
    width: 243%;
    max-width: 243%;
  }

  .cibles-section .anchors-container.three-columns>ul {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cibles-section .anchors-container.three-columns[data-target="column2"] {
    margin-left: -18%;
  }

  .cibles-section .anchors-container.three-columns[data-target="column3"] {
    margin-left: -81%;
  }

  .cibles-section .anchors-container.four-columns {
    width: 286%;
    max-width: 286%;
  }

  .cibles-section .anchors-container.four-columns>ul {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cibles-section .anchors-container.four-columns[data-target="column2"] {
    margin-left: -62%;
  }

  .cibles-section .anchors-container.four-columns[data-target="column3"] {
    margin-left: -124%;
  }
}

.cibles-section .anchors-container h2 {
  color: #c5ccd6;
  font-size: 4rem;
}

@media only screen and (min-width: 992px) {
  .cibles-section .anchors-container h2 {
    margin-left: -50px;
    margin-right: -50px;
  }
}

.cibles-section .anchors-container>ul {
  text-align: left;
}

@media only screen and (min-width: 992px) {
  .cibles-section .anchors-container>ul {
    display: -ms-grid;
    display: grid;
    grid-gap: 40px;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  /* IE10+ CSS styles go here */
  .cibles-section .anchors-container>ul {
    display: block;
  }
}

.cibles-section .anchors-container>ul .list-column:not(:first-child) {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: none;
}

@media only screen and (max-width: 992px) {
  .cibles-section .anchors-container>ul .list-column:not(:first-child) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px solid #646769;
  }
}

.cibles-section .anchors-container>ul li {
  opacity: 0;
}

.cibles-section .anchors-container>ul li:nth-child(-n+4) {
  opacity: 1;
}

.cibles-section .anchors-container>ul li:not(:last-child) {
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 2px solid #646769;
}

.cibles-section .anchors-container a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.cibles-section .anchors-container .fa-plus,
.cibles-section .anchors-container .fa-minus {
  font-size: 4rem;
  color: #8f1013;
}

.cibles-section .anchors-container .fa-plus:hover,
.cibles-section .anchors-container .fa-minus:hover {
  color: #ffffff;
}

.cibles-section .anchors-container .show-more {
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -webkit-transition-delay: 0.3s;
  transition: all 0.3s 0.3s;
}

.cibles-section .anchors-container .show-more:focus {
  color: #8f1013;
}

.cibles-section .anchors-container .show-more.visible {
  bottom: 25px;
}

.agenda-section li:hover .card {
  transform: rotateX(180deg);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  /* IE10+ CSS styles go here */
  .agenda-section li:hover .card {
    transform: rotateX(0);
  }

  .flip-container .card .back {
    transform: rotateX(0);
  }

  .agenda-section li:hover .card .front {
    background: #08569a;
  }
}

.agenda-section .date {
  position: relative;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}


.agenda-section .date,
.agenda-section .metas {
  min-height: 155px;
}

.agenda-section .metas {
  padding: 10px 15px;
}

.agenda-section a:hover {
  color: #8f1013;
}

.agenda-section .more {
  color: #c2c2c2;
}

.agenda-section .more span {
  color: rgba(143, 16, 19, 0.5);
}

@media only screen and (min-width: 992px) {
  .agenda-section .pub-box img {
    max-height: 260px;
    width: 100%;
  }
}

.agenda-section .pub-box .owl-controls {
  position: absolute;
  left: 0;
  bottom: 20px;
}

.statistics-section h2 {
  line-height: 41.5px;
}

.chart {
  display: inline-block;
  width: 223px;
  padding: 0 10px;
  position: relative;
}

.chart .percentage {
  text-align: center;
}

.chart .percentage span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: 162px;
}

.list-media {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
}

@media only screen and (max-width: 992px) {
  .list-media .absolute-date {
    margin-bottom: 10px;
  }
}

.list-media .title {
  line-height: .9em;
}

.list-media .title a {
  display: block;
  color: #333a40;
}

.list-media .title a:hover {
  color: #8f1013;
}

.search-list li {
  border-bottom: 1px solid #eeeeee;
}

.filter-slider li a {
  height: 180px;
  padding-left: 10px;
  padding-right: 10px;
  background-image: url("../images/arrows.png");
  background-repeat: no-repeat;
  background-position: center;
}

.filter-slider .owl-controls .owl-nav .owl-prev,
.filter-slider .owl-controls .owl-nav .owl-next {
  width: 16px;
  height: 27px;
  font-size: 0;
  text-indent: -9999px;
  background: url("../images/sprite.png") no-repeat;
}

@media only screen and (min-width: 1140px) {

  .filter-slider .owl-controls .owl-nav .owl-prev,
  .filter-slider .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 45%;
  }
}

@media only screen and (max-width: 992px) {

  .filter-slider .owl-controls .owl-nav .owl-prev,
  .filter-slider .owl-controls .owl-nav .owl-next {
    position: absolute;
    bottom: -47px;
  }
}

.filter-slider .owl-controls .owl-nav .owl-prev {
  background-position: 0 -63px;
}

@media only screen and (min-width: 1140px) {
  .filter-slider .owl-controls .owl-nav .owl-prev {
    left: -60px;
  }
}

@media only screen and (max-width: 992px) {
  .filter-slider .owl-controls .owl-nav .owl-prev {
    left: 0;
  }
}

.filter-slider .owl-controls .owl-nav .owl-next {
  background-position: -20px -63px;
}

@media only screen and (min-width: 1140px) {
  .filter-slider .owl-controls .owl-nav .owl-next {
    right: -60px;
  }
}

@media only screen and (max-width: 992px) {
  .filter-slider .owl-controls .owl-nav .owl-next {
    right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .faq-section {
    margin-left: -5px;
    margin-right: -25px;
  }

  .faq-section .grid-container {
    margin-left: -20px;
  }
}





.faq-section .faq-box {
  min-height: 380px;
  background: url("../images/question-mark.png") no-repeat 94% center #eee;
  padding: 10px;
}

.faq-section .faq-question {
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}

@media only screen and (max-width: 992px) {
  .faq-section .faq-question {
    min-height: 200px;
  }
}

.faq-section .faq-question .card .front,
.faq-section .faq-question .card .back {
  padding: 0 60px;
}

.faq-section .faq-question:hover,
.faq-section .faq-question:active {
  /*background-color: $primaryRed;
      color: $white;*/
}

.pages-section .box {
  position: relative;
  width: 350px;
  height: 238px;
  max-width: 100%;
}

.pages-section .box h4 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.pages-section .box h4 a {
  background-color: rgba(0, 0, 0, 0.64);
  padding: 20px 0;
}

.pages-section .box h4 a:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.74);
}

.flip-container {
  display: block;
}

.flip-container:hover .card {
  transform: rotateX(180deg);
}

.flip-container .card {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 0.5s;
}

.flip-container .card .front,
.flip-container .card .back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateX(0deg);
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flip-container .card .front {
  z-index: 2;
}

.flip-container .card .back {
  z-index: 1;
  transform: rotateX(180deg);
}

.custom-select .selectize-dropdown {
  border: none;
}

.custom-select .datepicker-wrapper {
  position: relative;
}

.custom-select .datepicker-wrapper input {
  background-color: #ffffff;
  border: 0;
  width: 100%;
  font-size: 1.6rem;
  color: #265767;
  height: 43px;
  text-indent: 4px;
  outline: 0;
  /*&::-webkit-inner-spin-button,
      &::-webkit-outer-spin-button {
        -webkit-appearance: none;
      }*/
}

.custom-select .datepicker-wrapper:after {
  content: "\f0d7";
  border: 0;
  font-weight: normal;
  font-family: FontAwesome;
  right: 10px;
  color: #8f1013;
  top: 11px;
  position: absolute;
}

.custom-select .datepicker-wrapper:hover:after {
  display: none;
}

.custom-select .datepicker-wrapper .datepicker,
.custom-select .datepicker-wrapper .form-text {
  border: none;
  outline: 0;
  height: 43px;
  max-width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  border: 0;
  width: 143px;
  padding-left: 10px;
}

.custom-select .datepicker-wrapper .description {
  display: none;
}

.custom-select .selectize-input {
  border-radius: 0;
  padding: 0 0 0 10px;
  color: #265767;
  line-height: 43px;
}

.custom-select .selectize-input:after {
  right: 19px !important;
  color: #8f1013;
  margin-top: -20px !important;
}

.custom-select.grey .selectize-input {
  background-color: #eee !important;
}

.list-reglementation {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
}

.list-reglementation .regle-box {
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  .list-reglementation,
  .list-reglementation .view-content {
    display: block !important;
  }

  .list-reglementation .regle-box {
    width: 31%;
    float: left;
    margin-bottom: 35px;
  }

  .list-reglementation .regle-box:not(:nth-child(3n)) {
    margin-right: 3%;
  }
}

.list-reglementation .regle-box .category {
  margin-right: -20px;
  padding: 8px 15px;
}

.list-reglementation .regle-box .btn-danger {
  padding-left: 10px;
  padding-right: 10px;
}

.list-agenda li {
  padding: 25px;
  transition: all 0.3s;
}

.list-agenda li:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

.list-news li {
  padding: 25px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}

.list-news li:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

.list-news li .excerpt {
  color: #8a8a8a;
}

.list-news li .text h2 {
  line-height: 1.3em;
  margin-bottom: 1rem;
}

.list-publications li .text h2 {
  line-height: 1.3em;
  margin-top: 2rem !important;
}

@media only screen and (min-width: 992px) {
  .list-news li .image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 255px;
  }

  .list-news li .text {
    padding-left: 255px;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .list-news li .text {
    display: block;
  }
}

@media only screen and (max-width: 992px) {
  .list-news li .flex {
    display: block;
  }
}

.table-responsive {
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
}

.table {
  min-width: 100%;
}

.table thead tr {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.table tbody tr th,
.table thead tr th {
  font-family: "Avenir-Black", sans-serif
    /*rtl:prepend:"JF Flat",*/
  ;
  padding: 18px 12px;
  color: #8f1013;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.table tbody tr td {
  padding: 18px 12px;
  color: #777d7f;
  vertical-align: middle;
  border: 0;
}

.table tbody tr:nth-child(odd) td {
  background-color: #f2f3f5;
  border-bottom: 1px solid #e2e3e5;
}

.table tbody tr:nth-child(even) td {
  border-bottom: 1px solid #eeeeee;
}

.table.list-ao tr td .btn-danger {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 1.2rem;
}

#accordion.faq .panel-default {
  border: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  margin-bottom: 10px;
}

#accordion.faq .panel-default>.panel-heading {
  background-color: #ffffff;
  border: 0;
  padding: 20px;
}

.accordion-list .panel-default .panel-heading {
  background-color: #f8f8f8 !important;
  box-shadow: 0 2px 8px rgb(0 0 0 / 18%);
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default>.panel-heading a {
  color: #333;
}

/* .panel.panel-default.collapsible-item {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0;
  margin-bottom: 2rem;
} */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#accordion.faq .panel-default>.panel-heading a {
  color: #8f1013;
  font-size: 1.8rem;
  font-family: "Avenir-Black", sans-serif
    /*rtl:prepend:"JF Flat",*/
  ;
  line-height: 1.5em;
  position: relative;
  display: block;
}

#accordion.faq .panel-default>.panel-heading a:after {
  content: "\f078";
  position: absolute;
  right: 0;
  top: 1px;
  font-family: "FontAwesome";
  font-size: 1.6rem;
  color: #8f1013;
}

#accordion.faq .panel-default>.panel-heading a[aria-expanded=true]:after {
  content: "\f077";
}

#accordion.faq .panel-default .panel-collapse>.panel-body {
  border: none;
  padding: 5px 20px 20px;
  font-size: 1.8rem;
  color: #4c4c4c;
}

.list-publications li {
  padding: 15px 0;
  transition: all 0.3s;
}

.list-publications li .text {
  padding-top: 20px;
  color: #8a8a8a;
}

.list-publications li .image {
  border-bottom: 1px solid #ffffff;
}

.list-publications li:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.18);
}

.list-publications li:hover .text h2 a {
  color: #8f1013;
}

@media only screen and (max-width: 767px) {
  .list-publications li .image {
    height: 250px;
  }

  .list-publications li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .list-publications li .text {
    margin-top: 2.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .absolute-date {
    padding: 10px 10px 7px;
    position: absolute;
    right: 22px;
    top: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 992px) {
  .absolute-date {
    padding: 15px;
    margin-bottom: 20px;
    text-align: left;
    display: inline-block;
  }

  .absolute-date br {
    display: none;
  }
}

.absolute-date .fa-calendar {
  margin-right: 10px;
}

.fil-ariane {
  background-color: #ffffff;
  padding: 22px 0;
}

.fil-ariane a {
  color: #4f4f4f;
}

.fil-ariane a:hover {
  color: #8f1013;
}

.fil-ariane span {
  color: #8f1013;
}

.fil-ariane .fa {
  font-size: 1.2rem;
  color: #4f4f4f;
  margin: 0 7px;
}

.page-header-zone {
  padding-top: 25px;
  padding-bottom: 25px;
  background-image: url("../images/arrows.png");
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: contain;
}

@media only screen and (min-width: 1420px) {
  .page-header-zone {
    background-position: 80% center;
  }
}

@media only screen and (min-width: 1920px) {
  .page-header-zone {
    background-position: 70% center;
  }
}

.page-header-zone .date {
  min-height: 70px;
  padding-left: 5px;
  padding-right: 5px;
}

@media only screen and (max-width: 768px) {
  .page-header-zone>.container {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .page-header-zone .zone-right form>* {
    float: right !important;
  }

  .page-header-zone .zone-right form .form-item-filter-by-month-year {
    width: 130px;
  }
}

@media only screen and (max-width: 992px) {
  .page-header-zone h1 {
    margin-bottom: 25px;
  }

  .page-header-zone .zone-right form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.page-header-zone .apply-filter {
  position: relative;
  cursor: pointer;
}

.page-header-zone .apply-filter:after {
  content: "\f00c";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 4px;
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 2.5rem;
  transition: all 0.3s;
}

.page-header-zone .apply-filter input {
  background-color: #8f1013;
  border: 1px solid #8f1013;
  font-size: 0;
  width: 100%;
  height: 43px;
  padding: 0;
  transition: all 0.3s;
}

.page-header-zone .apply-filter:hover input {
  background-color: #ffffff;
}

.page-header-zone .apply-filter:hover:after {
  color: #8f1013;
}

@media only screen and (min-width: 992px) {
  .path-reglementations .page-header-zone {
    background-position: 14% center;
  }
}

.list-posts-acnhors li {
  border-bottom: 1px solid #eeeeee;
}

.zoomable .zoom {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.3s;
}

.zoomable .zoom:hover {
  background-color: #8f1013;
}

@media only screen and (min-width: 992px) {
  .social-links {
    position: absolute;
    right: -50px;
    top: 0;
  }
}

.social-links a {
  width: 33px;
  height: 33px;
  margin-bottom: 7px;
  background: url("../images/social.png") no-repeat;
  transition: all 0.3s;
}

@media only screen and (min-width: 992px) {
  .social-links a {
    display: block;
  }
}

@media only screen and (max-width: 992px) {
  .social-links a {
    display: inline-block;
  }
}

.social-links a.twitter {
  background-position: 0 -37px;
}

.social-links a.linkedin {
  background-position: 0 -74px;
}

.social-links a.mail {
  background-position: 0 -112px;
}

.social-links a.print {
  background-position: 0 -148px;
}

.social-links a:hover {
  transform: rotate(360deg);
}

@media only screen and (max-width: 992px) {
  .page-side-menu {
    margin-bottom: 3rem;
  }
}

.page-side-menu>li:hover>a,
.page-side-menu>li.active>a {
  background-color: #d9b747;
}

.page-side-menu>li:hover>ul,
.page-side-menu>li.active>ul {
  display: block;
}

.page-side-menu>li ul li>a {
  padding-left: 30px !important;
}

.page-side-menu>li ul li:hover>a,
.page-side-menu>li ul li.active>a,
.sidebar ul.menu li:hover>a,
.sidebar ul.menu a.is-active {
  background-color: #760c0d;
}

.page-side-menu li ul {
  display: none;
}

.page-side-menu li a {
  border-bottom: 1px solid #770c0e;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #8f1013;
  color: #ffffff;
}

.page-side-menu li a .fa {
  transition: all 0.3s;
  color: #ffffff;
}

.page-side-menu li.expanded:hover>a .fa,
.page-side-menu li.expanded.active>a .fa {
  transform: rotate(90deg);
}

.documents {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.documents ul {
  overflow: hidden;
}

.documents li {
  line-height: 30px;
  padding: 12px 1px;
  color: #545454;
}

.documents li:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.documents li .fa-file-text-o {
  margin-right: 7px;
  font-size: 2.7rem;
}

.documents li span.red {
  margin-left: 4px;
}

.documents li a:hover .fa {
  color: #8f1013;
}

.pagination {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 40px !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pagination.center {
  text-align: center;
}

.pagination.big>a,
.pagination.big>span {
  width: 52px;
  height: 52px;
  margin: 0 6px;
  line-height: 48px !important;
}

.pagination.big>a .fa {
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .pagination {
    padding: 0 15px;
  }
}

.pagination li {
  margin-left: 0 !important;
}

.pagination>a,
.pagination>span {
  display: inline-block;
  background-color: #ffffff;
  width: 49px;
  height: 49px;
  text-align: center;
  line-height: 48px !important;
  margin: 0 1px;
  float: none !important;
  padding: 0 !important;
  color: #08569a;
  font-family: "Avenir-Heavy", sans-serif
    /*rtl:prepend:"JF Flat",*/
  ;
  font-size: 1.8rem;
}

.pagination>a:last-child,
.pagination>span:last-child {
  font-size: 2.7rem;
}

.pagination>a:hover {
  background-color: #08569a !important;
  color: #fff !important;
}

.pagination>span {
  background-color: #08569a;
  color: #fff;
}

.pagination>a .fa {
  font-size: 1.2rem;
}

.pagination>a .fa:last-child {
  margin-left: -6px;
}

.change-manuel-search input[type=text],
.nomenclature-search input[type=text] {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e3e5e8;
  height: 30px;
  text-indent: 10px;
  font-size: 1.4rem;
  outline: 0;
}

.nomenclature-search input[type=text] {
  height: 36px !important;
}

.change-manuel-search input[type=text]::-webkit-input-placeholder,
.nomenclature-search input[type=text]::-webkit-input-placeholder {
  color: #ced1d5;
}

@media only screen and (max-width: 767px) {

  .change-manuel-search input[type=text],
  .nomenclature-search input[type=text] {
    margin-bottom: 10px;
  }
}

.change-manuel-search .custom-select .selectize-input,
.nomenclature-search .custom-select .selectize-input {
  border: 1px solid #e3e5e8;
  border-radius: 4px;
  line-height: 28px;
  font-size: 1.4rem;
  color: #ced1d5;
}

.change-manuel-search .custom-select .selectize-input:after,
.nomenclature-search .custom-select .selectize-input:after {
  top: 68%;
}

@media only screen and (max-width: 767px) {
  .change-manuel-search .custom-select .selectize-input {
    margin-bottom: 7px;
  }
}

.change-manuel-search .submit,
.nomenclature-search .submit {
  text-align: center;
  padding: 5px 10px;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.nomenclature-search .submit input[type=submit] {
  width: 100% !important;
  background-position: 60px -14px !important;
}


.change-manuel-search .submit:hover input[type=submit] {
  background-position: 0 0;
}

.nomenclature-search .submit:hover input[type=submit] {
  background-position: 60px 3px !important;
}

.change-manuel-search .submit input[type=submit],
.nomenclature-search .submit input[type=submit] {
  width: 17px;
  height: 17px;
  border: 0;
  font-size: 0;
  /*rtl:ignore*/
  background: url("../images/sprite.png") no-repeat 0 -17px;
}


@media only screen and (max-width: 767px) {
  .change-manuel-search .submit {
    margin-bottom: 30px;
  }
}

.hamburger {
  display: none;
  padding: 15px 15px;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.accordion-list .panel-group .panel+.panel {
  margin-top: 2px;
}

.accordion-list .panel-default {
  padding: 0;
  border-color: transparent;
}

.accordion-list .panel-default .panel-heading {
  background-color: #8f1013;
  border-color: transparent;
  border-radius: 0;
}

.accordion-list .panel-default .panel-heading h4 {
  color: #fff;
}

.accordion-list .panel-default .panel-heading h4 a {
  font-family: 'Avenir-Black';
  font-size: 1.8rem;
  color: #000;
}
/* li:has(> span.menu-item-hidden) {
  display: none !important;
} */

.panel-default .glyphicon.glyphicon-chevron-down {
  font-family: "FontAwesome";
}

.panel-default .glyphicon.glyphicon-chevron-down:before {
  content: "\f078";
}

.panel-default h4 a[aria-expanded=true] .glyphicon.glyphicon-chevron-down:before {
  content: "\f077";
}

.accordion-list .panel-default .panel-body {
  border: 1px solid #dcdcdc;
}

.panel-body {
  padding: 15px;
}

.bootstrap-tabs .nav-tabs {
  margin-left: 0;
}

.bootstrap-tabs .nav-tabs .tab-link {
  background-color: #8f1013;
  border-radius: 0;
  color: #fff;
  font-family: 'Avenir-Black';
  font-size: 1.6rem;
}

.bootstrap-tabs .nav-tabs .tab-link:hover {
  border-color: transparent;
  background-color: #d9b825;
  opacity: .9;
}

.bootstrap-tabs .nav-tabs>li.active>a,
.bootstrap-tabs .nav-tabs>li.active>a:focus,
.bootstrap-tabs .nav-tabs>li.active>a:hover {
  background-color: #d9b825;
  color: #fff;
  border-color: transparent;
  opacity: .9;
}

.bootstrap-tabs .nav-tabs .active .tab-link {
  border-color: transparent;
}

.bootstrap-tabs .tab-content {
  padding: 15px;
  line-height: 1.6em;
  background-color: #f5f5f5;
}

.card {
  border: 1px solid #eee;
}

.card .card-body {
  padding: 15px;
  overflow: hidden;
}

.card .card-body p {
  text-align: left;
}

.card .card-body h3 {
  margin: 0 0 15px;
  font-size: 2.2rem;
  font-family: "Avenir-Black";
}

.card .card-body ul {
  margin-left: 20px;
}

.card .card-body a h5 {
  margin: 0;
  font-size: 1.8rem;
}

.card .card-body hr {
  margin-top: 12px;
  margin-bottom: 12px;
}

.list-cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
}

.list-cards>li {
  list-style: none;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
  margin: 10px;
}

.sitemap-box h2 {
  font-size: 3rem;
  font-family: "Avenir-Black", sans-serif
    /*rtl:prepend:"JF Flat",*/
  ;
  margin-bottom: 3rem;
}

.sitemap-menu {
  padding-left: 2rem;
}

.sitemap-menu li.expanded>span,
.sitemap-menu li.expanded>a,
.content>.sitemap-menu>li>a {
  font-size: 2.5rem;
  font-family: "Avenir-Black", sans-serif
    /*rtl:prepend:"JF Flat",*/
  ;
  color: #8f1013;
  padding-bottom: 1rem;
  display: block;
}

.sitemap-menu li.expanded>a:hover,
.content>.sitemap-menu>li>a:hover {
  text-decoration: underline;
}

.sitemap-menu li.expanded>ul {
  padding-bottom: 1rem;
  padding-left: 2rem;
}

.sitemap-menu li.expanded>ul li {
  line-height: 2.2em;
  padding-left: 2rem;
  position: relative;
}

.sitemap-menu li.expanded>ul li:before {
  content: "\f054";
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  color: #02425b;
  font-size: .9em;
}

.sitemap-menu li.expanded>ul li a {
  color: #08569a;
  font-size: 2rem;
  font-family: "Avenir-Heavy", sans-serif
    /*rtl:prepend:"JF Flat",*/
  ;
}

.sitemap-menu li.expanded>ul li a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 992px) {
  .statistic-block {
    height: 380px;
  }
}

@media only screen and (min-width: 992px) {
  #block-basededonnees a {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 992px) {

  #block-chartblock,
  #block-basededonnees {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#block-chartblock {
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  #block-chartblock {
    height: 380px;
  }
}

@media only screen and (max-width: 992px) {
  #block-chartblock canvas {
    margin-bottom: 20px;
  }

  #block-chartblock .btn {
    white-space: initial;
  }
}

/* ------------------- */
/* == Buttons          */
/* ------------------- */
.btn {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 12px 35px;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
  white-space: normal;
  transition: all 0.5s;
  display: block;
  overflow: hidden;
}

.btn.is-animated:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid;
  transform: translateX(-100%);
  z-index: 0;
  transition: all 0.5s;
}

.btn span {
  position: relative;
  z-index: 1;
}

.btn.small {
  font-size: 14px !important;
  min-width: 140px;
  padding: 8px 35px;
}

.btn.medium {
  min-width: 220px;
}

.btn.large {
  font-size: 2rem !important;
  min-width: 280px;
  padding: 25px 35px;
}

.btn.btn-primary {
  background-color: #08569a;
  color: #fff;
}

.btn.btn-primary:before {
  border-bottom-color: #ffffff;
}

.btn.btn-primary.is-animated:hover,
.btn.btn-primary.is-animated:active {
  color: #08569a;
}

.btn.btn-primary.is-animated:hover:before,
.btn.btn-primary.is-animated:active:before {
  transform: translateX(0);
}

.btn.btn-primary:not(.is-animated):hover,
.btn.btn-primary:not(.is-animated):active {
  color: #ffffff;
  background-color: rgba(8, 86, 154, 0.8);
}

.btn.btn-success {
  background-color: #5a8067;
  border-color: #5a8067;
  color: #ffffff;
}

.btn.btn-success:hover {
  color: #5a8067;
  background-color: transparent;
}

.btn.btn-success:active {
  background-color: rgba(90, 128, 103, 0.7);
  border-color: rgba(90, 128, 103, 0.7);
}

.btn.btn-danger {
  background-color: #8f1013;
  border-color: #8f1013;
  color: #ffffff;
}

.btn.btn-danger:hover {
  color: #8f1013;
  background-color: transparent;
}

.btn.btn-danger:active {
  background-color: rgba(143, 16, 19, 0.7);
  border-color: rgba(143, 16, 19, 0.7);
}

.btn.btn-warning {
  background-color: #ef9539;
  border-color: #ef9539;
  color: #ffffff;
}

.btn.btn-warning:hover {
  color: #ef9539;
  background-color: transparent;
}

.btn.btn-warning:active {
  background-color: rgba(239, 149, 57, 0.7);
  border-color: rgba(239, 149, 57, 0.7);
}

/* --------------- */
/* == Forms        */
/* --------------- */
textarea {
  resize: none;
}

.form-control {
  height: 55px;
  border: 0;
  font-size: 1.6rem;
  padding-left: 19px;
  padding-right: 19px;
  border: 1px solid #e6e6e6;
  color: #576066;
  box-shadow: none;
  border-radius: 0;
}

.form-control::-webkit-input-placeholder {
  color: #576066;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #576066;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #576066;
}

.form-control:-ms-input-placeholder {
  color: #576066;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #45525c;
}

.form-control.error {
  background-color: #ffe5e5;
  border-color: #fd4f4f;
}

.form-control.success {
  background-color: #eff7e3;
  border-color: #94ca45;
}

.radio {
  margin-bottom: 0;
}

.radio input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.radio label {
  color: #45525c;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 2rem;
}

.radio label:before {
  content: "";
  display: block;
  position: absolute;
  border: 3px solid #45525c;
  height: 2rem;
  width: 2rem;
  top: 0;
  left: 0;
  z-index: 5;
  transition: background 0.25s linear;
}

.radio label.checked:before {
  background: #45525c;
  border-color: #45525c;
}

.checkbox {
  display: inline-block;
  margin-right: 15px;
}

.checkbox input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}

.checkbox label {
  font-size: 10px !important;
  text-transform: uppercase;
  border: solid 1px;
  padding: 3px 15px;
  transition: all 0.3s;
}

.checkbox label:hover,
.checkbox label.checked {
  color: #ffffff;
  background: #45525c;
}

.form-agenda {
  text-align: right;
}

.form-agenda .submit {
  background: 0;
  padding: 0;
  border: 0;
  color: #ffffff;
  font-size: 0;
  width: 41px;
  height: 41px;
  background: url("../images/sprite.png") no-repeat -151px -440px;
  transition: all 0.3s;
}

.form-agenda .submit:hover {
  opacity: 0.8;
}

.form-newsletter {
  margin-top: 25px;
}

.form-newsletter .form-control {
  height: 45px;
  box-shadow: none;
  padding-left: 0;
  border: none;
}

.form-newsletter .input-group {
  border-bottom: 2px solid #08569a;
}

.form-newsletter .input-group .input-group-addon {
  font-size: 1.8rem;
  border: 0;
  background: none;
  border-radius: 0;
  color: #08569a;
  padding-left: 0;
}

.form-newsletter .submit {
  background: 0;
  padding: 0;
  border: 0;
  color: #08569a;
  font-size: 0;
  width: 41px;
  height: 41px;
  background: url("../images/sprite.png") no-repeat -151px -485px;
  transition: all 0.3s;
}

.form-newsletter .submit:hover {
  opacity: 0.8;
}

.selectize-input {
  border: 0;
  box-shadow: none;
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif
    /*rtl:prepend:"JF Flat",*/
  ;
  font-size: 1.6rem;
  font-weight: 600;
  padding-right: 25px;
}

.selectize-control.single .selectize-input.input-active:after {
  content: "\f0d8";
  margin-top: -10px;
}

.selectize-control.single .selectize-input:after {
  content: "\f0d7";
  border: 0;
  font-weight: normal;
  display: inline-block;
  margin-top: -7px;
  font-family: FontAwesome;
}

.selectize-input.input-active {
  background: none;
}

.selectize-input.dropdown-active {
  border-radius: 0;
}

.selectize-input.focus {
  box-shadow: none;
}

.selectize-input input[type="text"] {
  display: none !important;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  font-size: 1.6rem;
  font-weight: bold;
  padding-right: 25px;
}

.checkbox-inline {
  position: relative;
  padding-left: 22px;
  color: #5f5e5e;
}

.checkbox-inline input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.checkbox-inline input:checked+ ::after {
  display: none;
}

.checkbox-inline:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  transform: translateY(-53%);
  background: url("../images/form-sprite.png") no-repeat 0 0;
}

.checkbox-inline.checked:before {
  background-position: 0 -16px;
}

.radio-inline {
  position: relative;
  padding-left: 22px;
  color: #5f5e5e;
}

.radio-inline input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.radio-inline input:checked+ ::after {
  display: none;
}

.radio-inline:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  transform: translateY(-52%);
  background: url("../images/form-sprite.png") no-repeat 0 -32px;
}

.radio-inline.checked:before {
  background-position: 0 -48px;
}

.form-item {
  overflow: hidden;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 1em;
  padding-bottom: 1em;
}

.form-item label:not(.option) {
  display: block;
  margin-bottom: 11px !important;
}

@media only screen and (min-width: 768px) {
  .form-item label:not(.option) {
    /*width: 25%;
    float: left;*/
  }
}

.form-item input[type=text],
.form-item input[type=email],
.form-item input[type=tel],
.form-item input[type=date],
.form-item input[type=number],
.form-item .form-select {
  height: 44px;
  border: 1px solid #f1f1f1;
  max-width: 100%;
  outline: 0;
  text-indent: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  background: #fafafa;
}

@media only screen and (min-width: 768px) {

  .form-item input[type=text],
  .form-item input[type=email],
  .form-item input[type=tel],
  .form-item input[type=date],
  .form-item input[type=number],
  .form-item .form-select {
    width: 50%;
    float: left;
  }
}

@media only screen and (max-width: 767px) {

  .form-item input[type=text],
  .form-item input[type=email],
  .form-item input[type=tel],
  .form-item input[type=date],
  .form-item input[type=number],
  .form-item .form-select {
    min-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .webform-multiple-table-responsive td {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) {

  [id*="edit-experiences-professionnelles-significatives-items"] .form-item input[type=date],
  [id*="edit-experiences-professionnelles-significatives-items"] .form-item input[type=number],
  [id*="edit-experiences-professionnelles-significatives-items"] .form-item .form-select {
    width: 100%;
  }
}

.form-item textarea {
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  text-indent: 10px;
  outline: 0;
  background: #fafafa;
}

@media only screen and (min-width: 768px) {
  .form-item .form-managed-file {
    width: 50%;
    float: left;
  }
}

.form-item .form-managed-file .description {
  padding: 10px 0;
}

@media only screen and (min-width: 768px) {
  .form-item .intl-tel-input {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .form-item .intl-tel-input {
    min-width: 100%;
  }
}

.form-item label.option {
  font-weight: 700;
  margin-left: 5px;
}

.form-item .intl-tel-input input[type=tel] {
  width: 100%;
}

form .form-submit {
  background: #08569a;
  border: 2px solid #ffffff;
  color: #fff;
  font-size: 2rem;
  padding: 12px 25px;
  transition: all 0.3s ease;
}

form .form-submit:hover {
  border-color: #08569a;
  background-color: #ffffff;
  color: #08569a;
}

.webform-submission-form {
  margin-bottom: 40px;
}

.webform-submission-form .form-item-experiences-professionnelles-significatives-add-more-items {
  margin-top: 0 !important;
  display: block;
}

.webform-submission-form .form-item-experiences-professionnelles-significatives-add-more-items .form-number {
  width: 100px;
  min-width: auto;
  margin-right: 10px;
}

.webform-submission-form .form-item-experiences-professionnelles-significatives-add-more-items .form-number+.field-suffix {
  line-height: 46px;
  display: inline-block;
}

.webform-submission-form .tabledrag-toggle-weight {
  float: none;
  margin-bottom: 20px;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .webform-submission-form .webform-multiple-sort-weight {
    min-width: 100% !important;
  }
}

.webform-submission-form .form-submit {
  margin-left: 13px;
  margin-right: 13px;
}

.webform-submission-form .form-item .form-item {
  margin-left: 0;
}

.webform-submission-form .form-item,
.webform-submission-form .custom-select,
.webform-submission-form .captcha {
  margin-left: 13px;
  margin-right: 13px;
  padding-left: 2px;
  padding-right: 2px;
}

@media only screen and (min-width: 768px) {
  .webform-submission-form .captcha {
    width: 50%;
  }
}

.webform-submission-form .captcha summary {
  padding: 20px;
  outline: 0;
}

.webform-submission-form .captcha .form-item {
  margin-left: 0;
}

.webform-submission-form .captcha .form-item-captcha-response .description {
  padding-top: 1em;
}

@media only screen and (min-width: 768px) {
  .webform-submission-form .captcha .form-item-captcha-response .description {
    float: left;
    padding-left: 15px;
    line-height: 1.4em;
  }
}

.webform-options-display-side-by-side .form-item {
  padding-left: 1px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.webform-type-radios legend {
  padding: 12px 0 !important;
}

.form-type-textarea label {
  margin-bottom: 12px;
}

/* ------------------ */
/* == Sliders         */
/* ------------------ */
.background-slider {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.background-slider img {
  opacity: .65;
}

.background-slider .owl-stage-outer,
.background-slider .owl-stage-outer .owl-stage,
.background-slider .owl-stage-outer .owl-item,
.background-slider .owl-stage-outer .item {
  height: 100%;
}

.thumbnail-nav .owl-controls {
  position: relative;
}

.thumbnail-nav .owl-controls .owl-nav {
  display: none;
}

.thumbnail-nav .owl-controls .owl-dots {
  margin-left: 45px;
  margin-right: 45px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}

.thumbnail-nav .owl-controls .owl-dots .owl-dot {
  height: 95px;
  width: 16%;
  background-size: cover;
  margin-right: 2px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.thumbnail-nav .owl-controls .owl-dots .owl-dot:hover {
  opacity: .8;
}

.thumbnail-nav .owl-controls .owl-dots .owl-dot span,.thumbnail-nav .owl-theme .owl-dots .owl-dot span {
  display: none;
}

@media only screen and (min-width: 768px) {
  #block-publicationblock .pub-box {
    min-height: 320px;
  }
}

#block-publicationblock .pub-box {
  margin-left: 0;
}

#block-views-block-agenda-block-1 ul>li {
  margin-left: 0;
}

#block-views-block-agenda-block-1 ul>li>div[class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 768px) {
  .col-xs-12:not(.last) {
    margin-bottom: 25px;
  }

  #block-views-block-agenda-block-1 ul>li {
    display: -ms-flexbox;
    display: flex;
  }

  #block-views-block-agenda-block-1 ul>li .flip-container {
    height: 100%;
  }

  #block-views-block-agenda-block-1 ul>li .flip-container .card {
    font-size: 2.3rem;
  }

  #block-publicationblock .pub-box .owl-controls {
    margin-left: 20px;
  }

  #block-publicationblock .pub-box .owl-item article>div[class*=col-xs] {
    width: 100%;
  }

  #block-publicationblock .pub-box .owl-item article>div[class*=col-xs]:first-child {
    margin-bottom: 15px;
  }
}

.path-organigramme #block-oc-content {
  overflow-x: auto;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  /* IE10+ CSS styles go here */
  .faq-section .grid-container {
    display: block !important;
  }

  .faq-section .grid-container .faq-question {
    float: left;
    margin-bottom: 10px;
    width: calc(50% - 7px);
    height: 185px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .faq-section .grid-container .faq-question:nth-child(odd) {
    margin-right: 7px;
  }

  .faq-section .grid-container .faq-question:nth-child(even) {
    margin-left: 7px;
  }


  .faq-section .faq-box {
    display: block;
    padding-top: 72px;
  }

  .flip-container .card {
    position: relative;
    left: auto;
    top: auto;
  }

  .faq-section .flip-container .card {
    height: 185px;
  }

  .agenda-section .flip-container .card {
    height: 156px;
  }

  .flip-container .card .front,
  .flip-container .card .back {
    position: relative;
    top: auto;
    left: auto;
    min-height: calc(100%);
    float: left;
    padding-top: 48px !important;
  }

  .flip-container .card .back {
    display: none;
  }

  .flip-container .card .front {
    display: block;
  }

  .faq-section .flip-container:hover .card {
    transform: rotateX(0) !important;
  }

  .faq-section .flip-container:hover .card .front {
    display: none;
  }

  .faq-section .flip-container:hover .card .back {
    display: block;
    transform: rotateX(0);
  }
}

/*rtl:raw:
.dhx_content_title,
.dhx_content_text {
  font-family: "JF Flat", sans-serif;
}
*/

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .65);
  display: none;
}

body.popup-mode .overlay {
  display: block;
  z-index: 18;
}

.popup {
  position: fixed;
  /*rtl:ignore*/
  left: 50%;
  top: 90px;
  width: 600px;
  max-width: 92%;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  padding: 3.5rem 2.5rem 2.5rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 19;
  display: none;
}

.popup.active {
  display: block;
}

.popup .skip {
  position: absolute;
  right: 10px;
  top: 7px;
  cursor: pointer;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }
}

a {
  color: #337ab7;
}

.row-actions {
  display: flex;
}

.views-field.views-field-field-document {
  width: 100%;
}

@media (min-width: 768px) and (max-width:991px) {
  .container {
    width: 750px;
    max-width: 750px;
  }
}

@media screen and (max-width: 767px) {

  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>thead>tr>th {
    white-space: nowrap;
  }
}
.custom-select {
  height: auto;
  background: transparent;
  border: none;
}
.float-left {
  float: left !important;
}
