/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&amp;display=swap');

body{
	margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body, a, p, span{
	font-family: 'Sora', sans-serif!important;
}

h1, h2, h3, h4{
	font-family: 'IBM Plex Sans', sans-serif!important;
}

/* General */
.lien-box-v2{
	color: #FFF;
    background-color: #000F9F;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 20px;
}

.lien-box-v2::after {
    content: "\2192";
    font-size: 36px;
    margin-left: 48px;
    color: #FFF;
}

.cta-plus{
	display: block;
    margin-top: 50px;
    border-bottom: 1px solid #000F9F;
    width: fit-content;
    color: #000F9F;
    cursor: pointer;
	font-size: 20px;
    font-weight: 500;
}

.cta-plus::after{
	content: "+";
    margin-left: 30px;
}

.cta-plus.moins::after{
	content: "-";
}

@media (min-width: 1025px){
	.v-accueil__propos-design-1, .v-accueil__expertise-design-2, .v-accueil__difference-design-1, .v-accueil__difference-design-2, .v-accueil__carriere-design-1, .v-accueil__carriere-design-2, .v-solutions-technologiques__difference-design-1, .v-services-geres__difference-design-1, .v-services-techniques__difference-design-1, .v-dotation__difference-design-1, .v-difference__adn-design-1, .v-difference__couverture-design-1, .v-difference__couverture-design-2, .v-carriere__culture-design-1, .v-carriere__emplois-design-1, .v-carriere__emplois-design-2, .v-nous-joindre__contactez-nous-design-1, .v-nous-joindre__formulaire-design-1 {
    	display: block;
	}
}

/* Header */
.v-header__main{
	min-height: 72px;
}

@media screen and (max-width: 1024px){
	.v-header__main{
		padding-top:18px;
	}
}

.v-header__top{
	background-color:#EDEFF0;
	display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 1024px){
	.v-header__top{
		display:none;
	}
}

.v-header__top .intranet{
	display: flex;
    align-items: center;
}

.v-header__top .intranet a{
	font-size: 16px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    padding-top: 2px;
    margin-right: 10px;
}

.v-header__top .wpml-ls{
	padding:0;
	padding-right:30px
}

.v-header__top .wpml-ls a{
	color:#000;
	font-weight:500;
}

.v-header__main-container-v2{
	display: flex;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 1024px){
	.v-header__main-logo {
    	width:225px;
	}
}

.v-header__main-logo{
	width:230px;
}

.v-header__main-logo svg {
    margin-left:90px;
}

.v-header__main-logo svg {
    /*height:39px;*/
}

.v-header__main-nav li a{
	font-weight:500;
	font-size:15px;
}

header .sub-menu{
	border-radius:0!important;
}

.btn-contact{
	background-color:#000F9F;
	height: 100%;
}

.btn-contact a{
	color:#fff!important;
	padding: 0 60px 0 50px;
}

.current_page_item.btn-contact a{
	color:#ee7623!important;
}


/* Accueil */
.v-accueil__entete::after{
	background: rgb(0,15,159);
	background: linear-gradient(90deg, rgba(0,15,159,1) 0%, rgba(87,97,192,0.66) 55%, rgba(255,255,255,0) 100%);
}

.v-accueil__entete-wrapper-titre{
	justify-content:left;

}
	
.v-accueil__entete-titre{
	text-align:left;
	font-weight:500;
}

.v-accueil__entete-sociaux{
	margin-bottom:100px;
}

.v-accueil__entete-linkedin{
	background-color:transparent;
	margin-left:15px;
}

.v-accueil__entete-telephone{
	border-bottom: 1px solid #fff;
	margin-left: 30px!important;
}

@media screen and (max-width: 1024px){
	.home-slider .swiper-nav {
		bottom: 25px;
	}
}

.v-accueil__propos{
	padding-bottom:160px;
}

.new-intro{
	margin-top: -75px;
	display:flex;
}

@media screen and (max-width: 1024px){
	.new-intro{
		flex-direction:column;
	}
}

.bleu-intro{
    background-color: #006CFF;
    padding: 85px 140px 110px 140px;
    width: 70%;
	position:relative;
	transition:all .5s ease-in-out;
}

@media screen and (max-width: 1024px){
	.bleu-intro{
		width: 100%;
	}
}

@media screen and (max-width: 800px){
	.bleu-intro{
		padding: 30px;
    	padding-bottom: 60px;
	}
}

.bleu-intro p{
	font-size:30px;
	line-height:40px;
	color:#fff;
}

.bleu-intro .davantage{
	position: absolute;
    bottom: 0;
    right: 0;
    background-color: #000F9F;
    padding: 18px 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
	cursor:pointer;
}

.bleu-intro .davantage::after{
	content:"+";
	margin-left: 30px;
}

.bleu-intro .davantage.ouvert::after{
	content:"-";
}

.bleu-intro-droite{
	width:60%;
	display:none;
	margin-left:100%;
	margin-right: 100px;
	transition:all .5s ease-in-out;
	align-self: center;
}

@media screen and (max-width: 1024px){
	.bleu-intro-droite{
		    width: 90%;
    	margin-top: 50px;
    	margin-right: 100px;
	}
}

.v-accueil__propos-titre-chiffres{
	font-weight:500;
}

@media screen and (min-width: 1400px){
	.v-accueil__propos-wrapper {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media screen and (min-width: 1400px){
	.v-accueil__propos-chiffres {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}

.v-accueil__propos-chiffre{
	background-color: #EDEFF0;
	text-align:left;
	padding: 30px 30px 30px 15px;
}

.v-accueil__propos-chiffre:after{
	display:none;
}

.v-accueil__propos-chiffre-valeur{
	font-size:30px;
	font-weight:500;
	border-bottom: 2px solid #000F9F;
    padding-bottom: 12px;
}

@media screen and (max-width: 1024px){
	.v-accueil__propos-chiffre-valeur {
		text-align:center;
	}
}

.v-accueil__propos-chiffre-nom{
	font-size:16px;
	font-weight:400;
}

/*.v-accueil__expertise::after{
	content:"";
	display:block;
	width:100%;
	height:550px;
	background-color:#D8D8D8;
	position:absolute;
	bottom:0;
}

.v-accueil__expertise-wrapper{
	z-index: 1;
    position: relative;
}

.v-accueil__expertise-titre{
	text-align:left;
	font-weight:500;
}

.v-accueil__expertise-texte{
	margin-left: 0;
    border-left: none;
	font-size:15px;
	font-weight:400;
	margin-top:50px;
	padding-left:0;
	max-width:800px;
}

.expertise-texte-second{
	display:none;
    margin-top: 25px;
}

.v-accueil__expertise-texte .lire-suite-expertise{
	display: block;
    margin-top: 50px;
    border-bottom: 1px solid #000F9F;
    width: fit-content;
    color: #000F9F;
	cursor:pointer;
}

.v-accueil__expertise-texte .lire-suite-expertise::after{
	content:"+";
	margin-left:30px;
}

.v-accueil__expertise-texte .lire-suite-expertise.ouvert::after{
	content:"-";
}

.v-accueil__expertise-tuiles{
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top:50px;
}

@media screen and (max-width: 1024px){
	.v-accueil__expertise-tuiles{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 700px){
	.v-accueil__expertise-tuiles{
		grid-template-columns: repeat(1, 1fr);
	}
}

.v-accueil__expertise-tuile{
	width: 90%;
    margin-top: 0!important;
	margin-left: 0!important;
	border-radius: 0;
	height:unset;
}

@media screen and (max-width: 700px){
	.v-accueil__expertise-tuile{
		width:100%;
		margin-top:50px!important;
	}
}

.v-accueil__expertise-tuile-image{
	border-radius: 0;
	min-height:200px;
}

.v-accueil__expertise-tuile-titre{
	color:#000F9F;
	font-size:25px;
	line-height:30px;
	text-align: left;
	font-weight:500;
	width: 100%;
}

.v-accueil__expertise-tuile-titre::before{
	content:none;
}

.v-accueil__expertise-tuile-description{
	display:block;
}

.tuile-texte{
	font-size:15px;
	line-height:20px;
	color:#006CFF;
	text-align: left;
}

.v-accueil__expertise-lien{
	color: #fff;
    background-color: #000F9F;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 20px;
}

.v-accueil__expertise-lien::before{
	content:none;
}

.v-accueil__expertise-lien::after{
	content:"\2192";
	font-size: 36px;
    margin-left: 48px;
}*/

.v-accueil__expertise{
	padding-top:0;
	background-color:#fff;
}

.v-accueil__expertise-top{
	padding-top:150px;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.v-accueil__expertise-bottom{
	display: flex;
    justify-content: center;
}

.v-accueil__expertise-wrapper{
	z-index: 1;
    position: relative;
	max-width:1640px;
	padding: 0;
    margin-left: 50px;
    margin-right: 50px;
}

@media screen and (max-width: 500px){ 
	.v-accueil__expertise-wrapper{ 
		margin:0; 
	} 
}

.v-accueil__expertise-contenu{
	background-color:#fff;
	padding:55px;
	max-width: 830px;
}

.v-accueil__expertise-titre{
	text-align:left;
	font-weight:500;
}

.v-accueil__expertise-intro{
	font-size:35px;
	line-height:45px;
	color:#006CFF;
	margin-top:20px;
}

@media screen and (max-width: 500px){ 
	.v-accueil__expertise-intro{
		font-size:25px;
		line-height:30px;
	}
}

.v-accueil__expertise-texte{
	margin-left: 0;
    border-left: none;
	font-size:15px;
	font-weight:400;
	margin-top:50px;
	padding-left:0;
	max-width:800px;
}

.expertise-texte-second{
	display:none;
    margin-top: 25px;
}

.v-accueil__expertise-texte .lire-suite-expertise{
	display: block;
    margin-top: 50px;
    border-bottom: 1px solid #000F9F;
    width: fit-content;
    color: #000F9F;
	cursor:pointer;
}

.v-accueil__expertise-texte .lire-suite-expertise::after{
	content:"+";
	margin-left:30px;
}

.v-accueil__expertise-texte .lire-suite-expertise.ouvert::after{
	content:"-";
}

.v-accueil__expertise-bottom{
	background-color:#fff;
	position:relative;
}

.v-accueil__expertise-design-2{
	bottom: unset;
    top: 315px;
}

.v-accueil__expertise-tuiles{
	display: flex;
    flex-direction: column;
	padding-top:65px;
}

@media screen and (max-width: 1024px){
	.v-accueil__expertise-tuiles{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 700px){
	.v-accueil__expertise-tuiles{
		grid-template-columns: repeat(1, 1fr);
	}
}

.v-accueil__expertise-tuile{
	width: 100%;
    margin-top: 0!important;
	margin-left: 0!important;
	border-radius: 0;
	height:unset;
    display: flex;
	background-color:#EDEFF0;
	padding: 85px;
	align-items:center;
	margin-bottom:50px;
}

.v-accueil__expertise-tuile:nth-child(even){
	flex-direction:row-reverse;
}

@media screen and (max-width: 1024px){
	.v-accueil__expertise-tuile{
		padding:40px;
		flex-direction:column;
	}
}

@media screen and (max-width: 1024px){
	.v-accueil__expertise-tuile:nth-child(even){
		flex-direction:column;
	}
}

@media screen and (max-width: 700px){
	.v-accueil__expertise-tuile{
		width:100%;
		margin-top:50px!important;
	}
}

.v-accueil__expertise-tuile-image{
	border-radius: 0;
	min-height:450px;
	width:100%;
	min-width:815px;
}

@media screen and (max-width: 1749px){
	.v-accueil__expertise-tuile-image{
		min-width:60%;
	}
}

.v-accueil__expertise-tuile-description{
	display:block;
	padding-left:65px;
}

@media screen and (max-width: 1749px){
	.v-accueil__expertise-tuile-description{
		padding-right:0px;
	}
}

@media screen and (max-width: 1749px){
	.v-accueil__expertise-tuile:nth-child(even) .v-accueil__expertise-tuile-description{
		padding-left:0px;
		padding-right:65px;
	}
}

@media screen and (max-width: 1024px){
	.v-accueil__expertise-tuile-description{
		padding-left:0px;
	}
	
	.v-accueil__expertise-tuile:nth-child(even) .v-accueil__expertise-tuile-description{
		padding-right:0px;
	}
}

.v-accueil__expertise-tuile-titre{
	color:#000F9F;
	font-size:40px;
	line-height:50px;
	text-align: left;
	font-weight:500;
	width: 100%;
}

.v-accueil__expertise-tuile-titre::before{
	content:none;
}

.tuile-texte{
	font-size:15px;
	line-height:25px;
	font-weight:400;
	color:#000;
	text-align: left;
	margin-top:30px;
}

.tuile-sous-titre{
	font-size:20px;
	display:block;
	/*margin-bottom:15px;*/
}

.v-accueil__expertise-tuile-description .tuile-savoir-plus{
	text-decoration: none;
    border-bottom: solid #000f9f 1px;
    display: block;
    width: fit-content;
    margin-top: 20px;
}

.v-accueil__expertise-tuile-description .tuile-savoir-plus:hover .arrow{
    margin-left:25px;
}

.v-accueil__expertise-tuile-description .tuile-savoir-plus .arrow{
    margin-left: 15px;
	transition: all .5s ease-in-out;
}

.v-accueil__expertise-lien{
	color: #fff;
    background-color: #000F9F;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 20px;
}

.v-accueil__expertise-lien::before{
	content:none;
}

.v-accueil__expertise-lien::after{
	content:"\2192";
	font-size: 36px;
    margin-left: 48px;
}

.v-accueil__difference-wrapper{
	display:flex;
	max-width:1700px;
}

@media screen and (max-width: 1600px){
	.v-accueil__difference-wrapper{
		flex-direction:column;
	}
}

.v-accueil__difference-titre{
	text-align:left;
	font-weight:500;
}

.v-accueil__difference-texte{
	text-align:left;
}

@media screen and (max-width: 1600px){
	.v-accueil__difference-texte{
		margin-left:0;
	}
}

.v-accueil__difference-lien-wrapper{
	text-align:left;
}

.v-accueil__difference-lien{
	color:#000F9F;
    background-color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 20px;
}

.v-accueil__difference-lien::before{
	content:none;
}

.v-accueil__difference-lien::after{
	content:"\2192";
	font-size: 36px;
    margin-left: 48px;
	color:#000F9F;
}

.v-accueil__difference-points{
	gap:30px;
	width:75%;
	margin-left: 100px;
}

@media screen and (max-width: 1600px){
	.v-accueil__difference-points{
		width:100%;
		margin-left:0;
	}
}

.v-accueil__difference-point{
	border: 1px solid #fff;
    /*padding: 100px 85px;*/
	margin-left:0!important;
	padding:100px 0;
	width:100%;
}

.v-accueil__difference-point-image{
	border:none;
}

.v-accueil__difference-point hr{
	width:35px;
}

.v-accueil__difference-point-libelle{
	font-size:25px;
	font-weight:400;
}

.v-accueil__engagements{
	position:relative;
	padding-bottom: 100px;
}

@media screen and (max-width: 1024px){
	.v-accueil__engagements{
		background-color: #D8D8D8;
	}
}

.v-accueil__engagements::after{
	content:"";
	display:block;
	width:100%;
	height:500px;
	background-color:#D8D8D8;
	position:absolute;
	bottom:0;
	z-index: -1;
}

.v-accueil__engagements-wrapper{
	padding-top:50px;
	padding-bottom:0;
	max-width: 1640px;
}

.v-accueil__engagements-titre{
	font-weight:500;
}

@media screen and (max-width: 1024px){
	.v-accueil__engagements-points{
		flex-direction:column;
	}
}

.v-accueil__engagements-points li{
	flex:1;
}

.v-accueil__engagements-point{
	border: solid #D8D8D8 1px;
    padding: 50px 30px;
	align-items: flex-start;
	height:100%;
	background-color:#fff;
}

.v-accueil__engagements-point hr{
	width: 40px;
    margin-left: 0;
	border-color:#000F9F;
	margin-top:40px;
}

.v-accueil__engagements-point-libelle{
	text-align: left;
    color: #000F9F;
    font-size: 18px;
    font-weight: 500;
}

.v-accueil__engagements-point-texte{
	text-align:left;
	display:block;
}

.v-accueil__carriere::after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgb(0,15,159);
	background: linear-gradient(90deg, rgba(0,15,159,0.6) 0%, rgba(43,55,175,0.3) 40%, rgba(255,255,255,0) 100%);
}

.v-accueil__carriere-wrapper{
	justify-content: center;
	position: relative;
    z-index: 1;
}

.v-accueil__carriere-titre-wrapper{
	flex:0
}

.v-accueil__carriere-titre{
	font-weight:500;
}

.v-accueil__carriere-lien{
	color:#000F9F;
    background-color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 20px;
	margin-top:50px;
}

.v-accueil__carriere-lien::before{
	content:none;
}

.v-accueil__carriere-lien::after{
	content:"\2192";
	font-size: 36px;
    margin-left: 48px;
	color:#000F9F;
}

.v-accueil__carriere-design-1, .v-accueil__carriere-design-2{
	z-index:1;
}

.v-accueil__partenaires-titre{
	font-weight:500;
}

/* Difference */
.v-difference__entete::after {
    background: rgb(0,15,159);
    background: linear-gradient(90deg, rgba(0,15,159,1) 0%, rgba(87,97,192,0.66) 45%, rgba(255,255,255,0) 100%);
}

.v-difference__entete-titre{
	font-weight:500;
}

.v-difference__entete-design-ligne-1, .v-difference__entete-design-ligne-2, .v-difference__entete-design-ligne-3, .v-difference__entete-design-rond{
	display:none;
}

.new-intro-difference{
    margin-top:-64px;
}

.new-intro-difference .bleu-intro {
    padding: 60px 100px 100px 100px;
}

@media screen and (max-width: 800px){
	.new-intro-difference .bleu-intro{
		padding: 30px;
    	padding-bottom: 60px;
	}
}

.new-intro-difference .bleu-intro p {
    font-size: 20px;
    line-height: 30px;
}

.new-intro-difference .bleu-intro-droite p{
	font-size:20px;
	line-height: 30px;
}

.v-difference__engagements{
	background-color:#fff;
	position:relative;
}

@media screen and (max-width: 1024px){
	.v-difference__engagements{
		background-color:#D8D8D8;
	}
}

.v-difference__engagements::after{
	content:"";
	background-color: #D8D8D8;
	position:absolute;
	bottom:0;
	width:100%;
	height:550px;
}

.v-difference__engagements-titre{
	font-weight:500;
}

.v-difference__engagements-tuiles{
	flex-wrap:unset;
	max-width:1640px;
	z-index: 1;
    position: relative;
}

@media screen and (max-width: 1024px){
	.v-difference__engagements-tuiles{
		flex-direction:column;
	}
}

.v-difference__engagements_tuile{
	width:100%;
	max-width:unset;
	background-color:#fff;
	border:1px solid #EDEFF0;
	padding: 35px;
	align-items: flex-start;
}

.v-difference__engagements_tuile-icone{
	height:100px;
	display:flex;
}

.v-difference__engagements_tuile-icone img{
	align-self: center;
}

.v-difference__engagements_tuile hr{
	width: 40px;
    margin-left: 0;
    border-color: #000F9F;
    margin-top: 40px;
}

.v-difference__engagements_tuile-libelle h3{
	text-align:left;
	color: #000F9F;
    font-size: 20px;
    font-weight: 500;
}

.v-difference__engagements_tuile-libelle .sous-texte{
	text-align:left;
	font-weight:400;
}

.v-difference__difference-wrapper{
	max-width:1640px;
}

.v-difference__forces{
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.v-difference__forces-titre{
	font-weight:500;
	color:#000;
}

.v-difference__forces_tuile-libelle{
	font-weight:500;
	color:#000;
}

.v-difference__forces-texte{
	margin-top: 50px;
    text-align: center;
	color:#000;
}

.v-difference__forces-image{
	min-height:0;
	padding:0;
}

.v-difference__forces-content{
	padding-top:75px;
	padding-bottom:85px;
	position:relative;
	top:0;
}

.v-difference__forces-tuiles{
	max-width:1640px;
	flex-wrap:unset;
}

@media screen and (max-width: 1250px) {
  	.v-difference__forces-tuiles{
		flex-wrap: wrap;
    	justify-content: center;
	}
}

.v-difference__forces_tuile{
	padding: 50px 30px;
    width: 100%;
	border:1px solid #fff;
	border-color:#000;
}

.v-difference__forces_tuile-icone{
	height:85px;
}

.v-difference__forces_tuile hr{
	width: 35px;
	margin-top: 30px;
    margin-bottom: 15px;
	border-color:#000;
}

.v-difference__forces_tuile-texte{
	margin-top:15px;
	text-align:center;
	color:#000;
}

.v-difference__couverture-titre{
	font-weight:500;
}

.pin-box{
	border-radius:0!important;
}

.v-difference__secteurs-titre{
	font-weight:500;
}

.v-difference__secteurs-slide-lien{
	border-radius:0;
	min-height: 358px;
}

.v-difference__secteurs-slide-icone{
	border:none;
}

.v-difference__secteurs-slide-libelle{
	font-weight:500;
}

.v-difference__secteurs-popup{
	border-radius:0;
}

.v-difference__secteurs-popup-icone{
	border:none;
}

/* Expertise sous-pages */
.v-solutions-technologiques__entete::after, .v-services-geres__entete::after, .v-services-techniques__entete::after, .v-dotation__entete::after{
	background: rgb(0,15,159);
    background: linear-gradient(90deg, rgba(0,15,159,1) 0%, rgba(87,97,192,0.66) 45%, rgba(255,255,255,0) 100%);
}
	
.v-solutions-technologiques__entete-titre, .v-services-geres__entete-titre, .v-services-techniques__entete-titre, .v-dotation__entete-titre{
	max-width: 800px;
	font-weight:500;
}

.v-solutions-technologiques__entete-linkedin, .v-services-geres__entete-linkedin, .v-services-techniques__entete-linkedin, .v-dotation__entete-linkedin, .linkedin-v2{
	background-color: transparent;
	margin-left:15px;
}

.v-solutions-technologiques__entete-telephone, .v-services-geres__entete-telephone, .v-services-techniques__entete-telephone, .v-dotation__entete-telephone, .tel-v2{
	border-bottom: 1px solid #fff;
    margin-left: 30px!important;
}

.new-intro-services{
    margin-top:-64px;
}

.new-intro-services .bleu-intro p{
    font-size:28px;
	line-height:35px;
}

.new-intro-services .bleu-intro-droite p{
    font-size:20px;
	line-height:30px;
}

.services-difference-wrapper{
	padding-top:80px;
	padding-bottom:50px;
}

.services-difference-titre{
	font-weight:500;
	margin-top:18px;
}

.services-difference-points{
	display: flex;
    justify-content: space-around;
    flex-direction: row;
}

@media screen and (max-width: 1024px) {
  	.services-difference-points{
		flex-wrap:wrap;
	}
}

@media screen and (max-width: 767px) {
  	.services-difference-points{
		flex-direction:column;
		align-items:center;
	}
}

@media screen and (max-width: 575px) {
  	.services-difference-points{
		gap:0;
	}
}

.services-difference-points li{
	align-items:flex-start;
	max-width:265px;
	flex-grow: 1;
    flex-basis: 0;
}

@media screen and (max-width: 575px) {
  	.services-difference-points li{
		margin-top:65px;
		display:block;
	}
}

.services-difference-point-titre{
	font-size:25px;
	line-height:35px;
	font-weight:500;
	color:#000F9F;
}

.services-difference-points li span{
	border:none;
	justify-content: flex-start;
    padding: 0;
	width:auto;
	height:60px;
	max-width:75px;
}

.services-difference-points li span svg{
	height: 100%;
    width: unset;
}

.services-difference-points li p{
	text-align:left;
	font-size:18px;
	line-height:25px;
	font-weight:400;
	margin-top:22px;
}

.services-services{
	padding-top:85px;
}

.services-services .wrapper{
	max-width:1640px;
	padding:0;
	margin-left: 50px;
    margin-right: 50px;
}

@media screen and (max-width: 500px) {
  .services-services .wrapper{
		margin:0;
	}
}

.services-services-titre{
	font-weight:500;
}

.services-services ul{
	display:flex;
	flex-direction:column;
}

.services-services ul li{
	display:flex;
	max-width:unset;
	margin:0;
	padding:75px 100px 75px 80px;
	background-color:#fff;
	align-items: center;
	position:relative;
}

@media screen and (max-width: 1200px) {
  .services-services ul li {
      flex-direction:column;
	  padding:50px;
  }
}

.services-services ul li::after{
	content:none;
}

.services-services ul li:nth-child(even){
	flex-direction:row-reverse;
}

@media screen and (max-width: 1200px) {
  .services-services ul li:nth-child(even) {
    flex-direction:column;
  }
}


.services-services ul li img{
	/*height:100%;
	width:100%;*/
	max-height: 453px;
    max-width: 814px;
	min-width: 814px;
    min-height: 453px;
    object-fit: cover;
}

@media screen and (max-width: 1580px) {
  .services-services ul li img {
    min-width: 600px;
  }
}

@media screen and (max-width: 1350px) {
  .services-services ul li img {
    min-width: 500px;
  }
}

@media screen and (max-width: 1200px) {
  .services-services ul li img {
    min-width: 100%;
  }
}

@media screen and (max-width: 880px) {
  .services-services ul li img {
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .services-services ul li img {
    min-height:300px;
  }
}

.services-services ul li:after{
	content: "";
    background: rgb(0,15,159);
    background: linear-gradient(90deg, rgba(0,15,159,0.5) 0%, rgba(87,97,192,0.3) 55%, rgba(255,255,255,0) 100%);
    /*top: 75px;*/
    width: 814px;
    height: 453px;
    border-radius: 0;
    left: 79px;
    transform: none;
	scale:none;
	top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1580px) {
  .services-services ul li:after {
    width: 600px;
  }
}

@media screen and (max-width: 1350px) {
  .services-services ul li:after {
    width: 500px;
  }
}

@media screen and (max-width: 1200px) {
  .services-services ul li:after {
        top: 49px;
    	transform: none;
    	left: 50px;
  }
}

@media screen and (max-width: 600px) {
  .services-services ul li:after {
	  height: 300px;
	  width: 80%;
  }
}

.services-services ul li:nth-child(even):after{
	background: linear-gradient(270deg, rgba(0,15,159,0.5) 0%, rgba(87,97,192,0.3) 55%, rgba(255,255,255,0) 100%);
    right: 99px;
	left:unset;
}

@media screen and (max-width: 1200px) {
  .services-services ul li:nth-child(even):after {
	  	background: linear-gradient(90deg, rgba(0,15,159,0.5) 0%, rgba(87,97,192,0.3) 55%, rgba(255,255,255,0) 100%);
    	left: 50px;
  }
}

.services-services ul li .contenu{
	padding-left:67px;
	width:100%;
}

@media screen and (max-width: 1200px) {
  .services-services ul li .contenu {
      padding:0;
	  padding-top:50px;
  }
}

.services-services ul li:nth-child(even) .contenu{
	padding-left:0px;
	padding-right:67px;
}

@media screen and (max-width: 1200px) {
  .services-services ul li:nth-child(even) .contenu{
		padding-right:0px;
	}
}

.services-services ul li .contenu .titre{
	text-align:left;
	font-size:40px;
	line-height:50px;
	font-weight:500;
}

@media screen and (max-width: 1200px) {
  .services-services ul li .contenu .titre{
		font-size:30px;
		line-height:40px;
	}
}

.services-services ul li .contenu .texte{
	text-align:left;
	color:#000;
	font-size:15px;
	line-height:25px;
	font-weight:500;
	margin-top:32px;
}

.services-services ul li .contenu .texte-sol-mat{
	font-weight:400;
}

.services-interesse{
	background-color:#EDEFF0;
	padding-top:10px;
}

.services-interesse h2{
	font-size:40px;
	line-height:50px;
	font-weight:500;
}

.services-interesse a{
	background-color: #000F9F;
    color: #fff;
    /*padding: 30px 20px 30px 25px;*/
	padding:15px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
}

.services-interesse a::before{
	content:none;
}

.services-interesse a::after{
	content:"\2192";
    margin-left: 50px;
    font-size: 37px;
    margin-top: -8px;
}

.v-dotation__services-texte{
	margin:auto;
	margin-top: 60px;
    text-align: center;
	width:70%;
}

.v-dotation__services-texte h3{
	font-weight:500;
	font-size:25px;
}

.v-dotation__services-texte p{
	line-height:25px;
}

.v-dotation__service{
	flex-direction:column
}

.v-dotation__service::after{
	content:none!important;
}

.v-dotation__service:nth-child(even) {
    flex-direction: column!important;
}

.v-dotation__service-content{
	display:flex;
	position:relative;
	align-items:center;
}

@media screen and (max-width: 1200px) {
  .v-dotation__service-content{ 
   	flex-direction:column;
  }
}

@media screen and (max-width: 1350px) {
  .v-dotation__service-content img{ 
    max-width:100%!important;
  }
}

.v-dotation__service-content::after{
	content: "";
    background: rgb(0,15,159);
    background: linear-gradient(90deg, rgba(0,15,159,0.5) 0%, rgba(87,97,192,0.3) 55%, rgba(255,255,255,0) 100%);
	position:absolute;
    /*top: 75px;*/
    width: 814px;
    height: 453px;
    border-radius: 0;
    /*left: 79px;*/
	left:0;
    transform: none;
	scale:none;
	top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1580px) {
  .v-dotation__service-content::after {
    width: 600px;
  }
}

@media screen and (max-width: 1350px) {
  .v-dotation__service-content::after {
    width: 500px;
  }
}

@media screen and (max-width: 1200px) {
  .v-dotation__service-content::after {
        top: 0px;
    	transform: none;
    	left: 0px;
	 	 width:100%;
  }
}

@media screen and (max-width: 600px) {
  .v-dotation__service-content::after {
	  height: 300px;
	  width: 80%;
  }
}

.v-dotation__service:nth-child(even) .v-dotation__service-content {
    flex-direction:row-reverse;
}

@media screen and (max-width: 1200px) {
  .v-dotation__service:nth-child(even) .v-dotation__service-content {
        flex-direction:column;
  }
}

.v-dotation__service:nth-child(even) .v-dotation__service-content::after {
	background: linear-gradient(270deg, rgba(0,15,159,0.5) 0%, rgba(87,97,192,0.3) 55%, rgba(255,255,255,0) 100%);
    left:unset;
	right:0;
}

@media screen and (max-width: 1200px) {
  .v-dotation__service:nth-child(even) .v-dotation__service-content::after  {
      background: linear-gradient(90deg, rgba(0,15,159,0.5) 0%, rgba(87,97,192,0.3) 55%, rgba(255,255,255,0) 100%);
	  left:0
  }
}

.v-dotation__service-form{
	display:none;
}

.v-dotation__service-form .gform_wrapper {
	margin-top:70px;
}

.v-dotation__service-form .gform_wrapper .gform_heading{
	display:none;
}

.v-dotation__service-form .gform_wrapper .gform_body .gfield {
    margin-top:30px;
}

.v-dotation__service-form .gform_wrapper .gform_body label {
    font-size: 20px;
    font-weight: 700;
	margin-bottom:0;
}

.v-dotation__service-form .gform_wrapper .gform_body .gfield_required{
	color:#000;
}

.v-dotation__service-form .gform_wrapper .gform_body input{
	margin-top: 16px;
    border: 2px solid #000f9f;
    padding: 24px 16px;
    background-color: rgba(0,0,0,0);
    /*border-radius: 16px;*/
    font-size: 18px;
    font-family: "Montserrat",sans-serif;
    outline: none;
    transition: .3s ease;
}

.v-dotation__service-form .gform_wrapper .gform_body textarea {
    border: 2px solid #000f9f;
    min-height: 320px;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
	margin-top: 16px;
    padding: 24px 16px;
    background-color: rgba(0,0,0,0);
    /*border-radius: 16px;*/
    font-size: 18px;
    font-family: "Montserrat",sans-serif;
    outline: none;
    transition: .3s ease;
}

.v-dotation__service-form .gform_wrapper .gform_body input:focus, #gform_wrapper_1 .gform_body textarea:focus {
    border-color:#ee7623;
}

.v-dotation__service-form .gform_wrapper .gform_fileupload_rules{
	display:none!important;
}

#field_2_5, #field_4_5, #field_5_5, #field_6_5, #field_6_9, #field_7_5{
	margin:auto;
}

.v-dotation__service-form .gform_wrapper .gform_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

.v-dotation__service-form .gform_wrapper .gform_footer::before {
    /*content: "";
    width: 12px;
    height: 12px;
    background-color: #ee7623;
    border-radius: 50%;
    margin-right: 12px;*/
}

.v-dotation__service-form .gform_wrapper .gform_footer::after {
    /*content: "\2192";
    font-size: 36px;
    margin-left: 48px;
    color: #FFF;*/
}

.v-dotation__service-form .gform_wrapper .gform_footer input {
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    background: none;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #000f9f;
    font-weight: 600;
    transition: .3s ease;
    font-size: 25px;
	margin-bottom: 0;
	
	color: #FFF;
    background-color: #000F9F;
    font-weight: 500;
    font-size: 20px;
    padding: 20px 50px;
}

.v-dotation__service-form .gform_wrapper .gform_footer input:hover {
    color: #ee7623;
}

.v-dotation__service-form .gform_confirmation_message{
	font-weight: 500;
    margin-top: 50px;
	font-size: 20px;
}
	
/* Carrieres */
.v-carriere__entete-titre{
	font-weight:500;
}

.v-carriere__entete::after{
	background: rgb(0,15,159);
	background: linear-gradient(90deg, rgba(0,15,159,1) 0%, rgba(87,97,192,0.66) 55%, rgba(255,255,255,0) 100%);
}

.v-carriere__culture::after {
    content: "";
    display: block;
    width: 100%;
    height: 480px;
    background-color: #D8D8D8;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

@media screen and (max-width: 1199px) {
  .v-carriere__culture::after {
		content: none;
	}
}

.v-carriere__culture-wrapper{
	max-width:1640px;
	padding:0 50px;
}

.v-carriere__culture-titre{
	font-weight:500;
}

.v-carriere__culture-points{
	gap:30px;
}

.v-carriere__culture-point{
	background-color:#fff;
	height: 100%;
    display: block;
}

.v-carriere__culture-point-image{
	position:relative;
	border: none;
    padding: 0;
	width: 100%;
	height:180px;
}

.v-carriere__culture-point-image::after{
	content:"";
	background: rgb(0,15,159);
	background: linear-gradient(90deg, rgba(0,15,159,0.5) 0%, rgba(87,97,192,0.3) 55%, rgba(255,255,255,0) 100%);
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.v-carriere__culture-point-image img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.v-carriere__culture-point-libelle{
	text-align:left;
	font-weight:500;
	width: 100%;
    margin-bottom: 20px;
	font-size:18px;
	color: #000F9F;
	padding: 0 15px 0px 15px;
}

.v-carriere__culture-point-texte{
	text-align:left;
	font-weight:400;
	font-size:16px;
	line-height:25px;
	padding: 0 15px 15px 15px;
}

.v-carriere__collegue-nom-titre{
	font-weight:500;
}

.v-carriere__collegue-conteneur-image{
	border-radius:0;
}

.v-carriere__collegue-image{
	border-radius:0;
}

.v-carriere__collegues-description{
	font-weight:400;
}

.v-carriere__emplois-titre{
	font-weight:500;
}

.ville-select{
	margin-top: 30px;
}

.ville-select label{
	font-size: 25px;
    font-weight: 600;
}

.ville-select select{
	width: 200px;
    margin-left: 15px;
    height: 35px;
    font-size: 20px;
    padding: 5px;
}

.v-carriere__emplois-item-lien{
	position: relative;
}

.v-carriere__emplois-item-lien-texte{
	font-weight:500;
}

.v-carriere__emplois-item-sous-titre{
	position: absolute;
    bottom: -29px;
    margin-left: 3px;
    color: #000;
    font-size: 18px;
}

.v-carriere__emplois-item-contenu{
	margin-top:50px;
}

.v-carriere__candidature-titre{
	font-weight:500;
}

.v-carriere__emplois-item-conteneur-formulaire .gform_wrapper {
	margin-top:70px;
}

.v-carriere__emplois-item-conteneur-formulaire .gform_wrapper .gform_heading{
	display:none;
}

.v-carriere__emplois-item-conteneur-formulaire .gform_wrapper .gform_body .gfield {
    margin-top:32px;
}

.v-carriere__emplois-item-conteneur-formulaire .gform_wrapper .gform_body label {
    font-size: 20px;
    font-weight: 700;
	margin-bottom:0;
}

.v-carriere__emplois-item-conteneur-formulaire .gform_wrapper .gform_body .gfield_required{
	color:#000;
}

.v-carriere__emplois-item-conteneur-formulaire .gform_wrapper .gform_body input{
	margin-top: 16px;
    border: 2px solid #000f9f;
    padding: 24px 16px;
    background-color: rgba(0,0,0,0);
    /*border-radius: 16px;*/
    font-size: 18px;
    font-family: "Montserrat",sans-serif;
    outline: none;
    transition: .3s ease;
}

.v-carriere__emplois-item-conteneur-formulaire .gform_wrapper .gform_body textarea {
    border: 2px solid #000f9f;
    min-height: 320px;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
	margin-top: 16px;
    padding: 24px 16px;
    background-color: rgba(0,0,0,0);
    /*border-radius: 16px;*/
    font-size: 18px;
    font-family: "Montserrat",sans-serif;
    outline: none;
    transition: .3s ease;
}

.v-carriere__emplois-item-conteneur-formulaire .gform_wrapper .gform_body input:focus, #gform_wrapper_1 .gform_body textarea:focus {
    border-color:#ee7623;
 }

.v-carriere__emplois-item-conteneur-formulaire .gform_wrapper .gform_fileupload_rules{
	display:none!important;
}

.v-carriere__emplois-item-conteneur-formulaire .gform_wrapper .gform_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

.v-carriere__emplois-item-conteneur-formulaire .gform_wrapper .gform_footer::before {
    /*content: "";
    width: 12px;
    height: 12px;
    background-color: #ee7623;
    border-radius: 50%;
    margin-right: 12px;*/
}

.v-carriere__emplois-item-conteneur-formulaire .gform_wrapper .gform_footer::after {
    /*content: "\2192";
    font-size: 36px;
    margin-left: 48px;
    color: #FFF;*/
}

.v-carriere__emplois-item-conteneur-formulaire .gform_wrapper .gform_footer input {
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    background: none;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #000f9f;
    font-weight: 600;
    transition: .3s ease;
    font-size: 25px;
	margin-bottom: 0;
	
	color: #FFF;
    background-color: #000F9F;
    font-weight: 500;
    font-size: 20px;
    /*padding: 20px 50px;*/
	padding: 15px 20px;
}

.v-carriere__emplois-item-conteneur-formulaire .gform_wrapper .gform_footer input:hover {
    color: #ee7623;
}

#gform_wrapper_9,
#gform_wrapper_20 {
	margin-top:70px;
}

#gform_wrapper_9 .gform_heading,
#gform_wrapper_20 .gform_heading {
	display:none;
}

#gform_wrapper_9 .gform_body .gfield,
#gform_wrapper_20 .gform_body .gfield {
    margin-top:32px;
}

#gform_wrapper_9 .gform_body label,
#gform_wrapper_20 .gform_body label {
    font-size: 20px;
    font-weight: 700;
	margin-bottom:0;
}

#gform_wrapper_9 .gform_body .gfield_required,
#gform_wrapper_20 .gform_body .gfield_required {
	color:#000;
}

#gform_wrapper_9 .gform_body input,
#gform_wrapper_20 .gform_body input {
	margin-top: 16px;
    border: 2px solid #000f9f;
    padding: 24px 16px;
    background-color: rgba(0,0,0,0);
    /*border-radius: 16px;*/
    font-size: 18px;
    font-family: "Montserrat",sans-serif;
    outline: none;
    transition: .3s ease;
}

#gform_wrapper_9 .gform_body textarea,
#gform_wrapper_20 .gform_body textarea {
    border: 2px solid #000f9f;
    min-height: 320px;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
	margin-top: 16px;
    padding: 24px 16px;
    background-color: rgba(0,0,0,0);
    /*border-radius: 16px;*/
    font-size: 18px;
    font-family: "Montserrat",sans-serif;
    outline: none;
    transition: .3s ease;
}

#gform_wrapper_9 .gform_body input:focus, #gform_wrapper_1 .gform_body textarea:focus,
#gform_wrapper_20 .gform_body input:focus, #gform_wrapper_1 .gform_body textarea:focus {
    border-color:#ee7623;
 }

#gform_wrapper_9 .gform_fileupload_rules,
#gform_wrapper_20 .gform_fileupload_rules{
	display:none!important;
}

#field_9_5{
	margin:auto;
}

#gform_wrapper_9 .gform_footer,
#gform_wrapper_20 .gform_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

#gform_wrapper_9 .gform_footer input,
#gform_wrapper_20 .gform_footer input {
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    background: none;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #000f9f;
    font-weight: 600;
    transition: .3s ease;
    font-size: 25px;
	margin-bottom: 0;
	
	color: #FFF;
    background-color: #000F9F;
    font-weight: 500;
    font-size: 20px;
    /*padding: 20px 50px;*/
	padding: 15px 20px;
}

#gform_wrapper_9 .gform_footer input:hover,
#gform_wrapper_20 .gform_footer input:hover {
    color: #ee7623;
}

/* À propos */
.v-expertise__entete-titre{
	font-weight:500;
}

.v-expertise__entete::after{
	background: rgb(0,15,159);
	background: linear-gradient(90deg, rgba(0,15,159,1) 0%, rgba(87,97,192,0.66) 55%, rgba(255,255,255,0) 100%);
}

.new-intro-propos{
	margin-top:-100px;
}

.v-propos__temps{
	position:relative;
}

.v-propos__temps::after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.4);
}

.v-propos__temps-wrapper{
	z-index: 1;
    position: relative;
	margin:auto;
	margin-top: 150px;
    margin-bottom: 115px;
	max-width:1335px;
}

.v-propos__temps-titre{
	text-align: center;
    margin: auto;
    color: #fff;
	font-weight:500;
}

.v-propos__temps-texte{
	margin-top: 50px;
    color: #fff;
    text-align: center;
}

.v-apropos__ceo-titre{
	font-weight:500;
	color:#fff;
	margin-bottom:50px;
}

.v-apropos__ceo-texte{
	font-weight:400;
}

.v-apropos__ceo-texte .sous-signature{
	font-weight:600;
}

.v-apropos__ceo-texte .sous-titre{
	font-weight:500;
}

.v-apropos__bg{
	margin-top:315px;
	height:90%;
}

.v-apropos__comite-titre{
	font-weight:500;
}

.v-apropos__comite-tuile{
	border-radius:0px;
	padding-top: 0;
}

.v-apropos__comite-tuile-infos{
	width:100%;
}

.v-apropos__comite-tuile-image{
	width:100%;
	height:300px;
}

.v-apropos__comite-tuile-image img{
	object-fit: cover;
    width: 100%;
    height: 100%;
}

.v-apropos__comite-tuile-nom{
	font-weight:600;
}

.v-apropos__comite-tuile-titre{
	font-weight:500;
	padding:0 15px;
}

/* Nous joindre */
.v-nous-joindre__entete-titre{
	font-weight:500;
}

.v-nous-joindre__entete::after{
	background: rgb(0,15,159);
	background: linear-gradient(90deg, rgba(0,15,159,1) 0%, rgba(87,97,192,0.66) 55%, rgba(255,255,255,0) 100%);
}

.v-nous-joindre__contactez-nous-titre{
	font-weight:500;
}

.v-nous-joindre__contactez-nous-sous-titre{
	font-weight:600;
}

.v-nous-joindre__formulaire-adresse-titre{
	font-weight:600;
}

.v-nous-joindre__formulaire-adresse-lien{
	font-weight:600;
}

#gform_wrapper_1 .gform_body .gfield{
	margin-top:32px;
}

#gform_wrapper_1 .gform_body label{
	margin-bottom:0;
}

#gform_wrapper_1 .gform_body input{
	border-radius:0;
}

#gform_wrapper_1 .gform_body textarea{
	border-radius:0;
}

#field_1_5{
	margin:auto;
}

#gform_wrapper_1 .gform_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

#gform_wrapper_1 .gform_footer::before {
    content: none;
}

#gform_wrapper_1 .gform_footer input {
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    background: none;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #000f9f;
    font-weight: 600;
    transition: .3s ease;
    font-size: 25px;
	margin-bottom: 0;
	
	color: #FFF;
    background-color: #000F9F;
    font-weight: 500;
    font-size: 20px;
    /*padding: 20px 50px;*/
	padding: 15px 20px;
}

#gform_wrapper_1 .gform_footer input:hover {
    color: #ee7623;
}

/* Footer */
.v-footer{
	padding-top:0;
	padding-bottom:0;
}

.v-footer__conteneur{
	max-width:100%;
}

@media screen and (max-width: 1024px){
	.v-footer__conteneur{
		padding-top:50px;
		padding-bottom:50px;
	}
}

.v-footer__conteneur > *{
	flex:1;
	justify-content: center;
	border-right:1px solid #707070;
	align-self: stretch;
	height:270px;
}

@media screen and (max-width: 1024px){
	.v-footer__conteneur > *{
		border:none;
	}
}

.v-footer__logo{
	margin:auto;
}

.footer-2{
	display: flex;
    flex-direction: column;
	gap:10px;
}

@media screen and (max-width: 1024px){
	.footer-2{
		align-items: center;
	}
}

.v-footer__coordonnees{
	align-items: center;
}

#menu-menu-footer-1-fr, #menu-menu-footer-1-en{
	justify-content:center;
	padding-left:10px;
}

#menu-menu-footer-1-fr li, #menu-menu-footer-1-en li{
	margin-top:11px;
}

#menu-menu-footer-1-fr a, #menu-menu-footer-1-en a{
	font-weight:500;
	font-size:16px;
}

.v-footer__nav{
	display: flex;
    flex-direction: column;
	border: none
}

@media screen and (max-width: 1024px){
	.v-footer__nav{
		align-items:center;
	}
}

.v-footer__nav .current_page_item a{
	color:#EE7623;
}

.v-footer__medias-sociaux{
	align-items: center;
	border:none;
}

.v-footer__linkedin{
	margin-top:10px;
}

.footer-liste-prix{
	width:213px;
	/*margin-bottom:20px;*/
}

.footer-liste-prix .titre{
	margin-top: 0;
    font-weight: 500;
    font-size: 16px;
}

.footer-liste-prix .prix-btn{
	color:#fff;
	background-color:#000F9F;
    font-weight: 500;
    font-size: 15px;
	border: 1px solid #000F9F;
    padding: 8px;
	text-decoration:none;
	display:block;
	text-align:center;
	margin-top:15px;
	transition:all .5s ease-in-out;
}

.footer-liste-prix .prix-btn:hover{
	color:#EE7623;
}

.footer-joindre{
	color:#000F9F;
    font-weight: 500;
    font-size: 15px;
	border: 1px solid #000F9F;
    padding: 20px;
	text-decoration:none;
	transition:all .5s ease-in-out;
	
	padding-top: 0px;
    padding-bottom: 12px;
    margin-top: 10px;
	
	width: 212px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.footer-joindre::after{
	content:"\2192";
	font-size: 36px;
    margin-left: 48px;
	color:#000F9F;
}

.footer-joindre:hover{
	color:#EE7623;
}

.footer-joindre:hover::after{
	color:#EE7623;
}

.v-footer__copyright{
	background-color:#000F9F;
	margin-top:0;
	height:36px;
}

.v-footer__copyright-conteneur{
	margin:auto;
	height:100%;
	display: flex;
    align-items: center;
	justify-content: center;
}

.v-footer__copyright p{
	color:#fff;
}

.v-footer__copyright-lien{
	color:#fff;
}

/* Configuration MFA */

.configuration-mfa{
	padding:24px;
	width: 100vw;
    min-width: 100vw;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    font-size: 16px;
	display: flex;
    flex-direction: column;
}

.configuration-mfa header{
	display:none;
}

.configuration-mfa .mfa-header{
	flex:none;
}

.configuration-mfa .mfa-content{
	overflow:hidden;
}

.configuration-mfa .logo {
    width: 75%;
    margin-bottom: 25px;
}

@media screen and (min-width: 768px){
	.configuration-mfa .logo {
		width: 200px;
		margin-bottom: 0;
	}
}

.configuration-mfa .title{
    color: #fd7e14;
    font-size: 2.5rem;
}

@media screen and (min-width: 768px){
	.configuration-mfa .title {
		font-size: 2rem;
		line-height: 2rem;
	}
}

.configuration-mfa .sub-title {
    color: #6c757d;
    font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
	.configuration-mfa .sub-title .sub-title {
		font-size: 1rem;
		line-height: 1rem;
		margin: 0;
		padding: 0;
	}
}

.configuration-mfa video {
    object-fit: scale-down;
    width: 100%;
    height: 100%;
}


.politique-de-confidentialite #premiere-section-page{
display:none;
}
.politique-de-confidentialite  .wrapper{
max-width:100%
}

.politique-de-confidentialite .v-dotation__services-texte 
{
text-align:left;
}
.politique-de-confidentialite .v-dotation__services-liste{
display:none;
}

.politique-de-confidentialite .services-interesse {
display:none;
}

.privacy-policy #premiere-section-page{
display:none;
}

.privacy-policy .wrapper{
max-width:100%
}

.privacy-policy .v-dotation__services-texte 
{
text-align:left;
}

.privacy-policy .v-dotation__services-liste{
display:none;
}

.privacy-policy .services-interesse {
display:none;
}

.v-carriere__emplois-item-wrapper-bouton {
	margin-top: 32px;
	text-align: center;
}

.v-carriere__emplois-item-bouton {
	background-color: #000F9F;
    color: #fff;
	padding:15px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
	display: inline-flex;
  	align-items: center;
  	text-decoration: none;
  	transition: .3s ease;
}

.v-carriere__emplois-item-bouton:hover {
	color: #ee7623;
}

.v-carriere__emplois-item-bouton::before {
	content:none;
}

.v-carriere__emplois-item-bouton::after {
	content:"\2192";
    margin-left: 50px;
    font-size: 37px;
    margin-top: -8px;
}

.ligne-bas-bouton {
	border-bottom: 2px solid #000;
  	padding-bottom: 48px;	
}

.gf_readonly input {
	cursor: default !important;
}

.gf_readonly input:focus {
	border-color: #000f9f !important;
}

.gform-body input[type=button],
.gform-body input[type=submit] {
	cursor: pointer;
}

.cta-plus-emploi {
	display: block;
    margin-top: 50px;
    border-bottom: 1px solid #000F9F;
    width: fit-content;
    color: #000F9F;
    cursor: pointer;
	font-size: 20px;
    font-weight: 500;
}

.cta-plus-emploi::before {
	content:none;
}

.cta-plus-emploi::after{
	content:"\2192";
    margin-left: 50px;
    font-size: 37px;
    margin-top: -8px;
}

/*Landing CPU Service */

.c-textrow_wrapper{
	max-width: 1396px;
	margin: 0 auto;
	padding: 110px 0px;
}

@media screen and (max-width: 1750px){
	.c-textrow_wrapper{
		padding: 110px 200px;
	}
}

@media screen and (max-width: 1200px){
	.c-textrow_wrapper{
		padding: 110px 30px;
	}
	
	.page-template-template-landing .v-nous-joindre__formulaire-design-1 {
		display: none;
	}
}

.c-textrow h2 {
	margin-bottom: 30px;
	margin-top: 0;
}

.landing-intro .bleu-intro {
	background-color: #fa7633;
}

.landing-intro .bleu-intro a {
	color: #fff;
}