/********************** COMMUN **********************/

.white{
	color: white;
}

.fs1{
	font-size: 1rem;
}

.fs2{
	font-size: 1.5rem;
}

.rdImg{
	border-radius: 4px;
}

.bg-gray{
	background-color: #E1E1E1;
}

.brd{
	border: 1px solid #E1E1E1;
	border-radius: 4px;
}

.icn-services{
	font-size: 60px;
	color: #F0911F;
}

.icn-services-primary{
	font-size: 60px;
}

.fd-services{
	background-color: #F1F1F1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 18px;
	padding: 32px 0;
}

.fd-services-primary{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 18px;
	padding: 32px 0;
}

.icn-large{
	font-size: 48px;
	color: #0961BB;
	float: left;
	margin-right: 12px;
	display: flex;
	align-items: center;
}

.thumbnail-classic{
	max-width: 100%;
}

/********************** MENU **********************/

.rd-navbar-static .rd-navbar-nav > li{
	padding: 0 30px;
}

.rd-navbar .rd-navbar-nav > li > a{
	text-transform: capitalize;
	font-size: 16px;
}

.rd-navbar-static .rd-navbar-panel + .rd-navbar-nav-wrap{
	display: block;
	margin: 0 auto;
}

.rd-navbar--is-stuck .rd-navbar-brand img{
	max-width: 75px;
}

.rd-navbar-fullwidth .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-dropdown{
	width: 280px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap{
	width: 100%;
}

.rd-navbar-fixed .rd-navbar-top-panel__content{
	width: 100%;
}

.rd-navbar-fixed .rd-navbar-top-panel__content .rd-navbar-top-panel__left,
.rd-navbar-fixed .rd-navbar-top-panel__content .rd-navbar-top-panel__right{
	display: inline-block;
}

.icon_sauvegarde
{
	font-size: 28px;
	font-weight: bold;
	border-right: #F0911F 3px solid;
	padding-right: 5px;
}

.titre_accueil
{
	font-size: 60px;
}

.txt-black
{
	color: black !important;
	background-color: rgba(249, 253, 249, 0.6);
	border-radius: 10px;
}

.texte_plus_petit
{
	font-size: 14px;
}


@media screen and (min-width: 0px) and (max-width: 500px) /* téléphone */
{
	.mobile-text{font-size: 40px;}
	.mobile-tab-hide{display: none;}
	.youtube-site{display: none;}
	.youtube-mobile{display: block;}
}


@media screen and (min-width: 500px) and (max-width: 900px) /* tablette */
{
	.tablette-text{font-size: 40px;}
	.mobile-tab-hide{display: none;}
	.youtube-site{display: block;}
	.youtube-mobile{display: none;}
}

@media screen and (min-width: 901px) /* site */
{
	.youtube-site{display: block;}
	.youtube-mobile{display: none;}
}

/********************** EXPERTISES **********************/

.expertise-page-shell{
	background:
		radial-gradient(circle at top left, var(--expertise-accent-soft), transparent 28%),
		radial-gradient(circle at 85% 18%, rgba(240, 145, 31, 0.12), transparent 18%);
}

.expertise-eyebrow{
	color: white;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-size: 0.9rem;
	margin-bottom: 18px;
}

.expertise-hero-shell{
	padding: 140px 0 110px;
}

.expertise-hero-card{
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	padding: 42px 48px 34px;
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(9, 97, 187, 0.92), rgba(6, 44, 88, 0.84));
	box-shadow: 0 26px 60px rgba(8, 40, 80, 0.35);
	overflow: hidden;
}

.expertise-hero-card:before{
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at top right, var(--expertise-accent-soft), transparent 34%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 60%);
	pointer-events: none;
}

.expertise-hero-icon-wrap{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 82px;
	margin-bottom: 20px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(4px);
}

.expertise-hero-orbit{
	position: absolute;
	inset: 8px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 50%;
}

.expertise-hero-icon{
	position: relative;
	width: 42px;
	height: 42px;
	object-fit: contain;
	z-index: 1;
}

.expertise-hero-text{
	max-width: 760px;
	margin: 20px auto 0;
	font-size: 1.1rem;
	line-height: 1.7;
}

.expertise-hero-meta{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 28px;
}

.expertise-hero-meta span{
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: white;
	font-size: 0.92rem;
	font-weight: 600;
}

.expertise-hero-ribbon{
	position: absolute;
	right: -38px;
	top: 22px;
	width: 150px;
	height: 150px;
	border-radius: 30px;
	transform: rotate(24deg);
	background: linear-gradient(180deg, var(--expertise-accent-soft), transparent 72%);
}

.expertise-main-section{
	position: relative;
	margin-top: -42px;
	z-index: 2;
}

.expertise-side-nav{
	background: #f5f7fa;
	border: 1px solid #d9e1ea;
	border-radius: 18px;
	padding: 28px 24px;
	box-shadow: 0 18px 42px rgba(13, 41, 73, 0.08);
}

.expertise-side-top{
	padding-bottom: 18px;
	border-bottom: 1px solid #d9e1ea;
}

.expertise-side-top p:last-child{
	color: #4c6078;
	line-height: 1.7;
	margin-bottom: 0;
}

.expertise-side-top h5{
	margin-bottom: 10px;
}

.expertise-side-kicker{
	margin-bottom: 10px;
	color: var(--expertise-accent);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.expertise-side-list{
	margin: 18px 0 0;
	padding: 0;
}

.expertise-side-list li + li{
	margin-top: 10px;
}

.expertise-side-list li a{
	display: block;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	border-radius: 12px;
	background: white;
	color: #1f2d3d;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 8px 18px rgba(19, 42, 74, 0.05);
	transition: all 0.2s ease;
}

.expertise-side-dot{
	flex: 0 0 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--expertise-accent);
	box-shadow: 0 0 0 5px var(--expertise-accent-soft);
}

.expertise-side-list li.active a,
.expertise-side-list li a:hover{
	transform: translateY(-2px);
	background: #0961BB;
	color: white;
}

.expertise-side-list li.active .expertise-side-dot,
.expertise-side-list li a:hover .expertise-side-dot{
	background: white;
}

.expertise-intro-band{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 18px 24px;
	padding: 26px 28px;
	margin-bottom: 24px;
	border-radius: 18px;
	background: linear-gradient(135deg, #fff8f0, #ffffff);
	border: 1px solid var(--expertise-accent-soft);
	box-shadow: 0 18px 38px rgba(18, 41, 72, 0.08);
}

.expertise-intro-band h4{
	margin-bottom: 0;
	color: #173558;
}

.expertise-intro-band p{
	max-width: 420px;
	margin-bottom: 0;
	color: #4c6078;
}

.expertise-color-notes{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.expertise-note{
	display: inline-flex;
	align-items: center;
	padding: 9px 14px;
	border-radius: 999px;
	background: white;
	border: 1px solid var(--expertise-accent-soft);
	color: #274567;
	font-size: 0.86rem;
	font-weight: 600;
	box-shadow: 0 8px 20px rgba(17, 39, 69, 0.05);
}

.expertise-card{
	margin-bottom: 20px;
	border: 1px solid #dce3ea;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 18px 38px rgba(18, 41, 72, 0.08);
}

.expertise-card-heading{
	background:
		linear-gradient(135deg, #ffffff, #f4f8fc),
		radial-gradient(circle at top left, var(--expertise-accent-soft), transparent 30%);
}

.expertise-card-title{
	margin: 0;
}

.expertise-card .card-custom-title > a{
	display: flex;
	align-items: center;
	gap: 18px;
	font-family: "Libre Franklin", sans-serif;
	font-size: 1.22rem;
	line-height: 1.35;
	font-weight: 600;
	padding: 18px 12px 18px 52px;
	min-height: 0;
}

.expertise-card .card-custom-title > a:before{
	left: 12px;
	right: auto;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
}

.expertise-card .card-custom-title > a.collapsed:before{
	transform: translateY(-50%) rotate(0deg);
}

.expertise-card .card-custom-title > a span{
	padding-left: 0;
}

.expertise-card-index{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--expertise-accent), #f0911f);
	color: white;
	font-size: 0.92rem;
	font-weight: 700;
	box-shadow: 0 12px 22px rgba(18, 41, 72, 0.16);
}

.expertise-card-text{
	display: flex;
	align-items: center;
	min-width: 0;
	min-height: 40px;
	flex: 1 1 auto;
}

.expertise-card-text strong{
	color: #16304f;
	font-family: "Libre Franklin", sans-serif;
	font-size: 1.18rem;
	font-weight: 600;
	display: inline-block;
	line-height: 1.28;
	margin: 0;
}

.expertise-emphasis{
	font-weight: 700;
	color: #16304f;
}

.expertise-card-text small{
	margin-top: 3px;
	color: #6c7f95;
	font-size: 0.82rem;
	font-weight: 500;
}

.expertise-card-title a.collapsed .expertise-card-index{
	opacity: 0.92;
	transform: scale(0.96);
}

.expertise-card-body{
	padding: 30px;
	background: #fbfdff;
}

.expertise-panels{
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.expertise-panel{
	flex: 1 1 280px;
	padding: 24px;
	border-radius: 18px;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.expertise-panel:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
}

.expertise-panel-problem{
	background: linear-gradient(180deg, #fff6f1, #ffffff);
	border: 1px solid #f3ded1;
}

.expertise-panel-problem:before{
	background: linear-gradient(90deg, #f0911f, #eb6c4d);
}

.expertise-panel-solution{
	background: linear-gradient(180deg, #eef8ff, #ffffff);
	border: 1px solid #d1e5f8;
}

.expertise-panel-solution:before{
	background: linear-gradient(90deg, #0961BB, #26a0da);
}

.expertise-panel-head{
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 16px;
}

.expertise-panel-heading-copy{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 6px;
	min-width: 0;
}

.expertise-panel-head h6{
	margin-bottom: 0;
	font-family: "Libre Franklin", sans-serif;
	font-size: 1.12rem;
	font-weight: 600;
	color: #16304f;
}

.expertise-panel-icon-wrap{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 13px;
	flex: 0 0 46px;
}

.expertise-panel-icon-wrap img{
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.expertise-panel-icon-problem{
	background: rgba(240, 145, 31, 0.14);
}

.expertise-panel-icon-solution{
	background: rgba(9, 97, 187, 0.12);
}

.expertise-panel-text{
	margin-bottom: 0;
	color: #324a64;
	line-height: 1.75;
}

.expertise-panel-intro{
	margin-bottom: 16px;
}

.expertise-label{
	color: var(--expertise-accent);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 1;
}

.expertise-solution-list{
	margin: 0;
	padding: 0;
	list-style: none;
}

.expertise-solution-list li{
	position: relative;
	padding-left: 28px;
	margin-bottom: 12px;
	color: #294868;
	line-height: 1.65;
}

.expertise-solution-list li:last-child{
	margin-bottom: 0;
}

.expertise-solution-list li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: linear-gradient(135deg, #0961BB, #26a0da);
	box-shadow: 0 0 0 5px rgba(9, 97, 187, 0.1);
}

.expertise-cta-section{
	border-top: 1px solid #d9e3ee;
	background:
		linear-gradient(180deg, rgba(255,255,255,0.2), rgba(255,255,255,0.2)),
		radial-gradient(circle at left center, var(--expertise-accent-soft), transparent 22%);
}

@media screen and (max-width: 900px)
{
	.expertise-hero-shell{
		padding: 110px 0 90px;
	}

	.expertise-hero-card{
		padding: 30px 22px 24px;
		border-radius: 18px;
	}

	.expertise-hero-icon-wrap{
		width: 68px;
		height: 68px;
	}

	.expertise-hero-icon{
		width: 34px;
		height: 34px;
	}

	.expertise-hero-meta{
		gap: 8px;
	}

	.expertise-hero-meta span{
		padding: 8px 12px;
		font-size: 0.82rem;
	}

	.expertise-hero-ribbon{
		width: 94px;
		height: 94px;
		right: -22px;
		top: 16px;
	}

	.expertise-side-nav{
		padding: 20px 18px;
	}

	.expertise-intro-band{
		padding: 22px 18px;
	}

	.expertise-card-index{
		width: 36px;
		height: 36px;
		font-size: 0.84rem;
	}

	.expertise-card .card-custom-title > a{
		font-size: 1.08rem;
		gap: 14px;
		padding: 14px 10px 14px 46px;
		min-height: 0;
	}

	.expertise-card-text strong{
		font-size: 1.03rem;
	}

	.expertise-card-body{
		padding: 18px;
	}

	.expertise-panel{
		padding: 18px;
	}

	.expertise-panel-icon-wrap{
		width: 38px;
		height: 38px;
		flex-basis: 38px;
	}

	.expertise-panel-icon-wrap img{
		width: 18px;
		height: 18px;
	}

	.expertise-panel-head h6{
		font-size: 1rem;
	}

	.expertise-panel-heading-copy{
		gap: 4px;
	}

	.expertise-color-notes{
		margin-bottom: 16px;
	}
}
