@charset "UTF-8";
/* ==========================================================================
	Imports
/* ========================================================================== */
/* ==========================================================================
	Variables
/* ========================================================================== */
/* Colors */
/* Font Sizes */
/* Fonts */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.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; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -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 {
  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; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

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

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

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

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

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

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

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

.fa-git:before {
  content: ""; }

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

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

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

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

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

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

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

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

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

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

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

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

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

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

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

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: ""; }

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

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

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

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

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

.fa-hourglass:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

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

.fa-gg:before {
  content: ""; }

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

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

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

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

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

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

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

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

.fa-contao:before {
  content: ""; }

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

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

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

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

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

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

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

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

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

.fa-fonticons:before {
  content: ""; }

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

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

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

.fa-usb:before {
  content: ""; }

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

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

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

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

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

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

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

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

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

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

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

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

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

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

.fa-blind:before {
  content: ""; }

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

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

.fa-braille:before {
  content: ""; }

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

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

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

.fa-glide:before {
  content: ""; }

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

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

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

.fa-viadeo:before {
  content: ""; }

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

.fa-snapchat:before {
  content: ""; }

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

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

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

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

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

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

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

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

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

/* ==========================================================================
	GRID SETTINGS
/* ========================================================================== */
.container {
  max-width: 80.125em;
  margin: auto; }

.relative {
  position: relative; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* ==========================================================================
    SLICK SLIDER
/* ========================================================================== */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* ==========================================================================
	RESET LIGHT
/* ========================================================================== */
* {
  outline: none !important; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 16px 40px; }

dfn {
  font-style: italic; }

mark {
  background: #fff;
  color: #444; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 16px; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -8px; }

sub {
  bottom: -4px; }

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

figure {
  margin: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/* ==========================================================================
	Print styles.
	Inlined to avoid required HTTP connection: h5bp.com/r
/* ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #444;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

@font-face {
  font-family: 'GillSansMTProBold';
  src: url("../fonts/GillSansMTProBold.eot");
  src: url("../fonts/GillSansMTProBold.eot") format("embedded-opentype"), url("../fonts/GillSansMTProBold.woff2") format("woff2"), url("../fonts/GillSansMTProBold.woff") format("woff"), url("../fonts/GillSansMTProBold.ttf") format("truetype"), url("../fonts/GillSansMTProBold.svg#GillSansMTProBold") format("svg"); }

@font-face {
  font-family: 'GillSansMTProCondensed';
  src: url("../fonts/GillSansMTProCondensed.eot");
  src: url("../fonts/GillSansMTProCondensed.eot") format("embedded-opentype"), url("../fonts/GillSansMTProCondensed.woff2") format("woff2"), url("../fonts/GillSansMTProCondensed.woff") format("woff"), url("../fonts/GillSansMTProCondensed.ttf") format("truetype"), url("../fonts/GillSansMTProCondensed.svg#GillSansMTProCondensed") format("svg"); }

@font-face {
  font-family: 'GillSansMTProLight';
  src: url("../fonts/GillSansMTProLight.eot");
  src: url("../fonts/GillSansMTProLight.eot") format("embedded-opentype"), url("../fonts/GillSansMTProLight.woff2") format("woff2"), url("../fonts/GillSansMTProLight.woff") format("woff"), url("../fonts/GillSansMTProLight.ttf") format("truetype"), url("../fonts/GillSansMTProLight.svg#GillSansMTProLight") format("svg"); }

@font-face {
  font-family: 'GillSansDisplayMTProBold';
  src: url("../fonts/GillSansDisplayMTProBold.eot");
  src: url("../fonts/GillSansDisplayMTProBold.eot") format("embedded-opentype"), url("../fonts/GillSansDisplayMTProBold.woff2") format("woff2"), url("../fonts/GillSansDisplayMTProBold.woff") format("woff"), url("../fonts/GillSansDisplayMTProBold.ttf") format("truetype"), url("../fonts/GillSansDisplayMTProBold.svg#GillSansDisplayMTProBold") format("svg"); }

/* ==========================================================================
	GLOBAL
/* ========================================================================== */
.hidden {
  display: none !important; }

.clear {
  clear: both; }

.main-container {
  margin: 0 auto;
  width: 100%;
  padding: 113px 0 0 0; }

/* ==========================================================================
	FOOTER
/* ========================================================================== */
footer {
  display: block;
  clear: both;
  margin-bottom: 3.125rem;
  line-height: 80px;
  vertical-align: middle; }
  footer a {
    font-family: "GillSansMTProLight";
    color: black;
    font-size: 0.9375rem;
    display: inline-block;
    margin-left: 1.875rem;
    vertical-align: middle; }

/* ==========================================================================
	SUBMENU
/* ========================================================================== */
#submenu {
  height: 100px;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
  position: relative; }
  #submenu ul li {
    display: inline-block;
    float: none;
    margin-left: 30px;
    line-height: 100px; }
    #submenu ul li a {
      color: #505050;
      font-size: 15px;
      font-family: "GillSansMTProLight";
      text-transform: uppercase;
      -webkit-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s; }
      #submenu ul li a:hover {
        color: #1620AF; }
    #submenu ul li.current-menu-item a {
      color: #1620AF;
      font-family: "GillSansMTProBold"; }

/* ==========================================================================
	HOME - NEWS
/* ========================================================================== */
#news {
  position: relative;
  width: 100%;
  overflow: hidden; }
  #news .mtb {
    display: block;
    position: absolute;
    bottom: 2.5rem;
    left: calc(50% - 50px/2);
    background-image: url(../css/sprite.png);
    background-position: -126px -86px;
    width: 50px;
    height: 42px; }

.news-slider {
  width: 100%;
  position: relative; }
  .news-slider .slick-list {
    width: 100%; }
  .news-slider .slick-prev, .news-slider .slick-next {
    display: none !important; }
  .news-slider .slick-track {
    min-height: 500px; }
  .news-slider .slide {
    width: 100%;
    position: relative; }
    .news-slider .slide .description {
      position: absolute;
      top: 110px;
      left: 105px;
      width: 25.3125rem;
      background: white;
      color: black;
      padding: 2.5rem 3.125rem; }
      .news-slider .slide .description .slider-position a, .news-slider .slide .description .slider-position p {
        display: inline-block !important;
        font-family: "GillSansMTProLight"; }
      .news-slider .slide .description .slider-position p {
        margin: 0rem 1.25rem 1.25rem 1.875rem;
        font-size: 2.5rem; }
        .news-slider .slide .description .slider-position p span {
          font-size: 1rem;
          display: inline-block;
          vertical-align: top;
          margin-left: 0.625rem;
          letter-spacing: 0.125rem; }
        .news-slider .slide .description .slider-position p i {
          font-style: normal; }
      .news-slider .slide .description .slider-position a.prev {
        background-image: url(../css/sprite.png);
        background-position: -146px -128px;
        width: 20px;
        height: 16px; }
      .news-slider .slide .description .slider-position a.next {
        background-image: url(../css/sprite.png);
        background-position: -126px -128px;
        width: 20px;
        height: 16px; }
    .news-slider .slide a {
      color: black; }
    .news-slider .slide p {
      font-size: 0.9375rem;
      font-family: "GillSansMTProLight"; }
    .news-slider .slide .category {
      display: inline-block;
      text-transform: uppercase;
      font-size: 0.6875rem;
      padding: 0.75rem 0 0.5rem 0;
      border-top: 1px solid black;
      border-bottom: 1px solid black;
      margin-bottom: 1.25rem; }
    .news-slider .slide .title {
      font-size: 1.875rem;
      line-height: 2rem;
      font-family: "GillSansMTProBold";
      text-transform: uppercase;
      margin-bottom: 0.625rem; }
      .news-slider .slide .title span {
        margin-bottom: 0.625rem;
        color: #666666;
        display: block;
        font-family: "GillSansMTProLight"; }
  .news-slider img {
    width: 100%;
    min-height: 600px; }
    @media only screen and (max-width: 780px) {
      .news-slider img {
        width: auto;
        position: absolute;
        top: 0; } }

/* ==========================================================================
	HOME - PROJET
/* ========================================================================== */
section.projet {
  background: #1F2964;
  text-align: center;
  padding-top: 3.75rem;
  padding-bottom: 5rem; }
  section.projet a,
  section.projet p {
    color: white;
    font-family: "GillSansMTProLight"; }
  section.projet p {
    font-size: 1.25rem;
    line-height: 1.8125rem;
    width: 40rem;
    margin: 0 auto 3.125rem auto; }
  section.projet a {
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.9375rem 1.5625rem 0.75rem 1.5625rem;
    border: 1px solid white;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    section.projet a:hover {
      color: #1F2964;
      background: white; }

/* ==========================================================================
	HOME - PRIX
/* ========================================================================== */
section.prix {
  height: 40rem;
  width: 50%;
  float: left;
  background: url(../images/prix-fond.jpg) no-repeat;
  background-size: cover;
  position: relative; }
  section.prix .text {
    width: 19.75rem;
    margin: 0 auto;
    text-align: center;
    padding-top: 7.1875rem; }
    section.prix .text .title {
      font-size: 2rem;
      line-height: 2.96875rem;
      font-family: "GillSansMTProLight";
      text-transform: uppercase;
      border-bottom: 1px solid black;
      margin-bottom: 2.125rem;
      margin-top: 2.125rem; }
    section.prix .text a {
      display: inline-block;
      width: 9.375rem;
      padding: 0.9375rem 0 0.75rem 0;
      text-decoration: none;
      color: black;
      font-family: "GillSansMTProLight";
      font-size: 0.875rem;
      line-height: 1.875rem;
      text-transform: uppercase;
      border: 1px solid black;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      section.prix .text a:hover {
        background: black;
        color: white; }
      section.prix .text a.savoir {
        margin-right: 0.625rem; }

/* ==========================================================================
	HOME - CERCLE
/* ========================================================================== */
.cercle {
  height: 40rem; }
  .cercle .left, .cercle .right {
    width: 50%;
    height: 40rem;
    float: left; }
  .cercle .left {
    padding: 5.9375rem 9.0625rem 5.3125rem 5.3125rem; }
    .cercle .left img {
      margin-bottom: 1.5625rem; }
    .cercle .left p {
      font-family: "GillSansMTProLight";
      font-size: 2.5rem;
      line-height: 2.5rem; }
      .cercle .left p strong {
        font-family: "GillSansMTProBold";
        font-size: 0.9375rem;
        line-height: 1.5625rem; }
    .cercle .left a {
      display: block;
      margin-top: 0.3125rem;
      background-image: url(../css/sprite.png);
      background-position: 0px -145px;
      width: 46px;
      height: 38px; }
  .cercle .right {
    position: relative; }
    .cercle .right img {
      width: 100%; }

/* ==========================================================================
	HOME - EN BREF
/* ========================================================================== */
#fondation-en-bref {
  height: 40rem;
  width: 50%;
  float: left; }
  #fondation-en-bref a {
    width: 100%;
    height: 40rem;
    display: block;
    background: url("../images/fondationenbref.jpg") top left no-repeat transparent;
    background-size: cover;
    padding: 1.875rem; }
    #fondation-en-bref a h2 {
      font-family: "GillSansMTProLight";
      font-size: 1.875rem;
      text-transform: uppercase;
      margin-bottom: 1.25rem;
      color: white; }

/* ==========================================================================
	HOME - SOCIAL
/* ========================================================================== */
#social {
  height: 40rem;
  width: 50%;
  float: left; }
  #social .facebook,
  #social .twitter {
    height: 40rem;
    width: 50%;
    float: left;
    background-color: #D6D3CC;
    padding-top: 5.3125rem; }
    #social .facebook .icon,
    #social .twitter .icon {
      width: 9.125rem;
      height: 9.125rem;
      text-align: center;
      line-height: 9.125rem;
      background-color: white;
      border-radius: 50%;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    #social .facebook p,
    #social .twitter p {
      width: 100%;
      font-family: "GillSansMTProLight";
      font-size: 0.9375rem;
      color: black;
      padding-left: 2.8125rem;
      padding-right: 2.8125rem;
      margin-top: 6.25rem;
      line-height: 1.4; }
      #social .facebook p a,
      #social .twitter p a {
        color: black;
        text-decoration: none; }
  #social .facebook .icon:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../css/sprite.png);
    background-position: -176px -86px;
    width: 11px;
    height: 24px; }
  #social .twitter {
    border-left: solid 1px white; }
    #social .twitter .icon:before {
      content: " ";
      display: inline-block;
      vertical-align: middle;
      background-image: url(../css/sprite.png);
      background-position: 0px -183px;
      width: 30px;
      height: 21px; }

/* ==========================================================================
	SIDEBAR
/* ========================================================================== */
#sidebar {
  float: left;
  width: 18.75rem;
  /* VOIR TOUS LES PROJETS */
  /* TELECHARGER */
  /* DESCRIPTION */
  /* FILTRES */ }
  #sidebar .voir-projets {
    height: 5rem;
    line-height: 5rem;
    border-bottom: solid 1px #BFBFBF;
    color: #1620AF;
    font-family: "GillSansMTProLight";
    font-size: 0.9375rem;
    display: block;
    vertical-align: middle;
    padding-left: 20px; }
    #sidebar .voir-projets span {
      color: #162076;
      font-family: "GillSansMTProLight";
      font-size: 0.9375rem;
      height: 1.5625rem;
      line-height: 1.875rem;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      border: solid 1px #162076;
      border-top-left-radius: 1.5625rem;
      border-top-right-radius: 1.5625rem;
      border-bottom-right-radius: 1.5625rem;
      border-top-right-radius: 1.5625rem;
      border-bottom-left-radius: 1.5625rem;
      border-bottom-right-radius: 1.5625rem;
      border-bottom-left-radius: 1.5625rem;
      border-top-left-radius: 1.5625rem;
      display: block;
      float: right;
      margin-right: 1.25rem;
      margin-top: 1.5625rem; }
    #sidebar .voir-projets:before {
      content: " ";
      display: inline-block;
      margin-right: 10px;
      background-image: url(../css/sprite.png);
      background-position: -215px -36px;
      width: 33px;
      height: 37px;
      vertical-align: middle; }
  #sidebar .telecharger {
    height: 5rem;
    line-height: 5rem;
    padding-top: 1.0625rem;
    border-bottom: solid 1px #BFBFBF; }
    #sidebar .telecharger a {
      display: block;
      margin-right: auto;
      margin-left: auto;
      border: solid 1px #1620AF;
      width: 17.1875rem;
      height: 2.8125rem;
      line-height: 3.125rem;
      text-align: left;
      text-indent: 0.9375rem;
      color: #1620AF;
      font-family: "GillSansMTProLight";
      text-transform: uppercase;
      font-size: 0.9375rem; }
      #sidebar .telecharger a:after {
        content: " ";
        display: inline-block;
        float: right;
        background-image: url(../css/sprite.png);
        background-position: -187px -137px;
        width: 25px;
        height: 21px;
        margin-right: 0.625rem;
        margin-top: 0.625rem; }
  #sidebar .description {
    color: #162076;
    font-family: "GillSansMTProLight";
    font-size: 1.25rem;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-left: 23px;
    padding-right: 23px;
    padding-bottom: 17px;
    border-bottom: solid 1px #BFBFBF; }
  #sidebar .filtres {
    padding-left: 20px; }
    #sidebar .filtres div {
      margin-top: 30px; }
    #sidebar .filtres .title {
      font-size: 0.9375rem;
      font-family: "GillSansDisplayMTProBold";
      text-transform: uppercase;
      color: #162076;
      display: block;
      margin-bottom: 0.625rem; }
    #sidebar .filtres a {
      display: block;
      height: 1.5625rem;
      line-height: 1.875rem;
      color: #1620AF;
      font-family: "GillSansMTProLight";
      font-size: 0.9375rem;
      margin-bottom: 0.3125rem; }
      #sidebar .filtres a span {
        color: #162076;
        font-family: "GillSansMTProLight";
        font-size: 0.9375rem;
        height: 1.5625rem;
        line-height: 1.875rem;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        border: solid 1px #162076;
        border-top-left-radius: 1.5625rem;
        border-top-right-radius: 1.5625rem;
        border-bottom-right-radius: 1.5625rem;
        border-top-right-radius: 1.5625rem;
        border-bottom-left-radius: 1.5625rem;
        border-bottom-right-radius: 1.5625rem;
        border-bottom-left-radius: 1.5625rem;
        border-top-left-radius: 1.5625rem;
        display: block;
        float: right;
        margin-right: 1.25rem;
        -webkit-transition: color 0.3s, background-color 0.3s;
        -moz-transition: color 0.3s, background-color 0.3s;
        transition: color 0.3s, background-color 0.3s; }
      #sidebar .filtres a:hover span, #sidebar .filtres a.active span, #sidebar .filtres a.selected span {
        background-color: #162076;
        color: #fff; }
    #sidebar .filtres a.title {
      cursor: pointer; }
    #sidebar .filtres a.indent {
      font-size: 0.875rem;
      margin-left: 30px; }

/* ==========================================================================
	SOUMISSION - PUSH
/* ========================================================================== */
#push-soumission {
  clear: both;
  background-color: #1F2964;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  #push-soumission .content {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    min-width: 1280px;
    text-align: center; }
    #push-soumission .content::after {
      clear: both;
      content: "";
      display: table; }
    #push-soumission .content p {
      color: #fff;
      font-family: "GillSansMTProLight";
      font-size: 1.25rem;
      width: 43.75rem;
      margin-left: auto;
      margin-right: auto;
      display: block; }
    #push-soumission .content a {
      width: 16.6875rem;
      height: 3.5625rem;
      line-height: 3.5625rem;
      color: #fff;
      font-size: 0.8125rem;
      font-family: "GillSansMTProLight";
      text-align: center;
      border: solid 1px #fff;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 2.5rem;
      text-transform: uppercase;
      -webkit-transition: color 0.3s, background-color 0.3s;
      -moz-transition: color 0.3s, background-color 0.3s;
      transition: color 0.3s, background-color 0.3s; }
      #push-soumission .content a:hover {
        background-color: white;
        color: #1F2964; }

/* ==========================================================================
	SOUMETTRE UN PROJET
/* ========================================================================== */
#soumettre-un-projet {
  /* SOUTENIR */
  /* DEMANDE & CRITERES */
  /* DEMANDE */
  /* CRITERES */ }
  #soumettre-un-projet #submenu {
    border-bottom: none; }
  #soumettre-un-projet #soutenir {
    width: 100%;
    height: 37.5rem;
    background: url("../images/soumettreunprojet.jpg") top center no-repeat white;
    background-size: cover;
    padding-top: 150px; }
    #soumettre-un-projet #soutenir h2 {
      font-family: "GillSansMTProLight";
      font-size: 2.5rem;
      color: #000000;
      text-align: center;
      width: 43.3125rem;
      margin-left: auto;
      margin-right: auto; }
    #soumettre-un-projet #soutenir p {
      font-family: "GillSansMTProLight";
      font-size: 0.9375rem;
      color: #000000;
      text-align: center;
      width: 43.3125rem;
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px; }
  #soumettre-un-projet #demandes-criteres {
    overflow: hidden;
    padding-bottom: 2.5rem; }
  #soumettre-un-projet #demandes {
    width: 25.9375rem;
    margin-left: 5.625rem;
    margin-top: 5.625rem;
    float: left; }
    #soumettre-un-projet #demandes h2 {
      font-family: "GillSansMTProLight";
      font-size: 2.5rem;
      color: #000000;
      text-align: left; }
    #soumettre-un-projet #demandes p {
      font-family: "GillSansMTProLight";
      font-size: 0.9375rem;
      color: #000000;
      text-align: left;
      margin-top: 30px; }
  #soumettre-un-projet #criteres {
    width: 25.9375rem;
    margin-left: 5.625rem;
    margin-top: 5.625rem;
    margin-right: 6.875rem;
    float: right;
    text-align: center; }
    #soumettre-un-projet #criteres h2 {
      font-family: "GillSansMTProLight";
      font-size: 2.5rem;
      color: #000000;
      text-align: center;
      font-size: 0.9375rem;
      display: inline-block;
      border-bottom: solid 1px #B5B5B5;
      text-transform: uppercase;
      padding-bottom: 5px;
      margin-bottom: 2.1875rem; }
    #soumettre-un-projet #criteres p {
      font-family: "GillSansMTProLight";
      font-size: 0.9375rem;
      color: #000000;
      text-align: center;
      margin-top: 30px;
      color: #1620AF;
      width: 18.125rem; }
      #soumettre-un-projet #criteres p strong {
        display: block;
        font-weight: normal;
        font-family: "GillSansMTProBold"; }
    #soumettre-un-projet #criteres img {
      margin: 0;
      display: inline-block; }
    #soumettre-un-projet #criteres li,
    #soumettre-un-projet #criteres ul {
      width: 18.125rem;
      margin-left: auto;
      margin-right: auto; }
    #soumettre-un-projet #criteres .slick-prev,
    #soumettre-un-projet #criteres .slick-next {
      position: absolute;
      top: 6.25rem;
      background: none;
      border: none;
      text-indent: -9999px; }
    #soumettre-un-projet #criteres .slick-prev {
      left: -7.5rem;
      background-image: url(../css/sprite.png);
      background-position: -187px 0px;
      width: 28px;
      height: 56px; }
    #soumettre-un-projet #criteres .slick-next {
      right: -7.5rem;
      background-image: url(../css/sprite.png);
      background-position: -187px -56px;
      width: 28px;
      height: 56px; }
    #soumettre-un-projet #criteres .slick-dots {
      text-align: center;
      width: 100%;
      margin-top: 2.8125rem; }
      #soumettre-un-projet #criteres .slick-dots li {
        width: 0.4375rem;
        height: 0.4375rem;
        border-radius: 50%;
        border: none;
        background: none;
        text-indent: -9999px;
        display: inline-block;
        background-color: #B1AAA2;
        margin-left: 0.3125rem; }
        #soumettre-un-projet #criteres .slick-dots li:first-child {
          margin-left: 0rem; }
        #soumettre-un-projet #criteres .slick-dots li.slick-active {
          background-color: #1620AF; }

/* ==========================================================================
	FORM - CONFIRM MESSAGE
/* ========================================================================== */
#message.updated {
  width: 57rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  color: #3c763d;
  background-color: #dff0d8;
  border: solid 1px #d6e9c6;
  font-family: "GillSansMTProBold";
  font-size: 1rem; }

/* ==========================================================================
	SCROLLSPY
/* ========================================================================== */
.scrollspy {
  position: fixed;
  left: 50%;
  margin-left: -36.875rem;
  margin-top: 4.375rem; }
  .scrollspy div {
    width: 3.875rem;
    height: 3.875rem;
    line-height: 4.375rem;
    text-align: center;
    background-color: white;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    font-family: "GillSansMTProLight";
    font-size: 1.875rem;
    border-radius: 50%;
    border: solid 1px #162076;
    margin-bottom: 0.625rem;
    color: #162076;
    cursor: pointer; }
    .scrollspy div:hover, .scrollspy div.active {
      color: white;
      background-color: #162076; }

/* ==========================================================================
	RECHERCHE
/* ========================================================================== */
.gsc-above-wrapper-area,
.gsc-adBlock {
  display: none !important; }

#recherche {
  width: 100%;
  height: 4.375rem;
  background-color: white;
  display: none; }
  #recherche .gsc-search-button,
  #recherche .gsib_a,
  #recherche .gsc-control-cse,
  #recherche .cse .gsc-control-cse,
  #recherche .gsc-control-cse {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important; }
  #recherche input[type="text"] {
    padding: 0;
    height: 4.375rem !important;
    line-height: 4.375rem !important;
    padding-left: 30px !important;
    margin: 0 !important;
    font-family: "GillSansMTProLight";
    font-size: 20px;
    letter-spacing: 0.2px;
    color: #172177 !important;
    width: 100% !important;
    float: left;
    border-left: solid 1px #A2A2A2 !important;
    border-bottom: solid 1px #A2A2A2 !important;
    vertical-align: top;
    display: block !important;
    box-shadow: none;
    background-color: white !important;
    background-image: none !important; }
  #recherche input[type="submit"] {
    height: 4.375rem;
    width: 100%;
    display: block;
    float: left;
    line-height: 4.375rem;
    background-color: #1620AF !important;
    font-family: "GillSansMTProLight";
    font-size: 20px;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    text-align: center;
    border: none;
    cursor: pointer;
    vertical-align: top;
    box-shadow: none;
    border-radius: 0; }
  #recherche .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0px !important; }
  #recherche .gsc-control-cse {
    border: none; }
  #recherche .gsib_b {
    display: none !important; }
  #recherche .gsc-input {
    width: 80%; }
  #recherche .gsc-search-button {
    width: 20%; }
  #recherche .gsc-input-box {
    border: none !important;
    height: auto !important;
    box-shadow: none !important; }

/* ==========================================================================
	WARNING MESSAGE
/* ========================================================================== */
.warning-message {
  margin-top: -2.5rem;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  color: #9F6000;
  background-color: #feefb3;
  border: solid 1px #fcd848;
  font-family: "GillSansMTProBold";
  font-size: 1rem;
  text-align: center; }

/* ==========================================================================
	SPECIFIC CASE
/* ========================================================================== */
/* ==========================================================================
  HEADR
/* ========================================================================== */
#menu-mobile,
#header-mobile {
  display: none; }

#page-header {
  height: 7.0625rem;
  width: 100%;
  position: fixed;
  top: 0;
  padding: 0;
  z-index: 9999;
  background-color: white;
  /* setup tooltips */ }
  #page-header #page-logo a, #page-header #page-logo span {
    text-indent: -9999px;
    color: transparent;
    display: block;
    width: 7.0625rem;
    height: 7.0625rem;
    background: url(../images/logo.png) no-repeat;
    background-size: 100%;
    margin: 0;
    float: left; }
  #page-header #primary-nav {
    padding-right: 228px;
    padding-left: 113px; }
    #page-header #primary-nav .menu {
      border-bottom: solid 1px #BFBFBF;
      display: table;
      width: 100%; }
      #page-header #primary-nav .menu.sub-menu {
        display: none; }
      #page-header #primary-nav .menu li {
        height: 7rem;
        line-height: 7rem;
        background: none;
        margin: 0;
        padding: 0 20px;
        text-align: center;
        display: table-cell; }
        #page-header #primary-nav .menu li:first-child {
          padding-left: 40px; }
        #page-header #primary-nav .menu li:last-child {
          padding-right: 40px; }
        #page-header #primary-nav .menu li a {
          color: #505050;
          text-transform: uppercase;
          font-family: "GillSansMTProLight";
          font-size: 0.9375rem;
          display: inline-block;
          vertical-align: middle;
          line-height: 1.5;
          -webkit-transition: color 0.3s;
          -moz-transition: color 0.3s;
          transition: color 0.3s; }
          #page-header #primary-nav .menu li a:hover {
            color: #1620AF; }
        #page-header #primary-nav .menu li.current-menu-item a, #page-header #primary-nav .menu li.current-page-ancestor a, #page-header #primary-nav .menu li.current-menu-parent a {
          color: #1620AF;
          font-family: "GillSansMTProBold"; }
  #page-header .side {
    float: right;
    height: 7.0625rem;
    border-left: 1px solid #BFBFBF;
    border-bottom: solid 1px #BFBFBF; }
    #page-header .side .language, #page-header .side .social, #page-header .side .account {
      float: left; }
      #page-header .side .language a, #page-header .side .social a, #page-header .side .account a {
        display: block;
        position: relative; }
        #page-header .side .language a:after, #page-header .side .social a:after, #page-header .side .account a:after {
          content: "";
          display: block;
          position: absolute; }
    #page-header .side .account {
      border-left: solid 1px #BFBFBF; }
    #page-header .side .account, #page-header .side .language {
      width: 3.5625rem; }
      #page-header .side .account a, #page-header .side .language a {
        width: 100%;
        height: 3.5rem;
        line-height: 3.5rem;
        text-align: center;
        vertical-align: middle;
        color: #A2A2A2;
        text-transform: uppercase;
        text-decoration: none; }
        #page-header .side .account a:hover, #page-header .side .account a:active, #page-header .side .language a:hover, #page-header .side .language a:active {
          color: #1620AF; }
        #page-header .side .account a.search .fa, #page-header .side .language a.search .fa {
          transform: scale(-1, 1); }
      #page-header .side .account a:last-child:before, #page-header .side .language a:last-child:before {
        content: ' ';
        width: 20px;
        height: 1px;
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -10px;
        background-color: #A2A2A2; }
    #page-header .side .social {
      width: 7.0625rem; }
      #page-header .side .social a {
        background-color: #414141;
        width: calc(100%/2);
        height: 3.53125rem;
        line-height: 3.53125rem;
        float: left;
        color: white;
        text-align: center; }
        #page-header .side .social a.fb {
          border-right: 1px solid #A2A2A2; }
        #page-header .side .social a.tw {
          border-right: 1px solid #414141; }
        #page-header .side .social a.youtube {
          border-top: 1px solid #A2A2A2;
          border-right: 1px solid #A2A2A2; }
        #page-header .side .social a.rss {
          border-right: 1px solid #414141;
          border-top: 1px solid #A2A2A2; }
  #page-header .tooltip {
    position: relative; }
  #page-header .tooltip,
  #page-header .tooltip:after {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute; }
  #page-header .tooltip:after {
    border-right: 6px solid transparent;
    border-bottom: 6px solid #1620AF;
    border-left: 6px solid transparent;
    content: '';
    height: 0;
    top: -5px;
    left: 20px;
    width: 0;
    transform: translate3d(0, 6px, 0);
    transition: all .1s ease-in-out; }
  #page-header .tooltip {
    background: #1620AF;
    border-radius: 2px;
    color: #fff;
    content: attr(data-title);
    font-size: 14px;
    padding: 0px 12px;
    white-space: nowrap;
    transform: scale3d(0.2, 0.2, 1);
    transition: all .2s ease-in-out;
    z-index: 200; }
  #page-header .login:hover .tooltip,
  #page-header .login:hover .tooltip:after {
    opacity: 1;
    transform: scale3d(1, 1, 1); }
  #page-header .login:hover .tooltip:after {
    transition: all .2s .1s ease-in-out; }

/* ==========================================================================
  UP TO 6S
/* ========================================================================== */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  #header-mobile .login,
  #header-mobile .search {
    width: 90px; } }

@media only screen and (max-width: 980px) {
  .main-container {
    padding: 0; }
  /* HEADER */
  #page-header {
    display: none !important; }
  /* SOUS MENU */
  #submenu {
    display: none !important; }
  /* HEADER MOBILE */
  #header-mobile {
    display: block;
    height: 6.25rem;
    line-height: 6.25rem;
    width: 100%;
    border-bottom: 1px solid #BFBFBF; }
    #header-mobile .logo {
      text-indent: -9999px;
      color: transparent;
      display: block;
      width: 6.25rem;
      height: 6.25rem;
      background: url(../images/logo.png) no-repeat;
      background-size: 100%;
      margin: 0;
      float: left; }
    #header-mobile .login, #header-mobile .search {
      height: 6.25rem;
      font-size: 30px;
      color: #A2A2A2;
      padding: 0 10px;
      float: left;
      display: block; }
    #header-mobile .login {
      padding-left: 20px; }
    #header-mobile .search .fa {
      transform: scale(-1, 1); }
    #header-mobile .menu-drawer-icon {
      float: right;
      color: #1620AF;
      height: 6.25rem;
      display: block;
      position: relative;
      width: 54px;
      right: 5px; }
      #header-mobile .menu-drawer-icon span, #header-mobile .menu-drawer-icon span:before, #header-mobile .menu-drawer-icon span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 4px;
        width: 30px;
        position: absolute;
        display: block;
        content: '';
        box-shadow: none;
        margin: 0;
        left: 0;
        background-color: blue; }
      #header-mobile .menu-drawer-icon span:before {
        top: -10px; }
      #header-mobile .menu-drawer-icon span {
        left: 12px;
        top: 48%; }
      #header-mobile .menu-drawer-icon span:after {
        top: 10px; }
      #header-mobile .menu-drawer-icon span, #header-mobile .menu-drawer-icon span:before, #header-mobile .menu-drawer-icon span:after {
        transition: all 500ms ease-in-out; }
      #header-mobile .menu-drawer-icon.active span {
        background-color: transparent; }
      #header-mobile .menu-drawer-icon.active span:before, #header-mobile .menu-drawer-icon.active span:after {
        top: 0;
        width: 24px; }
      #header-mobile .menu-drawer-icon.active span:before {
        transform: rotate(45deg); }
      #header-mobile .menu-drawer-icon.active span:after {
        transform: rotate(-45deg); }
  /* RECHERCHE */
  #recherche {
    height: auto; }
    #recherche input[type="text"] {
      width: 100%;
      float: none;
      font-size: 16px; }
    #recherche input[type="submit"] {
      width: 100%;
      float: none;
      font-size: 16px; }
  /* MENU MOBILE */
  #menu-mobile {
    display: none;
    width: 100%;
    background-color: #172177;
    text-align: center;
    color: white;
    padding-top: 10px;
    padding-bottom: 20px;
    /* LANGUAGE */
    /* SOCIAL */ }
    #menu-mobile a {
      color: white;
      font-family: "GillSansMTProLight";
      text-transform: uppercase; }
    #menu-mobile ul {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 20px; }
      #menu-mobile ul li {
        margin-top: 20px; }
        #menu-mobile ul li.menu-item-707 ul {
          border-bottom: none;
          padding-bottom: 0px; }
    #menu-mobile .menu-item-710 {
      border-bottom: solid 1px #353D88;
      padding-bottom: 20px; }
    #menu-mobile ul li ul {
      width: 100%;
      border-bottom: solid 1px #353D88; }
      #menu-mobile ul li ul li a {
        text-transform: none; }
    #menu-mobile .language {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      overflow: hidden;
      border-top: solid 1px #353D88; }
      #menu-mobile .language a {
        text-align: center;
        display: block;
        width: 50%;
        float: left;
        font-family: "GillSansMTProLight";
        font-size: 15px;
        line-height: 56px;
        letter-spacing: 0.11px;
        color: #8B90BB; }
        #menu-mobile .language a:first-child {
          border-right: solid 1px #353D88; }
    #menu-mobile .social {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      overflow: hidden;
      border-top: solid 1px #353D88; }
      #menu-mobile .social a {
        text-align: center;
        display: block;
        width: 25%;
        line-height: 56px;
        height: 56px;
        float: left; }
        #menu-mobile .social a.fb:before {
          content: " ";
          display: inline-block;
          background-image: url(../css/sprite.png);
          background-position: -241px -163px;
          width: 8px;
          height: 16px;
          vertical-align: middle; }
        #menu-mobile .social a.tw:before {
          content: " ";
          display: inline-block;
          background-image: url(../css/sprite.png);
          background-position: -44px -204px;
          width: 15px;
          height: 12px;
          vertical-align: middle; }
        #menu-mobile .social a.youtube:before {
          content: " ";
          display: inline-block;
          background-image: url(../css/sprite.png);
          background-position: -215px -73px;
          width: 31px;
          height: 32px;
          vertical-align: middle; }
        #menu-mobile .social a.rss:before {
          content: " ";
          display: inline-block;
          background-image: url(../css/sprite.png);
          background-position: -72px -183px;
          width: 17px;
          height: 17px;
          vertical-align: middle; } }

.multi-content.visuel img {
  width: 100%; }

/* ==========================================================================
	VISUEL & VIDEO
/* ========================================================================== */
.visuel-video {
  position: relative; }
  .visuel-video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    cursor: pointer;
    display: block; }
  .visuel-video .video {
    position: relative;
    left: 0;
    top: 0; }
    .visuel-video .video .wrapper {
      position: relative;
      padding-bottom: 39.25%;
      padding-top: 130px;
      height: 0; }
    .visuel-video .video .wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/* ==========================================================================
	TEXTE & TEXTE
/* ========================================================================== */
.texte-texte {
  overflow: hidden;
  text-align: center; }
  .texte-texte .content {
    display: table;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse; }
  .texte-texte.titre .content {
    display: block;
    padding-top: 5rem;
    padding-bottom: 4.375rem; }
  .texte-texte .gris {
    background-color: #EDE8DF; }
  .texte-texte .orange {
    background-color: #FFC900; }
  .texte-texte .bleu {
    background-color: #1828A9; }
    .texte-texte .bleu h2,
    .texte-texte .bleu p {
      color: white; }
  .texte-texte .col-left {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    position: relative;
    padding: 6.875rem 5.625rem; }
  .texte-texte .col-right {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding: 6.875rem 5.625rem; }
  .texte-texte h2 {
    font-size: 2.5rem;
    font-family: "GillSansMTProLight";
    line-height: 1.2;
    font-weight: normal; }
    .texte-texte h2 span {
      font-size: 0.9375rem;
      display: block;
      line-height: 1.4;
      margin-top: 0.625rem; }
    .texte-texte h2 img {
      display: block;
      margin-top: 0.625rem; }
    .texte-texte h2 strong {
      font-family: "GillSansMTProBold";
      font-weight: normal;
      font-size: 2.5rem;
      display: block; }
  .texte-texte p {
    font-size: 0.9375rem;
    font-family: "GillSansMTProLight";
    line-height: 1.4; }
    .texte-texte p strong {
      font-weight: normal;
      font-family: "GillSansMTProBold"; }
  .texte-texte a.download {
    display: inline-block;
    margin-bottom: 0.625rem;
    border: solid 1px black;
    width: auto;
    padding-right: 0.625rem;
    padding-right: 0.625rem;
    height: 2.8125rem;
    line-height: 3.125rem;
    text-align: left;
    text-indent: 0.9375rem;
    color: black;
    font-family: "GillSansMTProLight";
    text-transform: uppercase;
    font-size: 0.9375rem;
    margin-top: 2.5rem;
    margin-right: 1.25rem; }
    .texte-texte a.download:after {
      content: " ";
      display: inline-block;
      float: right;
      background-image: url(../css/sprite.png);
      background-position: -187px -158px;
      width: 25px;
      height: 21px;
      margin-right: 0.625rem;
      margin-top: 0.625rem;
      margin-left: 1.25rem; }
  .texte-texte a.button {
    display: block;
    border: solid 1px #1620AF;
    width: 14.375rem;
    margin-left: auto;
    margin-right: auto;
    height: 2.8125rem;
    line-height: 3.125rem;
    text-align: left;
    color: #1620AF;
    font-family: "GillSansMTProLight";
    text-transform: uppercase;
    font-size: 0.9375rem;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    margin-top: 1.25rem;
    text-align: center; }
    .texte-texte a.button:hover {
      color: white;
      background-color: #1620AF; }

/* ==========================================================================
	TEXTE & VISUEL
/* ========================================================================== */
.texte-visuel {
  overflow: hidden; }
  .texte-visuel .content {
    display: table;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse; }
  .texte-visuel .gris {
    background-color: #EDE8DF; }
  .texte-visuel .orange {
    background-color: #FFC900; }
  .texte-visuel .bleu {
    background-color: #1828A9; }
    .texte-visuel .bleu h2,
    .texte-visuel .bleu p {
      color: white; }
  .texte-visuel .col-left {
    display: table-cell;
    vertical-align: top;
    width: 50%; }
    .texte-visuel .col-left.texte {
      padding-left: 5.625rem;
      padding-right: 5.625rem;
      padding-top: 6.25rem; }
    .texte-visuel .col-left.image img,
    .texte-visuel .col-left.image iframe {
      width: 100%;
      height: auto; }
    .texte-visuel .col-left.image iframe {
      height: 500px; }
    .texte-visuel .col-left.image p {
      line-height: 0;
      margin: 0;
      padding: 0; }
  .texte-visuel .col-right {
    display: table-cell;
    vertical-align: top;
    width: 50%; }
    .texte-visuel .col-right.texte {
      padding-left: 5.625rem;
      padding-right: 5.625rem;
      padding-top: 6.25rem; }
    .texte-visuel .col-right.image img,
    .texte-visuel .col-right.image iframe {
      width: 100%;
      height: auto; }
    .texte-visuel .col-right.image iframe {
      height: 500px; }
    .texte-visuel .col-right.image p {
      line-height: 0;
      margin: 0;
      padding: 0; }
  .texte-visuel h2 {
    font-size: 2.5rem;
    font-family: "GillSansMTProLight";
    line-height: 1.2;
    font-weight: normal; }
    .texte-visuel h2 span {
      font-size: 0.9375rem;
      display: block;
      line-height: 1.4;
      margin-top: 0.625rem; }
    .texte-visuel h2 img {
      display: block;
      margin-top: 0.625rem; }
    .texte-visuel h2 strong {
      font-family: "GillSansMTProBold";
      font-weight: normal;
      font-size: 2.5rem;
      display: block; }
  .texte-visuel p {
    font-size: 0.9375rem;
    font-family: "GillSansMTProLight";
    line-height: 1.4; }
    .texte-visuel p strong {
      font-weight: normal;
      font-family: "GillSansMTProBold"; }

/* ==========================================================================
	PERSONNES
/* ========================================================================== */
#personnes h2 {
  font-size: 2.5rem;
  font-family: "GillSansMTProLight";
  line-height: 1.2;
  font-weight: normal;
  margin-left: 3.75rem;
  padding-bottom: 3.75rem; }

#personnes .amis {
  width: 25%;
  height: 40.625rem;
  padding-left: 1.5625rem;
  padding-top: 1.5625rem;
  padding-right: 1.5625rem;
  margin-bottom: 3.125rem;
  border-top: solid 0.3125rem #FFC900;
  float: left;
  vertical-align: bottom;
  /* REJOINDRE LE CERCLE */ }
  #personnes .amis.orange {
    border-color: #FF931E; }
  #personnes .amis.blue {
    border-color: #1620AF; }
  #personnes .amis.grey {
    border-color: #B1AAA2; }
  #personnes .amis .role {
    font-size: 0.8125rem;
    font-family: "GillSansMTProLight";
    line-height: 1.4;
    display: block;
    text-transform: uppercase;
    margin-bottom: 0.625rem; }
  #personnes .amis h3 {
    font-size: 1.75rem;
    font-family: "GillSansMTProBold";
    line-height: 1.2;
    margin-bottom: 0.625rem; }
  #personnes .amis p {
    font-size: 0.8125rem;
    font-family: "GillSansMTProLight";
    line-height: 1.4;
    display: block; }
  #personnes .amis.rejoindre {
    position: relative;
    background-color: #FFEBD3;
    text-align: center; }
    #personnes .amis.rejoindre img {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -4.625rem;
      margin-left: -4.625rem; }
    #personnes .amis.rejoindre a {
      display: block;
      width: 13.4375rem;
      border: solid 1px #FBAF3A;
      margin-left: auto;
      margin-right: auto;
      margin-top: 1.875rem;
      color: #FBAF3A;
      background-color: transparent;
      cursor: pointer;
      height: 3.4375rem;
      line-height: 3.4375rem;
      text-transform: uppercase;
      font-family: "GillSansMTProLight";
      font-size: 0.875rem;
      text-align: center;
      -webkit-transition: background-color 0.3s, color 0.3s;
      -moz-transition: background-color 0.3s, color 0.3s;
      transition: background-color 0.3s, color 0.3s; }
      #personnes .amis.rejoindre a:hover {
        background-color: #FBAF3A;
        color: white; }

/* ==========================================================================
	PUBLICATIONS
/* ========================================================================== */
#publications {
  overflow: hidden;
  border-left: solid 1px #BFBFBF; }
  #publications .publication {
    width: 25%;
    height: 20rem;
    padding-top: 3.125rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    float: left;
    vertical-align: top;
    text-align: center;
    border-right: solid 1px #BFBFBF;
    border-bottom: solid 1px #BFBFBF;
    position: relative; }
    #publications .publication h2 {
      font-family: "GillSansMTProLight";
      font-size: 1.25rem;
      color: black;
      text-transform: uppercase; }
    #publications .publication h3 {
      font-family: "GillSansMTProBold";
      text-transform: uppercase;
      font-size: 1.25rem;
      color: black; }
    #publications .publication a {
      border: solid 1px #1620AF;
      font-family: "GillSansMTProLight";
      font-size: 0.875rem;
      display: inline-block;
      height: 2.8125rem;
      line-height: 3.125rem;
      width: 14.6875rem;
      position: absolute;
      bottom: 2.5rem;
      left: 50%;
      color: #1620AF;
      margin-left: -7.34375rem;
      text-transform: uppercase; }
      #publications .publication a:after {
        content: " ";
        display: inline-block;
        background-image: url(../css/sprite.png);
        background-position: -187px -137px;
        width: 25px;
        height: 21px;
        float: right;
        margin-right: 15px;
        margin-top: 10px; }

/* ==========================================================================
	PARTENAIRES
/* ========================================================================== */
.partenaires {
  overflow: hidden; }
  .partenaires h2 {
    width: 100%;
    height: 6.25rem;
    background-color: #FFD600;
    line-height: 6.875rem;
    font-size: 2.5rem;
    font-family: "GillSansMTProLight";
    color: black;
    padding-left: 1.25rem;
    font-weight: normal; }
  .partenaires .partenaire {
    width: 25%;
    float: left;
    text-align: center;
    padding-bottom: 3.125rem;
    position: relative; }
    .partenaires .partenaire img {
      position: absolute;
      left: 2.8125rem;
      top: 2.5rem; }
    .partenaires .partenaire h3,
    .partenaires .partenaire p {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      display: block;
      text-align: left; }
    .partenaires .partenaire h3 {
      font-family: "GillSansMTProBold";
      font-size: 1.75rem;
      color: black;
      margin-bottom: 0.625rem;
      font-weight: normal;
      line-height: 1.2;
      margin-top: 10.625rem; }
    .partenaires .partenaire p {
      font-family: "GillSansMTProLight";
      font-size: 0.8125rem;
      color: black;
      margin-top: 10px; }

/* ==========================================================================
	VISUEL FOND & TEXTE
/* ========================================================================== */
.visuelfond-texte {
  width: 100%;
  height: 37.5rem;
  background: url("../images/soumettreunprojet.jpg") top center no-repeat white;
  background-size: cover;
  padding-top: 150px; }
  .visuelfond-texte h2 {
    font-size: 2.5rem;
    font-family: "GillSansMTProLight";
    line-height: 1.2;
    font-weight: normal; }
    .visuelfond-texte h2 span {
      font-size: 0.9375rem;
      display: block;
      line-height: 1.4;
      margin-top: 0.625rem; }
    .visuelfond-texte h2 img {
      display: block;
      margin-top: 0.625rem; }
    .visuelfond-texte h2 strong {
      font-family: "GillSansMTProBold";
      font-weight: normal;
      font-size: 2.5rem;
      display: block; }
  .visuelfond-texte p {
    font-size: 0.9375rem;
    font-family: "GillSansMTProLight";
    line-height: 1.4; }
    .visuelfond-texte p strong {
      font-weight: normal;
      font-family: "GillSansMTProBold"; }
  .visuelfond-texte h2,
  .visuelfond-texte p {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto; }

/* ==========================================================================
	TEXTE & CARROUSEL
/* ========================================================================== */
.texte-carrousel {
  padding-bottom: 30px;
  /* TEXTE */
  /* CARROUSEL */ }
  .texte-carrousel .content {
    display: table;
    width: 100%; }
    .texte-carrousel .content .texte,
    .texte-carrousel .content .carrousel {
      display: table-cell;
      width: 50%; }
  .texte-carrousel .texte {
    display: table-cell;
    width: 50%;
    padding-left: 5.625rem;
    padding-right: 5.625rem;
    padding-top: 6.875rem;
    padding-bottom: 6.875rem;
    vertical-align: top; }
    .texte-carrousel .texte h2 {
      font-size: 2.5rem;
      font-family: "GillSansMTProLight";
      line-height: 1.2;
      font-weight: normal; }
      .texte-carrousel .texte h2 span {
        font-size: 0.9375rem;
        display: block;
        line-height: 1.4;
        margin-top: 0.625rem; }
      .texte-carrousel .texte h2 img {
        display: block;
        margin-top: 0.625rem; }
      .texte-carrousel .texte h2 strong {
        font-family: "GillSansMTProBold";
        font-weight: normal;
        font-size: 2.5rem;
        display: block; }
    .texte-carrousel .texte p {
      font-size: 0.9375rem;
      font-family: "GillSansMTProLight";
      line-height: 1.4; }
      .texte-carrousel .texte p strong {
        font-weight: normal;
        font-family: "GillSansMTProBold"; }
  .texte-carrousel .carrousel {
    margin-left: 5.625rem;
    padding-top: 6.875rem;
    margin-right: 6.875rem;
    text-align: center; }
    .texte-carrousel .carrousel h2 {
      font-family: "GillSansMTProLight";
      font-size: 2.5rem;
      color: #000000;
      text-align: center;
      font-size: 0.9375rem;
      display: inline-block;
      border-bottom: solid 1px #B5B5B5;
      text-transform: uppercase;
      padding-bottom: 5px;
      margin-bottom: 2.1875rem; }
    .texte-carrousel .carrousel p {
      font-family: "GillSansMTProLight";
      font-size: 0.9375rem;
      color: #000000;
      text-align: center;
      margin-top: 30px;
      color: #1620AF;
      width: 18.125rem; }
      .texte-carrousel .carrousel p strong {
        display: block;
        font-weight: normal;
        font-family: "GillSansMTProBold"; }
    .texte-carrousel .carrousel img {
      margin: 0;
      display: inline-block; }
    .texte-carrousel .carrousel li,
    .texte-carrousel .carrousel ul {
      width: 18.125rem;
      margin-left: auto;
      margin-right: auto; }
    .texte-carrousel .carrousel .slick-prev,
    .texte-carrousel .carrousel .slick-next {
      position: absolute;
      top: 6.25rem;
      background: none;
      border: none;
      text-indent: -9999px; }
    .texte-carrousel .carrousel .slick-prev {
      left: -7.5rem;
      background-image: url(../css/sprite.png);
      background-position: -187px 0px;
      width: 28px;
      height: 56px; }
    .texte-carrousel .carrousel .slick-next {
      right: -7.5rem;
      background-image: url(../css/sprite.png);
      background-position: -187px -56px;
      width: 28px;
      height: 56px; }
    .texte-carrousel .carrousel .slick-dots {
      text-align: center;
      width: 100%;
      margin-top: 2.8125rem; }
      .texte-carrousel .carrousel .slick-dots li {
        width: 0.4375rem;
        height: 0.4375rem;
        border-radius: 50%;
        border: none;
        background: none;
        text-indent: -9999px;
        display: inline-block;
        background-color: #B1AAA2;
        margin-left: 0.3125rem; }
        .texte-carrousel .carrousel .slick-dots li:first-child {
          margin-left: 0rem; }
        .texte-carrousel .carrousel .slick-dots li.slick-active {
          background-color: #1620AF; }

/* ==========================================================================
	CARROUSEL & CARROUSEL
/* ========================================================================== */
.carrousel-carrousel {
  padding-bottom: 30px;
  /* CARROUSEL */ }
  .carrousel-carrousel .content {
    display: table;
    width: 100%; }
    .carrousel-carrousel .content .carrousel {
      display: table-cell;
      width: 50%;
      position: relative; }
  .carrousel-carrousel .carrousel {
    text-align: center;
    position: relative; }
    .carrousel-carrousel .carrousel.bleu h2 {
      color: white; }
    .carrousel-carrousel .carrousel h2 {
      font-family: "GillSansMTProLight";
      font-size: 2.5rem;
      color: #000000;
      text-align: center;
      display: block;
      padding-bottom: 5px;
      margin-bottom: 2.1875rem;
      position: absolute;
      top: 3.125rem;
      z-index: 1;
      width: 100%;
      text-align: center;
      font-weight: normal; }
    .carrousel-carrousel .carrousel p {
      font-family: "GillSansMTProLight";
      font-size: 0.9375rem;
      color: #000000;
      text-align: center;
      margin-top: 30px;
      color: #1620AF;
      width: 18.125rem; }
      .carrousel-carrousel .carrousel p strong {
        display: block;
        font-weight: normal;
        font-family: "GillSansMTProBold"; }
    .carrousel-carrousel .carrousel img {
      margin: 0;
      width: 40rem;
      height: 40rem;
      display: inline-block; }
    .carrousel-carrousel .carrousel li,
    .carrousel-carrousel .carrousel ul {
      width: 40rem;
      margin-left: auto;
      margin-right: auto; }
    .carrousel-carrousel .carrousel .slick-prev,
    .carrousel-carrousel .carrousel .slick-next {
      position: absolute;
      top: 50%;
      background: none;
      border: none;
      text-indent: -9999px;
      cursor: pointer;
      margin-top: -28px; }
    .carrousel-carrousel .carrousel .slick-prev {
      left: 3.125rem;
      background-image: url(../css/sprite.png);
      background-position: -187px 0px;
      width: 28px;
      height: 56px; }
    .carrousel-carrousel .carrousel .slick-next {
      right: 3.125rem;
      background-image: url(../css/sprite.png);
      background-position: -187px -56px;
      width: 28px;
      height: 56px; }
    .carrousel-carrousel .carrousel .slick-dots {
      display: none !important; }

/* ==========================================================================
	TEXTE & BOUTON
/* ========================================================================== */
.message {
  clear: both;
  background-color: #1F2964;
  padding-top: 5rem;
  padding-bottom: -3rem; }
  .message .gris {
    background-color: #EDE8DF; }
  .message .orange {
    background-color: #FFC900; }
  .message .bleu {
    background-color: #1828A9; }
    .message .bleu h2,
    .message .bleu p {
      color: white; }
  .message .content {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    text-align: center; }
    .message .content::after {
      clear: both;
      content: "";
      display: table; }
    .message .content p {
      color: #fff;
      font-family: "GillSansMTProLight";
      font-size: 1.25rem;
      width: 43.75rem;
      margin-left: auto;
      margin-right: auto;
      display: block; }

/* ==========================================================================
	TEXTE & BOUTON
/* ========================================================================== */
.texte-bouton {
  clear: both;
  background-color: #1F2964;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .texte-bouton .gris {
    background-color: #EDE8DF; }
  .texte-bouton .orange {
    background-color: #FFC900; }
  .texte-bouton .bleu {
    background-color: #1828A9; }
    .texte-bouton .bleu h2,
    .texte-bouton .bleu p {
      color: white; }
  .texte-bouton .content {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    text-align: center; }
    .texte-bouton .content::after {
      clear: both;
      content: "";
      display: table; }
    .texte-bouton .content p {
      color: #fff;
      font-family: "GillSansMTProLight";
      font-size: 1.25rem;
      width: 43.75rem;
      margin-left: auto;
      margin-right: auto;
      display: block; }
    .texte-bouton .content a {
      width: 16.6875rem;
      height: 3.5625rem;
      line-height: 3.5625rem;
      color: #fff;
      font-size: 0.8125rem;
      font-family: "GillSansMTProLight";
      text-align: center;
      border: solid 1px #fff;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 2.5rem;
      text-transform: uppercase;
      -webkit-transition: color 0.3s, background-color 0.3s;
      -moz-transition: color 0.3s, background-color 0.3s;
      transition: color 0.3s, background-color 0.3s; }
      .texte-bouton .content a:hover {
        background-color: white;
        color: #1F2964; }

/* ==========================================================================
	CONTACT
/* ========================================================================== */
#contact {
  overflow: hidden; }
  #contact .col-left {
    background-color: #FFD600;
    width: 50%;
    float: left;
    text-align: center;
    line-height: 0;
    padding-top: 5.625rem; }
    #contact .col-left .title,
    #contact .col-left .text {
      line-height: 1.4;
      padding-left: 5rem;
      padding-right: 5rem;
      display: block;
      width: 100%;
      text-align: center; }
    #contact .col-left .title {
      font-size: 2.5rem;
      font-family: "GillSansMTProLight";
      color: black;
      line-height: 1.2; }
      #contact .col-left .title strong {
        display: block;
        font-family: "GillSansMTProBold"; }
    #contact .col-left .text {
      margin-top: 1.875rem;
      font-size: 0.9375rem;
      font-family: "GillSansMTProLight"; }
    #contact .col-left iframe {
      margin: 0;
      padding: 0;
      width: 100% !important;
      height: 510px !important;
      margin-top: 5rem; }
  #contact .col-right {
    width: 50%;
    float: right;
    padding-left: 7.1875rem;
    padding-right: 7.1875rem;
    padding-top: 5.625rem; }
    #contact .col-right h2 {
      font-size: 2.5rem;
      font-family: "GillSansMTProLight";
      color: #1D1D1B;
      line-height: 1.2;
      margin-bottom: 0.625rem; }
    #contact .col-right form .line {
      display: block;
      width: 100%;
      margin-bottom: 0.625rem;
      text-align: center; }
      #contact .col-right form .line label {
        display: block;
        font-size: 0.9375rem;
        font-family: "GillSansMTProLight";
        color: #1D1D1B;
        margin-bottom: 0.3125rem;
        text-align: left; }
        #contact .col-right form .line label span {
          color: #FF1D25; }
      #contact .col-right form .line input,
      #contact .col-right form .line textarea {
        width: 100%;
        height: 3.4375rem;
        border: none;
        padding-left: 0.625rem;
        line-height: 3.4375rem;
        font-family: "GillSansMTProLight";
        color: #1D1D1B;
        font-size: 0.9375rem;
        color: #1D1D1B;
        border: solid 1px #B5B5B5;
        -webkit-transition: border 0.3s, color 0.3s;
        -moz-transition: border 0.3s, color 0.3s;
        transition: border 0.3s, color 0.3s;
        text-align: left; }
        #contact .col-right form .line input.error, #contact .col-right form .line input.wpcf7-not-valid,
        #contact .col-right form .line textarea.error,
        #contact .col-right form .line textarea.wpcf7-not-valid {
          border: solid 1px #FF1D25;
          color: #FF1D25; }
      #contact .col-right form .line input[type="submit"] {
        display: block;
        width: 13.4375rem;
        border: solid 1px #1620AF;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3.125rem;
        color: #1620AF;
        background-color: transparent;
        cursor: pointer;
        line-height: 3.4375rem;
        text-transform: uppercase;
        text-align: center;
        -webkit-transition: background-color 0.3s, color 0.3s;
        -moz-transition: background-color 0.3s, color 0.3s;
        transition: background-color 0.3s, color 0.3s; }
        #contact .col-right form .line input[type="submit"]:hover {
          background-color: #1620AF;
          color: white; }
      #contact .col-right form .line textarea {
        height: 9.375rem; }
    #contact .col-right span.wpcf7-not-valid-tip {
      display: none; }
    #contact .col-right div.wpcf7-validation-errors {
      display: none !important; }
    #contact .col-right .wpcf7-mail-sent-ok {
      text-align: center;
      height: 3.4375rem;
      border: none;
      line-height: 3.4375rem;
      background-color: #FFD600;
      font-family: "GillSansMTProLight";
      color: #1D1D1B;
      font-size: 0.9375rem;
      text-transform: uppercase; }

/* ==========================================================================
	ALERTE
/* ========================================================================== */
#alerte {
  display: block;
  width: 100%;
  height: 100px;
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
  background-color: #FFD600;
  position: relative; }
  #alerte p {
    font-family: "GillSansMTProLight";
    font-size: 14px;
    line-height: 29.82px;
    color: #000000; }
  #alerte .close {
    cursor: pointer;
    position: absolute;
    right: 35px;
    top: 35px;
    display: inline-block;
    background-image: url(../css/sprite.png);
    background-position: -215px -134px;
    width: 29px;
    height: 29px; }

/* ==========================================================================
    Project evaluation, candidature and prix-candidature
/* ========================================================================== */
.bottombar {
  width: 100%;
  min-height: 6.25rem;
  padding-top: 1.25rem;
  text-align: center;
  vertical-align: middle;
  background-color: #FFD700; }
  .bottombar .button-main {
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
    width: auto;
    height: 3.4375rem;
    padding: 0.3125rem 1.25rem 0 1.25rem;
    border: solid 1px #1F2964;
    color: #1F2964;
    background-color: transparent;
    cursor: pointer;
    font-family: "GillSansMTProLight";
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 2.9375rem;
    letter-spacing: 0.01875rem;
    text-align: center; }
    .bottombar .button-main:hover {
      background-color: #1F2964;
      color: white; }
  .bottombar .button-back {
    background-image: url(../css/sprite.png);
    background-position: -126px 0px;
    width: 61px;
    height: 43px;
    display: inline-block;
    float: left;
    margin-left: 1.25rem; }

.prix-candidature-disabled-message {
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  color: #1620AF;
  background-color: #FFD700;
  border: solid 1px #d6e9c6;
  font-family: "GillSansMTProBold";
  font-size: 1rem; }

.commentaire-enregistre {
  text-align: center; }
  .commentaire-enregistre h2 {
    display: block;
    font-family: "GillSansMTProBold";
    color: black;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
    padding-top: 6.25rem;
    line-height: 1.4; }
  .commentaire-enregistre a {
    vertical-align: middle;
    display: inline-block;
    width: 16.6875rem;
    height: 3.75rem;
    border: solid 1px #1620AF;
    text-align: center;
    line-height: 3.75rem;
    color: #1620AF;
    font-size: 0.8125rem;
    font-family: "GillSansMTProLight";
    text-transform: uppercase;
    background-color: white;
    cursor: pointer;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    margin-bottom: 50px; }
    .commentaire-enregistre a:hover {
      background-color: #1620AF;
      color: white; }

#projets.candidature #list .projet {
  height: 25.625rem !important; }
  #projets.candidature #list .projet .themes {
    margin-top: 1.875rem; }
  #projets.candidature #list .projet .theme {
    display: block;
    width: 100%;
    height: 1.25rem; }
    #projets.candidature #list .projet .theme.culture {
      background-color: #FFC900; }
  #projets.candidature #list .projet .download {
    width: 2.5rem;
    height: 2.5rem;
    border: solid 1px #1620AF;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    bottom: 20px;
    text-align: center;
    line-height: 2.5rem; }
    #projets.candidature #list .projet .download:before {
      content: " ";
      display: inline-block;
      background-image: url(../css/sprite.png);
      background-position: -187px -137px;
      width: 25px;
      height: 21px;
      margin-bottom: -3px; }
  #projets.candidature #list .projet .notes {
    overflow: hidden;
    position: absolute;
    left: 1.875rem;
    bottom: 1.875rem; }
    #projets.candidature #list .projet .notes .note {
      width: 0.9375rem;
      height: 0.9375rem;
      border-radius: 50%;
      border: solid 1px #FFD600;
      display: block;
      margin-left: 1px;
      float: left;
      position: relative; }
      #projets.candidature #list .projet .notes .note.active:before {
        position: absolute;
        left: 1px;
        top: 1px;
        content: " ";
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background-color: #FFD600;
        display: inline-block; }
      #projets.candidature #list .projet .notes .note:first-child {
        margin-left: 0px; }

.candidature.show .col-left {
  width: 18.75rem;
  position: fixed;
  height: auto;
  padding-top: 2.5rem;
  background-color: white; }
  .candidature.show .col-left a {
    color: #4D4D4D;
    font-family: "GillSansMTProLight";
    font-size: 0.9375rem;
    padding-left: 20px; }
    .candidature.show .col-left a.active, .candidature.show .col-left a:hover {
      color: #1620AF; }
  @media print {
    .candidature.show .col-left {
      display: none; } }
  @media only screen and (max-width: 780px) {
    .candidature.show .col-left {
      display: none; } }

.candidature.show .col-right {
  border-left: solid 1px #BFBFBF;
  margin-left: 18.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 2.5rem; }
  .candidature.show .col-right h1 {
    padding-top: 2.5rem;
    font-size: 1.75rem;
    font-family: "GillSansMTProLight";
    font-weight: normal; }
  .candidature.show .col-right h2 {
    font-family: "GillSansMTProBold";
    color: #162076;
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
    padding-top: 1.875rem;
    padding-bottom: 0.3125rem;
    border-bottom: 1px solid; }
  .candidature.show .col-right h3 {
    font-family: "GillSansMTProBold";
    font-size: 1rem;
    margin-top: 1.5625rem;
    margin-bottom: 0.3125rem; }
    .candidature.show .col-right h3.demandeur {
      margin-top: 0.3125rem;
      margin-bottom: 0.625rem; }
  .candidature.show .col-right p {
    color: #4D4D4D;
    font-family: "GillSansMTProLight";
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 0.9375rem; }
  @media print {
    .candidature.show .col-right {
      padding: 0;
      margin: 0;
      border: none; }
      .candidature.show .col-right .evaluer-btn {
        display: none; } }
  @media only screen and (max-width: 780px) {
    .candidature.show .col-right {
      margin: 0;
      border: none; } }

.candidature.show .evaluer-btn {
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  display: inline-block;
  width: auto;
  height: 3.4375rem;
  padding: 0.3125rem 1.25rem 0 1.25rem;
  border: solid 1px #1F2964;
  color: #1F2964;
  background-color: transparent;
  cursor: pointer;
  font-family: "GillSansMTProLight";
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 2.9375rem;
  letter-spacing: 0.01875rem;
  text-align: center; }
  .candidature.show .evaluer-btn:hover {
    background-color: #1F2964;
    color: white; }

.candidature.show .message-no-edit {
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  color: #3c763d;
  background-color: #dff0d8;
  border: solid 1px #d6e9c6;
  font-family: "GillSansMTProBold";
  font-size: 1rem; }

.candidature.edit {
  padding-bottom: 5.625rem; }
  @media only screen and (max-width: 780px) {
    .candidature.edit {
      padding: 0 20px 5.625rem 20px; } }
  .candidature.edit .col-left {
    position: fixed;
    width: 18.75rem;
    height: auto;
    padding-top: 2.5rem; }
    .candidature.edit .col-left a {
      color: #4D4D4D;
      font-family: "GillSansMTProLight";
      font-size: 0.9375rem;
      padding-left: 20px; }
      .candidature.edit .col-left a.active, .candidature.edit .col-left a:hover {
        color: #1620AF; }
    @media only screen and (max-width: 780px) {
      .candidature.edit .col-left {
        display: none; } }
  .candidature.edit .col-right {
    margin-left: 18.75rem;
    max-width: 57rem; }
    @media only screen and (max-width: 780px) {
      .candidature.edit .col-right {
        margin: 0; } }
  .candidature.edit h2 {
    color: #162076;
    font-family: "GillSansMTProBold";
    font-size: 1.875rem;
    text-transform: uppercase;
    margin-bottom: 1.875rem; }
  .candidature.edit p.description {
    font-size: 1rem;
    font-family: "GillSansMTProLight";
    margin-bottom: 1.875rem; }
  .candidature.edit .etape {
    margin-top: 2.5rem; }
    .candidature.edit .etape form label {
      display: block;
      text-align: left;
      font-size: 1rem;
      font-family: "GillSansMTProLight"; }
    .candidature.edit .etape form input {
      -webkit-transition: border 0.3s, color 0.3s;
      -moz-transition: border 0.3s, color 0.3s;
      transition: border 0.3s, color 0.3s;
      width: 100%;
      height: 3.4375rem;
      padding-left: 0.625rem;
      font-family: "GillSansMTProLight";
      font-size: 1rem;
      color: #1D1D1B;
      border: solid 1px #B5B5B5; }
      .candidature.edit .etape form input.error {
        border-color: solid 1px red;
        color: red; }
    .candidature.edit .etape form textarea {
      border: solid 1px #BFBFBF;
      font-family: "GillSansMTProLight";
      font-size: 1rem;
      padding: 0.625rem; }
    .candidature.edit .etape form select {
      border: solid 1px #BFBFBF;
      height: 3.4375rem;
      padding-left: 0.625rem;
      font-family: "GillSansMTProLight";
      font-size: 1rem;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url(../images/sprite/ico-arrow-bottom.png) no-repeat 97%; }
    .candidature.edit .etape form input[type="checkbox"], .candidature.edit .etape form input[type="radio"] {
      display: inline-block;
      width: auto;
      height: auto;
      padding: 0;
      margin: 0;
      margin-right: 0.3125rem; }
    .candidature.edit .etape form input[type="checkbox"] + label {
      display: inline-block;
      width: auto;
      margin: 0;
      padding: 0; }
    .candidature.edit .etape form input[type="file"] {
      width: auto;
      border: none;
      line-height: 1; }
    .candidature.edit .etape form input[type="submit"] {
      -webkit-transition: background-color 0.3s, color 0.3s;
      -moz-transition: background-color 0.3s, color 0.3s;
      transition: background-color 0.3s, color 0.3s;
      display: inline-block;
      width: auto;
      height: 3.4375rem;
      padding: 0.3125rem 1.25rem 0 1.25rem;
      border: solid 1px #1F2964;
      color: #1F2964;
      background-color: transparent;
      cursor: pointer;
      font-family: "GillSansMTProLight";
      font-size: 1rem;
      text-transform: uppercase;
      line-height: 2.9375rem;
      letter-spacing: 0.01875rem;
      text-align: center; }
      .candidature.edit .etape form input[type="submit"]:hover {
        background-color: #1F2964;
        color: white; }
    .candidature.edit .etape form .acf-field {
      border: none;
      padding-left: 0; }
    .candidature.edit .etape form .acf-radio-list li {
      margin-bottom: 1.25rem; }
    .candidature.edit .etape form .acf-field-file .acf-input {
      border: solid 1px #B5B5B5;
      line-height: 5.375rem;
      color: #1620AF;
      font-family: "GillSansMTProLight";
      font-size: 1rem;
      padding-left: 1.25rem; }
      .candidature.edit .etape form .acf-field-file .acf-input [data-name="add"] {
        margin-left: 0.625rem; }
      .candidature.edit .etape form .acf-field-file .acf-input .has-value {
        margin: 0.625rem; }
      .candidature.edit .etape form .acf-field-file .acf-input .file-wrap {
        border: 0; }
    .candidature.edit .etape form .acf-field-file .acf-icon-cancel:before {
      margin-top: 3px; }
    .candidature.edit .etape form textarea {
      height: 10.75rem;
      margin-bottom: -6px; }
    .candidature.edit .etape form input[type="submit"] {
      width: 18.75rem;
      margin: 0.625rem auto 3.125rem auto; }
  .candidature.edit .etape-submit {
    font-family: "GillSansMTProLight";
    font-size: 1rem; }
    .candidature.edit .etape-submit .bottombar {
      margin-top: 1.25rem; }

.candidature.evaluer h2 {
  font-family: "GillSansMTProBold";
  color: #162076;
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
  padding-top: 2.5rem;
  text-transform: uppercase; }

.candidature.evaluer .commentaire {
  margin-top: 20px;
  margin-bottom: 40px; }
  .candidature.evaluer .commentaire .nom,
  .candidature.evaluer .commentaire p {
    font-size: 0.9375rem;
    font-family: "GillSansMTProLight";
    color: #1D1D1B;
    line-height: 1.4; }
  .candidature.evaluer .commentaire .nom {
    display: inline-block;
    vertical-align: top; }
  .candidature.evaluer .commentaire p {
    margin-top: 10px; }

.candidature.evaluer .notes {
  margin-right: 10px;
  display: inline-block; }
  .candidature.evaluer .notes .note {
    width: 0.9375rem;
    height: 0.9375rem;
    border-radius: 50%;
    border: solid 1px #FFD600;
    display: block;
    margin-left: 1px;
    float: left;
    position: relative; }
    .candidature.evaluer .notes .note.active:before {
      position: absolute;
      left: 1px;
      top: 1px;
      content: " ";
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background-color: #FFD600;
      display: inline-block;
      -webkit-print-color-adjust: exact; }
    .candidature.evaluer .notes .note:first-child {
      margin-left: 0px; }

.candidature.evaluer form.ajouter-commentaire label {
  display: block;
  text-align: left;
  font-size: 1rem;
  font-family: "GillSansMTProLight"; }

.candidature.evaluer form.ajouter-commentaire input {
  -webkit-transition: border 0.3s, color 0.3s;
  -moz-transition: border 0.3s, color 0.3s;
  transition: border 0.3s, color 0.3s;
  width: 100%;
  height: 3.4375rem;
  padding-left: 0.625rem;
  font-family: "GillSansMTProLight";
  font-size: 1rem;
  color: #1D1D1B;
  border: solid 1px #B5B5B5; }
  .candidature.evaluer form.ajouter-commentaire input.error {
    border-color: solid 1px red;
    color: red; }

.candidature.evaluer form.ajouter-commentaire textarea {
  border: solid 1px #BFBFBF;
  font-family: "GillSansMTProLight";
  font-size: 1rem;
  padding: 0.625rem; }

.candidature.evaluer form.ajouter-commentaire select {
  border: solid 1px #BFBFBF;
  height: 3.4375rem;
  padding-left: 0.625rem;
  font-family: "GillSansMTProLight";
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/sprite/ico-arrow-bottom.png) no-repeat 97%; }

.candidature.evaluer form.ajouter-commentaire input[type="checkbox"], .candidature.evaluer form.ajouter-commentaire input[type="radio"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  margin-right: 0.3125rem; }

.candidature.evaluer form.ajouter-commentaire input[type="checkbox"] + label {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0; }

.candidature.evaluer form.ajouter-commentaire input[type="file"] {
  width: auto;
  border: none;
  line-height: 1; }

.candidature.evaluer form.ajouter-commentaire input[type="submit"] {
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  display: inline-block;
  width: auto;
  height: 3.4375rem;
  padding: 0.3125rem 1.25rem 0 1.25rem;
  border: solid 1px #1F2964;
  color: #1F2964;
  background-color: transparent;
  cursor: pointer;
  font-family: "GillSansMTProLight";
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 2.9375rem;
  letter-spacing: 0.01875rem;
  text-align: center; }
  .candidature.evaluer form.ajouter-commentaire input[type="submit"]:hover {
    background-color: #1F2964;
    color: white; }

.candidature.evaluer form.ajouter-commentaire .acf-field {
  border: none;
  padding-left: 0; }

.candidature.evaluer form.ajouter-commentaire .acf-radio-list li {
  margin-bottom: 1.25rem; }

.candidature.evaluer form.ajouter-commentaire .acf-field-file .acf-input {
  border: solid 1px #B5B5B5;
  line-height: 5.375rem;
  color: #1620AF;
  font-family: "GillSansMTProLight";
  font-size: 1rem;
  padding-left: 1.25rem; }
  .candidature.evaluer form.ajouter-commentaire .acf-field-file .acf-input [data-name="add"] {
    margin-left: 0.625rem; }
  .candidature.evaluer form.ajouter-commentaire .acf-field-file .acf-input .has-value {
    margin: 0.625rem; }
  .candidature.evaluer form.ajouter-commentaire .acf-field-file .acf-input .file-wrap {
    border: 0; }

.candidature.evaluer form.ajouter-commentaire .acf-field-file .acf-icon-cancel:before {
  margin-top: 3px; }

.candidature.evaluer form.ajouter-commentaire .row {
  display: block; }
  .candidature.evaluer form.ajouter-commentaire .row label {
    font-size: 0.9375rem;
    font-family: "GillSansMTProLight";
    color: #1D1D1B;
    line-height: 1.4;
    display: inline-block; }
  .candidature.evaluer form.ajouter-commentaire .row .br-wrapper {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle; }
  .candidature.evaluer form.ajouter-commentaire .row textarea {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px; }
  .candidature.evaluer form.ajouter-commentaire .row .submit-button, .candidature.evaluer form.ajouter-commentaire .row button.loading {
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
    width: auto;
    height: 3.4375rem;
    padding: 0.3125rem 1.25rem 0 1.25rem;
    border: solid 1px #1F2964;
    color: #1F2964;
    background-color: transparent;
    cursor: pointer;
    font-family: "GillSansMTProLight";
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 2.9375rem;
    letter-spacing: 0.01875rem;
    text-align: center;
    width: 16.6875rem;
    margin-bottom: 50px; }
    .candidature.evaluer form.ajouter-commentaire .row .submit-button:hover, .candidature.evaluer form.ajouter-commentaire .row button.loading:hover {
      background-color: #1F2964;
      color: white; }
  .candidature.evaluer form.ajouter-commentaire .row .submit-button:hover, .candidature.evaluer form.ajouter-commentaire .row button.loading {
    background-color: #1F2964;
    color: white; }

.br-widget a {
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  border: solid 1px #FFD600;
  display: block;
  margin-left: 1px;
  float: left;
  position: relative; }
  .br-widget a.br-selected:before, .br-widget a.br-active:before {
    position: absolute;
    left: 1px;
    top: 1px;
    content: " ";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #FFD600;
    display: inline-block; }
  .br-widget a:first-child {
    margin-left: 0px; }

.br-widget .br-current-rating {
  display: none; }

/* ==========================================================================
  PROJETS SOUTENUS
/* ========================================================================== */
#projets-soutenus {
  /* LIST PROJET */
  /* PROJET */ }
  #projets-soutenus h2.subtitle {
    font-family: "GillSansMTProBold";
    color: #162076;
    font-size: 1.875rem;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px; }
  #projets-soutenus #list {
    overflow: hidden;
    border-left: solid 1px #BFBFBF;
    /* PROJET */ }
    #projets-soutenus #list .projet {
      position: relative;
      display: block;
      float: left;
      width: 33.3%;
      height: 32.5rem !important;
      padding-bottom: 4.375rem;
      border-right: solid 1px #BFBFBF;
      border-bottom: solid 1px #BFBFBF; }
      #projets-soutenus #list .projet a {
        height: 100%; }
      #projets-soutenus #list .projet .themes {
        color: #000000;
        font-family: "GillSansMTProLight";
        font-size: 0.9375rem;
        margin-left: 1.875rem;
        text-transform: uppercase;
        margin-bottom: 0.625rem;
        display: block;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s; }
      #projets-soutenus #list .projet h2, #projets-soutenus #list .projet h3, #projets-soutenus #list .projet p {
        color: #000000;
        margin-left: 1.875rem;
        margin-right: 1.875rem;
        margin-bottom: 0.625rem; }
      #projets-soutenus #list .projet h2 {
        font-family: "GillSansDisplayMTProBold";
        font-size: 1.5rem;
        line-height: 1.2;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s; }
      #projets-soutenus #list .projet h3 {
        font-family: "GillSansDisplayMTProBold";
        font-size: 0.9375rem;
        line-height: 1.2;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s; }
      #projets-soutenus #list .projet p {
        font-family: "GillSansMTProLight";
        font-size: 0.875rem;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s; }
      #projets-soutenus #list .projet .visuel {
        width: 100%;
        overflow: hidden;
        margin-bottom: 1.875rem;
        text-align: center; }
        #projets-soutenus #list .projet .visuel img {
          max-height: 10rem; }
      #projets-soutenus #list .projet:hover .themes, #projets-soutenus #list .projet:hover h2, #projets-soutenus #list .projet:hover p {
        color: #172177; }
  #projets-soutenus #projet {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: solid 1px #BFBFBF;
    position: relative; }
    #projets-soutenus #projet .next {
      display: block;
      position: absolute;
      right: 0.9375rem;
      top: 0.9375rem;
      background-image: url(../css/sprite.png);
      background-position: -126px -43px;
      width: 61px;
      height: 43px; }
    #projets-soutenus #projet .visuel {
      display: block;
      float: left;
      width: 39.9375rem; }
    #projets-soutenus #projet .description {
      float: right;
      width: 34.375rem;
      padding-bottom: 5rem; }
      #projets-soutenus #projet .description.noimage {
        float: left;
        width: 100%;
        padding-left: 1.25rem; }
      #projets-soutenus #projet .description .fb-like {
        display: block;
        margin-top: 1.25rem;
        margin-bottom: 1.25rem; }
      #projets-soutenus #projet .description .logo {
        display: block;
        margin-top: 3.125rem; }
      #projets-soutenus #projet .description .themes {
        color: #000000;
        font-family: "GillSansMTProLight";
        font-size: 0.9375rem;
        text-transform: uppercase;
        margin-bottom: 0.625rem;
        display: block;
        margin-right: 1.875rem;
        margin-top: 1.875rem; }
      #projets-soutenus #projet .description h1 {
        color: #000000;
        font-family: "GillSansDisplayMTProBold";
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 0.625rem;
        margin-right: 1.875rem; }
      #projets-soutenus #projet .description p {
        color: #000000;
        font-family: "GillSansMTProLight";
        font-size: 0.875rem;
        display: block;
        margin-right: 1.875rem; }
      #projets-soutenus #projet .description .external {
        display: inline-block;
        width: 9.375rem;
        height: 2.8125rem;
        line-height: 2.9375rem;
        color: #1620AF;
        border: solid 1px #1620AF;
        text-align: center;
        margin-top: 3.125rem;
        font-family: "GillSansMTProLight";
        font-size: 0.875rem;
        text-transform: uppercase; }
        #projets-soutenus #projet .description .external:after {
          content: " ";
          display: inline-block;
          background-image: url(../css/sprite.png);
          background-position: -89px -183px;
          width: 22px;
          height: 11px;
          vertical-align: middle;
          margin-left: 0.3125rem;
          margin-top: -0.125rem; }
      #projets-soutenus #projet .description .fb-like {
        display: inline-block; }
      #projets-soutenus #projet .description .twitter-share-button {
        margin-top: 22px;
        margin-left: 20px;
        vertical-align: top; }
  @media only screen and (min-width: 781px) and (max-width: 1280px) {
    #projets-soutenus #list .projet {
      width: 50%;
      height: 28.125rem !important; } }
  @media only screen and (max-width: 780px) {
    #projets-soutenus #projet {
      width: 100%; }
      #projets-soutenus #projet .next {
        display: none; }
      #projets-soutenus #projet .visuel {
        width: 100%;
        float: none; }
      #projets-soutenus #projet .description {
        width: 100%;
        float: none;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 30px; }
        #projets-soutenus #projet .description h1 {
          font-size: 30px; } }

@media only screen and (max-width: 780px) {
  /* PROJETS */
  #projets {
    width: 100%; }
    #projets #list {
      width: 100%; }
      #projets #list .projet {
        width: 100%;
        display: block;
        float: none;
        height: auto !important; }
        #projets #list .projet h2 {
          font-size: 30px !important; }
        #projets #list .projet .visuel {
          height: auto !important; } }

/* ==========================================================================
  PRIX - ARCHIVES
/* ========================================================================== */
#archives {
  overflow: hidden;
  border-left: solid 1px #B1AAA2; }
  #archives .archive {
    width: 25%;
    float: left;
    position: relative;
    border-bottom: solid 1px #B1AAA2;
    border-right: solid 1px #B1AAA2;
    height: 40rem; }
    @media only screen and (max-width: 780px) {
      #archives .archive {
        width: 100%;
        float: none;
        height: auto;
        padding-bottom: 90px; } }
    @media only screen and (min-width: 781px) and (max-width: 1280px) {
      #archives .archive {
        width: 33%; } }
    #archives .archive:hover .visuel:after {
      opacity: 0.6; }
    #archives .archive .visuel {
      width: 100%;
      height: 20rem;
      overflow: hidden; }
      #archives .archive .visuel:after {
        content: " ";
        display: block;
        position: absolute;
        width: 100%;
        height: 20rem;
        background-color: #1620AF;
        top: 0;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s; }
    #archives .archive .date {
      position: absolute;
      top: 5rem;
      left: 50%;
      margin-left: -4.5625rem;
      width: 9.125rem;
      height: 9.125rem;
      border-radius: 50%;
      background-color: white;
      line-height: 9.125rem;
      font-size: 0.875rem;
      font-family: "GillSansMTProLight";
      text-transform: uppercase;
      text-align: center;
      color: black; }
    #archives .archive h2 {
      font-family: "GillSansMTProLight";
      font-size: 1.25rem;
      color: black;
      width: 80%;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      text-transform: uppercase;
      font-weight: normal;
      margin-top: 3.75rem; }
    #archives .archive h3 {
      font-family: "GillSansMTProBold";
      font-size: 1.25rem;
      color: black;
      width: 80%;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      text-transform: uppercase;
      font-weight: normal; }
    #archives .archive .fb-like {
      position: absolute;
      bottom: 1.875rem;
      left: 1.875rem; }

/* ==========================================================================
  ACTIVITES
/* ========================================================================== */
#activites-content {
  /* SIDEBAR */
  /* LIST */ }
  #activites-content #sidebar {
    float: left; }
  #activites-content #list {
    overflow: hidden;
    border-left: solid 1px #BFBFBF; }
    #activites-content #list .activite {
      position: relative;
      float: left;
      border-right: solid 1px #BFBFBF;
      border-bottom: solid 1px #BFBFBF;
      height: 36.25rem;
      overflow: hidden;
      width: 33.3% !important; }
      #activites-content #list .activite .themes {
        position: absolute;
        top: 5rem;
        left: 50%;
        margin-left: -4.5625rem;
        width: 9.125rem;
        height: 9.125rem;
        border-radius: 50%;
        background-color: white;
        line-height: 9.375rem;
        font-size: 0.875rem;
        font-family: "GillSansMTProLight";
        text-transform: uppercase;
        text-align: center;
        color: black; }
      #activites-content #list .activite .visuel {
        height: 17.1875rem;
        overflow: hidden; }
      #activites-content #list .activite img {
        width: 100%; }
      #activites-content #list .activite .informations {
        background-color: white; }
        #activites-content #list .activite .informations .date {
          font-family: "GillSansMTProLight";
          font-size: 1.25rem;
          width: 80%;
          display: block;
          margin-left: auto;
          margin-right: auto;
          text-transform: uppercase;
          text-align: center;
          color: black;
          margin-top: 3.75rem;
          margin-bottom: 1.25rem; }
        #activites-content #list .activite .informations h2 {
          font-family: "GillSansMTProBold";
          font-size: 1.125rem;
          width: 85%;
          display: block;
          margin-left: auto;
          margin-right: auto;
          text-transform: uppercase;
          text-align: center;
          color: black; }
      #activites-content #list .activite.big {
        border-top: none;
        width: 100% !important;
        height: auto !important; }
        #activites-content #list .activite.big img {
          width: 100%;
          height: auto; }
        #activites-content #list .activite.big h2 {
          margin-bottom: 5rem; }
  @media only screen and (min-width: 781px) and (max-width: 1280px) {
    #activites-content #list .activite {
      width: 50% !important; } }
  @media only screen and (max-width: 780px) {
    #activites-content {
      width: 100%; }
      #activites-content #list {
        width: 100%; }
        #activites-content #list .activite {
          width: 100% !important;
          height: auto !important;
          float: none;
          padding-bottom: 30px; }
          #activites-content #list .activite.big .informations {
            position: relative;
            left: 0;
            margin-left: 0; }
          #activites-content #list .activite .themes {
            top: 50px; }
          #activites-content #list .activite .informations {
            margin: 0;
            height: auto;
            width: 100%;
            padding-left: 5%;
            padding-right: 5%; }
            #activites-content #list .activite .informations .date {
              margin-top: 30px; } }

/* ==========================================================================
  ACTIVITE - SINGLE
/* ========================================================================== */
#activite {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: solid 1px #BFBFBF;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  #activite .next {
    display: block;
    position: absolute;
    right: 1.875rem;
    top: 1.875rem;
    background-image: url(../css/sprite.png);
    background-position: -126px -43px;
    width: 61px;
    height: 43px; }
  #activite .visuels {
    display: block;
    float: left;
    width: 50%;
    padding: 0 50px; }
    #activite .visuels img, #activite .visuels iframe {
      border: none;
      display: inline;
      width: 100%; }
    #activite .visuels p {
      margin-top: 0.625rem;
      font-size: 0.875rem;
      font-family: "GillSansMTProLight"; }
      #activite .visuels p strong {
        font-family: "GillSansMTProBold"; }
  #activite .description {
    width: 50%;
    float: right;
    padding-left: 10px; }
    #activite .description .fb-like {
      display: block;
      margin-bottom: 0.625rem; }
    #activite .description h1, #activite .description h2 {
      color: #000000;
      font-family: "GillSansDisplayMTProBold";
      font-size: 1.25rem;
      text-transform: uppercase;
      line-height: 1.2;
      margin-right: 1.875rem; }
    #activite .description p {
      color: #000000;
      font-family: "GillSansMTProLight";
      font-size: 0.875rem;
      display: block;
      margin-right: 1.875rem; }
    #activite .description .date {
      color: #000000;
      font-family: "GillSansMTProLight";
      font-size: 1.25rem;
      display: block;
      text-transform: uppercase; }
  #activite .artistes {
    margin-bottom: 1.25rem; }
    #activite .artistes span {
      display: inline-block;
      height: 2.0625rem;
      line-height: 2.25rem;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      font-size: 1rem;
      color: black;
      font-family: "GillSansMTProCondensed";
      border: solid 1px black;
      text-transform: uppercase;
      margin-right: 0.3125rem;
      margin-bottom: 0.3125rem;
      -webkit-transition: background-color 0.3s, color 0.3s;
      -moz-transition: background-color 0.3s, color 0.3s;
      transition: background-color 0.3s, color 0.3s; }
    #activite .artistes a {
      display: inline-block;
      height: 2.0625rem;
      line-height: 2.25rem;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      font-size: 1rem;
      color: black;
      font-family: "GillSansMTProCondensed";
      border: solid 1px black;
      text-transform: uppercase;
      margin-right: 0.3125rem;
      margin-bottom: 0.3125rem;
      cursor: pointer;
      -webkit-transition: background-color 0.3s, color 0.3s;
      -moz-transition: background-color 0.3s, color 0.3s;
      transition: background-color 0.3s, color 0.3s; }
      #activite .artistes a:hover {
        color: white;
        background-color: #1F2964; }
  #activite .telechargements {
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 1.875rem; }
    #activite .telechargements a {
      display: inline-block;
      margin-bottom: 0.625rem;
      border: solid 1px black;
      width: auto;
      height: 2.8125rem;
      line-height: 3.125rem;
      text-align: left;
      text-indent: 0.9375rem;
      color: black;
      font-family: "GillSansMTProLight";
      text-transform: uppercase;
      font-size: 0.9375rem; }
      #activite .telechargements a:after {
        content: " ";
        display: inline-block;
        float: right;
        background-image: url(../css/sprite.png);
        background-position: -187px -158px;
        width: 25px;
        height: 21px;
        margin-right: 0.625rem;
        margin-top: 0.625rem;
        margin-left: 0.625rem; }
  #activite .slick-prev,
  #activite .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -1.4375rem;
    background: none;
    border: none;
    text-indent: -9999px;
    cursor: pointer; }
  #activite .slick-prev {
    left: 0;
    background-image: url(../css/sprite.png);
    background-position: -187px 0px;
    width: 28px;
    height: 56px; }
  #activite .slick-next {
    right: 0;
    background-image: url(../css/sprite.png);
    background-position: -187px -56px;
    width: 28px;
    height: 56px; }
  @media only screen and (max-width: 780px) {
    #activite .visuels, #activite .description {
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
    #activite .visuels {
      margin-bottom: 30px;
      overflow: hidden; }
      #activite .visuels img {
        width: auto; }
    #activite .description {
      margin-top: 30px;
      float: none; }
      #activite .description h1, #activite .description p {
        margin-right: 0; }
    #activite .slick-next,
    #activite .slick-prev {
      display: none !important; } }
  @media only screen and (max-width: 780px) {
    #activite .visuels, #activite .description {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      padding: 0 5%; }
    #activite .description {
      float: none; }
      #activite .description h1, #activite .description p {
        margin-right: 0; }
    #activite .visuels {
      margin-bottom: 30px;
      overflow: hidden; }
      #activite .visuels .slick-next,
      #activite .visuels .slick-prev {
        display: none !important; }
      #activite .visuels img {
        width: auto; }
    #activite a.next {
      display: none; } }

/* ==========================================================================
  HOME - ACTUALITE
/* ========================================================================== */
.actualite {
  height: 40rem;
  display: block;
  width: 50%;
  float: left; }
  .actualite .entete {
    width: 100%;
    height: 20rem;
    display: block;
    padding: 0;
    position: relative;
    overflow: hidden; }
    .actualite .entete img {
      width: 100%;
      height: auto; }
    .actualite .entete .category {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -4.59375rem;
      margin-left: -4.59375rem;
      width: 9.1875rem;
      height: 9.1875rem;
      border-radius: 50%;
      background: white;
      text-align: center; }
      .actualite .entete .category span, .actualite .entete .category a {
        font-family: "GillSansMTProCondensed";
        font-size: 0.875rem;
        text-transform: uppercase;
        line-height: 9.375rem;
        color: black; }
  .actualite .contenu {
    height: 20rem;
    padding: 5rem 6.25rem 0 6.25rem;
    text-align: center; }
    .actualite .contenu p, .actualite .contenu .date {
      font-size: 1.25rem;
      color: black;
      text-transform: uppercase; }
    .actualite .contenu .date {
      font-family: "GillSansMTProLight"; }
    .actualite .contenu p {
      font-family: "GillSansMTProBold"; }
  @media only screen and (max-width: 780px) {
    .actualite {
      height: auto;
      width: 100%;
      float: none;
      height: auto; }
      .actualite .contenu {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 40px 0;
        height: auto; } }

.prix-candidature.show .message-no-edit {
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  color: #3c763d;
  background-color: #dff0d8;
  border: solid 1px #d6e9c6;
  font-family: "GillSansMTProLight";
  font-size: 1rem; }

.prix-candidature.show .etape {
  padding-left: 6.25rem; }
  .prix-candidature.show .etape h2 {
    margin-top: 3.125rem;
    font-family: "GillSansMTProBold";
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #162076; }
  .prix-candidature.show .etape h3 {
    font-family: "GillSansMTProBold";
    font-size: 1rem;
    margin-top: 1.5625rem;
    margin-bottom: 0.3125rem; }
  .prix-candidature.show .etape p {
    margin-bottom: 0.9375rem;
    font-family: "GillSansMTProLight";
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.6;
    color: #4D4D4D; }
  @media only screen and (max-width: 780px) {
    .prix-candidature.show .etape {
      padding-left: 0.625rem; } }

.prix-candidature.edit .container {
  padding: 3.125rem 6.25rem; }

.prix-candidature.edit h1, .prix-candidature.edit h2 {
  width: 100%;
  color: #162076;
  font-family: "GillSansMTProBold";
  font-size: 1.875rem;
  text-transform: uppercase;
  margin-bottom: 1.875rem; }

.prix-candidature.edit h1 {
  font-size: 2.1875rem; }

.prix-candidature.edit .col-left, .prix-candidature.edit .col-right {
  width: 45%;
  float: left; }

.prix-candidature.edit .col-right {
  margin-left: 10%; }

.prix-candidature.edit h2.subtitle {
  clear: both;
  display: block;
  padding-top: 3.125rem; }

@media only screen and (max-width: 780px) {
  .prix-candidature.edit .container {
    padding: 1.25rem 1.25rem; }
  .prix-candidature.edit .col-left, .prix-candidature.edit .col-right {
    width: 100%; }
  .prix-candidature.edit .col-right {
    margin-left: 0; } }

.prix-candidature.edit form label {
  display: block;
  text-align: left;
  font-size: 1rem;
  font-family: "GillSansMTProLight"; }

.prix-candidature.edit form input {
  -webkit-transition: border 0.3s, color 0.3s;
  -moz-transition: border 0.3s, color 0.3s;
  transition: border 0.3s, color 0.3s;
  width: 100%;
  height: 3.4375rem;
  padding-left: 0.625rem;
  font-family: "GillSansMTProLight";
  font-size: 1rem;
  color: #1D1D1B;
  border: solid 1px #B5B5B5; }
  .prix-candidature.edit form input.error {
    border-color: solid 1px red;
    color: red; }

.prix-candidature.edit form textarea {
  border: solid 1px #BFBFBF;
  font-family: "GillSansMTProLight";
  font-size: 1rem;
  padding: 0.625rem; }

.prix-candidature.edit form select {
  border: solid 1px #BFBFBF;
  height: 3.4375rem;
  padding-left: 0.625rem;
  font-family: "GillSansMTProLight";
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/sprite/ico-arrow-bottom.png) no-repeat 97%; }

.prix-candidature.edit form input[type="checkbox"], .prix-candidature.edit form input[type="radio"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  margin-right: 0.3125rem; }

.prix-candidature.edit form input[type="checkbox"] + label {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0; }

.prix-candidature.edit form input[type="file"] {
  width: auto;
  border: none;
  line-height: 1; }

.prix-candidature.edit form input[type="submit"] {
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  display: inline-block;
  width: auto;
  height: 3.4375rem;
  padding: 0.3125rem 1.25rem 0 1.25rem;
  border: solid 1px #1F2964;
  color: #1F2964;
  background-color: transparent;
  cursor: pointer;
  font-family: "GillSansMTProLight";
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 2.9375rem;
  letter-spacing: 0.01875rem;
  text-align: center; }
  .prix-candidature.edit form input[type="submit"]:hover {
    background-color: #1F2964;
    color: white; }

.prix-candidature.edit form .acf-field {
  border: none;
  padding-left: 0; }

.prix-candidature.edit form .acf-radio-list li {
  margin-bottom: 1.25rem; }

.prix-candidature.edit form .acf-field-file .acf-input {
  border: solid 1px #B5B5B5;
  line-height: 5.375rem;
  color: #1620AF;
  font-family: "GillSansMTProLight";
  font-size: 1rem;
  padding-left: 1.25rem; }
  .prix-candidature.edit form .acf-field-file .acf-input [data-name="add"] {
    margin-left: 0.625rem; }
  .prix-candidature.edit form .acf-field-file .acf-input .has-value {
    margin: 0.625rem; }
  .prix-candidature.edit form .acf-field-file .acf-input .file-wrap {
    border: 0; }

.prix-candidature.edit form .acf-field-file .acf-icon-cancel:before {
  margin-top: 3px; }

.prix-candidature.edit form .acf-form-submit {
  width: 100%;
  min-height: 6.25rem;
  padding-top: 1.25rem;
  text-align: center;
  vertical-align: middle;
  background-color: #FFD700;
  clear: both;
  padding-top: 1.25rem; }
  .prix-candidature.edit form .acf-form-submit .button-main {
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
    width: auto;
    height: 3.4375rem;
    padding: 0.3125rem 1.25rem 0 1.25rem;
    border: solid 1px #1F2964;
    color: #1F2964;
    background-color: transparent;
    cursor: pointer;
    font-family: "GillSansMTProLight";
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 2.9375rem;
    letter-spacing: 0.01875rem;
    text-align: center; }
    .prix-candidature.edit form .acf-form-submit .button-main:hover {
      background-color: #1F2964;
      color: white; }
  .prix-candidature.edit form .acf-form-submit .button-back {
    background-image: url(../css/sprite.png);
    background-position: -126px 0px;
    width: 61px;
    height: 43px;
    display: inline-block;
    float: left;
    margin-left: 1.25rem; }
  .prix-candidature.edit form .acf-form-submit input[type="submit"] {
    margin-left: 30px; }
  .prix-candidature.edit form .acf-form-submit .loading {
    display: none;
    padding: 1.25rem; }

.prix-candidature.edit [data-name="niveau_de_classe"] {
  margin-bottom: 0; }
  .prix-candidature.edit [data-name="niveau_de_classe"] > .acf-label {
    display: none; }
  .prix-candidature.edit [data-name="niveau_de_classe"] .acf-table {
    border: 0; }
    .prix-candidature.edit [data-name="niveau_de_classe"] .acf-table .acf-field {
      border: 0;
      padding-left: 0; }

.prix-candidature.edit [data-name="projet_realise_sur_le_temps_scolaire"] {
  margin-bottom: 3.125rem; }
  .prix-candidature.edit [data-name="projet_realise_sur_le_temps_scolaire"] > .acf-label {
    display: none; }

.prix-candidature.edit [data-name="enseignants"] .acf-row-handle.remove .acf-icon.-plus,
.prix-candidature.edit [data-name="fichiers_joints"] .acf-row-handle.remove .acf-icon.-plus {
  display: none; }

.prix-candidature.edit [data-name="enseignants"] .acf-table .acf-field,
.prix-candidature.edit [data-name="fichiers_joints"] .acf-table .acf-field {
  padding-left: 0.625rem;
  border: 0; }
  .prix-candidature.edit [data-name="enseignants"] .acf-table .acf-field:last-child,
  .prix-candidature.edit [data-name="fichiers_joints"] .acf-table .acf-field:last-child {
    border-bottom: 1px solid #DFDFDF; }

.prix-candidature.edit [data-name="enseignants"] .acf-actions.acf-hl .acf-button,
.prix-candidature.edit [data-name="fichiers_joints"] .acf-actions.acf-hl .acf-button {
  cursor: pointer;
  background: none;
  border: none;
  color: #1620AF;
  font-family: "GillSansMTProLight";
  font-size: 0.9375rem;
  display: inline-block;
  margin: 0;
  padding: 0; }
  .prix-candidature.edit [data-name="enseignants"] .acf-actions.acf-hl .acf-button:before,
  .prix-candidature.edit [data-name="fichiers_joints"] .acf-actions.acf-hl .acf-button:before {
    text-align: center;
    line-height: 23px;
    content: "+";
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
    border: solid 1px #1620AF;
    margin-right: 10px;
    vertical-align: middle;
    text-indent: 1px; }

#projets-soutenus.rectorat #list .projet a {
  height: 80%; }

#projets.candidature.prix #sidebar .filtres a i {
  float: right;
  visibility: hidden;
  margin-right: 1.25rem;
  color: green;
  font-size: 1.25rem; }

#projets.candidature.prix #sidebar .filtres a.checked i {
  visibility: visible; }

#projets.candidature.prix #list .projet {
  text-align: center;
  position: relative; }
  #projets.candidature.prix #list .projet.primaire {
    border-top: solid 20px #FFD700; }
  #projets.candidature.prix #list .projet.college {
    border-top: solid 20px #162076; }
  #projets.candidature.prix #list .projet.general {
    border-top: solid 20px #FF1D25; }
  #projets.candidature.prix #list .projet.professionel {
    border-top: solid 20px #7AC943; }
  #projets.candidature.prix #list .projet a:not(.download) {
    display: block;
    margin-top: 40px; }
  #projets.candidature.prix #list .projet .download {
    bottom: 30px; }
    #projets.candidature.prix #list .projet .download.center {
      left: 50%;
      right: auto;
      margin-left: -20px; }

#projets.candidature.prix #list.rectorat .projet button {
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  display: inline-block;
  width: auto;
  height: 3.4375rem;
  padding: 0.3125rem 1.25rem 0 1.25rem;
  border: solid 1px #1F2964;
  color: #1F2964;
  background-color: transparent;
  cursor: pointer;
  font-family: "GillSansMTProLight";
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 2.9375rem;
  letter-spacing: 0.01875rem;
  text-align: center;
  margin-left: -40px;
  padding-left: 2.1875rem; }
  #projets.candidature.prix #list.rectorat .projet button:hover {
    background-color: #1F2964;
    color: white; }
  #projets.candidature.prix #list.rectorat .projet button i {
    visibility: hidden; }
  #projets.candidature.prix #list.rectorat .projet button.checked {
    background-color: #1F2964;
    color: white; }
    #projets.candidature.prix #list.rectorat .projet button.checked i {
      visibility: visible; }

#projets.candidature.prix #list.rectorat .projet .download {
  bottom: 47px;
  right: 20px; }

#projets.candidature.prix #list.prejury .projet .position {
  color: #1620AF;
  font-family: "GillSansMTProLight";
  font-size: 1.25rem;
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  display: block; }

#projets.candidature.prix #list.prejury .projet .select {
  width: 126px;
  height: 45px;
  position: relative;
  border: solid 1px #1620AF;
  position: absolute;
  bottom: 27px;
  left: 50%;
  margin-left: -63px; }
  #projets.candidature.prix #list.prejury .projet .select select {
    background: none;
    border: none;
    width: 110%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    color: #1620AF;
    font-family: "GillSansMTProLight";
    font-size: 0.9375rem;
    top: 0;
    left: 20px;
    height: 2.8125rem;
    line-height: 3rem;
    background: url("../images/sprite/ico-select-blue.png") 80px center no-repeat transparent; }

#prix-bottombar {
  width: 100%;
  height: 105px;
  background-color: #FFD700;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0; }
  #prix-bottombar > span {
    font-family: "GillSansMTProLight";
    font-size: 1.25rem;
    color: #162076;
    line-height: 105px; }
  #prix-bottombar button {
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
    width: auto;
    height: 3.4375rem;
    padding: 0.3125rem 1.25rem 0 1.25rem;
    border: solid 1px #1F2964;
    color: #1F2964;
    background-color: transparent;
    cursor: pointer;
    font-family: "GillSansMTProLight";
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 2.9375rem;
    letter-spacing: 0.01875rem;
    text-align: center;
    margin-top: 24px;
    margin-right: 1.25rem;
    min-width: 10.625rem; }
    #prix-bottombar button:hover {
      background-color: #1F2964;
      color: white; }
    #prix-bottombar button i {
      display: none; }
    #prix-bottombar button.submit {
      width: 17.5rem; }
    #prix-bottombar button.loading span {
      display: none; }
    #prix-bottombar button.loading i {
      display: inline-block; }

div.wpum-message {
  padding: 8px 35px 8px 14px;
  margin-top: 18px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
  color: #c09853;
  text-align: center; }
  div.wpum-message p.the-message {
    margin: 0px; }
  div.wpum-message.success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847; }
  div.wpum-message.error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48; }
  div.wpum-message.info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad; }

.wpum-required-star {
  color: #FF1D25; }
  .wpum-required-star:before {
    content: ' '; }

.wpum-login-form, .wpum-registration-form-wrapper {
  width: 50%;
  padding-top: 3.125rem;
  height: 58.125rem; }
  .wpum-login-form h3, .wpum-registration-form-wrapper h3 {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-family: "GillSansMTProBold";
    font-size: 1.875rem;
    text-align: center;
    margin-bottom: 3.125rem; }
  .wpum-login-form form, .wpum-registration-form-wrapper form {
    width: 25rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .wpum-login-form form label, .wpum-registration-form-wrapper form label {
      display: block;
      text-align: left;
      font-size: 1rem;
      font-family: "GillSansMTProLight"; }
    .wpum-login-form form input, .wpum-registration-form-wrapper form input {
      -webkit-transition: border 0.3s, color 0.3s;
      -moz-transition: border 0.3s, color 0.3s;
      transition: border 0.3s, color 0.3s;
      width: 100%;
      height: 3.4375rem;
      padding-left: 0.625rem;
      font-family: "GillSansMTProLight";
      font-size: 1rem;
      color: #1D1D1B;
      border: solid 1px #B5B5B5; }
      .wpum-login-form form input.error, .wpum-registration-form-wrapper form input.error {
        border-color: solid 1px red;
        color: red; }
    .wpum-login-form form textarea, .wpum-registration-form-wrapper form textarea {
      border: solid 1px #BFBFBF;
      font-family: "GillSansMTProLight";
      font-size: 1rem;
      padding: 0.625rem; }
    .wpum-login-form form select, .wpum-registration-form-wrapper form select {
      border: solid 1px #BFBFBF;
      height: 3.4375rem;
      padding-left: 0.625rem;
      font-family: "GillSansMTProLight";
      font-size: 1rem;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url(../images/sprite/ico-arrow-bottom.png) no-repeat 97%; }
    .wpum-login-form form input[type="checkbox"], .wpum-login-form form input[type="radio"], .wpum-registration-form-wrapper form input[type="checkbox"], .wpum-registration-form-wrapper form input[type="radio"] {
      display: inline-block;
      width: auto;
      height: auto;
      padding: 0;
      margin: 0;
      margin-right: 0.3125rem; }
    .wpum-login-form form input[type="checkbox"] + label, .wpum-registration-form-wrapper form input[type="checkbox"] + label {
      display: inline-block;
      width: auto;
      margin: 0;
      padding: 0; }
    .wpum-login-form form input[type="file"], .wpum-registration-form-wrapper form input[type="file"] {
      width: auto;
      border: none;
      line-height: 1; }
    .wpum-login-form form input[type="submit"], .wpum-registration-form-wrapper form input[type="submit"] {
      -webkit-transition: background-color 0.3s, color 0.3s;
      -moz-transition: background-color 0.3s, color 0.3s;
      transition: background-color 0.3s, color 0.3s;
      display: inline-block;
      width: auto;
      height: 3.4375rem;
      padding: 0.3125rem 1.25rem 0 1.25rem;
      border: solid 1px #1F2964;
      color: #1F2964;
      background-color: transparent;
      cursor: pointer;
      font-family: "GillSansMTProLight";
      font-size: 1rem;
      text-transform: uppercase;
      line-height: 2.9375rem;
      letter-spacing: 0.01875rem;
      text-align: center; }
      .wpum-login-form form input[type="submit"]:hover, .wpum-registration-form-wrapper form input[type="submit"]:hover {
        background-color: #1F2964;
        color: white; }
    .wpum-login-form form .acf-field, .wpum-registration-form-wrapper form .acf-field {
      border: none;
      padding-left: 0; }
    .wpum-login-form form .acf-radio-list li, .wpum-registration-form-wrapper form .acf-radio-list li {
      margin-bottom: 1.25rem; }
    .wpum-login-form form .acf-field-file .acf-input, .wpum-registration-form-wrapper form .acf-field-file .acf-input {
      border: solid 1px #B5B5B5;
      line-height: 5.375rem;
      color: #1620AF;
      font-family: "GillSansMTProLight";
      font-size: 1rem;
      padding-left: 1.25rem; }
      .wpum-login-form form .acf-field-file .acf-input [data-name="add"], .wpum-registration-form-wrapper form .acf-field-file .acf-input [data-name="add"] {
        margin-left: 0.625rem; }
      .wpum-login-form form .acf-field-file .acf-input .has-value, .wpum-registration-form-wrapper form .acf-field-file .acf-input .has-value {
        margin: 0.625rem; }
      .wpum-login-form form .acf-field-file .acf-input .file-wrap, .wpum-registration-form-wrapper form .acf-field-file .acf-input .file-wrap {
        border: 0; }
    .wpum-login-form form .acf-field-file .acf-icon-cancel:before, .wpum-registration-form-wrapper form .acf-field-file .acf-icon-cancel:before {
      margin-top: 3px; }
    .wpum-login-form form fieldset, .wpum-registration-form-wrapper form fieldset {
      border: none; }
    .wpum-login-form form input, .wpum-registration-form-wrapper form input {
      height: 3.4375rem;
      margin-bottom: 1.25rem;
      border: none; }
    .wpum-login-form form input[type="submit"], .wpum-registration-form-wrapper form input[type="submit"] {
      width: 13.4375rem;
      margin-top: 3.125rem; }

@media only screen and (max-width: 780px) {
  .wpum-login-form, .wpum-registration-form-wrapper {
    display: block;
    width: 100%;
    float: none;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 30px; }
    .wpum-login-form form, .wpum-registration-form-wrapper form {
      display: block;
      width: 100%; }
    .wpum-login-form input[type="text"],
    .wpum-login-form input[type="email"],
    .wpum-login-form input[type="password"], .wpum-registration-form-wrapper input[type="text"],
    .wpum-registration-form-wrapper input[type="email"],
    .wpum-registration-form-wrapper input[type="password"] {
      width: 100%; } }

.wpum-login-form {
  color: white;
  background-color: #1F2964;
  float: left; }
  .wpum-login-form form input[type="submit"] {
    border: solid 1px white;
    color: white; }
    .wpum-login-form form input[type="submit"]:hover {
      background-color: white;
      color: #1F2964; }
  .wpum-login-form .wpum-password-recovery-url {
    display: block;
    width: 100%;
    font-family: "GillSansMTProBold";
    text-align: center; }
    .wpum-login-form .wpum-password-recovery-url a {
      color: white; }

.wpum-registration-form-wrapper {
  color: #1D1D1B;
  background-color: #F3EFEC;
  float: right; }
  .wpum-registration-form-wrapper form .field-checkbox {
    text-align: left; }
  .wpum-registration-form-wrapper form input[type="submit"] {
    border: solid 1px #1D1D1B;
    color: #1D1D1B; }
    .wpum-registration-form-wrapper form input[type="submit"]:hover {
      background-color: #1D1D1B;
      color: white; }
  .wpum-registration-form-wrapper form a {
    color: #1D1D1B;
    text-decoration: underline; }

.wpum-password-form-wrapper-recover, .wpum-password-form {
  margin-top: 50px;
  text-align: center; }
  .wpum-password-form-wrapper-recover label, .wpum-password-form label {
    display: block;
    text-align: left;
    font-size: 1rem;
    font-family: "GillSansMTProLight"; }
  .wpum-password-form-wrapper-recover input, .wpum-password-form input {
    -webkit-transition: border 0.3s, color 0.3s;
    -moz-transition: border 0.3s, color 0.3s;
    transition: border 0.3s, color 0.3s;
    width: 100%;
    height: 3.4375rem;
    padding-left: 0.625rem;
    font-family: "GillSansMTProLight";
    font-size: 1rem;
    color: #1D1D1B;
    border: solid 1px #B5B5B5; }
    .wpum-password-form-wrapper-recover input.error, .wpum-password-form input.error {
      border-color: solid 1px red;
      color: red; }
  .wpum-password-form-wrapper-recover textarea, .wpum-password-form textarea {
    border: solid 1px #BFBFBF;
    font-family: "GillSansMTProLight";
    font-size: 1rem;
    padding: 0.625rem; }
  .wpum-password-form-wrapper-recover select, .wpum-password-form select {
    border: solid 1px #BFBFBF;
    height: 3.4375rem;
    padding-left: 0.625rem;
    font-family: "GillSansMTProLight";
    font-size: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/sprite/ico-arrow-bottom.png) no-repeat 97%; }
  .wpum-password-form-wrapper-recover input[type="checkbox"], .wpum-password-form-wrapper-recover input[type="radio"], .wpum-password-form input[type="checkbox"], .wpum-password-form input[type="radio"] {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    margin-right: 0.3125rem; }
  .wpum-password-form-wrapper-recover input[type="checkbox"] + label, .wpum-password-form input[type="checkbox"] + label {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0; }
  .wpum-password-form-wrapper-recover input[type="file"], .wpum-password-form input[type="file"] {
    width: auto;
    border: none;
    line-height: 1; }
  .wpum-password-form-wrapper-recover input[type="submit"], .wpum-password-form input[type="submit"] {
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
    width: auto;
    height: 3.4375rem;
    padding: 0.3125rem 1.25rem 0 1.25rem;
    border: solid 1px #1F2964;
    color: #1F2964;
    background-color: transparent;
    cursor: pointer;
    font-family: "GillSansMTProLight";
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 2.9375rem;
    letter-spacing: 0.01875rem;
    text-align: center; }
    .wpum-password-form-wrapper-recover input[type="submit"]:hover, .wpum-password-form input[type="submit"]:hover {
      background-color: #1F2964;
      color: white; }
  .wpum-password-form-wrapper-recover .acf-field, .wpum-password-form .acf-field {
    border: none;
    padding-left: 0; }
  .wpum-password-form-wrapper-recover .acf-radio-list li, .wpum-password-form .acf-radio-list li {
    margin-bottom: 1.25rem; }
  .wpum-password-form-wrapper-recover .acf-field-file .acf-input, .wpum-password-form .acf-field-file .acf-input {
    border: solid 1px #B5B5B5;
    line-height: 5.375rem;
    color: #1620AF;
    font-family: "GillSansMTProLight";
    font-size: 1rem;
    padding-left: 1.25rem; }
    .wpum-password-form-wrapper-recover .acf-field-file .acf-input [data-name="add"], .wpum-password-form .acf-field-file .acf-input [data-name="add"] {
      margin-left: 0.625rem; }
    .wpum-password-form-wrapper-recover .acf-field-file .acf-input .has-value, .wpum-password-form .acf-field-file .acf-input .has-value {
      margin: 0.625rem; }
    .wpum-password-form-wrapper-recover .acf-field-file .acf-input .file-wrap, .wpum-password-form .acf-field-file .acf-input .file-wrap {
      border: 0; }
  .wpum-password-form-wrapper-recover .acf-field-file .acf-icon-cancel:before, .wpum-password-form .acf-field-file .acf-icon-cancel:before {
    margin-top: 3px; }
  .wpum-password-form-wrapper-recover .wpum-lost-psw-message, .wpum-password-form-wrapper-recover .old-site-password-message, .wpum-password-form .wpum-lost-psw-message, .wpum-password-form .old-site-password-message {
    color: #4D4D4D;
    font-family: "GillSansMTProLight";
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
    width: 50%;
    margin-left: auto;
    margin-right: auto; }
  .wpum-password-form-wrapper-recover .old-site-password-message, .wpum-password-form .old-site-password-message {
    margin-top: 20px;
    font-weight: bold;
    color: #b94a48; }
  .wpum-password-form-wrapper-recover label[for="username_email"], .wpum-password-form label[for="username_email"] {
    display: none; }
  .wpum-password-form-wrapper-recover fieldset, .wpum-password-form fieldset {
    border: none;
    margin: 0;
    padding: 0; }
  .wpum-password-form-wrapper-recover .fieldset-password, .wpum-password-form-wrapper-recover .fieldset-password_2, .wpum-password-form .fieldset-password, .wpum-password-form .fieldset-password_2 {
    margin-top: 20px;
    margin-bottom: 20px; }
  .wpum-password-form-wrapper-recover input, .wpum-password-form input {
    width: 40%; }
  .wpum-password-form-wrapper-recover input[type="text"], .wpum-password-form input[type="text"] {
    margin-top: 4.375rem; }
  .wpum-password-form-wrapper-recover input[type="submit"], .wpum-password-form input[type="submit"] {
    margin: 1.875rem auto 1.875rem auto; }

body.wpum-account-page .main-container h1 {
  color: #162076;
  font-family: "GillSansMTProBold";
  font-size: 1.875rem;
  text-transform: uppercase;
  margin: 1.875rem 0 1.875rem 0.625rem; }

body.wpum-account-page .main-container .wpum-profile-form {
  width: 50%;
  float: left;
  padding-right: 3.125rem; }
  @media only screen and (max-width: 780px) {
    body.wpum-account-page .main-container .wpum-profile-form {
      width: 100%;
      padding-right: 0; } }

body.wpum-account-page .main-container .wpum-update-password-form-wrapper {
  width: 50%;
  float: left; }
  @media only screen and (max-width: 780px) {
    body.wpum-account-page .main-container .wpum-update-password-form-wrapper {
      width: 100%; } }

body.wpum-account-page .main-container .wpum-account-wrapper label {
  display: block;
  text-align: left;
  font-size: 1rem;
  font-family: "GillSansMTProLight"; }

body.wpum-account-page .main-container .wpum-account-wrapper input {
  -webkit-transition: border 0.3s, color 0.3s;
  -moz-transition: border 0.3s, color 0.3s;
  transition: border 0.3s, color 0.3s;
  width: 100%;
  height: 3.4375rem;
  padding-left: 0.625rem;
  font-family: "GillSansMTProLight";
  font-size: 1rem;
  color: #1D1D1B;
  border: solid 1px #B5B5B5; }
  body.wpum-account-page .main-container .wpum-account-wrapper input.error {
    border-color: solid 1px red;
    color: red; }

body.wpum-account-page .main-container .wpum-account-wrapper textarea {
  border: solid 1px #BFBFBF;
  font-family: "GillSansMTProLight";
  font-size: 1rem;
  padding: 0.625rem; }

body.wpum-account-page .main-container .wpum-account-wrapper select {
  border: solid 1px #BFBFBF;
  height: 3.4375rem;
  padding-left: 0.625rem;
  font-family: "GillSansMTProLight";
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/sprite/ico-arrow-bottom.png) no-repeat 97%; }

body.wpum-account-page .main-container .wpum-account-wrapper input[type="checkbox"], body.wpum-account-page .main-container .wpum-account-wrapper input[type="radio"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  margin-right: 0.3125rem; }

body.wpum-account-page .main-container .wpum-account-wrapper input[type="checkbox"] + label {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0; }

body.wpum-account-page .main-container .wpum-account-wrapper input[type="file"] {
  width: auto;
  border: none;
  line-height: 1; }

body.wpum-account-page .main-container .wpum-account-wrapper input[type="submit"] {
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  display: inline-block;
  width: auto;
  height: 3.4375rem;
  padding: 0.3125rem 1.25rem 0 1.25rem;
  border: solid 1px #1F2964;
  color: #1F2964;
  background-color: transparent;
  cursor: pointer;
  font-family: "GillSansMTProLight";
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 2.9375rem;
  letter-spacing: 0.01875rem;
  text-align: center; }
  body.wpum-account-page .main-container .wpum-account-wrapper input[type="submit"]:hover {
    background-color: #1F2964;
    color: white; }

body.wpum-account-page .main-container .wpum-account-wrapper .acf-field {
  border: none;
  padding-left: 0; }

body.wpum-account-page .main-container .wpum-account-wrapper .acf-radio-list li {
  margin-bottom: 1.25rem; }

body.wpum-account-page .main-container .wpum-account-wrapper .acf-field-file .acf-input {
  border: solid 1px #B5B5B5;
  line-height: 5.375rem;
  color: #1620AF;
  font-family: "GillSansMTProLight";
  font-size: 1rem;
  padding-left: 1.25rem; }
  body.wpum-account-page .main-container .wpum-account-wrapper .acf-field-file .acf-input [data-name="add"] {
    margin-left: 0.625rem; }
  body.wpum-account-page .main-container .wpum-account-wrapper .acf-field-file .acf-input .has-value {
    margin: 0.625rem; }
  body.wpum-account-page .main-container .wpum-account-wrapper .acf-field-file .acf-input .file-wrap {
    border: 0; }

body.wpum-account-page .main-container .wpum-account-wrapper .acf-field-file .acf-icon-cancel:before {
  margin-top: 3px; }

body.wpum-account-page .main-container .wpum-account-wrapper form label .wpum-required-star {
  color: #f00; }

body.wpum-account-page .main-container .wpum-account-wrapper form fieldset {
  border: 0; }

body.wpum-account-page .main-container .wpum-account-wrapper form input[type="submit"] {
  margin: 1.875rem 0 2.5rem 0.75rem; }

#dashboard {
  font-family: "GillSansMTProLight"; }
  #dashboard .info-message {
    margin-top: 20px; }
  #dashboard a.button {
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
    width: auto;
    height: 3.4375rem;
    padding: 0.3125rem 1.25rem 0 1.25rem;
    border: solid 1px #1F2964;
    color: #1F2964;
    background-color: transparent;
    cursor: pointer;
    font-family: "GillSansMTProLight";
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 2.9375rem;
    letter-spacing: 0.01875rem;
    text-align: center; }
    #dashboard a.button:hover {
      background-color: #1F2964;
      color: white; }
  #dashboard .my-submissions {
    margin-top: 2.5rem;
    margin-bottom: 6.25rem;
    color: #505050;
    font-size: 0.9375rem; }
    #dashboard .my-submissions h2 {
      font-size: 1.875rem;
      text-transform: uppercase;
      margin-bottom: 1.25rem; }
    #dashboard .my-submissions ol {
      list-style-type: decimal;
      counter-reset: LIST-ITEMS; }
      #dashboard .my-submissions ol li:before {
        content: counter(LIST-ITEMS) ".";
        counter-increment: LIST-ITEMS; }
    #dashboard .my-submissions a.button {
      margin-top: 1.25rem; }
  #dashboard .buttons {
    margin-top: 2.5rem; }
    #dashboard .buttons a {
      -webkit-transition: background-color 0.3s, color 0.3s;
      -moz-transition: background-color 0.3s, color 0.3s;
      transition: background-color 0.3s, color 0.3s;
      display: inline-block;
      width: auto;
      height: 3.4375rem;
      padding: 0.3125rem 1.25rem 0 1.25rem;
      border: solid 1px #1F2964;
      color: #1F2964;
      background-color: transparent;
      cursor: pointer;
      font-family: "GillSansMTProLight";
      font-size: 1rem;
      text-transform: uppercase;
      line-height: 2.9375rem;
      letter-spacing: 0.01875rem;
      text-align: center;
      margin-right: 1.25rem; }
      #dashboard .buttons a:hover {
        background-color: #1F2964;
        color: white; }

@media print {
  body {
    padding: 10px 0; }
  .main-container {
    max-width: 670px !important;
    min-width: 0px !important;
    padding: 0; } }

/* ==========================================================================
	Base
/* ========================================================================== */
html {
  height: 100%;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: Arial, sans-serif;
  color: #444; }

body {
  height: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  background: white; }

/*	Apply to all elements. In a responsive design, this is almost always a good idea */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

/* ==========================================================================
	Links
/* ========================================================================== */
a {
  color: #26527c;
  text-decoration: none; }

a:focus,
a:hover {
  color: #08111a; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
	Typography
/* ========================================================================== */
/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0; }

/* Content Block Elements */
dl,
menu,
ol,
ul,
p,
pre {
  margin: 0;
  padding: 0; }

/* Paragraphs */
/* Lists */
menu,
ol,
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/* Selection Colors */
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #444;
  color: #fff;
  text-shadow: none; }

/* =============================================================================
	Helper Classes
/* ========================================================================== */
/* Prefixed with tags to override default tag styling for these elemets if .button is added */
button,
.button,
a.button,
input.button {
  display: inline-block; }

/* Responsive Media Styles */
.media {
  /* Set width on this selector based on design and needs */ }

.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto; }

/* Clear Fix */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/* Floats */
.floatleft {
  float: left; }

.floatright {
  float: right; }

/* ==========================================================================
	UP TO IPAD PORTRAIT
/* ========================================================================== */
@media only screen and (max-width: 780px) {
  /* CONTAINER */
  body,
  #page-header,
  .content,
  .main-container {
    width: 100% !important;
    height: auto !important; }
  body {
    padding-top: 0px !important; }
  /* ALERTE */
  #alerte {
    display: none; }
  /* CERCLE */
  section.cercle img {
    max-width: 100%; }
  /* TEXTE - TEXTE */
  .texte-texte .content {
    display: block; }
    .texte-texte .content .col-left,
    .texte-texte .content .col-right {
      display: block;
      width: 100%;
      padding: 0;
      padding-left: 5%;
      padding-right: 5%;
      padding-top: 30px;
      padding-bottom: 30px; }
      .texte-texte .content .col-left h2,
      .texte-texte .content .col-right h2 {
        font-size: 30px; }
      .texte-texte .content .col-left img,
      .texte-texte .content .col-right img {
        width: auto !important;
        max-width: 90% !important;
        height: auto !important; }
  .texte-texte.titre .content {
    display: block;
    width: 100%;
    padding: 0;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 30px;
    padding-bottom: 30px; }
    .texte-texte.titre .content h2 {
      font-size: 30px; }
  /* VISUEL - TEXTE */
  .texte-visuel .content {
    display: block; }
    .texte-visuel .content .col-left,
    .texte-visuel .content .col-right {
      display: block;
      width: 100%;
      padding: 0; }
      .texte-visuel .content .col-left.texte,
      .texte-visuel .content .col-right.texte {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 30px;
        padding-bottom: 30px; }
      .texte-visuel .content .col-left h2,
      .texte-visuel .content .col-right h2 {
        font-size: 30px; }
  /* VISUEL FOND - TEXTE */
  .visuelfond-texte {
    height: auto;
    padding-bottom: 30px;
    padding-top: 70px; }
    .visuelfond-texte h2,
    .visuelfond-texte p {
      width: 90%; }
    .visuelfond-texte h2 {
      font-size: 30px; }
  /* TEXTE - CARROUSEL */
  .texte-carrousel .content {
    display: block; }
    .texte-carrousel .content .texte,
    .texte-carrousel .content .carrousel,
    .texte-carrousel .content .slick-slide,
    .texte-carrousel .content ul {
      display: block;
      width: 100%;
      padding: 0;
      margin: 0; }
      .texte-carrousel .content .texte p,
      .texte-carrousel .content .carrousel p,
      .texte-carrousel .content .slick-slide p,
      .texte-carrousel .content ul p {
        margin-left: auto;
        margin-right: auto; }
      .texte-carrousel .content .texte h2,
      .texte-carrousel .content .carrousel h2,
      .texte-carrousel .content .slick-slide h2,
      .texte-carrousel .content ul h2 {
        font-size: 30px; }
      .texte-carrousel .content .texte .slick-next,
      .texte-carrousel .content .texte .slick-prev,
      .texte-carrousel .content .carrousel .slick-next,
      .texte-carrousel .content .carrousel .slick-prev,
      .texte-carrousel .content .slick-slide .slick-next,
      .texte-carrousel .content .slick-slide .slick-prev,
      .texte-carrousel .content ul .slick-next,
      .texte-carrousel .content ul .slick-prev {
        display: none !important; }
    .texte-carrousel .content .texte {
      padding-left: 5%;
      padding-right: 5%;
      padding-top: 30px;
      padding-bottom: 30px; }
  /* CARROUSEL - CARROUSEL */
  .carrousel-carrousel {
    width: 100%;
    display: block; }
    .carrousel-carrousel .content {
      width: 100%;
      display: block; }
      .carrousel-carrousel .content .carrousel {
        width: 100%;
        display: block;
        float: none; }
        .carrousel-carrousel .content .carrousel .slick-prev {
          left: 20px; }
        .carrousel-carrousel .content .carrousel .slick-next {
          right: 20px; }
        .carrousel-carrousel .content .carrousel ul {
          width: 100%; }
        .carrousel-carrousel .content .carrousel img {
          width: 100%;
          height: auto; }
  /* TEXTE - BOUTON */
  .texte-bouton,
  #push-soumission {
    width: 100%;
    display: block; }
    .texte-bouton .content,
    #push-soumission .content {
      width: 100%;
      display: block; }
      .texte-bouton .content p,
      #push-soumission .content p {
        width: 90%;
        margin: 0;
        margin-left: auto;
        margin-right: auto; }
  /* PERSONNES */
  #personnes {
    width: 100%;
    overflow: hidden; }
    #personnes .amis {
      width: 100%;
      display: block;
      height: auto;
      float: none;
      padding-bottom: 30px;
      vertical-align: top; }
  /* PARTENAIRES */
  .partenaires h2 {
    font-size: 20px; }
  .partenaires .partenaire {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left; }
    .partenaires .partenaire img {
      left: 0;
      top: 0;
      position: relative;
      margin-bottom: 20px; }
    .partenaires .partenaire h3,
    .partenaires .partenaire p {
      margin-top: 0;
      width: 100%; }
  /* HOME */
  .home #news {
    height: auto; }
    .home #news .slide {
      height: auto; }
      .home #news .slide .description {
        position: relative;
        top: 50px;
        width: 90%;
        left: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        height: auto;
        z-index: 1; }
    .home #news .mtb {
      display: none; }
  .home section.projet {
    height: auto; }
    .home section.projet p {
      width: 90%; }
  .home #fondation-en-bref,
  .home #fondation-en-bref a {
    width: 100%;
    float: none;
    height: 320px; }
  .home #social {
    width: 100%;
    height: auto;
    float: none; }
    .home #social .twitter,
    .home #social .facebook {
      width: 100%;
      float: none;
      height: auto;
      padding-bottom: 1px; }
      .home #social .twitter .icon,
      .home #social .facebook .icon {
        margin-top: 30px; }
      .home #social .twitter p,
      .home #social .facebook p {
        margin-top: 30px; }
  .home section.prix {
    width: 100%;
    float: none;
    height: auto;
    padding-bottom: 30px;
    background-size: cover; }
    .home section.prix .text {
      width: 90%;
      padding-top: 30px; }
  .home section.cercle {
    height: auto; }
    .home section.cercle .left,
    .home section.cercle .right {
      width: 100%;
      float: none;
      height: auto;
      display: block;
      padding-left: 5%;
      padding-right: 5%;
      padding-top: 30px;
      padding-bottom: 30px; }
    .home section.cercle .right {
      padding-left: 0px;
      padding-right: 0px;
      padding-bottom: 0px; }
      .home section.cercle .right img {
        width: 100%; }
      .home section.cercle .right .slick-prev {
        left: 10px; }
      .home section.cercle .right .slick-next {
        right: 10px; }
  /* SIDEBAR */
  #sidebar {
    display: none; }
  /* CONTACT */
  #contact {
    width: 100%;
    float: none; }
    #contact .col-left,
    #contact .col-right {
      width: 100%;
      float: none; }
      #contact .col-left .title,
      #contact .col-left .text,
      #contact .col-right .title,
      #contact .col-right .text {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 0; }
      #contact .col-left iframe,
      #contact .col-right iframe {
        height: 200px !important; }
    #contact .col-right {
      padding-left: 5%;
      padding-right: 5%;
      padding-top: 30px; }
  /* PUBLICATION */
  #publications .publication {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    border-left: none !important;
    padding-bottom: 110px; }
  /* CASE */
  .page-id-185 .texte-visuel h2 {
    margin-top: 20px !important; }
  .page-id-185 .texte-texte h2 {
    text-align: center !important;
    margin-top: 20px; }
    .page-id-185 .texte-texte h2 img {
      display: inline; }
  .page-id-185 .texte-texte .content .col-left.blanc {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px; }
    .page-id-185 .texte-texte .content .col-left.blanc p a {
      position: relative !important; }
      .page-id-185 .texte-texte .content .col-left.blanc p a img {
        max-width: 100% !important; }
    .page-id-185 .texte-texte .content .col-left.blanc img {
      position: relative;
      width: 100%; }
  .page-id-185 .texte-texte .content .col-right.blanc p img {
    margin-top: 0px !important;
    margin-bottom: 10px; } }
