
/*  */
/* NavBar */
#Navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}

#logo {
    cursor:pointer;
}
/*  */
/* Header */
#PageTitle:hover {
    font-weight: 350;
    cursor: pointer;
}

#TextChange:hover {
    font-weight: 340;
    cursor: pointer;
}
#TextChange::after {
    content: "Etude & Conseil";
    animation: TextChange infinite 12s;

}

@keyframes TextChange {
    0% {
        content: "Etude & Conseil";
    }

    33% {
        content: "Création & remplacement";

    }

    66% {
        content : "Pose & Entretien"
    }

}

/*  */
/* Portfolio */
.PortfolioService {
    z-index: 2;
}

.HoverTitle {
    font-size: 2.1vw;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-top: 5%;
    margin-bottom: 5%;

}

.HoverDescription {
    font-size: 1.15vw;
    margin-top: 5%;
}

.HoverBut {
    font-size: 1.15vw;
    margin-top: 3%;
    margin-bottom: 2%;
}

@media (max-width: 768px) {
    .HoverTitle {
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 2em;
        margin-top: 1em;
        margin-bottom: 0.8em;

    }

    .HoverDescription {
        font-size: 1.3em;
        margin-top: 1em;
        margin-bottom: 0.8em;
    }

    .HoverBut {
        font-size: 1.5em;
        margin-top: 1em;
        margin-bottom: 0.5em;
    }
}

@media (max-width: 446px) {
    .HoverTitle {
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 2em;
        margin-top: 1em;

    }

    .HoverDescription {
        display: none;
        font-size: 1.3em;
        margin-top: 0.5em;
    }

    .HoverBut {
        font-size: 1.2em;
        margin-top: 0.5em;
    }
}

.ServicesHover {
    visibility: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: aliceblue;
    font-weight: 100;
    border-radius: 5px;
}

.ServHovContent {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.BorderPadd {
    height: 100%;
}
/*  */
/* About Us */

#ImageAbout {
    display: block;
}
.AboutImage {
    box-shadow: 7px 7px 7px rgba(132, 132, 132, 0.7);
    width: 40rem;
}

@media (max-width: 755px) {
    .AboutImage {
        width: 30rem;
    }
}@media (max-width: 600px) {
    .AboutImage {
        width: 20rem;
    }
}
@media (max-width: 430px) {
    .AboutImage {
        width: 15rem;
    }
}
@media (max-width: 370px) {
    .AboutImage {
        width: 10rem;
    }
}

/*  */
/* Fixed Contact Bottom right */
#FixedContact {
    position: fixed;
    margin: 0.5em;
    bottom: 0px;
    right: 0px;
}


/*  */
/* Realisation */
.ReaContent {
    background-repeat: no-repeat; 
    background-size: cover; 
    height: 25em;
    width: 27%;
    color:white;
}

/*  */
/* Footer */
.contactMode .ContactText{
    font-family: Courier, monospace;
    font-size: 1vw;

}
.contactMode span {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 500;
    font-size: 1vw;
    text-decoration: underline;
}
.contactMode span:hover {
    font-weight: 900;
    font-size: 1.1vw;
    text-shadow: 1px white;
}

/* Style all font awesome icons */
.fa {
    padding: 2%;
    font-size: 1.8em;
    width: 7%;
    text-align: center;
    border-radius: 50%;
    text-decoration: none;
    margin: 0.8em;
  }

/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
    background: #3B5998;
    color: white;
}
/* Youtube */
.fa-youtube {
    background: #FF0000;
    color: white;
}
/* Linkedin */
.fa-linkedin {
    background: #007BB5;
    color:white;
}

.FooterLink {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.1vw;
    color:black;
    text-decoration: none;
    display: block;
    margin: 0.5em;
    opacity: 0.9;

}

.FooterLink{
    position: relative;
}
.FooterLink:hover {
    opacity: 1;
    color: black;
    text-decoration: underline;
}

.LienUtile h2 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 2vw;
}

.MainDevis {
    width: 40%;
    opacity: 1;
    
}

.Devis {
    opacity: 0.5;
    text-align: center;
    display:flex ;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.MainDevis {
    width: 40%;
    opacity: 1;
    text-align: center;
    display:flex ;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.oDeviso a {
    color: black;
    text-decoration: none;
}
.video-container {
    position: relative;
    height: 60vh;
    /* 100% of viewport height */
    overflow: hidden;
}

video {
    object-fit: cover;
    /* Ensure the video covers the entire container */
      height: 100%;
}
.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .product{
    display:flex;
    justify-content:center;
    align-items:center ;
    width:100%;
    height: 100vh;
    row-gap: 1.2rem;
}
.product-small-image{
    display:flex;
    flex-direction: row;
    row-gap: 1.2rem;
}
.product-small-image img {
    width: 100%;
    height:auto;
}
.product-big-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    box-shadow: 8px 8px 12px #aaa;
}
.centreVerticalement {
    display: inline-block;
    vertical-align: middle;
    float: none;
   }
/* CSS pour le bandeau pleine largeur */
.bandeau-confiance {
    background-color: #ff69b4; /* Couleur de fond rose */
    color: white; /* Texte en blanc */
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    padding: 20px 0; /* Espacement vertical */
    width: 100vw; /* Prend toute la largeur de la fenêtre */
    margin: 0; /* Supprime les marges */
}