@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap';
@-webkit-keyframes photoscale {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes photoscale {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes photoscale {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes photoscale {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes photoscale {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/********************************/
/* FONTS */
/********************************/
@font-face {
  font-family: "futura_md_btmedium";
  src: url("../fonts/futurabt-medium-webfont.woff2") format("woff2"), url("../fonts/futurabt-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dinweb-light";
  src: url("/fonts/DINWeb-Light-webfont.woff2") format("woff2"), url("/fonts/DINWeb-Light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dinweb-medium";
  src: url("../../fonts/DINWeb-Medium-webfont.woff2") format("woff2"), url("../../fonts/DINWeb-Medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dinweb-regular";
  src: url("../../fonts/DINWeb-webfont.woff2") format("woff2"), url("../../fonts/DINWeb-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dinweb-bold";
  src: url("../../fonts/DINWeb-Bold-webfont.woff2") format("woff2"), url("../../fonts/DINWeb-Bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dinweb-black";
  src: url("../../fonts/DINWeb-Black-webfont.woff2") format("woff2"), url("../../fonts/DINWeb-Black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*!
 *  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("fontawesome/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("fontawesome/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("fontawesome/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("fontawesome/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("fontawesome/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: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

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

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

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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;
}

.carousel .carousel-inner .item img {
  width: 100%;
}
.carousel .carousel-inner .item .intro {
  position: absolute;
  z-index: 2;
  top: 20%;
  left: 20%;
  width: 50%;
}

.carousel-control {
  position: absolute;
  background: none;
  opacity: 0.8;
  top: 40%;
  text-shadow: none;
  width: auto;
}
.carousel-control:before {
  font-family: "FontAwesome";
  font-size: 42px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: -40px;
  color: white;
}
.carousel-control.left {
  background-image: none;
  left: 30px;
}
.carousel-control.left:before {
  content: "";
}
.carousel-control.right {
  background-image: none;
  right: 30px;
}
.carousel-control.right:before {
  content: "";
}

/* Global Button Styles */
.demandestep .btn {
  float: left;
}

form {
  /** For removing SELECT ARROW on IE */
}
form input,
form textarea {
  padding: 10px 10px 5px 0;
  color: white;
  margin-bottom: 25px;
}
form input ::placeholder,
form textarea ::placeholder {
  text-transform: uppercase;
  color: #03e6de;
  font-size: 16px;
}
form input {
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  width: 47.5%;
  margin-left: 15px;
  font-size: 18px;
}
form textarea {
  border: 0;
  background: rgba(255, 255, 255, 0.2);
  width: 98%;
  margin-left: 15px;
  font-size: 14px;
  color: white;
}
form select.form-control {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #2e5f81;
  background-image: linear-gradient(45deg, transparent 50%, #2e5f81 50%), linear-gradient(135deg, #2e5f81 50%, transparent 50%), linear-gradient(to right, #2e5f81, #2e5f81);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.8em;
  background-repeat: no-repeat;
}
form select::-ms-expand {
  display: none;
}
form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #00a6c6;
  text-transform: uppercase;
  font-size: 16px;
}
form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #00a6c6;
  text-transform: uppercase;
  font-size: 16px;
}
form :-ms-input-placeholder {
  /* IE 10+ */
  color: #00a6c6;
  text-transform: uppercase;
  font-size: 16px;
}
form :-moz-placeholder {
  /* Firefox 18- */
  color: #00a6c6;
  text-transform: uppercase;
  font-size: 16px;
}
form label {
  color: #00a6c6;
  margin-left: 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
form .category .title {
  display: block;
  float: left;
  color: white;
}
form .category .radio-group {
  float: left;
}
form .category .radio {
  margin: 0 35px 0 0;
}
form .category .radio label {
  color: white;
  float: none;
  font-weight: 700;
}
form .category .radio input {
  -webkit-appearance: none;
  background-color: #03e6de;
  border: none;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 9px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  outline: none;
  position: relative;
  top: 3px;
  margin-right: 8px;
}
form .category .radio input:checked:after {
  content: " ";
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: 4.1px;
  left: 5px;
  background: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: 0;
  font-size: 32px;
}
form .btn {
  float: right;
  background: #03e6de;
  border: none;
  color: white;
  padding: 15px 80px;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
form .btn:hover {
  background: #02b4ad;
  color: white;
}
form .demandestep {
  display: block;
  padding: 0 30px;
}
form .demandestep .btn {
  background: #03e6de;
  font-weight: 700;
  float: left;
  color: #2a2a2a;
  width: 150px;
  height: 100px;
  padding: 20px 15px 15px 15px;
  margin: 0 15px 20px 15px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.8);
  -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.8);
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.8);
}
form .demandestep .btn:hover {
  background: #02b4ad;
}
form .demandestep .btn:focus {
  background: #02b4ad;
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.98);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.7);
  -moz-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.7);
  box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.7);
  color: white;
  outline: none;
  outline-offset: 0;
}

/********************************/
/* LAYOUT */
/********************************/
body {
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
}

.more {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 28px;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.more:hover {
  text-decoration: none;
}

@media screen and (min-width: 1360px) {
  .container {
    width: 1300px;
  }
}
/* HEADER */
header {
  background-color: white;
  padding: 27px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 570px) {
  header {
    padding: 20px 0;
    position: relative;
  }
}
@media screen and (max-width: 570px) {
  header .container {
    display: flex;
  }
}
header .logogroup {
  display: inline-flex;
  align-items: flex-end;
}
@media screen and (max-width: 570px) {
  header .logogroup {
    flex-direction: column;
    align-items: flex-start;
  }
}
header .logogroup a {
  border-right: 2px solid #0f1f28;
  padding-right: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 570px) {
  header .logogroup a {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  header .logogroup a img {
    max-width: 145px;
  }
}
header .logogroup .title {
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  color: #0f1f28;
  padding-top: 3px;
  line-height: 1;
}
@media screen and (max-width: 570px) {
  header .logogroup .title {
    display: flex;
    font-size: 14px;
  }
}
header .logogroup .title small {
  color: #0f1f28;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 570px) {
  header .logogroup .title small {
    margin-bottom: 0;
    margin-right: 5px;
  }
}
header .devis_contact {
  display: inline-block;
  float: right;
  margin-top: -7px;
}
header .devis_contact p {
  font-size: 18px;
  color: #0f1f28;
  text-align: right;
  margin-bottom: 0;
}
header .devis_contact a {
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  background-color: #00a6c6;
  padding: 5px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 570px) {
  header .devis_contact a {
    font-size: 12px;
    padding: 5px 10px;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}
header .devis_contact a:hover {
  background-color: #00667a;
}

.navbar {
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #0f1f28;
  height: auto;
  margin-bottom: 6px;
  border: 0;
}
.navbar .navbar-toggle {
  border: none;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100;
}
.navbar .navbar-toggle .icon-bar {
  background: #e81d00;
}
.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
  background: none;
}
.navbar .navbar-toggle:hover .icon-bar, .navbar .navbar-toggle:focus .icon-bar {
  background: #e81d00;
}
.navbar .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
.navbar .nav {
  display: flex;
  margin-left: -30px;
}
@media screen and (max-width: 991px) {
  .navbar .nav {
    flex-direction: column;
    margin-left: 0;
    align-items: center;
    margin-top: 35px;
  }
}
.navbar .nav li {
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.navbar .nav li a {
  color: white;
  padding: 18px 30px 14px 30px;
}
.navbar .nav li a:hover {
  background-color: #e81d00;
}
.navbar .nav li.active a {
  background-color: #e81d00;
}

/* PARTENAIRE */
.nosclients {
  padding: 50px 0;
  background-color: #f5f0f2;
  text-align: center;
}
.nosclients h2 {
  font-family: "dinweb-bold";
  font-size: 30px !important;
  color: #e81d00;
}
@media screen and (max-width: 767px) {
  .nosclients h2 {
    font-size: 26px !important;
  }
}
.nosclients a {
  width: 14.2%;
  display: inline-block;
  float: left;
  min-height: 100px;
  line-height: 100px;
  padding: 30px 0 0 0;
}
.nosclients a img {
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nosclients a:hover img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.pagesteps {
  border-top: 1px solid #c3c2c2;
  padding: 25px 0 50px 0 !important;
}
.pagesteps li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
}
.pagesteps li.previous {
  float: left;
}
.pagesteps li.previous i {
  margin-right: 10px;
}
.pagesteps li.next {
  float: right;
}
.pagesteps li.next i {
  margin-left: 10px;
}
.pagesteps li a {
  color: #666;
}
.pagesteps li a:hover {
  color: #333;
}

.thumbnail {
  margin: 20px 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.thumbnail a {
  display: inline-block;
  width: 29%;
  border: 1px solid #ccc;
  margin: 0 5px;
}
@media screen and (min-width: 1200px) {
  .thumbnail a {
    width: 30%;
  }
}
.thumbnail a img {
  margin-bottom: 0 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.thumbnail a:hover img {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  filter: grayscale(100%);
}

footer {
  background-color: #0f1f28;
  padding: 50px 0;
}
footer .contact {
  display: block;
  padding-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 30px;
}
footer .contact p {
  font-size: 18px;
  font-weight: 700;
  padding-left: 0;
  color: #e81d00;
}
@media screen and (max-width: 767px) {
  footer .contact p {
    padding-right: 0;
  }
}
footer .more {
  display: inline-block;
  background: #e81d00;
  color: white;
  text-transform: uppercase;
  padding: 15px 50px;
  margin-bottom: 15px;
}
footer .more:hover {
  background: #9c1300;
  color: white;
}
footer p {
  color: #908f8f;
  font-size: 13px;
  display: block;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  footer p {
    padding-right: 40px;
  }
}
footer p a {
  color: #c3c2c2;
  text-decoration: underline;
}
footer p a:hover {
  color: #e81d00;
}
footer .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer dl {
  width: 72%;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  footer dl {
    width: 30%;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  footer dl {
    width: 20%;
  }
}
footer dl a {
  color: #c3c2c2;
}
footer dl a:hover {
  color: #e81d00;
}
footer dl dt {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
footer ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 40px;
  text-transform: uppercase;
  display: block;
}
footer ul li {
  display: inline;
  list-style: none;
  margin-right: 10px;
}
footer ul li:after {
  content: "|";
  margin-left: 10px;
  color: #c3c2c2;
}
footer ul li a {
  color: #c3c2c2;
}
footer ul li a:hover {
  color: #e81d00;
}

/*****************************
****** MEDIA QUERY ***********/
@media (max-width: 480px) {
  .thumbnail a {
    width: 48%;
    margin: 0 0 7px 0;
  }
}
@media (max-width: 767px) {
  .nosclients a {
    width: 33%;
    min-height: 80px;
    line-height: 80px;
    padding-top: 15px;
  }

  .pagesteps li {
    font-size: 13px;
  }
}
/********************************/
/* HOME STYLES */
/********************************/
.home-intro {
  position: relative;
}
.home-intro .img-responsive {
  width: 100%;
}
.home-intro .container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .home-intro .container {
    position: relative;
    background-color: #f1f1f1;
    padding-top: 20px;
  }
}
.home-intro .container .intro {
  width: 100%;
  background-color: #f1f1f1;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .home-intro .container .intro {
    width: 70%;
    padding: 20px;
    margin-bottom: 30px;
    background-color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .home-intro .container .intro {
    width: 50%;
    padding: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .home-intro .container .intro {
    padding: 40px;
    margin-bottom: 70px;
  }
}
.home-intro .container .intro h2 {
  font-family: "dinweb-bold";
  font-size: 20px;
  text-transform: none;
  color: #2a2a2a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .home-intro .container .intro h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .home-intro .container .intro h2 {
    font-size: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .home-intro .container .intro h2 {
    font-size: 30px;
  }
}
.home-intro .container .intro a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  color: #2a2a2a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-intro .container .intro a .arrow-right {
  position: absolute;
  right: -15px;
  bottom: -10px;
  font-size: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-intro .container .intro a:hover {
  color: #e81d00;
}
.home-intro .container .intro a:hover h2 {
  color: #e81d00;
}
.home-intro .container .intro a:hover .arrow-right {
  right: -30px;
}
.home .threeservices {
  position: relative;
  background: white;
  padding: 50px 0;
  overflow: hidden;
  text-align: center;
}
.home .threeservices .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.home .threeservices h2 {
  font-family: "dinweb-bold";
  font-size: 30px;
  color: #e81d00;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .home .threeservices h2 {
    font-size: 26px;
  }
}
.home .threeservices h2 small {
  font-size: 50%;
  font-weight: 700;
  display: block;
}
.home .threeservices .service {
  position: relative;
}
@media screen and (max-width: 767px) {
  .home .threeservices .service {
    margin-bottom: 20px;
    width: 100%;
  }
}
.home .threeservices .service img {
  width: 100%;
}
.home .threeservices .service a {
  position: relative;
  width: 90%;
  padding: 15px;
  display: block;
  background-color: #fff;
  text-align: left;
  color: black;
  margin: -30px auto 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home .threeservices .service a p {
  font-family: "dinweb-medium";
  font-size: 20px;
  color: black;
  line-height: 1.1;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .home .threeservices .service a p {
    font-size: 24px;
  }
}
.home .threeservices .service a:hover {
  color: #e81d00;
}
.home .threeservices .service a:hover p {
  color: #e81d00;
}
.home .stepping {
  padding: 0;
  background-color: #00a6c6;
}
.home .stepping .row {
  display: flex;
}
.home .stepping .row .img-responsive {
  object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .home .stepping .row {
    flex-direction: column;
  }
  .home .stepping .row .order-1 {
    order: 1;
  }
}
.home .stepping-intro {
  padding: 45px 25px 45px 55px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .home .stepping-intro {
    padding: 25px 35px;
    order: 2;
  }
}
.home .stepping-intro h2 {
  font-family: "dinweb-bold";
  font-size: 26px;
  text-transform: none;
  color: white;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .home .stepping-intro h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .home .stepping-intro h2 {
    font-size: 36px;
  }
}
.home .stepping-intro p {
  font-family: "dinweb-light";
  font-size: 17px;
  line-height: 1.1;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .home .stepping-intro p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .home .stepping-intro p {
    font-size: 24px;
  }
}
.home .stepping-intro .more {
  padding: 0;
  background-color: #fff;
  font-family: "dinweb-bold";
  font-size: 16px;
  color: black;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .home .stepping-intro .more {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .home .stepping-intro .more {
    white-space: nowrap;
  }
}
.home .stepping-intro .more:before {
  font-family: "icomoon" !important;
  content: "";
  font-size: 18px;
  color: black;
  margin-right: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home .stepping-intro .more:hover {
  background-color: #e81d00;
  color: white;
}
.home .stepping-intro .more:hover::before {
  color: white;
}
.home .offers {
  margin-top: -60px;
  height: 500px;
  background-image: url(../img/temps/photo_teams.jpg);
  background-size: cover;
  background-position: 0% 0%;
  text-align: center;
}
.home .offers .teams {
  float: left;
  width: 45%;
  background: #f6bd44;
  padding: 60px 40px;
  height: 100%;
}
.home .offers .teams .bigtitle {
  color: white;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
}
.home .offers .teams .bigtitle small {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}
.home .offers .teams p {
  color: white;
  font-size: 18px;
  margin-bottom: 40px;
}
.home .offers .teams .more {
  background: #03e6de;
  color: #222;
  text-transform: uppercase;
}
.home .offers .teams .more:hover {
  background-color: #029a95;
}
.home .offers .teamsphotos {
  float: right;
  width: 55%;
  background-color: rgba(3, 230, 222, 0.5);
  height: 100%;
}
.home .offers .teamsphotos blockquote {
  text-align: left;
  line-height: 1.2;
  padding: 200px 70px 60px 40px;
  border: none;
  font-size: 30px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}
.home .offers .teamsphotos blockquote:before {
  font-family: "FontAwesome";
  content: "";
  font-size: 50px;
  display: block;
}
.home .offers .teamsphotos blockquote small {
  text-transform: none;
  display: block;
  color: white;
}
.home .offers .teamsphotos blockquote small:before {
  display: none;
}
.home .clients {
  position: relative;
  background-color: white;
  text-align: center;
  padding: 60px 60px 30px 60px;
  -webkit-transform: skew(0deg, -2deg);
  -moz-transform: skew(0deg, -2deg);
  -ms-transform: skew(0deg, -2deg);
  -o-transform: skew(0deg, -2deg);
  transform: skew(0deg, -2deg);
  margin-top: -40px;
  margin-bottom: 20px;
}
.home .clients h3 {
  color: #e81d00;
  margin-bottom: 40px;
  -webkit-transform: skew(0deg, 2deg);
  -moz-transform: skew(0deg, 2deg);
  -ms-transform: skew(0deg, 2deg);
  -o-transform: skew(0deg, 2deg);
  transform: skew(0deg, 2deg);
}
.home .clients .carousel {
  height: 180px;
}
.home .clients .carousel .carousel-inner {
  height: 180px;
  width: 75%;
  margin: auto;
  -webkit-transform: skew(0deg, 2deg);
  -moz-transform: skew(0deg, 2deg);
  -ms-transform: skew(0deg, 2deg);
  -o-transform: skew(0deg, 2deg);
  transform: skew(0deg, 2deg);
}
.home .clients .carousel .item {
  height: 100%;
  text-align: left;
}
.home .clients .carousel .item .media-left {
  display: inline-block;
  float: left;
  padding-right: 25px;
}
.home .clients .carousel .item p, .home .clients .carousel .item .tag {
  color: #4d4d4d;
  font-size: 18px;
  margin-bottom: 15px;
}
.home .clients .carousel .item .tag {
  font-weight: 700;
  text-transform: uppercase;
}
.home .clients ol {
  bottom: -15px;
}
.home .clients ol li {
  background: #c3c2c2;
  width: 20px;
  height: 20px;
  margin: 0;
}
.home .clients ol li.active {
  background: #e0775b;
}

.rub .intro {
  z-index: 2;
  border-bottom: 6px solid white;
  position: relative;
  text-align: center;
  background-color: #e81d00;
  padding: 30px 0;
}
.rub .intro h1 {
  color: white;
  font-size: 36px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .rub .intro h1 {
    font-size: 30px;
  }
}
.rub .intro hgroup {
  text-align: center;
}
.rub .intro p {
  font-size: 18px;
  font-style: italic;
}
.rub .intro.contact {
  padding: 0;
  background-color: white;
}
.rub .intro.contact hgroup {
  width: 100%;
  background-color: #e81d00;
  padding: 30px 0;
}
.rub .intro.contact hgroup h1 {
  font-size: 16px;
}
.rub .intro.contact form {
  line-height: 1.4;
  width: 80%;
  padding: 15px 15%;
  text-align: left;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .rub .intro.contact form {
    padding: 15px 0;
  }
}
@media screen and (max-width: 570px) {
  .rub .intro.contact form {
    width: 100%;
    text-align: center;
  }
}
.rub .intro.contact form p {
  text-align: center;
}
.rub .intro.contact form input {
  border-bottom: 1px solid #0f1f28;
  float: left;
  font-size: 13px;
}
@media screen and (max-width: 570px) {
  .rub .intro.contact form input {
    width: 80%;
    float: none;
  }
}
.rub .intro.contact form textarea {
  border: 1px solid #0f1f28;
}
@media screen and (max-width: 570px) {
  .rub .intro.contact form textarea {
    width: 80%;
  }
}
.rub .intro.contact form input[type=submit] {
  background-color: #e81d00;
  border-bottom: none;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  float: none;
}
.rub .intro.contact form label {
  color: #0f1f28;
}
@media screen and (max-width: 570px) {
  .rub .intro.contact form label {
    text-align: left;
  }
}
.rub .intro.contact form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0f1f28;
}
.rub .intro.contact form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #0f1f28;
}
.rub .intro.contact form :-ms-input-placeholder {
  /* IE 10+ */
  color: #0f1f28;
}
.rub .intro.contact form :-moz-placeholder {
  /* Firefox 18- */
  color: #0f1f28;
}
.rub .intro.demanderdevis {
  background: #00a6c6;
}
.rub .intro.demanderdevis h1 {
  font-size: 16px;
}
.rub .intro.demanderdevis form {
  position: absolute;
  z-index: 50;
  line-height: 1.4;
  top: 15%;
  width: 80%;
  left: 10%;
  padding: 15px 15%;
  text-align: left;
}
.rub .intro.demanderdevis form p {
  color: white;
  text-align: center;
}
.rub .intro.demanderdevis form .recap {
  background: white;
  border: none;
}
.rub .intro.demanderdevis form .recap dd {
  color: #1c4a6a;
  font-weight: 700;
  font-size: 20px;
  display: block;
}
.rub .intro.demanderdevis form .recap dd .selection {
  font-weight: 400;
}
.rub main {
  background: white;
}
.rub main .container {
  padding: 30px 0 50px 0;
}
.rub main .txt600 {
  width: 60%;
  margin: 0 auto 20px auto;
}
.rub main article {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .rub main article {
    width: 900px;
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .rub main article {
    width: 1000px;
  }
}
.rub main article .article-media {
  width: 100%;
  display: block;
}
@media screen and (min-width: 992px) {
  .rub main article .article-media {
    width: 340px;
    max-width: 100%;
    float: left;
  }
}
@media screen and (min-width: 1200px) {
  .rub main article .article-media {
    width: 380px;
  }
}
.rub main article .article-content {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .rub main article .article-content {
    width: 520px;
    max-width: 100%;
    float: right;
  }
}
@media screen and (min-width: 1200px) {
  .rub main article .article-content {
    width: 580px;
  }
}
.rub main article img {
  width: 100%;
  margin-bottom: 30px;
}
.rub main article h1 {
  margin-bottom: 30px;
  text-transform: none;
  font-weight: 800;
  color: #0f1f28;
}
.rub main article h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: none;
}
.rub main article h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.rub main article h4 {
  margin-bottom: 18px;
}
.rub main article p {
  font-size: 16px;
  margin-bottom: 15px;
}
.rub main article p.fildariane {
  font-size: 14px;
  color: #777775;
}
.rub main article p.fildariane a {
  color: #777775;
}
.rub main article ul {
  margin: 0 0 20px 20px;
  padding: 0;
  font-size: 16px;
}
.rub main article ul li {
  list-style-type: none;
  list-style-position: outside;
  line-height: 1.3;
  margin-bottom: 5px;
}
.rub main article ul li:before {
  position: relative;
  font-family: "FontAwesome";
  content: "";
  font-size: 12px;
  color: #00a6c6;
  margin: 0 8px 0 -18px;
  vertical-align: middle;
  display: inline-block;
}
.rub main .nosclients {
  background: white;
  text-align: center;
}
.rub main .nosclients a {
  background-color: #f5f0f2;
  width: 13%;
  margin: 7px 6px;
  padding: 15px;
}
.rub main .nosclients h3 {
  text-align: left;
  margin-bottom: 10px;
}
.rub main .nosclients .row {
  margin-bottom: 35px;
}
.rub main .realisations .media {
  position: relative;
  display: block;
  margin-right: 10px;
  margin-bottom: 40px;
}
.rub main .realisations .media img {
  width: 100%;
}
.rub main .realisations .media-body {
  position: absolute;
  bottom: -15%;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 30px 15px 15px 15px;
  width: 100%;
  height: 60%;
  color: #c3c2c2;
  -webkit-transform: skew(0deg, -7deg);
  -moz-transform: skew(0deg, -7deg);
  -ms-transform: skew(0deg, -7deg);
  -o-transform: skew(0deg, -7deg);
  transform: skew(0deg, -7deg);
}
.rub main .realisations .media-body h3 {
  font-size: 16px;
  line-height: 1.2;
  color: white;
  -webkit-transform: skew(0deg, 7deg);
  -moz-transform: skew(0deg, 7deg);
  -ms-transform: skew(0deg, 7deg);
  -o-transform: skew(0deg, 7deg);
  transform: skew(0deg, 7deg);
}

.modal .modal-body {
  padding: 30px;
  text-align: center;
}
.modal img {
  width: 100%;
}
.modal .close {
  position: absolute;
  z-index: 2000;
  top: 15px;
  right: 15px;
  font-weight: 300;
  font-size: 40px;
}

.espace {
  width: 100%;
  position: relative;
  background-color: white;
  padding: 10px 0;
}
.espace .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}
.espace .inside,
.espace .outside {
  background-position: center center;
  background-size: cover;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .espace .inside,
.espace .outside {
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .espace .inside,
.espace .outside {
    height: 500px;
  }
}
.espace .txtbloc {
  position: relative;
  background-color: white;
  max-width: 90%;
  padding: 30px;
  margin: -30px auto 0 auto;
}
.espace .txtbloc a {
  color: #2a2a2a;
  font-weight: 700;
  text-decoration: underline;
}

.popover {
  background-color: rgba(255, 255, 255, 0.8);
  width: 500px;
  max-width: 100%;
  padding: 20px;
}

.servicetab {
  padding: 25px 30px;
  border: 1px solid #c3c2c2;
}
.servicetab h4 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #2a2a2a;
}
.servicetab .servicecontent .popover {
  z-index: 100;
  background-color: white;
  width: 300px;
  max-width: 100%;
  padding: 20px;
  display: block;
}
.servicetab .servicecontent ul {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
}
.servicetab .servicecontent ul li {
  text-align: center;
  padding: 20px;
  margin: 0 15px 15px 0;
  background-color: #e81d00;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  list-style: none;
  display: inline-block;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.servicetab .servicecontent ul li a {
  color: white;
}
.servicetab .servicecontent ul li a i {
  display: block;
  font-size: 30px;
  margin-top: 10px;
}
.servicetab .servicecontent ul li:last-child {
  margin-right: 0;
}
.servicetab .servicecontent ul li:hover {
  background-color: #9c1300;
}

.ruboffre {
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .ruboffre {
    background-size: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .ruboffre {
    background-position: center bottom;
  }
}
.ruboffre article {
  padding: 10px 15px;
}
.ruboffre article h2 {
  font-size: 26px;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .ruboffre article h2 {
    font-size: 28px;
  }
}

/*****************************
****** MEDIA QUERY ***********/
@media (max-width: 480px) {
  .servicecontent ul li {
    width: 100%;
  }

  .rub main .realisations .media-body {
    padding-top: 30px !important;
  }
}
@media (max-width: 767px) {
  .rub .intro.demanderdevis form {
    width: 100%;
    padding: 0 15px;
    left: 0;
  }
  .rub .intro.demanderdevis form input,
.rub .intro.demanderdevis form textarea {
    width: 90%;
  }
  .rub .intro.demanderdevis form .btn {
    margin-right: 15px;
  }
  .rub main .container {
    padding: 50px 25px;
  }
  .rub main .txt600 {
    width: 100%;
  }
  .rub main article {
    padding-top: 0;
    width: 100%;
  }
  .rub main article img {
    width: 100%;
  }
  .rub main .nosclients a {
    width: 45%;
  }
  .rub main .filters {
    margin: 0 0 20 0;
    padding: 0;
    text-align: left;
  }
  .rub main .filters li a {
    padding: 7px 15px;
  }
  .rub main .realisations .media-body {
    padding-top: 60px;
  }

  .espace .txtbloc {
    max-width: 90%;
  }

  .servicetab {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 768px) {
  .servicetab {
    margin: 0 20px 20px 0;
  }

  .rub .intro hgroup {
    width: 50%;
    left: 25%;
  }
  .rub .intro.demanderdevis hgroup {
    width: 100%;
    left: 0;
  }
  .rub .intro.demanderdevis form {
    padding: 15px 30px;
  }
  .rub .intro.demanderdevis form input,
.rub .intro.demanderdevis form textarea {
    width: 95%;
  }
  .rub .intro.demanderdevis form .btn {
    margin-right: 15px;
  }
  .rub main .nosclients a {
    width: 22%;
  }
}
@media (min-width: 992px) {
  .rub .intro.demanderdevis hgroup {
    width: 50%;
    left: 25%;
  }
  .rub .intro.demanderdevis form input {
    width: 47.5%;
  }
  .rub .intro.demanderdevis form textarea {
    width: 98%;
  }
  .rub .intro.demanderdevis form .btn {
    margin-right: 0px;
  }
  .rub main .nosclients a {
    width: 18%;
  }
}
@media (min-width: 1200px) {
  .rub .intro.demanderdevis form {
    padding: 15px 15%;
  }
  .rub main .nosclients a {
    width: 13%;
  }
}
.stepping {
  padding: 40px;
  margin-bottom: 40px;
  background: #f2f2f2;
  text-align: center;
}
.stepping h1 {
  color: white;
  margin-bottom: 15px;
}
.stepping h2 {
  font-size: 26px;
  color: #e81d00;
  margin-bottom: 15px;
}
.stepping h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.stepping p {
  font-size: 18px;
  padding: 0 15%;
  color: #0f1f28;
}

.steps-wrap {
  position: relative;
}
.steps-wrap:before, .steps-wrap:after {
  content: " ";
  display: table;
}
.steps-wrap:after {
  clear: both;
}
.steps-wrap #step0 p {
  margin-bottom: 50px;
}

.stepcontent {
  padding: 30px 0;
}
.stepcontent:before, .stepcontent:after {
  content: " ";
  display: table;
}
.stepcontent:after {
  clear: both;
}
.stepcontent .propose {
  display: block;
  margin-bottom: 50px;
  font-size: 80px;
  text-transform: uppercase;
  color: #e0775b;
  font-weight: 700;
}
.stepcontent .propose small {
  font-weight: 400;
  font-size: 30px;
}
.stepcontent .btgroup {
  padding: 0 40px;
  margin-top: 40px;
}
.stepcontent .btgroup:before, .stepcontent .btgroup:after {
  content: " ";
  display: table;
}
.stepcontent .btgroup:after {
  clear: both;
}
.stepcontent .more {
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  font-weight: 400;
  padding: 10px 30px;
  color: white;
  cursor: pointer;
  display: inline-block;
}
.stepcontent .more.previous {
  float: left;
  color: #0f1f28;
  background-color: #c3c2c2;
}
.stepcontent .more.previous:hover {
  color: #e81d00;
  background-color: white;
}
.stepcontent .more.next {
  float: right;
  background-color: #e81d00;
}
.stepcontent .more.next:hover {
  color: #e81d00;
  background-color: white;
}
.stepcontent form {
  display: block;
  margin-bottom: 50px;
}
.stepcontent form:before, .stepcontent form:after {
  content: " ";
  display: table;
}
.stepcontent form:after {
  clear: both;
}
.stepcontent .category .title {
  color: #0f1f28 !important;
}
.stepcontent .category .checkbox label {
  color: #0f1f28 !important;
  text-transform: none;
}
.stepcontent .laststep input, .stepcontent .laststep textarea {
  background-color: white;
  border-bottom: none;
  padding: 5px 10px;
  color: #0f1f28;
}
.stepcontent .player {
  position: relative;
  width: 65%;
  margin: 0 auto;
  padding-top: 30px;
  margin-top: 50px;
}
.stepcontent .player .tooltip-inner {
  font-size: 16px;
  padding: 0;
  font-weight: 700;
  color: #00a6c6;
  background-color: transparent;
  text-transform: uppercase;
}
.stepcontent .player .tooltip-arrow {
  display: none;
}
.stepcontent .player .tooltip.top {
  margin-top: -50px;
}
.stepcontent .player .progress {
  width: 100%;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #c3c2c2;
  box-shadow: none;
  height: 7px;
  overflow: inherit;
}
.stepcontent .player .progress .progress-bar {
  line-height: 1;
  box-shadow: none;
  background: #f6bd44;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}
.stepcontent .player .progress .timetag {
  position: absolute;
  z-index: 2;
  background: #f6bd44;
  cursor: pointer;
  top: -12px;
  height: 30px;
  width: 7px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.stepcontent .player .numlines {
  position: relative;
  height: 50px;
}
.stepcontent .player .numlines .num {
  position: absolute;
  color: white;
  font-size: 18px;
}
.stepcontent .player .numlines .num.pass {
  color: #666;
}
.stepcontent .player .numlines .num:hover {
  text-decoration: none;
}
.stepcontent i {
  font-size: 40px;
}
.stepcontent#step3 .btn {
  padding: 0;
}
.stepcontent#step3 .btn figure {
  position: relative;
}
.stepcontent#step3 .btn figure figcaption {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 5px;
  display: none;
  padding: 15px;
}
.stepcontent#step3 .btn figure figcaption h3 {
  color: white;
  font-weight: 400;
  font-size: 18px;
}
.stepcontent#step3 .btn:hover figcaption {
  display: block;
  opacity: 0;
  -webkit-animation: fadeInDown 0.8s ease-out 0.2s;
  -moz-animation: fadeInDown 0.8s ease-out 0.2s;
  -ms-animation: fadeInDown 0.8s ease-out 0.2s;
  -o-animation: fadeInDown 0.8s ease-out 0.2s;
  animation: fadeInDown 0.8s ease-out 0.2s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.stepcontent#step3 .btn:focus {
  border: none;
  background: white;
}
.stepcontent#step3 .btn:focus figcaption {
  display: block;
  color: white;
}
.stepcontent .form-group {
  width: 30%;
}
.stepcontent .form-group select.form-control {
  width: 90%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 40px;
  border: none;
}
.stepcontent .form-group.category {
  width: 60%;
  margin-top: 40px;
}

.searchable-container {
  padding: 0 30px;
}
.searchable-container:before, .searchable-container:after {
  content: " ";
  display: table;
}
.searchable-container:after {
  clear: both;
}
.searchable-container .servicesitem {
  width: 50%;
  float: left;
  padding: 20px 0 20px 20px;
}
.searchable-container .servicesitem:before, .searchable-container .servicesitem:after {
  content: " ";
  display: table;
}
.searchable-container .servicesitem:after {
  clear: both;
}
.searchable-container .servicesitem h3 {
  text-align: left;
  color: #e81d00;
  margin-left: 15px;
}
.searchable-container .servicesitem .items {
  width: 45%;
  display: inline-block;
}
.searchable-container .servicesitem .items .img-projecteur {
  background-image: url(../img/temps/step4_projecteur.png);
}
.searchable-container .items {
  width: 20%;
  float: left;
}
.searchable-container .btn-group {
  width: 90%;
}
.searchable-container label.btn {
  position: relative;
  display: table;
  width: 100%;
  min-height: 120px;
  background-color: #00a6c6;
  margin: 5px;
  padding: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.searchable-container label.btn.focus {
  outline: none;
}
.searchable-container label.btn i.fa-check {
  display: none;
  font-size: 20px;
}
.searchable-container label.btn:hover {
  background-color: #e81d00;
}
.searchable-container label.btn:hover i.fa, .searchable-container label.btn:hover h5 {
  color: white;
}
.searchable-container label.btn.active {
  background-color: #e81d00;
  border: none;
  color: white;
}
.searchable-container label.btn.active i.fa-check {
  display: block;
}
.searchable-container label.btn.active.focus {
  outline: none;
}
.searchable-container label .bizcontent {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.searchable-container label .bizcontent h5 {
  margin-bottom: 5px;
}

.recap {
  border-top: 2px solid #0f1f28;
  border-bottom: 2px solid #0f1f28;
  padding: 0;
  margin: auto;
  text-align: left;
}
.recap:before, .recap:after {
  content: " ";
  display: table;
}
.recap:after {
  clear: both;
}
.recap dl {
  display: block;
  margin: 10px 0;
}
.recap dl .selection {
  font-size: 14px;
  color: #0f1f28;
}
.recap dl dd {
  position: relative;
  font-size: 14px;
  color: #e81d00;
  font-weight: 600;
  margin-right: 30px;
  text-transform: uppercase;
  display: inline-block;
}

.forending {
  text-align: center;
  background: rgba(232, 29, 0, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 400;
  width: 155px;
  max-width: 100%;
  padding: 10px 10px 0 0;
}
.forending img {
  width: 30%;
}
.forending p {
  font-size: 13px;
  font-weight: 700;
  color: white;
}
.forending.disparu {
  opacity: 0;
}

.sidebar {
  position: fixed;
  padding: 20px;
  z-index: 500;
  background: rgba(232, 29, 0, 0.9);
}
.sidebar.right {
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
}
.sidebar .container {
  width: 60%;
  margin: auto;
}
.sidebar .close {
  font-size: 30px;
  font-weight: 300;
  color: white;
  opacity: 0.7;
}
.sidebar h2 {
  font-size: 24px;
  color: white;
  margin: 0 0 10px 0;
}
.sidebar p {
  color: white;
  font-weight: 300;
  font-size: 16px;
}
.sidebar form {
  text-align: left;
}
.sidebar form label {
  color: white;
  margin-left: 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
.sidebar form .btn {
  float: left;
  background: white;
  border: none;
  color: #2a2a2a;
  padding: 15px 80px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.sidebar form .btn:hover {
  background: #f6bd44;
}
.sidebar form input,
.sidebar form textarea,
.sidebar form label {
  margin-left: 0;
  width: 90%;
}
.sidebar.back {
  -webkit-animation: fadeToRight 0.5s ease-out 0.2s;
  -moz-animation: fadeToRight 0.5s ease-out 0.2s;
  -ms-animation: fadeToRight 0.5s ease-out 0.2s;
  -o-animation: fadeToRight 0.5s ease-out 0.2s;
  animation: fadeToRight 0.5s ease-out 0.2s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.sidebar.ouvert {
  width: 40%;
  padding: 20px;
}
.sidebar.ouvert .close,
.sidebar.ouvert h2, .sidebar.ouvert p, .sidebar.ouvert form {
  display: block;
}

@media screen and (max-width: 480px) {
  .recap dd {
    width: 100%;
    padding-left: 15px;
  }

  .stepping {
    padding: 40px 20px;
  }
  .stepping p {
    padding: 0;
  }

  .stepcontent .player {
    width: 90%;
  }

  .searchable-container .items {
    width: 100%;
  }
  .searchable-container .servicesitem .items {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .recap {
    width: 100%;
  }
  .recap dd {
    font-size: 13px;
  }
  .recap dd .selection {
    font-size: 16px;
  }

  .stepping {
    padding: 40px 20px;
  }
  .stepping h1 {
    font-size: 28px;
  }
  .stepping h2 {
    font-size: 22px;
  }
  .stepping h3 {
    font-size: 16px;
  }
  .stepping p {
    font-size: 14px;
  }

  .searchable-container {
    padding: 0;
    width: 100%;
  }
  .searchable-container .servicesitem {
    padding: 0;
    width: 100%;
  }

  .stepcontent .form-group {
    width: 50%;
    float: left;
  }
  .stepcontent .form-group.category {
    width: 100%;
    text-align: left;
  }
  .stepcontent .form-group.category .title {
    width: 100%;
  }
  .stepcontent .form-group.category .radio-group {
    width: 100%;
  }
  .stepcontent .form-group.category .radio-group:before, .stepcontent .form-group.category .radio-group:after {
    content: " ";
    display: table;
  }
  .stepcontent .form-group.category .radio-group:after {
    clear: both;
  }
  .stepcontent .player {
    width: 90%;
  }
  .stepcontent .btgroup {
    padding: 0;
  }
  .stepcontent .more {
    font-size: 14px;
    padding: 10px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .searchable-container .items {
    width: 33%;
  }

  .searchable-container .servicesitem {
    width: 100%;
  }
  .searchable-container .servicesitem .items {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .recap {
    width: 100%;
  }

  .stepping {
    padding: 40px 20px;
  }
  .stepping h1 {
    font-size: 28px;
  }
  .stepping h2 {
    font-size: 22px;
  }
  .stepping h3 {
    font-size: 16px;
  }
  .stepping p {
    font-size: 14px;
  }

  .searchable-container {
    padding: 0;
  }
  .searchable-container .servicesitem {
    padding: 0 0 20px 0;
  }
  .searchable-container .servicesitem .items {
    width: 50%;
  }

  .stepcontent .form-group {
    width: 45%;
  }
  .stepcontent .form-group.category {
    width: 90%;
  }
}
@media screen and (min-width: 992px) {
  .stepping {
    padding: 40px;
  }
  .stepping h1 {
    font-size: 30px;
  }
  .stepping h2 {
    font-size: 26px;
  }
  .stepping h3 {
    font-size: 18px;
  }
  .stepping p {
    font-size: 18px;
  }

  .stepcontent .form-group.category {
    width: 70%;
  }

  .searchable-container {
    padding: 0 30px;
  }
  .searchable-container .servicesitem {
    padding: 20px 0 20px 20px;
  }
  .searchable-container .servicesitem .items {
    width: 45%;
  }

  .stepcontent .form-group {
    width: 35%;
  }
}
@media screen and (min-width: 1200px) {
  .recap {
    width: 92%;
  }
}
.offreintro {
  position: relative;
  padding: 30px 0 70px 0;
  border-top: 6px solid white;
  border-bottom: 6px solid white;
  border-left: 12px solid white;
  border-right: 12px solid white;
}
.offreintro h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.offreintro.offres {
  padding: 0;
  background-color: #e81d00;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 6px solid #e81d00;
}
.offreintro.offres .container {
  background-color: white;
}
.offreintro.offres article {
  position: relative;
  width: 55%;
  margin: auto;
  color: black;
}
.offreintro.services {
  background: #e81d00;
}
.offreintro.spaces {
  background: #f6bd44;
}
.offreintro.references {
  background: #914f78;
}
.offreintro.partner {
  background: #2e5f81;
}
.offreintro article {
  position: relative;
  width: 70%;
  margin: auto;
  color: white;
}

.formulaire {
  margin: auto;
}
.formulaire .checkbox-group {
  display: inline-block;
  float: left;
}
.formulaire input[type=text],
.formulaire input[type=phone],
.formulaire input[type=email] {
  display: block;
}
.formulaire.savedate input[type=text],
.formulaire.savedate input[type=phone],
.formulaire.savedate input[type=email],
.formulaire.savedate textarea,
.formulaire .laststep input[type=text],
.formulaire .laststep input[type=phone],
.formulaire .laststep input[type=email],
.formulaire .laststep textarea {
  width: 90%;
}
.formulaire.savedate input[type=submit],
.formulaire .laststep input[type=submit] {
  border-bottom: none;
  background: #e81d00;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.formulaire.savedate input[type=submit]:hover,
.formulaire .laststep input[type=submit]:hover {
  background: #821000;
}
.formulaire.savedate {
  width: 70%;
  margin: 0;
}
.formulaire.savedate .radio {
  display: inline-block;
  margin: 0 0 30px 0;
}
.formulaire.savedate .radio input[type=radio] {
  display: inline;
  width: auto;
}
.formulaire .laststep {
  width: 50%;
  margin: auto;
}
.formulaire .laststep .form-group {
  width: 100%;
  text-align: left;
}
.formulaire .laststep .form-group textarea {
  width: 90%;
}

.somechiffre {
  position: relative;
  text-align: center;
  width: 31%;
  margin-right: 10px;
  margin-bottom: 15px;
  float: left;
  background: #2e5f81;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.somechiffre p {
  font-size: 15px !important;
  color: white;
}
.somechiffre .chiffre {
  display: block;
  font-size: 24px;
  color: #f6bd44;
  font-weight: 700;
}
.somechiffre .bold {
  display: block;
}

/****
MEDIA QUERY ********/
@media (max-width: 480px) {
  .somechiffre {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .offreintro article {
    width: 100%;
  }

  .formulaire.savedate,
.formulaire .laststep {
    width: 100%;
  }
}

/*# sourceMappingURL=velopolis.css.map */
