/****************************/
/* ENTREPRISE (HERO SECTION) */
/****************************/

.cc17_informatique {
	position: relative;
	margin: 0px 0px 80px 0px;
	background-color: var(--cc17-blue);
	min-height: 80vh;
	display: flex;
	align-items: center;
}

.magasin_cc17_informatique {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/pictures/magasin.jpeg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

.magasin_cc17_informatique::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(0, 61, 133, 0.95) 0%, rgba(0, 61, 133, 0.4) 100%);
}

.description_cc17_informatique {
	position: relative;
	z-index: 1;
	padding: 0 10%;
	color: white;
	max-width: 65%;
	animation: slideInLeft 1s ease-out;
}

.description_cc17_informatique h1 {
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 30px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.description_cc17_informatique div {
	margin: 20px 0px;
	font-size: 1.2rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.9);
}

@keyframes slideInLeft {
	from { opacity: 0; transform: translateX(-50px); }
	to { opacity: 1; transform: translateX(0); }
}

@media all and (max-width: 1200px) {
	.description_cc17_informatique h1 { font-size: 2.8rem; }
	.description_cc17_informatique { max-width: 80%; }
}

@media all and (max-width: 800px) {
	.magasin_cc17_informatique::after {
		background: linear-gradient(to bottom, rgba(0, 61, 133, 0.9) 0%, rgba(0, 61, 133, 0.7) 100%);
	}
	.description_cc17_informatique {
		max-width: 100%;
		padding: 40px 5%;
		text-align: center;
	}
	.description_cc17_informatique h1 { font-size: 2.2rem; }
}


/****************************/
/* SERVICES (BENTO BOX) */
/****************************/

.services_cc17 {
	margin: 0px 0px 100px 0px;
	padding: 0 10%;
}

.titre_services_cc17 {
	text-align: center;
	margin-bottom: 50px;
}

.titre_services_cc17 h2 {
	font-size: 2.8rem;
	color: var(--cc17-blue);
	margin-bottom: 15px;
	font-weight: 800;
}

.titre_services_cc17 div {
	font-size: 1.3rem;
	color: #666;
}

.bento_services_cc17 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.bento_card {
	background: #fff;
	border-radius: 24px;
	padding: 40px 30px;
	position: relative;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	box-shadow: 0 10px 30px rgba(0,0,0,0.06);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	border: 1px solid rgba(0,61,133,0.1);
	z-index: 1;
}

.bento_card::before {
	content: '';
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	background: linear-gradient(135deg, var(--cc17-blue), #001a40);
	opacity: 0;
	z-index: -1;
	transition: opacity 0.4s ease;
}

.bento_card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0,61,133,0.2);
}

.bento_card:hover::before {
	opacity: 1;
}

.bento_content {
	transition: color 0.4s ease;
}

.bento_card:hover .bento_content h3, 
.bento_card:hover .bento_content p {
	color: #fff;
}

.bento_card:hover .bento_icon img {
	filter: brightness(0) invert(1);
}

.bento_icon {
	margin-bottom: 25px;
	text-align: left;
}

.bento_icon img {
	width: 55px;
	transition: filter 0.4s ease, transform 0.4s ease;
}

.bento_card:hover .bento_icon img {
	transform: scale(1.1) rotate(5deg);
}

.bento_content h3 {
	font-size: 1.5rem;
	color: var(--cc17-orange);
	margin-bottom: 15px;
	font-weight: 700;
}

.bento_content p {
	color: #555;
	font-size: 1rem;
	line-height: 1.6;
}

@media all and (max-width: 1000px) {
	.bento_services_cc17 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media all and (max-width: 600px) {
	.bento_services_cc17 {
		grid-template-columns: 1fr;
	}
}

/****************************/
/* SECTEURS ACTIVITES */
/****************************/
.secteurs_activites_cc17 { margin: 0px 0px 100px 0px; padding: 0px 10%; }
.secteurs_activites_cc17 h2 { color: var(--cc17-blue); font-size: 2.5rem; text-align: center; margin-bottom: 50px; }
.reveal_secteurs_activites { position: relative; transform: translateY(150px); opacity: 0; transition: 2s all ease; }
.reveal_secteurs_activites.active { transform: translateY(0); opacity: 1; }
.grille_secteurs_activites_cc17 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.cellule_secteurs_activites_cc17 { display: flex; align-items: center; justify-content: center; height: 250px; border-radius: 30px; box-shadow: 0 15px 30px rgba(0,61,133,0.2); position: relative; overflow: hidden; transition: transform 0.3s ease; }
.cellule_secteurs_activites_cc17:hover { transform: scale(1.05); z-index: 10; }
.education { background: url("../images/pictures/education.jpg") center/cover no-repeat; }
.medical { background: url("../images/pictures/medical.jpg") center/cover no-repeat; }
.profession_liberale { background: url("../images/pictures/profession-liberale.jpg") center/cover no-repeat; }
.transport { background: url("../images/pictures/bus.jpg") center/cover no-repeat; }
.nom_secteurs_activites_cc17 {
	text-align: center; font-size: 1.5rem; font-weight: bold; color: white; background-color: rgba(0, 61, 133, 0.8);
	width: 100%; padding: 20px; transition: background-color 0.3s ease;
}
.cellule_secteurs_activites_cc17:hover .nom_secteurs_activites_cc17 { background-color: var(--cc17-orange); }
@media all and (max-width: 1200px) { .grille_secteurs_activites_cc17 { grid-template-columns: repeat(2, 1fr); } }
@media all and (max-width: 600px) { .grille_secteurs_activites_cc17 { grid-template-columns: 1fr; } }


/****************************/
/* SERVICE A LA PERSONNE */
/****************************/
.sap_cc17 { color: var(--cc17-blue); margin: 0px 0px 100px 0px; padding: 0px 10%; }
.reveal_sap { position: relative; transform: translateY(150px); opacity: 0; transition: 2s all ease; }
.reveal_sap.active { transform: translateY(0); opacity: 1; }
.sap_cc17 h2 { font-size: 2.5rem; text-align: center; margin-bottom: 50px; }
.grille_sap_cc17 { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.cellule_sap_cc17 { font-size: 1.2rem; line-height: 1.6; }
.cellule_sap_cc17 div { margin-bottom: 30px; }
.reduction_sap_cc17 { font-weight: bold; color: var(--cc17-orange); font-size: 1.4rem; padding: 20px; background: #fff3e0; border-radius: 15px; text-align: center; box-shadow: 0 10px 20px rgba(222,142,0,0.1); }
.cellule_image_sap_cc17 { text-align: center; }
.cellule_image_sap_cc17 img { width: 100%; max-width: 400px; filter: drop-shadow(0 15px 25px rgba(0,0,0,0.1)); }
.image_gauche_sap_cc17 { display: none; }
.image_droite_sap_cc17 { display: block; }
.bouton_sap_cc17 { text-align: center; margin-top: 50px; }
.bouton_sap_cc17 a { display: inline-block; text-decoration: none; color: white; background-color: var(--cc17-blue); padding: 15px 40px; font-size: 1.2rem; font-weight: bold; border-radius: 30px; transition: all 0.3s ease; }
.bouton_sap_cc17 a:hover { background-color: var(--cc17-orange); transform: translateY(-5px); box-shadow: 0 10px 20px rgba(222,142,0,0.3); }
@media all and (max-width: 1000px) {
	.grille_sap_cc17 { grid-template-columns: 1fr; text-align: center; }
	.image_gauche_sap_cc17 { display: block; }
	.image_droite_sap_cc17 { display: none; }
}

/****************************/
/* ABONNEMENTS */
/****************************/
.abonnements {
	margin: 100px 0px; padding: 80px 10%; background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); text-align: center;
}
.abonnements h2 { font-size: 2.5rem; color: var(--cc17-blue); margin-bottom: 15px; }
.abonnements > div { font-size: 1.2rem; color: #666; margin-bottom: 50px; }
.grille_abonnements { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; }
.cellule_abonnements { background: white; border-radius: 20px; padding: 30px; transition: all 0.3s ease; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.cellule_abonnements:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); }
.nom_abonnements { font-weight: 600; color: var(--text-main); margin-bottom: 20px; }
.image_abonnements img { max-height: 120px; max-width: 220px; object-fit: contain; }

/****************************/
/* ZONES ACTIVITES */
/****************************/
.zones_activites_cc17 { 
	display: grid; 
	grid-template-columns: 1fr 1fr; 
	gap: 50px; 
	margin: 0; 
	align-items: center; 
	background: #e6f0fa; 
	padding: 100px 10%; 
}
.cellule_image_zones_activites_cc17 { text-align: center; }
.cellule_image_zones_activites_cc17 img { width: 100%; max-width: 500px; filter: drop-shadow(0 15px 30px rgba(0,61,133,0.15)); }
.cellule_zones_activites_cc17 h2 { font-size: 2.5rem; color: var(--cc17-blue); margin-bottom: 30px; }
.cellule_zones_activites_cc17 div { margin-bottom: 20px; color: #555; font-size: 1.1rem; }
.villes_zones_activites_cc17 { font-weight: 500; color: var(--cc17-blue) !important; line-height: 1.8 !important; padding: 25px; background: #ffffff; border-radius: 15px; border-left: 5px solid var(--cc17-blue); box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
@media all and (max-width: 1000px) { .zones_activites_cc17 { grid-template-columns: 1fr; padding: 50px 5%; } }
