body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

img {
    max-width: 100%;
}

h1, h2, h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots {
    list-style: none;
    display: table;
    padding: 0;
    margin: 0;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: #f47b20;
    margin: 0 5px;
    border-radius: 50%;
}
.slick-dots li.slick-active {
    background-color: #000;
}
.slick-dots li button {
    border: none;
    padding: 0;
    text-indent: -9999px;
    cursor: pointer;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.header {
    position: absolute;
    width: 100%;
    z-index: 1000 !important;
}
@media (min-width: 1200px) {
    .header .container {
        max-width: 1400px;
    }
}
.top-head {
    background: linear-gradient(
90deg
, #fff 76%, #f47b20 73%);
}
.Mobile .top-head {
    background: #fff;
}
.logo {
    display: block;
    background: white;
    padding-top: 14px;
}
.Mobile .logo {
    width: 192px;
    padding: 14px;
}
.nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-list {
    padding-left: 0;
    list-style: none;
    display: table;
    margin: 0;
    width: 100%;
}
.nav-item {
    display: table-cell;
    position: relative;
}
.nav-item a {
    display: block;
    /*font-family: 'Oswald', sans-serif;*/
    padding: 24px 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 130%;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.nav-item:hover > a {
    opacity: .8;
}
.nav-item.active > a,
.nav-submenu-item.active > a {
    color: #f47b20;
}
.nav-submenu {
	display: none;
	position: absolute;
    list-style: none;
    background: white;
    width: 300px;
    padding-left: 0;
    margin: 0;
    z-index: 1000;
}
.nav-item:hover .nav-submenu {
    display: block;
}
.nav-submenu-item a {
    display: block;
    text-align: left;
    color: #000;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    max-width: 90%;
    margin: auto;
    font-size: 14px;
    text-transform: none;
}
.nav-submenu-item:hover a {
    color: #f47b20;
}
.nav-submenu-item:last-child a {
    border-bottom: none;
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  cursor:pointer;
  background: #f47b20 url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/17824/nav.svg) no-repeat 70px center;
    background-size: 18px;
    height: 50px;
    width: 100px;
    text-transform: uppercase;
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    padding-left: 10px;
    line-height: 50px;
}
.nav-click {
  position:absolute;
  top:0;
  right:0;
  display:none;
  border-left:1px solid #f47b20;
  background-color:#f47b20;
  height:49px;
  width:50px;
  cursor:pointer;
  z-index: 1000 !important;
}
.nav-click i {
    display:block;
    height:48px;
    width:48px;
    background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/17824/drop.svg) no-repeat center center;
    background-size:20px;
}
.nav-rotate {
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media only screen and (max-width: 1024px) {
    .nav-mobile {
      display:block;
    }
    .nav {
      width:100%;
      position: absolute;
        left: 0;
        border-bottom: none;
    }
    .nav-list {
      display:none;
      background: white;
    }
    .nav-item {
      display: block;
      width:100%;
    }
    .nav-item > a {
      padding:15px;
      color: #000;
      text-align: left;
    }
    .nav-click {
      display:block;
    }
    .nav-mobile-open {
      border-radius:5px 5px 0 0;
      -webkit-border-radius:5px 5px 0 0;
      -moz-border-radius:5px 5px 0 0;
    }
    .nav-item:hover .nav-submenu {
      display:none;
    }
    .nav-submenu {
      position:static;
      width:100%;
    }
}

.homeslider,
.slider_Mobile {
    background: #ddd;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
    position: relative;
}
.Mobile .homeslider {
    background-color: transparent;
    overflow: hidden;
    height: inherit;
}
.Mobile .slider_Mobile {
    height: 400px;
}
.homeslider:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.37);
}
.Mobile .homeslider:before {
    background: none;
}
.sliderbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slideritembg {
    background: #ddd;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
}

.homeslider .container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    z-index: 1;
}
@media(max-width: 767px) {
    .header {
        position: static;
    }
    .sliderbg,
    .slideritembg,
    .homeslider .container {
        height: 250px;
    }
}
.caption {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: 115px;
}
.Mobile .caption {
    position: relative;
    top: 0;
}
.titre_s {
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}
.titre_s_ {
    color: white;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 130%;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    position: relative;
}
.titre_s_:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 120px;
    height: 5px;
    top: -18px;
    left: 0;
}
.titre_s_:after {
   content: '';
    position: absolute;
    background: #fff;
    width: 120px;
    height: 5px;
    bottom: -18px;
    right: 0;
}
.Mobile .titre_s_ {
    text-align: center;
    font-size: 30px;
}
.Mobile .titre_s_ span,
.titre_s span {
    display: block;
    color: #f47b20
}
#mail,
#mail2 {
    display: none;
}
.border-layer {
    position: relative;
    width: 200px;
    height: 345px;
    /*border: 12px solid #ffffff;*/
    border-right: none;
}

.Devisgratuit {
    background: rgba(255, 255, 255, 0.91);
    padding: 20px;
    height: 100%;
    position: relative;
}
#FormDevis .form-input {
    display: block;
    width: 100%;
    margin: 5px 0;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    -webkit-appearance: none;
}
#FormDevis .form-input:focus {
    outline: none;
    box-shadow: none;
}
.btn.btn-submit {
    background: #f47b20;
    color: white;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    width: 100%;
    text-transform: uppercase;
}
.rappel_top .btn.btn-submit {
    padding: 3px 10px;
    font-size: 14px;
    background: #000;
}
.rappel_top {
    margin-top: 0;
    background: #f47b20;
    padding: 6px 0 6px 18px;
}
.Mobile .rappel_top {
    width: 100%;
    padding: 20px;
    background: #37393c;
    margin-bottom: 15px;
}
.rappel_top > div {
    position: relative;
    padding-left: 80px;
}
.rappel_top > div:before {
    content: "";
    position: absolute;
    width: 66px;
    height: 66px;
    top: 62%;
    transform: translateY(-50%);
    background-image: url(../images/img/rappel.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #ddd;
    left: 0;
    border-radius: 50%;
    overflow: hidden;
}
.rappel_top strong {
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
}
#rappel_immediat .form-input {
    display: block;
    width: 100%;
    padding: 2px 10px;
    margin-bottom: 5px;
    font-size: 12px;
    border: 1px solid #ddd;
    background: white;
}

.section1_ {
    padding: 460px 0 80px;
}
.section1_1 {
    padding-top: 80px;
}
.image_item {
    text-align: right;
}
.Mobile .section1_ {
    padding-top: 30px;
}
.section2_,
.last-sec {
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 125px 0;
}
.last-sec {
    padding: 60px 0 !important;
}
.item_car {
    border: 2px solid rgba(255, 255, 255, 0.56);
    padding: 5px;
}
.text_car {
    padding: 58px 25px;
    background: rgba(255, 255, 255, 0.81);
}
.section1_ .text_car {
    padding: 30px 25px;
    background: #a93131;
    color: white;
}
.section1_ .text_car h2 {
    color: white;
}
.section1_ .text_car p {
    margin-bottom: 0;
}
.last-sec .slick-dots li{
    display: none;
}
.text_over {
    border: 2px solid rgba(255, 255, 255, 0.56);
    padding: 5px;
}
.text_over img {
    width: 100%;
}
.img_item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;

}
.Mobile  .col-rev {
    flex-direction: column-reverse;
}
.categories {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 4em 0;
    background: #f1f1f1;
}
.Mobile .categories {
    position: static;
}
.cat_car .row {
    margin-right: -5px;
    margin-left: -5px;
}
.title-cat {
    color: #f47b20;
    font-size: 36px;
    font-weight: bolder;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 1em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media (min-width: 768px) {
    .col-cat {
        -ms-flex: 0 0 14.28%;
        flex: 0 0 14.28%;
        max-width: 11%;
        position: relative;
        padding: 0 5px;
    }  
}
@media (max-width: 767px) {
    .col-cat {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        padding: 0 5px;
        margin: 5px 0;
    }  
}
.item-comp {
    display: block;
    /*background: #8e9c9d;*/
    padding: 7px;
}
.item-comp.active {
    /*background: #f47b20;*/
}
.item-comp h3 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    padding: 9px 0;
    max-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*color: white;*/
}
.item-comp.active h3 {
    color: #f47b20;
}
.item-comp img {
    display: grid;
    background: white;
    border-radius: 50%;
}
.right-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.telDesktop {
    margin: 0;
    color: white;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    padding-top: 15px;
    display: flex;
    align-items: center;
}
.telDesktop .tel-head {
    margin-right: 15px;
    color: #000;
}
.telDesktop span i {
    color: #f47b20;
    border: 1px solid #000;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 24px;
    display: flex;
    float: left;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
}
.telDesktop .tel-head em {
    font-size: 14px;
    font-weight: lighter;
    color: #f47b20;
}

.footer {
    background-color: #f7f7f7;
    padding: 35px 0 15px;
}
.lis_footer ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.lis_footer h3 {
    color: #f47b20;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.lis_footer ul li {
    position: relative;
}
.lis_footer ul li a {
    display: block;
    margin: 5px 0;
}
.tel {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
}
.Mobile .tel.tel-top {
    text-align: center;
    color: white;
    margin-bottom: 0;
}
.Mobile .tel {
    font-size: 22px;
}
.tel em {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    font-size: 20px;
    position: relative;
    top: -2px;
}
.adresse {
    font-size: 24px;
    line-height: 28px;
    color: #a93131;
}
.Mobile .map {
    border-top: 1px solid;
    padding-top: 35px;
    margin-top: 35px;
}
#Map {
    height: 250px;
    background-color: white;
}
.copyright {
    border-top: 1px solid #ddd;
    padding-top: 25px;
    margin-top: 25px;
}
.logo-footer {
    display: block;
    width: 200px;
    margin: 0 auto 25px;
}
.logo_agence img {
    width:150px;
}
#realisations {
    padding-top: 170px;
    padding-bottom: 60px;
    background: #2d2d2d;
    color: white;
}
#realisations h2 {
    margin-bottom: 35px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.swipebox {
    display: block;
    margin: 15px 0;
    border: 5px solid #868383;
}

.btn.btn-rea {
    background: #000;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    max-width: 250px;
    margin: 35px auto 0;
    padding: 10px;
    font-size: 18px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.btn.btn-rea:hover {
    background-color: #f47b20;
}
#video1 {
    height: 100%;
    background: #000;
    padding-top: 15px;
}
#video1 video {
    width: 100%;
    height: 325px;
}
video:focus {
    outline: none;
    box-shadow: none;
}
.Mobile video {
    width: 100%;
}
.Mobile #video1 video {
    height: inherit;
}
.mentions-corps {
    padding-top: 14em;
    padding-bottom: 3em;
    background: white;
}
.mentions-corps h3 {
    font-size: 20px;
}

#rge_qualibat {
    width: 70px;
    margin-right: 25px;
}
body.mentions {
    background: #ddd;
}
body.mentions .bot-head {
    background: #242325;
}
#avis_form {
    margin-top: 15px;
}

#MonAvis,
#avis_form {
  padding: 0 2%;
}
#MonAvis span {
  font-size: 18px;
  color: #333;
  display: block;
}
.item-tem .avis {
  display:inline-block;
  vertical-align: top;
}

#avis_form label {
  display: block;
  margin-bottom: 8px
}

#avis_form .input-form {
  margin: 0 0 15px 0;
  width: 100%
}

.avis a {
  width:10%;
  float:left;
  height:100%;

}
.avis > i {
  background: url('../images/rating-sprit.png') no-repeat;
  display: inline-block;
  height: 23px;
  width: 120px;
  margin-right: 15px;
}
.avis-0 {
  background-position: 0 0 !important;
}
.avis-1 {
  background-position: 0 -25px !important;
}
.avis-2 {
  background-position: 0 -50px !important;
}
.avis-3 {
  background-position: 0 -75px !important;
}
.avis-4 {
  background-position: 0 -100px !important;
}
.avis-5 {
  background-position: 0 -125px !important;
}
.avis-6 {
  background-position: 0 -150px !important;
}
.avis-7 {
  background-position: 0 -175px !important;
}
.avis-8 {
  background-position: 0 -200px !important;
}
.avis-9 {
  background-position: 0 -225px !important;
}
.avis-10 {
  background-position: 0 -250px !important;
}

button.slick-prev.slick-arrow {
    display: none !important;
}

button.slick-next.slick-arrow {
    display: none !important;
}
section#temoignages {
    text-align: center;
    padding: 50px 0;
}
section#temoignages b {
    font-size: 26px;
    display: block;
    margin-bottom: 20px;
}
section#temoignages a {
    color: #fff;
    background-color: #f47b20;
    padding: 5px;
    position: relative;
    top: 25px;
}
.temoignages .categories {
    display: none;
}
.col-tem {
    width: 50%;
}
section.temoin {
    padding: 50px 0;
}
input.btn {
    color: #fff;
    background-color: #f47b20;
    padding: 5px;
}
div#realisations img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.Mobile ul.nav-list {
    position: relative;
    z-index: 999;
}
.Desktop .bot-head {
    background: #000;
}
.Mobile #rge_qualibat {
    width: 100px;
    margin-right: 25px;
}
.Mobile .item_images_mobile {
    background: #fff;
    margin-top: -15px;
}
.Mobile .tel_mobile {
    text-align: center;
}
.Mobile .tel_mobile a {
    font-size: 17px;
    margin-left: 10px;
}
.Mobile .mail_mobile {
    text-align: center;
    font-size: 17px;
}
.Mobile div#top_links {
    background: #f47b20;
    padding: 5px 0;
    color: #fff;
    margin-bottom: -16px;
}
.Mobile h1, h2, h3{
    font-size: 25px;
}