header.main-header .logo-wrapper {
	display: none !important;
}
.header-bottom {
	background-color: transparent !important;
}
.header-mobile-logo {
	display: none !important;
}


@media only screen and (min-width: 1700px) {
	body.container-width-1600 .container {
	    width: 94%;
	    max-width: 1500px;
	}
}
.home-section-1 > .wpb_column:first-child {
    margin-left: -100px;
}
.home-section-1 > .wpb_column:first-child * {
	text-align: center;
}
.home-section-1 > .wpb_column > .vc_column-inner {
	align-items: center;
    justify-content: center;
}
.home-section-1 > .wpb_column:first-child::before {
	content: "";
	display: block;

    height: 200vh;
    width: 200vh;

	position: absolute;
	top: 10vh;
	right: 0;
    transform: translateY(-50%) translateX(-100px) rotate(20deg);

	background-color: white;
}

.home-section-2 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.home-section-2 > .wpb_column:first-child > .vc_column-inner {

}
.home-section-2 > .wpb_column:last-child > .vc_column-inner {
	margin-left: auto;
	margin-right: auto;
}

.home-section-3 {
    margin: 50px !important;
}
.home-section-3 > .wpb_column:last-child > .vc_column-inner {
	padding: 120px 100px !important;
}
.home-section-3 > .wpb_column:last-child > .vc_column-inner * {
	color: white;
	font-size: 36px;
	line-height: 40px;
}

.home-section-4 > .wpb_column > .vc_column-inner {
    max-width: 820px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;

	background: rgba(255,255,255, 0.65);

    border: 30px solid #34612C;

    padding: 60px 50px !important;

    margin-top: 120px;
    margin-bottom: 120px;
}
.home-section-4 > .wpb_column > .vc_column-inner h2 {
	color: #34612C;
}

.home-section-5 > .wpb_column:first-child {
	z-index: 2;
	position: relative;
}
.home-section-5 > .wpb_column:last-child {
	z-index: 1;
	position: relative;
}
.home-section-5 > .wpb_column:first-child > .vc_column-inner {
	padding: 150px 80px 110px !important;
	color: white;
}
.home-section-5 > .wpb_column:first-child > .vc_column-inner h4 {
	width: 60vw;
}

.home-section-6 {
    margin: 50px !important;
}
.home-section-6 > .wpb_column:first-child > .vc_column-inner {
	padding-bottom: 66%;
	color: white;
}
.home-section-6 > .wpb_column:last-child > .vc_column-inner * {
	font-size: 36px;
	line-height: 40px;
}
.home-section-6 > .wpb_column:last-child > .vc_column-inner .wpb_text_column {
    padding-left: 140px;
    padding-right: 50px;
}


.home-section-7 {
	position: relative;
    overflow: hidden;
	z-index: 0;
}
.home-section-7 > .wpb_column {
	position: static;
}
.home-section-7 .vc_row {
	z-index: 2;
}
.home-section-7 .vc_row .wpb_column:first-child h2 {
	text-decoration: underline;
	color: #34612c;
}
.home-section-7::before {
    content: "" !important;
    display: block !important;
    z-index: 2;

    width: 50%;
    height: 500px;

    position: absolute;
    bottom: -2px;
    left: -2px;

    background-size: 100%;
    background-image: url(/wp-content/themes/prosotheme-v2-child/img/usine.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}
.home-section-7 header {
	pointer-events: none;

    position: absolute;

    bottom: 0;
    right: 0;
    left: 0;
    top: 0;

    height: 100% !important;
    width: 100% !important;
}
.home-section-7 header::before {
	content: "";
    display: block;

    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;

    background-size: 100% auto;
    background-image: url(/wp-content/themes/prosotheme-v2-child/img/fleche.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 1;
}
.home-section-7 header::after {
	content: "";
    display: block;
    position: absolute;
    /* top: 0; */
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding-bottom: 56%;
    border-top: 999px solid white;
}
.home-section-7 header canvas {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.home-section-8 {
	padding-top: 120px;
	padding-bottom: 80px;
	color: #fff;
}
.home-section-8 .wpcf7 .wpcf7-form > p > br {
	display: none !important;
}
.home-section-8 .wpcf7 .wpcf7-form > p > span.your-name {
	display: block !important;
	float: left;
	width: calc((99.5% - 64px) / 2);
	box-sizing: border-box;
	padding-right: 40px;
}
.home-section-8 .wpcf7 .wpcf7-form > p > span.your-email {
	display: block !important;
	float: left;
	width: calc((99.5% - 64px) / 2);
	box-sizing: border-box;
	padding-right: 40px;
}
.home-section-8 .wpcf7 .wpcf7-form > p > span input {
	color: #262626;
}
.home-section-8 .wpcf7 .wpcf7-form > p > button {
	display: block !important;
	float: left;
	width: 40px;
	box-sizing: border-box;

    height: 64px;
    width: 64px;
    border: 0;
	box-sizing: border-box;
    background-color: #34612c;
    color: white;
}

.footer-column-1-widget {
	text-align: center;
}
.content-inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.footer-bottom-widget span {
	display: inline-block;
	padding-right: 30px;
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
}
.footer-bottom-widget span:last-child {
	padding-right: 0;
	color: rgba(38, 38, 38, .57);
}
.home-section-2 .vc_row > .container > .row-in-grid-inner {
	box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home-section-2 .vc_row .wpb_column {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

	-webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.home-section-2 .vc_row .wpb_column:first-child {
	width: 60%;
}
.home-section-2 .vc_row .wpb_column:last-child {
	width: 40%;
	align-items: center;
    justify-content: center;
}
.home-section-2 .vc_row .wpb_column:last-child .wpb_single_image {
	text-align: center;
}


.team_member {
	width: 29.33333332%;
	float: left;
	margin-left: 4%;
	margin-bottom: 30px;
}
.team_member:nth-child(3n+4) {
	clear: both;
}
.team_member > * {
	display: block;
	width: 100%;
}
.team_member > img {
	border-radius: 999px;
}
.team_member > strong {
	font-size: 20px;
	font-weight: 900;
    margin-top: 22px;
}
.team_member > span {
	font-size: 16px;
	line-height: 16px;
}

@media (max-width: 1799px), print {
	.home-section-3 > .wpb_column:last-child > .vc_column-inner *,
	.home-section-6 > .wpb_column:last-child > .vc_column-inner * {
		font-size: 32px;
		line-height: 32px;
	}
	.home-section-3 > .wpb_column,
	.home-section-5 > .wpb_column,
	.home-section-6 > .wpb_column {
		width: 50% !important;
	}
	.home-section-6 > .wpb_column:last-child > .vc_column-inner .wpb_text_column {
	    padding-left: 100px;
	    padding-right: 50px;
	}
}

@media (max-width: 1499px), print {
	.home-section-3 > .wpb_column:last-child > .vc_column-inner *,
	.home-section-6 > .wpb_column:last-child > .vc_column-inner * {
		font-size: 32px;
		line-height: 32px;
	}
	.home-section-6 > .wpb_column:last-child > .vc_column-inner .wpb_text_column {
	    padding-left: 60px;
	    padding-right: 35px;
	}
	.home-section-1 > .wpb_column:first-child {
	    margin-left: 0;
	}
	.home-section-1 > .wpb_column:first-child::before {
		transform: translateY(-50%) translateX(-50px)  rotate(5deg);
	}
	.home-section-1 > .wpb_column:last-child {
		padding-left: 100px;
	    padding-right: 35px;
	}
	h1, .h1 {
	    font-size: 72px;
	    line-height: 72px;
	}
	.team_member {
		width: 40%;
		margin-left: 10%
	}
	.team_member:nth-child(3n+4) {
		clear: none;
	}
	.team_member:nth-child(2n+3) {
		clear: both;
	}
}


@media (max-width: 1199px), print {
	.home-section-3 > .wpb_column:last-child > .vc_column-inner *,
	.home-section-6 > .wpb_column:last-child > .vc_column-inner * {
		font-size: 29px;
		line-height: 29px;
	}
	.home-section-3 > .wpb_column,
	.home-section-5 > .wpb_column,
	.home-section-6 > .wpb_column {
		width: 100% !important;
	}

	.home-section-5 > .wpb_column:first-child > .vc_column-inner h4 {
	    width: 100%;
	}

	.home-section-3 > .wpb_column > .vc_column-inner,
	.home-section-5 > .wpb_column > .vc_column-inner {
		padding-bottom: 69%;
	}
	.home-section-3 > .wpb_column:last-child > .vc_column-inner {
	    padding: 70px 100px !important;
	}
	.home-section-5 > .wpb_column:first-child > .vc_column-inner {
	    padding: 70px 100px !important;
	}
	.home-section-3 {
	    margin: 20px !important;
	}
	.home-section-4 > .wpb_column > .vc_column-inner {
	    margin-top: 20px !important;
	    margin-bottom: 20px !important;
	}
	.home-section-6 > .wpb_column {
	    max-width: 600px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.home-section-6 > .wpb_column:last-child {
	    margin-top: 50px;
	}
	.home-section-6 > .wpb_column:last-child > .vc_column-inner .wpb_text_column {
	    padding-left: 0;
	    padding-right: 0;
	}
	.home-section-8 .wpcf7 .wpcf7-form > p > button {
		height: 62px;
    	width: 62px;
	}
	.home-section-2 {
	    padding-top: 100px;
	    padding-bottom: 100px;
	}
	h1, .h1 {
	    font-size: 66px;
	    line-height: 66px;
	}
	.home-section-1 > .wpb_column:first-child::before {
		transform: translateY(-50%) rotate(5deg);
	}
	.home-section-1 > .wpb_column:last-child {
		padding-left: 50px;
	    padding-right: 15px;
	}
	.home-section-1 > .wpb_column h1 {
		padding-left: 50px;
	}
}

@media (max-width: 991px), print {
	.home-section-3 > .wpb_column:last-child > .vc_column-inner *,
	.home-section-6 > .wpb_column:last-child > .vc_column-inner * {
		font-size: 25px;
		line-height: 25px;
	}
	.home-section-8 .wpcf7 .wpcf7-form > p > button {
		height: 60px;
    	width: 60px;
	}
}

@media (max-width: 799px), print {
	.home-section-3 > .wpb_column:last-child > .vc_column-inner *,
	.home-section-6 > .wpb_column:last-child > .vc_column-inner * {
		font-size: 22px;
		line-height: 22px;
	}
	.home-section-3 > .wpb_column:last-child > .vc_column-inner {
	    padding: 50px 80px !important;
	}
	.home-section-5 > .wpb_column:first-child > .vc_column-inner {
	    padding: 50px 80px !important;
	}
	.home-section-8 .wpcf7 .wpcf7-form > p > button {
		height: 56px;
    	width: 56px;
	}
	.footer-bottom-widget span:first-child {
		padding-right: 0 !important;
		display: block;
	}
	.footer-column-1-widget > img {
		display: inline-block;
		max-width: 200px !important;
	}
	.footer-top {
    	padding: 40px 20px 30px;
	}

	.home-section-2 {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.home-section-2 .vc_row .wpb_column {
		width: 100% !important;
	}
	.home-section-2 .vc_row .wpb_column:last-child {
		padding-top: 60px;
	}

	.home-section-8 .wpcf7 .wpcf7-form > p > span.your-name,
	.home-section-8 .wpcf7 .wpcf7-form > p > span.your-email {
		width: 100%;
		margin-bottom: 20px;

		padding-right: 0;
	}
	.home-section-8 .wpcf7 .wpcf7-form > p > button {
		float: right;
	}
}


@media only screen and (width: 768px) {
	.home-section-1 > .wpb_column:first-child * {
		text-align: right !important;
	}
	.home-section-1 > .wpb_column:first-child .vc_single_image-wrapper img {
		/*padding-right: 0 !important;
		padding-left: 0 !important;*/
	}
	header.main-header {
		position: absolute;
	}
	header.main-header > .header-mobile {
		background-color: transparent;
	}
	body.scroll-type-sticky .main-header,
	body.scroll-type-sticky .main-header.scrollup {
		position: absolute;
	    top: 30px !important;
	    right: 0;
	}
	.home-section-7 .vc_row .wpb_column {
		width: 100% !important;
	}
	.home-section-7 .vc_row .wpb_column + .wpb_column {
		margin-top: 50px;
	}
	.home-section-7 .vc_row .wpb_column + .wpb_column > .vc_column-inner > .wpb_wrapper {
		margin-top: 50px;
	}
	.team_member:nth-child(odd) {
		width: 40%;
		margin-right: 7%;
		margin-left: 3%;
	}
	.team_member:nth-child(even) {
		width: 40%;
		margin-right: 3%;
		margin-left: 7%;
	}
	.home-section-7 {
		padding-bottom: 210px;
	}
	.home-section-7::before {
		width: 100% !important;
	}
	#headerLines {
		display: none !important;
	}	.home-section-1 {
	    /*align-content: flex-end !important;*/
	}
	.home-section-1 > .wpb_column {
		position: static !important;
	}
	.home-section-1 > .wpb_column:first-child::before {
	    content: "";
	    display: block;
	    height: 220px;
	    width: 120vh;
	    position: absolute;
	    top: 65px;
	    right: 50%;
	    transform: translateY(-100px) translateX(50%) rotate(5deg);
	    background-color: white;
	}
	.home-section-1 > .wpb_column:first-child .wpb_single_image {
		position: absolute;
	    top: 40px;
	    right: 0;
	    left: 0;
	    margin: auto;
	}
	.home-section-1 > .wpb_column + .wpb_column {
		margin-top: 20px;
	}
	.home-section-1 > .wpb_column:first-child {
		width: 100% !important
	}

	.home-section-1 > .wpb_column:last-child {
		width: 100% !important
	}
	.home-section-1 > .wpb_column h1 {
    	padding-left: 30px;
    	padding-right: 30px;

    	padding-top: 30px;
	}
}
@media only screen and (max-width: 767px) {	
	.home-section-1 > .wpb_column:first-child * {
		text-align: right !important;
	}
	.home-section-1 > .wpb_column:first-child .vc_single_image-wrapper img {
		/*padding-right: 0 !important;
		padding-left: 0 !important;*/
	}
	header.main-header {
		position: absolute;
	}
	header.main-header > .header-mobile {
		background-color: transparent;
	}
	body.scroll-type-sticky .main-header,
	body.scroll-type-sticky .main-header.scrollup {
		position: absolute;
	    top: 30px !important;
	    right: 0;
	}
	.vc_parallax-inner {
		top: 0 !important;
	}
	.home-section-1 {
	    /*align-content: flex-end !important;*/
	}
	.home-section-1 > .wpb_column {
		position: static !important;
	}
	.home-section-1 > .wpb_column:first-child::before {
	    content: "";
	    display: block;
	    height: 220px;
	    width: 120vh;
	    position: absolute;
	    top: 65px;
	    right: 50%;
	    transform: translateY(-100px) translateX(50%) rotate(5deg);
	    background-color: white;
	}
	.home-section-1 > .wpb_column:first-child .wpb_single_image {
		position: absolute;
	    top: 40px;
	    right: 0;
	    left: 0;
	    margin: auto;
	}
	.home-section-1 > .wpb_column + .wpb_column {
		margin-top: 20px;
	}
	.home-section-1 > .wpb_column:first-child {
		width: 100% !important
	}

	.home-section-1 > .wpb_column:last-child {
		width: 100% !important
	}
	.home-section-1 > .wpb_column h1 {
    	padding-left: 30px;
    	padding-right: 30px;

    	padding-top: 30px;
	}
	.home-section-7 .vc_row .wpb_column + .wpb_column {
		margin-top: 50px;
	}
	.team_member:nth-child(odd) {
		width: 40%;
		margin-right: 7%;
		margin-left: 3%;
	}
	.team_member:nth-child(even) {
		width: 40%;
		margin-right: 3%;
		margin-left: 7%;
	}
	.home-section-7 {
		padding-bottom: 210px;
	}
	.home-section-7::before {
		width: 100% !important;
	}
	#headerLines {
		display: none !important;
	}
}
@media only screen and (max-width: 619px) {
	.home-section-1 > .wpb_column.vc_col-sm-4 img {
		padding-left: 70px !important;
	}

	.home-section-3 > .wpb_column:last-child > .vc_column-inner {
	    padding: 50px 50px !important
	}
	.home-section-5 > .wpb_column:first-child > .vc_column-inner {
	    padding: 50px 50px !important
	}

	.team_member {
		width: 96% !important;
		max-width: 250px;
		margin-right: auto !important;
		margin-left: auto !important;
		float: none !important;
	}
}

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

}


div.wpcf7-response-output:before {
	display: none !important;
}

.wpcf7 .ajax-loader ~ .ajax-loader {
	display: none !important;
}

.home-section-1 > .wpb_column.vc_col-sm-4 img {
    max-width: 100%;
    display: block;
    padding-left: 35px;
    padding-right: 35px;
    box-sizing: border-box;
}

@media (min-width: 1800px), print {
	.home-section-2 {
	    padding-top: 220px;
	    padding-bottom: 220px;
	}
	.home-section-1 > .wpb_column.vc_col-sm-4 {
		width: 40% !important;
	}
	.home-section-1 > .wpb_column.vc_col-sm-4 + .vc_col-sm-8 {
		width: 60% !important;
	}
	.home-section-1 > .wpb_column.vc_col-sm-4 img {
    	padding-left: 0 !important;
    	padding-right: 0 !important;
	}
}

.home-section-1 h1 {
	max-width: 1100px;
}
.home-section-1 h1 > em {
	font-style: normal !important;
	text-decoration: underline;
}

#main-menu a {
	color: white;
	font-weight: 800;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 12px;
}
#main-menu a > i {
	color: white;
    font-size: 36px;
    font-weight: 400;
    position: relative;
    top: 6px;
}

.title-outer {
	margin-bottom: 100px;
}

header.main-header.scrollmin #main-menu a,
header.main-header.scrollmin #main-menu a i {
    color: #34612c;
}
header.main-header.scrollmin > .header-container {
	background-color: #fff;
}
header.main-header > .header-container {
	transition: background-color .3s ease !important;
}

.main-menu>li.socialIcon {
	float: right;
}