/* Style CSS - Starter Motos */
a.lien-occasion{
    color: #000;
    text-decoration: none;
}
.owl-nav{display: none;}
.titre-occasion{
    font-size: 29px;
    margin: 10px 0;
}
a.thumbnail:hover{text-decoration: none;}
.cylindree{color: #000;}
.prix{color: #ee1c25;}
.prix-barre{
    color: #ee1c25;
    text-decoration: line-through;
}
.ref_moto_home{
    margin-top: 10px;
    font-size: 18px;
    color: #000;
}

body{background-color: #EFEFEF;}

.super-header{background: #000;}

.super-header .picto{
    float: right;
    color: #fff;
}
.super-header a{color: #fff;}

.header-SM71{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    padding: 22px 25px;
}
.right{text-align: right;}
.logo-starter{width: 250px;}

.logos-header,
.logos-header a,
.logo-starter a{display: flex; justify-content: center; align-items: center;}

.logos-header{gap:5px;}
.logos-header a{
    background-color: #FFF;
    width: 60px;
    height: 60px;
}

.logos-header a img{max-width:50px;}
.logos-header a.logo-gasgas img,
.logos-header a.logo-yamaha img{max-height: 40px;}
.logos-header a.logo-facebook img{max-width:30px;}

.nav {
  background: #EFEFEF;
  padding: 10px 0 5px;
}

.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-family: "roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn.btn-primary {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  padding: 20px 50px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.btn.btn-link {
  color: #000000;
  padding: 0;
}

#carouselHeader {
    width: 100%;
    margin-bottom: 50px;
}

.carousel-control-next,
.carousel-control-prev {width: 10%;}

#carouselHeader .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  bottom: initial;
}

#carouselHeader .carousel-caption.pos-text-left {
  right: 60%;
  left: 10%;
}

#carouselHeader .carousel-caption.pos-text-right {
  left: 60%;
  right: 10%;
}

.carousel-caption > img {margin-bottom: 30px;}

.intro {
  font-size: 16px;
  margin-bottom: 20px;
}

.card-container{max-width: 1600px; margin: 0 auto;}

.card-deck {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.card-deck .card {
    padding: 10px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    min-width: 200px;
    max-width: 300px;
    max-height: 450px;
    overflow: hidden;
    border: none;
    border-radius: 0;
}

.card-deck .card .card-body {
  padding: 20px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.75);
  transform: translateY(100%);
  transition: all 0.25s ease 0s;
  text-align: center;
}

.card-deck .card a{display:flex; height: 100%;}
.card-deck .card a:hover .card-body {transform: translateY(0%);}

.logo-card {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 1;
  width: 82px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  padding: 10px;
}

.logo-card img{max-width: 100%; max-height: 50px;}

.block-img {
  position: relative;
  overflow: hidden;
}

.block-img .card-img-top{height: 100%; object-fit: cover;}

.block-img img:last-child {
  transform: scale(1);
  transition: all 0.25s ease 0s;
}

.card-deck .card:hover .block-img img:last-child {
  transform: scale(1.15);
}
.card-deck .card-inactive:hover .block-img img:last-child{
    transform: scale(1);
}

footer {
  background-color: #000000;
  color: #ffffff;
  padding: 75px 0 20px;
  margin-top: 80px;
}

footer .title-sect-footer {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 20px;
}

footer span {
  display: block;
}

.reseaux img {
  margin-right: 20px;
}

.modal-header .close {
    position: absolute;
    right: 17px;
}
.ckbox label{margin-left: 5px;}

.picto .fa, .picto .fas, .picto .far{margin-left: 3.5px;}

.footer2 a{
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
}
.footer2 a:hover{
    text-decoration: none;
}
.footer2{
    padding: 10px 0;
    background: #000;
    border-top: 1px solid #fff;
}
.title-sect-footer .fab{
    color: #fff;
    font-size: 25px;
    vertical-align: top;
    margin-left: 7px;
}
.logo-checkbox {
    margin-top: 40px !important;
}
.logo-promotion {
    position: relative !important;
    top: 1px !important;
}


@media screen and (max-width: 768px) {
    .super-header .picto {
        float: none;
        color: #fff;
        text-align: center;
    }
    .logo-starter{max-width: 220px;}
    .logo-starter a img{width: 100%;}
    .logos-header a{width: 45px; height: 45px;}
    .logos-header a img {max-width: 35px;}
    .logos-header a.logo-facebook img{max-width: 26px;}
    footer p,
    footer .reseaux {text-align: center;}
}

@media screen and (max-width: 580px) {
    .logos-header a.logo-facebook{display:none;}
    .card-deck{margin-right: 0; margin-left: 0;}
    .card-deck .card{max-width: 100%;}
}

@media screen and (max-width: 505px) {
    .header-SM71{flex-direction: column; gap: 20px; padding: 20px 25px;}
    .logo-card{width: 106px; height: 90px;}
    .logo-card img{max-height: 60px;}
}

