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

.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;
}

div.flexcontent{
	    border-radius: 45px 45px 0 0;
    position: relative;
    top: -45px;
	    padding-bottom: 45px;
}

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


div.flexcontent > .row{
	padding: 5vw 10vw;
}

div.flexcontent > .row > div:last-child{
	padding-right: 5vw;
}

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

.aliment_new{
    position: absolute;
	top: -2.5vw;
    z-index: 1;
    right: 0;	
}

.aliment_new img{
    width: 6.5vw;
    max-width: 127px;
    min-width: 70px;
}

section.cta .container{

	overflow: hidden;
}

.single_produit a{
	position: relative;
}

.single_produit{
	position: relative;
}

.single_produit a > div.aliment_queb{
	position: absolute;
    bottom: 0;
    right: 0;
	background-color: rgb(255 255 255 / 70%);
    padding: 40px 20px 20px 40px;
   	border-radius: 30vw 0 0 0;
}

.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: var(--color1);
}

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

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

.contentflex{
	position: relative;
	    background-color: var(--color1);
    border-radius: 45px 45px 0 0;
}

.flexcontent img{
    border-radius: 15px;
    height: 35vw;
    width: 100%;
    object-fit: cover;
}

.contenu_industrie{
	display: none;
/*
    padding-left: 75px;
    padding-right: 75px;
*/
}

.single_industrie::after {
    content: "";
   	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); /* linear */
	transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}

.open.single_industrie::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;
}


.liste_produits .intro .colonne_02{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.FAQ{
	background-color: black;
	    border-radius: 45px 45px 0 0;
}

.FAQ h1{
    text-align: center;
    color: white;
    padding-top: 5vw;
}

div.enum_industrie {
    padding: 5vw 10vw 0;
   
}

.animation_produit{
	width: 35vw;
}

.numero_industrie p{
    font-size: 50px;
    font-weight: 600;
    margin: 0;
    min-width: 75px;
}

.single_industrie{
	cursor: pointer;
}

.single_industrie {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
       padding: 10px 2vw;
/*	border-radius: 20px 20px 0px 0px;*/
}

.liste_produits .intro{
	padding: 0 10vw;
    display: flex;
	    align-items: center;
}
.liste_produits .intro .colonne_01{
	width: 50%;
}

.liste_produits{
	    position: relative;
    top: -90px;
    background: white;
    padding-top: 5vw;
    border-radius: 45px 45px;
}

.single_industrie > p{
	text-transform: uppercase;
}

.titre_produit{
	text-transform: uppercase;
	margin-bottom: 0;
}

.single_produit a > img{
    border-radius: 30px;
    height: 24vw;
	width: 24vw;
    object-fit: cover;
}

.liste_produit {
    display: flex;
	    flex-wrap: wrap;
    padding: 5vw 10vw;
    justify-content: space-between;
}

.single_produit{
    width: 31%;
    padding-bottom: 5%;
}


.enum_industrie > div:nth-of-type(odd){
	background-color: #CECECE
}
.enum_industrie > div:first-child{
	    background-color: unset;
}

.enum_industrie > 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;
}

.enum_industrie > 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;
}

.single_industrie * {
    position: relative;
}

.enum_industrie > div:nth-of-type(even){
	background-color: white;
}


@media screen and (max-width:1400px){
/*
	section.contentflex.parrallax-sections.parallax-1-screens{
		height: 250vh;
		    padding-bottom: 35vw;
	}
*/
	
	.flexcontent img{
		border-radius: 15px;
		height: 45vw;
		width: 100%;
		object-fit: cover;
	}

}

@media screen and (max-width:1400px){
/*
	section.contentflex.parrallax-sections.parallax-1-screens{
		height: 250vh;
		    padding-bottom: 35vw;
	}
*/
	
	.flexcontent img{
		border-radius: 15px;
		height: 45vw;
		width: 100%;
		object-fit: cover;
	}

}

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

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

@media screen and (max-width:1190px){
	div.flexcontent > .row{
		flex-direction: column-reverse;
	}
	
	.flexcontent > .row > div {
		min-width: auto!important;
		width: 100%
	}	
	
	
}

@media screen and (max-width:1024px){
	.liste_produit {
		padding: 5vw;
	}	

/*
		section.contentflex.parrallax-sections.parallax-1-screens{
			height: auto;
		    padding-bottom: 0vw;
	}
	
*/
	div.flexcontent > .row {
		padding: 10vw 5vw;
		flex-direction: column-reverse;
	}
	
	.cta .row .colonne_01 {
		display: none;
	}
	
	.cta .row .colonne_02{
		width: 100%;
		
	}
	
	.cta .footer_cta{
		padding-top: 10vw;
	}
	
	div.enum_industrie {
		padding: 5vw 5vw 0 5vw;
	}
	
}


@media screen and (max-width:860px){
	.FAQ h1 {
		text-align: center;
		color: white;
		padding: 10vw 5vw 0;
	}
	
	.liste_produits .intro {
		padding: 0 10vw;
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	
	.liste_produits .intro .colonne_01 {
		width: 100%;
	}
	
	.liste_produits .intro .colonne_02 {
		width: 75%;
		display: flex;
		align-items: center;
		justify-content: end;
	}
	
	.single_produit {
		width: 45%;
		padding-bottom: 5%;
	}
	
	.liste_produit {
        padding: 5vw;
        gap: 5%;
    }
	
	.single_produit a > img  {
		border-radius: 30px;
		height: 33vw;
		width: 100%;

	}	
	
	.single_industrie {
    display: flex;
    padding: 10px 18vw 10px 2vw;
    
	}
}

@media screen and (max-width:640px){
	.cta .bg_color_red {

		border-radius: 15px;

	}
	
	.single_produit a > img {
		height: 45vw;
	}	
	
	
    .single_produit {
        width: 100%;
        padding-bottom: 10%;
    }
}




