/*
Theme Name: as Template
Theme URI: http://underscores.me/
Author: as
Author URI: http://www.as-emarketing.com
Description: Minimal and unstyled starter template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

as Template is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 General
3.0 Header
4.0 Page
5.0 Footer
6.0 Widget
10.0 Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/

.white_svg{
	filter: contrast(500%) invert(100%);
}

@font-face {
	font-family: SegoeUI;
	src:
			local("Segoe UI Light"),
			url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),
			url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),
			url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");
	font-weight: 100;
}

@font-face {
	font-family: SegoeUI;
	src:
			local("Segoe UI Semilight"),
			url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),
			url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),
			url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");
	font-weight: 200;
}

@font-face {
	font-family: SegoeUI;
	src:
			local("Segoe UI"),
			url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),
			url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),
			url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");
	font-weight: 400;
}

@font-face {
	font-family: SegoeUI;
	src:
			local("Segoe UI Semibold"),
			url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),
			url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),
			url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");
	font-weight: 600;
}

@font-face {
	font-family: SegoeUI;
	src:
			local("Segoe UI Bold"),
			url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),
			url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),
			url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");
	font-weight: 700;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	/* font-family: 'Segoe UI', sans-serif; */
	font-family: 'SegoeUI';
	margin: 0;
	color: #012E58;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 72px;
	margin: 0 0 36px 0;
	margin-top: -140px;
	line-height: 1.1em;
	text-transform: none;
	color: white;
	font-weight: 600;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 General
--------------------------------------------------------------*/

	/* HTML */
	
html {
	font-family: sans-serif;
	color: black;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
}

h2 {
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4em;
	color: #012E58;
}

h3 {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 16px;
	font-weight: 700;
	line-height: 1.2em;
}

p {
	font-size: 16px;
	line-height: 1.4em;
}

blockquote {
	background: url(img/guillemets-jaune.svg) no-repeat 30px 38px white;
	margin-left: 0;
	margin-right: 0;
	padding: 60px 30px 30px 30px;
	border-left: 1px solid #eab602;
	font-style: italic;
	border-radius: 0 10px 10px 0;
}

img {
}

	/* WordPress */
	
.gallery {
    display: flex;
    flex-flow: row wrap;
}

.gallery figure {
	margin: 5px;
}

.gallery a {
	display: block;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone, .wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

	/* Class */

.clear {
	clear: both;
}

	/* Animations */

#primary-menu .sub-menu {
	padding: 0;
	margin: 0;
	transition: all 300ms ease-in-out;
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
#masthead {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1000;
	transition: all 200ms ease-in-out;
}

#masthead .inner-head {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 80px;
	transition: all 200ms ease-in-out;
	max-width: 1320px;
}

#masthead.fixed,
body:not(.home):not(.page-template-template-filiales) #masthead {
	background: #012E58;
}

#masthead.fixed .inner-head,
#masthead.fixed #primary-menu {
	height: 64px;
}

#masthead.hide {
	margin-top: -32px;
}

.top-header {
	background-color: white;
}

.top-header .wrapper {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
	gap: 24px;
	height: 32px;
	max-width: 1320px;
}

.top-header .wrapper ul, #top-menu-burger {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
}

.menu-top-menu-container {
	width: 100%;
}

#top-menu-burger {
	justify-content: flex-start;
	flex-flow: row wrap;
	margin-top: 16px;
}

.top-header .wrapper ul a, #top-menu-burger a {
	text-decoration: none;
	color: #012E58;
	display: inline-block;
	padding: 0 12px;
	border-left: 1px solid #89a1b8;
	transition: 0.2s;
	line-height: 14px;
}

.top-header .wrapper ul li:last-child a, #top-menu-burger li:last-child a {
	border-right: 1px solid #89a1b8;
}

#top-menu-burger a {
	color: white;
}

.top-header .wrapper ul a:hover, #top-menu-burger a:hover {
	background-color: #012E58;
	color: white;
}

#top-menu-burger a:hover {
	background-color: white;
	color: #012E58;
}

.top-header .wrapper .social {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
	gap: 16px;
}

.top-header .wrapper .social a {
	text-decoration: none;
}

.top-header .wrapper .social a svg {
	vertical-align: middle;
}

.top-header .wrapper .social a svg path {
	fill: #012E58;
}

#logo {
	width: 209px;
	height: 64px;
	background-image: url(img/logo-blondel.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 40px;
}

#site-navigation {
	max-width: calc(100% - 249px - 257px);
}

#primary-menu {
	padding: 0;
	margin: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 40px;
	height: 80px;
	transition: all 200ms ease-in-out;
}

#primary-menu li {
	list-style: none;
}

#primary-menu li a {
	color: white;
	text-decoration: none;
}

#primary-menu > li {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

#primary-menu > li > a {
	font-size: 16px;
	line-height: 1.4em;
	padding: 8px 12px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
}

#primary-menu > li > a::before {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
	bottom: -4px;
	margin: auto;
	border-radius: 50%;
	background: #EAB602;
	opacity: 0;
	transition: all 200ms ease-in-out;
	overflow: hidden;
}

#primary-menu > li:hover > a::before {
	opacity: 1;
}

#primary-menu > li > .sub-menu {
	background: rgba(1, 46, 88, 0.92);
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 1px);
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	z-index: 100;
	display: none;
	transition: all 200ms ease-in-out;
	padding: 20px 20px 30px 254px;
	border-radius: 10px;
}

#primary-menu > li:hover > .sub-menu {
	display: flex;
}

#primary-menu > li > .sub-menu > li {
	padding: 0 20px;
}

#primary-menu > li > .sub-menu > li > a {
	font-weight: 500;
	font-size: 16px;
}

#primary-menu > li > .sub-menu a {
	color: white !important;
	display: inline-block;
	padding: 8px 0;
}

#primary-menu > li > .sub-menu a:hover {
	opacity: 0.5;
}

.sub-menu li.rouge,
.sub-menu li.jaune,
.sub-menu li.bleu {
	padding-left: 60px !important;
	position: relative;
}

.sub-menu li.rouge::before,
.sub-menu li.jaune::before,
.sub-menu li.bleu::before {
	content: '';
	width: 40px;
	height: 6px;
	border-radius: 0 10px 10px 0;
	position: absolute;
	left: 0;
	top: 17px;
}

.sub-menu li.rouge::before {
	background: #D03232;
}

.sub-menu li.jaune::before {
	background: #EAB602;
}

.sub-menu li.bleu::before {
	background: #6086C4;
}

.header-right {
	display: flex;
	align-items: center;
	margin-left: auto;
	flex-flow: row nowrap;
	justify-content: flex-end;
	gap: 26px;
}

.burger-btn {
	display: none;
}

.burger-btn img {
	display: block;
	filter: brightness(0) invert(1);
	width: 38px;
	height: auto;
}

.header-right .contact {
	border: none;
	background-color: #EAB602;
	color: #012E58;
	margin-top: 0;
	padding: 10px 16px;
	font-size: 14px;
}

.header-right .contact img {
	width: 14px;
	height: auto;
	vertical-align: baseline;
	vertical-align: sub;
    margin-right: 6px;
    transform: translateY(-2px);
}

.header-right .contact:hover {
	box-shadow: 2px 4px 10px -11.63px #DBAB0233;
	background-color: #DBAB02;
}

@media screen and (max-width: 1130px) {
	#site-navigation, .top-header {
		display: none;
	}

	.burger-btn {
		display: block;
	}
}

@media screen and (max-width: 500px) {
	.header-right .contact {
		display: none;
	}
}

.spec-menu {
	background: #F8F8F8;
	z-index: 1500;
	width: 330px;
	position: fixed;
	top: 0;
	right: -350px;
	pointer-events: none;
	bottom: 0;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	text-align: center;
	padding: 30px;
	align-items: center;
	transition: all 200ms ease;
}

.spec-menu.opened {
	right: 0;
	pointer-events: all;
}

.close {
	cursor: pointer;
	margin-bottom: 30px;
}

.aslangswitcher {
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
	display: flex;
}

.aslangswitcher li a {
	text-decoration: none;
	color: #21295D;
	text-transform: uppercase;
	padding: 0 8px;
	display: block;
}

.aslangswitcher li:last-child a {
	border-left: 1px solid #21295D;
}

.aslangswitcher li.current-lang a {
	color: #D03232;
	font-weight: bold;
}

.mena {
	text-decoration: none;
	color: #012E58;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	margin-top: 30px;
}

.mena img {
	margin-bottom: 6px;
}

.mena.join {
	color: white;
	background: #012E58;
	padding: 10px 16px;
	border-radius: 50px;
	position: relative;
}

.mena.join::before {
	content: '';
	width: 20px;
	height: 20px;
	background: #012E58;
	position: absolute;
	top: calc(100% - 15px);
	border-radius: 3px;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
	z-index: -1;
	pointer-events: none;
}

.spec-menu .social {
	margin-top: 30px;
	display: flex;
	align-items: center;
}

.spec-menu .social a {
	margin: 0 10px;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	background: white;
	border-radius: 50%;
}

.spec-menu .social a svg {
	fill: #012E58;
}

#mobile-menu {
	display: none;
	flex-direction: column;
	padding: 0;
	margin: 0;
	text-align: left;
	max-height: 400px;
	overflow-y: auto;
}

#mobile-menu * {
	color: white;
}

#mobile-menu a {
	display: block;
	width: 100%;
	padding: 5px 0;
	box-sizing: border-box;
}

#mobile-menu > li {
	border-top: 1px solid #385e82;
}

#mobile-menu > li:first-child {
	border-top: 0;
}

#mobile-menu > li > a {
	text-transform: uppercase;
	font-weight: 500;
	padding: 10px 0;
}

#mobile-menu .sub-menu {
	padding: 0;
	transition: all 200ms ease-in-out;
}

#mobile-menu > li > .sub-menu {
	background: #0a3864;
	padding: 0 20px;
	margin-bottom: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	border-radius: 0 0 10px 10px;
}

#mobile-menu .sub-menu.opened {
	padding: 10px 20px;
	margin-bottom: 10px;
	max-height: 500px;
	opacity: 1;
}

.mobilemenu {
	width: 100%;
}

#mobile-menu .sub-menu li.rouge,
#mobile-menu .sub-menu li.jaune,
#mobile-menu .sub-menu li.bleu {
	padding-left: 0 !important;
}

#mobile-menu .sub-menu li.rouge > a,
#mobile-menu .sub-menu li.jaune > a,
#mobile-menu .sub-menu li.bleu > a {
	padding-left: 40px;
}

#mobile-menu .sub-menu li.rouge::before,
#mobile-menu .sub-menu li.jaune::before,
#mobile-menu .sub-menu li.bleu::before {
	height: 5px;
	top: 14px;
	width: 30px;
}

.bottommenu {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #f8f8f8;
	width: 100%;
	box-sizing: border-box;
	border-radius: 10px;
}


/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/
#colophon {
	background: #012E58;
	padding: 60px 0;
}

#colophon * {
	text-decoration: none;
}

#colophon .wrapper * {
	color: white;
}

footer div.social{
	margin-top: 25px;
}
footer div.foot_links{
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	text-align: end;
}
footer .wrapper > p{
	text-align: center;
}
.foot1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.foot1 a {
	margin-bottom: 30px;
}

.foot2 {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.foot2 * {
	color: white;
	text-transform: uppercase;
}

.foot2 > div {
	width: 33.33%;
}
.foot2 > li {
	list-style:none;
}
.foot2 > div:nth-child(1) {
	display: flex;
	flex-direction: column;
}

.foot2 > div:nth-child(1) a {
	display: flex;
	align-items: center;
}

.foot2 > div:nth-child(1) a img {
	margin-right: 12px;
}

.foot2 > div:nth-child(1) a:first-child {
	margin-bottom: 30px;
}

.foot2 > div:nth-child(2) {
	text-align: center;
	line-height: 2em;
}

#colophon .wrapper a:hover {
	opacity: 0.5;
}

/*--------------------------------------------------------------
6.0 AS
--------------------------------------------------------------*/

a {
	transition: all 200ms ease-in-out;
}

.wrapper,
.service .home-section-2 .wrapper {
	max-width: 1240px;
	padding: 0 20px;
	margin: auto;
	position: relative;
}

.wrapper-groupe {
	max-width: 1600px;
}

.wrapper-medium {
	max-width: 1008px;
}

.hero-new {
	padding: 188px 0 120px;
	background: linear-gradient(105.01deg, #011F3B 57.72%, #01539F 102.39%);
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 870px) {
	.hero-new {
		padding: 128px 0 64px;
	}
}

.hero-new:after {
	content: '';
	position: absolute;
	bottom: 60px;
	height: calc(100% - 60px);
	right: 0;
	display: block;
	aspect-ratio: 1.18;
	background-image: url('img/globe.svg');
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	opacity: 0.2;
	z-index: 1;
}

.hero-new:before {
	content: '';
	position: absolute;
	top: 60px;
	height: calc(100% - 60px);
	right: 0;
	display: block;
	aspect-ratio: 1.01;
	background-image: url('img/bd.png');
	background-size: contain;
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: 2;
}

@media screen and (max-width: 1220px) {
	.hero-new:after, .hero-new:before {
		right: -50%;
	}
}

@media screen and (max-width: 870px) {
	.hero-new:after, .hero-new:before {
		right: auto;
		left: 40%;
	}
}

.hero-new-slider {
	position: absolute !important;
	top: 188px;
	bottom: 120px;
	width: calc(555px + ((100% - 1265px) / 2));
	overflow: hidden;
	border-radius: 15px 0 0 15px;
	right: 0;
	z-index: 20;
}

@media screen and (max-width: 870px) {
	.hero-new-slider {
		position: relative !important;
		width: calc(100% - 40px);
		margin: 0 20px 44px 20px;
		aspect-ratio: 1.7;
		border-radius: 15px;
		z-index: 10;
		top: auto;
		bottom: auto;
	}
}

@media screen and (max-width: 620px) {
	.hero-new-slider {
		aspect-ratio: 1.1;
	}
}

.hero-new-slider .slick-list, .hero-new-slider .slick-track {
	height: 100%;
}

.hero-new-slide {
	background-size: cover;
	background-position: center center;
	height: 100%;
	width: 100%;
}

.hero-new .wrapper {
	position: relative;
	z-index: 10;
	padding: 14px 20px;
}

.hero-new .wrapper .hero-new-inner {
	width: 604px;
	color: white;
}

@media screen and (max-width: 1220px) {
	.hero-new .wrapper .hero-new-inner {
		width: 50%;
	}
}

@media screen and (max-width: 870px) {
	.hero-new .wrapper .hero-new-inner {
		width: 100%;
	}
}

.hero-new-slider-content > .hero-new-slide:not(:first-child) {
	display: none;
}

.hero-new-slide h2, .hero-new-slide h1 {
	font-size: 48px;
	margin: 0 0 24px 0;
	line-height: 1.1em;
	text-transform: none;
	color: white;
	font-weight: 700;
}

@media screen and (max-width: 620px) {
	.hero-new-slide h2, .hero-new-slide h1 {
		font-size: 36px;
	}
}

.hero-new-slide p {
	font-size: 18px;
}

.hero-new-slide a {
	color: white;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4em;
	padding: 13px 24px;
	border-radius: 50px;
	margin-top: 12px;
	display: inline-block;
}

.hero-new-slide.Orange a {
	background: #EAB602;
}

.hero-new-slide.Rouge a {
	background: #D03232;
}

.hero-new-slide.Bleu a {
	background: #6086C4;
}

.hero-new-slide a:hover {
	background: #012E58;
}

.hero-new-btn {
	margin-top: 40px;
	display: flex;
	flex-flow: row wrap;
	justify-self: flex-start;
	align-items: stretch;
	gap: 16px;
}

.hero-new-btn a {
	width: calc(50% - 8px);
	box-sizing: border-box;
	border: 1px solid #FFFFFF33;
	box-shadow: 2px 4px 10px 0px #FFFFFF14;
	background-color: #FFFFFF1F;
	border-radius: 10px;
	padding: 16px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	text-decoration: none;
	transition: 0.3s;
}

@media screen and (max-width: 1220px) {
	.hero-new-btn a {
		width: 100%;
	}
}

@media screen and (max-width: 870px) {
	.hero-new-btn a {
		width: calc(50% - 8px);
	}
}

@media screen and (max-width: 620px) {
	.hero-new-btn a {
		width: 100%;
	}
}

.hero-new-btn a:hover {
	box-shadow: 2px 4px 10px 0px #FFFFFF26;
	background-color: #FFFFFF40;
}

.hero-new-btn .hero-new-btn-picto {
	display: block;
	width: 40px;
	height: 40px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.hero-new-btn .hero-new-btn-text {
	color: white;
	font-size: 16px;
}

/* NE PAS SUPPRIMER - Toujours utilisé sur le template "Filiale" */

.home-slider {
	position: relative;
}

.home-slider .wrapper,
.home-slider .slick-track {
	height: 888px;
}

.home-slide {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.home-slide::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgb(1,46,88);
	background: linear-gradient(190deg, rgba(1,46,88,1) 0%, rgba(0,0,0,0) 100%);
	opacity: 1;
	mix-blend-mode: multiply;
	z-index: 1;
}

.home-slider .wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.home-slide-caption {
	font-size: 18px;
	color: #fff;
	max-width: 777px;
}

.home-slide-caption h2 {
	font-size: 72px;
	margin: 0 0 24px 0;
	line-height: 1.1em;
	text-transform: none;
	color: white;
	font-weight: 600;
}

.home-slide-caption a {
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	padding: 13px 20px;
	border-radius: 50px;
	margin-top: 18px;
	display: inline-block;
}

.home-slide-caption.Orange a {
	background: #EAB602;
}

.home-slide-caption.Rouge a {
	background: #D03232;
}

.home-slide-caption.Bleu a {
	background: #6086C4;
}

.home-slide-caption a:hover {
	background: #012E58;
}

.homeslider-arrows {
	position: absolute;
	pointer-events: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 2;
}

.homeslider-arrows a {
	pointer-events: all;
	cursor: pointer;
}

.homeslider-arrows a:hover {
	opacity: 0.6;
}

.home-section-2 .wrapper {
	max-width: 1260px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home-section-2 .wrapper a {
	width: 24%;
	height: 290px;
	margin-top: -110px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
	border: 1px solid #012E58;
	padding: 20px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	color: #012E58;
	background: white;
	position: relative;
	border-radius: 10px;
}

.home-section-2 .wrapper a > span:not(.picto) {
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 16px;
	font-weight: normal;
	display: flex;
	align-items: center;
}

.home-section-2 .wrapper a > span > span {
	max-width: 0;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 0;
	transition: all 200ms ease-in-out;
}

.home-section-2 .wrapper a:hover {
	color: white;
	background: #012E58;
}

.home-section-2 .wrapper a:hover > span > span {
	color: white;
	max-width: 200px;
	padding-right: 10px;
}

.home-section-2 .wrapper a > strong,
.drawsvg {
	width: 98px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	margin-bottom: 22px;
	transition: all 200ms ease-in-out;
}

.home-section-2 .wrapper .picto {
	width: 98px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	margin-bottom: 22px;
	transition: all 200ms ease-in-out;
	display: block;
}

.home-section-2 .wrapper a:hover > strong,
.home-section-2 .wrapper a:hover .drawsvg,
.home-section-2 .wrapper a:hover .picto {
	filter: brightness(0) invert(1);
}

.home-section-2 .wrapper > a:nth-of-type(1) > strong {
	background-image: url(img/picto-logistique.svg);
}

.home-section-2 .wrapper > a:nth-of-type(2) > strong {
	background-image: url(img/picto-indus.svg);
}

.home-section-2 .wrapper > a:nth-of-type(3) > strong {
	background-image: url(img/picto-transport.svg);
}

.home-section-2 .wrapper > a:nth-of-type(4) > strong {
	background-image: url(img/picto-environnement.svg);
}

/* FIN */

.section {
	padding: 60px 0;
	background: white;
}

.home-section-3 .wrapper {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.home-section-3 .wrapper h2 {
	width: 100%;
	margin: 20px auto 64px;
}

.home-service {
	display: flex;
	margin-bottom: 60px;
	align-items: center;
}

.home-service img {
	width: 40%;
	height: auto;
	position: relative;
	z-index: 2;
	border-radius: 10px;
}

.cont {
	width: 60%;
	padding: 84px 60px;
	box-sizing: border-box;
	background: #F8F8F8;
	position: relative;
	border-radius: 0 10px 10px 0;
}

.cont::before {
	content: '';
	width: 86px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	pointer-events: none;
	background: #F8F8F8;
	z-index: 1;
	border-radius: 10px 0 0 10px;
}

.reverse .cont {
	border-radius: 10px 0 0 10px;
}

.reverse .cont::before {
	right: auto;
	left: 100%;
	border-radius: 0 10px 10px 0;
}

.cont a {
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4em;
	padding: 13px 24px;
	border-radius: 50px;
	margin-top: 12px;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	border-color: #012E58;
	color: #012E58;
}

.cont a:hover {
	color: white;
	background-color: #012E58;
}

.cont pre {
	font-family: 'Segoe UI', sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: center left;
	margin-bottom: 8px;
}

.cont.blue pre {
	color: #6086C4;
	background-image: url('img/light-blue-trait.svg');
}

.cont.orange pre {
	color: #EAB602;
	background-image: url('img/yellow-trait.svg');
}

.cont.red pre {
	color: #D03232;
	background-image: url('img/red-trait.svg');
}

.home-section-4 {
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.home-section-4 .wrapper {
	display: flex;
	justify-content: center;
	z-index: 2;
}

.home-section-4::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #012E5880;
	opacity: 1;
	z-index: 1;
}

.home-section-4 .wrapper > div {
	color: white;
	max-width: 650px;
	box-sizing: border-box;
	margin: 50px 0;
	text-align: center;
	text-shadow: 2px 4px 10px #012E58CC;
}

.home-section-4 .wrapper > div pre {
	font-family: 'Segoe UI', sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: center left;
	margin-bottom: 8px;
	display: inline-block;
	background-image: url('img/white-trait.svg');
}

.home-section-4 .wrapper > div a,
.superpo .wrapper > div a {
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4em;
	padding: 13px 24px;
	border-radius: 50px;
	margin-top: 12px;
	display: inline-block;
	text-shadow: none;
	color: #012E58;
	background-color: white;
}

.home-section-4 .wrapper > div a:after,
.superpo .wrapper > div a:after {
    content: '';
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-left: -14px;
    background-image: url(img/fleche-blanc.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    vertical-align: baseline;
    opacity: 0;
    transition: 0.4s;
}

.home-section-4 .wrapper > div a:hover,
.superpo .wrapper > div a:hover {
	background: #012E58;
	color: white;
}

.home-section-4 .wrapper > div a:hover:after,
.superpo .wrapper > div a:hover:after {
	margin-left: 8px;
    opacity: 1;
}

.etudes-new {
	overflow: hidden;
}

.etudes-new .etudes-new-slider {
	margin: 64px auto;
	position: relative;
}

.etudes-new .etudes-new-slider .slick-arrow {
	position: absolute;
	display: block;
	border-radius: 50%;
	padding: 0;
	border: none;
	background-color: #CCD5DE;
	width: 48px;
	height: 48px;
	font-size: 0;
	color: transparent;
	bottom: -80px;
	left: calc(50% - 56px);
}

.etudes-new .etudes-new-slider .slick-arrow:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	background-image: url('img/arrow.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	top: calc(50% - 12px);
	left: calc(50% - 12px);
	transition: 0.2s;
}

.etudes-new .etudes-new-slider .slick-arrow:hover:after {
	filter: brightness(0) invert(1);
}

.etudes-new .etudes-new-slider .slick-arrow.slick-next {
	left: calc(50% + 8px);
}

.etudes-new .etudes-new-slider .slick-arrow.slick-next:after {
	transform: rotate(180deg);
}

.etudes-new .etudes-new-slider > .etudes-new-bloc:not(:first-child) {
	display: none;
}

.etudes-new .etudes-new-slider .slick-list {
	overflow: visible;
}

.etudes-new .etudes-new-bloc {
	display: flex !important;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	gap: 32px;
	transition: 0.5s;
	margin: 0 68px;
}

@media screen and (max-width: 900px) {
	.etudes-new .etudes-new-bloc {
		margin: 0;
	}
}

.etudes-new .etudes-new-bloc:not(.slick-active) {
	opacity: 0.5;
	transform: scale(0.8);
}

.etudes-new .etudes-new-bloc .etude-img {
	width: 392px;
	aspect-ratio: 1;
	background-size: cover;
	background-position: center center;
	border-radius: 10px;
}

.etudes-new .etudes-new-bloc .etude-content {
	width: calc(100% - 392px - 32px);
}

@media screen and (max-width: 740px) {
	.etudes-new .etudes-new-bloc .etude-img {
		width: 100%;
		aspect-ratio: 1.4;
	}

	.etudes-new .etudes-new-bloc .etude-content {
		width: 100%;
	}
}

@media screen and (max-width: 450px) {
	.etudes-new .etudes-new-bloc .etude-img {
		aspect-ratio: 1;
	}
}

.etudes-new .etudes-new-bloc .etude-content h3 {
	margin: 8px 0;
	letter-spacing: -0.5px;
	line-height: 120%;
}

.etudes-new .etudes-new-bloc .etude-content .surtitle, .etudes-new .etudes-new-bloc .etude-content p {
	margin: 8px 0;
	letter-spacing: -0.5px;
	line-height: 140%;
}

.etudes-new .etudes-new-bloc .etude-content a {
    text-decoration: none;
    border: 1px solid #012E58;
    color: #012E58;
	transition: 0.3s;
    font-size: 16px;
    line-height: 1.4em;
    padding: 13px 24px;
    border-radius: 50px;
    margin-top: 12px;
    display: inline-block;
}

.etudes-new .etudes-new-bloc .etude-content a:hover {
	background-color: #012E58;
	color: white;
}

.legroupeblondel {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.legroupeblondel a {
	width: calc(100% / 3 - (20px * 2 / 3));
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4em;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	text-decoration: none;
	color: white;
	text-shadow: 2px 4px 10px #012E58CC;
	height: 480px;
	margin-top: 20px;
	padding: 20px 40px 20px 40px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	background-size: cover;
	background-position: center center;
}

.legroupeblondel a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #012E5840;
	display: block;
	transition: 0.2s;
}

.legroupeblondel a:hover:after {
	background: #012E58;
}

.legroupeblondel a span {
	position: relative;
	z-index: 1;
}

.legroupeblondel a span:after {
	content: '';
	display: inline-block;
	background-image: url('img/fleche-blanc.svg');
	height: 13px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
}

.superpo-container {
	height: 1800px;
	margin-top: 40px;
	position: relative;
	background: #012E58;
}

.superpo-container.fixed,
body:not(.home):not(.page-template-template-filiales) .superpo-container {
	position: fixed;
	top: 112px;
}

.superpo {
	width: 100%;
	height: 600px;
	position: absolute;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.superpo.hide {
	display: none;
}

.superpo::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgb(1,46,88);
	background: linear-gradient(270deg, rgba(1,46,88,1) 0%, rgba(33,41,93,0.4) 100%);
	opacity: 1;
	mix-blend-mode: multiply;
	z-index: 1;
}

.superpo .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	z-index: 2;
}

.superpo .wrapper > div {
	max-width: 332px;
}

.superpo .wrapper > img {
	max-width: 362px;
	height: auto;
}

.superpo .wrapper > div {
	color: white;
}

.superpo.fixed,
body:not(.home):not(.page-template-template-filiales) .superpo {
	position: fixed;
	top: 0;
}

.superpo1 {
	top: 0;
	z-index: 1;
}

.superpo2 {
	top: 600px;
	z-index: 2;
}

.superpo3 {
	top: 1200px;
	z-index: 3;
}

.home-section-5 {
	padding-bottom: 20px;
}

/* GO GREEN */
.axes_performance .wrapper{
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
}
.axes_performance .wrapper img{
	height: 155px;
	width: 155px;
	aspect-ratio: 1;
}
.axes_performance .wrapper p{
	text-align: center;
	font-size: 22px;
	margin-top:-10px;
}
.axes_performance .wrapper > div > span{
	width: 100%;
	height: 155px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	/*margin-bottom: -15px;*/
}
body.page-id-229 h1 span{
	color: #036603;
	font-weight: 600;
	text-transform:uppercase;
}
body.page-id-229 .chiffrescles{
	background-color: #036603;
	color: #FFF;
}
body.page-id-229 .chiffrescles h2{
	color: #FFF;
}
body.page-id-229 table td:first-child{
	color: #036603;
}
body.page-id-229 .groupe-cont-1 table tr td:first-child{
	border-right: 2px solid #036603;
}
body.page-template-template-gogreen .home-service.reverse {
	flex-direction: row-reverse;
}
body.page-template-template-gogreen .home-service .cont img {
	height: 64px;
	width: auto;
}
body.page-template-template-gogreen .cont ul {
	list-style: none;
}
body.page-template-template-gogreen .cont li {
	padding-left: 26px;
	background: url(img/fleche-rouge-lien.svg) no-repeat left 4px;
	margin-bottom: 10px;
}

body.page-id-229 #slider_go_green .slider_item{
	display: flex;
	flex-flow: row;
}
body.page-id-229 #slider_go_green ul{
	display: flex;
	flex-flow: row;
	justify-content: center;
	list-style: none;
}
body.page-id-229 #slider_go_green button{
	width: 25px;
	height: 25px;
	margin: 25px 15px 25px;
	border-radius: 100%;
	border: 1px solid #036603;
	background-color: transparent;
}
body.page-id-229 #slider_go_green button:hover{
	background-color: transparent;
}
body.page-id-229 #slider_go_green li.slick-active button{
	background-color: #036603;
}
body.page-id-229 #slider_go_green .slick-dots li button { 
   font-size: 0; 
}
body.page-id-229 .chiffrescles .cc-hover{
	z-index: 2;
	position: absolute;
	color: #036603;
	display: block;
	text-align: center;
	background: rgba(255,255,255,0.9);
	top: 100%;
	transition: all 200ms ease-in-out;
	width: 25%;
	height: fit-content;
	opacity: 0;
	padding: 20px 5px;
	transform: translate(0, -100%);
}
body.page-id-229 .chiffrescles .cc-hover:hover{
	opacity: 1;
}
body.page-id-287 #slider_go_green, body.page-id-285 #slider_go_green, body.page-id-287 .home-section-6, body.page-id-285 .home-section-6{
	display: none;
}
body.page-id-285 .axes_performance .wrapper{
	justify-content: space-evenly;
}
@media screen and (max-width:1040px){
	body.page-id-229 #slider_go_green .slider_item{
		display: flex;
		flex-flow: column;
	}
	.axes_performance .wrapper{		
		flex-flow: column;
	}
	.axes_performance .wrapper img{
		max-height: 155px !important;
	}
	body.page-id-229 .home-service.reverse{
		flex-direction: column;
	}
}
/* fin GO GREEN */
.chiffrescles {
	background: #012E58;
	padding: 40px 0;
}

.chiffrescles .wrapper{
	display: flex;
	justify-content: space-between;
}

.chiffrescles .wrapper > div {
	color: white;
	text-align: center;
	margin: 20px 0;
}

.chiffrescles .wrapper > div > span{
	width: 100%;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 38px;
}

.chiffrescles .wrapper > div p {
	margin: 0;
	font-size: 17px;
}

.chiffrescles .wrapper > div p strong {
	font-size: 42px;
}

.implantations {
	padding: 20px 0;
	background: #F8F8F8;
}

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

.implantations a {
	margin-left: 30px;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4em;
	padding: 13px 24px;
	border-radius: 50px;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	color: #012E58;
	border-color: #012E58;
}

.implantations a:hover {
	color: white;
	background: #012E58;
}

.newscontainer {
	display: flex;
	justify-content: space-between;
}

.newscontainer a:not(.nodesign) {
	width: calc(100% / 3 - (20px * 2 / 3));
	display: flex;
	flex-direction: column;
	border: 1px solid #012E58;
	box-sizing: border-box;
	padding: 100px 50px 60px 50px;
	text-decoration: none;
	margin-top: 20px;
	color: #012E58;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.home-section-7 .newscontainer a {
	padding: 0;
	border: none;
	border-radius: 0;
}

.home-section-7 .newscontainer a .pthumb {
	display: block;
	aspect-ratio: 1.6;
	background-size: cover;
	background-position: center center;
	border-radius: 10px;
	position: static !important;
	opacity: 1 !important;
	margin-bottom: 16px;
}

.home-section-7 .newscontainer a .pthumb:before {
	display: none;
}

.home-section-7 .newscontainer a .title {
	font-size: 18px;
}

.home-section-7 .newscontainer a .link {
	font-size: 16px;
	text-decoration: underline;
	color: #3858e9;
}

.newscontainer a:hover:not(.nodesign) {
	color: white;
}

.home-section-7 .newscontainer a:hover:not(.nodesign) {
	color: #012E58;
}

.home-section-7 .newscontainer a .link:after {
    content: '';
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-left: -14px;
    background-image: url('img/fleche-bleu-lien.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    vertical-align: baseline;
    opacity: 0;
    transition: 0.4s;
}

.home-section-7 .newscontainer a:hover .link:after {
    margin-left: 8px;
    opacity: 1;
}

.newscontainer a * {
	position: relative;
	z-index: 2;
}

.datedate {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 100;
}

.title {
	font-weight: bold;
	font-size: 20px;
	margin: 10px 0 0 0;
}

.spanlire {
	position: absolute !important;
	right: 30px;
	bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.spanlire > span {
	color: white;
	max-width: 0;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 0;
	transition: all 200ms ease-in-out;
}

.spanlire img {
	margin-left: 10px;
}

.newscontainer a:hover .spanlire > span {
	max-width: 100px;
}

.pthumb {
	position: absolute !important;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1 !important;
	opacity: 0;
	transition: all 200ms ease-in-out;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.pthumb::before {
	content: '';
	position: absolute !important;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #012E58;
	opacity: 0.8;
}

.newscontainer a:hover .pthumb {
	opacity: 1;
}

.allnews {
	margin-bottom: 120px;
	background: white;
}

body.single-post .allnews {
	margin-bottom: 0;
	padding-bottom: 120px;
}

.allnews .wrapper {
	display: flex;
	justify-content: center;
	text-align: center;
}

.allnews a {
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4em;
	padding: 13px 24px;
	border-radius: 50px;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	color: #012E58;
	border-color: #012E58;
}

.allnews a img {
	margin-left: 10px;
}

.allnews a:hover {
	color: white;
	background: #012E58;
}

.rejoignez.home-section-4 .wrapper > div {
	background: none;
}

body:not(.home):not(.page-template-template-filiales) {
	padding-top: 112px;
}

body:not(.home):not(.page-template-template-filiales) .home-slider .wrapper,
body:not(.home):not(.page-template-template-filiales) .home-slider .slick-track {
	height: 600px;
}

.content-section .wrapper {
	display: flex;
}

.content-container {
	padding: 30px 40px 100px 40px;
	box-sizing: border-box;
	background: #F8F8F8;
	flex: auto;
	margin-top: -180px;
	border-radius: 10px;
}

.content-container h2 {
	text-transform: none;
	font-size: 30px;
	text-align: left;
	font-weight: 700;
	border-left: 4px solid #eab602;
	padding-left: 20px;
}

.content-container h3 {
	font-size: 30px;
	font-weight: 400;
	border-bottom: 1px solid #dbdcdd;
	padding-bottom: 10px;
}

.content-container a {
	color: #012E58;
	text-decoration: none;
	font-size: 15px;
	padding-right: 26px;
	background: url(img/arrowrightyellow.svg) no-repeat right 3px;
}

.single .content-container .singlecontent *:not(.shortcode_bouton) > a {
	padding: 0;
	background: none;
	color: #3858e9;
}

.sidebar,
.sidemenu-base {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.sidemenu-base strong,
.sidebar aside h2 {
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 0;
	border: 0;
}

.sidebar aside h2 {
	margin-top: 0;
	margin-bottom: 20px;
}

.sidebar {
	box-sizing: border-box;
	padding: 20px 0 20px 80px;
	flex: 480px 0 0;
	max-width: 480px;
}

.single-offres-emplois .sidebar{	
	margin: 0 10px;
}

.sidebase {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.sidebase > a {
	text-transform: uppercase;
	text-decoration: none;
	color: #012E58;
	padding: 8px 0 8px 40px;
	position: relative;
	font-weight: 400;
	font-size: 14px;
	opacity: 0.2;
	filter: grayscale(1);
}

.sidebase > a.current,
.sidebase > a:hover {
	opacity: 1;
	filter: none;
}

.sidebase > a::before {
	content: '';
	width: 25px;
	height: 6px;
	border-radius: 0 10px 10px 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.sidebase > a:nth-of-type(1)::before {
	background: #D03232;
}

.sidebase > a:nth-of-type(2)::before {
	background: #EAB602;
}

.sidebase > a:nth-of-type(3)::before {
	background: #6086C4;
}

.sidebase .sub {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 40px;
	margin-bottom: 10px;
}

.sidebase .sub a {
	padding: 6px 0 6px 0;
	text-decoration: none;
	color: #012E58;
	line-height: 1;
}

.sidebase .sub a.current {
	font-weight: 600;
}

.sidebase a:hover {
	opacity: 0.5;
}

.page-bottom h3,
.service h2 {
	width: 100%;
	margin: 40px 0;
	font-weight: normal;
	padding: 0;
	border: 0;
}

.page-bottom a {
	margin-top: 0 !important;
}

.section-help {
	text-align: center;
}

.section-help .wrapper {
	display: flex;
	justify-content: center;
}

.help {
	max-width: 430px;
	background: #F8F8F8;
	padding: 50px 30px 40px 30px;
	position: relative;
	border-radius: 10px;
}

.help p {
	margin-top: 0;
}

.help h3 {
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 10px;
}

.help a {
	color: white;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4em;
	padding: 13px 24px;
	border-radius: 50px;
	display: inline-block;
	background: #EAB602;
	margin-top: 20px;
}

.help a:hover {
	background: #012E58;
}

.help img {
	position: absolute;
	left: 40px;
	top: -33px;
}

.content-section {
	z-index: 20;
	position: relative;
}

#mobile-menu > li.menu-item-has-children > a {
	display: flex;
	justify-content: space-between;
}

#mobile-menu > li.menu-item-has-children > a::after {
	content: '+';
	font-size: 18px;
	line-height: 1em;
	color: #eab602;
}

body.single-post {
	background: #F8F8F8;
}

body.single-post .content-container,
body.blog .content-container,
body.archive .content-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

body.single h1{
	font-size: 40px;
	text-align: center;
	margin-top: 0;
	color: #012E58;
	font-weight: 700;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

body.single .home-slide::before{
	display: none;
}

.singlecontent-head {
	min-height: 150px;
	width: 100%;
	text-align: center;
}

.singlecontent {
	flex: auto;
}

.wrapall {
	display: flex;
	width: 100%;
}

body.single-post .sidebar,
body.single-etude-de-cas .sidebar,
body.blog .sidebar,
body.archive .sidebar {
	padding: 20px 0 20px 36px;
	flex: 350px 0 0;
	max-width: 350px;
}

body.single-post .sidebar > div,
body.single-etude-de-cas .sidebar > div,
.sidebar #secondary > aside {
	padding: 30px;
	width: 100%;
	background: white;
	border-bottom: 1px solid #EAB602;
	margin-bottom: 20px;
	border-radius: 10px 10px 0 0;
	box-sizing: border-box;
}

.sidebar #secondary {
	width: 100%;
}

.sidebar #secondary ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.wp-block-categories-list li {
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
}

ul.wp-block-categories-list li a {
	text-decoration: none;
	color: #012E58;
	padding: 8px 0;
	position: relative;
	font-weight: 400;
	font-size: 14px;
	border-bottom: 1px solid #bfcadb;
	flex: auto;
	background: none;
}

ul.wp-block-categories-list li.cat-item-53 .post_count,
ul.wp-block-categories-list li.cat-item-62 .post_count,
ul.wp-block-categories-list li.cat-item-67 .post_count {
	background: #cc3399;
}

ul.wp-block-categories-list li.cat-item-16 .post_count,
ul.wp-block-categories-list li.cat-item-63 .post_count,
ul.wp-block-categories-list li.cat-item-54 .post_count,
ul.wp-block-categories-list li.cat-item-20 .post_count {
	background: #6086C4;
}

ul.wp-block-categories-list li.cat-item-12 .post_count,
ul.wp-block-categories-list li.cat-item-66 .post_count,
ul.wp-block-categories-list li.cat-item-56 .post_count,
ul.wp-block-categories-list li.cat-item-18 .post_count {
	background: #D03232;
}

.sidebar .post_count {
	background: #EAB602;
	width: 30px;
	color: white;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 5px 5px 0 0;
}

.sidebar a:hover {
	opacity: 0.5;
}

.wp-block-latest-posts__list {
	margin-top: 30px !important;
}

.wp-block-latest-posts__list li {
	position: relative;
	padding-left: 100px;
	min-height: 76px;
	margin-top: 20px;
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
}

.wp-block-latest-posts__list li a {
	background: none;
	padding-right: 0;
	font-size: 14px;
}

.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
	position: absolute;
	left: 0;
	top: 0;
}

.wp-block-latest-posts__post-title {
	color: #012E58 !important;
	font-weight: 400 !important;
}

.wp-block-latest-posts__post-date {
	text-transform: uppercase;
	opacity: 0.6;
	margin-bottom: 4px;
}

.sharediv {
	display: flex;
	padding-top: 20px;
	margin-top: 50px;
	border-top: 1px solid #012E58;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.sharediv a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #012E58;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	margin: 0 0 10px 10px;
	padding: 0;
}

.sharediv a:hover {
	opacity: 0.5;
}

.sharediv a svg {
	fill: white;
}

.single .content-container .singlecontent .sharediv a svg {
	fill: #012E58;
}

.singlecontent-head a[rel="category tag"] {
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	padding: 11px 18px;
	border-radius: 50px;
	margin: 0 0 30px 0;
	display: inline-block;
	background: #eab602;
}

.singlecontent-head a[rel="category tag"]:hover {
	background: #012E58;
}

#breadcrumbs {
	margin-top: 0;
	text-align: left;
	font-size: 12px;
	margin-bottom: 20px;
	color: #92adc7;
}

#breadcrumbs a {
	color: #012E58;
	font-weight: 400;
	font-size: 12px;
	padding: 0;
	background: none;
	text-decoration: none;
}

#breadcrumbs img {
	width: 8px;
	margin: 0 2px;
}

.singlemetas {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}

.singlemetas span {
	color: #707376;
	display: flex;
	align-items: center;
}

.singlemetas span::before {
	content: '';
	width: 8px;
	height: 8px;
	background: #EAB602;
	margin-right: 10px;
}

.singlecontent > p:first-child::first-letter {
	background: #EAB602;
	font-weight: 600;
	line-height: 1em;
	color: white;
	border-radius: 50%;
	padding: 7px 16px;
	font-size: 20px;
	margin-right: 6px;
}

body.blog .newscontainer a .category.cat-53,
body.blog .newscontainer a .category.cat-67,
body.archive .newscontainer a .category.cat-53,
body.archive .newscontainer a .category.cat-67 {
	border-color: #cc3399;
}

body.blog .newscontainer a .category.cat-54,
body.blog .newscontainer a .category.cat-16,
body.blog .newscontainer a .category.cat-20,
body.archive .newscontainer a .category.cat-54,
body.archive .newscontainer a .category.cat-16,
body.archive .newscontainer a .category.cat-20 {
	border-color: #6086C4;
}

body.blog .newscontainer a .category.cat-56,
body.blog .newscontainer a .category.cat-12,
body.blog .newscontainer a .category.cat-18,
body.archive .newscontainer a .category.cat-56,
body.archive .newscontainer a .category.cat-12,
body.archive .newscontainer a .category.cat-18 {
	border-color: #D03232;
}

body.blog .newscontainer a .category.cat-55,
body.blog .newscontainer a .category.cat-14,
body.archive .newscontainer a .category.cat-55,
body.archive .newscontainer a .category.cat-14 {
	border-color: #EAB602;
}

body.cat-53 .singlecontent > p:first-child::first-letter,
body.cat-53 .singlecontent-head a[rel="category tag"],
body.cat-53 .singlemetas span::before,
body.cat-67 .singlecontent > p:first-child::first-letter,
body.cat-67 .singlecontent-head a[rel="category tag"],
body.cat-67 .singlemetas span::before {
	background: #cc3399;
}

body.cat-54 .singlecontent > p:first-child::first-letter,
body.cat-54 .singlecontent-head a[rel="category tag"],
body.cat-54 .singlemetas span::before,
body.cat-16 .singlecontent > p:first-child::first-letter,
body.cat-16 .singlecontent-head a[rel="category tag"],
body.cat-16 .singlemetas span::before,
body.cat-20 .singlecontent > p:first-child::first-letter,
body.cat-20 .singlecontent-head a[rel="category tag"],
body.cat-20 .singlemetas span::before {
	background: #6086C4;
}

body.cat-56 .singlecontent > p:first-child::first-letter,
body.cat-56 .singlecontent-head a[rel="category tag"],
body.cat-56 .singlemetas span::before,
body.cat-12 .singlecontent > p:first-child::first-letter,
body.cat-12 .singlecontent-head a[rel="category tag"],
body.cat-12 .singlemetas span::before,
body.cat-18 .singlecontent > p:first-child::first-letter,
body.cat-18 .singlecontent-head a[rel="category tag"],
body.cat-18 .singlemetas span::before {
	background: #D03232;
}

.arrowgobottom {
	cursor: pointer;
}

.arrowgobottom:hover {
	opacity: 0.6;
}

.contacc {
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
	transition: all 600ms ease-in-out;
}

.contacc.opened {
	max-height: 800px;
	visibility: visible;
}

.titreacc {
	cursor: pointer;
	position: relative;
	padding-right: 30px;
	margin-top: 20px;
	margin-bottom: 0;
	transition: all 200ms ease-in-out;
}

.titreacc:hover {
	border-color: #eab602;
}

.titreacc::after {
	content: '+';
	color: #eab602;
	position: absolute;
	right: 0;
	top: 2px;
	transition: all 200ms ease-in-out;
}

.titreacc.opened::after {
	content: '-';
}

.service .content-container {
	margin-top: 0;
	padding: 50px 0 0 0;
	background: white;
}

.service h1 {
	margin-top: 0;
	color: #012E58;
	font-weight: 700;
	line-height: 1em;
	font-size: 58px;
}

@media screen and (max-width: 650px) {
	.service h1 {
		font-size: 38px;
	}
}

.service h2 {
	margin: 100px 0 40px 0;
}

.service-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 20px;
	flex-wrap: wrap;
}

.service-head > img {
	width: 46%;
	position: relative;
	z-index: 2;
	border-radius: 10px;
}

.service-head > div {
	width: 48%;
}

.service-header-content {
	padding: 48px 0 196px;
}

.soustitre {
	font-size: 24px;
	max-width: 500px;
	color: #707376;
	padding-bottom: 20px;
}

.resume {
	width: 100% !important;
	padding-right: 276px;
}

@media screen and (max-width: 1000px) {
	.resume {
		padding-right: 0px;
	}

	.soustitre{
		margin-left: 0px;
	}

	.service h1{
		position: relative;
	}

	.page-id-134 #main > section.content-section > div > div > div.servicecontent > div.bloc3 > div{
		width: 100%;
	}
}

@media screen and (max-width: 650px) {
	.service-head{
		flex-direction: column;
	}

	.service-head > img {
		align-self: center;
		width: 100%;
		padding-bottom : 30px;
	}

	.service-head > div{
		width:100%;
	}

	
	.service-header-content {
		padding: 0 0 34px;
	}
}

.resume > div {
	width: 100%;
	background: #F8F8F8;
	box-sizing: border-box;
	padding: 146px 30px 30px 30px;
	margin-top: -166px;
	border-radius: 10px;
}

.theresume {
	padding-left: 26px;
	border-left: 4px solid #EAB602;
}

.servicecontent {
	margin-top: 80px;
}

.servicecontent h2 {
	margin: 60px 0 30px;
}

.service ol {
	list-style-type: decimal-leading-zero;
	padding-left: 50px;
}

.service ol li {
	color: #707376;
	padding-left: 14px;
	margin-bottom: 10px;
	max-width: 800px;
}

.service ol li::marker {
	font-size: 30px;
	color: #707376;
}

.service ol li strong {
	font-size: 20px;
	color: #012E58;
	margin-bottom: -10px;
	display: block;
}

.bloc2 {
	padding: 30px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #EAB602;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
	border-radius: 10px;
}

.bloc2 > div {
	flex: auto;
}

.bloc2 > img {
	margin-left: 60px;
	max-width: 40%;
}

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

.bloc2 ul li {
	font-weight: 700;
	background: url(img/yellowbullet.svg) no-repeat left 4px;
	padding-left: 30px;
	font-size: 16px;
	margin: 10px 0;
}

.bloc2 h2 {
	margin: 0px 0 40px 0;
	font-weight:800;
}
.bloc3 {
	display: flex;
	justify-content: space-between;
}

.bloc3 > img {
	width: 46%;
}

.bloc3 > div {
	width: 46%;
}

.hubspot-content {
	max-width: 800px;
	margin: 0 auto;
}

@media screen and (max-width:900px){
	.bloc2 {
		flex-direction:column;
	}
	.bloc2 > img{
		margin-left:0px;
	}
	.bloc3{
		flex-direction:column;
	}
	.bloc3 > div{
		width:100%;
	}
	.bloc3 > img {
		width: 100%;
	}	
}
.edc {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.edc a {
	position: relative;
	text-decoration: none;
	background: #F8F8F8;
	padding: 0 0 150px 0;
	width: 29%;
	text-align: center;
	overflow: hidden;
	border-radius: 10px;
}

.edc-img {
	width: 100%;
	height: 470px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
	transition: all 300ms ease-in-out;
}

.edc-cont {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 20px;
	background: white;
	padding: 20px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	min-height: 225px;
	box-sizing: border-box;
	border-radius: 10px;
}

.edc-title {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight : bold;
}

.edc-btn {
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4em;
	padding: 13px 24px;
	border-radius: 50px;
	display: inline-flex;
	border-width: 1px;
	border-style: solid;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 170px;
	transition: all 200ms ease-in-out;
}

.edc-btn img {
	margin-left: 8px;
}

.edc a:hover .edc-btn {
	background: #012e58;
	color: white;
}

.edc a:hover .edc-img {
	transform: scale(1.1);
}

ul.wp-block-categories-list li.cat-item-25,
ul.wp-block-categories-list li.cat-item-27 {
	display: none !important;
	pointer-events: none;
}

.groupe-1 {
	padding: 30px 0 140px 0;
	background: #F8F8F8;
}

.groupepages {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.groupepages a {
	color: #012E58;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	background: white;
	line-height: 1em;
	margin-right: 28px;
	padding: 16px 34px;
	margin-top: 10px;
	border-radius: 10px;
}

.groupepages a:last-child {
	margin-right: 0;
}

.groupepages a.current,
.groupepages a:hover {
	color: white;
	background: #012E58;
}

.groupe-cont-1 {
	display: flex;
	margin-top: 100px;
}

.groupe-cont-1 strong {
	font-weight: 600;
}

.groupe-cont-1-left {
	flex: 366px 0 0;
	height: 550px;
	background-color: black;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-right: 66px;
	border-radius: 10px;
}

.groupe-cont-1-right {
	flex: auto;
}

.groupe-cont-1-right h1 {
	font-size: 36px;
	font-weight: normal;
	margin-top: 0;
	color: #012e58;
	margin-bottom: 26px;
}

.groupe-cont-1-right {
	font-size: 16px;
	line-height: 1.6em;
}

.groupe-cont-1 blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	font-style: normal;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.groupe-cont-1 blockquote::before {
	content: '';
	width: 80px;
	height: 52px;
	background: url(img/guillemets-bleu.svg) no-repeat center;
	background-size: contain;
	transform: scale(-1, 1);
	margin-bottom: 20px;
}

.groupe-cont-1 blockquote p {
	font-size: 19px;
}

.groupe-cont-1 table {
	margin-top: 60px;
}

.groupe-cont-1 table tr td:first-child {
	width: 30%;
	padding-right: 40px;
	border-right: 2px solid #EAB602;
	box-sizing: border-box;
}

.groupe-cont-1 table tr td:last-child {
	padding-left: 40px;
	width: 70%;
	box-sizing: border-box;
}

body.page-id-287 .groupe-cont-1-right ul {
	list-style: none;
}
body.page-id-287 .groupe-cont-1-right li {
	padding-left: 26px;
	background: url(img/fleche-rouge-lien.svg) no-repeat left 4px;
	margin-bottom: 10px;
}


.wrapper-intro {
	max-width: 780px;
	margin: auto;
}

.valeurs {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.valeur {
	width: 16%;
	height: 360px;
	position: relative;
	margin: 50px 16px 20px 16px;
	padding: 80px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	box-sizing: border-box;
	text-align: center;
	cursor: default;
}

.valeur-hover {
	z-index: 2;
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background: rgba(255,255,255,0.9);
	border: 1px solid #012E58;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all 200ms ease-in-out;
	opacity: 0;
}

.valeur:hover .valeur-hover {
	opacity: 1;
}

.valeur-hover p {
	font-size: 14px;
	padding: 20px 10px;
	margin: 0;
}

.valeur-hover strong {
	font-size: 23px;
	font-weight: 500;
	line-height: 1em;
	background: rgba(1,46,88,0.9);
	color: white;
	width: 100%;
	padding: 16px 10px;
	box-sizing: border-box;
}

.valtitle {
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	text-align: center;
	z-index: 1;
	transition: all 200ms ease-in-out;
}

.valeur:hover .valtitle {
	opacity: 0;
}

.valeur:nth-child(even) .valtitle {
	top: auto;
	bottom: 0;
}

.filiales-expertes .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.full {
	width: 100%;
	text-align: center;
}

.fexp {
	margin-top: 30px;
}

.fexp h3 {
	color: #D03232;
	font-weight: 400;
	font-size: 26px;
}

.fexp ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}

.fexp ul li {
	padding-left: 26px;
	background: url(img/fleche-rouge-lien.svg) no-repeat left 4px;
	margin-bottom: 10px;
}

.fexp img {
	max-height: 70px;
	width: auto;
}

.fexp > p:first-of-type {
	height: 70px;
	display: flex;
	align-items: flex-end;
	margin-bottom: 22px;
}

.filiales-expertes h2 {
	font-size: 29px;
	text-transform: none;
	font-weight: 100;
	border: 1px solid #D03232;
	line-height: 1em;
	display: inline-flex;
	padding: 16px 34px;
	border-radius: 50px;
	position: relative;
	margin-top: 0;
	margin-bottom: 30px;
}

.filiales-expertes h2 span {
	position: relative;
	z-index: 2;
}

.filiales-expertes h2::before {
	content: '';
	border-left: 1px solid #D03232;
	border-bottom: 1px solid #D03232;
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0;
	right: 0;
	margin: auto;
	top: 100%;
	border-radius: 0 0 0 10px;
	transform: rotate(-45deg);
	bottom: -2px;
	background: white;
	z-index: 1;
}

.citation-groupe {
	background: #f8f8f8;
	margin: 90px 0;
	display: flex;
}

.citation-left {
	width: 44%;
	display: flex;
	align-items: center;
	padding: 20px 60px 20px 0;
	justify-content: flex-end;
}

.citation-left .wrapper {
	max-width: 550px;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.citation-left blockquote {
	width: 100%;
	background: url(img/guillemets-bleu.svg) no-repeat left top;
	border: 0;
	padding: 0;
	margin: 10px 0 0 80px;
	font-style: normal;
	background-size: 76px;
	padding-left: 106px;
	box-sizing: border-box;
}

.citation-left blockquote p {
	font-size: 18px;
	margin: 0;
}

.citation-left img {
	width: 180px;
	height: auto;
}

.citation-left strong {
	font-weight: 600;
}

.citation-right {
	width: 56%;
	height: 700px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 0 0 0 10px;
}

.implantationsmap .wrapper {
	display: flex;
	flex-direction: column;
	max-width: 100%;
	padding: 0;
}

.implantationsmap iframe {
	width: 100%;
	margin: 60px 0 0 0;
}

.page-template-template-groupe .section-help {
	margin-top: 80px;
}

#primary-menu > li.current-menu-item > a,
#primary-menu > li.current_page_ancestor > a {
	font-weight: 600;
}

body.blog .newscontainer,
body.archive .newscontainer {
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
}

body.blog .newscontainer a.article:nth-child(n+10),
body.archive .newscontainer a.article:nth-child(n+10) {
	display: none;
}

body.blog .load_more,
body.archive .load_more {
	margin: 36px auto;
	display: block;
	width: 160px;
	text-align: center;
	background-position: center right 20px;
}

body.archive .newscontainer .glossaire-elem {
	margin-top: 0;
}

body.blog .newscontainer a:not(.nodesign),
body.archive .newscontainer a:not(.nodesign) {
	width: calc(100% / 3 - (20px * 2 / 3));
	background: white;
	padding: 40px 30px 60px 30px;
	margin-top: 0;
}

body.archive .newscontainer a.filiales:not(.nodesign) {
	width: calc(100% / 2 - (20px / 2));
}

body.blog .sidebar,
body.archive .sidebar {
	padding-top: 0;
}

body.blog .newscontainer a .title,
body.archive .newscontainer a .title {
	font-size: 17px;
}

body.archive .newscontainer a.filiales .title {
	margin-top: 0;
}

body.archive .newscontainer a.filiales .subtitle {
	color: #92ADC7;
}

body.archive .newscontainer a.filiales p {
	font-size: 14px;
	margin: 8px 0 0;
}

body.blog .newscontainer a .categories,
body.archive .newscontainer a .categories {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	gap: 4px;
	margin-top: 10px;
}

body.blog .newscontainer a .category,
body.archive .newscontainer a .category {
    text-transform: uppercase;
    text-decoration: none;
	font-size: 9px;
    font-weight: 600;
    line-height: 1em;
	padding: 4px 6px;
    border-radius: 50px;
    margin: 0;
    display: inline-block;
	border: 1px solid #012E58;
}

body.blog .newscontainer a:hover .category,
body.archive .newscontainer a:hover .category {
	border-color: white;
}

body.blog .singlecontent-head,
body.archive .singlecontent-head {
	min-height: 50px;
}

.sidebar a {
	text-decoration: none;
}

.drawsvg {
	transform: scale(0.8);
}

.drawsvg.done {
	transform: scale(1);
}

.drawsvg g {
	transition: all 200ms ease-in-out;
}

.done g {
	fill: #012e58;
	stroke-opacity: 0;
}

iframe{
	max-width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}


/*--------------------------------------------------------------
10.0 Responsive
--------------------------------------------------------------*/

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

	.newscontainer,
	body.blog .newscontainer,
	body.archive .newscontainer {
		flex-flow: row wrap;
	}	

	.mena.join {
    	padding: 6px 12px;
	}

	.spec-menu .social {
    	margin-top: 14px;
	}

	.mena img {
		margin-right: 6px;
		margin-bottom: 0;
	}

	.mena {
		flex-direction: row;
		align-items: center;
		margin-top: 10px;
	}

	.bottommenu p {
		display: none;
	}

	.bottommenu {
		padding: 10px 20px 20px 20px;
		margin-top: 20px;
	}

	.aslangswitcher li a {
		color: white;
		border-color: white !important;
	}

	.spec-menu {
		background: #012E58;
	}

	.spec-menu * {
		text-decoration: none;
		list-style: none;
	}

	#mobile-menu {
		display: flex;
	}

	.newscontainer a {
		width: 100%;
		padding: 40px 50px 40px 30px;
	}
	
	#masthead > #site-navigation {
		display: none;
	}
	
}

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

	.newscontainer a:not(.nodesign),
	body.blog .newscontainer a:not(.nodesign),
	body.archive .newscontainer a:not(.nodesign) {
		width: calc(100% / 2 - (20px / 2));
	}

	body.archive .newscontainer a.filiales:not(.nodesign) {
		width: 100%;
	}

	.valtitle,
	.valeur-hover strong {
    	font-size: 18px;
	}

	.groupe-cont-1 table tr td:last-child {
		padding: 40px 0 0 0 !important;
	}

	.groupe-cont-1 table tr {
		display: flex;
		flex-direction: column;
	}

	.groupe-cont-1 table tr td {
		width: 100% !important;
	}

}

@media screen and (max-width: 1130px) {
	body:not(.home):not(.page-template-template-filiales) {
		padding-top: 80px;
	}

	#masthead.hide {
		margin-top: 0;
	}
}

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

	.section.implantationsmap {
		padding-top: 0;
	}

	.citation-right {
   		width: 100%;
		height: 500px;
	}

	.citation-left blockquote {
		margin: 0;
	}

	.citation-left img {
    	width: 100px;
		margin: 0;
	}

	.citation-left .wrapper {
    	max-width: 1000px;
		flex-direction: column;
	}

	.citation-left {
		width: 100%;
		padding: 20px 0 50px 0;
	}

	.citation-groupe {
		flex-direction: column;
	}

	.fexp {
		width: 50%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.valtitle,
	.valeur:nth-child(even) .valtitle {
    	top: -40px;
		bottom: auto;
	}

	.valeur {
		width: 100%;
		height: 200px;
	}

	.edc a {
   		width: 46%;
	}

	body:not(.home):not(.page-template-template-filiales) .home-section-7 {
		padding-top: 50px;
	}

	body.single-post .content-container, body.single-etudes-cas .content-container {
    	padding: 30px 20px;
	}

	body.single-post h1,
	body.single-etude-de-cas {
    	font-size: 36px;
	}

	body.single-post .sidebar,
	body.single-etude-de-cas .sidebar,
	body.blog .sidebar,
	body.archive .sidebar {
		margin-top: 40px;
		padding: 20px 0;
		flex: auto;
		max-width: 1200px;
	}

	.wrapall {
		flex-direction: column;
	}

}

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

	.fexp {
    	width: 100%;
	}

	.groupe-1 {
    	padding: 30px 0 100px 0;
	}

	.groupe-cont-1-left {
		flex: auto;
		margin: 0 0 40px 0;
	}

	.groupe-cont-1 {
    	flex-direction: column;
	}

	.arrowgobottom {
    	margin-bottom: 30px;
	}

	h1 {
    	margin: 0 0 20px 0;
	}

	.page-bottom .wrapper {
		background: none !important;
	}

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

	.sidebar {
		padding: 40px 0 20px 0;
		flex: auto;
	}

	.content-section .wrapper {
    	flex-direction: column-reverse;
	}

	body:not(.home):not(.page-template-template-filiales) .home-slide {
    	padding: 220px 0 180px 0;
	}
	body.single-offres-emplois .home-slide{
		padding-top: 20px;
	}

	body:not(.home):not(.page-template-template-filiales) .home-slider .wrapper,
	body:not(.home):not(.page-template-template-filiales) .home-slider .slick-track {
		height: auto;
	}

	h1 {
		font-size: 44px;
	}

	.home-section-7 {
		padding-top: 0;
	}

	.foot2 > div:nth-child(1) a:first-child {
    	margin-bottom: 20px;
	}

	.foot2 > div:nth-child(1) {
		order: 2;
		margin: 30px 0;
	}

	.foot2 > div:nth-child(2) {
		order: 1;
	}

	.foot2 > div:nth-child(3) {
		order: 3;
	}

	.foot2 > div.social a {
    	margin: 0 10px !important;
	}

	.foot2 > div {
		width: 100%;
		align-items: center;
		text-align: center;
		justify-content: center !important;
	}

	.foot2 {
		flex-direction: column;
		align-items: center;
	}
	.foot_solutions ul{
		display: flex;
		width: 100%;
		justify-content: space-around;
		list-style: none;
		padding-left: 0px;
		
	}

	
	footer div.foot_links a{
		margin-bottom: 20px;
	}

	.rejoignez.home-section-4 .wrapper > div {
		padding-top: 0;
	}

	.implantations a {
		margin: 20px 0 10px 0;
	}

	.implantations .wrapper {
		flex-direction: column;
    	align-items: center;
	}

	.chiffrescles .wrapper > div p strong {
    	font-size: 30px;
	}

	.chiffrescles .wrapper {
		flex-direction: column;
		align-items: center;
	}

	.superpo .wrapper > img {
		display: none;
	}

	.superpo {
		position: inherit;
		height: auto;
		top: auto !important;
		padding: 100px 0;
	}

	.superpo-container {
		height: auto;
		display: flex;
		flex-direction: column;
	}

	.legroupeblondel a {
		font-size: 30px;
		width: 100%;
		height: auto;
		padding: 60px 20px 160px 20px;
	}

	.legroupeblondel {
		flex-direction: column;
	}

	h3 {
    	font-size: 28px;
	}

	.home-section-4 .wrapper {
		justify-content: center;
	}

	.home-section-4 .wrapper > div {
		max-width: 100%;
		padding-left: 0;
		margin: 0;
		padding-top: 116px;
	}

	.home-section-3 .wrapper .home-service:last-child {
		margin-bottom: 0;
	}

	.home-service.reverse, body:not(.page-id-8) {
		flex-direction: column !important;
	}
	body.page-id-8 .home-service.reverse {
		flex-direction: column-reverse !important;
	}

	.cont {
		width: 100%;
		margin-top: -40px;
		border-radius: 10px;
		padding: 60px 30px;
	}

	.cont::before {
		display: none;
	}

	.home-service img {
		width: auto;
	}

	.home-service {
		flex-direction: column;
    	align-items: center;
	}

	h2 {
		font-size: 34px;
	}

	.home-section-2 .wrapper a > strong,
	.drawsvg {
		width: 78px;
		height: 50px;
	}

	.home-section-2 .wrapper {
		background: #012E58;
		padding-bottom: 60px;
	}

	.home-section-2 .wrapper {
		flex-wrap: wrap;
	}

	.home-section-2 .wrapper a {
		width: 48%;
		height: 220px;
		font-size: 16px;
		padding: 10px;
	}

	.homeslider-arrows img {
		max-width: 15px !important;
	}

	.homeslider-arrows {
		align-items: flex-start;
    	padding-top: 220px;
	}

	.home-section-2 .wrapper a {
		margin-top: 0;
	}

	.home-slide-caption h2 {
    font-size: 30px;
	}

	#masthead {
		border-bottom: 0;
	}

	.home-slider .wrapper,
	.home-slider .slick-track {
    	height: auto;
	}

	.home-slide {
		padding: 140px 0 40px 0;
	}

	/*body:not(.single-post):not(.single-etudes-cas) .home-slide {
		background: #012E58 !important;
	}*/
	
	html {
		width: 100%;
		height: 100%;
	}
	
	img {
		max-width: 100% !important;
		width: auto;
		height: auto !important;
	}
	
}

@media screen and (max-width: 700px) {
	
	.groupepages a {
		width: 100%;
		box-sizing: border-box;
		margin-right: 0;
	}

}

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

	.newscontainer a:not(.nodesign),
	body.blog .newscontainer a:not(.nodesign),
	body.archive .newscontainer a:not(.nodesign) {
    	width: 100%;
	}

	.valeur {
    	height: 280px;
	}

	.edc a {
    	width: 100%;
	}

}

/*----------------------------------------------------------------------
*			Page Nous rejoindre
-----------------------------------------------------------------------*/
/*--------header-------------*/
.section-header{
	padding: unset!important;
	
}

#background-video {
	filter: brightness(0.5);
	height: 100vh;
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.carriere h1 {
	margin-top: 0!important;
}
.carriere section{
	padding: 60px 0;
}
.carriere_header{
	height: 90vh!important;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.carriere_header > div > h1{
	text-align: center;
}
section.section-header h2{
	color: #ffffff;
}
.tebtn{
	background: #D03232;
	border-radius: 22px;
	border: none!important;
	text-align: left;
	font: normal normal regular 20px/29px Segoe UI;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	padding: 19px 26px!important;
	max-height: 27px;
	margin-top: 0!important;
}
.inpBanner{
	height: 52px;
	width: 327px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #707070;
	opacity: 1;
	font: normal normal normal 15px/33px Segoe UI;
	letter-spacing: 0px;
	color: #012E58;
	text-transform: uppercase;
	opacity: 1;
	outline: none;
	padding-left: 15px;
	margin: 0 10px;
}
.bannerCarriere{
	display: flex;
	justify-content: center;
	align-items: center;
}
.bannerCarriere form{
	display: flex;
}
.bannerCarriere .btn{
	padding: 25px 25px !important;
	line-height: 0rem !important;
}
.bannerCarriere form select, .bannerCarriere form input, .bannerCarriere form .btn{
	font-family: 'Segoe UI', sans-serif !important;
	border-radius: 50px;
}
.liste_emplois > div{
	display: flex;
	justify-content: space-between;
	padding: 30px 50px;
	border-bottom: 1px #d03232 solid;
}
.liste_emplois > div a{
	color: #D03232;
	font-weight: 400;
	font-size: 18px;
}
.liste_emplois > div a::after {
	content: '';
	padding-right: 23px;
	background: url(img/fleche-rouge-lien.svg) no-repeat right center;
	font-size: 16px;
	margin: auto;
	line-height: 1em;
	color: #012E58 !important;
}
.liste_emplois > div > div{
	min-width: 150px;
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 900px){
	body.single-offres-emplois .home-slider .wrapper{
		height: 180px;
	}
}
body.single-offres-emplois h3{
	color: #012E58;
	font-weight: 600;
	font-size: 18px;
	border-bottom: none;
	padding-bottom: 0px;
}
body.single-offres-emplois .sidebar h3{
	margin-bottom: 0px;
}
body.single-offres-emplois .sidebar p{
	margin-top: 5px;
	margin-bottom: 25px;
}
@media screen and (max-width: 1040px) {
	.tebtn{
		font-size: 16px;
		margin-top: 15px;
		text-align: center;
	}
	.bannerCarriere{
		flex-direction: column;
	}
	.inpBanner{
		margin: 15px 0;
		width: 90vw;
		padding: 0;
	}
	select.inpBanner{
		padding-left: 15px;
	}
	.bannerCarriere form{
		flex-flow: column;
	}
	.carriere_header.carriere_search{
		padding-bottom: 200px;
		padding-top: 200px;
		height: 50vh !important;
	}
	.liste_emplois > div{
		flex-flow: column;
	}
	.liste_emplois > div a{
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 1041px) and (max-width: 1650px){
	.bannerCarriere form{
		flex-flow: wrap;
		flex-direction: row;
		justify-content: center;
	}
}
@media screen and (max-width: 375px){
	.inpBanner{
		width: 90%;
	}
}

/*---------formation----------*/

.formation{
    display: flex;
	align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.formation div{
	margin: 15px 0;
}
.formationImg{
	width: 100%;
	border-radius: 10px;
}
.formation h3{
	letter-spacing: 0px;
	color: #012E58;
	text-transform: uppercase;
	margin-top: 20px;
}
.formation h4{
	font-size: 30px;
    margin-top: -20px;;
    font-weight: 600;
}
.btngrp1{
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4em;
	padding: 13px 24px;
	border-radius: 50px;
	margin-top: 18px;
	display: inline-block;
	border: 1px solid #D03232;
	color: #D03232;
}
.btngrp2{
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4em;
	padding: 13px 24px;
	border-radius: 50px;
	margin-top: 18px;
	display: inline-block;
	border: 1px solid #6086C4;
	color: #6086C4;
}
.grp3{
	border: 1px solid #012E58;
	border-radius: 10px;
}
.guillemets{
	margin-left: 60px;
	position: absolute;
	height: 61px;
	width: 90px;
}
.grp3 .img3{
	display: block;
	border-radius: 100%;
	border: 1px solid;
	margin: 56px auto 36px;
	width: 254px;
	height: 254px;
}
.grp3 h3{
	text-transform: unset;
	color: #012E58;
	width: 200px;
	display: block;
	margin: 0 auto 10px;
}
.grp3 p{
	margin: 0;
}
.grp3 a{
	text-decoration: unset;
	color: #012E58;
}
.lireplus{
	display:flex;
}
.lireplus >span{
	width: 100%;
	
}
.lireplus > span > img{
	height: 25px;
	width: 25px;
	float: right;
	margin: 20px 25px 20px 0;

	
}
@media screen and (max-width: 900px) {
	.formation{
		justify-content: center;
		flex-direction: column;
	}
}
.formation > div{
	width: 400px;
	height: 550px;
} 
.grp3 .img3{
	width: 200px;
	height: 200px!important;
}
@media screen and (max-width: 500px){
	.formation > div{
		width: 90%;
	}
}

/*-----------candidature-------------*/
.candiFlex{
	height: 30vh;
	display: flex;
	align-items: center;
}
.candiFlex > div:nth-child(1){
	padding-right: 120px;
}
.btnCandi{
	align-self: center;
	border-radius: 60px ;
	height: 90px;
	min-width: 380px;
	display: flex;
	background-color: #d03232;
	justify-content: space-between;
	text-decoration: none;

}
.btnCandi div {
	background-color: #012e58;
	border-radius: 60px;
	width: 70%;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	transition: background-color 0.2s linear;
}
.btnCandi div:hover{
	background-color: #d03232;
}
.btnCandi div > p{
	color: white;
	text-align: center;
	margin:unset;
	font-weight: bold;
}
.btnCandi img{
	padding-right: 40px ;
	width: 40px;
	height: 40px;
	align-self: center;
}
@media screen and (max-width: 900px) {
	.candiFlex{
		height: unset;
		flex-direction: column;
	}
	.candiFlex > div:nth-child(1){
		padding-right: unset;
		padding-bottom: 10px;
	}
	.btnCandi{
		min-width: 280px;
		height: 70px!important;
	}

}

/*--------------------------------------*/
.carrTeam{
	width: 60%;
    padding: 60px;
    box-sizing: border-box;
    background: #F8F8F8;
    position: relative;
}

.carrTeam a{
	text-decoration: none;
	float: right;
	letter-spacing: 0px;
	color: #012E58;
}
.carrTeam a img{
	height: 14px;
	width: 14px;
	margin: 0 0 0 10px;
}

@media screen and (max-width: 900px) {
	.carrTeam{
		width: unset;
		padding: 20px;
	}
}

/*-----------evaluation employeur--------------*/
.evEmploi{
display: flex;
align-items: flex-start;
justify-content: space-around;
padding-bottom: 20px;
}

.evEmploi > div:nth-child(1) > div{
	display: flex;
}

.evEmploi > div:nth-child(1) > div > div:nth-child(1){
	align-self: flex-start;
}
.evEmploi > div:nth-child(1) > div > div:nth-child(2){
	align-self: flex-start;
	width: 100%;
}
div.evEmploi > div:nth-child(1){
	padding-right: 10px;
}
.note{
	font-size: 30px;
	font-weight: bold;
	padding-right: 30px;
}
.evEmploi > div:nth-child(2) > div ul{
	list-style-type: none;	
}
.notePcat > div{
	display: flex;
	padding: 15px 0;
}
.noteCat{
	font-size: 30px;
	font-weight: bold;
	padding-right: 30px;
	align-self: center!important;
}
.textCat{
	border: 1px solid black;
    border-radius: 30px;
    min-width: 350px;
    align-self: center;
    text-align: left;
	background-color: white;
	display: flex;
    padding: 0 15px;
}
.textCat p{
	margin: 10px 0 10px 5px!important;
	font-size: 20px!important;
	font-weight: bold;
}
.separator{
	padding: 30px 0;
	height: 3px;
	width: 100%;
}
.separator p{
	border-bottom: 1px solid #012e58;
}

.noteMoy{
	display: flex;
	justify-content: center;
	margin: 5px 0 50px;
}

.evEmploi h4{
	font: normal normal normal 16px/26px Segoe UI;
	letter-spacing: 0px;
	color: #707376;
}

@media screen and (max-width: 900px) {
	.evEmploi{
		flex-direction: column;
	}
	
	.evEmploi > div:nth-child(1) > div{
		flex-direction: column;
	}
	.evEmploi > div:nth-child(1) > div > div:nth-child(1){
		align-self: center;
	}
	div.evEmploi > div:nth-child(1){
		padding-right: 10px;
		padding-left: 10px;
	}
	.note{
		padding-right: unset;
	}
	p.note{
		padding-right: 10px;
	}
	.notePcat > div{
		flex-direction: column;
	}
	.textCat{
		padding: 0 5px;
	}
	.noteCat{
		padding-right:0;
	}
	div.evEmploi > div:nth-child(2){
		width: 100%;
	}
}
/*---------autre--------*/
.btn{
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4em;
	padding: 13px 24px;
	border-radius: 50px;
	margin-top: 12px;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
}
.grey_back{
	background-color: #f8f8f8!important;
}
/*-------------------------------fin page nous rejouindre------------------------------------*/

.flex-logindus{
	display:flex;
}
.flex-logindus > p > img {
	width:99%;
}
@media screen and (max-width: 1024px) {
	.flex-logindus{
		flex-direction:column;
	}
	.flex-logindus > p > img{
		width:100%;
	}
}

.chiffre-cle{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.chiffre-cle > p{
	margin: 15px 20px 0 20px;
	font-size: 17px;
	font-weight:bold;
	font-style:uppercase;
}
.chiffre-cle > p > strong{
	font-size: 42px;
	color:#d03232;
}
@media screen and (max-width: 1024px){
	.chiffre-cle > p{
		font-size: 17px;
	}
	.chiffre-cle > p > strong{
		font-size: 32px;
		color:#d03232;
	}
	.wpcf7 div{
		flex-flow: wrap;
	}
}

/* Contact */

body.page-id-114 h2{margin:0;}
body.page-id-114 .content-container {background: #F8F8F8 !important;}
body.page-id-114 .content-section {background: #F8F8F8 !important;}

::placeholder {
   text-align: left; 
}
.wpcf7-form-control-wrap{
	width: 100%;
}
.wpcf7-file .wpcf7-form-control-wrap{
	width: unset;
}
.wpcf7 input:not([type=checkbox]), .wpcf7 textarea, .wpcf7-file{
    width: 95%;
	font-family: 'Segoe UI', sans-serif !important;
	border-radius: 5px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #dbdbdb;
	opacity: 1;
	letter-spacing: 0px;
	color: #707070;
	outline: none;
	height: 55px;
	display: block;
	margin: 0 auto; 
	padding-left :10px;
	box-shadow: 5px 5px 15px -15px #dbdbdb;
}
.wpcf7 input[type=checkbox]{
	width: 100%;
	box-shadow: none;
	padding:10px;
}
.wpcf7-file{
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	padding-left: 15px;
	padding-top:15px;
}
.wpcf7-file:hover{
	border: 1px solid #d03232;
	color : #d03232;
}
.wpcf7-file img{
	filter: invert(1);
	transform: scale(0.7);
}
.wpcf7 textarea{
	width: 93%;
	height: 100px;
	border-radius:10px;
	padding-left: 15px;
	padding-top:15px;
}

.wpcf7 select{
    width: 95%;
	font-family: 'Segoe UI', sans-serif !important;
	border-radius: 10px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #dbdbdb;
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
	outline: none;
	padding-left: 15px;
	height: 65px;
	display: block;
	margin: 0 auto; 
	margin-top:-15px;
	box-shadow: 5px 5px 15px -15px #dbdbdb;
}
.wpcf7 input[type="file"] {
    display: none;
}
.wpcf7 div{
	display: flex;
	justify-content: center;
	flex-flow: row;
	margin: 35px 0;
}
.wpcf7 input.wpcf7-submit{
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4em;
	padding: 13px 24px;
	border-radius: 50px;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	color: #D03232;
	border-color: #D03232;
	background: #FFF;
	width: 100%;
	transition: 0.3s;
	padding: 25px 25px !important;
	line-height: 0rem !important;
}
.wpcf7 input.wpcf7-submit:hover {
	color: white;
	background: #D03232;
}
.sidebar_form_webinar input[type="text"], .sidebar_form_webinar input[type="email"] {
	margin-bottom: 12px;
}
.sidebar_form_webinar .wpcf7-list-item {
	margin: 0;
}
a.btn.postuler{
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4em;
	padding: 13px 24px;
	border-radius: 50px;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	color: #D03232;
	border-color: #D03232;
	background: #FFF;
	padding: 25px 25px !important;
	line-height: 0rem !important;
}
a.btn.postuler:hover{
	opacity: 1;
	background: #D03232;
	color: #FFF;
}
.nav-links{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 25px;
}
.nav-links .page-numbers{
	background: none;
	padding: 5px 13px;
	font-size: 18px;
}
.nav-links a.page-numbers:hover{
	background-color: #012E58;
	border-radius: 100%;
	color: white;
}
.nav-links .page-numbers.current{
	background-color: #D03232;
	border-radius: 100%;
	color: white;
}

/* Couleurs nos solutions */

/* INDUSTRIE */
body.page-id-150 .content-container h2{
	border-left: 4px solid #6086c4;
}
body.page-id-150 .titreacc::after, body.parent-pageid-150 .titreacc::after{
	color: #6086c4;
}
body.page-id-150 .titreacc:hover, body.parent-pageid-150 .titreacc:hover{
 	border-color: #6086c4;
}
body.parent-pageid-150 .soustitre::after{
	background: #6086c4;
}
body.parent-pageid-150 .theresume{
	border-left: 4px solid #6086c4;
}
body.parent-pageid-150 .bloc2{
	border: 1px solid #6086c4;
}
body.parent-pageid-150 blockquote{
	border-left: 1px solid #6086c4;
}

/* TRANSPORT */
body.page-id-130 .content-container h2{
	border-left: 4px solid #D03232;
}
body.page-id-130 .titreacc::after, body.parent-pageid-130 .titreacc::after{
	color: #D03232;
}
body.page-id-130 .titreacc:hover, body.parent-pageid-130 .titreacc:hover{
 	border-color: #D03232;
}
body.parent-pageid-130 .soustitre::after{
	background: #D03232;
}
body.parent-pageid-130 .theresume{
	border-left: 4px solid #D03232;
}
body.parent-pageid-130 .bloc2{
	border: 1px solid #D03232;
}
body.parent-pageid-130 blockquote{
	border-left: 1px solid #D03232;
}


/* Tarteaucitron */

#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigMiddle{
	border-radius: 0px !important;
	border: 1px #012E58 solid;
}
#tarteaucitronDisclaimerAlert h2{
	font-size: 24px !important;
	font-weight: bold !important;
	font-family: 'SegoeUI' !important;
	color: #012E58 !important;
	text-transform: unset !important;
}
.tarteaucitronCTAButton.tarteaucitronAllow{
	border: 1px #6086C4 solid !important;
	background: transparent !important;
	color: #6086C4 !important;
	padding: 13px 20px !important;
}
.tarteaucitronCTAButton.tarteaucitronAllow:hover, .tarteaucitronCTAButton.tarteaucitronAllow:hover .tarteaucitronCheck::before{
	background: #6086C4 !important;
	color: #FFF !important;
}
.tarteaucitronCheck::before{
	color: #6086C4 !important;
}

.tarteaucitronCTAButton.tarteaucitronDeny{
	border: 1px #D03232 solid !important;
	background: transparent !important;
	color: #D03232 !important;
	padding: 13px 20px !important;
	outline: none !important;
}
.tarteaucitronCTAButton.tarteaucitronDeny:hover, .tarteaucitronCTAButton.tarteaucitronDeny:hover .tarteaucitronCross::before{
	background: #D03232 !important;
	color: #FFF !important;
}
.tarteaucitronCross::before{
	color: #D03232 !important;
}

#tarteaucitronCloseAlert{
	border: 1px #EAB602 solid !important;
	background: transparent !important;
	color: #EAB602 !important;
	padding: 13px 20px !important;
	outline: none !important;
}
#tarteaucitronCloseAlert:hover, #tarteaucitronCloseAlert:hover .tarteaucitronWrench::before{
	background: #EAB602 !important;
	color: #FFF !important;
}
.tarteaucitronWrench::before{
	color: #EAB602 !important;
}
body.error404 h1{
	font-size: 90px;
}
body.error404 .home-slide p{
	font-size: 28px;
	color: #FFF;
	font-weight: 600;
}
body.error404 .home-slide::before{
	background: linear-gradient(190deg, rgba(1,46,88,1) 50%, rgba(0,0,0,0) 100%);
}


/** Shortcode blocs **/

/* Tableau */

.shortcode_tableau {
	overflow-x: auto;
	max-width: 100%;
	padding-bottom: 10px;
	margin: 2em 0;
}

.shortcode_tableau > p {
	display: none;
}

.shortcode_tableau td, .shortcode_tableau th {
	padding: 6px 6px;
	border: 1px solid #012E58;
	min-width: 150px;
}

.shortcode_tableau thead td, .shortcode_tableau th {
	background-color: #012E58;
	color: white;
	font-weight: 700;
}

/* FAQs */

.shortcode_faqs {
	margin: 2em 0;
}

.shortcode_tableau > p {
	display: none;
}

.shortcode_faqs .faq {
	position: relative;
}

.shortcode_faqs .faq:after, .shortcode_faqs .faq:first-child:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	transition: 0.2s;
	background-color: #dbdcdd;
}

.shortcode_faqs .faq:first-child:before {
	bottom: auto;
	top: 0;
}

.shortcode_faqs .faq:hover:after, .shortcode_faqs .faq.active:after {
	opacity: 1;
	background-color: #D03232;
}

.shortcode_faqs .faq .question {
	padding: 15px 40px 15px 0;
	position: relative;
	cursor: pointer;
}

.shortcode_faqs .faq .question:after {
	content: '+';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-weight: 700;
	font-size: 27px;
	color: #D03232;
}

.shortcode_faqs .faq .question h3 {
	font-size: 1.3em;
	border: none;
	padding: 0;
	font-weight: 600;
}

.shortcode_faqs .faq .question > * {
	margin: 0;
}

.shortcode_faqs .faq.active .question:after {
	content: '-';
}

.shortcode_faqs .faq .reponse {
	display: none;
	padding: 0 0 10px 0;
}

/* Youtube */

.shortcode_youtube {
	margin: 2em auto;
}

.shortcode_youtube iframe, .shortcode_youtube video {
	width: 100% !important;
	height: 100% !important;
	border-radius: 10px;
}

/* Études */

.shortcode_etudes {
	margin: 2em 0;
}

.shortcode_etudes .edc {
	justify-content: center;
}

.shortcode_etudes .edc a {
	min-width: 300px;
}

/* Contact */

.shortcode_contact {
	margin: 5em 0 2em;
}

.shortcode_contact .help {
	margin: 0 auto;
}

/* Tabs */

.shortcode_tabs {
	margin: 2em 0;
}

.shortcode_tabs .tab_nav {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	overflow-x: auto;
	padding-top: 4px;
}

.shortcode_tabs .tab_nav .tab {
	display: block;
	padding: 8px 12px;
	border: 1px solid #012E58;
	font-weight: 700;
	transition: 0.2s;
	cursor: pointer;
	white-space: nowrap;
}

.shortcode_tabs .tab_nav .tab:not(:first-child) {
	margin-left: -1px;
}

.shortcode_tabs .tab_nav .tab.active {
	color: white;
	background-color: #012E58;
}

.shortcode_tabs .tab_nav .tab.active, .shortcode_tabs .tab_nav .tab:hover {
	padding-bottom: 12px;
	margin-top: -4px;
}

.shortcode_tabs .tab_content {
	border: 1px solid #012E58;
	padding: 5px 20px;
	margin-top: -1px;
	border-radius: 0 10px 10px 10px;
}

.shortcode_tabs .tab_content > p {
	display: none;
}

.shortcode_tabs .tab_content .tab {
	display: none;
}

.shortcode_tabs .tab_content .tab.active {
	display: block;
}

/* Bouton */

.shortcode_bouton {
	margin: 1em 0;
}

.shortcode_bouton a {
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4em;
    padding: 13px 24px;
	border-radius: 50px;
	display: inline-block;
	transition: 0.2s;
}

.shortcode_bouton.style_1 a {
    color: white;
	background: #EAB602;
	transition: 0.2s;
}

.shortcode_bouton.style_1 a:hover {
	background: #012E58;
}

.shortcode_bouton.style_2 a {
    border: 1px solid #6086C4;
	background: none;
    color: #6086C4;
}

.shortcode_bouton.style_2 a:hover {
    background: #6086C4;
    color: white;
}

.shortcode_bouton.style_3 a {
    border: 1px solid #EAB602;
	background: none;
    color: #EAB602;
}

.shortcode_bouton.style_3 a:hover {
    background: #EAB602;
    color: white;
}

.shortcode_bouton.style_4 a {
    border: 1px solid #D03232;
	background: none;
    color: #D03232;
}

.shortcode_bouton.style_4 a:hover {
    background: #D03232;
    color: white;
}

/* CTA */

.shortcode_cta {
	margin: 2em 0;
	width: 100%;
	box-sizing: border-box;
	padding: 25px 40% 25px 35px;
	position: relative;
	background-color: #012E58;
	border-radius: 10px;
}

.shortcode_cta img {
	position: absolute;
	top: 50%;
	right: 35px;
	transform: translateY(-50%);
	height: auto;
	max-width: calc(40% - 70px) !important;
	margin: 0;
}

.shortcode_cta * {
	color: white;
	font-size: 22px;
}

.shortcode_cta p {
	margin: 0.5em 0;
}

@media screen and (max-width: 640px) {
	.shortcode_cta {
		text-align: center;
		padding: 25px;
	}

	.shortcode_cta img {
		position: initial;
		max-width: 100% !important;
		transform: none;
	}
}


/* Taleez */

#taleez_frame_container {
	position: relative;
	margin-top: -170px;
	z-index: 1;
}

#taleez_frame_container:after {
	position: absolute;
	content: '';
	top: 0;
	left: -1px;
	right: -1px;
	height: 170px;
	z-index: 10;
	background-color: #f7f9fc;
}

#taleez_frame_container:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: -1px;
	right: -1px;
	height: 170px;
	z-index: 10;
	background-color: #f7f9fc;
}

#taleez_frame {
	width: 100%;
	border: none;
	min-height: 2200px;
	overflow: hidden;
}

body.page-id-5897 .content-section, body.page-id-5897 .content-container {
	background: #f7f9fc !important;
}

body.page-id-5897 #breadcrumbs, body.page-id-5897 h1 {
    z-index: 10;
    position: relative;
}


@media screen and (max-width: 520px) {
	#taleez_frame_container {
		margin-top: -220px;
	}

	#taleez_frame_container:after {
		height: 220px;
	}
	
	#taleez_frame {
		min-height: 2300px;
	}
}

#tarteaucitronIcon{
	left: 0px;
}


/* Glossaire */

.glossaire_wrapper {
	display: flex;
	flex-flow: column-reverse;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.glossaire_summary {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	padding: 0;
	list-style: none;
	gap: 12px;
}

.glossaire_summary a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	font-weight: 400;
	transition: 0.2s;
	border-radius: 50%;
	text-align: center;
	background: transparent;
	background-color: #012E58;
	color: white;
	padding: 0;
}

.glossaire_summary a:hover {
	background-color: #6086C4;
}

.glossaire_summary a.active {
	background-color: #EAB602;
}

.glossaire_list {
	width: 100%;
}

.glossaire-elem {
    box-sizing: border-box;
    margin-top: 20px;
    color: rgb(1, 46, 88);
    position: relative;
    border: 1px solid rgb(1, 46, 88);
    padding: 25px;
    border-radius: 10px;
    overflow: hidden;
	background-color: white;
}

.glossaire-elem:hover, .glossaire-elem:hover .h3 {
    color: white;
}

.glossaire-elem:hover .pthumb {
    opacity: 1;
}

.glossaire-elem a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	padding: 0;
	background: transparent;
}

.glossaire-elem .h3 {
	font-size: 17px;
	margin: 0;
	border: none;
	padding: 0;
	position: relative;
	z-index: 2;
}

.glossaire-elem p {
	margin: 8px 0 0;
	position: relative;
	z-index: 2;
}

.glossaire-elem .spanlire {
	z-index: 2;
}

.glossaire-elem:hover .spanlire > span {
    max-width: 100px;
}


/* Filiales */

body.single-filiales {
	background-color: #F8F8F8;
}

.wrapper.filiale-content {
	max-width: 1280px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 120px;
}

.wrapper.filiale-content #breadcrumbs {
	margin: 0;
	padding: 32px 0;
	width: 100%;
}

.filiale-content-main {
	width: 710px;
}

.filiale-content-main h1 {
	text-align: left !important;
	margin-bottom: 4px;
	font-size: 48px !important;
}

.filiale-content-main h2 {
	text-align: left;
	margin: 24px 0;
	font-size: 40px;
	font-weight: bold;
	text-transform: initial;
}

.filiale-content-main h3 {
	margin: 24px 0;
	font-size: 30px;
	font-weight: bold;
}

.filiale-content-main .filiale-subtitle {
	font-weight: bold;
	color: #92ADC7;
	font-size: 24px;
	line-height: 1.4em;
	margin: 8px 0 16px;
}

.filiale-content-main .filiale-terms {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 8px;
	margin: 16px 0 24px;
}

.filiale-content-main .filiale-terms a {
	display: inline-block;
	font-size: 14px;
	line-height: 1.4em;
	padding: 6px 12px;
	color: #012E58;
	text-decoration: none;
	background-color: #CCD5DE;
	border-radius: 5px;
	transition: 0.2s;
}

.filiale-content-main .filiale-terms a:hover {
	color: #CCD5DE;
	background-color: #012E58;
}

.filiale-gallery {
	border-radius: 10px;
	overflow: hidden;
	background-color: #012E58;
	position: relative;
	margin: 24px 0;
}

.filiale-gallery > .filiale-gallery-img:not(:first-child) {
	display: none;
}

.filiale-gallery .slick-arrow {
	position: absolute;
	display: block;
	border-radius: 50%;
	padding: 0;
	border: none;
	background-color: #CCD5DE;
	width: 48px;
	height: 48px;
	font-size: 0;
	color: transparent;
	top: calc(50% - 24px);
	left: 16px;
	z-index: 50;
}

.filiale-gallery .slick-arrow:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	background-image: url('img/arrow.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	top: calc(50% - 12px);
	left: calc(50% - 12px);
	transition: 0.2s;
}

.filiale-gallery .slick-arrow:hover:after {
	filter: brightness(0) invert(1);
}

.filiale-gallery .slick-arrow.slick-next {
	left: auto;
	right: 16px;
}

.filiale-gallery .slick-arrow.slick-next:after {
	transform: rotate(180deg);
}

.filiale-gallery > .etudes-new-bloc:not(:first-child) {
	display: none;
}

.filiale-gallery .slick-dots {
	position: absolute;
	bottom: 16px;
	left: 0;
	right: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	gap: 8px;
	list-style: none;
}

.filiale-gallery .slick-dots li button {
	border: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	color: transparent;
	background-color: #CCD5DE;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	transition: 0.2s;
}

.filiale-gallery .slick-dots li.slick-active button {
	width: 32px;
	background-color: white;
}

.filiale-gallery-img {
	aspect-ratio: 1.67;
	background-size: cover;
	background-position: center center;
}

.filiale-content-main img {
	max-width: 100%;
	border-radius: 10px;
	height: auto;
}

.filiale-content-main .gallery {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
}

.filiale-content-main .gallery figure {
	margin: 0;
	width: calc(100% / 4 - (16px * 3 / 4));
}

.filiale-content-main .gallery img {
	border-radius: 5px;
	width: 100%;
	height: auto;
}

.filiale-tabs {
	position: sticky;
	top: 64px;
	background-color: #F8F8F8;
	margin: 48px 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: stretch;
	width: calc(100% + 2px);
    overflow: auto;
}

.filiale-tabs a {
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4em;
	border-bottom: 1px solid #CCD5DE;
	display: block;
	padding: 12px;
	color: #012E58;
}

.filiale-tabs a.active {
	border-bottom-color: #012E58;
	font-weight: bold;
}

.filiale-tab-content {
	margin-top: 48px;
}

.filiale-content-side {
	width: 392px;
}

.filiale-content-side .filiale-content-side-inner {
	background-color: white;
	border-radius: 10px;
	position: sticky;
	top: 120px;
	margin-top: 120px;
	box-sizing: border-box;
	padding: 24px;
}

.filiale-side-map {
	border-radius: 10px;
	display: block;
	margin-bottom: 8px;
	max-width: 344px;
	height: auto;
}

.filiale-content-side p {
	font-size: 16px;
	line-height: 1.4em;
	margin: 16px 0;
	padding-left: 32px;
	position: relative;
}

.filiale-content-side p:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.filiale-content-side p.filiale-side-address:before {
	background-image: url('img/location.svg');
}

.filiale-content-side p.filiale-side-horaires:before {
	background-image: url('img/horaire.svg');
}

.filiale-content-side p.filiale-side-telephone:before {
	background-image: url('img/phone.svg');
}

.filiale-side-iti {
	display: block;
	color: #012E58;
	font-size: 14px;
	margin-top: 8px;
}

.filiale-content-side .btn {
	border: none;
	box-sizing: border-box;
	width: 100%;
	padding: 14px 24px;
	background-color: #EAB602;
	color: #012E58;
	text-align: center;
	line-height: 1.4em;
	margin-top: 8px;
}

.filiale-content-side .btn:after {
	content: '';
	display: inline-block;
	height: 14px;
	width: 14px;
	margin-left: -14px;
	background-image: url('img/fleche-bleu-lien.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	vertical-align: baseline;
	opacity: 0;
	transition: 0.4s;
}

.filiale-content-side .btn:hover:after {
	margin-left: 8px;
	opacity: 1;
}

@media screen and (max-width: 1180px) {
	.filiale-content-main, .filiale-content-side {
		width: 100%;
		position: static;
	}

	.filiale-side-map {
		float: left;
		margin-right: 24px;
	}
}

@media screen and (max-width: 1180px) {
	.filiale-content-main, .filiale-content-side {
		width: 100%;
		position: static;
	}

	.filiale-side-map {
		float: left;
		margin-right: 24px;
	}
}

@media screen and (max-width: 680px) {
	.filiale-side-map {
		float: none;
		margin-right: 0;
	}

	.filiale-content-main .gallery figure {
		margin: 0;
		width: calc(100% / 3 - (16px * 2 / 3));
	}
}

@media screen and (max-width: 420px) {
	.filiale-content-main .gallery figure {
		margin: 0;
		width: calc(100% / 2 - (16px / 2));
	}
}