/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22 sept. 2021, 14:50:46
    Author     : webmaster
*/



#slideUpImg {
    position: absolute; 
    width: 270px; 
    top: -10px; 
    left: 0px; 
    z-index: 1;
}

#slideDownImg {
    position: absolute;
    width: 270px; 
    top: -10px; 
    left: 0px; 
    z-index: 2;
}

#slideText {
    position: absolute; 
    width: 270px; 
    top: -10px; 
    left: 0px;
    z-index: 2;
}

.nav-tabs .nav-link.active {
    background-color: #e31720;
    color: #fff;
}

.nav-tabs .nav-link:not(.active) {
    background-color: #242424;
    color: #fff;
}

.nav-tabs .nav-link {
    font-weight: 400;
}

.tab-pane h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    margin-top: 0px;
}

.nav-tabs .nav-item {
/*    margin: 0 5px 2px 5px;*/
}

.foot-list-produit {
    background: #e31720;
}

.foot-list-produit a {
    color: #ffffff;
}

.foot-list-produit a:hover {
    color: #ffffff;
}

.tab-pane ul{
    list-style-type: none;
    padding-inline-start: 0px;
}

.border-top-produits {
    border-top: #dc2b1c 1px solid;
}

.nav-tabs {
    border-bottom: none;
}

.logo_a {
    
}

/*animation image*/

.rotate_image {
  transition: transform .7s ease-in-out;
}
.rotate_image:hover {
  transform: rotate(360deg);
}

.adresse_footer {
    background: #DD363A; 
    padding: 10px 10px;
    font-size: 12px;
}

#imageTous {
    width: 160px;
}

.image_gallery {
    width: 40px;
}

.border_gallery_bottom {
    border-bottom: 1px solid #fff !important; 
    height: 100%;
}

.border_gallery_right {
    border-right: 1px solid #fff !important; 
    height: 100%;
}

.rouge_color {
    color: #DD363A;
}

.blog-link {
    list-style: none; padding-left: 0;
}

.blanc_color {
    color: #fff !important;
}

.gris_color {
    color: #535252;
}

.black_color {
    background: #242424;
}

.atout_societe {
    font-size: 73px; 
    font-weight: bold;
}

.fond-gris {
    background: #F5F5F7;
}

.lien-footer {
    color: #DD363A;
}

.pdf {
    background: none !important;
}

.atout_force {
    font-size: 15px;
    font-weight: bold;
}

.atout_force_1 {
    font-size: 22px;
    font-weight: bold;
}

.border_footer_element {
    border-right: 1px solid #ffffff !important; 
    height: 100%;
}

#slideComplet {
    position: absolute; top: 0px;
}

#project_storie {
    
}

.projects {
    border: 3px solid #6f6f6f;
}


.partner-logo {
    width: 155px;
    margin-right: 5px;
}

/*3d carroussel*/

.owl-prev {
    margin-left: 4%;
    border: 1px solid white !important;
    border-radius: 5px;
}

.owl-next {
    margin-right: 4%;
    border: 1px solid white !important;
    border-radius: 5px;
}

.cimelta-menu:hover {
    color: #DD363A;
}

#perspective {
    margin: 0 auto;
    margin-top: 80px;
    width: 210px;
    height: 140px;
    position: relative;
    -webkit-perspective: 1100px;
    perspective: 1100px;
  }

  #carousel {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg) translateZ(-288px);
  }

  #carousel figure {
    display: block;
    position: absolute;
    /*background: #2ecc71;*/
  /*  width: 186px;
    height: 116px;*/
    /*opacity: 0.6;*/
    margin: 12px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    -moz-transition: opacity 1s, -moz-transform 1s;
    -o-transition: opacity 1s, -o-transform 1s;
    transition: opacity 1s, transform 1s;
  }



@media (max-width: 2560px) {
    #slideUpImg, #slideDownImg, #slideText {
        left: 150px;
    }
}

@media (max-width: 1900px) {
    #slideUpImg, #slideDownImg, #slideText {
        left: 33px;
    }
}

@media (max-width: 1440px) {
    #slideUpImg, #slideDownImg, #slideText {
        left: 33px;
    }
}

@media (max-width: 1024px) {
    #slideUpImg, #slideDownImg, #slideText {
        left: 8px;
        width: 240px;
    }
    
    h2 {
        font-size: 29px;
    }
}

@media (max-width: 768px) {
    #slideUpImg, #slideDownImg, #slideText {
        left: 1px;
        top: 0px;
    }
    
    .main-banner {
        margin-top: 65px;
    }
}

@media (max-width: 425px) {
    .logo_a {
        padding: 0 !important;
    }
    
    .atout_societe {
        font-size: 65px;
    }
    
    #carousel {
        transform: rotateY(0deg) translateZ(-1507px);
    }
    
    #perspective {
        -webkit-perspective: 200px !important;
        perspective: 200px !important;
    }
    
}



