.bandeau-top {
	background-color: #2D87C5;
	font-size: 18px;
	font-weight: bold;
	color: white;
}

.bandeau-second {
    padding: 10px 0;
}

.bandeau-container {
    max-width: 1024px;
}

.logo-img {
    max-width: 200px;
    width: 200px; 
}

@media (max-width: 768px) {
    .logo-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.phone-btn {
    font-size: 1.5rem; /* Ajustez la taille du texte */
	font-weight: bold;
    padding: 5px 10px; /* Ajustez le padding pour un bouton plus gros */
}

.phone-btn .fas {
    margin-right: 10px; /* Espace entre l'icône et le texte */
}

.btn-danger {
    color: #fff;
    background-color: red;
    border-color: red;
}

.texte-bloc-bg {
    position: relative;
    background-image: url('porte-blindee-Titre.jpg');
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

.texte-bloc-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.texte-bloc-container {
    max-width: 1024px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.slogans-col h1,
.slogans-col p {
    color: white;
}

.liste-col .list-group-item {
    background-color: transparent;
    border: none;
    position: relative;
    padding-left: 30px;
    color: white;
	font-size: 22px;
    padding-top: 2px;
}

.liste-col .list-group-item::before {
    content: '\f164';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    position: absolute;
    left: 0px;
    top: 45%;
    transform: translateY(-50%);
    color: green;
}

.wave-svg {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 1; /* Assurez-vous que l'élément SVG est au-dessus de l'image */
}

.gray-block {
	position: relative;
    padding: 20px;
    background-color: #d5d5d5;
}

#galleryCarousel {
    width: 100%;
    height: 0;
    padding-bottom: 100%; /* Pour maintenir un aspect carré */
    overflow: hidden;
}

#galleryCarousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Pour s'assurer que l'image couvre toute la zone, sans étirement */
}

.testimonial-block {
    position: relative;
    padding: 20px;
    background-color: white;
}

.styled-image {
    border: 2px solid #fff; /* Bordure solide de 5px avec une couleur gris clair */
    border-radius: 10px; /* Bordures arrondies */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Ombre avec un léger flou */
}

/* Styles personnalisés pour l'accordion si nécessaire */
#faqAccordion .card {
    margin-bottom: 10px;
}

#faqAccordion .btn-link {
    text-decoration: none;
    color: #333;
}


.footer-before {
	height: 100px;
	margin-bottom: 120px;
	background-color: #3c3c3c;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
	height:120px;
    background-color: #3c3c3c;
    padding: 10px 0; /* Espacement interne du footer */
	z-index: 1000;
	color: white;
}

.logo-col img {
    max-width: 100%;
    height: auto;
}

.phone-btn {
    font-size: 1.25rem; /* Taille du texte du bouton */
}

.btn-primary {
	position: relative;
	z-index: 1000;
}

.accroche-col {
    text-align: right;
}

.footer-link {
	text-align: center;
	color: white;
}

#cookie-banner {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #2D87C5;
	color: white;
	text-align: center;
	padding: 10px;
	z-index: 1000;
}

#cookie-banner button {
	margin-left: 10px;
	padding: 5px 10px;
}
