#myClip{	
	transition: all 0.5s  cubic-bezier(.2,.65,.3,1);
	transform-origin: 0 39vh;
}
#myClip:not(.animation){
	animation: scaleMaskTwo 0.5s 0s  1 ALTERNATE cubic-bezier(.2,.65,.3,1) forwards;*/
}
#myClip.animation{
	animation: scaleMask 0.5s 0s  1 ALTERNATE cubic-bezier(.2,.65,.3,1) forwards;
}
section.cta{
	border-top:1px solid var(--grismoyen);
}
.header {
    position: relative;
    z-index: -1;
}
.video{
	display: none!important;
}


.single_boite{
	display: flex;
	position: relative;
    padding: 10px 0px;	
}

.contact_poste{
	width: 10%
}

.single_boite div.titre{
	width: 30%;
}

.single_boite div.numero{
	width: 30%;
}
.single_boite div.emplacement{
	width: 30%;
}


.boite_poste {

    padding: 0 5vw;
}

.header_boite_poste {
    max-width: 1000px;
    margin: 0 auto 5vw;
	padding: 0 5vw;
}
section.emplois{
	padding: 5vw;
	position: relative;
}

.emplois::before{
	left: 5vw!important;
}

div.header_poste{
	display: flex;
	position: relative;
}


div.header_poste p{
    width: 30%;
    color: var(--color1);
    text-transform: uppercase;
}

div.header_poste p:last-child{
	width: 10%;
}

.header_poste:after{
	position: absolute;
	display: block;
	content:"";
    left: 0;	
	right: 0;
	bottom: 0;
	top: auto!important;
	border-bottom: 1px solid var(--color1);
	width: 0vw;
	animation: customScaleWidth 0.8s 1.2s  1 ALTERNATE cubic-bezier(.2,.65,.3,1) forwards;	
	max-width: 100%;
}


/*

.text{
	    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.text *{
	color: white;
}
*/
.header_media{
	margin: -250px auto -5vh auto;
	aspect-ratio:7 / 9;
	background-image: url(../img/svg/bulle.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 500px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}
.header_media p{
	text-transform: uppercase;
	color: white;
	font-size: 30px;
}

.header img{
	height: 50vh;
	width: 100%;
	object-fit: cover;
	filter: brightness(0.4);
}

div.contenu_cacher{
	padding-left: 15px;
    max-height: 0;
    transition: max-height 0.5s ease-out;
    overflow: hidden;
/*display: none;*/

}

div.contenu_cacher.test{
    max-height: 1000px;
    transition: max-height 0.50s ease-in;
/*	display: block;*/
}

.header_media img{
max-width: 375px;
    padding-bottom: 40px;
}

.header_media{
    text-align: center;
    padding-bottom: 40px;
}

/*
.media{
	background-color: black;
}
*/

.boite_media{
	padding-top: 10vh;
    display: flex;
     gap: 5%;
	justify-content: center;
}

.single_media p {
	color: white;
	text-transform: uppercase;
}

.single_media{
	text-align: center;
}

.media {
	background-color: black;
	padding: 1px 0 5vh 0;
}
.map_region{
    display: flex;
    flex-wrap: wrap;
}

.img_map{
	    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
	filter: brightness(0);
    opacity: 0.1;
}

.map_region .colonne_01{
	width: 50%;
	position: relative;
	z-index: 1;
}

.map_region .colonne_01 img{
/*	border-radius: 0px 14vw 14vw 0px;*/
}

.map_region .colonne_02{
	width: calc(50% - 5vw);
	margin-left: 5vw;         
    padding: 10vw 5vw 10vw 40px;
}
section.map_region .colonne_01 #clipsvg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
section.map_region div.colonne_01 > img:nth-of-type(2){
	position: absolute;
	clip-path: url(#my-shape);
}
.map_region .colonne_02 .line{
	position: absolute;
	right: 5vw;
	height: 100%;
	width: 1px;
	top: 0;	
}
.map_region .colonne_02 > *:not(.line){
	padding-right: 40px;
}
.map_region .colonne_02 h1{
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.map_region .colonne_02 h1:after{
	position: absolute;
	display: block;
	content:"";
	right: 0;
	bottom: 0;
	border-bottom: 1px solid var(--grismoyen);
	width: 0vw;
	animation: customScaleWidth 0.8s 1.2s  1 ALTERNATE cubic-bezier(.2,.65,.3,1) forwards;
}



@keyframes customScaleWidth {
	 0% {
		width: 0vw;
	}
	100%{
		width: 95vw;
	}
}
.hover_map{
	    position: absolute;
    right: 0;
	z-index: 1;
    height: 100%;
}

.map_region .colonne_02 div{
    display: flex;
    gap: 5%;
}

.stats .splide__pagination__page{
	    background: black
}
.stats .splide__pagination__page.is-active {
    
    transform: scale(1.4);
    background-image: linear-gradient(to right, #F3A100, #F35400);
    /* background: black; */

}

img.bulle_img{
	    position: absolute;
    width: 600px;
    width: 35vw;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
	z-index: 1;
}
.stats{
	position: relative;
}
.stats .row{
	position: relative;
	display: flex;
    flex-wrap: wrap;
	-ms-align-items: stretch;
	align-items: stretch;
    padding: 0 5vw 0 5vw;
    margin: 0 8vw;
}

.stats .row .colonne_01{
	width: calc(50% - 5vw);
	padding-right: 5vw;
	margin-right: 5vw;
	align-content: center;
}
.stats .row .colonne_01 .line{
	height: 100%;
	width: 1px;
	position: absolute;
	right: 0;
	text-outline: 0;
	top:0;
}
.stats .row .colonne_01 hr{
	position: absolute;
	right: 0;
	height: 1px;
	width: calc(100% + 13vw);
	border:none;
}
.stats .row .colonne_01 p{
	margin-top: 60px;
}
.stats .row .colonne_01 hr::after{
	display: block;
	content:"";
	position: absolute;
	bottom: 0;
	right: 0;
	height: 1px;
	background-color: var(--grismoyen);
	width: 0;
	animation: scaleWidth 0.8s 1.2s  1 ALTERNATE cubic-bezier(.2,.65,.3,1) forwards;
}
.stats .row .colonne_02{
	padding: 10vw 0 5vw 0;
    width: 50%;
/*
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5%;
*/
}

.graphes_seul{
    display: flex;
	align-items: center;
}

.graphes_seul > p{
	width: 30%;
}

.graphes_seul > div.img{
	width: 10%;
}

div.pourcentage{
	  
  
    width: 60%;
}

.graphe{
	position: relative;
}

.graphe .row{
	display: flex;
	flex-wrap: wrap;
    padding: 0vw 5vw;
    margin: 0 8vw;
	flex-direction: row-reverse;
	position: relative;
}
.graphe .colonne_01{
    padding: 10vw 0 5vw 0;
    width: 50%;
}

.graphe .colonne_02{
	    width: calc(50% - 5vw);
    padding-right: 5vw;
    margin-right: 5vw;
    align-content: center;
}

.stats_seul {
/*
    aspect-ratio: 1 / 1;
    border: 1px solid #F3A100;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
*/
}

.slider_stats li.splide__slide{
	    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.info_visuel_stats{
	    aspect-ratio: 1 / 1;
height: 25vw;
    width: 25vw;
    border-radius: 100%;
    border: 1px solid #F3A100;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    max-height: 500px;
}

.slider_stats{
	position: relative;
}

.chiffre{
	 font-size: calc(3px + 2.5vw);
	color: #F3A100;
	margin: 0;
}

.stats_seul p:last-child{
	    margin: 0;
    padding: 0 15px;
    text-align: center;
}

.service .intro_service{
	    padding-bottom: 5vw;
}

section.service {
    position: relative;
    background-color: #EDEDED;
	display: none!important;
}

.contenu_visuel_stats{
	    padding: 0 30px;
}

body > main > section:nth-child(7) .bg_service{
	display: block;
}

.bg_service{
/*	position: absolute;*/
    /* bottom: 0; */
/*
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
*/
	display: none;
}

.formulaire{
	display: flex;
	flex-wrap: wrap;
}

.formulaire .colonne_01{
    width: 50%;
    position: relative;
	   
}

textarea,
input{
	border-color: var(--color1)!important;
	
	
}
textarea::placeholder,
input::placeholder{
	text-transform: uppercase;
	
}


textarea{
	border-radius: 0px!important;
}



input{
	border-radius: 0px!important;
}

#gform_drag_drop_area_4_5{
position: relative;
    border: none;
    box-shadow: none;
    font-weight: 600;
    background-color: #F5F5F5;
    border-top: 1px solid var(--color1);	
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area::before {

    color: var(--color1)!important;
}

section.video{
	position: relative;
}

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

.boite_video p{
	margin: 0;
}

.titre_video {
position: absolute;
    bottom: 0;
    left: 0;
    background: white;
    padding-left: 5vw;
    padding-right: 4vw;
    padding-bottom: 25px;
    padding-top: 25px;
}

.video::before{
	left: 5vw!important;
    z-index: 1;	
}

.titre_video p{
    margin: 0;
    font-size: 70px;
    padding-left: 40px;
    font-weight: 200;
}

.formulaire .colonne_01 img{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.formulaire .colonne_02{
	width: 50%;
	 padding: 5vw;
}
.formulaire .colonne_02 form{
	padding-top: 30px;
}

input#gform_submit_button_1 ,
input#gform_submit_button_2 {
    background-image: linear-gradient(to right, #F3A100, #F35400);
    border: none;
    border-radius: 25px;
    padding: 10px 25px;
}



.boite_pourquoi {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: space-evenly;
	padding: 0 15vw;
    height: auto;
    overflow: visible;
	position: absolute;
	top: 0;
	padding-top: 40%;
	will-change:padding, transform;
}

.pourquoi{
	position: relative;
    background: black;
}

.single_pourquoi{
	width: 30%;
    aspect-ratio: 1 / 1;
    /*border: 1px solid #F3A100;*/
    border-radius: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
	transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
	transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
	margin-bottom: 5%;
	position: relative;
}
@property --a{
  syntax: '<percentage>'; /* its type */
  inherits: false;
  initial-value: 0%; /* the initial value */
}
.single_pourquoi > .stroke{
	background: conic-gradient(rgb(243,161,0) var(--a), transparent 0deg);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	z-index: -1;
	transition: --a 0.6s 1s ease-in-out;
}
.single_pourquoi.play > .stroke{
	--a:100%;
}
.single_pourquoi > .mask{
	position: absolute;
	top: 1px;
	left: 1px;
	background-color: #000;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border-radius: 100%;
	z-index: -1;
}
.pourquoi .row{
    padding: 5vh 0vw 0vw 0vw;
    background: black;
	height: 100vh;
    overflow: hidden;
}

.intro_pourquoi p{
	color: white;
}

.intro_pourquoi h1{
	color: white;
}

.intro_pourquoi{
	padding: 5vw 5vw 5vw 5vw;
    max-width: 1000px;
    margin: 0 auto;	
}

.single_pourquoi:hover .mask{
	background-color: white;
}

.single_pourquoi:hover p:last-child{
	color: black;
}

.pourquoi_stats{
	color: #F3A100;
	font-size: calc(11px + 2vw);
	margin: 0;
}

.single_pourquoi p:last-child{
	color: white;
	margin: 0;
	transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}

/*
div.boite_pourquoi > div:nth-child(1),
div.boite_pourquoi > div:nth-child(3),
div.boite_pourquoi > div:nth-child(4),
div.boite_pourquoi > div:nth-child(6),
div.boite_pourquoi > div:nth-child(7),
div.boite_pourquoi > div:nth-child(8),
div.boite_pourquoi > div:nth-child(10),
div.boite_pourquoi > div:nth-child(12),
div.boite_pourquoi > div:nth-child(13),
div.boite_pourquoi > div:nth-child(14){

	position: relative;
	top: 100px;
}
*/


div.boite_pourquoi > div:nth-child(3n+3),
div.boite_pourquoi > div:nth-child(3n+1),
div.boite_pourquoi > div:nth-child(3n+2):last-of-type{
	position: relative;
	top: 100px;
}



.popup{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
	z-index: 162; 
}

.popup > p{
	position: absolute;
    z-index: 1;
    top: 5vw;
    left: 5vw;
	color: white;
    width: 25vw;

}

.popup div.description_eng p{
		position: absolute;
    z-index: 1;
    top: 5vw;
    left: 5vw;
	color: white;
    width: 25vw;

}

.info_visuel{
position: absolute;
    bottom: 0px;
    left: 60px;
    z-index: -1;
    background: black;
}

.boite_slider{
    position: absolute;
    bottom: 0;
    height: 80%;
    width: 53%;
    right: -3%;
}

.boite_slider li img{
	    height: 100%;
    width: 100%;
	transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
    object-fit: cover;
}
.boite_slider li p{
	margin-bottom: 0;
	margin-block-start:0;
}

.boite_slider li img:hover{
	height: 70%;
}


.form_bg_popup{
    position: absolute;
/*
    top: -180px;
    left: -42px;
*/
  
    width: 37%;
    top: -13vw;
    left: -3vw;
}

.form_bg_popup::after {
    content: "quelques exemples de campagne";
}

.titre_bulle{
	position: absolute;
 
    top: 34vw;
    
    z-index: 2;
    color: white;
    left: 5vw;
}


.postid-277 .name_fr,
.postid-277 .description_fr{
	display: none!important;
}

.bouton_cacher{
	padding-top: 10px;
}

.name_eng,
.description_eng{
	display: none!important;
}

.postid-277 .name_eng,
.postid-277 .description_eng{
	display: inline-block;
}


#gform_wrapper_2{
	display: none;
}

.postid-277 #gform_wrapper_2{
	display: block;
}

.postid-277 #gform_wrapper_1{
	display: none;
}

.stats .splide__arrow{
	background-color: white;
}

.boite_slider .splide__arrows{
	position: absolute;
    bottom: 35px;
}

.boite_slider .splide__arrow--prev {
    left: 1em;
    left: auto;
    right: 1em;
}

.boite_slider .splide__arrow--next {
    right: auto;
    left: 1em;
}

.boite_slider .splide__arrow svg{

	fill: white;
}

.boite_slider .splide__arrows {
    position: absolute;
    bottom: 2.5vw;
    left: 0;
}

.boite_slider .splide__arrow{
	background-color: transparent;
}

img.form_bg_fleche{
	    position: absolute;
    bottom: -7vw;
    left: 50%;
    transform: translate(-50%, 0);
}

.boite_slider .splide__pagination{
	display: none;
}




.contenu_cacher_test{
	display: none;
}

/*
@media screen and (min-width:1300px){
		.service_new p{
		font-size: 18px;
	}
}
*/


@media screen and (min-width:1920px){
	.pourquoi_stats{
		font-size: 60px;
	}
	
	.chiffre{
		font-size: 50px;
	}
	
			.boite_icon_new p{
		font-size: 18px;
	}
}

@media screen and (max-width:1300px){
	div.contenu_cacher {
 		padding-left: 0px; 

	}
}

@media screen and (max-width:1200px){
	.single_pourquoi > p:last-child{
		    font-size: calc(9px + 0.2vw);
	}
	
}

@media screen and (max-width:1024px){
	.boite_icon .col_01,
	.boite_icon .col_02{
		width: 45%;
	}
	
	.boite_icon .col_03{
		border-top:0;
		width: 100%;
	}
}

@media screen and (max-width:960px){
	
	.boite_image{
		display: none;
	}
	
	.service_new .colonne_01 {
		width: 22%;
		padding-top: 50px;
		display: flex;
		flex-direction: column;
	}
	
	section.service_new .row {

		height: auto;
		min-height: auto;
	}	
	
	.service_new .colonne_02 {
		width: 75%;

	}	

	.header_media img{
		width: 275px
	}
	
	.graphe .row{

	flex-direction: column-reverse;
	}

	
	.boite_icon .col_01,
	.boite_icon .col_02{
		width: 100%;
	}
	
	.boite_icon .col_02{
		border-top: 0;
	}
	
	.boite_pourquoi{
		padding: 0 10vw;
	}
	
	.formulaire .colonne_01{
		width: 100%;
	}
	
	.formulaire .colonne_02{
		width: 100%;
	}
	
	.formulaire .colonne_01 img {
		position: relative;

		height: 60vw;
	
	}
	
	.map_region .colonne_01{
		width: 100%;
	}
	
	.map_region .colonne_02{
		width: 100%;
	}
	
	.img_map {
        position: absolute;
        height: 100%;
	
	}
	
	img.bulle_img {
		position: relative;
		width: 600px;
		width: auto;
		left: auto;
		transform: none;
		top: 25px;
		z-index: 1;
	}
	
	.intro_pourquoi {

    	max-width: 1000px;
    	margin: 0 auto;
    	padding: 0vw 5vw 5vw 5vw;
	}
	
	section.map_region div.colonne_01 > img:nth-of-type(2) {
    	position: relative;
    	clip-path: url(#my-shape);
	}

	.map_region {
		flex-direction: column-reverse;
		overflow: hidden;
	}
	
	.stats .row .colonne_02{
		width: 100%;
	}	
	.stats .row .colonne_01{
		        width: 100%;
        padding: 0 0 5vw 0;
        text-align: center;
	}
	
	div.info_visuel_stats {
		height: 30vw;
		width: 30vw;
	}
	
	.graphe .colonne_02{
		width: 100%;
	}	
   .graphe .colonne_01 {
        width: 100%;
        padding: 0 0 5vw 0;
        text-align: center;
    }
}

@media screen and (max-width:760px){
	.pourquoi .row {
    	padding: 5vh 0vw 0vw 0vw;
	}
	div.boite_pourquoi{
		padding: 0 5vw;
		padding-top: 60%!important ;	
	}
	
	.graphes_seul > p{
		text-align: left;
	}
	
	.single_pourquoi > p:last-child{
		font-size: calc(11px + 0.5vw);
	}
	
	div.boite_pourquoi > div:nth-child(1), div.boite_pourquoi > div:nth-child(3), div.boite_pourquoi > div:nth-child(4), div.boite_pourquoi > div:nth-child(6), div.boite_pourquoi > div:nth-child(7), div.boite_pourquoi > div:nth-child(8), div.boite_pourquoi > div:nth-child(10), div.boite_pourquoi > div:nth-child(12), div.boite_pourquoi > div:nth-child(13), div.boite_pourquoi > div:nth-child(14), div.boite_pourquoi > div:nth-child(3n+3), div.boite_pourquoi > div:nth-child(3n+1), div.boite_pourquoi > div:nth-child(3n+2):last-of-type{
		top: 0;
	}
	
	.single_pourquoi{
		width: 80%;
	}
}

@media screen and (max-width:640px){
	.pourquoi .row {
		height: 120vh;
	}
	.single_pourquoi {
    	width: 75%;
/*		padding: 0px;*/
	}
	div.boite_pourquoi > div:nth-child(1), div.boite_pourquoi > div:nth-child(3), div.boite_pourquoi > div:nth-child(4), div.boite_pourquoi > div:nth-child(6), div.boite_pourquoi > div:nth-child(7), div.boite_pourquoi > div:nth-child(8), div.boite_pourquoi > div:nth-child(10), div.boite_pourquoi > div:nth-child(12), div.boite_pourquoi > div:nth-child(13), div.boite_pourquoi > div:nth-child(14){
		top:0;
	}
	
/*
	.boite_icon_new > div {
    	width: 85%;

	}
*/
	
	.boite_icon_new .col_01,
	.boite_icon_new .col_02{
		width: 85%;
	}
	
	.boite_icon_new > div > div {
		width: 100%;

	}

}

@media screen and (min-width:640px){
	.titre_mobile{
		display: none;
	}	
	

}

@media screen and (max-width:640px){
	
	.boite_poste {
		padding: 0;
		
	}
	
	section.emplois {
		padding: 5vw 0vw 5vw 5vw;
		position: relative;
	}	
	
	div.header_poste{
		display: none;
	}
	
	.titre_mobile{
 		color: var(--color1);
		text-transform: uppercase;
	
	}	
	
	div.boite_pourquoi{
		padding-top: 60%!important;	
	}
	
	.single_boite {
		display: flex;
		position: relative;
		padding: 10px 0px;
		/* flex-wrap: wrap; */
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	
	.single_boite .contact_poste,
	.single_boite div.emplacement,
	.single_boite div.numero,
	.single_boite div.titre {
    	width: 100%;
	}
}

/*
#container {
  display: flex;
  justify-content: space-between;
 
}

.col-side {
  flex: 0 0 33vw;
}

#col2 { flex: 1; }

#container > div + div {
  border-left: 2px solid rgba(0, 0, 0, 0.12);
}

#col1 { background-color: lightgreen; }
#col2 { background-color: tomato; }
#col3 { background-color: aqua; }
*/
