@import url('https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=Poppins:wght@400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Roboto+Condensed:wght@700&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap'); */


:root {
	--img-1: url(./assets/images/abstract-2.svg);
	--axe-1-light: #D6FAF3;
	--axe-1-medium: #6BDCC5;
	--axe-1-dark: #066E59;

	--img-2: url(./assets/images/abstract-3.svg);
	--axe-2-light: #FFE8EE;
	--axe-2-medium: #FF82A6;
	--axe-2-dark: #51001D;

	--img-3: url(./assets/images/abstract-4.svg);
	--axe-3-light: #FFF5C1;
	--axe-3-medium: #FFE870;
	--axe-3-dark: #544700;

	--img-4: url(./assets/images/abstract-5.svg);
	--axe-4-light: #FAE5D6;
	--axe-4-medium: #F6AA63;
	--axe-4-dark: #633908;

	--img-0: url(./assets/images/abstract-1.svg);
	--light: #FFFFFF;
	--gray-light: #F6F6F6;
	--gray-dark: #D7D7D7;
	--dark: #2C2B2B;

	--current-light: var(--gray-light);
	--current-medium: var(--gray-dark);
	--current-dark: var(--dark);
	--current-img: var(--img-0);
	--alt-dark-gray: #231F20;
	--img-pattern: url(./assets/images/pattern.svg);
}

iframe {
	min-height: 350px !important;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

.strategie {
	--current-light: var(--axe-1-light);
	--current-medium: var(--axe-1-medium);
	--current-dark: var(--axe-1-dark);
	--current-img: var(--img-1);
}

.organisation {
	--current-light: var(--axe-2-light);
	--current-medium: var(--axe-2-medium);
	--current-dark: var(--axe-2-dark);
	--current-img: var(--img-2);
}

body {
	padding: 0;
	margin: 0;
	color: var(--dark);
	font-family: 'Roboto', sans-serif;
}

a:focus {
	outline: 2px solid #2C2B2B;
	outline-offset: 4px;;
}

p,
blockquote {
	line-height: 160%;
}

a {
	text-decoration: none;
}

p,
.uppercase-title {
	font-size: 1.125rem;
}

p {
	font-weight: 300;
}

a.skip-main {
	left: -999px;
	position: absolute;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: -999;
}

a.skip-main:focus,
a.skip-main:active {
	color: #fff;
	background-color: var(--dark);
	left: auto;
	top: auto;
	width: 20%;
	height: auto;
	overflow: auto;
	margin: 10px 35%;
	padding: 5px;
	border-radius: 15px;
	border: 4px solid #fff;
	text-align: center;
	font-size: 1.2em;
	z-index: 999;
	outline: 2px solid var(--dark);
	;
}

.pos-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-cfwb{
	background-color: #eaeaea;
	padding: 20px 1rem;
}

.header-cfwb > .container{
	max-width: 1328px;
	margin: 0 auto;;
	padding: 0 1rem;
}

.logo-cfwb{
	display: flex;
	align-items: center;
}

.logo-cfwb img{
	height: 38px;
}

.separateur{
	display: inline-block;
    background: #000;
    width: 1px;
    height: 45px;
    vertical-align: middle;
    margin: 5px 0;
}

.key-results{
	width: 200%;
}

.quote-container {
	position: relative;
	width: 100%;
	background-color: var(--current-medium);
	display: flex;
	justify-content: center;
}

.half-circle {
	width: 220px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url("./assets/images/circle-vector.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}

blockquote {
	position: relative;
	color: var(--current-dark);
	padding: 5rem 0;
	width: 100%;
	font-size: 1.5rem;
	width: 75%;
	font-weight: 400;
	margin: 0;
}

blockquote .quotes {
	display: block;
	position: absolute;
	bottom: 100px;
	right: -100px;
	width: 100px;
	height: 72px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

.custom-blockquote {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 10px;
	background-color: #E9F0FF;
}

.custom-blockquote img {
	width: 100%;
	max-width: 500px;
	height: auto;
}

.custom-blockquote .content {
	padding: 0 25px;
}

.custom-blockquote .content .persona-label {
	color: #2C2B2B;
	font-size: 20px;
	font-family: "Space Mono";
}

.custom-blockquote .content h2 {
	font-size: 40px;
	line-height: 50px;
	width: 85%;
	margin: 0 0 10px 0;
}

.custom-blockquote .content p {
	position: relative;
	width: 77%;
	margin-top: 0;
	font-size: 24px;
	line-height: 38px;
}

.custom-blockquote .content p .quotes {
	height: 73px;
	bottom: 0;
	right: -30%;
}

.table {
	width: 100%;
	max-widtH: 728px;
}

table,
th,
td {
	border: 1px solid var(--gray-dark);
	border-collapse: collapse;
}

table th,
table td {
	padding: 15px;
}

table th {
	background-color: #f8f8f8;
	text-align: left;
}

nav {
	width: 90%;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	align-items: center;
}

.primary-btn {
	position: relative;
	background-color: var(--dark);
	color: var(--light);
	font-size: 18px;
	line-height: 44px;
	padding: 0 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}

.primary-btn:after{
	content:"";
	position: absolute;
	width: 100%;
	height: .3rem;
	bottom: -.2rem;
	left: 0;
	background-image:
		linear-gradient(
			to right,
			var(--axe-1-medium) 0%,
			var(--axe-1-medium) 25%,
			var(--axe-2-medium) 25%,
			var(--axe-2-medium) 50%,
			var(--axe-3-medium) 50%,
			var(--axe-3-medium) 75%,
			var(--axe-4-medium) 75%,
			var(--axe-4-medium) 100%
		);
	border-radius: 0 0 4px 4px;
	opacity: 0;
}

.primary-btn:hover:after{
	opacity: 1;
}

.header {
	padding: 0px 0x 30px 0;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 999;
	background-color: #fff;
	box-shadow: 7px 1px 9px rgba(0, 0, 0, 0.2);
	transition: top 0.2s ease-in-out;
}

.header-top {
	margin-bottom: 20px;
}

.header-top .sep {
	display: inline-block;
}

.header-top span.sep {
	width: 1px;
	height: 40px;
	background-color: var(--alt-dark-gray);
}

.header-top img.sep {
	margin: 0 30px;
}

.site-title {
	color: var(--current-dark);
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 1rem;
	margin-right: 1rem;
}

header .container {
	display: flex;
	align-items: center;
}

header .logo {
	width: 100%;
	max-width: 256px;
}

.header-nav {
	width: 100%;
	display: flex;
	padding: 0;
}

header .primary-btn {
	position: relative;
	width: 100%;
	max-width: 232px;
	float: right;
	margin-top: -20px;
	margin-left: 23px;
}

/* STICKY */

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.header.sticky {
	background-color: #fff;
	box-shadow: 7px 1px 9px rgba(0, 0, 0, 0.2);
}

.sticky+.content {
	padding-top: 102px;
}

.header-placeholder {
	/* The height should be the same as your header's height */
	height: 150px;
	/* Example height, adjust accordingly */
	display: none;
}

.nav-element {
	list-style: none;
	margin-right: 30px;
	font-size: 18px;
	line-height: 25px;
	position: relative;
}

.nav-element:after {
	content: "|";
	position: absolute;
	top: -1px;
	right: -16px;
}

.nav-element:last-child:after {
	display: none;
}

.nav-element a {
	color: var(--current-dark);
}

.nav-element a.active {
	text-decoration: underline !important;
}

.nav-element span {
	display: inline-block;
	margin-right: 7px;
	font-family: "Space Mono";
}

.nav-element:nth-child(2):hover a {
	color: var(--axe-1-medium);
}

.nav-element:nth-child(3):hover a {
	color: var(--axe-2-medium);
}

.nav-element:nth-child(4):hover a {
	color: var(--axe-3-medium);
}

.nav-element:nth-child(5):hover a {
	color: var(--axe-4-medium);
}

.nav-element:nth-child(6):hover a {
	color: #041D50;
}

.container {
	width: 100%;
	max-width: 1328px;
	padding: 0 2rem;
}

.title-section {
	background: var(--current-light);
	/* background-image: var(--current-img); */
	background-size: 50%;
	background-position: center right;
	background-repeat: no-repeat;
	width: 100%;
	height: 430px;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.title-section img {
	width: 51%;
}

.introduction>.title-section {
	background-color: var(--dark);
}

.introduction>.title-section .axe__title,
.introduction>.title-section .axe__number {
	color: var(--light);
}

.visible {
	display: block;
}

.axe__title {
	color: var(--dark);
	display: flex;
	flex-direction: column;
	margin: 0;
	font-size: 4rem;
	font-weight: 400;
}

.axe__number {
	color: var(--current-dark);
	font-family: 'Space Mono', monospace;
	font-size: 1rem;
}

article {
	background-image: var(--img-pattern);
	background-position: bottom left;
	background-repeat: repeat-x;
	scroll-margin: 150px;
}

.content-section {
	padding: 60px 0 0 0;
}

.custom-content-section {
	padding: 10rem 0 0 0;
}

.content-section:last-child {
	padding-bottom: 130px;
}

.title-section+.content-section {
	margin-top: 200px;
}

.title-section>.container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.download-container .row {
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
}

.color-info-box-list {
	padding: 0;
	margin: 0;
}

.color-info-box {
	padding: 15px 20px;
	width: 100%;
	max-width: 782px;
	font-size: 20px;
	line-height: 28px;
	color: #2C2B2B;
	font-weight: 300;
	display: flex;
	margin-bottom: 20px;
}

.color-info-box.strategy strong {
	color: #066E59;
}
.color-info-box.organisation strong {
	color: #51001D;
}
.color-info-box.communication strong {
	color: #544700;
}

.color-info-box.contenus strong {
	color: #633908;
}
.color-info-box span {
	font-size: 18px;
	line-height: 28px;
}
.color-info-box p {
	margin: 0 10px;
}

@media screen and (min-width: 898px) {
	.content-section {
		display: grid;
		gap: 10%;
		grid-template-columns: 2fr 3fr;
	}

	.content-section.custom-gap {
		gap: 1% 10%;
		grid-template-columns: 3fr 4fr;
	}

	article {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.scores,
	.key-numbers,
	.details,
	.graph {
		margin-top: 30px;
	}

	.graph p {
		margin-top: 0px;
	}

	.details>.graph {
		margin-top: 0;
	}

	.axe__number {
		font-size: 3rem;
	}
}

.header-up {
	top: -225px;
}

.mobile-menu .header-up,
.mobile-menu .header-down {
	top: 0;
}

.content-section>div:first-child {
	grid-column: 1/2;
}

.content-section>div:last-child {
	grid-column: 2/3;
}

.last-graph:last-of-type {
	margin-bottom: 150px;
}

.graph img {
	max-width: 100%;
	height: auto;
}

.graph-inner {
	padding: 25px 50px;
	background-color: #f6f6f6;
	border: 1px solid #d7d7d7;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.graph-inner h3 {
	width: 100%;
	text-align: left;
}

.graph-inner.pie-chart canvas {
	width: 100% !important;
	height: auto !important;
}

.graph-inner.bar-chart canvas {
	width: 100% !important;
	height: auto !important;
}

.two-parts {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.two-parts .graph {
	width: 49%;
}

.two-parts .graph-inner {
	padding: 25px 10px;
}

.key-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	align-self: self-start;
}

.key-number {
	background-color: var(--dark);
	color: var(--light);
	padding: 1rem 2rem;
	min-width: 320px;
	flex-grow: 1;
}

.key-number__value {
	font-family: "Space Mono", "Monospaced";
	margin: 0;
	font-size: 2.5rem;
}

.uppercase-title {
	text-transform: uppercase;
	font-weight: 500;
	margin: 0;
}

.subtitle {
	font-size: 2rem;
	font-weight: 500;
}

.scores {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.persona {
	/* background-color: var(--gray-light); */
	border: 1px solid #d7d7d7;
	min-height: 90px;
}

.persona__content {
	padding: 2rem 2rem 2rem 7rem;
	position: relative;
	display: flex;
}

.persona__progress {
	background-color: var(--current-light);
	height: .6rem;
}

.persona__progress__current {
	width: 77%;
	height: 100%;
	background-color: var(--current-dark);
}

.persona__text {
	margin: 0;
	padding: 2.5rem;
}

.persona__content .persona__text {
	padding: 0 2.5rem;
}

.persona__score {
	font-family: "Space Mono", monospace;
	font-size: 1.5rem;
	font-weight: 700;
	background-color: var(--current-light);
	color: var(--current-dark);
	min-width: 100px;
	text-align: right;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content-left {
	display: flex;
	flex-direction: column;
	margin-right: 10%;
}

.content-right {
	display: flex;
	flex-direction: column;
	/* align-items: center; */
}

.graph-legend-wrapper {
	display: flex;
	flex: 1;
	justify-content: flex-end;
}

.content-section-list {
	padding: 20px 10px 10px 10px;
}

.content-section-list li,
.content-section li {
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
}

.header-box-title {
	background-color: #041D50;
	padding: 12px;
}

.header-box-title h3 {
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	padding: 15px 25px;
	margin: 0;
	font-family: "Space Mono";
	font-weight: 400;
}

.header-box-body {
	padding: 25px;
	background-color: #E9F0FF;
}

.header-box-body ul li {
	margin-bottom: 12px;
	color: #2C2B2B;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}

.graph {
	/* styles for the graph */
	width: 100%;
	/* or your preferred sizing */
}

.legend {
	/* styles for the legend */
	width: 100%;
	justify-content: flex-end;
    display: flex;
    flex-direction: column;
	margin-top:50px;
	/* or your preferred sizing */
	/* adjust as needed */
}

.legend-item {
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}

.legend-shape {
	display: flex;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	text-align: center;
	line-height: 20px;
	align-items: center;
    justify-content: center;
    flex-direction: column;
}

.legend-text {
	/* styles for the text */
	font-size: 0.9rem;
}


.logo-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));;
	align-items: center;
	padding: 0;
	margin: 0;
}

.logo-list li {
	list-style-type: none;
	margin: 0 35px 15px 35px;
}

.logo-item{
	width: 100%;
	aspect-ratio: 4/2;
	object-fit: contain;
}

@media (max-width: 1229px) {
	.title-section>.container {
		padding-right: 0;
	}
}

@media(min-width: 898px) and (max-width: 1229px) {
	.header .primary-btn {
		margin-right: 0;
	}

	.nav-element {
		margin-right: 15px;
		font-size: 1rem;
	}
	nav {
		width: 100%;
	}
}

/* NAV MOBILE */

.navigation {
	width: 100%;
	max-width: 1328px;
	margin: 0 auto;
	padding: 1rem 0;
	z-index:10;
}

.navigation:after {
	content: "";
	top: 0;
	position: relative;
	z-index: 5;
	bottom:  0;
	right: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}


.header-cfwb, .navigation{
	padding-left: 1rem;
	padding-right: 1rem;
}

.nav-container {
	display: flex;
	align-items: center;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav ul li {
	float: left;
	position: relative;
}

nav ul li ul li {
	min-width: 190px;
}

nav ul li ul li a {
	padding: 15px;
	line-height: 20px;
}

.nav-dropdown {
	position: absolute;
	display: none;
	z-index: 1;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.persona-list-element{
	margin-bottom: 1rem;
}

/* Mobile navigation */
.nav-mobile {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 70px;
	width: 70px;
}

/* MOBILE DEVICES */

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

	.header .logo {
		max-width: 220px;
	}

	.header-top {
		margin-bottom: 0;
	}

	.nav-element:after {
		display: none;
	}

	.header-top .container {
		flex-direction: column;
		justify-content: flex-start;
		align-items: start;
	}

	.header-top img.sep {
		display: none !important;
	}

	.header {
		padding-bottom: 5px;
	}

	.header .primary-btn {
		margin: 5px 0 10px 0;
	}

	.header-top span.separator {
		display: none;
	}

	.nav-container {
		display: block;
	}

	.header-top .container a,
	.header-top .container img.sep {
		display: block;
		margin-bottom: 5px;
	}

	.axe__title{
		font-size: 2rem;
	}

	.nav-mobile {
		display: block;
	}

	nav {
		width: 100%;
		padding: 10px 0;
		flex-direction: column;
		align-items: start;
	}

	nav ul {
		display: none;
	}

	nav ul li {
		float: none;
		margin-bottom: 25px;
	}

	nav ul li a {
		padding: 15px 0;
		line-height: 20px;
	}

	nav ul li ul li a {
		padding-left: 30px;
	}

	.navigation{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.sep{
		display: none;
	}

	.header-cfwb{
		height: 4rem;
	}

	.header-cfwb .container{
		/* scale: .6; */
		height: 100%;
		margin: 0;
	}

	.logo-cfwb{
		height: 100%;
	}

	.logo-cfwb > a{
		height: 100%;
	}

	.logo-cfwb img{
		height: 100%;
	}

	.separateur{
		height: 20px;
	}

	.nav{
		padding-top: 0;
		padding-bottom: 0;
	}

	.site-title{
		margin: 0;
	}

	.nav-dropdown {
		position: static;
	}

	.title-section {
		height: 16vh;
	}

	.title-section img {
		width: 55%;
	}

	.graph-inner {
		padding: 15px;
	}

	.content-section {
		padding: 30px 0 0 0;
	}

	.two-parts {
		flex-direction: column;
	}

	.key-results{
		width: 100%;
	}

	.graph-inner h3 {
		margin: 10px 0;
	}

	.two-parts .graph {
		width: 100%;
		margin-bottom: 15px;
		padding: 15px 10px;
	}

	.two-parts .graph-inner {
		padding: 10px;
	}

	.download-container{
		display: flex;
		flex-direction: column;
		gap: 2rem;
	}

	.download-container .row {
		gap: 2rem;
		flex-wrap: nowrap;
	}

	.inside-row {
		margin-right: 1%;
		margin-left: 1%;
	}
	.download-container .row .inside-row .primary-btn {
		white-space: nowrap;
	}
	.primary-btn.download {
		display: none;
	}
	.primary-btn.download.visible {
		display: block;
	}
	article {
		padding-top: 0;
		padding-bottom: 50px;
		margin-top: 0;
		scroll-margin: 450px;
	}
	.custom-blockquote {
		flex-direction: column;
	}

	.custom-blockquote .content {
		padding: 25px;
	}

	.custom-blockquote .content .label {
		font-size: 16px;
	}

	.custom-blockquote .content h2 {
		font-size: 22px;
	}

	.custom-blockquote .content p {
		width: 100%;
		font-size: 18px;
		line-height: 22px;
	}

	.custom-blockquote .content p .quotes {
    height: 50px;
    bottom: -35px;
    right: -18px;
    width: 50px;
	}
	.persona__content .persona__text {
		padding-right: 0;
		padding-left: 1.5rem;
		font-size: 16px;
	}
	.last-graph:last-of-type {
    margin-bottom: 70px;
	}

	.content-section:last-child {
		padding-bottom: 55px;
	}
	.col-md-2 {
		width: 100% !important;
		margin-bottom: 10px;
		text-align: center;
	}
	.col-md-4 {
		width: 100% !important;
		text-align: center;
	}
	footer .footer-bottom .plusinfo #accordion ul li {
		text-align: center !important;
	}
	.mobile-menu {
		overflow: hidden;
		height: 100%;
	}

	.mobile-menu .header {
		height: 130px;
	}

	.mobile-menu .navigation {
		padding-left: 0;
		padding-right: 0;
		overflow-y: auto;
	}

	.mobile-menu .site-title {
		margin-left: 15px;
		width: 90%;
	}

	.mobile-menu .nav-container {
		display: block;
		background-color: rgba(0,0,0,0.3);
		height: 100vh;
	}

	.nav .nav-list {
		padding-top: 15px;
	}

	.mobile-menu .nav {
		padding: 0 16px;
		width: 100%;
		background-color: #fff;
	}
	.mobile-menu .nav .nav-list {
		padding-top: 15px;
	}
}

@media only screen and (max-width: 500px) {
	.container {
		padding: 0 1rem;
	}

	iframe {
		min-height: 220px !important;
	}

	.axe__title {
		font-size: 2.2rem;
	}

	blockquote {
		font-size: 1.125rem;
		width: 100%;
	}

	blockquote .quotes{
		bottom: 10px;
		right: 10px;
		width: 50px;
	}

	.persona__content{
		padding: 0rem;
		flex-direction: column;
	}

	.persona__score{
		position: static;
		justify-content: start;
		padding: .5rem;
		padding-left: 1.5rem;
	}

	.persona__text{
		padding: 1.5rem !important;
	}

	.title-section img{
		display: none;
	}
}

@media screen and (min-width: 899px) {
	.nav-list {
		display: block !important;
	}
	.content-right > p {
		width: 75%;
	}

	.details > p {
		width: 75%;
	}
}

#nav-toggle {
	position: absolute;
	left: 18px;
	top: 22px;
	cursor: pointer;
	padding: 10px 35px 16px 0px;
	background: rgba(0,0,0,0);
	border: 0;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 3px;
	width: 35px;
	background: var(--dark);
	position: absolute;
	display: block;
	content: "";
	transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
	top: -10px;
}

#nav-toggle span:after {
	bottom: -10px;
}

#nav-toggle.active span {
	background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
	top: 0;
}

#nav-toggle.active span:before {
	transform: rotate(45deg);
}

#nav-toggle.active span:after {
	transform: rotate(-45deg);
}

.conclusion-content{
	width: 100%;
	max-width: 750px;
	padding-bottom: 130px;
	padding-top: 4rem;
}

#download{
	background-image: none;
	padding: 0;
	margin-top: 0rem;
	background-color: var(--gray-light);
}

#download .container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
	padding: 4rem 2rem;
}

.sr-only {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.container.a11y-declaration {
	max-width: 1170px;
}

.a11y-declaration .custom-list {
	list-style-type: disc;
	font-weight: 300;
	font-size: 18px;
}

.custom-bottom-padding {
	padding-bottom: 175px;
}
.a11y-declaration a {
	text-decoration: underline;
	color: #A3005A;
}
.breadcrumbs {
	padding: 0;
	margin: 0;
	margin: 25px 0;
}
.breadcrumbs li {
	display: inline-block;
	color: #A3005A;
	font-size: 13px;
}

.breadcrumbs li svg {
	width: 10px;
  margin: 2px 7px 0 7px;
  display: inline-block;
  transform: rotate(-90deg);
	fill: #A3005A;
}


/* FOOTER REPLICA */

footer img {
	display:inline-block;
	max-width:100%
}
footer .footer-top {
	background-color: #0b294f;
	padding:50px 0 20px 0;
	color:#fff;
	font-size:14px;
	display: flex;
	justify-content: center;
}
footer .footer-top a,
footer .footer-top p,
footer .footer-top h3,
footer .footer-top h2 {
	color:#fff
}
footer .footer-top p,
footer .footer-top a {
	font-size: 14px;
	line-height: 18px;
	font-family: "Roboto", sans-serif;
}

footer .footer-top a:hover {
	text-decoration:none;
	color: #A3005A;
}
footer .footer-top a:focus {
	outline: 2px solid #fff;
	outline-offset: 4px;
}
footer .footer-top h3,
footer .footer-top h2 {
	margin: 0 0 15px 0;
	font-weight: bold;
	font-size: 18px;
	font-family: "Roboto Condensed", sans-serif;
}
footer .footer-top h3 {
	font-size: 16px
}

footer .footer-top ul {
	list-style-type:none;
	padding:0;
}

footer .footer-top .reseaux li {
	display: inline-block;
	margin-right:6px
}
footer .footer-top .footer-content {
	margin-bottom: 30px;
	margin-right: 25px;
}
footer .footer-bottom {
	background-color:#eaeaea;
	padding: 20px 0 35px 0;
	display: flex;
	justify-content: center;
}
footer .footer-bottom .nav-competences ul {
	text-align:center;
	list-style-type:none;
	padding:0
}
footer .footer-bottom .nav-competences ul li {
	display: inline-block;
	padding: 10px 0
}
footer .footer-bottom .nav-competences .nav-comp a {
	padding:5px 10px 5px 25px;
	margin-right: 40px;
	background-color:rgba(0,0,0,0);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:0% 50%;
	display:inline-block;
	font-size:16px;
	font-weight:400;
	font-family: "Poppins","Roboto",sans-serif;
	color:#000
}
footer .footer-bottom .nav-competences .nav-comp a span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
footer .footer-bottom .nav-competences .nav-comp a:hover {
	color:#000;
	text-decoration:underline !important
}

.nav-comp a:hover span {
	text-decoration:underline !important
}

footer .footer-bottom .nav-competences .navjustice a {
	border-right:none
}
footer .footer-bottom .nav-competences .navenseignement a {
	background-image:url("./assets/images/enseignement.svg")
}
footer .footer-bottom .nav-competences .navculture a {
	background-image:url("./assets/images/culture.svg")
}
footer .footer-bottom .nav-competences .navsport a {
	background-image:url("./assets/images/sport.svg")
}
footer .footer-bottom .nav-competences .navjeunesse a {
	background-image:url("./assets/images/aidealajeunesse.svg")
}
footer .footer-bottom .nav-competences .navrecherche a {
	background-image:url("./assets/images/recherchescientifique.svg")
}
footer .footer-bottom .nav-competences .navjustice a {
	background-image:url("./assets/images/maisonsdejustice.svg")
}
footer .footer-bottom .nav-competences .navsecretariat a {
	background-image:url("./assets/images/secretariatgeneral.svg")
}
footer .footer-bottom .plusinfo {
	font-size:14px;
	text-align:right;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
}
footer .footer-bottom .plusinfo a {
	display: inline-block;
	color:#000;
}
footer .footer-bottom .plusinfo #accordion>a {
	font-weight:bold
}
footer .footer-bottom .plusinfo #accordion>a:hover {
	text-decoration: underline;
}
footer .footer-bottom .plusinfo #accordion i {
	margin-left:5px
}
footer .footer-bottom .plusinfo #accordion .fa-angle-down {
	display:none
}
footer .footer-bottom .plusinfo #accordion .fa-angle-up {
	display:inline-block
}
footer .footer-bottom .plusinfo #accordion .collapsed .fa-angle-down {
	display:inline-block
}
footer .footer-bottom .plusinfo #accordion .collapsed .fa-angle-up {
	display:none
}
footer .footer-bottom .plusinfo #accordion ul {
	list-style-type:none;
	padding:0;
	display: inline
}
footer .footer-bottom .plusinfo #accordion ul.reseaux {
	padding:0px 0;
	margin:0
}
footer .footer-bottom .plusinfo #accordion ul.reseaux li {
	padding:0 10px
}
footer .footer-bottom .plusinfo #accordion ul li {
	text-align: center;
	display: inline-block;
}

#accordion .arrow .fa {
	width: 10px;
}

#accordion .fa-phone-square {
	width: 18px;
	display: inline-block;
	vertical-align: middle !important;
}

#accordion.collapsed .panel-collapse {
	transition: 1s;
	height: 0;
	display: none;
}

#accordion.collapsed .fa-angle-up{
	transform: rotate(0);
	transition: 0.3s;
}

#accordion .fa-angle-up{
	transform: rotate(-180deg);
	transition: 0.2s;
}

#accordion span.fa {
	width: 18px;
	display: inline-block;
}

.wide-cell:after {
	content: "";
	display: block;
	clear: both;
}

.panel-body:after {
	content: "";
	display: block;
	clear: both;
}

.panel-body .row:after {
	content: "";
	display: block;
	clear: both;
}

.wide-cell ul, .wide-cell li {
	width: 100% !important;
	text-align: right !important;
  padding-right: 15px;
}

.wide-cell ul, .wide-cell li .fa-phone-square {
	display: inline-block;
	vertical-align: top;
}

.col-md-2 {
	width: 16.6666666667%;
	float: left;
}
.col-md-2:after {
		content: "";
		display: block;
		clear: both;
	}
.col-md-4 {
	width: 33.3333333333%;
	float: left
}
.col-md-4after:after {
	content: "";
	display: block;
	clear: both;
}

footer .footer-bottom .plusinfo #accordion ul li span.fa{
	font-size:20px;
	vertical-align:bottom
}
footer .footer-bottom .plusinfo #accordion ul li .numero a {
	font-weight:bold
}
footer .footer-bottom .plusinfo #accordion ul li .numero a:hover {
	text-decoration:none
}
footer .footer-bottom .plusinfo #accordion ul li small {
	font-size:10px
}
footer .footer-bottom .plusinfo #accordion .panel-collapse {
	padding-top: 35px
}
footer figure.image {
	margin-bottom:0
}
footer a.external-link-new-window span:not(.sr-only) {
	margin-left:5px;
}
.external-link-new-window:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px){
	footer .footer-bottom .nav-competences ul{text-align:initial}
}

@media(max-width: 991px){
footer .footer-bottom{
	background-color:#eaeaea;
	padding:20px 0
}
footer .footer-bottom .nav-competences ul {
	list-style-type:none;
	padding:0
}
footer .footer-bottom .nav-competences ul li {
	display:inline-block;
	padding:4px 0
}
footer .footer-bottom .nav-competences .nav-comp a {
	padding:3px 10px 3px 25px;
	margin-right:0;
	border-right:0
}
footer .footer-bottom .plusinfo {
	text-align:center;
	margin-top:0
}
footer .footer-bottom .plusinfo #accordion ul.reseaux {
	padding:10px 0
}
footer .footer-bottom .plusinfo .reseaux-content {clear:both}
.main-menu .col-sm-12{
	padding:0 0 0 0}
}

@media(min-width: 992px)and (max-width: 1199px){
	footer .footer-bottom .navportail {
		padding-top:15px
	}
	footer .footer-bottom .nav-competences{
		padding-left:30px
	}
	footer .footer-bottom .nav-competences .break{
		display:block;height:0;padding:0;margin:0
	}
	footer .footer-bottom .nav-competences .nav-comp{
		padding-bottom:0
	}
	footer .footer-bottom .nav-competences .navsport a{
		border:0
	}
}

@media(min-width: 768px)and (max-width: 991px){
	footer .footer-top .col-sm-3{width:50%}
}

@media(max-width: 767px){
	footer .footer-bottom .nav-competences .nav-comp{display:block}
	footer .footer-bottom .nav-competences .break{display:none}
}

@media(max-width: 375px){
	.footer-top .footer-content{
		padding:15px 5px
	}
	footer .footer-bottom .navportail{
		padding:0 0 20px 20%
	}
	footer .footer-bottom .nav-competences{
		padding-left:20%
	}
}

@media(max-width: 500px){
	.footer-top .col-xs-6{width:100%}
}

.footer-top > .container{
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.footer-content{
	width: 100%;
	margin: 0;
}

.footer-content a{
	text-decoration: underline;
}

.partners-container{
	padding-top: 0 !important;
}