
.dcm_header{
	position: absolute;
	/* width: 100%; */
	z-index: 999;
}

.dcm_slider{
    position: relative;
    /* margin-top: 91px; */
}
.dcm_slider .fixed_caption{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .dcm_slider span{
    font-family: 'Great Vibes', cursive;
    color: #fff;
    font-size: 5rem;
    text-transform: uppercase;
    margin-bottom: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.navbar{
    background: transparent;
    position: absolute;
    z-index: 1;
    height: 66px;
    z-index: 100;
}
.full-page {
    height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.triangle{
    position: absolute;
    content: '';
    width: 0;
    border-left: 1140px solid transparent;
    height: 0;
    border-bottom: 75px solid #fff;
    z-index: 9;
    bottom: 0;
    /* bottom: 0;
    left: 0; */
}

.navbar li a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    transition: all .6s ease;
}
.navbar li a:hover:after{
    content: '';
    width: 100%;
    height: 7px;
    background: #a50d50;
    position: absolute;
    top: 45px;
    left: 0;
}
.navbar {
    position:fixed;
    width:100%;
    top:0%;
    background: transparent;
    border-bottom: 1px solid #fff;
}
.carousel-caption{
	bottom: inherit;
    right: inherit;
    left: inherit;
    width: 100%;
    top: 31%;
}
.fixed_caption .light-text{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.fixed_caption .bold-text{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.fixed_caption p.small{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
}
.mobile-menu-icon{
    color: #a50d50;
    font-size: 25px;
}
.fixed_caption .decouvrir-btn{
    text-decoration: none;
    color: #fff;
    background: #a50d50;
    font-family: 'Poppins', sans-serif;
    padding: 7px 40px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.5px;
}
.dcm_slider .devis-btn{
    text-decoration: none;
    background: #a50d50;
    font-family: 'Poppins', sans-serif;
    padding: 7px 40px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.5px;
    position: absolute;
    right: -55px;
    top: 35%;
    transform: rotateZ(-90deg);
    color: #fff;
}

.combinaison .combinaison-number{
    color: #a50d50;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
}
.combinaison .combinaison-text{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.services .decouvrir-text{
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
 h6.decouvrir-text{
    font-size: 14px;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0px;
}
 h5.services-text{
    color: #a50d50;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
}
.services .service-card-titre{
    font-family: 'Poppins', sans-serif;
    padding: 15px 5px;
}
.services .service-card-text{
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}
.categories .categorie-card{
    height: 360px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 65px;
    position: relative;
}
.categories .categorie-card-btn{
    position: absolute;
    text-decoration: none;
    color: #fff;
    background: #a50d50;
    left: 50%;
    top: 95%;
    transform: translateX(-50%);
    padding: 7px 25px;
    width: 320px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.produits .brand{
    width: 210px;
    height: auto;
}
.contactez{
    background-image: url('images/bg3.jpg');
    background-repeat: no-repeat;
    background-position: center;
    height: 85vh;
    margin-top: 90px;
    position: relative;
}
.contactez .triangle-bottom{
    position: absolute;
    content: '';
    width: 0;
    border-left: 1140px solid transparent;
    height: 0;
    border-bottom: 75px solid #fff;
    z-index: 9;
    bottom: 0;
}
.contactez .triangle-top{
    position: absolute;
    content: '';
    width: 0;
    border-right: 1140px solid transparent;
    height: 0;
    border-top: 75px solid #fff;
    z-index: 9;
    top: 0;
}

.contactez .contactez-titre{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.contactez .contactez-text{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.contactez .contactez-btn{
    text-decoration: none;
    color: #fff;
    background: #a50d50;
    font-family: 'Poppins', sans-serif;
    padding: 7px 40px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.5px;
}
.btn-envoyer{
    text-decoration: none;
    color: #fff;
    background: #a50d50;
    font-family: 'Poppins', sans-serif;
    padding: 7px 40px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.5px;
    border: none;
}
.blog .blog-titre{
    color: #a50d50;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}
.blog .blog-card{
    position: relative;
}
.blog .card-body .card-title{
    color:#a50d50;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.blog .card-body .card-text{
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}
.blog .card-body .card-btn{
    background: #a50d50;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 40px;
    font-size: 13px;
    letter-spacing: 1.5px;
}
.temoignages{
    height: 55vh;
    background: #a50d50;
    position: relative;
}
.temoignages .temoignages-titre{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
.temoignages .temoignages-text{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.temoignages .triangle-top-temoignages{
    position: absolute;
    content: '';
    width: 0;
    border-left: 1140px solid transparent;
    height: 0;
    border-bottom: 75px solid #a50d50;
    z-index: 9;
    top: 0;
}
.temoignages .triangle-bottom-temoignages{
    position: absolute;
    content: '';
    width: 0;
    border-right: 1140px solid transparent;
    height: 0;
    border-top: 75px solid red;
    z-index: 9;
    bottom: 0;
}
video{
    width: 100%;
    height: 90vh;
    position: relative;
}
.video{
    position: relative;
}
.btn-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: none;
    border: none;
    color: #a50d50;
    font-size: 105px;
    outline: none;
}
footer.footer{
    background: #000;
    padding: 25px 0px 50px;
    position: relative;

}
footer.footer .ligne{
    width: 100%;
    height: 5px;
    background: #a50d50;
    border-radius: 5px;
    align-self: center;
}
footer .footer-description{
    color: #fff;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
footer .adresse-list{
    list-style: none;
    padding-left: 0;
}
footer .adresse-list li{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 13px;
}
footer .rs_icon{
    color: #fff;
    font-size: 23px;
}
footer .rs_icon:hover{
    color: #a50d50;
}
footer .footer-top-temoignages{
    position: absolute;
    content: '';
    width: 0;
    border-left: 1140px solid transparent;
    height: 0;
    border-bottom: 75px solid #000;
    z-index: 9;
    top: 0;
}

.navbar-expand-lg.scrolled{
    background-color: #fff !important;
    transition: background-color 200ms linear;
}

.navbar-expand-lg .navbar-nav a.links{
    color: #000
}
.navbar-dark .navbar-nav .nav-link{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    color: #a50d50;
}
.modal-header{
    background: #a50d50;
    color: #fff;
}
.modal-body input{
    border-radius: 0;
}
.modal-body .form-control:focus {
    color:  #a50d50 !important;
    background-color: #fff !important;
    border-color: #a50d50 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(165,13,80,.25) !important;
}


.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
    color: white;
    background-color:  #a50d50;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    width: 100%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    padding: 7px 40px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.5px;
    font-weight: 400;
    transition: all .3s ease;
}

.inputfile:focus + label,
.inputfile + label:hover {
  background-color:  #fff;
  color: #a50d50;
  border: 1px solid #a50d50;
}
.inputfile + label {
	cursor: pointer; 
}

@media screen and (min-width: 320px) and (max-width: 425px){
    .slider-text p {
        line-height: 0.5 !important;
        font-size: 45px !important;
    }
    .navbar-expand-lg .navbar-nav a.links{
        color: #fff !important;
    }
    .fixed_caption .light-text {
        font-size: 18px;
    }
    .fixed_caption .bold-text {
        font-size: 18px;
    }
    .fixed_caption p.small {
        font-size: 12px;
    }
    .fixed_caption .decouvrir-btn,
    .dcm_slider .devis-btn{
        font-size: 12px;
    }

    .services .service-card-text {
        font-size: 12px;
    }
    .categories .categorie-card-btn {
        padding: 7px 16px;
        width: 290px;
        font-weight: 600;
        font-size: 13px;
    }
    .contactez .contactez-titre {
        font-size: 15px;
    }
    .contactez .contactez-text {
        font-size: 11px;
    }
    .temoignages .temoignages-titre {
        font-size: 17px;
    }
    .temoignages .temoignages-text {
        font-size: 11px;
    }
    footer .footer-description {
        font-size: 12px;
    }
    footer .adresse-list li {
        font-size: 12px;
    }
    .navbar-nav li{
        text-align: center;
    }
    .navbar-nav li a{
       color: black;
    }
    .navbar{
        border: none;
    }
    .navbar li a:hover:after{
        content: '';
        width: 0;
        height:0;
        color: #a50d50;
    }
}




.offcanvas-header{ display:none; }

@media (max-width: 992px) {
  .offcanvas-header{ display:block; }
  .navbar-collapse {
    position: fixed;
    top:0; 
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: black;
    transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
  }
  .navbar-collapse.show {
    visibility: visible;
    transform: translateX(-100%);
  }
  .btn-outline-danger{
      border: none;
      color: #a50d50;
      font-size: 22px;
  }
}