@font-face {
    font-family: Arialblack;
    src: url(../fonts/Arial_Black.ttf);
  }



*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }

*,html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,label,fieldset,input,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}



.min {
    width: 100%;
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}
.padding-20 {
    padding: 20px 10px !important;
}
.no-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.width-90 {
    width: 90%;
    margin: 0 auto !important;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-10 {
    margin-top: 10px;
}
.space {
    height: 40px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #999;
}



/* ################## HEADER #################### */

.icon {
    display: inline-block;
    width: 1.5em;
    vertical-align: middle;
}

.headerTitle {
    color: #fff;
    font-family: ArialBlack;
    font-size: 3em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-shadow: 1px 1px 5px #000;
}
.subTitle {
    color: #fff;
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 10px !important;
    text-shadow: 1px 1px 5px #000;
}
.subTitle a {
    display: block;
    margin: 20px auto;
    padding: 20px;
    border-radius: 5px;
    width: 90%;
    max-width: 500px;
    background: rgb(27, 40, 55, 0.7);
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    transition: linear 0.2s;
    position: relative;
}
.subTitle a:hover {
    background: rgb(27, 40, 55, 0.1);
}
.subTitle a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background-color: #1B2837;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.subTitle a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#text span{
    position:absolute;
    display:none;
    font-family: ArialBlack;
    font-size: 3em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgb(91, 162, 243);
    text-shadow: 1px 1px 5px #000;
}

.ml4 {
  position: relative;
  font-weight: 900;
  font-size: 5vw;
  min-height: 100px;
  color: #fff;
}
.ml4 .small {
    color: rgb(82, 132, 189) !important;
    font-size: 0.8em !important;
}
.ml4 .letters {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0.3em;
  right: 0;
  opacity: 0; 
  text-shadow: 1px 1px 6px #000;
}

/* ################## SERVICES #################### */

.titleServices {
    width: 100%;
    margin: 0 0 20px 0;
    height: 100px;
    background: #1B2837;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: ArialBlack;
    font-size: 3.5em;
    position: relative;
}
.titleBottom {
    bottom: -20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
.servicesContent {
    height: 300px;
    background: #F5F5F5;
    position: relative;
    margin: 0;
    z-index: 33;
}

.smallTitle {
    font-family: ArialBlack;
    color: #1B2837;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-top: 20px;
}
.smallTitle span {
    display: block;
    width: 100%;
    padding: 0 10px;
    font-size: 0.8em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    background: #1B2837;
    text-transform: none;
}
.smallTitle .horaire {
    padding: 20px !important;
    margin-top: 10px;
}
.bgDepaneuse {
    background-image: url('../img/services2.jpeg');
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 11 !important;
    min-height: 250px !important;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.bgExportation {
    background-image: url('../img/services4.jpeg');
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 11 !important;
    min-height: 250px !important;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.bgLocalisation {
    background-image: url('../img/services3.jpeg');
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 250px !important;
    z-index: 11 !important;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.bgHover:hover {
    background-size: 130% 130%;
    /* -webkit-filter: brightness(.5);
    filter: brightness(.5); */
}
.puceServices {
    left: 42%;
    transform: translate(-42%, 0);
    transform: rotate(45deg);
    background: #F5F5F5;
    position: absolute;
    bottom: -25px;
    width: 50px;
    height: 50px;
    z-index: 22;
}
.puceServicesTop {
    left: 42%;
    transform: translate(-42%, 0);
    transform: rotate(45deg);
    background: #F5F5F5;
    position: absolute;
    top: -25px;
    width: 50px;
    height: 50px;
    z-index: 22;
}

/* ##################### MENU ##################### */

.menu_content {
    /* background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; */

    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: block;
}
.middle {
    width: 100%;
    max-width: 1035px;
    display: inline-block;
    margin: 0;
    height: 200px;
    vertical-align: top;
    position: relative;
}
.menu {
    width: 100%;
    margin: 0;
    height: 100px;
    background: none;
    background-image: url('../img/titre.png');
    background-position: bottom left;
    background-size: 170px;
    background-repeat: no-repeat;
    border-bottom: 2px solid #fff;
    vertical-align: top;
    position: relative;
}
.menu a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 0.8em;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.1em;
    margin: 0 20px 0 0;
    text-transform: uppercase;
    transition: linear 0.2s;
    position: relative;
    text-align: center;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1); 
    padding: 5px 10px;
}
.menu a:hover {
    color: #333;
    background: #fff;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.2);
}
.menu .active {
    color: #333;
    background: #fff;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.2);
}

/* .menu a:before {
    content: "";
    position: absolute;
    width: 110%;
    height: 20px;
    bottom: 0;
    color: #333;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.menu a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
} */

.menu p {
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: 10px;
}

.logo {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 150px;
    height: 200px;
    background-image: url('../img/vignette.png');
    background-size: 80% 70%;
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.lalinea {
    display: inline-block;
    margin: 0 0 0 -5px;
    width: 100px;
    height: 100px;
    background-image: url('../img/lalinea.png');
    background-size: 80% 88%;
    background-position: bottom left;
    background-repeat: no-repeat;
    vertical-align: top;
}
.barre {
    width: 80%;
    height: 15px;
    margin: 0;
    padding: 0 10px;
    background-image: url('../img/bar.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 11px;
    font-family: Arialblack;
    letter-spacing: 0.05em;
}
.demolition {
    position: absolute;
    bottom: 0.95em;
    right: 0;
    color: #F5F5F5;
    font-family: ArialBlack;
    font-size: 3em;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}
.demolition small {
    display: block;
    margin: -15px auto;
    text-align: center;
    width: 100%;
    letter-spacing: 0.1em;
    font-size: 0.4em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.mobileMenu {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    padding: 20px 20px 0 20px;
}
.mobileMenu .phone {
    color: #fff;
    font-size: 4vh;
}

/* ########################################### PARRALAX */

.parallax-container {
    height: 100vh;
    position: relative;
}
.parallax-small {
    height: 500px !important;
}
.parallax-very-small {
    height: 300px !important;
}
.parallax img {
    width: 100%;
}
.no-zoom {
    width: 100% !important;
}

/* ################ CARDS ################## */

.filterButton {
    padding: 15px;
    border: 1px solid #ddd;
    background: #fff;
    color: #1B2837;
    margin: 5px 5px 5px 0;
    font-size: 1em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    transition: linear 0.2s;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
}
.filterButton:hover {
    background: #1B2837;
    color: #fff;
    border: 1px solid #1B2837;
}
.filterButton:focus {
    background: #1B2837;
    color: #fff;
    border: 1px solid #1B2837;
}
.actived {
    background: #1B2837 !important;
    color: #fff !important;
}

.cards {
    width: 100%;
    padding: 0;
    margin: 5px auto;
    cursor: pointer;
    transition: all 0.2s;
    background: #fff;
    border: 1px solid #999;
}
.cards p {
    margin: 10px;
    text-align: justify;
    transition: all 0.2s;
}
.cardImg {
    width: 100%;
    height: 300px;
    position: relative;
}
.cards:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.cards:hover > .cardImg .price {
    top: 100px;
    background: none;
    text-shadow: 1px 1px 5px #000;
    color: #fff;
}
/* .cards:hover > p {
    margin-top: -30px;
} */
.cards:hover > .cardImg img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.cards:hover > span {
    color: #e74c3c;
}


.cardImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-property: all;
    transition-duration: 0.5s;
}
.cardImg .details {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: rgb(27, 40, 55, 0.8);
    color: #fff;
    display: block;
    font-size: 0.9em;
    transition-property: all;
    transition-duration: 0.5s;
    text-transform: uppercase;
    z-index: 555;
}
.cardImg .price {
    position: absolute;
    top: 0;
    width: 100%;
    background: rgb(27, 40, 55, 0.8);
    text-align: center;
    padding: 10px;
    font-size: 2em;
    color: #fff;
    transition-property: all;
    transition-duration: 0.5s;
    z-index: 666;
}

.cards span {
    width: 100%;
    padding: 10px;
    margin-top: 0 !important;
    background: none;
    text-transform: uppercase;
    color: #1B2837;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    transition-property: all;
    transition-duration: 0.5s;
    top: 0;
    position: relative;
    z-index: 444;
}
.cards .transmission {
    width: 100%;
    padding: 0 10px;
    margin-top: 0 !important;
    background: none;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #666;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.smallIcon {
    display: inline-block !important;
    width: 25px !important;
    vertical-align: middle !important;
}
.saleBanner {
    position: absolute;
    bottom: 45px;
    width: 100%;
    padding: 15px;
    background: rgba(230, 43, 43, 0.8);
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

/* ################### CAR DETAILS ################## */

.materialboxed {
    width: 100%;
    max-height: 100px;
    object-fit: cover;
    border: 1px solid #999;
}

.slider .indicators {
    display: none !important;
}

.carTitle {
    font-family: ArialBlack;
    color: #1B2837;
    font-size: 2em;
    text-transform: uppercase;
}
.carTitle span {
    display: block;
    width: 100%;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #666;
    background: none;
    text-transform: none;
}
.carPrice {
    font-family: ArialBlack;
    font-size: 1.5em;
    background: #fff;
    color: #0984e3;
    border: 1px solid #ddd;
    position: relative;
    width: 100%;
    margin: 0 auto !important;
    padding: 15px !important;
}
.carPrice span {
    font-size: 2em;
}
.carPrice .categ {
    color: #1B2837;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.caracCar {
    background: #ddd;
    color: #333;
    margin: 0 auto !important;
    width: 95%;
    padding: 10px;
}
.caracCarBottom {
    padding: 15px !important;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 500;
}

.observation p {
    margin: 15px;
    text-align: justify;
    font-size: 1.2em;
}

.titleForm {
    color: #333;
    font-family: ArialBlack;
    font-size: 3.5em;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}
.titleForm span {
    display: block;
    margin: 0 auto;
    width: 100%;
    letter-spacing: 0.1em;
    font-size: 0.4em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
}
.titleForm small {
    font-size: 0.8em;
    color: #666;
    font-weight: normal;
    text-transform: none;
}
.backForm {
    padding: 20px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
}


/* COMPTEUR SUR IMAGE */
.compteurImg {
    position: absolute;
    top: 0;
    font-weight: bold;
    padding: 10px;
    color: #fff;
    width: 100%;
    background: rgb(27, 40, 55, 0.8);
}


.bannerContact {
    width: 100%;
    margin: 40px auto;
    background: #1B2837;
    padding: 20px 0 10px 0!important;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
}
.bannerContact small {
    color: #feca57;
    display: block;
    margin: 0 auto;
}
.titleNewCar {
    color: #1B2837;
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.observationTitle {
    color: #1B2837;
    margin: 0 15px;
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
}


/* ################ BOTTOM HEADER BAR ################## */

.bottomBar {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8);
} 
.telFont {
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    vertical-align: middle;
}
.depFont {
    color: #fff;
    font-size: 1.5em;
    vertical-align: middle;
}

/* ################# FORMULAIRE ##############################*/

.formulaire {
    padding: 20px !important;
}
.sendButton {
    width: 100%;
    padding: 20px;
    border: 1px solid #ddd;
    background: #fff;
    color: #1B2837;
    font-size: 1em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    transition: linear 0.2s;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
}
.sendButton:hover {
    background: #1B2837;
    color: #fff;
    border: 1px solid #1B2837;
}

.myLabel {
    font-size: 1em;
    color: #000 !important;
    width: 80%;
    margin: 0 auto;
    text-align: right !important;
    display: block;
}
.input {
    border: 1px solid #ddd !important;
    color: #333 !important;
    padding: 0 15px !important;
    transition: linear 0.2s !important;
    border-radius: 5px !important;
    -webkit-box-sizing: border-box !important; 
    box-sizing: border-box !important;
}
.input:hover {
    border: 1px solid #1B2837 !important;
}
.input:focus {
    border: 1px solid #1B2837 !important;
    box-shadow: none !important;
}

.inputTextarea {
    border: 1px solid #ddd !important;
    color: #333 !important;
    padding: 15px !important;
    transition: linear 0.2s !important;
    border-radius: 5px !important;
    resize: vertical;
    width: 100% !important;
    height: 150px;
}
.inputTextarea:hover {
    border: 1px solid #1B2837 !important;
}
.inputTextarea:focus {
    border: 1px solid #1B2837 !important;
    box-shadow: none !important;
}

/* ########################## NEWSLETTER ##################### */

.newsletter {
    display: block;
    margin: 150px auto;
    width: 90%;
    max-width: 1100px;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.sendNews {
    margin: 0;
    padding: 10px;
    color: #fff;
    background: none;
    text-shadow: 1px 1px 6px #000;
    border: none;
    display: block;
    width: 100%;
    height: 85px;
    font-size: 2em;
    font-family: ArialBlack;
    transition: linear 0.2s;
    cursor: pointer;
}
.sendNews:hover {
    background: rgb(27, 40, 55, 0.7);
}
.bgTransparent {
    background: rgb(27, 40, 55, 0.7);
    height: 85px;
    margin-right: -0.78em !important;
    padding: 20px !important;
}
.newsTitle {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 5px #000;
}
.inputNewsletter {
    border: 0 !important;
    color: #666 !important;
    padding: 0 15px !important;
    transition: linear 0.2s !important;
    border-radius: 5px !important;
    -webkit-box-sizing: border-box !important; 
    box-sizing: border-box !important;
    background: rgb(27, 40, 55, 0.5) !important;
}
.inputNewsletter:focus {
    border: 1px solid #1B2837 !important;
    box-shadow: none !important;
}

/* ########################## BOUTON MIDDLE ################## */
      
.carParts {
    display: block;
    width: 100%;
    margin: 10px auto;
    padding: 0;
}

.buttonImg {
    width: 100%;
    margin: 0 !important;
    padding: 0;
    border: 1px solid #ddd;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.buttonImg:hover {
    -webkit-filter: brightness(.5);
    filter: brightness(.5);
}

.carPartsButton {
    width: 100%;
    margin: 0 !important;
    padding: 0;
    border: 1px solid #ddd;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.carPartsButton:hover {
    -webkit-filter: brightness(.5);
    filter: brightness(.5);
}

.header {
    background-image: url('../img/background2.png');
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 6px #000;
    width: 100%;
}


.myButton {
    padding: 10px 0 !important;
    cursor: pointer;
    transition: linear 0.2s;
    text-align: center;
    background: #1B2837;
    box-shadow: 0 1px 6px #1B2837;
    border-radius: 4px;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.05em; 
}
.myButton img {
    width: 100%;
}
.myActive {
    background: none;
    border: none;
    box-shadow: none;
    color: #000;
}
.myActive:hover {
    background: none;
    box-shadow: none;
}

.collection-item {
    color: #1B2837 !important;
}
.collection-item.active {
    background: #1B2837 !important;
    color: #fff !important;
}
.tabs .tab a {
    color: #1B2837 !important;
}
.tabs .tab a:hover, .tabs .tab a.active {
    color: #1B2837 !important;
    background: none !important;
}
.tabs .indicator {
    background-color: #1B2837 !important;
}






/* ############ RESPONSIVE ################# */

@media only screen and (min-width: 2000px) {

    .menu_content {
        max-width: 1800px;
    }
    .middle {
        max-width: 1535px;
    }
    .container {
        max-width: 1800px;
    }
    .ml4 {
        min-height: 150px;
    }
    .subTitle {
        margin-top: 100px !important;
    }
    .bgHover {
        height: 400px;
        background-size: cover;
    }
}

@media only screen and (max-width: 1250px) {
    .lalinea {
        display: none !important;
    }
    .logo {
        display: none !important;
    }
    .bgHover {
        height: 100px;
        background-size: cover;
    }
}
@media only screen and (max-width: 995px) {
    .menu_content {
        display: none !important;
    }
    .bgHover {
        height: 100px;
        background-size: cover;
    }
    .titleForm {
        font-size: 2em;
    }
    .bgHover:hover {
        background-position: center center !important;
        background-size: cover !important;
    }
    
}

@media only screen and (max-width: 700px) {
    .titleServices {
        font-size: 2.5em;
    }
    .titleBottom {
        bottom: -9px;
        font-size: 0.7em;
    }
    .carPartsButton {
        height: 100px;
        object-fit: cover;
        object-position: right;
    }
}