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


section.intro .row{
	    padding: 5vw 10vw;
    max-width: 1600px;
    margin: 0 auto;
}

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

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

.animation_contenu{
	width:20vw;
}

.boite_animation{
	    display: flex;
    justify-content: flex-end;
}

section.contenu{
	    position: relative;
    border-radius: 45px 45px 0 0;
    top: -90px;
    background: white;
	padding-bottom: 30vw;
}





.contenu .row{
    padding: 5vw 10vw;
    display: flex;
    flex-wrap: wrap;	
}

.contenu .colonne_01{
	width: 50%;
}

.contenu .colonne_02{
	width: 50%;
	padding-left: 5vw;
}

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

.galerie .splide__pagination{
	display: none;
}


.animation_cta{
	position: absolute;
    right: -24vw;
    top: -15vw;
	width:42vw;
}

.cta .row{
    display: flex;
    flex-wrap: wrap;
    padding: 10vw 5vw 0px;
	position: relative;
}

.cta .row .colonne_01{
	width: 50%;
}
.cta .row .colonne_02{
    width: 50%;
    padding-left: 5vw;
    padding-right: 5vw;
 
    display: flex;
    flex-direction: column;
    justify-content: space-between;	
}

.cta .row .colonne_02 h1{
	color: white;
}

.cta .row .colonne_02 p{
	color: white;
}

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

section.cta{
	background-color: black;
	position: relative;
	
}

section.cta .container{
	overflow: hidden;
}

.cta .footer_cta > div{
    background-color: #B2001E;
    padding: 50px 30px;
    border-radius: 30px 30px 0 0;
    width: 50%;
	position: relative;
}
.cta .footer_cta > div > img{
     position: absolute;
    left: 50%;
    top: -34px;
    transform: translate(-50%, 0);
}

.cta .row .colonne_02 .intro_cta{
	padding-right: 5vw;
}

.cta .footer_cta {
    display: flex;
	gap:15px;
	padding-top: 5vw;
}

.cta .bg_color_red{
		background-color: var(--color1);
    border-radius: 45px;
	    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
}

.flexcontent{
	background-color: black;
}


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

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


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




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

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

.galerie{
        padding: 3vw 0 10vw 0;
    overflow: hidden;
	    border-radius: 45px 45px 0 0;
	background-color: black;
}

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


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

@media screen and (min-width:1024px){
	
	section.contenu {
		padding-bottom: 0;
	}
	

/*
	
	section.intro.parrallax-sections.parallax-1-screens{
		height: 200vh;
	}
	
	section.galerie.parrallax-sections.parallax-1-screens{
		height: 175vh;
	}

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

@media screen and (max-width:1024px){
		.contenu .colonne_01 {
		width: 100%;
	}	
	.contenu .colonne_02 {
        width: 100%;
        padding: 5vw 0 0 0;
	}
	
	section.contenu{
		padding-bottom: 0;
	}
	
	.cta .row .colonne_01 {
		display: none;
	}	
	.cta .row .colonne_02 {
		width: 100%;
	}
	
	.galerie .splide__slide img{
		width: 45vw;
	}
	
    .slider_galerie .splide__arrow--next {
        left: 10%;
    }	
.galerie {
    padding: 6vw 0 15vw 0;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    background-color: black;
}	
	
}

@media screen and (max-width:1024px){
		section.intro .row {
		padding: 5vw 10vw;
		max-width: 1600px;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}
}

@media screen and (max-width:640px){
	.cta .footer_cta{
		padding-top: 10vw;
	}
	
    section.galerie .splide__slide img {
        height: 45vw;
    }
	
	.slider_galerie .splide__arrow--next {
        left: 15%;
    }
}

