/* -------------------------------------------- A SUPPRIMER APRES MISE EN PROD */
/* -------------------------------------------- A SUPPRIMER APRES MISE EN PROD */
/* -------------------------------------------- A SUPPRIMER APRES MISE EN PROD */

.node-20496 #block-mainnavigation,
.node-20496 #block-mainnavigation-mobile {display: none;}





/* -------------------------------------------- RESET WEBFACTORY */
/* -------------------------------------------- RESET WEBFACTORY  */
/* -------------------------------------------- RESET WEBFACTORY  */

.node-20496 .header {
	border-bottom: solid 1px rgba(208,209,220,0.4);
}

.field--name-body #mega-menu ul li::before {
	display: none;
}

.field--name-body #mega-menu ul li {
	list-style: none;
	position: initial;
	padding-left: inherit;
	line-height: inherit;
}

.node-20496 .header {
	border-bottom: solid 1px rgba(208,209,220,0.4);
}

.field--name-body #mega-menu-ccige a:not(.ctaCKeditor):active,
.field--name-body #mega-menu-ccige a:not(.ctaCKeditor):focus,
.field--name-body #mega-menu-ccige a:not(.ctaCKeditor).focused, 
.field--name-body #mega-menu-ccige a:not(.ctaCKeditor).is-active,
.field--name-body #mega-menu-ccige a:not(.ctaCKeditor):hover {
	background-color: inherit;
	border: inherit;
	outline: none;
	color: inherit;
}



.field--name-body #mega-menu-ccige a:not(.ctaCKeditor) {
	padding-bottom: inherit;
	border-bottom: inherit;
	line-height: initial;
}

.field--name-body #mega-menu #mega-menu-ccige ul li.nav-step-1{
	position: relative;
}

/* -------------------------------------------- RESET */
/* -------------------------------------------- RESET */
/* -------------------------------------------- RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	text-rendering: optimizeLegibility;
}
body, html {
	font-size: 15px;
}
ol, ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.retour {
clear:both;
}

.animate {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
html {font-size: 62.5%;}
body  {font-family: "Fira Sans", Arial, sans-serif;font-size: 1rem;}

/* -------------------------------------------- START */
/* -------------------------------------------- START */
/* -------------------------------------------- START */

.menu-burger {
	display: none;
}

#mega-menu-ccige .mobile-back {
	display: none;
}

.dropdown-container {
	position: absolute;
	left: 0;
	background-color:#FDFBFB;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	padding: 0;
	border-bottom: solid 1px rgba(208,209,220,0.4);
	margin-top: 1px;
}

.dropdown-container.open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.dropdown-close {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1.2rem 0;
	line-height: 15px;
	font-size: 1.2rem;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
}

.dropdown-close:before {
	content: '';
	display: block;
	float: left;
	margin-right: 10px;
	width: 15px;
	height: 15px;
	background-image: url(cross.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}

#mega-menu {
	margin: auto;
}

#mega-menu-ccige {
	display: flex;
	justify-content: space-around;
	max-width: 1200px;
	margin: auto;
}

#mega-menu-ccige .mega-image > div {
	width: 100%;
	height: 100%;
	background-color: #000;
	border-radius: 2rem;
	min-height: 200px;
	display: flex;
	align-items: end;
	overflow: hidden;
	position: relative;
	line-height: initial;
}

#mega-menu-ccige .mega-image > div > span {
	width: 100%;
	padding: 0 2rem 2rem 2rem;
	z-index: 2;
}

#mega-menu-ccige .mega-image > div > span > span.titre {
	display: block;
	padding: 5px 5px;
	border-radius: 5px;
	background-color: #383ff5;
	color: #FFF;
	width: fit-content;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.5rem;
}

#mega-menu-ccige .mega-image > div > span > p {
	color: #FFF;
	font-size: 1.3rem;
}

#mega-menu-ccige .mega-image > div > span a {
	margin-top: 1rem;
	display: flex;
	gap: 5px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 1.4rem;
	padding-bottom: 0 !important;
}

#mega-menu-ccige .mega-image > div > span a:after {
	content: ">";
	display: block;
}

#mega-menu-ccige .mega-image > div > .img-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}

#mega-menu-ccige .mega-image > div > .img-container > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#mega-menu-ccige .nav-step-0 > a{
	text-decoration: none;
	color: #34353d;
	line-height: 4rem;
	height: 4rem;
	font-size: 1.8rem;
	font-weight: 400;
	position: relative;
	display: block;
}

#mega-menu-ccige .nav-step-0:last-child > a,
#mega-menu-ccige .nav-step-0:last-child > a:hover {
	border-radius: 10rem;
	background-color: #383ff5;
	color: #FFF;
	padding: 0 1.5rem;
	font-weight: 400;
	line-height: 3rem;
	height: 3rem;
	top: 0.5rem;
}

#mega-menu-ccige .nav-step-0 > a:hover{
	color: #383ff5
}

#mega-menu-ccige .nav-step-0 > a.active{
	color: #383ff5
}


#mega-menu-ccige .nav-step-0 > a:after{
	top: 3.8rem;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	position: absolute;
	width: 0rem;
	height: .2rem;
	margin: 0 auto;
	background-color: #FFF;
	content: '';
	z-index: 55;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

#mega-menu-ccige .nav-step-0 > a.active:after{
	background-color: #383ff5;
	height: .2rem;
	width: 4rem;
}



#mega-menu-ccige .nav-step-1 {
	padding: 2rem 0;
	max-width: 1200px;
	margin: auto;
	position: relative;
}

#mega-menu-ccige .nav-step-2 {
	display: grid;
	gap: 20px;
}

#mega-menu-ccige .dropdown-container.sous-menu-1 .nav-step-2 {
	grid-template-columns: 30% 20% 20%;
}

#mega-menu-ccige .dropdown-container.sous-menu-2 .nav-step-2 {
	grid-template-columns: 30% 1fr 1fr 2fr;
}

#mega-menu-ccige .dropdown-container.sous-menu-3 .nav-step-2 {
	grid-template-columns: 30% 20% 20%;
}

#mega-menu-ccige .dropdown-container.sous-menu-4 .nav-step-2 {
	grid-template-columns: 30% 40%;
}

#mega-menu-ccige .nav-step-2 li h5 {
	color: #383ff5;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 10px;
}

#mega-menu-ccige .nav-step-2 li ul li.style-icon a {
	text-decoration: none;
	color: #000;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 1.35rem;
}

#mega-menu-ccige .nav-step-2 li ul li.style-icon a:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background-color: #DADBEF99;
	border-radius: 0.5rem;
	flex-shrink: 0;
}

#mega-menu-ccige .nav-step-2 li ul li.style-icon p,
#mega-menu-ccige .nav-step-2 li ul li.style-icon-v2 p {
	padding-left: 50px;
	font-size: 1.2rem;
	color: grey;
}




#mega-menu-ccige .nav-step-2 li ul li.style-icon-v2 > a {
	display: grid;
	grid-template-columns: 40px 1fr;
	grid-template-rows: auto auto;
	gap: 0px;
	align-items: start;
	text-decoration: none;
	color: #000;
}

#mega-menu-ccige .nav-step-2 li ul li.style-icon-v2 > a > span,
#mega-menu-ccige .nav-step-2 li ul li.style-icon-v3 > a > span {
	width: 40px;
	height: 40px;
	overflow: hidden;
	background-color: #DADBEF99;
	border-radius: 0.5rem;
	display: block;
	grid-column: 1;
	grid-row: 1 / 3;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
	-ms-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
}

#mega-menu-ccige .nav-step-2 li ul li.style-icon-v2 a > span > img,
#mega-menu-ccige .nav-step-2 li ul li.style-icon-v3 a > span > img, 
#mega-menu-ccige .nav-step-2 li ul li.style-icon-v2 a > span > i > svg,
#mega-menu-ccige .nav-step-2 li ul li.style-icon-v3 a > span > i > svg {
	width: 70% !important;
	height: auto;
}

#mega-menu-ccige .nav-step-2 li ul li.style-icon-v2 a:hover > span,
#mega-menu-ccige .nav-step-2 li ul li.style-icon-v3 a:hover > span {
	background-color: #dadbefff;
}

#mega-menu-ccige .nav-step-2 li ul li.style-icon-v2 > a > h6,
#mega-menu-ccige .nav-step-2 li ul li.style-icon-v3 > a > h6 {
	text-decoration: none;
	color: #000;
	font-size: 1.35rem;
	grid-column: 2;
	grid-row: 1;
	margin-left: 10px;
	margin-bottom: 4px;
}

#mega-menu-ccige .nav-step-2 li ul li.style-icon-v3 > a > h6 {
	min-height: 40px;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}





#mega-menu-ccige .nav-step-2 li ul li.style-icon-v2 > a > p {
	padding-left: inherit;
	grid-column: 2;
	grid-row: 2;
	margin-left: 10px;
}


#mega-menu-ccige .nav-step-2 li ul li.style-icon-v3 > a {
	display: grid;
	grid-template-columns: 40px 1fr;
	grid-template-rows: auto auto;
	gap: 0px;
	align-items: start;
	text-decoration: none;
	color: #000;
}




#mega-menu-ccige .colonne {
	display: flex;
	flex-direction: column;
	gap: 10px;
}


#mega-menu-ccige .double-colonne,
#mega-menu-ccige ul.double-colonne {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 20px;
	gap: 10px;
}





#mega-menu-ccige .ligne {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}


#mega-menu-ccige .partition {
	min-width: 0;
}

#mega-menu-ccige .partition.ligne {
	flex-direction: row;
}

#mega-menu-ccige .partition.ligne > div{
	flex: 1;
}

#mega-menu-ccige .gap-20 {
	gap: 20px;
}

.border-right {
	border-right: solid 1px rgba(208,209,220,0.4);
	padding-right: 20px;
}

.border-bottom {
	border-bottom: solid 1px rgba(208,209,220,0.4);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

/* -------------------------------------------- RESPONSIVE */
/* -------------------------------------------- RESPONSIVE */
/* -------------------------------------------- RESPONSIVE */

@media screen and (max-width: 1200px){
	.dropdown-close {
		right: 20px;
	}
	#mega-menu-ccige .nav-step-1 {
		padding: 2rem 2rem;
	}
	#mega-menu-ccige .dropdown-container.sous-menu-1 .nav-step-2 {

	}
	#mega-menu-ccige .dropdown-container.sous-menu-2 .nav-step-2 {
		
	}
	#mega-menu-ccige .dropdown-container.sous-menu-3 .nav-step-2 {
		
	}
	#mega-menu-ccige .dropdown-container.sous-menu-4 .nav-step-2 {
		
	}
}

@media screen and (max-width: 950px) {

}

@media screen and (max-width: 600px) {
	
	
	
	
	
	
	/* BURGER */

	.menu-burger {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	
		width: 50px;
		height: 42px;
	
		padding: 10px;
		border: 0;
		background: none;
	
		cursor: pointer;
		right: 0;
		position: absolute;
		box-sizing: border-box;
	}
	
	.menu-burger span {
		display: block;
		width: 100%;
		height: 2px;
		background: #34353d;
	
		transition: all .3s ease;
	}

	/* CROIX */
	
	.menu-burger.active span:nth-child(1) {
		transform: translateY(10px) rotate(45deg);
	}
	
	.menu-burger.active span:nth-child(2) {
		opacity: 0;
	}
	
	.menu-burger.active span:nth-child(3) {
		transform: translateY(-10px) rotate(-45deg);
	}

	/* MENU PRINCIPAL */

	#mega-menu-ccige {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;

		position: fixed;
		top: 42px;
		left: 0;

		width: 100%;
		max-width: none;
		height: 100dvh;

		background: #fff;
		z-index: 1000;

		transform: translateX(-100%);
		transition: transform .3s ease;
	}

	#mega-menu-ccige.mobile-open {
		transform: translateX(0);
	}


	/* LIENS PRINCIPAUX */

	#mega-menu-ccige .nav-step-0 {
		width: 100%;
	}

	#mega-menu-ccige .nav-step-0 > a {
		height: auto;
		line-height: normal;
		padding: 18px 20px;

		border-bottom: 1px solid #eee;
	}


	/* ---------------- SOUS MENUS ---------------- */
	
	#mega-menu-ccige .dropdown-container {
		position: fixed;
	
		top: 0;
		left: 0;
	
		width: 100%;
		height: 100dvh;
	
		overflow-y: auto;
	
		background: #fff;
	
		opacity: 0;
		visibility: hidden;
	
		transform: translateX(100%);
	
		transition:
			transform .3s ease,
			opacity .3s ease,
			visibility .3s;
	
		z-index: 1100;
	}
	
	#mega-menu-ccige .dropdown-container.mobile-open {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}


	/* RETOUR */

	#mega-menu-ccige .mobile-back {
		display: block;

		width: 100%;

		padding: 10px 20px;

		border: 0;

		background: #fff;

		text-align: left;
		font-family: inherit;
		font-size: 1.5rem;

		cursor: pointer;
	}

	#mega-menu-ccige .mobile-back::before {
		content: "←";
		margin-right: 10px;
		font-size: 2rem;
	}


	/* ON CACHE LE FERMER DESKTOP */

	#mega-menu-ccige .dropdown-close {
		display: none;
	}


	/* CONTENU DES SOUS-MENUS */

	#mega-menu-ccige .nav-step-1 {
		padding: 0 20px 20px 20px;
	}

	#mega-menu-ccige .dropdown-container.sous-menu-1 .nav-step-2,
	#mega-menu-ccige .dropdown-container.sous-menu-2 .nav-step-2,
	#mega-menu-ccige .dropdown-container.sous-menu-3 .nav-step-2,
	#mega-menu-ccige .dropdown-container.sous-menu-4 .nav-step-2,
	#mega-menu-ccige .double-colonne, 
	#mega-menu-ccige ul.double-colonne,
	#mega-menu-ccige .ligne {
		grid-template-columns: 100%;
	}
	
	#mega-menu-ccige .colonne {
		
	}
	
	#mega-menu-ccige .mega-image > div > span > span.titre {
		display: none;
	}

	#mega-menu-ccige .mega-image > div {
		min-height: inherit;
	}

	#mega-menu-ccige .mega-image > div > span {
		padding: 2rem;
	}

	#mega-menu-ccige .nav-step-2 li ul li.style-icon a::before {
		width: 20px;
		height: 20px;
	}

	.border-right {
		border-right: inherit;
		padding-right: inherit;
	}

	#mega-menu-ccige .mega-image > div > span a {
		margin-top: 1rem;
	}

	#mega-menu-ccige .nav-step-2 {
		gap: 10px;
	}

	#mega-menu-ccige .nav-step-2 li ul li.style-icon p {
		padding-left: 30px;
	}
	
	#mega-menu-ccige .nav-step-0 > a::after {
		display: none;
	}
	
	#mega-menu-ccige .nav-step-0 > a.active {
		color: inherit;
	}
	
	#mega-menu-ccige .nav-step-2 li ul li.style-icon a {
		font-size: 1.55rem;
	}
	
	#mega-menu-ccige .nav-step-2 li ul li.style-icon p {
		font-size: 1.4rem;	
	}
	
	#mega-menu-ccige .nav-step-2 li h5 {
		font-size: 1.8rem;
	} 
	
	.border-bottom {
		border-bottom: inherit;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	
	#mega-menu-ccige .partition {
		display: grid;
	}
	
	#mega-menu-ccige .ligne,
	#mega-menu-ccige .gap-20 {
		gap: 10px;
	}
	
}

@media screen and (max-width: 480px){
	#mega-menu-ccige .nav-step-2 li ul li.style-icon a {
		font-size: 1.35rem;
	}
	
	#mega-menu-ccige .nav-step-2 li ul li.style-icon p {
		font-size: 1.2rem;	
	}
	
	#mega-menu-ccige .nav-step-2 li h5 {
		font-size: 1.5rem;
	} 
}

/* #mega-menu-ccige .nav-step-2 {
	display: grid;
	grid-template-columns: 30% 35% 35%;
} */
