/* -------------------------------------------------- */

/*   $ > Landing PWRS

/* -------------------------------------------------- */

header.main {
	border-bottom: solid 1px #dfdfdf;
	}
div.main {
	background: white;
	}

.pwrs * {
	box-sizing: border-box;
	}

.pwrs .obj_section {
	margin: 100px auto;
	}
.pwrs .obj_section .ctn_section {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	}
.pwrs .obj_section p {
	margin: 0;
	}

.obj_popin .content {
	min-width: 0 !important;
	}
.obj_popin .content iframe {
	min-height: 0 !important;
	}

/***/

@media screen and (max-width: 767px) {
	
	.pwrs {
		margin-top: 94px;
		}
	
	.pwrs .obj_section {
		margin: 60px auto;
		}
	
	}

/* ======================================== */
/*  #section_01
/* ======================================== */

.pwrs #section_01 {
	margin-top: 0;
	}
.pwrs #section_01 .ctn_section {
	position: relative;
	}

.pwrs #section_01 .ctn_text {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 700px;
	padding: 70px 52.5% 70px 70px;
	}
.pwrs #section_01 .ctn_text > * + * {
	margin-top: 20px;
	}
.pwrs #section_01 .ctn_text .t_title {
	font-family: "FuturaBT-Light";
	font-size: 18px;
	line-height: 1;
	color: black;
	}
.pwrs #section_01 .ctn_text .t_title strong {
	display: block;
	margin-top: 10px;
	font-family: "FuturaBT-Book";
	font-size: 58px;
	line-height: 1;
	}
.pwrs #section_01 .ctn_text p {
	font-family: "FuturaBT-Light";
	font-size: 18px;
	line-height: 1.2;
	}
.pwrs #section_01 .ctn_text p strong {
	font-weight: normal;
	font-family: "FuturaBT-Bold";
	}
.pwrs #section_01 .ctn_text p a {
	color: #2E9EBE;
	}

.pwrs #section_01 .ctn_image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	}
.pwrs #section_01 .ctn_image img {
	width: 100%;
	}

.pwrs #section_01 .ctn_btn {
	position: absolute;
	right: 20%;
	bottom: 40px;
	z-index: 1;
	}
.pwrs #section_01 .ctn_btn .obj_btn {
	position: relative;
	display: block;
	padding-top: 90px;
	font-family: "FuturaBT-Book";
	font-size: 13px;
	color: #416A80;
	text-align: center;
	text-transform: uppercase;
	transition: all ease 400ms;
	}
.pwrs #section_01 .ctn_btn .obj_btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	height: 80px;
	width: 80px;
	transform: translateX(-50%);
	background: url("images/i_play.svg") no-repeat center center / 100% auto;
	}
.pwrs #section_01 .ctn_btn .obj_btn:hover {
	opacity: 0.5;
	}

/***/

@media screen and (max-width: 767px) {
	
	.pwrs #section_01 .ctn_text {
		height: auto;
		padding: 40px 25px;
		}
	.pwrs #section_01 .ctn_text .t_title strong {
		margin-top: 10px;
		font-size: 30px;
		}
	.pwrs #section_01 .ctn_text p {
		font-size: 15px;
		}

	.pwrs #section_01 .ctn_image {
		position: static;
		}

	.pwrs #section_01 .ctn_btn {
		top: 20px;
		left: 40px;
		right: auto;
		bottom: auto;
		z-index: 1;
		}
	
	}

/* ======================================== */
/*  #section_02
/* ======================================== */

.pwrs #section_02 .ctn_row {
	display: flex;
	flex-direction: row;
	align-items: center;
	}
.pwrs #section_02 .ctn_row > * {
	width: 100%;
	max-width: 50%;
	}

.pwrs #section_02 .ctn_text {
	padding: 0 70px;	
	}
.pwrs #section_02 .ctn_text > * + * {
	margin-top: 30px;
	}
.pwrs #section_02 .ctn_text .t_title {
	font-family: "FuturaBT-Light";
	font-size: 18px;
	line-height: 1;
	color: black;
	}
.pwrs #section_02 .ctn_text .t_title strong {
	display: block;
	font-family: "FuturaBT-Book";
	font-size: 38px;
	line-height: 1;
	}
.pwrs #section_02 .ctn_text p {
	font-family: "FuturaBT-Light";
	font-size: 18px;
	line-height: 1.2;
	}
.pwrs #section_02 .ctn_text p strong {
	font-weight: normal;
	font-family: "FuturaBT-Bold";
	}
.pwrs #section_02 .ctn_text p a {
	color: #2E9EBE;
	}

.pwrs #section_02 .ctn_image img {
	display: block;
	width: 100%;
	}

/***/

@media screen and (max-width: 960px) {
	
	.pwrs #section_02 .ctn_row {
		flex-direction: column-reverse;	
		}
	.pwrs #section_02 .ctn_row > * {
		max-width: 100%;
		}
	
	.pwrs #section_02 .ctn_text {
		padding: 40px 25px;
		}
	.pwrs #section_02 .ctn_text p {
		font-size: 15px;
		}
	
	}

/* ======================================== */
/*  #section_03
/* ======================================== */

.pwrs #section_03 .ctn_section > * + * {
	margin-top: 40px;
	}
.pwrs #section_03 .ctn_section > .t_title {
	font-family: "FuturaBT-Light";
	font-size: 25px;
	line-height: 1;
	color: black;
	text-transform: uppercase;
	text-align: center;
	}

.pwrs #section_03 .ctn_row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	}
.pwrs #section_03 .ctn_row > * {
	width: 100%;
	max-width: 50%;
	}

.pwrs #section_03 .obj_person {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 30px;
	}
.pwrs #section_03 .obj_person .ctn_image {
	height: 160px;
	width: 160px;
	background: #dfdfdf;
	}
.pwrs #section_03 .obj_person .ctn_image img {
	display: block;
	width: 100%;
	}
.pwrs #section_03 .obj_person .ctn_text {
	width: calc(100% - 160px);
	padding: 10px 20px;
	}
.pwrs #section_03 .obj_person .ctn_text .t_title {
	margin: 0;
	font-family: "FuturaBT-Medium";
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	}
.pwrs #section_03 .obj_person .ctn_text .t_function {
	margin: 10px 0 0 0;
	font-family: "FuturaBT-Bold";
	font-size: 14px;
	line-height: 1.2;
	}
.pwrs #section_03 .obj_person .ctn_text .t_location {
	margin: 5px 0 0 0;
	font-family: "FuturaBT-Light";
	font-size: 12px;
	line-height: 1.2;
	}
.pwrs #section_03 .obj_person .ctn_text .ctn_btn {
	margin-top: 10px;
	}
.pwrs #section_03 .obj_person .ctn_text .ctn_btn .obj_btn {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	font-family: "FuturaBT-Medium";
	font-size: 12px;
	line-height: 1.2;
	color: #2E9EBE;
	text-transform: uppercase;
	}
.pwrs #section_03 .obj_person .ctn_text .ctn_btn .obj_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	height: 4px;
	width: 4px;
	transform: translateY(-50%) rotate(45deg);
	border-top: solid 2px #2E9EBE;
	border-right: solid 2px #2E9EBE;
	}

/***/

@media screen and (max-width: 960px) {
	
	.pwrs #section_03 .ctn_section {
		padding: 0 25px;	
		}
	
	.pwrs #section_03 .ctn_section > * + * {
		margin-top: 20px;
		}

	.pwrs #section_03 .ctn_row {
		flex-direction: column;
		}
	.pwrs #section_03 .ctn_row > * {
		max-width: 100%;
		}

	.pwrs #section_03 .obj_person {
		align-items: flex-start;
		margin-bottom: 20px;
		}
	.pwrs #section_03 .obj_person .ctn_image {
		height: 130px;
		width: 130px;
		}
	.pwrs #section_03 .obj_person .ctn_text {
		width: calc(100% - 130px);
		padding: 0 0 0 20px;
		}
	
	}

/* ======================================== */
/*  #section_04
/* ======================================== */

.pwrs #section_04 .ctn_section > * + * {
	margin-top: 40px;
	}
.pwrs #section_04 .ctn_section > .t_title {
	font-family: "FuturaBT-Light";
	font-size: 25px;
	line-height: 1;
	color: black;
	text-transform: uppercase;
	text-align: center;
	}

.pwrs #section_04 .obj_carrousel {
	padding: 0 70px;
	}
.pwrs #section_04 .obj_carrousel .masque {
	min-height: 315px;
	}

.pwrs #section_04 .obj_person {
	display: flex;
	flex-direction: row;
	align-items: center;
	}
.pwrs #section_04 .obj_person .ctn_image {
	height: 315px;
	width: 500px;
	background: #dfdfdf;
	}
.pwrs #section_04 .obj_person .ctn_image img {
	display: block;
	width: 100%;
	}
.pwrs #section_04 .obj_person .ctn_text {
	padding: 40px;
	}
.pwrs #section_04 .obj_person .ctn_text .t_title {
	font-family: "FuturaBT-Medium";
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	}
.pwrs #section_04 .obj_person .ctn_text .t_function {
	margin: 10px 0 0 0;
	font-family: "FuturaBT-Bold";
	font-size: 14px;
	line-height: 1.2;
	}
.pwrs #section_04 .obj_person .ctn_text .t_location {
	margin: 5px 0 0 0;
	font-family: "FuturaBT-Light";
	font-size: 12px;
	line-height: 1.2;
	}
.pwrs #section_04 .obj_person .ctn_text .ctn_btn {
	margin-top: 10px;
	}
.pwrs #section_04 .obj_person .ctn_text .ctn_btn .obj_btn {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	font-family: "FuturaBT-Medium";
	font-size: 12px;
	line-height: 1.2;
	color: #2E9EBE;
	text-transform: uppercase;
	}
.pwrs #section_04 .obj_person .ctn_text .ctn_btn .obj_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	height: 4px;
	width: 4px;
	transform: translateY(-50%) rotate(45deg);
	border-top: solid 2px #2E9EBE;
	border-right: solid 2px #2E9EBE;
	}

/***/

@media screen and (max-width: 960px) {

	.pwrs #section_04 .ctn_section {
		padding: 0 25px;	
		}
	.pwrs #section_04 .ctn_section > * + * {
		margin-top: 20px;
		}

	.pwrs #section_04 .obj_carrousel {
		padding: 0 30px;
		}
	.pwrs #section_04 .obj_carrousel .masque {
		min-height: 320px;
		}

	.pwrs #section_04 .obj_person {
		flex-direction: column;
		}
	.pwrs #section_04 .obj_person .ctn_image {
		height: auto;
		width: 100%;
		}
	.pwrs #section_04 .obj_person .ctn_text {
		padding: 20px 0 0 0;
		}
	
	}

/* ======================================== */
/*  #section_05
/* ======================================== */

.pwrs #section_05 .ctn_section {
	padding: 70px 70px 30px 70px;
	background: #DDE4E8;
	}
.pwrs #section_05 .ctn_section > * + * {
	margin-top: 70px;
	}

.pwrs #section_05 .ctn_text {
	padding-left: 50%;
	background: url("images/v_section_05_01.jpg") no-repeat center left / auto;
	}
.pwrs #section_05 .ctn_text > * + * {
	margin-top: 20px;
	}
.pwrs #section_05 .ctn_text .t_title {
	font-family: "FuturaBT-Light";
	font-size: 18px;
	line-height: 1;
	color: black;
	}
.pwrs #section_05 .ctn_text .t_title strong {
	display: block;
	font-family: "FuturaBT-Book";
	font-size: 38px;
	line-height: 1;
	}
.pwrs #section_05 .ctn_text p {
	font-family: "FuturaBT-Light";
	font-size: 18px;
	line-height: 1.2;
	color: black;
	}
.pwrs #section_05 .ctn_text ul {
	counter-reset: listCounter;
	}
.pwrs #section_05 .ctn_text ul li + li {
	margin-top: 20px;
	}
.pwrs #section_05 .ctn_text ul li {
	counter-increment: listCounter;
	position: relative;
	font-family: "FuturaBT-Light";
	padding-left: 60px;
	font-size: 18px;
	line-height: 1.2;
	color: black;
	}
.pwrs #section_05 .ctn_text ul li::before {
	content: counter(listCounter);
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 40px;
	width: 40px;
	font-family: "FuturaBT-Bold";
	font-size: 24px;
	line-height: 40px;
	color: #2E9EBE;
	text-align: center;
	border-radius: 50%;
	background: white;
	}
.pwrs #section_05 .ctn_text ul li a {
	color: #2E9EBE;
	}

.pwrs #section_05 .ctn_supports .t_subtitle {
	font-family: "FuturaBT-Light";
	font-size: 25px;
	line-height: 1;
	color: black;
	text-align: center;
	}
.pwrs #section_05 .ctn_supports .ctn_row {
	display: flex;
	flex-direction: row;
	margin-top: 30px;
	}
.pwrs #section_05 .ctn_supports .ctn_row .ctn_col {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	max-width: 50%;
	}
.pwrs #section_05 .ctn_supports .ctn_row .ctn_col .ctn_image p {
	margin-top: 10px;
	font-family: "FuturaBT-Light";
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	}
.pwrs #section_05 .ctn_supports .ctn_row .ctn_col .ctn_image img {
	display: block;
	margin: 0 auto;
	}
.pwrs #section_05 .ctn_supports .ctn_row .ctn_col h4 {
	display: flex;
	flex-direction: row;
	align-items: center;
	}
.pwrs #section_05 .ctn_supports .ctn_row .ctn_col h4::before {
	content: "=";
	font-family: "FuturaBT-Light";
	font-size: 50px;
	}
.pwrs #section_05 .ctn_supports .ctn_row .ctn_col h4 span {
	font-family: "FuturaBT-Bold";
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	}
.pwrs #section_05 .ctn_supports .ctn_row .ctn_col h4 strong {
	font-family: "FuturaBT-Light";
	font-size: 100px;
	line-height: 1;
	}

.pwrs #section_05 .t_legal {
	font-family: "FuturaBT-Light";
	font-size: 13px;
	color: #9CA5AA;
	}

/***/

@media screen and (max-width: 960px) {

	.pwrs #section_05 .ctn_section {
		padding: 25px;
		}
	.pwrs #section_05 .ctn_section > * + * {
		margin-top: 40px;
		}

	.pwrs #section_05 .ctn_text {
		padding: 80vw 0 0 0;
		background: url("images/v_section_05_01.jpg") no-repeat top center / 100% auto;
		}
	.pwrs #section_05 .ctn_text p {
		font-size: 15px;
		}
	.pwrs #section_05 .ctn_text ul li {
		font-size: 15px;
		}

	.pwrs #section_05 .ctn_supports .ctn_row {
		flex-direction: column;
		}
	.pwrs #section_05 .ctn_supports .ctn_row .ctn_col {
		max-width: 100%;
		}
	.pwrs #section_05 .ctn_supports .ctn_row .ctn_col + .ctn_col {
		margin-top: 20px;
		}
	.pwrs #section_05 .ctn_supports .ctn_row .ctn_col .ctn_image {
		width: 40%;
		}
	.pwrs #section_05 .ctn_supports .ctn_row .ctn_col .ctn_image img {
		height: 100px;
		width: auto;
		}
	.pwrs #section_05 .ctn_supports .ctn_row .ctn_col h4 {
		width: 60%;
		}
	.pwrs #section_05 .ctn_supports .ctn_row .ctn_col h4::before {
		font-size: 35px;
		}
	.pwrs #section_05 .ctn_supports .ctn_row .ctn_col h4 span {
		font-size: 15px;
		}
	.pwrs #section_05 .ctn_supports .ctn_row .ctn_col h4 span br {
		display: none;
		}
	.pwrs #section_05 .ctn_supports .ctn_row .ctn_col h4 strong {
		font-size: 70px;
		}
	
	}






































