/**
 * PIGI Conseils - Custom Styles
 *
 * Ce fichier contient les styles personnalisés spécifiques au site PIGI Conseils
 * pour adapter le template Bootstrap au cahier des charges.
 *
 * @package PIGI_Conseils
 * @since 1.0.0
 *
 * COULEURS DU CAHIER DES CHARGES :
 * - Bleu : #0a192f (principal)
 * - Vert : #2d8659
 * - Doré : #d4af37
 */

/* ==========================================================================
   Variables CSS
   ========================================================================== */
:root {
	--color-blue: #0a192f;
	--color-green: #2d8659;
	--color-gold: #d4af37;
	--color-text: #666666;
	--color-heading: #0a192f;
}

/* ==========================================================================
   Styles Personnalisés
   ========================================================================== */

/* ==========================================================================
   BANNER / SLIDER HERO SECTION
   ========================================================================== */

/* Titre du slider - Couleur dorée */
.banner-section .title {
	color: var(--color-gold);
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Texte descriptif */
.banner-section .text {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.8;
}

/* Cercle animé - SVG */
.banner-section .circle svg text {
	fill: var(--color-gold);
}

/* Navigation du slider */
.banner-section .swiper-button-prev,
.banner-section .swiper-button-next {
	background: var(--color-blue);
	border: 2px solid var(--color-gold);
	transition: all 0.3s ease;
}

.banner-section .swiper-button-prev:hover,
.banner-section .swiper-button-next:hover {
	background: var(--color-green);
	border-color: var(--color-green);
	transform: scale(1.1);
}

.banner-section .swiper-button-prev .icon,
.banner-section .swiper-button-next .icon {
	color: var(--color-gold);
}

/* ==========================================================================
   AJUSTEMENTS RESPONSIVE
   ========================================================================== */

@media (max-width: 768px) {
	.banner-section .title {
		font-size: 32px;
		line-height: 1.3;
	}

	.banner-section .text {
		font-size: 16px;
	}

	.banner-section .circle {
		width: 150px;
		height: 150px;
	}
}

/* ==========================================================================
   ABOUT SECTION
   ========================================================================== */

/* Sous-titre */
.about-two .sec-title .sub-title {
	color: var(--color-green);
}

/* Titre principal */
.about-two .sec-title h2 {
	color: var(--color-blue);
}

/* Box "Notre Mission" */
.about-two .about-content {
	border: 2px solid var(--color-gold);
}

.about-two .about-content .icon {
	color: var(--color-gold);
}

.about-two .about-content h4 {
	color: var(--color-gold);
}

.about-two .about-content .list li i {
	color: var(--color-green);
}

/* Compteurs */
.about-two-count {
	transition: all 0.3s ease;
}

.about-two-count:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
}

.about-two-count .count-outer {
	color: var(--color-blue);
}

.about-two-count .texts {
	color: var(--color-text);
}

/* Bouton "En savoir plus" */
.about-two .button-theme-border1 {
	border-color: var(--color-green);
	color: var(--color-green);
	transition: all 0.3s ease;
}

.about-two .button-theme-border1 .left-arrow,
.about-two .button-theme-border1 .right-arrow {
	color: var(--color-gold);
}

/* ==========================================================================
   TESTIMONIALS SECTION
   ========================================================================== */

/* Section Title */
.testimonials-section .sec-title .sub-title {
	color: var(--color-green);
}

.testimonials-section .sec-title h2 {
	color: var(--color-blue);
}

/* Testimonial Block */
.testimonial-block {
	padding: 30px;
	border: 2px solid var(--color-gold);
	border-radius: 8px;
	transition: all 0.3s ease;
}

.testimonial-block:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(212, 175, 55, 0.15);
}

/* Quote Icon */
.testimonial-block .quote-icon {
	font-size: 48px;
	color: var(--color-gold);
	margin-bottom: 20px;
	opacity: 0.3;
}

/* Testimonial Text */
.testimonial-block .text {
	color: var(--color-text);
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
}

/* Rating Stars */
.testimonial-block .rating {
	margin-top: 15px;
}

.testimonial-block .rating i {
	color: var(--color-gold);
	font-size: 14px;
	margin-right: 3px;
}

/* Client Info */
.testimonial-block .info-box {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #e5e5e5;
}

.testimonial-block .thumb {
	flex-shrink: 0;
}

.testimonial-block .client-image {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid var(--color-gold);
}

.testimonial-block .info .name {
	color: var(--color-blue);
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}

.testimonial-block .info .designation,
.testimonial-block .info .company {
	display: block;
	color: var(--color-green);
	font-size: 14px;
	line-height: 1.5;
}

/* Swiper Navigation */
.testimonials-swiper .swiper-button-prev,
.testimonials-swiper .swiper-button-next {
	background: var(--color-blue);
	border: 2px solid var(--color-gold);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.testimonials-swiper .swiper-button-prev:hover,
.testimonials-swiper .swiper-button-next:hover {
	background: var(--color-green);
	border-color: var(--color-green);
	transform: scale(1.1);
}

.testimonials-swiper .swiper-button-prev i,
.testimonials-swiper .swiper-button-next i {
	color: var(--color-gold);
}

/* Swiper Pagination */
.testimonials-swiper .swiper-pagination-bullet {
	background: var(--color-blue);
	opacity: 0.3;
}

.testimonials-swiper .swiper-pagination-bullet-active {
	background: var(--color-gold);
	opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
	.testimonial-block {
		padding: 20px;
	}

	.testimonial-block .text {
		font-size: 14px;
	}

	.testimonial-block .info-box {
		flex-direction: column;
		text-align: center;
	}
}

/* ==========================================================================
   CONTACT SECTION
   ========================================================================== */

/* Section Title */
.contact-section .sec-title .sub-title {
	color: var(--color-green);
}

.contact-section .sec-title h2 {
	color: var(--color-blue);
}

.contact-section .sec-title .text {
	color: var(--color-text);
	margin-top: 15px;
	line-height: 1.8;
}

/* Form Styling */
.contact-section .contact-form label {
	color: var(--color-blue);
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 8px;
	display: block;
}

.contact-section .contact-form input,
.contact-section .contact-form select,
.contact-section .contact-form textarea {
	border: 1px solid #e5e5e5;
	transition: all 0.3s ease;
}

.contact-section .contact-form input:focus,
.contact-section .contact-form select:focus,
.contact-section .contact-form textarea:focus {
	border-color: var(--color-gold);
	outline: none;
	box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.contact-section .contact-form select {
	background-color: #ffffff;
	cursor: pointer;
}

/* Contact Info */
.contact-info {
	display: flex;
	gap: 30px;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e5e5e5;
}

.contact-info .info-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.contact-info .info-item i {
	color: var(--color-gold);
	font-size: 20px;
}

.contact-info .info-item a {
	color: var(--color-blue);
	font-weight: 600;
	transition: color 0.3s ease;
}

.contact-info .info-item a:hover {
	color: var(--color-green);
}

/* Responsive */
@media (max-width: 768px) {
	.contact-info {
		flex-direction: column;
		gap: 15px;
	}

	.contact-section .form-group {
		margin-bottom: 15px;
	}
}

/* ==========================================================================
   NEWS SECTION - ACTUALITÉS
   ========================================================================== */

/* Section Title */
.news-section_four .sec-title .sub-title {
	color: var(--color-green);
}

.news-section_four .sec-title h2 {
	color: var(--color-blue);
}

/* News Block Four - Articles avec images */
.news-block_four .inner {
	transition: all 0.3s ease;
}

.news-block_four .inner:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.news-block_four .content {
	border: 2px solid var(--color-gold);
}

.news-block_four .meta li {
	color: var(--color-green);
}

.news-block_four .title a {
	color: var(--color-blue);
	transition: color 0.3s ease;
}

.news-block_four .title a:hover {
	color: var(--color-green);
}

/* News Block Five - Articles liste */
.news-block_five {
	border-left: 3px solid var(--color-gold);
	padding-left: 20px;
	margin-bottom: 30px;
	transition: all 0.3s ease;
}

.news-block_five:hover {
	border-left-color: var(--color-green);
	padding-left: 25px;
}

.news-block_five .meta li {
	color: var(--color-green);
}

.news-block_five .title a {
	color: var(--color-blue);
	transition: color 0.3s ease;
}

.news-block_five .title a:hover {
	color: var(--color-green);
}

/* Button Styling */
.news-section_four .button-theme-border2 .left-arrow,
.news-section_four .button-theme-border2 .right-arrow {
	color: var(--color-gold);
}

/* Responsive */
@media (max-width: 768px) {
	.news-block_five {
		padding-left: 15px;
		margin-bottom: 20px;
	}
}

/* Ajoutez vos autres styles personnalisés ci-dessous */
