.banniere-hub-can {
    width: 100%;
    background-color: #000;
}
.orange-text{
  color: #fb7900;
  font-size: 16px;
}
.contentA {
  padding-left: 100px;
  padding-right: 100px;
}
.desc-avis div {
  font-weight: unset;
  font-size: 1rem;
  width: 300px;
}
.card-title{
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 20px;
}
.can-articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-grow: 1;
  flex-basis: 25%;
}
.border-bg-white{
  border: 1px solid #cccccc;
}
.block-actu-theme{
  margin-top: 20px;
}
.meme-theme-mobile{
  display: none;
}
.meme-theme-desktop{
  display: block;
}
.bg-white .card-img-top > img{
  width: 100%;
  height: 285px;
}
.block-actu-part {
  margin-top: 50px;
}
.banniere-hub-can-left {
    padding-left: 105px;
    padding-top: 15px;
    padding-bottom: 70px;
}

.menu-accueil {
    font-size: 18px;
    color: #666;
}

.menu-actualite {
    font-size: 18px;
    color: #fff;
}

.banniere-hub-can-left h3 {
    font-size: 35px;
    color: #ff7900;
    margin-top: 50px;
}

.banniere-hub-can-left p {
    font-size: 35px;
    color: #fff;
}

.banniere-hub-can-right {
    position: relative;
}

.banniere-hub-can-right button {
    position: absolute;
    top: 105px;
    left: 335px;
    background-color: transparent;
    z-index: 1;
    cursor: pointer;
}
.fw {
  font-weight: bold;
}
.card-product {
  border-radius: 4px;
  border: solid 1px #cccccc;
  padding-left: 20px;
  padding-top: 28px;
  padding-right: 14px;
  padding-bottom: 20px;
}
.card-product > h4{
  text-align: center;
}
.card-product-ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0 !important;
}
.card-product-ul .card-product-li{
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding-top: 13px;
  padding-bottom: 13px;
}
.card-product-ul .card-product-li:last-child{
  border-bottom: none;
}

.banniere-hub-can-right p {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
    margin-left: 0px;
    text-align: center;
    color: #fff;
}

.menu-actualite-mob {
    display: none;
    height: 50px;
    padding: 10px;
}

.d-block > div:last-child{
  font-weight: unset;
}


.banniere-hub-can-right video {
    width: 100%;
}

@media screen and (max-width:1024px) and (min-width:769px) {
    .banniere-hub-can-right button {
        margin-top: 10px;
        margin-left: -115px;
    }
}

@media screen and (max-width:768px) and (min-width:360px) {
    .banniere-hub-can-right button {
        margin-top: 40px;
        margin-left: -155px;
    }
    .banniere-hub-can-right button img {
        width: 50px;
        height: 50px;
    }
    .banniere-hub-can-right button p {
        font-size: 15px;
    }
  .border-bg-white{
    border: 1px solid #cccccc!important;
  }
}

@media screen and (max-width:767px) {
    .banniere-hub-can {
        margin-top: 0;
    }
    .banniere-hub-can-left {
        order: 12;
        margin: 0;
        padding-left: 20px;
        padding-top: 10px;
        font-size: 15px;
    }
    .banniere-hub-can-left h3 {
        font-size: 25px;
        margin: 0px;
    }
    .banniere-hub-can-left p {
        margin-top: 5px;
        font-size: 20px;
    }
    .banniere-hub-can-right {
        order: 1;
        margin: 0;
        padding: 0;
    }
    .menu-actualite0 {
        display: none;
    }
    .banniere-hub-can-right video {
        width: 100%;
        height: 100%;
    }
    .menu-actualite-mob {
        width: 100%;
        display: block;
    }
    .banniere-hub-can-right button {
        margin-top: -45px;
        margin-left: -200px;
    }
    .banniere-hub-can-right button img {
        width: 50px;
        height: 50px;
    }
    .banniere-hub-can-right p {
        font-size: 15px;
    }

  .can-articles {
    flex-direction: column;
  }
  .contentA {
    padding-left: 10px;
    padding-right: 10px;
  }
  .can-articles .card {
    width: 99%;
    align-self: center;
  }
  .bg-white .card-img-top> img{
    width: 100%;
    height: 285px;
  }
  .text-banniere-can{
    position: absolute;
  }
  .blog-img-texte {
    padding-left: unset;
    padding-right: unset;
    padding-top: unset;
    padding-bottom: 12px !important;
    width: 100% !important;
  }
  .card-body-actu-mob {
    text-align: left !important;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 0.625rem;
  }
  .swipe3-actu {
    width: 83% !important;
    max-width: 250px;
    margin-bottom: 50px;
  }
  .blog-img-texte .swiper-image > img {
    width: 250px;
    height: 187px;
  }
  .swipe3-actu {
    width: 83% !important;
    max-width: 250px;
    margin-bottom: 0;
  }
  .swiper-container-mobile {
    overflow: hidden;
  }
  .meme-theme-desktop{
    display: none;
  }
  .meme-theme-mobile{
    display: block;
  }
  .block-actu-theme{
   margin-top: 20px;
  }
  .label-copy-orange {
    background-color: #ff7900;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .label-text {
    color: black;
    font-size: 16px;
    font-weight: bold;
  }
  .card-product {
    margin-top: 12px;
    border-radius: 4px;
    border: solid 1px #cccccc;
    padding-left: 11px;
    padding-top: 20px;
    padding-right: 11px;
    padding-bottom: 20px;
    width: 100%;
  }
  .card-product-ul{
    display: none;
  }
  .card-product .btn-assistance{
    display: none;
  }
  .card-product h4{
    font-size: 16px;
  }
  .card-product img{
    width: 104.1px;
    height: 110px;
  }
  .desc-avis div {
    font-weight: unset!important;
    font-size: 1rem;
    width: 200px;
  }
  .liste-offres-mobile{
    height: 310px;
  }


}


@media screen and (min-width:767px) {
    .hideable{
        display: none;
    }
}

.rating img{
  margin: 5px;
}
#block-smartbanneromios, #block-smartbannercareios, #block-smartbannercareosandroid, #block-smartbanneromosandroid{
  bottom: 0;
  right: 0%;
  left: auto;
  top: auto;
  position: fixed;
  width: 100%;
  height: 160px;
  z-index: 9999;
}
