@import url(modules/owl.carousel.css);
@import url(modules/owl.theme.css);
html {
  box-sizing: border-box; }

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

button, input[type="button"], input[type="reset"], input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #eb0028;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Fira sans", verdana, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover,
  button:focus {
    background-color: #9f001b;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Fira sans", verdana, sans-serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  box-sizing: border-box;
  font-family: "Fira sans", verdana, sans-serif;
  font-size: 1em;
  padding: 0.5em;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #c4c4c4; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #eb0028;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(210, 0, 36, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  -webkit-font-smoothing: antialiased;
  color: #3e4f61;
  font-family: "Fira sans", verdana, sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fira sans", verdana, sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  position: relative;
  color: #FFF;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active:after, a:focus:after, a:hover:after {
    -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    width: 20px;
    margin-left: -10px;
    left: 50%; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

h1 {
  font-size: 36px;
  text-transform: capitalize;
  font-weight: normal;
  color: #FFF;
  font-weight: 100;
  position: absolute;
  bottom: 100px; }
  @media screen and (min-width: 48em) {
    h1 {
      font-size: 60px; } }
  h1 span {
    padding-top: 20px;
    display: block;
    position: relative;
    font-weight: 500; }
    h1 span:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 60px;
      height: 4px;
      background: #FFF; }

h2 {
  font-size: 40px;
  text-align: center;
  font-weight: lighter;
  text-transform: uppercase; }
  @media screen and (min-width: 48em) {
    h2 {
      font-size: 60px; } }

h2::after {
  direction: none;
  content: "";
  height: 1px;
  max-width: 380px;
  width: 40%;
  background: #eb0028;
  margin: 40px auto; }

h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 24px;
  margin: 35px 0 0;
  margin-bottom: 20px;
  color: #eb0028; }

h4 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 100; }

img {
  width: 100%; }

.loader {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8000;
  padding: 40px; }
  .loader .loader-svg {
    margin: 10% auto;
    display: block;
    max-width: 360px; }
    .loader .loader-svg path {
      fill: #FFF;
      stroke-width: 4px;
      stroke: #FFF; }
  .loader .loader-txt {
    text-align: center; }

.wrapper {
  opacity: 0; }

header {
  background: url(../images/bg.jpg) #000000;
  image-rendering: optimizeSpeed;
  height: -webkit-calc(100vh - 64px);
  height: calc(100vh - 64px);
  background-size: cover;
  background-position: center top; }
  header .header-content {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 100%;
    padding: 20px; }
    header .header-content::after {
      clear: both;
      content: "";
      display: table; }
  header .primary-logo {
    position: absolute;
    top: -20px;
    max-width: 156px; }
  header small {
    font-size: 20px; }

div.menu-bar {
  width: 100%;
  padding: 5px 0;
  background: #eb0028;
  z-index: 600; }
  div.menu-bar .menu-content {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 0 20px; }
    div.menu-bar .menu-content::after {
      clear: both;
      content: "";
      display: table; }
    div.menu-bar .menu-content::after {
      clear: both;
      content: "";
      display: table; }
    div.menu-bar .menu-content nav {
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 100%;
      margin-right: 0;
      text-align: center;
      margin-top: 15px;
      position: relative; }
      div.menu-bar .menu-content nav:last-child {
        margin-right: 0; }
      @media screen and (min-width: 48em) {
        div.menu-bar .menu-content nav {
          float: left;
          display: block;
          margin-right: 6.66667%;
          width: 60%;
          text-align: left; }
          div.menu-bar .menu-content nav:last-child {
            margin-right: 0; } }
      div.menu-bar .menu-content nav li span {
        height: 1px;
        width: 0;
        display: block;
        background: #fff;
        text-align: center;
        position: absolute;
        bottom: -6px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%); }
    div.menu-bar .menu-content li {
      display: inline;
      text-transform: uppercase;
      position: relative;
      margin: 0 8px;
      font-size: 14px;
      color: #FFF; }
      @media screen and (min-width: 48em) {
        div.menu-bar .menu-content li {
          margin: 0 20px; } }
    div.menu-bar .menu-content .active-menu {
      height: 1px;
      width: 20px;
      position: absolute;
      left: 48px;
      background: #fff;
      text-align: center;
      transition: 0.6sec left;
      opacity: 0; }
    div.menu-bar .menu-content .autoscout {
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 100%;
      display: inline;
      -webkit-backface-visibility: hidden;
      text-align: center;
      padding-top: 50px; }
      div.menu-bar .menu-content .autoscout:last-child {
        margin-right: 0; }
      @media screen and (min-width: 48em) {
        div.menu-bar .menu-content .autoscout {
          float: left;
          display: block;
          margin-right: 6.66667%;
          width: 33.33333%; }
          div.menu-bar .menu-content .autoscout:last-child {
            margin-right: 0; } }
      div.menu-bar .menu-content .autoscout a {
        text-align: center; }
        div.menu-bar .menu-content .autoscout a img {
          display: inline;
          max-width: 250px; }

section {
  margin-top: 100px; }

section#services .services-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }
  section#services .services-content::after {
    clear: both;
    content: "";
    display: table; }
  section#services .services-content li {
    position: relative;
    float: left;
    display: block;
    margin-right: 6.66667%;
    width: 100%;
    margin-top: 120px; }
    section#services .services-content li:last-child {
      margin-right: 0; }
    @media screen and (min-width: 37.5em) {
      section#services .services-content li {
        float: left;
        display: block;
        margin-right: 6.66667%;
        width: 46.66667%;
        margin-left: 26.66667%; }
        section#services .services-content li:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 48em) {
      section#services .services-content li {
        float: left;
        display: block;
        margin-right: 6.66667%;
        width: 46.66667%;
        margin-left: 0%; }
        section#services .services-content li:last-child {
          margin-right: 0; }
        section#services .services-content li:nth-child(2n) {
          margin-right: 0; }
        section#services .services-content li:nth-child(2n+1) {
          clear: left; } }
    section#services .services-content li p {
      text-align: center;
      margin: auto; }
    section#services .services-content li:after {
      display: none;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover; }
    section#services .services-content li h3 {
      margin-top: 10px; }
    section#services .services-content li img {
      height: 32px;
      margin: auto;
      opacity: 0.3; }
section#services .fiat {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin: 80px auto 0; }
  section#services .fiat::after {
    clear: both;
    content: "";
    display: table; }

section#history .history {
  padding: 200px 0;
  background: url(../images/history.jpg) no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover; }
  section#history .history .mw {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
    section#history .history .mw::after {
      clear: both;
      content: "";
      display: table; }
    section#history .history .mw .quote {
      font-weight: 300;
      text-align: center;
      font-size: 1.2em;
      color: #FFF; }
      @media screen and (min-width: 48em) {
        section#history .history .mw .quote {
          font-size: 2em; } }

section#partenariat {
  margin-top: 0; }
  section#partenariat .partenariat {
    padding: 200px 0;
    background: url(../images/partenariat.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover; }
    section#partenariat .partenariat .mw {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto; }
      section#partenariat .partenariat .mw::after {
        clear: both;
        content: "";
        display: table; }
      section#partenariat .partenariat .mw .quote {
        font-weight: 300;
        text-align: center;
        font-size: 1.2em;
        color: #FFF; }
        @media screen and (min-width: 48em) {
          section#partenariat .partenariat .mw .quote {
            font-size: 2em; } }
        section#partenariat .partenariat .mw .quote img {
          width: 280px;
          margin: 0 auto;
          display: block; }

@media screen and (min-width: 48em) {
  section#equipe ul {
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(bottom, #ffffff 0, #ffffff 282px, #f6f6f6 282px, #ffffff 70%);
    background-image: linear-gradient(to top,#ffffff 0, #ffffff 282px, #f6f6f6 282px, #ffffff 70%); } }
section#equipe .equipe-content {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }
  section#equipe .equipe-content::after {
    clear: both;
    content: "";
    display: table; }
  section#equipe .equipe-content li {
    float: left;
    display: block;
    margin-right: 6.66667%;
    width: 100%;
    margin-top: 120px;
    display: block;
    text-align: center; }
    section#equipe .equipe-content li:last-child {
      margin-right: 0; }
    @media screen and (min-width: 37.5em) {
      section#equipe .equipe-content li {
        float: left;
        display: block;
        margin-right: 6.66667%;
        width: 46.66667%;
        margin-left: 26.66667%;
        text-align: left; }
        section#equipe .equipe-content li:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 48em) {
      section#equipe .equipe-content li {
        float: left;
        display: block;
        margin-right: 6.66667%;
        width: 28.88%;
        margin-left: 0%; }
        section#equipe .equipe-content li:last-child {
          margin-right: 0; }
        section#equipe .equipe-content li:nth-child(3n) {
          margin-right: 0; }
        section#equipe .equipe-content li:nth-child(3n+1) {
          clear: left; } }
    section#equipe .equipe-content li h4 {
      text-align: center; }
    section#equipe .equipe-content li .perso {
      overflow: hidden; }
      section#equipe .equipe-content li .perso img {
        width: 200%;
        max-width: none;
        vertical-align: bottom; }
        section#equipe .equipe-content li .perso img:hover {
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }

section#contact .contact-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  position: relative; }
  section#contact .contact-content::after {
    clear: both;
    content: "";
    display: table; }
  section#contact .contact-content input, section#contact .contact-content textarea {
    border: 0;
    border-bottom: 1px solid #ccc;
    margin-top: 40px;
    -webkit-appearance: none;
    border-radius: 0; }
    section#contact .contact-content input:hover, section#contact .contact-content input:focus, section#contact .contact-content textarea:hover, section#contact .contact-content textarea:focus {
      outline: 0;
      box-shadow: none; }
  section#contact .contact-content input[type="submit"] {
    border: none; }
  section#contact .contact-content .input-field {
    padding-left: 0; }
  section#contact .contact-content .success-form {
    background: #eb0028;
    padding: 30px 40px;
    display: inline-block;
    text-align: center;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -moz-box-shadow: 1px 1px 5px 0px #343434;
    -webkit-box-shadow: 1px 1px 5px 0px #343434;
    -o-box-shadow: 1px 1px 5px 0px #343434;
    box-shadow: 1px 1px 5px 0px #343434;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#343434, Direction=134, Strength=5); }

.gallery {
  width: 100%;
    /*  padding:0 5px;
    width: 100%;
    overflow: hidden;
    img {
    border: 5px solid #FFF;
    float: left;
    width: 50%;

    @include media ($medium-screen) {
    width: 25%;

}


}  */ }
  .gallery .owl-controls .owl-buttons div {
    cursor: pointer;
    background-image: url(../images/next.svg);
    background-color: transparent;
    width: 32px;
    height: 32px; }
    .gallery .owl-controls .owl-buttons div.owl-prev {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }

.gallery-carousel {
  width: 100%; }
  .gallery-carousel div {
    padding: 5px; }
  .gallery-carousel div[data-item] {
    padding: 5px;
    padding-right: 25px; }
    @media screen and (min-width: 37.5em) {
      .gallery-carousel div[data-item] {
        padding-right: 5px; } }

.big-gallery {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  margin: 0;
  padding-top: 5%; }

.big-gallery-carousel {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  margin: 0 auto; }
  .big-gallery-carousel div img {
    display: block;
    margin: 0 auto;
    width: 90%;
    max-width: 880px; }

footer {
  background: #333;
  position: relative;
  margin-top: 250px; }
  footer .contact-infos {
    position: absolute;
    top: -65px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #eb0028;
    padding: 20px;
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.4), Direction=134, Strength=5);
    color: #FFF;
    font-weight: 100;
    width: 300px; }
    footer .contact-infos li:nth-child(3):first-letter, footer .contact-infos li:nth-child(4):first-letter {
      font-weight: bold; }

.footer-content {
  padding: 50px 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .footer-content::after {
    clear: both;
    content: "";
    display: table; }
  .footer-content p {
    text-align: center;
    color: #FFF;
    font-size: 12px;
    font-weight: 100; }

.partenaire {
  margin-bottom: 20px;
  text-align: center; }
  .partenaire img {
    width: 80px;
    display: inline-block; }
  .partenaire span {
    position: relative;
    display: block;
    color: #FFF; }
    .partenaire span:after {
      content: '';
      height: 1px;
      width: 40px;
      display: block;
      background: #fff;
      text-align: center;
      position: absolute;
      top: -18px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%); }

.logo {
  width: 160px;
  margin: 60px auto 20px;
  display: block; }

.footer-logo {
  display: block;
  margin: 0 auto 60px auto;
  width: 160px; }

/** Larger Screens - desktops and tablets **/
@media all and (min-width: 768px) {
  section {
    margin-top: 100px; }

  div.menu-bar .menu-content .autoscout {
    padding-top: 5px; } }

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