#page .section_page .conteneur_texte {
	padding-left   : 128px;
	font-size      : 16px;
	padding-bottom : 65px;
}

#page .section_page .conteneur_texte.investors {
	padding-right : 350px;
}

@media (max-height : 800px) {

	#page .section_page .conteneur_texte.investors {
		padding-right : 0;
	}
}


@media (max-width : 575px) {
	#page .section_page .conteneur_texte {
		padding-left : 0;
		font-size    : 15px;
	}
}

#page .bouton_slide {
	position        : relative;
	top             : 0;
	left            : 0;
	display         : inline-block;
	border          : 1px solid #FFFFFF;
	text-transform  : uppercase;
	font-size       : 14px;
	color           : #FFFFFF;
	text-decoration : none;
	padding         : 5px 55px 5px 15px;
	margin-right    : 10px;
	min-width       : 150px;
	text-align      : center;
	margin-top      : 10px;
}

#page .bouton_slide:before {
	content          : "";
	position         : absolute;
	top              : 0;
	right            : 0px;
	width            : 35px;
	height           : 32px;
	background-color : #FFFFFF;
}

#page .bouton_slide:after {
	content         : "»";
	position        : absolute;
	top             : 0;
	right           : 0;
	width           : 35px;
	height          : 24px;
	color           : #023062;
	font-size       : 30px;

	display         : flex;
	align-items     : center;
	justify-content : center;
}

#page .bouton_slide:hover {
	border-color : #F07D00;
}

#page .bouton_slide:hover:before {
	background-color : #F07D00;
}

#page .bouton_slide:hover:after {
	color : #FFFFFF;
}



