
body {
  font-family:"ducati",Arial,Helvetica,sans-serif;
  letter-spacing: 0px;
  background:#FFF }

ul {
  -webkit-padding-start: 0; }

.select2-container {
  width: 100% !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #036; }

.select2-container--default .select2-results__option--highlighted .placeholder {
  color: white; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
  color: #333;
  font-weight: 600;
  font-size: 1.1em; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.btn-primary {
  border-radius: 5px;
  padding: 12px 20px;
  background-color: #1C1C1C;
  color: white;
  transition: background-color 0.5s ease; }
  .btn-primary.btn-inverted {
    background-color: #036; }
  .btn-primary.btn-lg {
    font-size: 14px; }
  .btn-primary.btn-sm {
    padding-top: 8px;
    padding-bottom: 8px; }
  .btn-primary:hover {
    color: white;
    background-color: #036; }
  .btn-primary.btn-icon {
    padding: 0;
    padding-right: 15px; }
    .btn-primary.btn-icon i {
      background-color: #036;
      padding: 12px 15px 12px 15px;
      margin-right: 10px; }

.section-title {
  margin: 0;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1em; }
  
  
.btn-cta.light-blue::after {
    position: absolute;
    width: 0;
    bottom: -3px;
    left: 0;
    transition: width .5s ease-out;
    height: 3px;
    background-color: #d90022;
    content: "";
}
.btn-cta.light-blue {
    border-right: 1px solid #d90022;
    border-left: 1px solid #d90022;
    border-bottom: 1px solid #d90022;
    background-color: #d90022;
    color: #fff;
}
.btn-cta {
    margin-bottom: 15px;
    border: 0 none;
        border-right-color: currentcolor;
        border-right-style: none;
        border-right-width: 0px;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
        border-left-color: currentcolor;
        border-left-style: none;
        border-left-width: 0px;
    border-bottom: 3px solid transparent;
    background-color: transparent;
    padding: 10px 20px;
    font-size: 12px;
	
	
}
.cta {
    display: inline-block;
    position: relative;
    transition: background-color .25s ease-in-out,color .25s ease-in-out;
    margin: 0;
        margin-bottom: 0px;
    text-align: center;
	text-decoration: none !important;
	cursor:pointer;
}

.true-no-touch .btn-cta.light-blue:hover::after {
    width: 100%;
}
.btn-cta.light-blue::after {
    position: absolute;
    width: 0;
    bottom: -3px;
    left: 0;
    transition: width .5s ease-out;
    height: 3px;
    background-color: #d90022;
    content: "";
}
  @media only screen and (max-width: 767px) {
    .section-title {
      font-size: 1.6em; } }
  .section-title .line {
    height: 8px;
    line-height: 8px; }
    .section-title .line span {
      height: 2px;
      font-size: 0;
      line-height: 0;
      width: 150px;
      background-color: #036;
      display: inline-block; }

/*
---------------------
CSS for the overall structure goes here ...
---------------------
*/
body {
  overflow-x: hidden; }
  @media only screen and (min-width: 992px) {
    body[data-device="computer"] .navbar .dropdown:hover .dropdown-menu {
      display: block;
      min-width: 200px;
      margin-top: 0px;
      right: 0 !important;
      left: 0 !important; }
    body[data-device="computer"] .navbar .dropdown.open:not(:hover) > a {
      color: inherit; }
    body[data-device="computer"] .navbar .dropdown.open:not(:hover) .dropdown-menu {
      display: none; } }
  body[data-device="tablet"] .dropdown:not(.open) a {
    color: inherit !important; }
  @media only screen and (max-width: 767px) {
    body {
      padding-bottom: 50px; } }

nav.navbar-default {
  border: 0;
  border-bottom: solid 1px #E0E0E0; }
  nav.navbar-default .navbar-brand {
    padding-top: 9px;
    padding-right: 20px; }
    @media only screen and (min-width: 992px) {
      nav.navbar-default .navbar-brand.unique-showcase img {
        width: 70px; }
      nav.navbar-default .navbar-brand.unique-showcase span {
        font-weight: 600;
        font-size: 0.9em;
        display: inline-block;
        margin-top: 2px; } }
    @media only screen and (max-width: 991px) {
      nav.navbar-default .navbar-brand.unique-showcase span {
        display: none; } }
    @media only screen and (max-width: 991px) {
      nav.navbar-default .navbar-brand {
        padding-top: 13px;
        padding-right: 14px; } }
    @media only screen and (max-width: 767px) {
      nav.navbar-default .navbar-brand {
        padding-top: 16px; } }
    nav.navbar-default .navbar-brand img {
      width: 120px; }
      @media only screen and (max-width: 991px) {
        nav.navbar-default .navbar-brand img {
          width: 100px; } }
  nav.navbar-default .navbar-nav li a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.95em;
    padding-left: 12px;
    padding-right: 12px; }
    @media only screen and (max-width: 1199px) {
      nav.navbar-default .navbar-nav li a {
        font-size: 0.9em;
        padding-left: 8px;
        padding-right: 8px; } }
    @media only screen and (min-width: 992px) {
      nav.navbar-default .navbar-nav li a:hover {
        color: #1C1C1C; } }
    nav.navbar-default .navbar-nav li a .caret {
      border: 1px solid #036;
      border-width: 0 0 2px 2px;
      margin-left: 2px;
      margin-top: -5px;
      width: 5px;
      height: 5px;
      line-height: 0;
      font-size: 0;
      transform: rotate(-45deg); }
      @media only screen and (max-width: 767px) {
        nav.navbar-default .navbar-nav li a .caret {
          float: right;
          margin-top: 5px; } }
  nav.navbar-default .navbar-nav li .dropdown-menu {
    border: 0;
    border-top: 1px solid #f8f8f8;
    border-radius: 0;
    background-color: white;
    min-width: 190px;
    padding-bottom: 15px; }
    nav.navbar-default .navbar-nav li .dropdown-menu li {
      padding: 0 12px; }
      @media only screen and (max-width: 767px) {
        nav.navbar-default .navbar-nav li .dropdown-menu li {
          margin-left: 35px;
          padding-left: 0; } }
      nav.navbar-default .navbar-nav li .dropdown-menu li strong {
        font-family: 'Lato';
        color: #1C1C1C;
        font-weight: 500;
        padding: 5px 0 5px 5px;
        font-size: 0.9em;
        display: block; }
      nav.navbar-default .navbar-nav li .dropdown-menu li a {
        padding: 4px 5px;
        display: block;
        color: #777;
        font-size: 1em;
        text-transform: inherit; }
        nav.navbar-default .navbar-nav li .dropdown-menu li a:hover {
          background-color: #036;
          color: white; }
        @media only screen and (max-width: 767px) {
          nav.navbar-default .navbar-nav li .dropdown-menu li a {
            color: #777 !important; } }

container {
  background-color: #f3f3f2;
  /*position: relative;
  min-height: 300px; 
  max-width:1000px;*/}

.page-description {
  border-bottom: solid 1px #E0E0E0;
  padding-bottom: 10px;
  margin-bottom: 25px;
  padding-top: 15px; }
  .page-description h1, .page-description .h1 {
    margin-bottom: 5px;
    font-size: 1.7em; }
    @media only screen and (max-width: 991px) {
      .page-description h1, .page-description .h1 {
        font-size: 1.6em; } }
    @media only screen and (max-width: 767px) {
      .page-description h1, .page-description .h1 {
        font-size: 1.4em; } }
  .page-description p {
    font-size: 1.1em;
    color: #777; }
    @media only screen and (max-width: 767px) {
      .page-description p {
        font-size: 1em;
        margin-top: 10px; } }

.modal .modal-header {
  background-color: #1C1C1C;
  border-bottom-color: #3C3C3C; }
  .modal .modal-header .modal-title {
    color: white; }

.modal .modal-content {
  color: #BBB;
  background-color: #1C1C1C; }
  .modal .modal-content .form-control {
    border-color: #555;
    background-color: #3C3C3C;
    border-radius: 2px;
    color: #CCC; }
  .modal .modal-content .separator {
    border-top: solid 1px #3C3C3C;
    margin: 25px 0; }

.modal .modal-footer {
  text-align: center;
  border-top-color: #3C3C3C; }
  .modal .modal-footer .btn-default {
    background-color: transparent;
    border: 0;
    color: white; }
  .modal .modal-footer .btn-primary {
    background-color: #036; }
  .modal .modal-footer .btn + .btn {
    margin-left: 8px; }

#tools {
  font-family: 'Lato';
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 2; }
  #tools .frame + .frame {
    margin-top: 10px; }
  #tools .frame {
    background-color: #1C1C1C;
    width: 60px;
    border: solid 1px white;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    text-transform: uppercase;
    font-weight: 600; }
    #tools .frame h3, #tools .frame .h3 {
      margin: 0;
      padding: 6px;
      font-size: 0.8em;
      color: white;
      text-align: center;
      font-weight: 600; }
    #tools .frame .link {
      text-align: center;
      padding: 8px 0;
      border-top: solid 1px #3f3f3e; }
      #tools .frame .link a {
        display: block; }
      #tools .frame .link i {
        font-size: 1.5em;
        color: white; }
      #tools .frame .link span {
        margin-top: 2px;
        display: block;
        font-size: 0.6em;
        color: white; }
    #tools .frame ul {
      list-style: none;
      -webkit-padding-start: 0;
      margin: 0; }
      #tools .frame ul li {
        text-align: center;
        border-top: solid 1px #3f3f3e;
        padding: 5px 0; }
        #tools .frame ul li.separated {
          border-top: solid 5px #3f3f3e; }
        #tools .frame ul li.active, #tools .frame ul li.active a {
          background-color: #333; }
        @media only screen and (max-width: 991px) {
          #tools .frame ul li {
            float: left;
            width: 25%; }
            #tools .frame ul li + li {
              border-left: solid 1px #3f3f3e; } }
        @media only screen and (min-width: 992px) {
          #tools .frame ul li:hover a {
            width: 130px;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            text-align: left;
            line-height: 50px;
            border-radius: 3px 0 0 3px; }
            #tools .frame ul li:hover a img {
              margin-left: 7px; }
            #tools .frame ul li:hover a span {
              vertical-align: middle;
              margin-top: 0;
              margin-left: 5px;
              line-height: 1.5em; }
            #tools .frame ul li:hover a .deployed {
              display: inline-block;
              width: 80px;
              white-space: normal !important; }
            #tools .frame ul li:hover a .collapsed {
              display: none; } }
        #tools .frame ul li div {
          position: relative;
          height: 54px; }
          @media only screen and (max-width: 991px) {
            #tools .frame ul li div {
              height: 30px;
              padding-top: 4px; } }
        #tools .frame ul li a {
          color: white;
          text-decoration: none;
          background-color: #1C1C1C;
          display: block;
          white-space: nowrap;
          transition: width 0.2s; }
          @media only screen and (min-width: 992px) {
            #tools .frame ul li a {
              width: 60px; } }
          #tools .frame ul li a img {
            width: 30px; }
            @media only screen and (max-width: 991px) {
              #tools .frame ul li a img {
                display: none; } }
          #tools .frame ul li a span {
            line-height: 1.2em;
            font-size: 0.6em;
            margin-top: 2px; }
          #tools .frame ul li a .deployed {
            display: none; }
          #tools .frame ul li a .collapsed {
            display: block; }

footer {
  color: #949494;
  padding-top: 40px; }
  @media only screen and (max-width: 767px) {
    footer {
      padding-top: 20px; } }
  @media only screen and (max-width: 767px) {
    footer .main-links {
      font-size: 0.9em; } }
  @media only screen and (max-width: 767px) {
    footer .main-links img {
      width: 100px; } }
  footer .main-links ul {
    list-style: none;
    margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      footer .main-links ul {
        margin-top: 15px;
        text-align: left; } }
    footer .main-links ul li {
      padding: 7px 0; }
      @media only screen and (max-width: 767px) {
        footer .main-links ul li {
          font-size: 0.8em;
          display: inline-block;
          margin-right: 11px;
          white-space: nowrap; } }
      footer .main-links ul li a {
        color: white;
        text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    footer .social-links, footer .info-como {
      margin-top: 0px;
      border-top: solid 1px #555;
      padding-top: 5px; } }
  footer .social-links {
    margin-top: 20px;
    text-align: center;
    font-family: 'Lato'; }
    footer .social-links .social-links-group {
      text-align: left; }
      footer .social-links .social-links-group a {
        color: white;
        border: solid 1px #999;
        display: inline-block;
        font-size: 1.3em;
        text-align: center;
        width: 30px;
        height: 30px;
        line-height: 27px;
        border-radius: 50%;
        margin: 0 5px; }
        @media only screen and (max-width: 767px) {
          footer .social-links .social-links-group a {
            width: 28px;
            height: 28px;
            line-height: 28px;
            font-size: 0.9em; } }
        footer .social-links .social-links-group a:hover {
          border-color: white; }
  footer .copyright {
    text-align: center;
    font-size: 0.8em;
    margin-top: 30px; }
  footer .title {
    color: white;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 1em; }
    @media only screen and (max-width: 767px) {
      footer .title {
        font-size: 0.8em; } }
  footer .sub-title {
    color: white;
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 1em; }
    @media only screen and (max-width: 767px) {
      footer .sub-title {
        font-size: 0.7em; } }
  footer p {
    font-size: 0.9em;
    line-height: 1.7em; }
    @media only screen and (max-width: 767px) {
      footer p {
        font-size: 0.8em; } }
  footer a {
    color: #949494 !important;
    font-size: 0.9em;
    padding: 1px 0;
    display: block; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    footer a {
      display: inline-block; }
    footer a {
      padding-right: 7px; } }

/*
---------------------
Import each sub-files one after the other ...
---------------------
*/
[data-type="search-form"] .elements, .form .elements {
  margin: 0;
  border-radius: 2px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    [data-type="search-form"] .elements, .form .elements {
      border-radius: 0; } }
  [data-type="search-form"] .elements .element, [data-type="search-form"] .elements .element-submit, .form .elements .element, .form .elements .element-submit {
    padding: 0; }
    [data-type="search-form"] .elements .element + .element, [data-type="search-form"] .elements .element-submit + .element, .form .elements .element + .element, .form .elements .element-submit + .element {
      border-left: solid 1px #E0E0E0; }
      @media only screen and (max-width: 767px) {
        [data-type="search-form"] .elements .element + .element, [data-type="search-form"] .elements .element-submit + .element, .form .elements .element + .element, .form .elements .element-submit + .element {
          border-top: solid 1px #E0E0E0;
          border-left: 0; } }
    [data-type="search-form"] .elements .element button[type="submit"], [data-type="search-form"] .elements .element-submit button[type="submit"], .form .elements .element button[type="submit"], .form .elements .element-submit button[type="submit"] {
      height: 48px;
      font-weight: 600;
      margin: 0;
      border-radius: 0 2px 2px 0;
      border-width: 0 0 0 1px; }
      @media only screen and (max-width: 767px) {
        [data-type="search-form"] .elements .element button[type="submit"], [data-type="search-form"] .elements .element-submit button[type="submit"], .form .elements .element button[type="submit"], .form .elements .element-submit button[type="submit"] {
          border-radius: 0px;
          border-left: 0; } }
    [data-type="search-form"] .elements .element .input, [data-type="search-form"] .elements .element-submit .input, .form .elements .element .input, .form .elements .element-submit .input {
      background-color: white;
      padding: 10px 10px; }
      [data-type="search-form"] .elements .element .input.invalid input[type="text"], [data-type="search-form"] .elements .element-submit .input.invalid input[type="text"], .form .elements .element .input.invalid input[type="text"], .form .elements .element-submit .input.invalid input[type="text"] {
        color: red; }
        [data-type="search-form"] .elements .element .input.invalid input[type="text"]::-webkit-input-placeholder, [data-type="search-form"] .elements .element-submit .input.invalid input[type="text"]::-webkit-input-placeholder, .form .elements .element .input.invalid input[type="text"]::-webkit-input-placeholder, .form .elements .element-submit .input.invalid input[type="text"]::-webkit-input-placeholder {
          color: red; }
      [data-type="search-form"] .elements .element .input.invalid .select2-selection .select2-selection__placeholder, [data-type="search-form"] .elements .element-submit .input.invalid .select2-selection .select2-selection__placeholder, .form .elements .element .input.invalid .select2-selection .select2-selection__placeholder, .form .elements .element-submit .input.invalid .select2-selection .select2-selection__placeholder {
        color: red;
        font-weight: bold; }
      [data-type="search-form"] .elements .element .input select, [data-type="search-form"] .elements .element .input .select2-selection, [data-type="search-form"] .elements .element .input input[type="text"], [data-type="search-form"] .elements .element .input .text, [data-type="search-form"] .elements .element-submit .input select, [data-type="search-form"] .elements .element-submit .input .select2-selection, [data-type="search-form"] .elements .element-submit .input input[type="text"], [data-type="search-form"] .elements .element-submit .input .text, .form .elements .element .input select, .form .elements .element .input .select2-selection, .form .elements .element .input input[type="text"], .form .elements .element .input .text, .form .elements .element-submit .input select, .form .elements .element-submit .input .select2-selection, .form .elements .element-submit .input input[type="text"], .form .elements .element-submit .input .text {
        border: 0;
        outline: none;
        height: 28px;
        width: 100%; }
      [data-type="search-form"] .elements .element .input select, [data-type="search-form"] .elements .element-submit .input select, .form .elements .element .input select, .form .elements .element-submit .input select {
        -webkit-appearance: menulist-button;
        visibility: hidden; }
      [data-type="search-form"] .elements .element .input .text, [data-type="search-form"] .elements .element-submit .input .text, .form .elements .element .input .text, .form .elements .element-submit .input .text {
        line-height: 26px; }
      [data-type="search-form"] .elements .element .input input[type="text"], [data-type="search-form"] .elements .element .input .text, [data-type="search-form"] .elements .element-submit .input input[type="text"], [data-type="search-form"] .elements .element-submit .input .text, .form .elements .element .input input[type="text"], .form .elements .element .input .text, .form .elements .element-submit .input input[type="text"], .form .elements .element-submit .input .text {
        color: #333;
        font-size: 1.05em;
        font-weight: 600; }
      [data-type="search-form"] .elements .element .input input[type="text"]::-webkit-input-placeholder, [data-type="search-form"] .elements .element-submit .input input[type="text"]::-webkit-input-placeholder, .form .elements .element .input input[type="text"]::-webkit-input-placeholder, .form .elements .element-submit .input input[type="text"]::-webkit-input-placeholder {
        color: #888;
        font-size: 1.02em; }
      [data-type="search-form"] .elements .element .input input[type="text"]::-moz-placeholder, [data-type="search-form"] .elements .element .input input[type="text"]:-moz-placeholder, [data-type="search-form"] .elements .element-submit .input input[type="text"]::-moz-placeholder, [data-type="search-form"] .elements .element-submit .input input[type="text"]:-moz-placeholder, .form .elements .element .input input[type="text"]::-moz-placeholder, .form .elements .element .input input[type="text"]:-moz-placeholder, .form .elements .element-submit .input input[type="text"]::-moz-placeholder, .form .elements .element-submit .input input[type="text"]:-moz-placeholder {
        color: #888;
        opacity: 1;
        font-size: 1.05em; }
    [data-type="search-form"] .elements .element .select2-container--default, [data-type="search-form"] .elements .element-submit .select2-container--default, .form .elements .element .select2-container--default, .form .elements .element-submit .select2-container--default {
      font-weight: 400; }
      [data-type="search-form"] .elements .element .select2-container--default.select2-container--disabled .select2-selection--single, [data-type="search-form"] .elements .element-submit .select2-container--default.select2-container--disabled .select2-selection--single, .form .elements .element .select2-container--default.select2-container--disabled .select2-selection--single, .form .elements .element-submit .select2-container--default.select2-container--disabled .select2-selection--single {
        background-color: transparent; }
        [data-type="search-form"] .elements .element .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__placeholder, [data-type="search-form"] .elements .element-submit .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__placeholder, .form .elements .element .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__placeholder, .form .elements .element-submit .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__placeholder {
          color: #CCC; }
      [data-type="search-form"] .elements .element .select2-container--default .select2-selection__placeholder, [data-type="search-form"] .elements .element-submit .select2-container--default .select2-selection__placeholder, .form .elements .element .select2-container--default .select2-selection__placeholder, .form .elements .element-submit .select2-container--default .select2-selection__placeholder {
        color: #777; }
      [data-type="search-form"] .elements .element .select2-container--default .select2-selection__rendered, [data-type="search-form"] .elements .element-submit .select2-container--default .select2-selection__rendered, .form .elements .element .select2-container--default .select2-selection__rendered, .form .elements .element-submit .select2-container--default .select2-selection__rendered {
        color: #333;
        font-weight: 600;
        font-size: 1.05em; }

.search-dropdown {
  margin-top: 10px; }
  .search-dropdown .select2-dropdown {
    border-color: #E0E0E0;
    min-width: 120px;
    z-index: 4; }
    @media only screen and (max-width: 991px) {
      .search-dropdown .select2-dropdown {
        min-width: 200px; } }
  .search-dropdown .placeholder {
    color: #999;
    font-size: 0.9em; }
  .search-dropdown .select2-results__option--highlighted[aria-selected] {
    background-color: #036; }
  .search-dropdown .select2-results__option--highlighted .placeholder {
    color: white; }
  .search-dropdown .select2-results__option[aria-selected=true] {
    background-color: transparent;
    color: #333;
    font-weight: 600;
    font-size: 1.1em; }
  .search-dropdown .select2-search {
    border-bottom: solid 1px #E0E0E0;
    margin-bottom: 4px;
    padding-bottom: 4px; }
    .search-dropdown .select2-search .select2-search__field {
      font-size: 9px; }

.search-dropdown-small {
  margin-top: 6px; }

.list .loader:not(.loading) div {
  display: none; }

.list .loader div {
  width: 40px;
  height: 40px;
  margin: auto;
  margin-bottom: 20px;
  background-color: black;
  text-align: center;
  line-height: 48px;
  border-radius: 50%; }
  .list .loader div i {
    font-size: 2em;
    color: white; }

.list .element {
  background-color: white!important;
  margin-bottom: 30px;
  display: block;
  text-decoration: none;
  border-radius: 3px;
  overflow: hidden;
  color: #777; }
  .list .element:hover {
    box-shadow: 0px 1px 1px 0px #c5C5C5;
    color: #555; }
  .list .element .photo {
    background-color: #E0E0E0;
    overflow: hidden;
    position: relative;
    border-radius: 3px 3px 0 0; }
    .list .element .photo img {
      width: 100%; }
  .list .element .title {
    margin-top: 15px;
    margin-bottom: 15px; }
    .list .element .title h4, .list .element .title h5, .list .element .title .h4, .list .element .title .h5 {
      margin: 0;
      line-height: 1.3em;
      font-weight: 600; }
    .list .element .title h4, .list .element .title .h4 {
      font-size: 1.1em; }
    .list .element .title h5, .list .element .title .h5 {
      color: #8f8f8f;
      font-size: 0.9em; }

.list [data-listing-element="empty"] {
  border: solid 1px black;
  font-size: 1.1em;
  padding: 10px 0; }

#home .page-bg {
  background-color: #fefbf6;
  padding-bottom: 30px; }

#home .home-content {
  margin-top: 25px; }
  @media only screen and (max-width: 767px) {
    #home .home-content {
      margin-top: 35px; } }
  #home .home-content + .home-content {
    margin-top: 35px; }
    @media only screen and (max-width: 767px) {
      #home .home-content + .home-content {
        margin-top: 30px; } }
  #home .home-content .home-content-title {
    margin: 0;
    text-align: center;
    margin-bottom: 45px;
    line-height: 1em; }
    @media only screen and (max-width: 767px) {
      #home .home-content .home-content-title {
        font-size: 1.6em;
        margin-bottom: 32px; } }
    #home .home-content .home-content-title .line {
      height: 8px;
      line-height: 8px; }
      #home .home-content .home-content-title .line span {
        height: 2px;
        font-size: 0;
        line-height: 0;
        width: 150px;
        background-color: #036;
        display: inline-block; }
  #home .home-content .home-content-title-sub {
    text-align: center;
    font-size: 1.2em;
    color: #666;
    margin-bottom: 30px; }

#home .slider {
  background-color: #444;
  position: relative;
  overflow: hidden;
  max-height: 750px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #home .slider {
      max-height: 310px; } }
  @media only screen and (max-width: 767px) {
    #home .slider {
      height: 268px; } }
  #home .slider .search {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 0; }

#home .actus {
  background-color: #1C1C1C;
  border-radius: 4px; }
  @media only screen and (min-width: 1200px) {
    #home .actus {
      height: 300px; }
      #home .actus .image {
        height: 300px;
        border-radius: 4px 0 0 4px; }
      #home .actus .details {
        padding: 10px 20px;
        height: 300px;
        border-radius: 0 0 4px 4px;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    #home .actus {
      height: 248px; }
      #home .actus .image {
        height: 248px;
        border-radius: 4px 0 0 4px; }
      #home .actus .details {
        height: 248px;
        border-radius: 0 0 4px 4px;
        padding: 10px 20px;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #home .actus {
      height: 430px; }
      #home .actus .image {
        height: 290px;
        border-radius: 4px 4px 0 0; }
      #home .actus .details {
        height: 140px;
        border-radius: 0 0 4px 4px;
        padding: 10px 20px; }
        #home .actus .details .actu-description {
          margin-top: 0px !important; } }
  @media only screen and (max-width: 767px) {
    #home .actus {
      height: 240px; }
      #home .actus .image {
        height: 140px;
        border-radius: 4px 4px 0 0; }
      #home .actus .details {
        height: 100px;
        border-radius: 0 0 4px 4px;
        padding: 10px 20px; }
        #home .actus .details .actu-description {
          margin-top: 0px !important; } }
  #home .actus .sp-slide {
    width: 100%; }
  #home .actus .sp-buttons {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 380px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      #home .actus .sp-buttons {
        width: 310px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      #home .actus .sp-buttons {
        width: 100%;
        bottom: 145px; } }
    @media only screen and (max-width: 767px) {
      #home .actus .sp-buttons {
        width: 100%; } }
    #home .actus .sp-buttons .sp-button {
      border-color: white; }
    #home .actus .sp-buttons .sp-selected-button {
      background-color: white; }
  #home .actus .actu .image {
    background-color: #1C1C1C;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    visibility: hidden; }
  #home .actus .actu .details {
    color: white;
    visibility: hidden;
    /*        & > div {
                  width: 100%;
                }*/ }
    #home .actus .actu .details .actu-title {
      margin: 0; }
      @media only screen and (max-width: 767px) {
        #home .actus .actu .details .actu-title {
          font-size: 1.4em; } }
    #home .actus .actu .details .actu-description {
      font-size: 1.1em;
      margin-top: 20px;
      max-height: 150px;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 0;
      line-height: 1.8em; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        #home .actus .actu .details .actu-description {
          max-height: 100px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        #home .actus .actu .details .actu-description {
          max-height: 50px; } }
      @media only screen and (max-width: 767px) {
        #home .actus .actu .details .actu-description {
          font-size: 1em;
          margin-top: 10px; } }
    #home .actus .actu .details .actu-cta {
      margin-top: 20px;
      font-size: 1.1em; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        #home .actus .actu .details .actu-cta {
          margin-top: 5px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        #home .actus .actu .details .actu-cta {
          margin-top: 5px; } }
      @media only screen and (max-width: 767px) {
        #home .actus .actu .details .actu-cta {
          display: none; } }

#home .sav {
  margin-left: -15px;
  margin-right: -15px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #home .sav {
      margin-left: -5px;
      margin-right: -5px; } }
  #home .sav.with-4-blocs .service-bloc {
    width: 25%; }
  #home .sav .service-bloc {
    float: left;
    width: 20%; }
    @media only screen and (max-width: 767px) {
      #home .sav .service-bloc {
        width: 50%; } }
    #home .sav .service-bloc a {
      text-align: center;
      display: block;
      font-size: 1.1em;
      line-height: 1.2em;
      text-decoration: none;
      color: #555;
      padding: 0 0 10px 0;
      border-radius: 3px; }
      #home .sav .service-bloc a:hover {
        text-decoration: none;
        box-shadow: 0 1px 1px 0 #CCC; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        #home .sav .service-bloc a {
          font-size: 1em; } }
      @media only screen and (max-width: 767px) {
        #home .sav .service-bloc a {
          font-size: 0.9em;
          padding: 20px 0; } }
      #home .sav .service-bloc a span {
        display: block;
        text-align: center; }
      #home .sav .service-bloc a img {
        width: 90px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 991px) {
          #home .sav .service-bloc a img {
            margin-bottom: 10px;
            width: 70px; } }
        @media only screen and (max-width: 767px) {
          #home .sav .service-bloc a img {
            width: 56px; } }
        #home .sav .service-bloc a img:hover {
          -webkit-filter: brightness(110%);
          -moz-filter: brightness(110%);
          filter: brightness(110%); }

#home .services {
  margin-left: -15px;
  margin-right: -15px; }
  #home .services .col {
    padding-left: 15px;
    padding-right: 15px; }
    #home .services .col .service-container {
      overflow: hidden;
      position: relative;
      box-shadow: 0 2px 2px #999; }
      #home .services .col .service-container .service {
        display: block;
        background-color: #E0E0E0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 250px;
        transition: all .3s; }
        #home .services .col .service-container .service:hover {
          -webkit-filter: brightness(102%);
          -moz-filter: brightness(102%);
          filter: brightness(102%); }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          #home .services .col .service-container .service {
            height: 190px; } }
        @media only screen and (max-width: 767px) {
          #home .services .col .service-container .service {
            height: 130px; } }
        #home .services .col .service-container .service .gradiant {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+67,0.5+88,0.7+100 */
          /* FF3.6-15 */
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, transparent 0%, transparent 67%, rgba(0, 0, 0, 0.5) 88%, rgba(0, 0, 0, 0.7) 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
          /* IE6-9 */ }
      #home .services .col .service-container .text {
        display: block;
        text-align: center;
        line-height: 1.45em;
        font-size: 1.25em;
        color: white;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0; }
        @media only screen and (max-width: 991px) {
          #home .services .col .service-container .text {
            bottom: 0;
            padding: 9px 0;
            background-color: rgba(0, 0, 0, 0.5); } }
        @media only screen and (max-width: 767px) {
          #home .services .col .service-container .text {
            font-size: 1em;
            padding: 5px 0; } }
  @media only screen and (min-width: 768px) {
    #home .services .separator {
      margin-top: 30px; } }

#home .separator {
  margin-top: 15px; }

#listing #list.loading {
  opacity: 0.5; }

#listing #list[data-perfect-match="false"] .search-results div[data-perfect-match="false"] {
  display: block; }

#listing .search-results div {
  display: none;
  text-align: center;
  margin: 0 -7px 20px -7px;
  padding: 8px 0; }
  #listing .search-results div[data-perfect-match="false"] {
    border: solid 1px #CACACA; }
  #listing .search-results div[data-perfect-match^="true:"] {
    background-color: #036;
    color: white;
    border-radius: 2px;
    font-size: 0.8em; }
  @media only screen and (max-width: 767px) {
    #listing .search-results div {
      text-align: center; } }
  #listing .search-results div h3 {
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      #listing .search-results div h3 {
        font-size: 1.1em; } }
  #listing .search-results div p {
    margin-top: 0;
    margin-bottom: 0;
    color: #888; }

#listing .filters {
  margin-top: 20px;
  margin-bottom: 18px; }
  #listing .filters .select-sort .form, #listing .filters [data-type="search-form"] {
    border: solid 1px #E0E0E0; }
  @media only screen and (max-width: 767px) {
    #listing .filters .select-sort .form {
      margin-top: 15px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    #listing .filters .element-submit {
      display: none; }
    #listing .filters .element-filters {
      width: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #listing .filters .element-submit {
      display: none; }
    #listing .filters .element-filters {
      width: 100%; } }

#listing .list {
  margin: 0 8px 20px 8px; }
  #listing .list .offer-container {
    padding-left: 7px;
    padding-right: 7px; }
  #listing .list .offer {
    box-shadow: 0 1px 1px 0 #dfdfdf;
    margin-bottom: 15px;
    position: relative;
    border: solid 1px #E0E0E0; }
    #listing .list .offer:hover {
      box-shadow: 0px 1px 1px 0px #c0C0C0; }
    #listing .list .offer.viewed:not(.active) {
      opacity: 0.5; }
    #listing .list .offer.active {
      border-color: #AAA; }
    #listing .list .offer[data-type="new"] .type, #listing .list .offer[data-type="used"] .type, #listing .list .offer[data-type=""] .type {
      display: none; }
    #listing .list .offer .type {
      position: absolute;
      top: 8px;
      font-size: 0.85em;
      background-color: #036;
      z-index: 3;
      padding: 1px 10px;
      min-width: 60px;
      text-align: center;
      color: white; }
    #listing .list .offer .title h4, #listing .list .offer .title .h4 {
      font-size: 1.2em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 0 4px; }
    #listing .list .offer .title h5, #listing .list .offer .title .h5 {
      font-size: 1em;
      margin-top: 2px;
      font-weight: 400;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 0 4px; }
    #listing .list .offer .infos {
      border-top: solid 1px #E8E8E8; }
      #listing .list .offer .infos table {
        width: 100%;
        table-layout: fixed; }
      #listing .list .offer .infos .info {
        text-align: center;
        padding-top: 10px; }
        #listing .list .offer .infos .info + .info {
          border-left: solid 1px #E8E8E8; }
        #listing .list .offer .infos .info img {
          height: 28px; }
        #listing .list .offer .infos .info label {
          color: #b7b7b7;
          font-size: 0.8em;
          text-transform: uppercase; }
        #listing .list .offer .infos .info .value {
          height: 25px;
          font-size: 0.89em;
          line-height: 15px; }
    #listing .list .offer .sp-image-container {
      border-radius: 2px 2px 0 0; }
    #listing .list .offer .sp-image {
      text-align: center; }
    #listing .list .offer .price {
      padding: 4px 10px;
      border: solid 1px #E8E8E8;
      width: 180px;
      border-radius: 2px;
      margin: auto;
      margin-bottom: 15px; }
      #listing .list .offer .price div {
        color: #666;
        font-size: 0.9em;
        line-height: 0.8em; }
      #listing .list .offer .price span.striked {
        color: #999;
        font-size: 1em;
        line-height: 0.1em;
        text-decoration: line-through;
        font-weight: 400;
        margin-left: 8px;
        vertical-align: middle; }
      #listing .list .offer .price span {
        font-size: 1.4em;
        color: #036;
        font-weight: 600;
        vertical-align: middle; }

#offer:not(.confirmed) .confirmed {
  display: none; }

#offer.confirmed .btn[type="submit"] {
  display: none; }

#offer .form-control.invalid {
  border: solid 1px red !important; }

#offer .content.content-white {
  border-radius: 3px;
  background-color: white;
  border: solid 1px #DFDFDF;
  box-shadow: 0 1px 1px 0 #dfdfdf;
  padding: 10px 20px;
  margin: 15px 0; }

#offer .title {
  margin: 25px 0 20px 0; }
  #offer .title .logo {
    margin-right: 8px; }
  #offer .title .price {
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 1.7em;
    line-height: 1em;
    color: #036; }
    @media only screen and (min-width: 1200px) {
      #offer .title .price {
        font-size: 2em; } }
    #offer .title .price span {
      font-size: 13px;
      color: #777; }
      #offer .title .price span span {
        text-decoration: line-through; }
  #offer .title h3, #offer .title .h3 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0; }
  #offer .title h4, #offer .title .h4 {
    color: #888;
    margin-top: 5px;
    margin-bottom: 0; }

@media only screen and (min-width: 992px) {
  #offer .left-column {
    padding-right: 0; } }

#offer .first-line .picto {
  padding: 0 2px;
  text-align: center; }
  #offer .first-line .picto img, #offer .first-line .picto i {
    height: 32px;
    line-height: 32px;
    font-size: 22px; }

#offer .first-line .infos {
  margin-left: -15px; }

#offer .first-line .picto-legend {
  font-size: 0.9em;
  margin-top: 5px;
  height: 38px;
  color: #777;
  overflow: hidden; }
  #offer .first-line .picto-legend.text {
    font-size: 1em;
    padding-top: 3px;
    line-height: 1.3em;
    color: #666; }
  #offer .first-line .picto-legend label {
    margin-bottom: 0;
    display: block;
    color: #666;
    font-size: 0.95em; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      #offer .first-line .picto-legend label {
        font-size: 0.8em; } }

#offer .first-line .price {
  padding: 20px 0 0 0;
  text-align: center;
  font-size: 2em;
  height: 72px;
  line-height: 1em;
  color: #036; }
  @media only screen and (min-width: 1200px) {
    #offer .first-line .price {
      font-size: 2.4em; } }
  #offer .first-line .price span {
    font-size: 13px;
    color: #777;
    display: inline-block;
    margin-top: -5px; }
    #offer .first-line .price span span {
      text-decoration: line-through; }

#offer .second-line .photo {
  height: 314px;
  border-bottom: 0;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat; }

#offer .second-line .phone-number {
  background-color: #343434;
  line-height: 1.2em;
  font-size: 1em;
  font-weight: 600;
  padding: 8px 20px 8px 20px;
  color: #F0F0F0; }
  #offer .second-line .phone-number:not(.deployed) .number {
    display: none; }
  #offer .second-line .phone-number.deployed a {
    display: none; }
  #offer .second-line .phone-number.deployed .number {
    display: inline-block;
    margin-top: 2px;
    font-size: 1.2em;
    color: white;
    border: solid 1px white;
    padding: 5px;
    border-radius: 4px; }
  #offer .second-line .phone-number i {
    vertical-align: middle; }
  #offer .second-line .phone-number .btn {
    border-radius: 2px;
    width: 132px; }

#offer .second-line form {
  background-color: #1F1F1F;
  padding: 15px 20px;
  border: solid 1px #dfdfdf;
  border-radius: 5px; }
  #offer .second-line form h5, #offer .second-line form .h5 {
    margin-top: 8px;
    margin-bottom: 28px;
    font-weight: 600;
    padding-bottom: 18px;
    color: white;
    border-bottom: solid 1px #555; }
  #offer .second-line form .row {
    margin-bottom: 12px; }
  #offer .second-line form label {
    color: #888;
    margin-top: 5px;
    font-size: 1.05em; }
  #offer .second-line form .form-control {
    border-color: #555;
    background-color: #3C3C3C;
    border-radius: 2px;
    color: #CCC; }
  #offer .second-line form .btn {
    margin: 12px 0 0px 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      #offer .second-line form .btn {
        margin-top: 0px !important;
        margin-bottom: 0px; } }

#offer .caracteristics {
  color: #888;
  font-size: 1.1em;
  max-width: 470px;
  margin: auto; }
  #offer .caracteristics .h {
    font-size: 1.2em;
    color: #333;
    margin: 15px 0; }
  #offer .caracteristics .row {
    margin: 8px 0; }
  #offer .caracteristics .value {
    color: #666;
    text-align: right;
    padding-right: 20px; }

#offer .equipments {
  height: 818px;
  max-width: 470px;
  margin: auto;
  margin-bottom: 10px;
  overflow: auto; }
  #offer .equipments .equipment {
    padding: 5px 0;
    color: #777; }
    #offer .equipments .equipment i {
      font-size: 1.3em;
      color: #333;
      width: 20px;
      vertical-align: middle;
      margin-right: 10px; }

#offer .showcase {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #E0E0E0; }
  #offer .showcase i {
    margin-top: 2px;
    font-size: 1.9em;
    vertical-align: middle;
    display: inline-block; }
  #offer .showcase h5 {
    font-size: 1.1em;
    margin-top: 0;
    margin-bottom: 4px;
    vertical-align: middle; }
    #offer .showcase h5 span {
      display: block;
      font-size: 0.9em;
      margin-top: 3px; }
  #offer .showcase p {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.3em;
    font-size: 0.85em;
    font-style: italic; }
  #offer .showcase .map {
    width: 140px;
    height: 98px;
    background-color: #C0C0C0;
    margin-right: 15px; }

#offer .section-title {
  margin-bottom: 45px; }
  @media only screen and (max-width: 767px) {
    #offer .section-title {
      margin-bottom: 32px; } }

#offer #listing {
  margin-left: -5px;
  margin-right: -5px; }
  #offer #listing .photo {
    height: 165px;
    background-size: cover;
    background-position: center; }
  #offer #listing .list {
    margin: 0; }

#offer .other-offers {
  background-color: #EFEFEF;
  padding: 20px 0;
  text-align: center;
  border: solid 1px #DADADA; }

#offer #offer-data .caracteristics .row {
  padding: 3px 0;
  border-bottom: solid 1px #E8E8E8; }
  #offer #offer-data .caracteristics .row .col {
    padding: 0; }

#offer #offer-data .caracteristics .h {
  margin-top: 20px; }

#offer #offer-data .equipment {
  border-bottom: solid 1px #E8E8E8; }

#offer #offer-data .section-title {
  font-size: 1.5em;
  padding: 15px 0;
  border-radius: 3px 3px 0 0;
  margin-bottom: 25px; }

@media only screen and (min-width: 768px) {
  .banner {
    background-color: #1C1C1C; }
    .banner .no-gutter {
      margin-top: 30px;
      margin-bottom: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .banner .no-gutter {
        margin-top: 12px;
        margin-bottom: 18px; } }

.banner .image {
  height: 190px;
  border-radius: 4px;
  background-color: #E0E0E0;
  background-position: center center;
  background-size: cover; }
  @media only screen and (max-width: 991px) {
    .banner .image {
      display: none; } }

@media only screen and (min-width: 768px) {
  .banner .details {
    color: white;
    padding: 0px 30px 0 30px; } }

@media only screen and (max-width: 767px) {
  .banner .details {
    padding: 20px 0; } }

.banner .details h3, .banner .details .h3 {
  margin-top: 0;
  margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    .banner .details h3, .banner .details .h3 {
      font-size: 1.2em; } }

.banner .details p {
  font-size: 1.1em; }
  @media only screen and (max-width: 767px) {
    .banner .details p {
      font-size: 0.9em;
      margin-bottom: 10px;
      color: #777; } }

.banner .details i {
  margin-right: 10px;
  font-size: 1.5em;
  vertical-align: middle; }
  @media only screen and (max-width: 767px) {
    .banner .details i {
      display: none; } }

#configurator_form {
  padding: 10px 20px;
  border: solid 1px #E0E0E0;
  margin-top: 10px;
  margin-bottom: 10px; }
  #configurator_form label {
    margin-bottom: 10px;
    color: #777;
    font-weight: normal; }
  #configurator_form .select2-container--default .select2-selection--single {
    border-color: #E0E0E0;
    border-radius: 3px; }
  #configurator_form .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #F6F6F6; }

#configurator .make {
  border: solid 1px #E0E0E0;
  padding: 8px; }
  #configurator .make .h {
    font-size: 1.4em;
    margin-top: 0; }

#configurator .title {
  margin: 15px 0 10px 0;
  border-bottom: solid 1px #E0E0E0;
  padding-bottom: 20px; }
  #configurator .title .logo {
    margin-right: 8px; }
  #configurator .title .price {
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 1.7em;
    line-height: 1em;
    color: #036; }
    @media only screen and (min-width: 1200px) {
      #configurator .title .price {
        font-size: 2em; } }
    #configurator .title .price span {
      font-size: 13px;
      color: #777; }
      #configurator .title .price span span {
        text-decoration: line-through; }
  #configurator .title h3, #configurator .title .h3 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0; }
  #configurator .title h4, #configurator .title .h4 {
    color: #888;
    margin-top: 5px;
    margin-bottom: 0; }

#configurator .try-bloc {
  color: #777; }
  #configurator .try-bloc .h {
    font-size: 1.3em;
    font-weight: 600; }

#configurator .bloc-details {
  border: solid 1px #D8D8D8;
  padding-left: 15px;
  padding-right: 15px; }

#configurator .finition {
  border: solid 1px #D8D8D8;
  padding: 5px 12px; }
  #configurator .finition .h {
    font-size: 1.2em;
    margin-top: 5px; }
  #configurator .finition .tag {
    display: inline-block;
    padding: 0 6px;
    white-space: nowrap;
    border-radius: 2px;
    border: solid 1px #D0D0D0;
    margin-right: 10px;
    vertical-align: middle; }
    #configurator .finition .tag i {
      color: #444;
      font-size: 1.2em;
      line-height: 24px;
      width: 20px;
      text-align: center; }
    @media only screen and (max-width: 767px) {
      #configurator .finition .tag {
        display: block;
        margin: 0 0 10px 0; } }

#configurator .finition + .finition {
  margin-top: 10px; }

#configurator .caracteristics {
  color: #888;
  font-size: 1.1em;
  max-width: 500px;
  margin: auto; }
  #configurator .caracteristics .h {
    font-size: 1.2em;
    color: #333;
    margin: 15px 0; }
  #configurator .caracteristics .row {
    margin: 8px 0;
    padding: 3px 0;
    border-bottom: solid 1px #E8E8E8; }
    #configurator .caracteristics .row .col {
      padding: 0; }
  #configurator .caracteristics .value {
    color: #666;
    text-align: right;
    padding-right: 20px; }

#configurator .equipments {
  height: 360px;
  max-width: 490px;
  margin: auto;
  margin-bottom: 10px;
  overflow-y: auto;
  overflow-x: hidden; }
  #configurator .equipments .equipment {
    padding: 5px 0;
    color: #777;
    border-bottom: solid 1px #E8E8E8; }
    #configurator .equipments .equipment i {
      font-size: 1.3em;
      color: #333;
      width: 20px;
      vertical-align: middle;
      margin-right: 10px; }

#configurator .bloc-details .section-title {
  font-size: 1.5em;
  margin-top: 20px; }

#configurator .options {
  height: 357px; }

#configurator #carmodels .list .photo {
  min-height: 170px; }

#configurator .photo {
  height: 165px;
  background-size: cover;
  background-position: center; }

@media only screen and (max-width: 767px) {
  #carmodels .carmodel {
    margin-bottom: 20px; } }

#carmodels .list .element {
  background-color: transparent;
  border: solid 1px #DFDFDF;
  box-shadow: 0 1px 1px 0 #dfdfdf; }

#carmodels .list .photo {
  background-position: center center;
  min-height: 250px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size : contain;
	background-position:center;
	 }
  @media only screen and (max-width: 1199px) {
    #carmodels .list .photo {
      min-height: 120px; } }
  @media only screen and (max-width: 767px) {
    #carmodels .list .photo {
      min-height: 120px; } }

#carmodels .list .title {
  font-size: 1.1em; }
  @media only screen and (max-width: 767px) {
    #carmodels .list .title {
      margin-top: 5px; } }
  #carmodels .list .title .h4 {
    font-size: 1.0em;
    white-space: nowrap; }
    @media only screen and (max-width: 767px) {
      #carmodels .list .title .h4 {
        font-size: 1em; } }

#services .fast-link {
  background-color: #1C1C1C;
  text-align: center;
  padding: 15px 0;
  border-radius: 4px;
  cursor: pointer; }
  #services .fast-link img {
    border: none;
    box-shadow: none;
    max-height: 70px; }
  #services .fast-link p {
    color: white;
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 0; }
  #services .fast-link.selected {
    background-color: #036; }

@media only screen and (min-width: 768px) {
  #services .banner {
    background-color: #1C1C1C; }
    #services .banner .no-gutter {
      margin-top: 30px;
      margin-bottom: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      #services .banner .no-gutter {
        margin-top: 12px;
        margin-bottom: 18px; } }

#services .banner .image {
  height: 190px;
  border-radius: 4px;
  background-color: #E0E0E0;
  background-position: center center;
  background-size: cover; }
  @media only screen and (max-width: 991px) {
    #services .banner .image {
      display: none; } }

@media only screen and (min-width: 768px) {
  #services .banner .details {
    color: white;
    padding: 0px 30px 0 30px; } }

@media only screen and (max-width: 767px) {
  #services .banner .details {
    padding: 20px 0; } }

#services .banner .details h3, #services .banner .details .h3 {
  margin-top: 0;
  margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    #services .banner .details h3, #services .banner .details .h3 {
      font-size: 1.2em; } }

#services .banner .details p {
  font-size: 1.1em; }
  @media only screen and (max-width: 767px) {
    #services .banner .details p {
      font-size: 0.9em;
      margin-bottom: 10px;
      color: #777; } }

#services .banner .details i {
  margin-right: 10px;
  font-size: 1.5em;
  vertical-align: middle; }
  @media only screen and (max-width: 767px) {
    #services .banner .details i {
      display: none; } }

#services .steps {
  background-color: white;
  margin-bottom: 20px;
  border: solid 1px #DFDFDF;
  border-top: 0;
  box-shadow: 0 1px 1px 0 #dfdfdf; }
  #services .steps .previous {
    background-color: #036;
    position: absolute;
    top: 170px;
    left: 16px;
    width: 50px;
    height: 45px;
    padding-top: 3px;
    text-align: center;
    color: white;
    display: inline-block;
    cursor: pointer;
    font-size: 1.8em;
    line-height: 0.5em;
    border-radius: 0 5px 5px 0; }
    #services .steps .previous span {
      display: block;
      font-size: 1rem; }
    @media only screen and (min-width: 1200px) {
      #services .steps .previous {
        width: 80px; } }
    @media only screen and (max-width: 767px) {
      #services .steps .previous {
        position: inherit;
        border-radius: 5px;
        width: 80px; } }
  #services .steps .next {
    background-color: #036;
    position: absolute;
    top: 170px;
    right: 16px;
    width: 50px;
    height: 45px;
    padding-top: 3px;
    text-align: center;
    color: white;
    display: inline-block;
    cursor: pointer;
    font-size: 1.8em;
    line-height: 0.5em;
    border-radius: 5px 0 0 5px;
    z-index: 5; }
    #services .steps .next span {
      display: block;
      font-size: 1rem; }
    @media only screen and (min-width: 1200px) {
      #services .steps .next {
        width: 80px; } }
    @media only screen and (max-width: 767px) {
      #services .steps .next {
        position: inherit;
        border-radius: 5px;
        width: 80px; } }
  #services .steps .step {
    display: none; }
    #services .steps .step .step-container {
      padding: 15px 60px 30px 60px; }
      @media only screen and (max-width: 767px) {
        #services .steps .step .step-container {
          padding: 1px 10px 0 10px;
          margin-top: 5px; } }
      @media only screen and (min-width: 1200px) {
        #services .steps .step .step-container {
          padding: 25px 130px 50px 130px; } }
    #services .steps .step .step-footer {
      padding: 15px 0;
      background-color: #F9F9F9;
      border-top: solid 1px #F0F0F0;
      text-align: center; }
    #services .steps .step h3, #services .steps .step .h3 {
      font-size: 1.6em;
      margin-bottom: 24px;
      border-bottom: solid 1px #E0E0E0;
      padding-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        #services .steps .step h3, #services .steps .step .h3 {
          font-size: 1.4em; } }
    #services .steps .step label {
      font-size: 1.1em;
      font-weight: inherit; }

#services .tracking {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    #services .tracking {
      border: solid 1px #D0D0D0;
      margin-bottom: 10px; } }
  #services .tracking .step {
    border-radius: 3px 3px 0 0;
    display: inline-block;
    width: 24.7%;
    padding: 10px 0 10px 0;
    text-align: center;
    text-transform: uppercase;
    color: #666;
    position: relative;
    background-color: white;
    font-size: 0.9em;
    font-weight: 600; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      #services .tracking .step {
        width: 24.5%; } }
    @media only screen and (max-width: 767px) {
      #services .tracking .step {
        width: 100%;
        padding: 10px 0;
        font-size: 0.9em;
        text-align: left;
        padding-left: 15px;
        border-radius: 0; } }
    @media only screen and (max-width: 767px) {
      #services .tracking .step + .step {
        margin-left: 0;
        border-top: solid 1px #D0D0D0; } }
    #services .tracking .step i {
      font-size: 1.6em;
      display: block;
      margin-bottom: 2px; }
      @media only screen and (max-width: 767px) {
        #services .tracking .step i {
          display: inline-block;
          margin-bottom: 0;
          margin-right: 5px;
          font-size: 1.5em; } }
      #services .tracking .step i:not(.fa-picto) {
        display: none;
        color: #036; }
    @media only screen and (min-width: 992px) {
      #services .tracking .step.complete i.fa-picto {
        display: none; }
      #services .tracking .step.complete i:not(.fa-picto) {
        display: block; } }
  @media only screen and (min-width: 992px) and (max-width: 767px) {
    #services .tracking .step.complete i:not(.fa-picto) {
      display: inline-block; } }

#services .invalid.select2-container .select2-selection {
  border-color: red !important; }

#services .invalid.form-control {
  border-color: red !important; }

#services .steps_step_active, #services #atelier[data-active-step="client"] .steps .step[data-step="client"], #services #atelier[data-active-step="prestation"] .steps .step[data-step="prestation"], #services #atelier[data-active-step="rdv"] .steps .step[data-step="rdv"], #services #atelier[data-active-step="summary"] .steps .step[data-step="summary"] {
  display: block; }

#services .tracking_step_active, #services #atelier[data-active-step="client"] .tracking .step[data-step="client"], #services #atelier[data-active-step="prestation"] .tracking .step[data-step="prestation"], #services #atelier[data-active-step="rdv"] .tracking .step[data-step="rdv"], #services #atelier[data-active-step="summary"] .tracking .step[data-step="summary"] {
  background-color: #036;
  color: white;
  position: relative; }
  @media only screen and (min-width: 992px) {
    #services .tracking_step_active .arrow, #services #atelier[data-active-step="client"] .tracking .step[data-step="client"] .arrow, #services #atelier[data-active-step="prestation"] .tracking .step[data-step="prestation"] .arrow, #services #atelier[data-active-step="rdv"] .tracking .step[data-step="rdv"] .arrow, #services #atelier[data-active-step="summary"] .tracking .step[data-step="summary"] .arrow {
      position: absolute;
      bottom: -10px;
      left: 50%;
      margin-left: -5px;
      width: 0;
      height: 0;
      z-index: 3;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #036; } }
  #services .tracking_step_active i:not(.fa-picto), #services #atelier[data-active-step="client"] .tracking .step[data-step="client"] i:not(.fa-picto), #services #atelier[data-active-step="prestation"] .tracking .step[data-step="prestation"] i:not(.fa-picto), #services #atelier[data-active-step="rdv"] .tracking .step[data-step="rdv"] i:not(.fa-picto), #services #atelier[data-active-step="summary"] .tracking .step[data-step="summary"] i:not(.fa-picto) {
    display: none; }
  #services .tracking_step_active i.fa-picto, #services #atelier[data-active-step="client"] .tracking .step[data-step="client"] i.fa-picto, #services #atelier[data-active-step="prestation"] .tracking .step[data-step="prestation"] i.fa-picto, #services #atelier[data-active-step="rdv"] .tracking .step[data-step="rdv"] i.fa-picto, #services #atelier[data-active-step="summary"] .tracking .step[data-step="summary"] i.fa-picto {
    display: block; }
    @media only screen and (max-width: 767px) {
      #services .tracking_step_active i.fa-picto, #services #atelier[data-active-step="client"] .tracking .step[data-step="client"] i.fa-picto, #services #atelier[data-active-step="prestation"] .tracking .step[data-step="prestation"] i.fa-picto, #services #atelier[data-active-step="rdv"] .tracking .step[data-step="rdv"] i.fa-picto, #services #atelier[data-active-step="summary"] .tracking .step[data-step="summary"] i.fa-picto {
        display: inline-block; } }

#services #atelier select, #services #atelier .select2-selection {
  height: 30px; }

#services #atelier .select2-selection, #services #atelier .form-control {
  background-color: #f5f8f9;
  border-color: #dcdce7;
  border-radius: 4px; }
  @media only screen and (max-width: 767px) {
    #services #atelier .select2-selection, #services #atelier .form-control {
      margin-bottom: 10px; } }

#services #atelier .select2-container--disabled .select2-selection {
  background-color: #F0F0F0; }

#services #atelier textarea {
  resize: vertical;
  min-height: 80px; }

#services #atelier .preview {
  height: 280px;
  margin: auto;
  background-color: #EAEAEA;
  position: relative; }
  #services #atelier .preview .text {
    font-size: 1.1em;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #999;
    font-weight: 600;
    margin-top: -20px; }
  #services #atelier .preview.defined {
    background-color: transparent;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
    #services #atelier .preview.defined .text {
      display: none; }

@media only screen and (min-width: 768px) {
  #services #atelier[data-active-step="client"] .row + .row {
    margin-top: 20px; } }

#services #atelier[data-active-step="client"] .previous-button {
  display: none; }

@media only screen and (min-width: 768px) {
  #services #atelier[data-active-step="prestation"] .next {
    margin-left: 10px; } }

@media only screen and (max-width: 767px) {
  #services #atelier[data-active-step="prestation"] .next {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  #services #atelier[data-active-step="rdv"] .next {
    margin-left: 10px; } }

@media only screen and (max-width: 767px) {
  #services #atelier[data-active-step="rdv"] .next {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  #services #atelier[data-active-step="summary"] .next {
    margin-left: 10px; } }

@media only screen and (max-width: 767px) {
  #services #atelier[data-active-step="summary"] .next {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #services #atelier .prestations .row {
    margin-left: -6px;
    margin-right: -6px; }
  #services #atelier .prestations .col {
    padding-left: 6px;
    padding-right: 6px; } }

#services #atelier .prestations .prestation {
  background-color: #1C1C1C;
  text-align: center;
  color: white;
  border-radius: 3px;
  margin-bottom: 20px;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    #services #atelier .prestations .prestation {
      margin-bottom: 10px;
      text-align: left;
      background-color: transparent;
      border: solid 1px #E0E0E0;
      color: #777; } }
  #services #atelier .prestations .prestation div {
    font-size: 1.1em;
    padding-bottom: 10px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      #services #atelier .prestations .prestation div {
        font-size: 1em; } }
    @media only screen and (max-width: 767px) {
      #services #atelier .prestations .prestation div {
        display: inline-block; } }
  #services #atelier .prestations .prestation input[type="checkbox"] {
    display: none; }
  #services #atelier .prestations .prestation img {
    max-width: 110px; }
    @media only screen and (max-width: 767px) {
      #services #atelier .prestations .prestation img {
        max-width: 70px;
        padding: 0 6px;
        margin-right: 10px;
        border-radius: 3px 0 0 3px;
        background-color: #036;
        vertical-align: middle; } }
  #services #atelier .prestations .prestation.selected {
    background-color: #036;
    color: white; }

#services #atelier .prestation-details .detail {
  background-color: #FAFAFA;
  padding: 15px; }
  #services #atelier .prestation-details .detail + .detail {
    margin-top: 5px; }
  #services #atelier .prestation-details .detail h4, #services #atelier .prestation-details .detail .h4 {
    font-size: 1.1em;
    margin-top: 0; }
  #services #atelier .prestation-details .detail p {
    color: #777;
    margin-bottom: 0; }

#services #atelier .prestation-details .detail:not(.active) {
  display: none; }

#services #atelier .showcases.selected {
  display: none; }

#services #atelier .showcases .showcase.incompatible {
  display: none; }

#services #atelier .showcases .showcase .banner {
  height: 120px;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

#services #atelier .showcases .showcase .showcase-content {
  border: solid 1px #E0E0E0;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px 0 #dfdfdf;
  padding: 20px 10px;
  cursor: pointer; }
  #services #atelier .showcases .showcase .showcase-content:hover {
    box-shadow: 0px 1px 1px 0px #B0B0B0; }

#services #atelier .showcases .showcase .name {
  margin-top: 0;
  font-size: 1.1em;
  white-space: nowrap; }

#services #atelier .showcases .showcase .description {
  color: #777;
  height: 50px;
  margin-left: 10px; }

#services #atelier .showcases .showcase .hours {
  color: #888;
  padding-top: 12px;
  border-top: solid 1px #DFDFDF;
  font-size: 0.8em; }

#services #atelier .opening-hours {
  height: 30px; }

#services #atelier .appointment {
  display: none; }
  #services #atelier .appointment h4, #services #atelier .appointment .h4 {
    margin-top: 0; }
  #services #atelier .appointment img {
    width: 40px;
    margin-right: 10px; }
  #services #atelier .appointment #map {
    background-color: #E0E0E0;
    border: solid 1px #E0E0E0;
    height: 315px; }
    @media only screen and (max-width: 767px) {
      #services #atelier .appointment #map {
        margin-bottom: 20px;
        height: 120px; } }
  #services #atelier .appointment .infos .rdv {
    color: #777;
    white-space: nowrap;
    margin-top: 15px;
    border: solid 1px #D8D8D8;
    padding: 10px 15px; }
    #services #atelier .appointment .infos .rdv label {
      font-size: 0.9em;
      color: inherit; }
    #services #atelier .appointment .infos .rdv .form-control {
      max-width: 120px;
      display: inline-block; }
      #services #atelier .appointment .infos .rdv .form-control.hour, #services #atelier .appointment .infos .rdv .form-control.minute {
        max-width: 95px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          #services #atelier .appointment .infos .rdv .form-control.hour, #services #atelier .appointment .infos .rdv .form-control.minute {
            max-width: 80px; } }
      @media only screen and (max-width: 767px) {
        #services #atelier .appointment .infos .rdv .form-control {
          display: block;
          max-width: inherit;
          width: 100%; } }
    #services #atelier .appointment .infos .rdv .form-control + .form-control {
      margin-left: 10px; }
      @media only screen and (max-width: 767px) {
        #services #atelier .appointment .infos .rdv .form-control + .form-control {
          margin-left: 0;
          margin-top: 10px; } }
  #services #atelier .appointment .infos .details {
    color: #777;
    margin-bottom: 20px; }
    #services #atelier .appointment .infos .details .description {
      margin-bottom: 15px; }

#services #atelier .summary h4, #services #atelier .summary .h4 {
  margin-top: 25px; }

#services #atelier .summary .edit-step {
  font-size: 0.7em;
  cursor: pointer;
  color: #888;
  margin-left: 5px; }

#services #atelier .summary p {
  margin-bottom: 7px;
  margin-left: 12px; }
  #services #atelier .summary p span {
    margin-left: 5px;
    color: #777; }

#services .label-state.invalid {
  color: red; }

#services #listing .list .element .photo {
  height: 120px; }

#services .options-content {
  max-height: 500px;
  overflow: auto; }

#services .option {
  color: #888;
  margin: 6px 0; }
  #services .option input {
    margin-right: 7px; }

#services .vehicle-state .state {
  text-align: center;
  border: solid 1px #E0E0E0;
  padding: 10px 0;
  border-radius: 3px;
  cursor: pointer; }
  #services .vehicle-state .state:hover {
    border-color: #C0C0C0; }
  #services .vehicle-state .state.selected {
    background-color: #036;
    color: white; }
  #services .vehicle-state .state input[type="radio"] {
    display: none; }
  #services .vehicle-state .state i {
    font-size: 5em; }
  #services .vehicle-state .state .h {
    font-size: 1.4em; }
  #services .vehicle-state .state p {
    margin-top: 10px;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    font-size: 0.9em;
    color: #999; }

#services #devis .steps {
  border-radius: 3px 3px 0 0; }

#services #promotions .categories {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #services #promotions .categories .col {
      padding-left: 6px;
      padding-right: 6px; } }
  #services #promotions .categories .category-link {
    display: block;
    border: solid 1px #DFDFDF;
    box-shadow: 0 1px 1px 0 #dfdfdf;
    color: #444;
    margin: 0 5px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 15px 0;
    font-size: 1.1em; }
    @media only screen and (max-width: 991px) {
      #services #promotions .categories .category-link {
        font-size: 0.9em; } }

#services #promotions .promotion {
  border-bottom: solid 1px #E0E0E0;
  padding-bottom: 30px;
  margin-top: 25px; }
  @media only screen and (max-width: 767px) {
    #services #promotions .promotion {
      margin-top: 10px;
      border-top: solid 1px #E0E0E0;
      border-bottom: 0;
      padding-bottom: 0;
      padding-top: 15px; } }
  #services #promotions .promotion .title {
    text-align: center; }
    #services #promotions .promotion .title .h {
      font-size: 1.8em; }
      @media only screen and (max-width: 767px) {
        #services #promotions .promotion .title .h {
          font-size: 1.4em; } }
    #services #promotions .promotion .title p {
      margin-top: -2px;
      color: #888;
      font-size: 1.1em; }
      @media only screen and (max-width: 767px) {
        #services #promotions .promotion .title p {
          margin-top: 0;
          font-size: 0.9em; } }
  #services #promotions .promotion .visuel {
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 3px;
    background-position: top center; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      #services #promotions .promotion .visuel {
        height: 270px; } }
  #services #promotions .promotion .text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 190px;
    color: #888;
    font-size: 1.2em;
    line-height: 1.6em;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center; }
    #services #promotions .promotion .text .promo-percent {
      font-size: 2em;
      margin-bottom: 10px;
      color: #036; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      #services #promotions .promotion .text {
        min-height: 150px; } }
    @media only screen and (max-width: 767px) {
      #services #promotions .promotion .text {
        min-height: inherit;
        font-size: 0.9em; } }
    #services #promotions .promotion .text ul {
      margin-left: 20px;
      display: block; }
    #services #promotions .promotion .text small {
      font-size: 0.8em; }
  #services #promotions .promotion .buttons {
    text-align: center;
    margin-top: 10px; }
    #services #promotions .promotion .buttons a {
      margin: 0 10px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        #services #promotions .promotion .buttons a {
          display: inline-block;
          margin-top: 10px; } }
      @media only screen and (max-width: 767px) {
        #services #promotions .promotion .buttons a {
          width: inherit;
          margin-bottom: 5px; } }

@media only screen and (max-width: 991px) {
  #scrollsections-navigation {
    display: none; } }

@media only screen and (min-width: 768px) {
  .landing_page {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }

.landing_page .btn-next-lp {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center; }

@media only screen and (max-width: 991px) {
  .landing_page .background {
    position: relative;
    background-size: 100% 100%;
    background-attachment: inherit;
    background-position: top center; } }
  @media only screen and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
    .landing_page .background {
      height: 460px; } }
  @media only screen and (max-width: 991px) and (max-width: 767px) {
    .landing_page .background {
      height: 220px; } }

@media only screen and (max-width: 991px) {
  .landing_page .form {
    background-color: #1C1C1C !important; } }

@media only screen and (min-width: 992px) {
  .landing_page .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center; }
  .landing_page .form {
    width: 260px;
    position: absolute;
    top: 22%;
    right: 8%; } }
  @media only screen and (min-width: 992px) and (min-width: 1921px) {
    .landing_page .form {
      right: 11%; } }
  @media only screen and (min-width: 992px) and (min-width: 768px) and (max-width: 991px) {
    .landing_page .form {
      top: 50%;
      right: 50%;
      margin-top: -125px;
      margin-right: -200px; } }

.landing_page .form {
  padding: 15px 20px;
  border: solid 1px #333;
  background-color: rgba(0, 0, 0, 0.8);
  padding-bottom: 20px;
  border-radius: 6px;
  box-shadow: 0 0 5px #FFFFFF; }
  @media only screen and (max-width: 767px) {
    .landing_page .form {
      padding-bottom: 15px; } }
  .landing_page .form .title {
    border-bottom: solid 1px #333;
    padding-bottom: 15px;
    color: white; }
    @media only screen and (max-width: 767px) {
      .landing_page .form .title {
        padding: 0;
        margin: 0;
        margin-bottom: 5px;
        padding-bottom: 10px; } }
  .landing_page .form .row {
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .landing_page .form .row {
        margin-bottom: 8px; } }
  .landing_page .form .legal {
    border-top: solid 1px #333;
    margin-top: 10px;
    padding-top: 15px;
    text-align: center;
    color: #AAA;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .landing_page .form .legal {
        padding-top: 10px;
        font-size: 0.8em;
        margin-top: 5px; } }
  .landing_page .form .form-control {
    border-color: #555;
    background-color: #3C3C3C;
    border-radius: 2px;
    color: #CCC; }
  .landing_page .form .detail {
    margin: auto;
    max-width: 600px; }
    @media only screen and (max-width: 767px) {
      .landing_page .form .detail {
        padding: 0 10px; } }
  .landing_page .form .text {
    font-size: 1.05em;
    color: white; }
  .landing_page .form .form-control.invalid {
    border-color: red; }

.legal_area {
  text-align: justify;
  max-height: 400px;
  overflow-y: auto;
  padding: 0 30px; }
  @media only screen and (max-width: 767px) {
    .legal_area {
      max-height: 200px; } }

@media only screen and (max-width: 767px) {
  .scrollsections {
    height: auto; } }

@media only screen and (min-width: 768px) {
  #jobs .section-title {
    margin-top: 35px; } }

#jobs .career-summary {
  color: #888;
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
  line-height: 1.5em;
  margin: 30px auto; }

#jobs .job {
  background-color: transparent;
  border: solid 1px #DFDFDF;
  box-shadow: 0 1px 1px 0 #dfdfdf;
  padding: 10px 10px 12px 10px;
  margin-bottom: 15px; }
  #jobs .job .title {
    font-size: 1.2em;
    margin-top: 5px; }
    #jobs .job .title i {
      margin-right: 4px; }
  #jobs .job .single-element {
    margin-top: 0;
    line-height: 3em; }
  #jobs .job .type {
    color: #888;
    font-size: 0.95em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  #jobs .job .action {
    text-align: right;
    margin-top: 5px; }
    @media only screen and (max-width: 767px) {
      #jobs .job .action {
        text-align: center;
        margin-top: 20px; } }

#jobs .examples .row {
  margin-left: -5px; }

#jobs .examples .col {
  padding-left: 5px;
  padding-right: 5px; }

#jobs .examples .example {
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 25px; }
  #jobs .examples .example .video {
    background-color: grey;
    height: 140px;
    background-size: cover;
    background-position: center center; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      #jobs .examples .example .video {
        height: 140px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      #jobs .examples .example .video {
        height: 110px; } }
  #jobs .examples .example .title {
    text-align: center;
    color: #666;
    line-height: 1.1em;
    margin-top: 10px;
    white-space: nowrap; }
    #jobs .examples .example .title span {
      color: #888; }

@media only screen and (min-width: 768px) {
  #jobs .banner {
    background-color: #1C1C1C; }
    #jobs .banner .no-gutter {
      margin-top: 30px;
      margin-bottom: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      #jobs .banner .no-gutter {
        margin-top: 12px;
        margin-bottom: 18px; } }

#jobs .banner .image {
  height: 190px;
  border-radius: 4px;
  background-color: #E0E0E0;
  background-position: center center;
  background-size: cover; }
  @media only screen and (max-width: 991px) {
    #jobs .banner .image {
      display: none; } }

@media only screen and (min-width: 768px) {
  #jobs .banner .details {
    color: white;
    padding: 0px 30px 0 30px; } }

@media only screen and (max-width: 767px) {
  #jobs .banner .details {
    padding: 20px 0; } }

#jobs .banner .details h3 {
  margin-top: 0;
  margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    #jobs .banner .details h3 {
      font-size: 1.2em; } }

#jobs .banner .details p {
  margin-top: 20px;
  text-align: justify;
  line-height: 1.5em;
  font-size: 1.1em;
  margin-bottom: 20px;
  font-style: italic; }

#jobs .banner .details .signature {
  text-align: right;
  color: #FFF; }

#jobs .apply {
  background-color: #EFEFEF;
  padding: 20px 0;
  text-align: center;
  border: solid 1px #DADADA; }

.example {
  position: relative;
  display: block; }
  .example.banner .play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px; }
    .example.banner .play i {
      font-size: 5em;
      color: #E0E0E0;
      opacity: 0.5; }
  .example:hover i {
    opacity: 0.9; }

#job {
  padding: 20px 0; }
  #job p {
    color: #777;
    font-size: 1.1em;
    line-height: 1.6em;
    text-align: justify; }
  #job h2 {
    margin-top: 0; }
  #job h4 {
    margin-top: 30px;
    margin-bottom: 20px; }
  #job ul {
    margin-left: 20px; }
    #job ul li {
      color: #777;
      font-size: 1.1em;
      line-height: 1.6em;
      text-align: justify;
      margin-bottom: 10px; }
  #job .bloc {
    background-color: white;
    padding: 15px;
    border: solid 1px #E0E0E0;
    margin-bottom: 10px; }
    #job .bloc label {
      margin-bottom: 0; }
    #job .bloc div {
      margin-bottom: 15px;
      color: #777; }
  #job .apply {
    background-color: #EFEFEF;
    padding: 20px 0;
    text-align: center;
    border: solid 1px #DADADA;
    margin-top: 30px; }

.form-job .form-control {
  background-color: #f5f8f9;
  border-color: #dcdce7;
  border-radius: 2px; }
  .form-job .form-control.invalid {
    border-color: red; }

#showcases .banner {
  background-color: #1C1C1C;
  padding: 20px 0; }

#showcases #map-filters {
  width: 330px;
  float: left; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    #showcases #map-filters {
      width: 200px; } }
  #showcases #map-filters .checkbox-showcases .unchecked {
    display: none; }
  #showcases #map-filters .checkbox-showcases.unchecked .unchecked {
    display: inline-block; }
  #showcases #map-filters .checkbox-showcases.unchecked .checked {
    display: none; }

#showcases #map {
  width: 720px;
  margin: auto;
  height: 523px;
  background: url("../images/showcases/map.png") no-repeat center center;
  position: relative; }
  #showcases #map .single-pin {
    display: none; }
  #showcases #map .pin {
    width: 70px;
    height: 75px;
    position: absolute;
    cursor: pointer;
    padding: 15px 15px 0 15px;
    text-align: center; }
    #showcases #map .pin:hover .popup {
      display: block; }
    #showcases #map .pin.inverted .popup {
      top: 70px; }
      #showcases #map .pin.inverted .popup .arrow {
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-bottom: 14px solid white;
        border-top: inherit;
        top: -14px; }
    #showcases #map .pin .marker {
      width: 26px;
      margin: auto; }
    #showcases #map .pin .showcase_name {
      color: #cdcaca;
      font-size: 11px;
      line-height: 11px;
      width: 82px;
      margin-left: -22px;
      text-shadow: 0 0 5px #1C1C1C;
      text-align: center;
      font-weight: 700; }
    #showcases #map .pin .popup {
      width: 240px;
      text-align: center;
      min-height: 130px;
      bottom: 75px;
      left: -88px;
      background-color: white;
      position: absolute;
      z-index: 20;
      border-radius: 3px;
      box-shadow: 0px 0px 1px #888;
      border: solid 1px #CCC;
      display: none; }
      #showcases #map .pin .popup .showcases_group + .showcases_group {
        border-top: solid 1px #E0E0E0;
        padding-top: 10px; }
      #showcases #map .pin .popup .h {
        font-size: 1.2em;
        line-height: 1em;
        margin-bottom: 10px;
        vertical-align: top; }
      #showcases #map .pin .popup p {
        color: #777;
        margin-bottom: 3px;
        padding: 0 10px;
        text-align: center;
        font-size: 0.95em; }
        #showcases #map .pin .popup p i {
          margin-right: 4px;
          color: #444; }
      #showcases #map .pin .popup .btn {
        margin-bottom: 10px;
        margin-top: 10px; }
      #showcases #map .pin .popup .arrow {
        width: 0;
        height: 0;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-top: 14px solid white;
        position: absolute;
        bottom: -14px;
        left: 50%;
        margin-left: -14px; }

#showcases .showcase a {
  display: block;
  text-decoration: none;
  border-radius: 2px;
  margin-bottom: 20px;
  border: solid 1px #DFDFDF;
  box-shadow: 0 1px 1px 0 #dfdfdf; }
  #showcases .showcase a:hover {
    box-shadow: 0px 1px 1px 0px #B0B0B0; }
    #showcases .showcase a:hover .banner {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
  #showcases .showcase a .banner {
    height: 60px;
    background-size: 40px 40px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 2px 2px 0 0; }
  #showcases .showcase a .showcase-content {
    padding: 10px 15px; }
  #showcases .showcase a .name {
    margin-top: 0;
    font-size: 1.1em;
    white-space: nowrap;
    color: #1C1C1C; }
  #showcases .showcase a .description {
    color: #777;
    height: 50px;
    margin-left: 10px; }
  #showcases .showcase a .hours {
    color: #888;
    padding-top: 12px;
    border-top: solid 1px #DFDFDF;
    font-size: 0.85em; }
  #showcases .showcase a .opening-hours {
    height: 30px; }

#showcases .info {
  color: #888; }

#showcases .section-title {
  margin: 0;
  text-align: center;
  margin-bottom: 45px;
  line-height: 1em;
  font-size: 1.5em; }
  #showcases .section-title .line {
    height: 8px;
    line-height: 8px; }
    #showcases .section-title .line span {
      height: 2px;
      font-size: 0;
      line-height: 0;
      width: 150px;
      background-color: #036;
      display: inline-block; }

#showcase .page-bg {
  background-color: #fefbf6;
  padding-bottom: 30px; }

#showcase .search {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px; }

#showcase .banner {
  background-color: #444;
  background-size: cover; }
  #showcase .banner .slider {
    margin: 20px 0 20px 0; }
    #showcase .banner .slider .image {
      height: 320px;
      border-radius: 4px 0 0 4px;
      background-color: #E0E0E0;
      background-position: center center;
      background-size: cover; }
      @media only screen and (max-width: 1199px) {
        #showcase .banner .slider .image {
          height: 330px; } }
      @media only screen and (max-width: 767px) {
        #showcase .banner .slider .image {
          height: 180px;
          border-radius: 2px 2px 0 0; } }
    #showcase .banner .slider .details {
      height: 320px;
      border-radius: 0 4px 4px 0;
      background-color: #1C1C1C;
      color: white;
      padding: 20px 30px; }
      @media only screen and (max-width: 1199px) {
        #showcase .banner .slider .details {
          height: 330px;
          padding: 10px 30px; } }
      @media only screen and (max-width: 767px) {
        #showcase .banner .slider .details {
          height: inherit;
          font-size: 0.9em;
          padding: 8px 20px; } }
      #showcase .banner .slider .details .showcase-name {
        margin: 0; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          #showcase .banner .slider .details .showcase-name {
            font-size: 1.2em; } }
        @media only screen and (max-width: 767px) {
          #showcase .banner .slider .details .showcase-name {
            font-size: 1.4em; } }
      #showcase .banner .slider .details .showcase-description {
        font-size: 1em;
        margin-top: 15px;
        margin-bottom: 0;
        line-height: 1.4em; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          #showcase .banner .slider .details .showcase-description {
            font-size: 0.9em; } }
        @media only screen and (max-width: 767px) {
          #showcase .banner .slider .details .showcase-description {
            font-size: 1em;
            margin-top: 10px; } }
      #showcase .banner .slider .details .infos {
        border-top: solid 1px #FFF;
        padding-top: 20px;
        margin-top: 20px;
        font-size: 1.05em; }
        #showcase .banner .slider .details .infos p {
          margin-bottom: 5px; }
        #showcase .banner .slider .details .infos i {
          font-size: 1.2em;
          vertical-align: middle;
          margin-right: 7px; }
        @media only screen and (min-width: 992px) {
          #showcase .banner .slider .details .infos .btn {
            margin: 0 3px; } }

#showcase .showcase-service {
  display: block;
  padding: 20px;
  border-radius: 3px;
  text-decoration: none; }
  #showcase .showcase-service .service-text {
    display: block;
    text-align: center;
    color: #666;
    font-size: 1.1em;
    line-height: 1.4em; }
    #showcase .showcase-service .service-text span {
      font-size: 1.5em;
      display: block; }
      @media only screen and (max-width: 991px) {
        #showcase .showcase-service .service-text span {
          font-size: 1.2em; } }

#groupe_como {
  margin-bottom: 30px; }
  @media only screen and (min-width: 992px) {
    #groupe_como p {
      margin-top: 20px; } }

#timeline {
  position: relative;
  border-bottom: solid 30px #1C1C1C; }
  #timeline .arrow {
    position: absolute;
    right: -15px;
    top: 15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #1C1C1C; }
  @media only screen and (max-width: 767px) {
    #timeline {
      display: none; } }
  #timeline table {
    margin-top: 35px;
    width: 100%;
    table-layout: fixed; }
    #timeline table td {
      position: relative;
      text-align: center;
      font-weight: 600;
      padding-bottom: 15px;
      font-size: 1.3em;
      color: #888; }
      #timeline table td .line {
        width: 1px;
        border-left: dashed 1px white;
        z-index: 999;
        position: absolute;
        left: 50%;
        top: 10px;
        height: 35px;
        bottom: 0; }
      #timeline table td .point {
        cursor: pointer;
        display: block;
        position: absolute;
        color: #1C1C1C;
        left: 50%;
        top: -10px;
        margin-left: -15px; }
        #timeline table td .point:hover {
          font-size: 1.4em;
          top: -16px;
          margin-left: -25px; }
      #timeline table td.even .point {
        top: inherit;
        bottom: -55px; }
        #timeline table td.even .point:hover {
          bottom: -60px; }

#dates {
  margin-top: 40px;
  margin-bottom: 30px; }
  #dates .date + .date {
    margin-top: 25px; }
  #dates .image {
    background-color: #E0E0E0;
    background-size: cover;
    box-shadow: 0px 0px 2px #444;
    background-position: center center;
    background-repeat: no-repeat;
    height: 220px;
    border-radius: 2px; }
  #dates .info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    /* align horizontal */
    -ms-flex-align: center;
    align-items: center;
    min-height: 180px; }
  #dates .milestone {
    font-size: 1.1em;
    color: #888;
    text-align: justify; }
    #dates .milestone div {
      line-height: 1.6em; }
    #dates .milestone span {
      color: #1C1C1C;
      font-size: 1.9em;
      margin-bottom: 10px;
      display: block; }
    #dates .milestone strong {
      color: #1C1C1C; }
  #dates .date.odd span {
    text-align: right; }
  #dates .date.odd .milestone {
    -moz-text-align-last: right;
    text-align-last: right; }

.entretien .btn + .btn {
  margin-left: 15px; }
  @media only screen and (max-width: 1199px) {
    .entretien .btn + .btn {
      margin-left: 5px; } }
  @media only screen and (max-width: 991px) {
    .entretien .btn + .btn {
      margin-left: 0;
      margin-top: 10px; } }

@media only screen and (max-width: 1199px) {
  .entretien .btn-primary {
    font-size: 0.9em; } }

@media only screen and (max-width: 991px) {
  .entretien .btn-primary {
    display: block;
    position: relative;
    padding: 12px 20px; }
    .entretien .btn-primary i {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0; } }

.modal .invalid {
  border-color: red !important; }

#assistance p {
  text-align: justify;
  line-height: 1.7em;
  color: #888;
  font-size: 1.02em; }
  #assistance p strong {
    color: #1C1C1C;
    font-size: 1.1em; }

#assistance ul {
  text-align: justify;
  line-height: 1.7em;
  color: #888;
  font-size: 1.02em;
  margin-left: 40px; }

#assistance img {
  border-radius: 3px;
  border: solid 1px #DFDFDF;
  box-shadow: 0px 0px 2px #AAA; }

#assistance .tel span {
  display: none;
  margin-left: 5px; }

#assistance .tel.deployed span {
  display: inline-block; }

#assistance .fast-link {
  background-color: #1C1C1C;
  text-align: center;
  padding: 15px 0;
  border-radius: 4px;
  cursor: pointer; }
  #assistance .fast-link img {
    border: none;
    box-shadow: none;
    max-height: 70px; }
  #assistance .fast-link p {
    color: white;
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 0; }

#technical_profile .links {
  margin-bottom: 20px; }
  #technical_profile .links a {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 600;
    font-size: 1.1em; }

#technical_profile .banner {
  height: 280px;
  background-color: transparent;
  margin: 20px 0;
  background-repeat: no-repeat;
  background-position: center center; }

#technical_profile .section .text {
  text-align: justify;
  line-height: 2em;
  color: #888;
  font-size: 1.06em;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  /* align horizontal */
  -ms-flex-align: center;
  align-items: center;
  min-height: 260px; }
  @media only screen and (max-width: 767px) {
    #technical_profile .section .text {
      min-height: inherit; } }
  #technical_profile .section .text strong {
    color: #1C1C1C;
    font-size: 1.1em;
    margin-bottom: 15px;
    display: block; }

#technical_profile .section .image {
  border: solid 1px #DFDFDF;
  box-shadow: 0 1px 1px 0 #dfdfdf;
  background-position: center center;
  border-radius: 3px;
  height: 260px;
  background-color: #E0E0E0;
  background-size: cover; }

#technical_profile .section + .section {
  margin-top: 70px; }

#technical_profile .seolinks .col + .col {
  border-left: solid 1px #E0E0E0; }

#technical_profile .seolinks a {
  display: block;
  text-align: center;
  margin-top: 10px;
  color: #888; }

#technical_profile #listing {
  margin-left: -5px;
  margin-right: -5px; }
  #technical_profile #listing .photo {
    height: 165px;
    background-size: cover;
    background-position: center; }
  #technical_profile #listing .list {
    margin: 0; }
#carmodels .list .element:hover
{
	border:#003366 1px solid;
	color:#003366;
}

a.choixVehicule
{
	font-size: 1.5em;
}

select.horaire-rdv {
    padding: 10px 20px 10px 20px;
    border: 1px solid #bbb;
    margin: 0px 10px 0px 10px;
    font-size: 1.3em;
    font-weight: bold;
}

label.coord
{
	font-size:11px;
	color:#fff;
	width:100%;
	display:inline-block;
}
textarea.coord,  input.coord, select.coord
{
	font-size:17px;
	color:#fff;
	border:solid #bbb 1px;
	padding:10px 10px 10px 10px;
	display:inline-block;
	width:100%;
	background:#111;
}

button.civilite
{
	padding:10px 40px 10px 40px;
	background-color:#FFF;
	border:solid #bbb 1px;
	font-size:17px;
	font-weight:bold;
	color:#666;
}
button.submitform
{
	padding:20px 40px 20px 40px;
	border:solid #666 1px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background-color:#d90022;
	margin:40px 0px 40px 0px;
}

div.changeCar
{
	text-decoration:none;
	font-size:12px;
	text-align:center;
}

p.paraph
{
	font-size:18px;
	line-height:20px;
	margin-left:10px;
}


h1.partie
{
	font-size:19px;
}

select.selectDate
{
	position: relative;
    z-index: 2;
    float: left;
    width: 80%;
    margin-bottom: 0;
	    background-color: #eeeeee;
    opacity: 1;
}

div.labelBtnCar
{
	text-align:center;
	text-decoration: none;
    font-size: 12px;
}

#carmodels .list a.carSelected{
	
	border:#003366 1px solid;
	color:#003366;
}
#row_Creneau,#listChoixVehicule,#row_Coordonnee,#row_RGPD
{display:none;}
{display:none;}

button.btnSelected
{
	background-color:#d90022;
	color:#fff;
}

div.attente
{
	background-color:rgb(50,50,50,0.7);
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	padding:auto;
	margin:0;
	z-index:200;

}

}
div.banner_footer
{width:100%;background-color:#fff;color:#027fa5;font-size: 41px;text-align: center;  
}

.banner_concess
{
	font-size: 27px;

padding: 12px;

display: inline-block;
text-transform:uppercase;
}

div.header
{
	background-color:#FFF;
}

.banner_slogan
{
	width:100%;
	text-align:center;
	background-color:rgba(0,0,0,0.4);
	padding:20px;
	color:#fff;
	font-size:40px;
	text-shadow:2px 2px 2px #000;
	margin-top: 300px;
	display: inline-block;
}
.banner_slogan2
{
	width:100%;
	text-align:center;
	padding:10px;
	color:#666;
	font-size:40px;
}
input.rgpd_check
{
	margin:10px;
}
div.optionalField1_checktxt
{
	font-size:17x;
}


img.logoInspired
{
	
	
	display: inline-block;
	position: absolute;
	left: 30px;
	bottom:30px;
}
 @media only screen and (max-width: 650px) {
	 .banner_slogan
{
	font-size:20px;
}
 .banner_slogan2
{
	font-size:20px;
}

img.logoInspired
{
	display: inline-block;
	position: relative;
	left: auto;
	bottom:auto;
	margin-top:200px
}
 }
  @media only screen and (min-width: 651px) and (max-width: 1000px) {
	 .banner_slogan
{
	font-size:30px;
}
 .banner_slogan2
{
	font-size:30px;
}


 }
 
 
a.BtnEvt
{
	width:100%;
	padding:20px;
	background-color:#f8f8f8;
	color:#555;
	display:inline-block;
	text-align:left;
}

#ResumeSearch .ui-datepicker
{
	min-width:100%
}

a.blockcreneau
{
	display:inline-block;
	padding:5px 20px;
	margin:5px;
	background-color:#fff;
	color:#162133;
	font-size:15px;
	border:1px solid #162133;
	
}
 @media only screen and (max-width: 1470px) {
a.blockcreneau
{
		 padding:5px 10px;
	 font-size:10px;
	 
 }
 }
 @media only screen and (max-width: 1070px) {
a.blockcreneau
{
		 padding:5px 7px;
	 font-size:10px;
	 margin:2px;
	 
 }
}




 div.bloc {
    padding: 5px 30px 20px 30px;
    width: 100%;
    text-align: left;
}

a.submitform
{
	/*padding:20px 40px 20px 40px;*/
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background-color:#d90022;
	border: 0;
	margin: 30px 0px;
}

#noticeObligatoire
	{ 
	font-size:12px;margin-left:20px;
	}