@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fleche-vignette {
    background: #000 url(../images/arrow-bottom.png) center center no-repeat;
    top: -12px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 142px;
    height: 26px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.container-pub:hover .fleche-vignette{
    top: 0;
}
.page-gamme .article-texte ul {
    padding-left: 20px;
    color: #ff3300;
}
.style-spec{
    list-style: none;
    /*margin-left: -22px;*/
}
a.plus {
    background: url(../images/plus-32.png);
    width: 32px;
    height: 32px;
    display: inline-block !important;
    font-size: 0px !important;
    margin-top: 12px;
    transition: all 0.3s;
    transform: scale(0.75);
}
.dropdown:hover a.plus{
    transform: rotate(45deg);
}
.plus.dropdown {
    margin-bottom: -24px;
    padding-bottom: 24px;
    padding-left: 35px;
    margin-left: -25px;
}
.trait-contact{
    margin-bottom: 60px;
}
.titre-page-module{
    color: #000;
    font-family: 'DIN2014-Regular';
    font-size: 37px;
    margin-top: 40px;
    text-align: center;
    margin: 0 0 50px;
    padding-top: 50px;
}
.vignette-home{
    font-size: 22px;
    margin-top: 30px;
}
.container-actu{
    height: auto;
}
.container-actu:hover .lire-suite-container {
    bottom: 0px;
    transition: all 0.3s;
}
.container-actu .lire-suite-container {
    bottom: -14px;
}

.container-champs  input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border-radius: 50px;
    border: none;
    margin-top: 25px;
}

div#speedbump {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  background: rgb(238 238 238 / 25%);
}
#speedbump h4.modal-title {
  text-align: center;
  text-transform: uppercase;
  color: #004795;
  font-size:2.5em;  
}
.modal-body p {
  text-align:center;
  font-size: 1em;
}
button.btn-modal:hover {
  cursor: pointer;
}
button.btn-modal.btn-continue {
  background-color: #8bc63e;
  border: 0px;
  margin: 1% 0;
}
button.btn-modal.btn-close {
  background-color: inherit;
  border: 1px solid #030000;
  color: #030000;
  font-weight: 400;
}
.modal-header .close {
  font-size: 3.5em;
}
#speedbump h4.modal-title.titre-notice{
    color: #cd192d;
    font-size: 29px;
    line-height: 43px;
}
.colonne{
   display: flex;
    align-items: center;
    justify-content: center;
}
.colonne-img{
    max-width: 50%;
    text-align: center;
    flex-shrink: 0;
}
.colonne-img .img-responsive{
    margin: 0 auto;
}
.colonne p{
    padding-left: 15px;
    padding-right: 15px;
}
.txt-slideshow {
    color: #fff;
    position: absolute;
    display: flex;
    width: 33%;
    top: 0;
    left: 150px;
    align-items: center;
    bottom: 0;
}
.txt-slideshow .titre{
    font-size: 70px;
    font-family: 'DIN2014-Demi';
    margin-left: -4px;
    text-shadow: 0 1px 2px #000;
}
.txt-slideshow .desc{
    font-size: 37px;
    font-family: 'DIN2014-regular';
    line-height: 37px;
    margin-bottom: 20px;
    text-shadow: 0 1px 2px #000;
}
.txt-slideshow .btn{
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;    
}
.item{
    position: relative;
}
.container-crit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -5px;
}
.container-crit >*{
    margin: 0 5px;
}
.crit {
    background: #fff;
    color: #333;
    width: 100%;
    padding: 12px;
    border: 1px solid #333;
    text-align: center;
    white-space: nowrap;
}
.crit:hover {
    background: #333;
    color: #fff;
}

.critair{
    width: 39px;
}
ul.info-fichette{
    padding: 0;
}
ul.info-fichette li{
    list-style: none;
    display: inline-block;
}
ul.info-fichette li:after {
    content: "/";
}
ul.info-fichette li:last-child:after{
    content: "";
}
a.tel-orange{
    white-space: nowrap;
    color: #fff;
}
a.tel-orange:hover{
    text-decoration: none;
    opacity: 0.8;
}

@media (max-width: 1300px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}
@media(max-width: 768px){
    a.link-accessoires {
        text-decoration: none;
        margin-bottom: 50px;
        display: inline-block;
    }
    .container-in .img-responsive{
        margin: 0 auto;
    }
    .container-crit{
        display: block;
    }
    .crit{
        margin-bottom: 12px;
    }
    .zone-img-accessoire .img-responsive{
        margin: 0 auto;
    }
    @-webkit-keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, 40%, 0);
            transform: translate3d(0, 40%, 0);
        }
    
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    
    @keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, 40%, 0);
            transform: translate3d(0, 40%, 0);
        }
    
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    .bloc-actualite{
        margin-top: -60px;
    }
    .container-fb{
        position: relative;
        margin-top: 25px;
    }
    .fb_iframe_widget_fluid span {
        width: 100% !important;
    }
    .fb_iframe_widget  iframe {
         width: 100% !important;
    }
    .txt-slideshow .titre{
        font-size: 28px;
    }
    .txt-slideshow .desc{
        font-size: 17px;
        line-height: 22px;
    }
    .txt-slideshow .btn{
        font-size: 16px;
    }
    .txt-slideshow{
        /*display: none;*/
        padding: 0 10px;
        position: static;
        width: 100%;
    }
    .les-btn-rs{
        margin-top: 40px;
    }
    .trait-contact {
        margin-bottom: 20px;
    }
    .container-pub{
        height: auto;
    }
    .navbar-default, .navbar-fixed-top{
        padding-bottom: 7px;
    }
    .titre-rubrique{
        font-size: 14px;
    }
    .liens-rs a {
        display: inline-block;
        margin: 20px 15px 25px;
    }
    .copyright {
        padding-top: 35px;
        font-size: 12px;
    }
    .container-slideshow {
        /*height: 155px;*/
        height: auto;
        background: #2a2a2a;
        padding-bottom: 10px;
    }
    .img-float-left, .img-float-right {
        clear: both;
    }
    .article-texte {
        padding: 15px;
        clear: both;
    }
    .bloc-article h1, .bloc-administrable h1, .titre-trait, .titre-fichette, .titre-page, .titre-liste  {
        font-size: 26px;
    }
    .nbr-annonce {
        font-size: 20px;
        text-align: center;
    }
    .bloc-rubrique {
        padding: 50px 0 0px;
    }
    .affichage-vignette{
        margin: 0;
    }
    .confirm-contact{
        display: flex;
    }
    .g-recaptcha{
        transform: scale(0.7);
    }
    .les-btn-rs {
        margin-bottom: 25px;
    }
    .container-noir{
        margin-top: 66px;
    }
    .bloc-contact {
        padding-top: 30px;
    }
    .sous-gamme .icons .voir-plus, .page-gamme .icons .voir-plus{
       opacity: 1;
       transition: all 0.7s;
    }
    .sous-gamme .icon-voir-plus, .page-gamme .icon-voir-plus{
      border-radius: 1em;
      margin: 0 0;
    }
    .icon-voir-plus i {
        top: 8px;
    }
    .icons {
        margin-bottom: 50px;
    }
    .sub-section__title {
        height: auto;
        margin-bottom: 11px;
    }
    .sub-section__title, .sub-section__description{
        color: #000;
        display: block;
    }
    .sub-section-title  a{
        font-size: 26px !important;
        background-position: center top;
    }
    .page-gamme .sub-section__title, .page-gamme .sub-section__description{
        color: #000;
    }
    .sub-section-title {
        margin-top: 40px;
        margin-bottom: 25px;
    }
    .suite-fichette{
        margin-bottom: 35px;
    }
    .modal-footer .btn-primary{
        margin-top: 10px;
    }
    .colonne{
        display: block;
    }
    .colonne-img{
        max-width: initial;
    }
    .vignette-vetement .mm-sub__list {
        height: 115px;
        align-items: center;
    }
    .container-liens-contact {
        padding: 5px 20px 34px;
        text-align: center;
        width: 280px;
        margin: 0 auto;
    }
    .owl-carousel .owl-video-tn{
        height: 150px;
    }
    .owl-carousel .owl-video-wrapper{
        height: 150px;
    }
}