

.slider{
	position: relative;
	border-bottom: 1px solid;

}


.slider .splide__track{
	top: 8px;
	    max-width: 1800px;
    margin: 0 auto;
}

.intro_temps{
	text-align: center;
}

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

.splide__slide .text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 4%;
}

.contenu_01::after {
    display: block;
    content: "";
    position: absolute;
    right: 4vw;
    top: 30vw;
    width: 100px;
    height: 200px;
    background-image: url(../img/svg/stars.svg);
    background-size: contain;
    background-repeat: no-repeat;
}


section.intro{
	position: relative;
    margin-top: -45px;
    z-index: 1;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    padding: 5vw 0;
    background: white
}

.animation_cta{
	    width: 25vw;
    position: absolute;
    bottom: 0;
}

.anne p{
    rotate: -90deg;
    margin: 0;
    position: absolute;
    top: 60px;
    left: -18px;
    /* transform: translate(-50%, -50%); */
    color: white;
    font-size: 50px;
}

section.intro .row{
	    max-width: 1200px;
    margin: 0 auto;
}

div.anne{
	position: relative;
}

div.anne {
    min-width: 72px;
}



/*
.avantages.parrallax-sections > div.container {
    position: sticky;
    top: 0;
}
*/

section.galerie .splide__pagination{
	display: none;
}



.contenu_anne {
width: 40%;
    padding-top: 30px;
}

.slider .splide__arrow{
	top: auto;
	bottom: -60px;
	background: transparent;
    width: 4em;	
	
}

.ligne_temp{
    padding-bottom: 10vw;	
}


.slider .splide__arrow--prev {
    left: 45%;
}

.slider .splide__arrow--next {
    right: 45%;
}

.contenu_01 .row{
	display: flex;
    padding: 5vw 10vw 0;
	position: relative;
	z-index: 1;
}

.contenu_01 .colonne_01{
	width: 50%;
	    padding-right: 5vw;
}

.contenu_01 .colonne_01 p{
	color: white;
}
.contenu_01 .colonne_01 h1{
	color: white;
}

.contenu_01{
	background-color: var(--color1);
	    border-radius: 45px 45px 0 0;
	position: relative;
	padding-bottom: 90px;
	top: -45px;
}

.contenu_01 .colonne_01 img{
	height: 100%;
    object-fit: cover;
    width: 100%;
	border-radius: 25px;
	
}

.contenu_01 .colonne_02{
	width: 50%;
	    padding-bottom: 15vw;
}

.colonne_02 img{
	height: 100%;
    object-fit: cover;
	border-radius: 30px 30px 0 0;
}

.galerie .splide__slide img {
    vertical-align: bottom;
    height: 100%;
    width: 100%;
    object-fit: cover;
	border-radius: 25px;
	height: 30vw;
}

.slider_galerie{
	position: relative;
	left: 10vw;
}


.slider_galerie .splide__arrow{
	top: auto;
	bottom: -60px;
	background: transparent;
    width: 4em;	
	
}

.splide__arrow img {
    filter: invert(1);
}

.boite_avantage{
    display: flex;
    flex-wrap: wrap;
    padding: 0px 9vw;
    /* align-items: center; */
    justify-content: center;
}

section.postes{
background: black;
    border-radius: 45px 45px 0 0;
    padding: 5vw 10vw 0px;
	
}

.boite_poste > div:nth-of-type(odd) div.bg_color {
    width: 100%;
    background: white;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 0;
    border-radius: 20px 20px 0px 0px;
}

.boite_poste > div:nth-of-type(even) div.bg_color {
    width: 100%;
        background: #CECECE;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 0;
    border-radius: 20px 20px 0px 0px;
}

.boite_poste > div:nth-of-type(odd) {
    background-color: #CECECE;
}
.boite_poste > div:nth-of-type(even) {
    background-color: white;
}

.single_boite::after {
    content: "";
	filter: grayscale(1);
    background-image: url(../img/png/icon_plus.png);
    height: 68px;
    width: 68px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 2vw;
    top: 10px;
    transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
}

.single_boite h3{
	margin: 0;
}

.contenu_poste{
	display: none;
}

.contenu_poste{
	padding-right: 10vw;
}

.single_boite{
	position: relative;
	padding: 25px;
	cursor: pointer;
}

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

.boite_poste > div:first-child {
    background-color: unset;
}

.open.single_boite::after {
    content: "";
    background-image: url(../img/png/icon_moins.png);
    height: 68px;
    width: 68px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 2vw;
    top: 10px;
}

.single_boite * {
    position: relative;
}

.titre_avantage{
	    text-align: center;
    margin: 0;
    padding: 5vw;
	    color: var(--color1);
}

.single_avantage {
    width: 25%;
	padding-bottom: 4%;
    text-align: center;
}

.single_avantage > div {
       position: relative;
}

.single_avantage > div > p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
	color: var(--color1);
	font-size: 50px;
}


.slider_galerie .splide__arrow--prev {
    left: 0%;
}

.slider_galerie .splide__arrow--next {
    left: 5%;
}

section.avantages{
	    position: relative;
    top: -135px;
    background: white;
    border-radius: 45px 56px;
}

.galerie{
    padding: 7vw 0 12vw 0;
    overflow: hidden;
	border-radius: 45px 45px 0 0;
    background-color: black;
    top: -90px;
    position: relative;
}

.formulaire{
	background-color: var(--color1);
    padding: 5vw 0;
	border-radius: 45px;
    
	position: relative;
}

.formulaire::after {
    content: "";
    background: black;
    width: 100%;
  height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.formulaire .row{
	display: flex;
    flex-wrap: nowrap;
    padding: 0 10vw;
}
.formulaire .colonne_01{
    width: 30%;
	position: relative;
}

.formulaire .colonne_02{
    width: 70%;
	padding-left: 10vw;
}


#field_4_9 > label,
#field_2_9 > label{
	color: white;
}

#gform_submit_button_4,
#gform_submit_button_2{
	background-color: black;
}


#gform_drag_drop_area_4_9,
#gform_drag_drop_area_2_9,
#gform_fields_2 textarea,
#gform_fields_4 textarea,
#gform_fields_4 input,
#gform_fields_2 input{
	    background: transparent;
    border: 1px solid white;
    color: white;
}

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

#gform_browse_button_4_9,
#gform_browse_button_2_9{
	background-color: black;
}


#gfield_upload_rules_4_9,
#gfield_upload_rules_2_9{
	color: white;
}


/*
@media screen and (max-width:1400px){
	.contenu_01.parrallax-sections.parallax-1-screens{
		    padding-bottom: 30vw;
	}
}
*/

@media screen and (max-width:1200px){
	.slider_galerie .splide__arrow--next {
		left: 7%;
	}
}


@media screen and (min-width:1024px){
/*
		section.galerie.parrallax-sections.parallax-1-screens{
		height: 175vh;
	}
	section.avantages.parrallax-sections.parallax-1-screens{
		height: 200vh;
	}
*/

/*
	.avantages.parrallax-sections > div.container {
		position: sticky;
		top: 0;
	}


	.postes.parrallax-sections.parallax-1-screens{
		height: 200vh;
	}
*/
}


@media screen and (max-width:1024px){
	.single_boite::after {

		height: 58px;
		width: 58px;

	}	
	
	.slider_galerie .splide__arrow--next {
		left: 10%;
	}	
	
	.galerie {
		padding: 10vw 0 15vw 0;

	}
	
/*
		.contenu_01.parrallax-sections.parallax-1-screens{
		    padding-bottom: 0;
	}
*/
	
	.formulaire .colonne_01 {
		width: 100%;
		position: relative;
        padding-bottom: 25vw;		
	}
	
	.formulaire .row{
		flex-wrap: wrap;
    	padding: 0 5vw;
	}
	
	.formulaire .colonne_02 {
		width: 100%;
		padding-left: 0vw;
	}	
	
	.galerie .splide__slide img {
        height: 30vw;
    }
}

@media screen and (max-width:860px){
	.single_boite {
		position: relative;
		padding: 35px 25px;
		cursor: pointer;
	}	
	
	.contenu_01 .colonne_01 {
		width: 100%;
		padding-right: 0vw;
	}
	
	.contenu_01 .colonne_02 {
		width: 100%;
		padding-bottom: 0vw;
		padding-top: 5vw;
	}	
	
	.contenu_01 .row {
    	display: flex;
    	padding: 5vw 5vw 10vw;
	}
	
	.contenu_01 .row{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	
	.single_avantage {
		width: 33%;
	}
	
	.boite_avantage {
		display: flex;
		flex-wrap: wrap;
		padding: 0px 5vw;
	}
	
    .galerie {
        padding: 15vw 0 20vw 0;
    }	
}

@media screen and (max-width:640px){
		.single_avantage {
		width: 50%;
        padding: 25px;			
	}
	
    .galerie {
        padding: 20vw 0 30vw 0;
    }	
	
    .slider_galerie .splide__arrow--next {
        left: 15%;
    }
	
    section.galerie .splide__slide img {
        height: 45vw;
    }	
}





