/******  all  *****/
.hidden{
    color: transparent;
}
h2{
    margin: 0 15px;
}
.marginAuto{
    margin: 0 auto;
}
.marginBot100px{
    margin-bottom: 100px;
}
a:hover{
    color: rgb(255, 33, 33) !important;
}
.pl30{
    padding: 10px 0 10px 30px ;
    
}

/******  Top info  *****/
.imgMail{
    height: 15px;
}


/******* page ********/
.breadcrumb a{
    margin-right: 30px;
}
.container-fluid{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#pc-fixe .title{
    padding: 0 0 15px 0;
}
/******* cardNew ********/
.cardNew{
    background-color: white;
    padding: 0 10px;
}
.card{
    margin-right: 15px !important;
    margin-left: 15px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
/* Menu Service*/

#menu-depanne{
    margin-bottom: 40px; 
}

#menu-depanne .sticklr-title{
    background-color: #3D3D3D;
    color: white;
}
#menu-depanne .sticklr-title a{
    color: white;
    padding-left: 10px;
}
#menu-depanne .sticklr-title a:hover{
    color: rgb(255, 33, 33) !important;
}


/* Menu menu-ordinateur*/

#menu-ordinateur{
    margin-top: 168px;
    margin-bottom: 40px; 
}

#menu-ordinateur .sticklr-title{
    background-color: #3D3D3D;
    color: white;
}
#menu-ordinateur .sticklr-title a{
    color: white;
    padding-left: 10px;
}
#menu-ordinateur .sticklr-title a:hover{
    color: rgb(255, 33, 33) !important;
}




.section-title{
    margin-bottom: 25px;
}

/* Bouton lecteur vocal*/

#BoutonVocal{
    text-align: center;
    padding: 10px 0;
    background-color: #003D83;
    margin: 0;
    color: white;
}
#BoutonVocal img{
   height: 30px;
   width: 30px;
   padding-right: 10px;
}
#BoutonVocal p{
    padding-bottom: 0;
    padding-right: 10px;
    color: white;
}
#BoutonVocal span{
    padding-right: 10px;
}
#BoutonVocal a{
    width: 40px;
    color: white;
    cursor: grab;
    padding: 0;
}

/******  Carrousel  *****/
.carrouselColorImg{
    background: white !important;
    width: 100%;
    height: 350px;
}
.ImgClermont{
    background-image: url("../images/accueil/clermont.webp");
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.ImgService{
    background-image: url("../images/accueil/services.webp");
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ffffff;
}
.ImgLaboutique{
    background-image: url("../images/accueil/laboutique.webp");
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.ImgFormation{
    background-image: url("../images/accueil/formation.webp");
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

/******  Prestations  *****/
/* #menugeneral img{
    height: 100%;
    width: 100%;
} */

/******  Partenaires  *****/
#partenaires a{
    padding: 10px;
}
#partenaires img{
    height: 100px;
    width: auto;
}

#partenaires-constructeur{
    padding: 25px 0;
}
#partenaires-constructeur img{
    height: 35px;
    margin: 20px 0;

}

/******  Footer  *****/
.footer{
    padding-top: 40px;
}
.footer .LogoSocial svg {
    margin: 10px;
    height: 30px;
    
}
.mailFooter{
    height: 21px;
}
.brand-logo-light{
    height: 100px;
}

.footer a:hover{
    color: rgb(255, 33, 33) !important;
    
}
.footerMenu .active{
    color: rgb(255, 33, 33) !important;
    font-weight: bold;
}

/* .contact-list a{
    color: rgb(255, 33, 33) !important;
} */
.contact-list a:hover{
    color: rgb(255, 33, 33) !important;
}

#contact{
    margin-bottom: 50px;
}

.ContactLogo{
    margin-bottom: 40px;
}
#contact iframe{
    margin: 50px 0 0 0 ;
}

/******  Form  *****/

.contact {
    padding: 0;
    font-family: Arial, sans-serif;
    justify-content: center;
    align-items: center;
}

.form-container {
    margin: 0 auto;
    color: white;
    background-color: #4D6A79;
    padding: 30px;
    border-radius: 10px;
    max-width: 400px;
    width: 100%;
    text-align: left;
}

.form-container h2 {
    text-align: center;
    color: white;
    margin-bottom: 20px;
}

.form-container label {
    display: block;
    margin-top: 15px;
   
}

.form-container input,
.form-container textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.form-container button {
    margin-top: 20px;
    width: 100%;
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 12px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

.form-container button:hover {
    background-color: #0056b3;
}

/***** tarif ******/
.heading{
    color: white;
}

/******  contact  *****/
.imgContact{
    height: 100px;
    margin: 0 auto;
}

/******  Form  *****/
#cookie-banner{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #3D3D3D;
    color: #ffffff;
    padding: 15px;
    text-align: center;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cookie-banner #accept-cookies{
    background-color: green;
    color: white;
}

#cookie-banner #accept-cookies:hover{
    background-color: white;
    color: green;
}

#cookie-banner #decline-cookies{
    background-color: red;
    color: white;
}

#cookie-banner #decline-cookies:hover{
    background-color: white;
    color: red;
}

#cookie-banner button{
    background-color: #ffffff;
    color: #000000;
    padding: 5px 10px;
    margin: 0 0 0 25px;
    border-radius: 5px;
    cursor: pointer;
    border: 0;
}
#cookie-banner button:hover{
    background-color: #000000;
    color: #ffffff;
}



@media only screen and (max-width: 600px) {
    
  }
  
  @media only screen and (min-width: 600px) {
    
  }
  
  @media all and (max-width: 480px) {
    .carousel-caption {
        width: 280px !important;
       
    }


    #container_card{
        left: 20px !important;
        right: 20px !important;
    }

    .card{
        margin-right: 0px !important;
        margin-left: 0px !important;
      
    }
    .left{
        text-align: center;
    }
    .carrouselColorImg{
        height: 350px   ;
        width: auto;
        object-fit: cover;
        
    }
    h2{
        margin: 0 15px;
    }
    #myCarousel h3 {
        font-size: 23px;
    }
    .titreCaroussel{     
        font-size: 25px;
    }
    #tarifs .pricingTable .pricingTable-header {
        padding: 25px 50px;
       
    }
    
    #tarifs .tarif {
        margin-top: 25px;
    }
    
    #menu-depanne{
        margin-top: 20px;
        margin-bottom: 40px; 
    }
    .section-header {
        margin: 0;
    }
    
    .img-fluide{
        padding: 0 0 25px 0;
    }
    .ImgClermont{
        background-image: none;
        height: 350px;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #ffffff;
    }
    
    .ImgService{
        background-image: none;
        height: 350px;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #ffffff;
    }
    .ImgLaboutique{
        background-image: none;
        height: 350px;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #ffffff;
    }
    
    .ImgFormation{
        background-image: none;
        height: 350px;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #ffffff;
    }
  }
