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

.intro{
    display: flex;
    flex-wrap: wrap;
    padding: 5vw 10vw 16vw 10vw;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.bg_intro_carriere{
	position: absolute;
    right: 0;
    top: -20px;
    width: 16vw;
    height: 60vw;
	z-index: -1;
}

div.single_boite {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid var(--color3);
    justify-content: space-between;
    padding: 10px 5vw;
    margin-bottom: 25px;
}

.intro a.b1{
	color: var(--color3);
}

.single_boite h5{
	margin: 0;
}

.temoignage{
	display: none;
}

.poste .row{
	max-width: 1200px;
    margin: 0 auto;
    padding-top: 35px;	
}

.intro .colonne_01{
    width: 40%;	
	padding-right: 5vw;		
}
.intro .colonne_02{
    width: 60%	
}

iframe{
	    height: 28vw;
    width: 100%;
}

.intro > img{
	position: absolute;
    bottom: -24px;
    left: 0;
    width: 51vw;
	z-index: -1;
}

.avantage .row{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    padding: 5vw 0;
}

.avantage{
	background-color: var(--color3);
}


section.avantage > div.row > div:nth-child(1){
    grid-column: span 2;
    margin-left: 5vw;
}

section.avantage > div.row > div:nth-child(2){
	grid-column: span 2;
}


section.avantage > div.row > div:nth-child(5){
	grid-column: span 2;
}

section.avantage > div.row > div:nth-child(6){
	grid-column: span 2;
	margin-right: 5vw;
}

section.avantage > div.row > div:nth-child(7){
    grid-column: span 2;
    margin-left: 5vw;
}

section.avantage > div.row > div:nth-child(8){
	grid-column: span 2;
}

section.avantage > div.row > div{
	background-color: #1B75BB;
	display: flex;
}

.avantage .row img{
	    height: 100%;
    width: 100%;
    object-fit: cover;
}

.avantage .row  div *{
	color: white;
}

.avantage .texte{
    display: flex;
    width: 100%;
    padding: 50px;
    flex-direction: column;
    justify-content: end;
}

.poste_formulaire{
	display: flex;
    flex-wrap: wrap;
    background-color: var(--color1);
	position: relative;
	overflow: hidden;
}

.poste_formulaire .colonne_01{
    width: 55%;
    padding: 5vw 10vw;
}

.poste_formulaire .colonne_02{
    width: 45%;
}

.poste_formulaire .colonne_02 img{
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.poste_formulaire > img{
	position: absolute;
    top: -25px;
    left: 0px;
    width: 30vw;
}

.intro_poste{
    max-width: 800px;
    margin: 0 auto;	
}

.poste{
	padding: 5vw;
    position: relative;
}


#gform_submit_button_2{
    border: none;
    background-color: var(--color3);
    padding: 15px 35px;
    /* font-weight: bold; */
    text-transform: uppercase;
    display: inline-block;
    font-size: 70%;
    color: var(--color1);	
}


.temoignage .row{
	display: flex;
    justify-content: space-between;
    padding: 5vw;
}

.temoignage .single_temoignage{
	width: 24%;
}

.temoignage .contenu_temoignage{
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}


.formulaire_contact {
    position: relative;
    display: flex;
    justify-content: end;
    background-image: linear-gradient(to right, transparent, var(--color3), var(--color3));
}

.formulaire_contact img.bg_formulaire {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.formulaire_contact div.formulaire {
    width: 46%;
    padding: 5vw 10vw 5vw 0;
}

.formulaire_contact div.formulaire * {
    color: white;
}

.formulaire_contact #gform_submit_button_1 {
    background-color: var(--color1);
    border-radius: 0;
    box-shadow: none;
    text-transform: uppercase;
    padding: 10px 50px;
    color: var(--color3);
}


@media screen and (max-width:960px){

	.header .texte {

	    width: 50%;
	}
	
	.avantage .texte {
		padding: 25px;
	}	
	
	.avantage .texte h5{
		margin-bottom: 0;
	}
	
	.intro .colonne_01 {
		width: 100%;
		padding-right: 0;
	}
	
	.intro .colonne_02 {
		width: 100%;
	}
	
	.bg_intro_carriere {
		height: 100vw;
	}
	
	.poste_formulaire .colonne_01 {
		width: 100%;
		padding: 5vw 10vw;
	}
	
	.poste_formulaire .colonne_02 {
		width: 100%;
	}
	
	.formulaire_contact div.formulaire{
		width: 100%;
		padding: 10vw;
	}
}

@media screen and (max-width:720px){
	.avantage .texte h2{
	    font-size: calc(14px + 1vw);	
	}
	
	    .avantage .texte {
        padding: 15px;
    }
}

@media screen and (max-width:640px){
	.single_boite .contact_poste,
	.single_boite .titre{
		width: 100%;
		text-align: center;
	}
	
	div.single_boite {
	    padding: 25px 5vw 10px 5vw;
	}
	
	section.avantage > div.row > div:nth-child(1){
	    grid-column: span 3;	
	}
	
	section.avantage > div.row > div:nth-child(3){
		grid-column: span 2;
	}	
	section.avantage > div.row > div:nth-child(4){
		grid-column: span 3;
	}
	
	section.avantage > div.row > div:nth-child(5) {
    	grid-column: span 3;
	}
	
	section.avantage > div.row > div:nth-child(8) {
    	grid-column: span 3;
	}	
	
	section.avantage > div.row > div:nth-child(9) {
    	    grid-column: span 5;
	}
}	


