/* Body */

body{
  font-family: var(--police1);
  overflow-x: hidden;
}

::selection {
    background-color: var(--color1  );
    color: #fff;
}
.contentGris{
  background-color:#f7f7f7;
}
.nextContainer{
  margin-top:50px;
}

.simpleList{
  list-style: none;
  padding: 0;
}
/* Body FIN */
/* search modal */
.searchInput .btn{
  background-color: #000;
}
.searchInput .btn {
  background-color: #C80217;
  border: 0;
  color: #fff;
  font-size: 14px;
  box-shadow: 1px 4px 8px 0px #00000026;
}
.searchInput {
  width: 74%;
  margin: 0 auto;
}
.searchModal .modal-body {
  padding-bottom: 90px;
}
.searchModal .modal-header {
  border-bottom: 0;
}
.searchModal .modal-content {
  border: 7px solid #E5E5E5;
}
/* end search modal */

/* Bloc des catégories */

.blocCategorie{
  box-shadow: 0 0 12px #d3d3d3;
  margin-bottom:50px;
}

.debutDePage{
  padding-top:50px;
  padding-bottom:50px;
}

.accueilTitleCats {
    text-align: center;
    color: var(--color1);
    font-weight: 600;
    margin-top:25px;
    margin-bottom:20px;
    min-height: 48px;
    font-size: 14px;
}

.accueilTitleCatsAlt {
    text-align: center;
    color: var(--color1);
    font-weight: 600;
    margin-top:25px;
    margin-bottom:20px;
    min-height: 48px;
    font-size: 14px;
}

.categoryBloc{
  padding: 30px 20px;
  text-decoration: none;
  background-color:#fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.categoryBlocAlt{
  padding: 30px 10px;
  background-color:#eaeef3;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.categoryBloc:hover .acceuilBtnCats{
  background-color: var(--color1);
  transition: 0.5s;
  box-shadow: 1px 2px 9px 0px #5982bf;
}
.categoryBlocAlt:hover .acceuilBtnCatsAlt{
  background-color: var(--color2);
  transition: 0.5s;
  box-shadow: 1px 2px 9px 0px #c802178a;
}

.acceuilBtnCats{
  background-color:var(--color2);
  border:0;
  color:#fff;
  border-radius:50px;
  font-size:12px;
  padding:12px 0px;
  width: 100%
}

.acceuilBtnCats:hover{
  background-color: var(--color1);
  transition: 0.5s;
  box-shadow: 1px 2px 9px 0px #5982bf;
}

.acceuilBtnCatsAlt{
  background-color:var(--color1);
  border:0;
  color:#fff;
  border-radius:50px;
  font-size:12px;
  padding:12px 0px;
  width: 100%
}

.acceuilBtnCatsAlt:hover{
  background-color: var(--color2);
  transition: 0.5s;
  box-shadow: 1px 2px 9px 0px #bf5959;
}


/* Bloc des catégories FIN */

/* Nos marques */

.titreRubrique{
  font-size:22px;
}
.sousTitreRubrique{
  font-size:32px;
  padding-bottom: 30px;
}

.separTitres{
  width:50px;
  background-color:var(--color2);
  height:2px;
  margin:auto;
  margin-top:10px;
  margin-bottom:10px;
}

/* Nos marques FIN */
/* Les Nouveautes*/
.lesNouveautes{
  padding-top:50px;
}
.ProductImgContainer{
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(222,222,222,1) 100%);
  padding:15px;
  height: 230px;
}

a.ProductImgContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.ProductImg{
  mix-blend-mode: multiply;
  max-height: 200px;
}

.productData{
  padding:0 15px;
  display:block;
}

.productDetails,.productDetails:hover{
  text-decoration: none;
  color:#000;
}

.productTitle{
  font-size:14px;
  margin: 15px 0;
  /* height: 75px; */
}

.productPrice{
  color: var(--color1);
}

.productDescription{
  font-size: 12px;
}

.newProductContainer {
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.productActions{
  display:inline-block;
  zoom: 0.8;
  color:#333333;
}

.productActions:hover{
  color:var(--color2);
}

.productTitle{
  font-weight: 600;
}

.productIcons {
    position: relative;
    bottom: 45px;
    height: 0px;
    display:none;
    z-index: 999;
}

.newProductContainer:hover .productIcons{
  display:block;
  transition: 0.5;
}

.newProductContainer:hover .ProductImgContainer{
  background: #adadad;
  transition: 0.5;
}

.voirPlusBtn{
  border-radius:50px;
  padding:10px 40px;
  background-color: var(--color1);
  color:#fff;
  font-size: 14px;
}

.voirPlusBtn:hover{
  background-color: var(--color2);
  color:#fff;
}

.voirPlusBtnRouge{
  border-radius:50px;
  padding:10px 40px;
  background-color: var(--color2);
  color:#fff;
  font-size: 14px;
}

.voirPlusBtnRouge:hover{
  background-color: var(--color1);
  color:#fff;
}
/* Les Nouveautes FIN */
/* Les Apropos */

.aproposBloc{
  padding-top:50px;
}

.gradientApropos{
  background: rgb(16,45,87);
  background: linear-gradient(90deg, rgba(16,45,87,1) 0%, rgba(16,45,87,1) 34%, rgba(247,247,247,1) 34%);
}

.aproposImg{
  margin-top:50px;
  margin-bottom:50px;
}

.separApropos{
  width:50px;
  background-color:var(--color2);
  height:2px;
  margin-top:10px;
  margin-bottom:10px;
}

.descriptionApropos{
  font-size:14px;
  font-family: var(--police2);
  line-height: 22px;
}

.rowApropos{
  display: flex;
  align-items: center;
}

.sousTitreRubriqueLeft{
  font-size:32px;
}

.containerPading{
  padding:50px 0;
}
/* Les Apropos FIN */
/* Robimed */
.gradientRobimed{
  background: rgb(200,2,23);
  background: linear-gradient(270deg, rgba(200,2,23,1) 0%, rgba(200,2,23,1) 34%, rgba(255,255,255,1) 34%);
}

.separAproposRight{
  width:50px;
  background-color:var(--color2);
  height:2px;
  margin-top:10px;
  margin-bottom:10px;
}

.righterSepar{
  direction:rtl;
}
/* Robimed FIN */

/* Carousel */

/*.product-item{
    border: 1px solid rgb(219, 219, 219);
} */
.product-img{
    position: relative;
    overflow: hidden;
}
.btns{
    position: absolute;
    left: 0;
    bottom: -100%;
    font-size: 15px;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
}
.btns button{
    border: none;
    background-color: rgb(39, 39, 39);
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.btns button:hover{
    color: #fcb941;
}
.product-img:hover .btns{
    bottom: 0;
}

.heart-icon{
    position: absolute;
    top: 16px;
    right: 15px;
    font-size: 18px;
}

.product-type{
    font-size: 13px;
    opacity: 0.8;
}
.product-name{
    transition: all 0.3s ease-in-out;
}
.product-name:hover{
    color: #fcb941!important;
}
.product-price{
    color: #fcb941;
}
.rating{
    font-size: 13px;
}
.product-item{
    width: 300px;
}

.owl-stage-outer{
  padding:10px;
}

img.logomark {
    width: auto!important;
    height: 120px;
    background-color: #fff;
    box-shadow: 0 0 8px 0px #e4e4e4;
}
/* Fin Carousel */

/* Menu de navigation */

header .nav-link{
font-size:14px;
}

li.nav-item {
    padding: 0 7px;
}

.MenuBar{
position: relative;
z-index: 120;
}

.dropdown-menu {
    border-top: 2px solid #102d57;
    margin: auto;
    width: 100%;
}

.cuisineSubMenu{
  width: 480px;
}
/* Fin Menu de navigation */

/* Slider */

.bd-example{
  margin-top:-170px;
}

.slideContent{
  margin-top:250px;
  margin-left:30px;
}
.surTitreSlider {
    background-color: #333333;
    color: #fff;
    font-size: 28px;
    font-weight: 200;
    width: auto;
    padding: 6px 46px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 40px;
}
.titreSlider, .titreSlider3{
  font-weight: bold;
  font-size: 35px;
  color:#333;
  text-transform: uppercase;
  margin-top:20px;
  margin-bottom: 20px;
}

.titreSlider3{
  margin-bottom: 60px;
}
.titreSlider2{
  font-weight: normal;
  font-size: 35px;
  color: #333;
  text-transform: uppercase;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #0003;
    padding: 26px 0px;
}

.sliderItem{
  height:100vh;
  background-size: cover;
}


/* Fin Slider */

/* Articles de blog */

.articleContainer{
  text-decoration: none;
}

.articleImg{
  height:210px;
  width: 100%;
}

.articleContent{
  background-color:#fff;
  padding: 20px;
}

.articleMeta{
  color:#4e5867;
  font-size: 12px;
  font-weight: normal;
}
.articleShortDes{
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  margin: 15px 0;
}
.articleShowMore{
  font-weight: normal;
  font-size: 14px;
  color: #c80217;
}

/* Fin Article de blog */

/* Footer */

.contentFooter{
  background-color:var(--color1);
  color: #fff;
}

.footerInfos{
  background-color: var(--color2);
  color:#fff;
}

.footerCopyright{
  background-color: #0a1f3c;
  color: #fff;
}
.infoTitre{
  font-weight: lighter;
  font-size: 12px;
  margin: 0;
}
.infoContent{
  font-weight: normal;
  font-size: 22px;
  margin: 0;
  color:inherit!important;
  text-decoration: none;
}

.contentRouge{
  background-color:#cd1b2e;
  color:#fff;
}

.txtNewsletter p {
  margin:0;
  font-weight: normal;
  font-size: 18px;
}
.newsletterForm input{
  width: 90%;
  background-color: #3a5a89;
  border: 0;
  border-radius: 55px;
  padding: 15px 15px;
  color:#fff;
}
.newsletterForm input:focus-visible {
    outline: 0!important;
}
.newsletterForm button {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border: 0;
    background: var(--color2);
    color: #fff;
    position: relative;
    right: 53px;
    font-size: 24px;
    top: 3px;
}
.dividFooter{
  width: 100%;
  height: 2px;
  background-color: #0c213e;
}
.footerTitre{
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 13px;
}
.footerData{
  font-weight: lighter;
  font-size: 12px;
}

.footerData ul , .footerData p{
  list-style: none;
  padding-left:0;
  margin-bottom:0;
}

.footerData a{
  text-decoration:none;
  color:inherit;
}

.footerCopyright p{
  font-weight: lighter;
  font-size: 12px;
  margin:0;
}

a.titreSubMenu {
    font-weight: bold;
    font-size: 14px;
    color: #102d57;
    text-decoration: none;
    /* min-height: 50px; */
    display: block;
}
.dropdown-menu .list-group-item:hover {
    font-weight: 800;
    transition: 0.2s;
}

.mega-content .list-group-item{
  border:0;
  padding: 0;
  font-weight: normal;
  font-size: 12px;
  color: #4e5867;
}
/* Fin Footer */

/* Retourner en haut */
.scroll {
    color: #fff;
    margin-top: 100px
}

#toTopBtn {
    position: fixed;
    bottom: 26px;
    left: 39px;
    z-index: 98;
    padding: 21px;
    background-color: #102d56;
    border-radius: 100%;
}

.js .cd-top--fade-out {
    opacity: .5
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}

.cd-top {
    position: fixed;
    bottom: 20px;
    bottom: var(--cd-back-to-top-margin);
    right: 20px;
    right: var(--cd-back-to-top-margin);
    display: inline-block;
    height: 40px;
    height: var(--cd-back-to-top-size);
    width: 40px;
    width: var(--cd-back-to-top-size);
    box-shadow: 0 0 10px rgb(255 255 255 / 25%) !important;
    background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg) no-repeat center 50%;
    background-color: hsla(5, 76%, 62%, .8);
    background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8)
}
/* Retourner en haut */
/* Boutton Whatsapp Flotant */
.floatWhatsapp{
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 10001
}
/* Boutton Whatsapp Flotant */
/* Newsletter Modal*/
.nlModal{
  background-image: url(../images/popupbg.png);
  height: 418px;
  border-radius: 0;
  border:8px solid #fff;
  z-index: 9999999;
}

.modalDimension{
  max-width: 942px!important;

}

.modalNlTitre{
  font-weight: normal;
  font-size: 22px;
  color: #ffffff;
}

.dividModalNl{
  width:60px;
  height: 2px;
  background-color:#fff;
}

.sousTitreNlPopup{
  font-size: 14px;
  color: #ffffff;
}

input.emailNl {
    background-color: #0e0108;
    border: 0;
    border-radius: 55px;
    color: #fff;
    padding: 10px;
    padding-left: 30px;
    width: 90%;
}

input.emailNl:focus-visible{
  outline:0;
}
/* Newsletter Modal*/


button.btnSubmitNl {
    background-color: #c80217;
    color: #fff;
    border: 0;
    width: 30px;
    height: 30px;
    font-size: 16px;
    border-radius: 100%;
    position: relative;
    right: 44px;
}

.noPopupNl{
  color:#fff;
  font-size: 12px;
}
.noPopupNl input{
  margin-right:5px;
}

button.nlClose {
    background: transparent;
    border: 0;
    color: #fff;
    background: #c80217;
    font-size: 14px;
    position: relative;
    bottom: 72px;
    left: 24px;
    padding: 4px 9px;
}
header {
    height: 170px;
    z-index: 99999;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

/* breadcrumb */
.breadcrumb a, .breadcrumb{
    color:#4E5867;
    font-size: 12px;
    margin-right: 2px;
    text-decoration: none;
  }

.breadcrumb{
  text-decoration: underline;
}
/* Fin breadcrumb */
/* SideBar */


.f3 .accordion-button{
  font-size:15px;
}
.f3 .accordion-body {
    padding: 0px 0px 0px 27px;
}
.f3 .accordion-item {
    border: 0;
    padding: 0!important;
    border-bottom: 1px solid #e3e3e3;
}

.f3 button.accordion-button {
    padding: 0.5rem 1rem;
}

.sideFiltre .accordion-body .list-group-item {
  font-size: 14px;
  padding: 6px 0;
}

.titreSideBar {
    background-color: #cd1b2e;
    width: 100%;
    border:0;
    color: #fff;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: 200;
    text-align: left;
    border-radius: 0;
}

.titreSideBar:hover{
  background-color:var(--color2);
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: var(--color2);
    border-color: #dd1414;
    box-shadow: none;
}

.titreSideBar i {
    float: right;
    padding-top: 6px;
}

/* Fin SideBar */

/* Products Page */

.f3 .list-group-item {
    border: 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

.f3 .list-group-item.active {
    background-color: transparent;
    color: var(--color2);
}

.f3 .accordion-button:not(.collapsed){
  color: #030303!important;
  background-color:#f7edee;
}
.f3 .accordion-button:focus{
  box-shadow: none;
}
.f3 .accordion-button::after{
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important
}
.page-link:focus{
  box-shadow: 0 0 0 0.25rem #dc354552;
}

.triPrix{
  border-radius: 50px;
  border:2px solid #4e5867;
  width: 100px;
  padding-left: 15px;
}

.triReset{
  background-color: var(--color2);
  color:#fff;
  border-radius: 55px;
  border:0;
}

.selectAffichage {
    width: 190px;
    display: inline-block;
}

.triAffichage {
    display: inline;
    float: right;
}

.selectAffichage option, .selectAffichage {
    background: var(--color2);
}

.selectAffichage{
  background-image: url(../images/arrowdown.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-position-x: 165px;
  color: #fff;
}

.pagination .page-item.active .page-link{
  background-color:var(--color2)!important;
  border-color:var(--color2);
}

.page-item .page-link{
color:var(--color2);
}

.stickyMo {
    background-color: #fffffff2;
    box-shadow: 1px 4px 8px 0px #0000004a;
}

/* Fin Products Page */

/* Fiche Produit */

.prixProduit{
  font-size: 28px;
  color: #c80217;
  margin: 25px 0px;
}

.actionRow{
  margin: 50px 0;
}
.lePrix{
  font-weight: 700;
  font-size: 28px;
}

.desProduit{
  font-size:14px;
}

.actionBtn{
  background-color:var(--color2);
  color:#fff;
  width: 100%;
  border-radius: 55px;
}

.actionBtn:hover, .actionBtn:focus{
  background-color:var(--color1);
  color:#fff;
  transition: 0.5s;
  box-shadow: none;
}

.caracterName ul , .caracterData ul{
  font-size:16px;
}

.caracterName li, .caracterData li {
    padding-bottom: 12px;
}

.enStock{
  color:#57AB57;
}

.outOfStock{
  color:var(--color2);
}

.activeImg{
  width: 100%;
  height:465px;
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center center;
  border:1px solid #eee;
  border-radius: 10px;
}

.thumbImg{
  height:80px;
  width: 80px;
  border:1px solid #eee;
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center center;
  border:1px solid #eee;
  cursor: pointer;
  margin:0 5px;
  border-radius: 10px;
}

.thumbImg.curentImg {
    border: 1px solid var(--color2);
    box-shadow: 0 0 4px 0px #bf4854;
}

input#quantity {
  border-radius: 20px;
  padding: 0px 5px;
  width: 55px;
}
.qteBloc {
  position: relative;
  top: 10px;
}
span.qte {
  font-size: 14px;
}
input#quantity {
  border-radius: 20px;
  padding: 0px 5px;
  width: 44px;
}

/* Modal Add to cart */

.messageAddtocart {
  color: #102D57;
  text-transform: uppercase;
  font-size: 22px;
}
.messageStock{
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.modalImage{
  width: 100px;
}

.titreProduitModal {
    color: #333333;
    font-size: 18px;
}
p.priceModal {
  color: #C80217;
}
p.qteModal {
  font-size: 15px;
  color: #333333;
}
p.priceTotalModal {
  text-align: center;
  font-size: 30px;
  color: #333333;
}
#exampleModal .btnModal {
  float: left;
  width: 48%;
  margin-left: 6px;
  font-size: 16px;
}
.popUp .modal-body {
  padding: 0px 26px 29px 29px!important;
}
.popUp .modal-content {
  border: 11px solid #E5E5E5;
}
.popUp .modal-header {
  border: 0;
}

/* Fin Fiche Produit */

/* Catalogue Page */

.lecata{
  color: #fff;
  background-size: cover;
  padding: 12px 9px 120px 15px;
  margin-bottom: 4px;
}
.aerationCata{
  background-image: url(../images/aerationcata.png);
}
.aerationCata a {
  text-decoration: none;
  color: #fff;
}
.cuisineCata{
  background-image: url(../images/cuisinecata.png);
}
.cuisineCata a{
  text-decoration: none;
  color: #fff;
}
.plomberieCata{
  background-image: url(../images/plomberiecata.png);
}

.plomberieCata a{
  text-decoration: none;
  color: #fff;
}
.chauffageCata{
  background-image: url(../images/chauffagecata.png);
  background-size:cover;
  height:100%;
  margin-bottom: 4px;
  padding: 12px 9px 120px 15px;
  color: #fff;
}
.chauffageCata a{
  text-decoration: none;
  color: #fff;
}

.sanitaireCata{
  background-image: url(../images/sanitairecata.png);
  background-position: center center;
  background-size:cover;
  height:100%;
  margin-bottom: 4px;
  padding: 12px 9px 120px 15px;
  color: #fff;
}
.sanitaireCata a{
  text-decoration: none;
  color: #fff;
}

.pad4{
  padding-bottom: 4px;
}

.cataDown{
  background-color:#fff;
  color:#000;
  width: 390px;
  padding:15px;
  margin: 35px 45px;
}

.cataDown h3{
  font-size:22px;
}
.cataDown p{
  font-size:12px;
}

button.btnCata {
    background-color: var(--color2);
    color: #fff;
    border-radius: 30px;
    border: 0;
    padding: 7px 25px;
}

button.btnCata:hover{
  background-color: var(--color1);
}

.cuisineCatal{
  background-image: url(../images/cuisniecatalogue.png);
  background-position: center center;
  background-size: cover;
  color: #fff;
  height: 100%;
  margin-bottom: 4px;
  padding: 12px 9px 39px 15px;
}

.cataDownCuisine {
  background-color: #fff;
  color: #000;
  padding: 25px;
  margin: 75px 10px;
  width: 374px;
}
.cataDownCuisine h3{
  font-size:22px;
}
.cataDownCuisine p{
  font-size:12px;
}
.cuisineCatal1{
  background-image: url(../images/cuisine.png);
  background-position: center center;
  background-size:cover;
  margin-bottom: 4px;
  color: #fff;
  height: 100%;
}

.plomberieCatal{
  background-image: url(../images/plomberiecatalogue.png);
  background-position: center center;
  background-size: cover;
  color: #fff;
  height: 100%;
  margin-bottom: 4px;
  padding: 12px 9px 39px 15px;
}
.plomberieCatal1{
  background-image: url(../images/plomberiecatalogue1.png);
  background-position: center center;
  background-size: cover;
  color: #fff;
  height: 100%;
  margin-bottom: 4px;
  padding: 335px 9px 50px 15px;
}

.plomberieCatal1 .btnCata {
  float: right;
  position: relative;
  bottom: -41px;
}
.plomberieCatal1 h3 {
  color:#102D57;
  font-size: 24px;
  font-weight: 300;
  width: 50%;
  margin-bottom: 23px;
}
/* Fin Catalogue Page */

/* Début page Robimed */
.slideCat {
  background-image: url(../images/robimedHead.png);
  background-size: cover;
  height: 100%;
}
.textSlide h3{
  color: #fff;
  font-size: 28px;
  padding-bottom: 30px;
}
.textSlide .description {
  color: #fff;
  font-size: 18px;
  width: 50%;
  padding-bottom: 50px;
  line-height: 2;
}
.slideCat .breadcrumb {
  color: #fff;
}
.slideCat .breadcrumb a {
  color: #fff;
}
.slideContenu {
  padding: 101px 0px;
}
.produitRobimed{
  padding-top: 50px;
  padding-bottom: 35px;
}
.listeProduct{
  padding-bottom: 40px;;
}
/* Fin page Robimed */

/* Début page A propos */
.gradientAproposCeratube {
  background: #C80217;
  background: linear-gradient(
90deg
, #c80217 0%, #c80217 34%, #fff 34%);
margin-bottom: 50px;
}
.gradientMissionCeratube{
  background: #102D57;
  background: linear-gradient(
270deg
, #102D57 0%, #102D57 34%, rgba(247,247,247,1) 34%);
}

.sousTitreRubriqueRight {
  font-size: 32px;
  text-align: right;
}

.rowMission{
  display: flex;
  align-items: center;
}
.separMission{
  width: 50px;
  background-color: var(--color2);
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: right;
}
.icon1 h3 {
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 5px;
  font-weight: 600;
  text-align: right;
}
.iconTitle{
  display: inline-block;
}
.iconDescription {
  display: inline-block;
  text-align: right;
  font-size: 13px;
  letter-spacing: -1px;
}
.icon1 img {
  height: 62px;
}
.icons {
  padding-top: 30px;
}
.gradientRobimedapropos {
  background: #4E5867;
  background: linear-gradient(
90deg
, #4E5867 0%, #4E5867 34%, #fff 34%);
margin-bottom: 50px;
}

.rowRobimed{
  display: flex;
  align-items: center;
}
.separRobimed{
  width: 50px;
  background-color: var(--color2);
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.descriptionRobimed {
  font-size: 14px;
  font-family: var(--police2);
  line-height: 22px;
}
.showroom img{
  border:10px solid #fff;
  margin: 0 auto;
  box-shadow: 1px 4px 8px 0px #0000004a;
}
h3.carouselTitle {
  text-align: center;
  padding: 20px;
  font-size: 30px;
  font-weight: 300;
}
p.carouseldescription {
  text-align: center;
}
/* Fin page A propos */
/* Inspiration Page */

.inpiImg{
  min-height:220px;
  width: 100%;
  background-size: cover;
}

.imgInspi1{
  background-image: url(../images/inspiphoto.png);
}
.imgInspi2{
  background-image: url(../images/inspiphoto2.png);
}
.imgInspi3{
  background-image: url(../images/inspiphoto3.png);
}
.imgInspi4{
  background-image: url(../images/inspiphoto4.png);
}
.imgInspi5{
  background-image: url(../images/inspiphoto5.png);
}
.imgInspi6{
  background-image: url(../images/inspiphoto6.png);
}

.inspiMeta{
  color:#4E5867;
  font-size:12px;
  margin: 8px 0;
}

.inspiDes{
  font-size: 14px;
  color:#333;
  margin-bottom: 15px;
}

.inspiBtn{
  text-decoration: none;
  color:var(--color2);
  font-size: 12px;
}

.inspiBloc{
  margin-bottom: 25px;
}

.inpiCol{
  display: block;
  text-decoration: none;
}

/* Fin Inspiration Page */

/* Début Page panier */

.panier h6 {
  font-size: 14px;
  font-weight: 500;
  width: 95%;
}
td.titleProductCart {
  width: 22%;
}
.panier thead {
  background: #102D57;
  color: #fff;
  text-align: center;
}
.panier h6 {
  font-size: 14px;
  font-weight: 500;
  width: 95%;
  text-align: center;
}
.panier p {
  text-align: center;
}
.totalPrice {
  font-size: 15px;
  float: right;
  color: #c80217;
}
p.titlePanier {
  font-size: 15px;
  font-weight: 500;
}
span.totalPricefin {
  font-size: 18px;
  float: right;
  color: #c80217;
  font-weight: bold;
}
.poursuiveAchat{
  width: 21%;
  float: right;
  background: #102D57;
}
.poursuiveAchat:hover{
  background: #C80217;
}
.cartUpdate{
  width: 21%;
  float: right;
  margin-left: 10px;
  background: #102D57;
}
.cartUpdate:hover{
  background: #C80217;
}
.creerDevis{
  width: 21%;
  float: right;
  margin-right: 10px;
  background: #102D57;
}
.creerDevis:hover{
  background: #C80217;
}
.checkOrder{
  width: 21%;
  float: right;
  margin-left: 10px;
}
.actionsCart{
  padding-bottom: 20px;
}
.qteBlocCart input#quantity {
  border-radius: 20px;
  padding: 0px 5px;
  width: 86px;
  margin: 0 auto;
  text-align: center;
}
ul.livraisonText {
  font-size: 14px;
}
.recap h6{
  font-weight: bold;
  font-size: 17px;
}
.check{
  font-size: 14px;
}
.form-check-input:checked {
  background-color: #c80217;
  border-color: #c80217;
}
/* Fin Page panier */

/* Début resultas de recherche */
.textSearch {
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.formSearch {
  margin: 0 auto;
  text-align: center;
  width: 664px;
}
.formSearch input {
  width: 600px!important;
  padding:16px!important;
}
.formSearch .btn {
  background: transparent;
  border: 1px solid #707070;
}
.fa-search:before{
  color:#333333;
}
.separTitressearchres {
  width: 50px;
  background-color: var(--color2);
  height: 2px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}
/* Fin resultas de recherche */


/* Page checkout */

form.checkoutForm .row {
  padding: 10px;
}
.checkoutForm .form-check {
  padding-left: 35px;
}
form.checkoutForm {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  background: #eee;
  box-shadow: 1px 4px 8px 0px #0000004a;
}

.check .sousTitreRubriqueLeft {
  font-size: 32px;
  text-align: center;
}
.check .btn {
  border: 0;
}
/* page Contact */
.bgcontact{
  background-color: #f7f7f7;
  padding-top: 25px;
}
.btnSubmit button {
  border-radius: 50px;
  padding: 10px 40px;
  background-color: var(--color2);
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
  border: 0;
}
.btnSubmit button:hover {
  border-radius: 50px;
  padding: 10px 40px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
  border: 0;
}
.contact{
  margin-top:30px;
}
.bgcoordonnes{
  background-color: #fff;
}
.contactIcon{
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}
.contactIcon i {
  font-size: 40px;
  color: #c80217;
}
p.contactCoor {
  text-align: center;
  font-weight: 600;
  color: #102d57;
  font-size: 16px;
}
.colCoor {
  background-color: #fffffff2;
  box-shadow: 1px 4px 8px 0px #0000004a;
  margin: 30px 0px;
  padding: 30px 10px;
  min-height: 80%;
}
.contactCoor a{
text-decoration: none;
color: #102d57;

}
.colMap{
  height:378px;
}

@media (min-width: 768px) and (max-width: 1024px) {

.contactCoor {
    font-size: 11px!important;
}
.colCoor {
  padding: 10px 5px!important;
  min-height: 76%!important;
}

}

/* page de connexion */
form.pageCnx {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 1px 4px 8px 0px #0000004a;
  margin: 20px 0 40px 0px;
}

.btnInscription {
  padding: 20px 0px 0px 0px;
  text-align: center;
  text-decoration: underline;
  font-size: 14px;
  color: #c80217;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
}
.oublieMdp{
  padding: 5px 0px 0px 0px;
  text-align: center;
  text-decoration: underline;
  font-size: 14px;
  color: #c80217;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
}
.btnalreadysub{
  padding: 5px 0px 0px 0px;
  text-align: center;
  text-decoration: underline;
  font-size: 14px;
  color: #c80217;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
}
.urlMDP {
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}


[_nghost-cbo-c16]{
  z-index: 3!important;
}

.ngx-pagination .current{
  background-color: var(--color2)!important;
}

ul.ngx-pagination li {
    border: 1px solid #ebebeb;
    margin: 0;
}
li.pagination-previous {
    border-radius: 5px 0 0 5px!important;
}

li.pagination-next {
    border-radius: 0 5px 5px 0!important;
}
.simpleHide{
  display:none;
}

.theSeparator {
    height: 1px;
    background-color: #0000001a;
    width: 100%;
}

a.paginate_button {
    color: var(--color1);
    background: #fff;
    text-decoration: none;
    margin: 2px;
    padding: 4px 16px;
    border-radius: 0;
    border-bottom: 2px solid var(--color1);
    cursor:pointer;
}

.dataTables_paginate .current{
  background-color: var(--color1);
  color: #fff;
}

#tableBalance_filter [type=search] {
    font-size: 12px;
    margin-bottom: 10px;
    border: 0;
    border-bottom: 2px solid var(--color1);
    padding: 7px 10px;
    margin-bottom: 30px;
}

.carousel-arrow {
    top: 35%!important;
}

.logoMark {
   max-width: 113px;
    max-height: 110px;
}

@media screen and ( max-height: 699px ) { 

  .slideContent{
    margin-top: 190px!important;
  }

 }

 
/* css remise */
.dashedPrice {
  color: var(--color1);
  text-decoration: line-through;
  opacity:0.8;
  font-size: 12px;
}
.promoPrice {
  color: var(--color2);
  padding: 0px 6px;
}
.pourcentagePromo {
  font-size: 10px;
  color: rgba(0,0,0,.55);
}
@media all and (max-width: 767px) {
  .slideContent {
     margin-top: 280px!important;
     margin-left: 0;
 }
 }