h1 {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 35px;
  padding-top: 10px;
  padding-bottom: 35px;
  border-top: 6px solid #28387f;
  background-image: url('../images/title-arrow.jpg');
  background-position: 50% 100%;
  background-size: 33px;
  background-repeat: no-repeat;
  font-size: 1.7em;
  line-height: 1.35em;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #28387f;
  font-size: 1.2em;
  line-height: 1.35em;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

h4 {
  display: inline-block;
  margin-top: 60px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 25px;
  border-top: 5px solid #28387f;
  font-size: 2.4em;
  line-height: 20.35px;
  font-weight: 700;
  text-transform: uppercase;
}

.section {
  margin-bottom: 20px;
  border-color: #28387f;
}

.section.section-service {
  margin-bottom: 80px;
}

.section.background-image {
  width: 100%;
  margin-bottom: 30px;
  background-image: url('../images/background-contact.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.section-blue {
  padding-bottom: 60px;
  color: #fff;
}

.container {
  width: 95%;
  max-width: 1280px;
  text-align: center;
}

.container.info-tel-bar {
  padding-bottom: 10px;
  text-align: right;
}

.container.partenaire {
  text-align: center;
}

.container.footer {
  margin-bottom: auto;
  text-align: left;
}

.container.team-block {
  display: none;
}

.main-nav {
  display: block;
  width: 100%;
  padding-top: 12px;
  float: none;
  text-align: center;
}

.logobar {
  float: none;
}

.main-nav-bar {
  background-color: transparent;
}

.main-nav-link {
  margin-top: 0px;
  margin-bottom: 1px;
  padding: 15px 20px;
  text-transform: uppercase;
}

.main-nav-link:hover {
  background-color: #28387f;
  color: #fff;
}

.main-nav-link.w--current {
  color: #28387f;
}

.body {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.35em;
  font-weight: 700;
}

.logo-box {
  display: block;
  width: 270px;
  margin-right: auto;
  margin-left: auto;
}

.logo {
  width: 100%;
}

.phone-box {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  float: right;
  border-right: 2px solid #28387f;
  background-image: url('../images/ico-phone.svg');
  background-position: 0px 50%;
  background-size: 26px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #28387f;
  font-size: 1.25em;
}

.phone-box.tel-service-routier {
  padding-left: 10px;
  float: right;
  border-right: 1px none #000;
  background-image: none;
  text-align: left;
}

.slide.slide-1 {
  position: static;
  background-image: url('../images/slide1-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.slide-2 {
  background-image: url('../images/slide2-image.jpg'), url('../images/slide1-image_1.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.slide.slide3 {
  background-image: url('../images/slide3-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-overlay {
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
}

.slide-overlay.white-color {
  height: 100%;
  background-color: hsla(0, 0%, 100%, .8);
}

.slide-content {
  position: absolute;
  left: 25%;
  top: 50%;
  width: 50%;
  margin-top: -61px;
  padding: 20px 15px;
  border: 2px solid #fff;
  line-height: 1.35em;
}

.slider-arrow {
  display: block;
  border: 1px solid #fff;
  font-size: 1em;
}

.slider {
  width: 100%;
  height: 460px;
  max-width: 1280px;
}

.title-section {
  position: relative;
  text-align: center;
}

.h2 {
  position: static;
  display: inline-block;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-top: 13px;
  padding-bottom: 25px;
  float: none;
  border-top: 5px solid #28387f;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}

.h2.title-arrow {
  display: inline-block;
  margin-bottom: 35px;
  padding-top: 10px;
  padding-bottom: 35px;
  border-top-color: #28387f;
  background-position: 50% 100%;
  background-size: 33px;
  font-size: 1.7em;
  line-height: 1.35em;
}

.h2.title-arrow.color-title {
  display: inline-block;
  padding-top: 10px;
  border-top-color: #fff;
  background-image: url('../images/white-arrow.png');
  background-size: 33px;
  color: #fff;
  line-height: 1.45em;
}

.h2.without-arrow {
  margin-top: 60px;
  font-size: 2.4em;
  text-align: left;
}

.h2.title-contact {
  margin-top: 60px;
  font-size: 2.4em;
}

.title-arrow {
  display: block;
  background-image: url('../images/title-arrow.jpg');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.icone-facebook {
  position: static;
  display: inline-block;
  margin-right: 10px;
  padding-top: 7px;
  padding-right: 9px;
  padding-bottom: 8px;
  float: none;
  border-style: none solid none none;
  border-top-color: #28387f;
  border-right-width: 2px;
  border-right-color: #28387f;
}

.icone-facebook.facebook-footer {
  border-right: 1px none #000;
}

.link-facebook {
  display: block;
  width: 26px;
  height: 26px;
  padding-right: 10px;
  border-right: 1px solid #fff;
  background-image: url('../images/ico-facebook.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-facebook:hover {
  background-color: #28387f;
}

.link-facebook.footer {
  height: 35px;
  margin-bottom: 0px;
  border-style: none;
  background-position: 0px 50%;
}

.column {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.block-service-columns {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 90%;
}

.block-service-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.block-service-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
  background-color: rgba(0, 0, 0, .45);
}

.block-service-overlay:hover {
  background-color: rgba(40, 56, 127, .45);
}

.link-block-service {
  display: block;
  margin-bottom: 10px;
}

.column-title {
  position: absolute;
  left: 10%;
  bottom: 15%;
  display: block;
  width: 80%;
  padding: 10px 5px;
  border: 2px solid #fff;
  font-size: 1em;
}

.text-content-column {
  position: static;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 1em;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
}

.section-blue {
  padding-bottom: 80px;
  background-color: #28387f;
}

.title-conseils {
  position: relative;
  text-align: center;
}

.slide-nav {
  display: block;
  padding-left: 30px;
  text-align: left;
}

.slider-1 {
  position: static;
  background-image: url('../images/image-conseil-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.white-box-conseil {
  display: block;
  width: 31%;
  height: 100%;
  padding-top: 60px;
  padding-right: 30px;
  padding-left: 30px;
  float: right;
  background-color: hsla(0, 0%, 100%, .8);
  text-align: center;
}

.text {
  display: inline-block;
  margin-bottom: 30px;
  font-family: 'Gothamnarrow book', sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.45em;
  text-align: center;
  text-transform: uppercase;
}

.image-partenaire {
  padding-top: 10px;
  padding-right: 10px;
}

.heure-ouverture {
  display: inline-block;
  text-align: left;
}

.heure-ouverture.container {
  font-size: 1em;
}

.text-ajout-footer {
  color: #28387f;
  font-size: 1.5em;
  line-height: 2em;
}

.text-ajout-footer.service-routier {
  padding-top: 15px;
  color: #fff;
  font-size: 23px;
  line-height: 1.5em;
  text-transform: uppercase;
}

.column-2 {
  display: inline-block;
  height: 438px;
  background-color: #28387f;
  text-align: center;
}

.title-contact {
  color: #fff;
}

.text-footer-contact {
  display: inline-block;
  margin-bottom: 30px;
  padding-left: 7px;
  float: left;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.45em;
  text-align: left;
  text-decoration: none;
}

.text-footer-contact.text-ajout-footer {
  font-size: 1.5em;
}

.contactez-nous {
  display: inline-block;
  font-size: 1em;
}

.ico-contact {
  display: inline-block;
  float: left;
}

.ico-contact.ico-maison {
  float: left;
  text-align: center;
}

.ico-contact.ico-tel {
  float: left;
}

.contact-box {
  position: relative;
  left: 0px;
  top: 0px;
}

.conseils-expert {
  display: inline-block;
  margin-bottom: 20px;
  color: #28387f;
  font-size: 1.3em;
  text-align: center;
  text-transform: uppercase;
}

.ajout-tex {
  display: inline-block;
  font-size: 1em;
  text-align: center;
}

.button {
  margin-top: 20px;
  border: 2px solid #28387f;
  background-color: transparent;
  color: #28387f;
  font-size: 100%;
  text-align: center;
}

.button:hover {
  background-color: #28387f;
  color: #fff;
}

.button.button-services {
  display: block;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
}

.bordure {
  display: block;
  font-size: 0.9em;
  text-align: left;
}

.background-text-blue {
  background-color: #28387f;
  font-family: Lato, sans-serif;
  color: #fff;
}

.footer {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, .8);
  font-size: 14px;
  text-align: center;
}

.text-conseil {
  font-size: 1em;
}

.copyright-link {
  color: #000;
  text-decoration: none;
}

.copyright-link:hover {
  color: #28387f;
}

.h3 {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  border-style: none;
  border-right-width: 1px;
  border-right-color: #000;
  color: #28387f;
  font-size: 1.2em;
  text-align: left;
  text-transform: uppercase;
}

.paragraph {
  display: block;
  margin-bottom: 40px;
  font-size: 1.2em;
  line-height: 1.45em;
  text-align: left;
}

.paragraph.ajout-sauvageau {
  margin-bottom: 0px;
}

.paragraph.nous-joindre {
  margin-bottom: 10px;
}

.paragraph.paragraph-centrer {
  margin-bottom: 40px;
  text-align: center;
}

.image-bordure {
  display: block;
  margin-bottom: 20px;
  border: 5px solid #28387f;
}

.columns-partenaire {
  padding-top: 10px;
  padding-bottom: 0px;
}

.team-text {
  font-size: 1.3em;
  text-align: left;
}

.team-text.text-ajout-team {
  font-size: 1.1em;
}

.team-image {
  margin-bottom: 10px;
}

.no-column {
  display: none;
}

.list {
  margin-bottom: 25px;
  font-size: 1.1em;
  text-align: left;
}

.list.list-marques {
  display: none;
}

.block-sauvageau {
  text-align: left;
}

.map {
  height: 480px;
}

.title-diapo {
  color: #fff;
  font-size: 2.2em;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
}

.slider-2 {
  background-image: url('../images/image-conseil-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-3 {
  background-image: url('../images/image-conseil-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-space {
  margin-top: 60px;
}

.link-tel {
  color: #fff;
}

.link-tel-header {
  color: #28387f;
}

@media (max-width: 991px) {
  .section.background-image {
    margin-bottom: 20px;
  }
  .logobar {
    text-align: left;
  }
  .phone-box {
    background-size: 24px;
  }
  .h2.title-arrow {
    padding-top: 10px;
  }
  .h2.title-arrow.color-title {
    padding-top: 10px;
  }
  .h2.without-arrow {
    line-height: 0.95em;
  }
  .link-facebook {
    width: 24px;
    height: 24px;
  }
  .text-content-column {
    top: -16px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1em;
    line-height: 20px;
  }
  .white-box-conseil {
    width: 48%;
  }
  .image-partenaire:hover {
    overflow: visible;
  }
  .heure-ouverture.container {
    width: 74%;
    margin-bottom: 0px;
  }
  .text-ajout-footer {
    font-size: 1.5em;
  }
  .text-ajout-footer.service-routier {
    font-size: 1.5em;
  }
  .column-2 {
    height: 462px;
  }
  .text-footer-contact {
    font-size: 1.3em;
  }
  .text-footer-contact.text-ajout-footer {
    font-size: 1.3em;
  }
  .contact-box {
    font-size: 1.2em;
  }
  .bordure {
    font-size: 0.9em;
  }
  .background-text-blue {
    font-size: 1em;
  }
  .footer {
    font-size: 13px;
    text-align: center;
  }
  .text-conseil {
    text-align: center;
  }
  .hover-nav {
    padding: 10px;
    text-align: center;
  }
  .hover-nav:hover {
    background-color: #28387f;
    color: #fff;
  }
  .paragraph {
    margin-bottom: 20px;
  }
  .text-btn-trigger {
    display: none;
  }
  .btn-trigger-ico.nav-burger {
    display: none;
  }
}

@media (max-width: 767px) {
  .slide-overlay.white-color {
    height: 100%;
  }
  .slider {
    height: 421px;
  }
  .h2.without-arrow {
    font-size: 2.2em;
  }
  .h2.title-contact {
    font-size: 2.2em;
  }
  .column-title {
    font-size: 1em;
  }
  .text-content-column {
    font-size: 1em;
  }
  .title-conseils {
    position: static;
  }
  .white-box-conseil {
    position: static;
    width: 60%;
  }
  .text {
    text-align: center;
  }
  .image-partenaire {
    padding-right: 5px;
    padding-left: 5px;
  }
  .heure-ouverture.container {
    width: 100%;
  }
  .text-ajout-footer {
    font-size: 1.7em;
  }
  .text-ajout-footer.service-routier {
    margin-bottom: 20px;
    font-size: 1.5em;
  }
  .text-footer-contact {
    font-size: 1.5em;
  }
  .text-conseil {
    text-align: center;
  }
  .image-bordure {
    margin-bottom: 30px;
  }
  .team-text.text-ajout-team {
    margin-bottom: 20px;
  }
  .no-column {
    display: none;
  }
  .btn-trigger-ico.nav-burger {
    display: none;
  }
}

@media (max-width: 479px) {
  h4 {
    line-height: 1.27em;
  }
  .section {
    margin-bottom: 20px;
  }
  .section.section-header {
    margin-bottom: 0px;
  }
  .container.info-tel-bar {
    text-align: center;
  }
  .container.slider {
    display: none;
  }
  .logobar {
    left: 0px;
    top: 0px;
    text-align: center;
  }
  .main-nav-bar {
    display: block;
  }
  .logo {
    display: inline-block;
  }
  .phone-box {
    padding-left: 30px;
  }
  .phone-box.tel-service-routier {
    padding-left: 5px;
  }
  .slide-content {
    padding: 10px 5px;
  }
  .slider-arrow {
    font-size: 0.8em;
  }
  .h2.title-arrow {
    margin-top: 20px;
    font-size: 1em;
  }
  .h2.title-arrow.color-title {
    font-size: 1.6em;
    line-height: 1.45em;
  }
  .h2.without-arrow {
    font-size: 2em;
  }
  .h2.title-contact {
    font-size: 2em;
  }
  .icone-facebook {
    display: none;
  }
  .icone-facebook.facebook-footer {
    display: inline-block;
    background-image: none;
  }
  .link-facebook {
    display: none;
  }
  .link-facebook.footer {
    display: inline-block;
  }
  .column-title {
    display: inline-block;
  }
  .text-content-column {
    font-size: 1em;
  }
  .text-content-column.nav {
    padding: 15px 15px 15px 40px;
    color: #28387f;
    font-size: 0.8em;
  }
  .text-content-column.nav:hover {
    background-color: transparent;
    color: #fff;
  }
  .white-box-conseil {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    float: right;
  }
  .text {
    left: 20px;
    font-size: 1.2em;
  }
  .image-partenaire {
    position: relative;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .heure-ouverture.container {
    width: 90%;
  }
  .text-ajout-footer {
    font-size: 1.3em;
  }
  .text-ajout-footer.service-routier {
    font-size: 1.3em;
  }
  .column-2 {
    height: 390px;
  }
  .text-footer-contact {
    font-size: 1em;
  }
  .text-footer-contact.text-ajout-footer {
    font-size: 1em;
  }
  .ajout-tex {
    display: inline-block;
  }
  .button.button-services {
    margin-bottom: 40px;
  }
  .bordure {
    font-size: 0.7em;
  }
  .text-conseil {
    text-align: center;
  }
  .copyright-link {
    font-size: 1em;
  }
  .hover-nav {
    padding: 15px;
    text-align: left;
  }
  .hover-nav.nav-phone {
    padding: 0px;
    float: none;
    border: 1px solid #28387f;
    text-align: center;
  }
  .columns-partenaire {
    display: block;
  }
  .team-text {
    margin-top: 10px;
  }
  .team-text.text-ajout-team {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .clear-column {
    clear: both;
  }
  .text-btn-trigger {
    display: block;
    float: right;
  }
  .btn-trigger-ico {
    display: none;
  }
  .btn-trigger-ico.nav-burger.nav-burger-phone {
    display: inline-block;
    padding-top: 13px;
    float: left;
    color: #28387f;
  }
  .btn-trigger-ico.nav-burger.nav-burger-phone:hover {
    color: #fff;
  }
  .div-nav {
    display: inline-block;
  }
  .link-tel {
    color: #fff;
    text-decoration: underline;
  }
}

