.jobpostings{
	background-color: var(--color2);
	padding: var(--padding);
	
}
.postings{
	margin:6vh 0;
}
.postings > div{
	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;
	gap: 4vw;
}
.postings > div > div{
	flex-basis: calc(50% - 2vw);
	color: white;
}


div.rightcontent > div:nth-child(2) > h2:nth-child(2){
	color: #969494;
        font-size: calc(14px + 1.5vw);
       margin-left: -20%;
}

div.jobpostings.reverse > div:nth-child(1){
	width: 60%;
}
div.jobpostings.reverse > div:nth-child(1) h2{
	margin-bottom: 0.5em;
}

div.boite_rouge{
	    background-color: #D3001C;
    padding: 10vw 25px 0;
    width: 90%;
    margin: 0 auto;
	text-align: center;
}

.boite_rouge h1{
	color: white
}

.cta_footer_carriere h1{
	text-align: center;
	margin: 0;
	    top: 0.9vw;
	position: relative;
}

#gform_submit_button_3, #gform_submit_button_5{
	background-color: black;
}

#gform_browse_button_3_8{
	background-color: black;
	border-radius: 0!important;
	
}

#gform_drag_drop_area_3_8{
	border-style: solid;
}

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

.cta_footer_carriere .row{
	    max-width: 1000px;
    margin: 0 auto;
    padding: 0 50px;
}

div.gf_browser_chrome{
	margin-top: 100px;
}


.pourquoi_brault .row{

    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;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: center;
    padding: 8vh 10vw;
}

.pourquoi_brault .row .colonne-0{
	    width: 50%;
	padding: 0px 5vw 0 25px;
}
.pourquoi_brault .row .colonne-1{
	    width: 50%;
}

.pourquoi_brault .row h2{
	    width: 100%;
    z-index: 2;
    position: relative;
	margin: 0;
}

input{
	border-radius: 0!important;
}

#gform_drag_drop_area_3_8{
	    border-radius: 0!important;
}

.cta_footer_carriere{
	padding-bottom: 100px;
}

@media screen and (min-width: 1920px){
	div.rightcontent > div:nth-child(2) > h2:nth-child(2){
		font-size: 45px;
	}	
}


@media screen and (max-width:1024px){
	
	.pourquoi_brault .row h2{
		width: 100%;
	}
	
	main > div.rightcontent{
		flex-direction: column-reverse;
	}
	
	div.leftcontent > div:nth-of-type(1){
		max-width: 100%;
		width: 100%;
		flex-basis: 100%;
		padding: 0 0 5vw 0;
	}
	
	div.leftcontent > div:nth-of-type(1) h2{
		width: 100%;
	}
	
	div.leftcontent > div:nth-of-type(2){
		flex-basis: 100%;
		width: 100%;
	}
	
	div.leftcontent, div.rightcontent{
		padding: 5vw;
	}
	
	div.rightcontent > div:nth-of-type(1) img {
		width: 100%;
		height: 100%;
		position: relative;
	}
	
	div.rightcontent > div:nth-of-type(1){
		width: 100%;
		flex-basis: 100%;
	}
	
	div.rightcontent > div:nth-of-type(2){
		width: 100%;
		flex-basis: 100%;
		padding: 5vw;
		max-width: 100%;
	}
	
	div.rightcontent > div:nth-of-type(2) h2,
	div.rightcontent > div:nth-child(2) > h2:nth-child(2){
		width: 100%;
		margin-left: 0;
	}
	
	section.pourquoi_brault .row{
		padding: 5vw;
	}
	
	section.pourquoi_brault .row .colonne-0{
		padding: 0;
		width: 100%;
	}
	
	section.pourquoi_brault .row .colonne-1{
		width: 100%;
	}
}




